@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--dark:#3d5a54;--dark2:#2e4540;--terra:#c08b74;--terra-dark:#a8745e;--beige:#f0ece4;--beige2:#e8e2d8;--white:#fff;--off-white:#fafaf8;--text-dark:#1a2420;--text-mid:#4a5e5a;--text-light:#7a9490;--border:#ddd8d0;--mint:#8acfbd;--shadow:#3d5a541f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-dark);background:var(--white);font-family:Inter,Cairo,sans-serif;line-height:1.6;overflow-x:hidden}[dir=rtl]{font-family:Cairo,Inter,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{font-family:Playfair Display,Cairo,Georgia,serif}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] h4{font-family:Cairo,serif}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--terra);margin-bottom:.5rem;font-size:.78rem;font-weight:600}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2}.section-subtitle{color:var(--text-mid);max-width:600px;font-size:1rem;line-height:1.75}.btn-terra{background:var(--terra);color:var(--white);letter-spacing:.04em;cursor:pointer;border:none;border-radius:2px;padding:.8rem 2rem;font-family:inherit;font-size:.9rem;font-weight:400;transition:background .2s;display:inline-block}.btn-terra:hover{background:var(--terra-dark)}.btn-outline-white{color:var(--white);border:1px solid #ffffff80;border-radius:2px;padding:.8rem 2rem;font-size:.9rem;transition:background .2s,border-color .2s;display:inline-block}.btn-outline-white:hover{background:#ffffff1a;border-color:#fff}.navbar{z-index:100;background:0 0;grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem 5%;transition:background .3s,box-shadow .3s;display:grid;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 20px var(--shadow);background:#fffffff5}.navbar .nav-logo-white{display:block}.navbar .nav-logo-color,.navbar.scrolled .nav-logo-white{display:none}.navbar.scrolled .nav-logo-color{display:block}.mobile-menu{z-index:99;background:#fffffff7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;inset:0}.mobile-menu a{color:var(--text-dark);font-size:1.2rem;font-weight:400}.mobile-menu .lang-toggle{border-color:var(--border);color:var(--text-dark)}.nav-left{align-items:center;gap:2rem;display:flex}.nav-left a,.nav-right-links a{color:var(--white);letter-spacing:.02em;font-size:.88rem;font-weight:400;transition:opacity .2s}.navbar.scrolled .nav-left a,.navbar.scrolled .nav-right-links a{color:var(--text-dark)}.nav-left a:hover,.nav-right-links a:hover{opacity:.7}.nav-center{justify-content:center;display:flex}.nav-logo-img{width:auto;height:42px}.nav-right{justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.nav-right-links{gap:1.5rem;display:flex}.lang-toggle{color:var(--white);cursor:pointer;background:0 0;border:1px solid #ffffff80;border-radius:2px;padding:.35rem .9rem;font-family:inherit;font-size:.8rem;transition:background .2s}.navbar.scrolled .lang-toggle{border-color:var(--border);color:var(--text-dark)}.lang-toggle:hover{background:#ffffff26}.navbar.scrolled .lang-toggle:hover{background:var(--beige)}.nav-whatsapp{background:var(--terra);border-radius:2px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:500;transition:background .2s;color:var(--white)!important}.nav-whatsapp:hover{background:var(--terra-dark)!important;opacity:1!important}.hamburger{flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--white);border-radius:2px;width:22px;height:1.5px;display:block}.navbar.scrolled .hamburger span{background:var(--text-dark)}.hero{align-items:flex-end;min-height:100vh;padding:0 8% 8rem;display:flex;position:relative;overflow:hidden}.hero-bg{filter:brightness(.55);z-index:0;background:url(/clinic-exterior.jpg) 50%/cover no-repeat;position:absolute;inset:0}.hero-bg-fallback{background:linear-gradient(135deg, var(--dark2) 0%, var(--dark) 100%);z-index:0;position:absolute;inset:0}.hero-content{z-index:1;max-width:660px;color:var(--white);position:relative}.hero-content .section-label{color:var(--mint)}.hero-title{color:var(--white);margin-bottom:1.2rem;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:600;line-height:1.15}.hero-subtitle{color:#fffc;max-width:520px;margin-bottom:2rem;font-size:1rem;line-height:1.75}.approach{background:var(--white);text-align:center;padding:7rem 8%}.approach .section-title{margin:0 auto 1.2rem}.approach .section-subtitle{margin:0 auto 2.5rem}.approach-body{max-width:680px;color:var(--text-mid);margin:0 auto 2.5rem;font-size:1rem;line-height:1.8}.safespace{grid-template-columns:1fr 1fr;min-height:480px;display:grid}.safespace-img{object-fit:cover;width:100%;height:100%;display:block}.safespace-text{background:var(--off-white);flex-direction:column;justify-content:center;padding:5rem 6%;display:flex}.safespace-text .section-title{margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem)}.safespace-text p{color:var(--text-mid);font-size:.97rem;line-height:1.75}.location{grid-template-columns:1fr 1fr;min-height:480px;display:grid}.location-text{background:var(--white);flex-direction:column;justify-content:center;padding:5rem 6%;display:flex}.location-text .section-title{margin-bottom:1.5rem;font-size:clamp(1.6rem,3vw,2.4rem)}.location-address{color:var(--text-mid);margin-bottom:1.5rem;font-size:.92rem;line-height:1.6}.hours-list{margin-bottom:2rem}.hours-row{color:var(--text-mid);border-bottom:1px solid var(--border);justify-content:space-between;padding:.4rem 0;font-size:.88rem;display:flex}.hours-row span:first-child{color:var(--text-dark);font-weight:500}.hours-row.closed span{color:var(--text-light);font-style:italic}.location-map{background:var(--beige2);justify-content:center;align-items:center;min-height:400px;text-decoration:none;display:flex;position:relative;overflow:hidden}.location-map img{object-fit:cover;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.map-link-btn{z-index:1;background:var(--white);color:var(--text-dark);box-shadow:0 4px 20px var(--shadow);border-radius:2px;align-items:center;gap:.6rem;padding:.9rem 2rem;font-size:.9rem;font-weight:500;transition:transform .2s;display:flex;position:relative}.map-link-btn:hover{transform:translateY(-2px)}.testimonial{background:var(--beige);text-align:center;padding:6rem 8%}.testimonial-quote{color:var(--text-dark);max-width:700px;margin:0 auto 1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.3rem,3vw,2rem);font-style:italic;line-height:1.5}[dir=rtl] .testimonial-quote{font-family:Cairo,serif;font-style:normal}.testimonial-author{color:var(--text-mid);letter-spacing:.05em;font-size:.88rem}.cta-banner{background:var(--dark);text-align:center;color:var(--white);padding:6rem 8%}.cta-banner h2{color:var(--white);margin-bottom:2rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:600}.services-hero{background:var(--dark);color:var(--white);text-align:center;padding:10rem 8% 6rem}.services-hero h1{color:var(--white);max-width:700px;margin:0 auto;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.25}.services-section{background:var(--white);padding:6rem 8%}.services-section h2{text-align:center;color:var(--text-dark);margin-bottom:4rem;font-size:clamp(1.8rem,3.5vw,2.5rem)}.services-grid{grid-template-columns:1fr 1fr;gap:4rem 6rem;max-width:960px;margin:0 auto 4rem;display:grid}.service-item{text-align:center}.service-icon-wrap{width:80px;height:80px;margin:0 auto 1.2rem}.service-icon-wrap img,.service-icon-wrap svg{object-fit:contain;width:100%;height:100%}.service-item h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.service-item p{color:var(--text-mid);font-size:.88rem;line-height:1.7}.services-cta{text-align:center;margin-top:1rem}.team-hero{background:var(--dark);color:var(--white);text-align:center;padding:10rem 8% 6rem}.team-hero h1{color:var(--white);font-size:clamp(2rem,4.5vw,3.2rem)}.team-section{background:var(--white);padding:6rem 8%}.team-section h2{text-align:center;color:var(--text-dark);margin-bottom:4rem;font-size:clamp(1.8rem,3.5vw,2.5rem)}.doctor-row{border-bottom:1px solid var(--border);grid-template-columns:380px 1fr;align-items:start;gap:5rem;margin-bottom:5rem;padding-bottom:5rem;display:grid}.doctor-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.doctor-row-img{aspect-ratio:4/5;object-fit:cover;object-position:center top;width:100%;display:block}.doctor-specialty{letter-spacing:.15em;text-transform:uppercase;color:var(--terra);margin-bottom:.6rem;font-size:.72rem;font-weight:600}.doctor-row-name{color:var(--text-dark);margin-bottom:.3rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:600}.doctor-credentials{letter-spacing:.08em;color:var(--teal);margin-bottom:1rem;font-size:.8rem;font-weight:500}.doctor-row-bio{color:var(--text-mid);margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.doctor-links{align-items:center;gap:1.5rem;display:flex}.doctor-links a{color:var(--text-mid);border-bottom:1px solid var(--border);padding-bottom:1px;font-size:.85rem;transition:color .2s,border-color .2s}.doctor-links a:hover{color:var(--terra);border-color:var(--terra)}.doctor-links span{color:var(--border)}.footer{background:var(--dark2);color:#ffffffb3;padding:4rem 8% 2rem}.footer-grid{justify-content:center;align-items:start;gap:8rem;margin-bottom:3rem;display:flex}.footer-stay h4{color:var(--white);margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.3rem}.footer-stay p{color:#ffffff80;font-size:.85rem}.footer-stay-url{color:#ffffff80;margin-top:.5rem;font-size:.85rem}.footer-questions h4{color:var(--white);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.1rem}.footer-questions a{color:#fff9;margin-bottom:.5rem;font-size:.88rem;transition:color .2s;display:block}.footer-questions a:hover{color:var(--white)}.footer-social{gap:1rem;margin-top:1rem;display:flex}.footer-social a{color:#fff9;font-size:.88rem;transition:color .2s}.footer-social a:hover{color:var(--white)}.footer-nav-col a{color:#ffffff8c;margin-bottom:.5rem;font-size:.85rem;transition:color .2s;display:block}.footer-nav-col a:hover{color:var(--white)}.footer-bottom{color:#ffffff59;text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.78rem}.nav-logo-img{width:auto;height:40px;display:block}.footer-logo-img{width:auto;height:36px;margin-bottom:.75rem;display:block}@media (width<=900px){.safespace,.location{grid-template-columns:1fr}.safespace-img{height:320px}.location-map{min-height:280px}[dir=rtl] .location{direction:ltr}.services-grid{grid-template-columns:1fr;gap:3rem}.doctor-row{grid-template-columns:1fr;gap:2rem}.doctor-row-img{width:100%;max-height:400px}.footer-grid{grid-template-columns:1fr}.hero{padding:0 6% 6rem}}@media (width<=640px){.nav-left,.nav-right-links{display:none}.navbar{grid-template-columns:auto 1fr auto}.nav-center{justify-content:flex-start;padding-left:1rem}.hamburger{display:flex}.nav-right{gap:.75rem}.footer-grid{grid-template-columns:1fr}.doctor-row{gap:1.5rem}}
