:root{--teal: #0D2B2E;--teal-light: #1a4a4d;--teal-mid: #163a3d;--gold: #C9A84C;--gold-light: #e8d5a3;--gold-dark: #a8843c;--ivory: #F5F0E8;--ivory-dark: #ede5d5;--white: #ffffff;--dark: #1a1a1a;--muted: #6b7280;--radius: 8px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 2px 12px rgba(0,0,0,.07);--shadow-md: 0 8px 30px rgba(0,0,0,.12);--shadow-lg: 0 20px 60px rgba(0,0,0,.16);--transition: all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;color:var(--dark);background:var(--white);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;line-height:1.25}a{text-decoration:none}img{max-width:100%}.btn-gold{background:var(--gold);color:var(--teal);border:none;padding:.75rem 2rem;border-radius:var(--radius);font-family:Inter,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition);display:inline-block}.btn-gold:hover{background:var(--gold-dark);color:var(--teal);transform:translateY(-2px);box-shadow:0 8px 24px #c9a84c66}.btn-outline-white{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.7);padding:.75rem 2rem;border-radius:var(--radius);font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;transition:var(--transition);display:inline-block}.btn-outline-white:hover{background:var(--white);color:var(--teal);border-color:var(--white)}.btn-teal{background:var(--teal);color:var(--white);border:none;padding:.75rem 2rem;border-radius:var(--radius);font-family:Inter,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition);display:inline-block}.btn-teal:hover{background:var(--teal-light);transform:translateY(-2px);box-shadow:0 8px 24px #0d2b2e59}.tag-label{font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--gold)}.section-label{font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;display:block}.gold-bar{width:50px;height:3px;background:var(--gold);margin:1rem 0 1.5rem}.gold-bar.center{margin:1rem auto 1.5rem}.section-pad{padding:6rem 0}.section-pad-sm{padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero-section{background:var(--teal);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:2rem 0}.hero-glow{position:absolute;border-radius:50%;pointer-events:none}.hero-glow-1{width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.08) 0%,transparent 70%);top:-100px;left:-100px}.hero-glow-2{width:400px;height:400px;background:radial-gradient(circle,rgba(201,168,76,.06) 0%,transparent 70%);bottom:-50px;right:10%}.hero-headline{font-family:Playfair Display,serif;font-size:clamp(2.2rem,4.5vw,3.8rem);color:var(--white);font-weight:700;line-height:1.18;margin-bottom:1.25rem}.hero-headline .gold{color:var(--gold)}.hero-sub{color:#ffffffbf;font-size:1rem;font-weight:400;margin-bottom:.75rem;letter-spacing:.5px}.hero-desc{color:#fff9;font-size:.95rem;line-height:1.7;margin-bottom:1.4rem;max-width:480px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-img-wrap{position:relative;display:flex;justify-content:center;align-items:center}.hero-img-ring{width:420px;height:420px;border-radius:50%;border:3px solid rgba(201,168,76,.4);display:flex;align-items:center;justify-content:center;position:relative}.hero-img-ring:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:50%;border:1px solid rgba(201,168,76,.2)}.hero-img-inner{width:380px;height:380px;border-radius:50%;overflow:hidden;border:4px solid var(--gold);background:var(--teal-light)}.hero-img-inner img{width:100%;height:100%;object-fit:cover;object-position:top}.hero-badge{position:absolute;bottom:20px;right:-10px;background:var(--gold);color:var(--teal);border-radius:var(--radius-lg);padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-weight:700;font-size:.85rem;box-shadow:var(--shadow-md);text-align:center;line-height:1.4}.trust-bar{background:var(--white);border-bottom:1px solid var(--ivory-dark);box-shadow:var(--shadow-sm)}.trust-item{text-align:center;padding:2rem 1rem}.trust-item .num{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--teal);display:block}.trust-item .num span{color:var(--gold)}.trust-item p{font-size:.85rem;color:var(--muted);margin-top:.3rem;font-weight:500}.trust-divider{width:1px;background:var(--ivory-dark);align-self:stretch;margin:1.5rem 0}.about-img-wrap{position:relative}.about-img-main{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.about-img-main img{width:100%;height:480px;object-fit:cover}.about-exp-badge{position:absolute;bottom:-20px;right:-20px;background:var(--teal);color:var(--white);border-radius:var(--radius-lg);padding:1.5rem 1.75rem;text-align:center;box-shadow:var(--shadow-md)}.about-exp-badge .exp-num{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:var(--gold);display:block;line-height:1}.about-exp-badge .exp-label{font-size:.78rem;color:#fffc;letter-spacing:1px;text-transform:uppercase;margin-top:.25rem;display:block}.credential-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.credential-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.credential-item p{font-size:.95rem;color:var(--dark);margin:0}.services-section{background:var(--white)}.service-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition);border:1px solid rgba(201,168,76,.12);height:100%}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--gold)}.service-card-img{width:100%;aspect-ratio:16 / 10;height:auto;object-fit:cover;display:block;background:var(--ivory)}.service-card-img-fallback{width:100%;height:210px;background:linear-gradient(135deg,var(--teal) 0%,var(--teal-light) 100%);display:flex;align-items:center;justify-content:center;font-size:3.5rem}.service-card-body{padding:1.5rem}.service-card-body h4{font-size:1.15rem;color:var(--teal);margin-bottom:.5rem}.service-card-body p{font-size:.875rem;color:var(--muted);line-height:1.65}.service-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-family:Inter,sans-serif}.service-tag-clinical{color:var(--teal-light);background:#0d2b2e12;border-radius:4px;padding:.15rem .5rem}.why-section{background:var(--teal)}.why-card{text-align:center;padding:2rem 1.5rem;border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid rgba(201,168,76,.15);transition:var(--transition)}.why-card:hover{background:#ffffff14;border-color:#c9a84c66;transform:translateY(-4px)}.why-icon{width:70px;height:70px;border-radius:50%;background:#c9a84c26;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.75rem;color:var(--gold);border:1px solid rgba(201,168,76,.3)}.why-card h4{color:var(--white);font-size:1.1rem;margin-bottom:.6rem}.why-card p{color:#fff9;font-size:.875rem;line-height:1.6}.testimonials-section{background:var(--ivory)}.testimonial-ticker{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);padding:.5rem 0 1.5rem}.testimonial-track{display:flex;gap:1.5rem;width:max-content;animation:testimonial-scroll 45s linear infinite}.testimonial-ticker:hover .testimonial-track{animation-play-state:paused}@keyframes testimonial-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes spin{to{transform:rotate(360deg)}}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);border-left:4px solid var(--gold);width:360px;flex-shrink:0;transition:var(--transition)}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.stars{color:var(--gold);font-size:1rem;margin-bottom:1rem;letter-spacing:2px}.testimonial-card p{color:var(--muted);font-size:.9rem;line-height:1.7;margin-bottom:1.25rem;font-style:italic}.t-author strong{font-family:Playfair Display,serif;color:var(--teal);font-size:1rem}.t-author span{font-size:.78rem;color:var(--gold);display:block;margin-top:.2rem}.cta-strip{background:var(--gold);padding:5rem 0}.cta-strip h2{font-family:Playfair Display,serif;color:var(--teal)}.cta-strip p{color:#0d2b2ebf}.clinic-nav{background:var(--teal);position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;display:flex;align-items:center;box-shadow:0 2px 20px #00000040}.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%;display:flex;align-items:center;justify-content:space-between}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.nav-brand-logo{height:50px;width:auto;border-radius:6px}.nav-brand-text{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:700;color:var(--gold);line-height:1.2}.nav-brand-text small{display:block;font-family:Inter,sans-serif;font-size:.65rem;color:#fff9;letter-spacing:2px;text-transform:uppercase;font-weight:400}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-links a{color:#ffffffd1;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;padding:.5rem .85rem;border-radius:var(--radius);transition:var(--transition);text-decoration:none}.nav-links a:hover,.nav-links a.active{color:var(--gold);background:#c9a84c1a}.nav-cta-btn{background:var(--gold);color:var(--teal)!important;font-weight:700!important;padding:.55rem 1.25rem!important;border-radius:var(--radius)!important}.nav-cta-btn:hover{background:var(--gold-dark)!important}.nav-toggle{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}.nav-mobile{display:none;flex-direction:column;background:var(--teal-mid);border-top:1px solid rgba(255,255,255,.08)}.nav-mobile.open{display:flex}.nav-mobile a{color:#ffffffd9;padding:.9rem 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.06);transition:var(--transition);text-decoration:none}.nav-mobile a:hover{color:var(--gold);background:#c9a84c12}.clinic-footer{background:var(--teal);padding:4rem 0 0}.footer-brand p{color:#ffffff8c;font-size:.875rem;line-height:1.7;margin:1rem 0 1.25rem}.footer-heading{font-family:Playfair Display,serif;color:var(--gold);font-size:1.1rem;margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#fff9;font-size:.875rem;transition:var(--transition);text-decoration:none}.footer-links a:hover{color:var(--gold)}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.footer-contact-item i{color:var(--gold);margin-top:3px;width:16px}.footer-contact-item p{color:#ffffffa6;font-size:.875rem;line-height:1.5;margin:0}.footer-contact-item a{color:#ffffffa6;transition:var(--transition);text-decoration:none}.footer-contact-item a:hover{color:var(--gold)}.footer-socials{display:flex;gap:.75rem;margin-top:1rem}.social-btn{width:38px;height:38px;border-radius:50%;background:#ffffff12;border:1px solid rgba(201,168,76,.25);display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:.875rem;text-decoration:none;transition:var(--transition)}.social-btn:hover{background:var(--gold);color:var(--teal);border-color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 0;margin-top:3rem;text-align:center}.footer-bottom p{color:#fff6;font-size:.8rem}.footer-bottom a{color:var(--gold);text-decoration:none}.page-banner{background:var(--teal);padding:7rem 0 4rem;text-align:center;position:relative;overflow:hidden}.page-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(201,168,76,.07) 0%,transparent 60%)}.page-banner h1{color:var(--white);position:relative}.page-banner .breadcrumb{position:relative;background:none;display:flex;justify-content:center;gap:.5rem;margin-top:.75rem;padding:0}.page-banner .breadcrumb a{color:var(--gold);text-decoration:none;font-size:.875rem}.page-banner .breadcrumb span{color:#ffffff80;font-size:.875rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-services{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.grid-trust{display:flex;align-items:stretch}.grid-trust>*{flex:1}@media (max-width: 992px){.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}.grid-services{grid-template-columns:1fr}.grid-4{grid-template-columns:1fr 1fr}.hero-img-wrap{display:none}.hero-section{min-height:auto;padding:8rem 0 5rem}.hero-headline{font-size:2.5rem}.about-exp-badge{bottom:10px;right:10px}.nav-links{display:none}.nav-toggle{display:block}.clinic-nav{height:auto;flex-direction:column;align-items:stretch}.nav-inner{height:70px}}@media (max-width: 600px){.grid-3,.grid-4{grid-template-columns:1fr}.section-pad{padding:4rem 0}.hero-btns{flex-direction:column}.hero-img-ring{width:300px;height:300px}.hero-img-inner{width:268px;height:268px}.page-banner h1{font-size:2rem!important}.testimonial-card{width:320px;padding:1.5rem}.trust-item .num{font-size:2rem}.about-img-main img{height:320px}.clinic-footer>.container>div{grid-template-columns:1fr!important;gap:2rem!important}}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(2,1fr)!important}.gallery-videos-grid{grid-template-columns:1fr!important}}@media (max-width: 480px){.gallery-grid,.gallery-videos-grid{grid-template-columns:1fr!important}.trust-item{padding:1rem .5rem}.trust-item .num{font-size:1.6rem}}@media (max-width: 480px){.service-stats-grid{grid-template-columns:1fr!important}}html{scroll-behavior:smooth}.skip-link{position:absolute;top:-40px;left:0;background:var(--gold);color:var(--teal);padding:.5rem 1rem;font-weight:700;font-size:.875rem;z-index:9999;border-radius:0 0 var(--radius) 0;transition:top .2s}.skip-link:focus{top:0}*:focus-visible{outline:2.5px solid var(--gold);outline-offset:2px;border-radius:var(--radius)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2.5px solid var(--gold);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.testimonial-track,.hero-glow{animation:none}}button,a,input,select,textarea,[role=button]{min-height:44px}.nav-mobile a{min-height:44px;display:flex;align-items:center}body{overflow-x:hidden}input:focus,select:focus,textarea:focus{border-color:var(--gold)!important;box-shadow:0 0 0 3px #c9a84c26}
