:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fffdfc;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 4px 24px #0000001f;position:relative;min-width:320px;max-width:90vw}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;color:#b47b77;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background:#fffdfc;color:#333}.header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 3rem;background:#f7ebe8f2;position:fixed;width:100%;top:0;z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.logo{font-size:1.5rem;font-weight:600;color:#704c4c}.nav a{margin-left:1.5rem;text-decoration:none;color:#704c4c;font-weight:500;transition:color .3s}.nav a:hover{color:#b47b77}.hero{position:relative;height:100vh;width:100vw;overflow:hidden}.hero-img{position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;object-position:center;filter:brightness(80%);z-index:1}.hero-overlay{position:relative;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;background:#ffffffbf;padding:2rem 3rem;border-radius:16px;width:90%;max-width:600px}.hero h2{font-size:2.8rem;color:#704c4c;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:1.5rem}.hero button{padding:.9rem 2rem;background:#b47b77;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:1rem;transition:background .3s}.hero button:hover{background:#704c4c}section{scroll-margin-top:80px}.services{padding:6rem 2rem 4rem;text-align:center;width:100%}.services h2{margin-bottom:2.5rem;color:#704c4c}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.service{background:#f8eeec;padding:1.5rem;border-radius:12px;transition:transform .3s}.service:hover{transform:translateY(-5px)}.service img{width:100%;height:200px;border-radius:10px;object-fit:cover;margin-bottom:1rem}.about{padding:6rem 2rem;background:#fdf2ef}.about-content{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;max-width:1000px;margin:0 auto}.about-img{width:100%;max-width:400px;border-radius:12px;object-fit:cover}.about-text{max-width:500px}.about-text h2{color:#704c4c;margin-bottom:1rem}.about-text p{line-height:1.7}.contact{padding:6rem 2rem 4rem;text-align:center}.contact p{margin:.5rem 0}.contact-img{margin-top:2rem;width:100%;max-width:600px;border-radius:12px}.footer{background:#f7ebe8;padding:1rem;font-size:.9rem;color:#704c4c;text-align:center}@media (max-width: 900px){.header{flex-direction:column;padding:1rem}.nav{margin-top:.5rem}.hero h2{font-size:2.2rem}.hero-overlay{padding:1.5rem 2rem}.about-content{flex-direction:column}.about-img{max-width:80%}}@media (max-width: 600px){.logo{font-size:1.3rem}.hero{height:90vh;width:100%}.hero h2{font-size:1.8rem}.hero p{font-size:1rem}.hero button{padding:.7rem 1.5rem;font-size:.9rem}.services{padding:4rem 1rem;width:100%}.service-grid{max-width:100vw;margin:0 auto}.service img{height:160px}.about-content{max-width:100vw;margin:0 auto}.about-text p{font-size:.95rem}}.appointment{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0003;width:90%;max-width:420px;z-index:1000;animation:fadeIn .3s ease-in-out;font-family:Poppins,sans-serif}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.appointment h2{text-align:center;font-size:1.5rem;color:#333;margin-bottom:1rem;font-weight:600}.appointment form label{display:block;margin-bottom:1rem;font-size:.9rem;color:#444}.appointment form input,.appointment form select{width:100%;padding:.6rem .8rem;margin-top:.3rem;border:1px solid #ccc;border-radius:8px;font-size:.95rem;transition:all .2s ease-in-out}.appointment form input:focus,.appointment form select:focus{border-color:#25d366;outline:none;box-shadow:0 0 5px #25d3664d}.appointment button{background-color:#25d366;color:#fff;border:none;width:100%;padding:.8rem;font-size:1rem;border-radius:10px;cursor:pointer;margin-top:1rem;transition:all .3s ease}.appointment button:hover{background-color:#1ebe5d;transform:translateY(-2px);box-shadow:0 5px 15px #25d3664d}.appointment-overlay{position:fixed;inset:0;background:#0006;z-index:999}@media (max-width: 480px){.appointment{padding:1.5rem;border-radius:16px}.appointment h2{font-size:1.3rem}}
