.main-header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--cream);background:#ffffffe6;width:100%;position:sticky;top:0;box-shadow:0 2px 12px #00000008}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;height:82px;margin:0 auto;padding:0 2rem;display:flex}.header-logo{align-items:center;gap:.85rem;text-decoration:none;display:flex}.logo-icon{background:linear-gradient(135deg, var(--sage), var(--sage-dark));color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 6px 18px #4a7c6f33}.logo-icon svg{width:24px;height:24px}.logo-texts{flex-direction:column;display:flex}.logo-title{color:var(--sage-dark);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.logo-subtitle{color:var(--slate);font-size:.78rem}.header-nav{align-items:center;gap:2rem;display:flex}.nav-list{align-items:center;gap:2rem;list-style:none;display:flex}.nav-link{color:var(--slate);font-size:.95rem;font-weight:500;text-decoration:none;transition:all .25s;position:relative}.nav-link:hover{color:var(--sage-dark)}.nav-link:after{content:"";background:var(--gold);width:0%;height:2px;transition:width .25s;position:absolute;bottom:-8px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--sage-dark)}.btn-cta{background:var(--sage);color:#fff;border-radius:12px;padding:.8rem 1.3rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .25s;box-shadow:0 8px 20px #4a7c6f2e}.btn-cta:hover{background:var(--sage-dark);transform:translateY(-1px)}.menu-toggle{cursor:pointer;z-index:1100;background:0 0;border:none;width:44px;height:44px;display:none;position:relative}.menu-toggle span{background:var(--sage-dark);width:26px;height:2px;margin:6px auto;transition:all .3s;display:block}.menu-toggle.active span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (width<=900px){.header-inner{padding:0 1rem}.menu-toggle{display:block}.header-nav{background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:calc(100vh - 82px);padding:2rem;transition:right .35s;position:fixed;top:82px;right:-100%}.header-nav.open{right:0}.nav-list{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.nav-link{font-size:1.05rem}.logo-subtitle{display:none}}.logo-image{object-fit:contain;width:52px;height:52px}.btn-cta{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#14b8a6 0%,#0f766e 100%);border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:13px 22px;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;box-shadow:0 10px 24px #0f766e38,inset 0 1px #ffffff1f}.btn-cta:hover{background:linear-gradient(135deg,#14b8a6 0%,#115e59 100%);transform:translateY(-2px);box-shadow:0 14px 30px #0f766e4d,inset 0 1px #ffffff29}.btn-cta:active{transform:scale(.98)}.breadcrumb-bar{background-color:var(--ivory);width:100%;padding:1.25rem 2rem .5rem}.breadcrumb-inner{flex-wrap:wrap;align-items:center;gap:.25rem;max-width:1200px;margin:0 auto;display:flex}.bc-item{font-family:var(--font-body);letter-spacing:-.01em;align-items:center;font-size:.9rem;display:inline-flex}.bc-link{color:var(--slate);align-items:center;font-weight:400;text-decoration:none;transition:color .2s ease-in-out;display:inline-flex}.bc-link:hover{color:var(--sage)}.bc-home{color:var(--mist);border-radius:var(--radius-sm);padding:.2rem;transition:color .2s,background-color .2s}.bc-home:hover{color:var(--sage-dark);background-color:var(--cream)}.bc-sep{color:var(--mist);pointer-events:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;margin:0 .5rem;display:inline-flex}.bc-current{color:var(--sage-dark);pointer-events:none;font-weight:500}@media (width<=768px){.breadcrumb-bar{padding:1rem 1rem .25rem}.bc-item{font-size:.85rem}.bc-sep{margin:0 .35rem}}.hero{background-color:var(--ivory);border-bottom:1px solid var(--cream);padding:5rem 2rem;position:relative;overflow:hidden}.hero-bg-circle{filter:blur(60px);z-index:1;opacity:.6;border-radius:50%;position:absolute}.hero-bg-circle.c1{background-color:var(--sage-light);width:300px;height:300px;top:-50px;right:-50px}.hero-bg-circle.c2{background-color:var(--gold-light);width:400px;height:400px;bottom:-100px;left:-100px}.hero-bg-circle.c3{background-color:var(--cream);width:200px;height:200px;top:40%;right:25%}.hero-inner{z-index:2;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-badge{background-color:var(--white);color:var(--sage-dark);border:1px solid var(--sage-light);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.badge-dot{background-color:#34c759;border-radius:50%;width:8px;height:8px}.hero-title{font-family:var(--font-display);color:var(--charcoal);margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.15}.hero-title em{color:var(--sage);font-style:italic;font-weight:400}.hero-actions{gap:1rem;display:flex}.btn-primary{font-family:var(--font-body);background-color:var(--sage);color:var(--white);border-radius:var(--radius-sm);padding:1rem 2rem;font-weight:500;text-decoration:none;transition:background-color .25s,transform .2s;box-shadow:0 4px 15px #4a7c6f26}.btn-primary:hover{background-color:var(--sage-dark)}.btn-ghost{font-family:var(--font-body);color:var(--sage-dark);border-radius:var(--radius-sm);border:1px solid var(--sage);background-color:#0000;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:background-color .25s,color .25s}.btn-ghost:hover{background-color:var(--sage-light)}.hero-card{background-color:var(--white);border-radius:var(--radius-lg);border:1px solid var(--cream);padding:2.5rem;box-shadow:0 10px 30px #4a7c6f0d}.hero-card-title{text-transform:uppercase;letter-spacing:.05em;color:var(--mist);margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.stat-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.stat{text-align:center}.stat-num{font-family:var(--font-display);color:var(--sage-dark);font-size:2rem;font-weight:600}.stat-label{color:var(--slate);font-size:.8rem}.mini-divider{background-color:var(--cream);width:1px;height:35px}.rating-row{background-color:var(--ivory);border-radius:var(--radius-sm);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.6rem 1rem;display:flex}.stars{color:var(--gold);letter-spacing:2px;font-size:.9rem}.rating-text{color:var(--charcoal);font-size:.85rem;font-weight:500}.doctor-preview{border-top:1px solid var(--cream);align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.doc-avatar{background-color:var(--gold-light);width:44px;height:44px;color:var(--gold);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.doc-name{color:var(--charcoal);font-size:.95rem;font-weight:500}.section{width:100%;max-width:1200px;margin:0 auto;padding:6rem 2rem}.section.alt{background-color:var(--cream);border-top:1px solid #4a7c6f0d;border-bottom:1px solid #4a7c6f0d;max-width:100%}.section.alt .doctors-grid{max-width:1200px;margin:0 auto}.section-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem;font-size:.85rem;font-weight:500}.section-title{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:.5rem;font-size:2.5rem;font-weight:500}.section-sub{color:var(--slate);font-size:1.05rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.service-card{background-color:var(--white);border-radius:var(--radius-md);border:1px solid #f2ede3b3;flex-direction:column;padding:2.5rem 2rem;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #4a7c6f0a}.service-icon{background-color:var(--ivory);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.service-icon svg{width:24px;height:24px}.service-name{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.75rem;font-size:1.4rem;font-weight:500}.service-desc{color:var(--slate);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.service-link{color:var(--sage);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:color .2s;display:inline-flex}.service-card:hover .service-link{color:var(--gold)}.doctors-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.doctor-card{background-color:var(--white);border-radius:var(--radius-md);border:1px solid var(--cream);text-decoration:none;transition:transform .25s,box-shadow .25s;overflow:hidden}.doctor-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #4a7c6f0a}.doctor-avatar-wrap{background:linear-gradient(135deg, var(--ivory) 0%, var(--gold-light) 100%);justify-content:center;align-items:center;height:180px;display:flex;position:relative}.doctor-initials{font-family:var(--font-display);color:var(--gold);opacity:.8;font-size:3rem;font-weight:500}.doctor-specialty-badge{background-color:var(--white);color:var(--sage-dark);border-radius:50px;padding:.4rem .8rem;font-size:.75rem;font-weight:500;position:absolute;bottom:1rem;left:1rem;box-shadow:0 2px 8px #00000005}.doctor-info{padding:1.5rem}.doctor-name{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.25rem;font-size:1.25rem;font-weight:500}.doctor-title-text{color:var(--sage);margin-bottom:1rem;font-size:.9rem;font-weight:500}.doctor-meta{color:var(--mist);border-top:1px solid var(--ivory);align-items:center;gap:.4rem;padding-top:1rem;font-size:.85rem;display:flex}.doctor-meta svg{color:var(--mist)}.contact-strip{background-color:var(--sage-dark);color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.contact-strip h2{font-family:var(--font-display);font-size:2.3rem;font-weight:400}.contact-strip p{color:var(--sage-light);max-width:500px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.5}.contact-btn{font-family:var(--font-body);background-color:var(--gold);color:var(--white);border-radius:var(--radius-sm);padding:1rem 2.5rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;box-shadow:0 4px 15px #c9954a4d}.contact-btn:hover{background-color:#b3813b}.contact-btn:active{transform:scale(.98)}@media (width<=992px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-title{font-size:2.8rem}}@media (width<=576px){.hero{padding:3rem 1rem}.hero-title{font-size:2.2rem}.section{padding:4rem 1rem}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.hero-card{padding:1.5rem}}.home-appointment-preview{text-align:center;background:radial-gradient(circle at 100% 0,#4a7c6f14,#0000 35%),#fff;border:1px solid #0000000d;border-radius:36px;max-width:1200px;margin:6rem auto;padding:4rem;box-shadow:0 10px 30px #0000000a}.appointment-preview-content{max-width:700px;margin:0 auto}.home-appointment-preview .btn-primary{margin-top:2rem}@media (width<=768px){.home-appointment-preview{border-radius:24px;margin:4rem 1rem;padding:2.5rem 1.5rem}}.doctor-photo-card{object-fit:cover;border:4px solid #fff;border-radius:50%;width:120px;height:120px;box-shadow:0 8px 20px #0000001f}.doctor-avatar-wrap{justify-content:center;margin-bottom:1.2rem;display:flex;position:relative}.doctor-specialty-badge{background:var(--sage);color:#fff;border-radius:999px;padding:.35rem .8rem;font-size:.75rem;font-weight:600;position:absolute;bottom:-10px}.hero{position:relative;overflow:hidden}.hero-inner{z-index:2;position:relative}.topbar{background:#f8faf9;border-bottom:1px solid #e7ece9;width:100%}.topbar-content{color:#6b756f;justify-content:space-between;align-items:center;max-width:1280px;margin:auto;padding:.8rem 2rem;font-size:.9rem;font-weight:500;display:flex}.topbar-content span{opacity:.9}.services-page{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem 6rem}.services-main-header{text-align:center;max-width:700px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.services-eyebrow-top{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.services-title-main{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:1rem;font-size:2.8rem;font-weight:500}.services-subtitle-main{font-family:var(--font-body);color:var(--slate);font-size:1.1rem;line-height:1.6}.services-list-wrapper{flex-direction:column;gap:2rem;margin-bottom:5rem;display:flex}.service-row-card{background-color:var(--white);border:1px solid var(--cream);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:3rem;padding:2.5rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 20px #4a7c6f03}.service-row-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #4a7c6f0a}.service-row-left{flex:1;align-items:flex-start;gap:2rem;display:flex}.service-row-icon-box{background-color:var(--ivory);border:1px solid var(--cream);border-radius:var(--radius-md);width:56px;height:56px;color:var(--sage);flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-row-icon-box svg{width:26px;height:26px}.service-row-tag{text-transform:uppercase;letter-spacing:.05em;color:var(--gold);margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.service-row-text h2{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.5rem;font-size:1.6rem;font-weight:500}.service-row-text p{color:var(--slate);max-width:650px;font-size:.95rem;line-height:1.6}.service-row-right{text-align:right;flex-direction:column;align-items:flex-end;gap:1.25rem;min-width:200px;display:flex}.service-price-tag{flex-direction:column;display:flex}.price-label{color:var(--mist);text-transform:uppercase;letter-spacing:.02em;font-size:.75rem}.price-value{font-family:var(--font-body);color:var(--sage-dark);font-size:1.35rem;font-weight:500}.service-row-action-btn{color:var(--sage);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.service-row-card:hover .service-row-action-btn{color:var(--gold)}.services-info-banner{background-color:var(--cream);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:2rem;padding:3rem;display:flex}.info-banner-content h3{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:.5rem;font-size:1.6rem;font-weight:500}.info-banner-content p{color:var(--slate);max-width:600px;font-size:.95rem;line-height:1.5}.services-banner-btn{background-color:var(--sage-dark);color:var(--white);border-radius:var(--radius-sm);white-space:nowrap;padding:1rem 2rem;font-weight:500;text-decoration:none;transition:background-color .2s}.services-banner-btn:hover{background-color:var(--charcoal)}@media (width<=992px){.service-row-card{flex-direction:column;align-items:flex-start;gap:2rem;padding:2rem}.service-row-right{text-align:left;border-top:1px dashed var(--cream);align-items:flex-start;width:100%;padding-top:1.5rem}.services-info-banner{text-align:center;flex-direction:column;padding:2.5rem 1.5rem}.services-banner-btn{text-align:center;width:100%}}@media (width<=576px){.services-page{padding:2rem 1rem 4rem}.services-title-main{font-size:2.2rem}.service-row-left{flex-direction:column;gap:1.25rem}}.service-detail-page{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}.service-hero{grid-template-columns:1.3fr .7fr;align-items:center;gap:2rem;margin-bottom:5rem;display:grid}.service-tag{color:var(--sage-dark);background:#4a7c6f14;border-radius:999px;margin-bottom:1rem;padding:.45rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.service-hero h1{letter-spacing:-.05em;color:var(--sage-dark);margin-bottom:1.5rem;font-size:4rem;line-height:1}.service-hero p{color:var(--slate);max-width:650px;font-size:1.05rem;line-height:1.8}.service-actions{gap:1rem;margin-top:2rem;display:flex}.primary-btn{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#0f766e 100%);border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:1rem 1.6rem;font-weight:700;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 10px 24px #0f766e2e}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px #0f766e3d}.secondary-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--sage-dark);background:#ffffffb3;border:1px solid #0000000f;border-radius:999px;justify-content:center;align-items:center;padding:1rem 1.5rem;font-weight:600;transition:background .25s,transform .25s,border-color .25s;display:inline-flex}.secondary-btn:hover{background:#fff;border-color:#0f766e26;transform:translateY(-2px)}.service-side-card{background:#fff;border:1px solid #0000000d;border-radius:28px;padding:2rem;box-shadow:0 12px 30px #0000000a}.side-card-icon{width:64px;height:64px;color:var(--sage-dark);background:#4a7c6f14;border-radius:18px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.side-card-icon svg{width:30px;height:30px}.service-side-card h3{color:var(--sage-dark);margin-bottom:1rem}.service-side-card ul{color:var(--slate);padding-left:1.2rem;line-height:2}.service-section{margin-bottom:5rem}.section-heading{margin-bottom:2rem}.section-heading span{color:var(--sage);font-size:.9rem;font-weight:600}.section-heading h2{color:var(--sage-dark);letter-spacing:-.03em;margin-top:.5rem;font-size:2.3rem}.benefit-card{background:#fff;border:1px solid #0000000d;border-radius:28px;padding:2.2rem;transition:transform .25s,box-shadow .25s;box-shadow:0 10px 30px #0f172a0a}.benefit-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px #0f172a14}.alt-bg{background:#4a7c6f08;border-radius:32px;padding:3rem}.process-steps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.step-card{background:#fff;border:1px solid #0000000a;border-radius:28px;padding:2.2rem;transition:transform .25s,box-shadow .25s;box-shadow:0 8px 24px #0f172a0a}.step-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #0f172a14}.service-cta{text-align:center;background:linear-gradient(135deg,#14b8a614,#0f766e08);border:1px solid #0f766e14;border-radius:40px;padding:5rem 2rem;position:relative;overflow:hidden}.service-cta:before{content:"";background:radial-gradient(circle,#14b8a61f,#0000 70%);width:420px;height:420px;position:absolute;top:-180px;right:-120px}@media (width<=900px){.service-hero{grid-template-columns:1.3fr .7fr;align-items:center;gap:3rem;margin-bottom:6rem;padding:4rem 0;display:grid;position:relative}.service-hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#14b8a614,#0000 45%);position:absolute;inset:0}.service-actions{flex-direction:column}.alt-bg{padding:2rem 1.2rem}}@media (width<=640px){.service-detail-page{padding:4rem 1rem}.service-hero h1{font-size:2.4rem}.section-heading h2{font-size:1.9rem}.service-cta h2{font-size:2rem}}.appointment-page{max-width:900px;margin:0 auto;padding:5rem 1.5rem}.appointment-hero{text-align:center;margin-bottom:3rem}.appointment-hero h1{letter-spacing:-.05em;color:var(--sage-dark);margin:1rem 0;font-size:3.5rem;line-height:1}.appointment-hero p{max-width:650px;color:var(--slate);margin:0 auto;font-size:1.05rem;line-height:1.8}.appointment-wrapper{background:#fff;border:1px solid #0000000d;border-radius:32px;padding:3rem;box-shadow:0 12px 30px #0000000a}.appointment-form{flex-direction:column;gap:1.5rem;display:flex}.form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:var(--sage-dark);margin-bottom:.7rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #00000014;border-radius:16px;padding:1rem 1.1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group textarea{resize:vertical;min-height:130px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--sage);outline:none;box-shadow:0 0 0 4px #4a7c6f14}.appointment-btn{background:var(--sage);color:#fff;cursor:pointer;border:none;border-radius:16px;padding:1rem 1.4rem;font-size:1rem;font-weight:600;transition:background .25s,transform .2s}.appointment-btn:hover{background:var(--sage-dark)}.appointment-btn:active{transform:scale(.98)}@media (width<=768px){.appointment-hero h1{font-size:2.5rem}.appointment-wrapper{padding:2rem 1.2rem}.form-grid{grid-template-columns:1fr}}.spec-page{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem 6rem}.spec-header{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.spec-eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.spec-title{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:1rem;font-size:2.8rem;font-weight:500}.spec-subtitle-page{font-family:var(--font-body);color:var(--slate);font-size:1.1rem;line-height:1.6}.spec-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2.5rem;margin-bottom:5rem;display:grid}.spec-card{background-color:var(--white);border:1px solid var(--cream);border-radius:var(--radius-lg);flex-direction:column;justify-content:space-between;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #4a7c6f05}.spec-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #4a7c6f0f}.spec-card-content{padding:3rem 2.5rem 2rem}.spec-card-tag{text-transform:uppercase;letter-spacing:.05em;color:var(--mist);margin-bottom:.5rem;font-size:.8rem;font-weight:500;display:block}.spec-card-name{font-family:var(--font-display);color:var(--charcoal);margin-bottom:1rem;font-size:1.75rem;font-weight:500}.spec-card-desc{color:var(--slate);margin-bottom:2rem;font-size:1rem;line-height:1.6}.spec-treatments{border-top:1px dashed var(--cream);padding-top:1.5rem}.treatments-title{color:var(--charcoal);margin-bottom:.75rem;font-size:.9rem;font-weight:500}.treatments-list{grid-template-columns:1fr 1fr;gap:.5rem;list-style:none;display:grid}.treatment-item{color:var(--slate);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.bullet-gold{color:var(--gold);font-size:.75rem}.spec-footer-link{background-color:var(--ivory);border-top:1px solid var(--cream);padding:1.5rem 2.5rem}.spec-doc-info{justify-content:space-between;align-items:center;font-size:.95rem;display:flex}.doc-label{color:var(--slate)}.doc-redirect{color:var(--sage);font-weight:500;text-decoration:none;transition:color .2s}.doc-redirect:hover{color:var(--gold)}.spec-cta-box{background-color:var(--sage-light);border-radius:var(--radius-lg);text-align:center;max-width:850px;margin:0 auto;padding:3.5rem 2rem}.spec-cta-box h3{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:.75rem;font-size:1.8rem;font-weight:500}.spec-cta-box p{color:var(--sage-dark);opacity:.9;margin-bottom:2rem;font-size:1.05rem}.spec-btn-cta{background-color:var(--sage-dark);color:var(--white);border-radius:var(--radius-sm);padding:1rem 2.5rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block;box-shadow:0 4px 15px #2e504826}.spec-btn-cta:hover{background-color:var(--charcoal)}@media (width<=992px){.spec-grid{grid-template-columns:1fr;gap:2rem}}@media (width<=576px){.spec-page{padding:2rem 1rem 4rem}.spec-title{font-size:2.2rem}.spec-card-content{padding:2rem 1.5rem 1.5rem}.spec-footer-link{padding:1.25rem 1.5rem}.treatments-list{grid-template-columns:1fr}}.docs-page{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem 6rem}.docs-header{text-align:center;max-width:680px;margin-bottom:4.5rem;margin-left:auto;margin-right:auto}.docs-eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.docs-title{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:1rem;font-size:2.8rem;font-weight:500}.docs-subtitle-page{font-family:var(--font-body);color:var(--slate);font-size:1.1rem;line-height:1.6}.docs-grid-container{grid-template-columns:repeat(auto-fit,minmax(540px,1fr));gap:2.5rem;margin-bottom:5rem;display:grid}.doc-full-card{background-color:var(--white);border:1px solid var(--cream);border-radius:var(--radius-lg);transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #4a7c6f05}.doc-full-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #4a7c6f0d}.doc-visual-pane{background:linear-gradient(180deg, var(--ivory) 0%, var(--gold-light) 100%);border-right:1px solid var(--cream);flex-direction:column;justify-content:center;align-items:center;width:180px;min-width:180px;padding:1.5rem;display:flex;position:relative}.doc-large-avatar{font-family:var(--font-display);color:var(--gold);background-color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;margin-bottom:1rem;font-size:2.8rem;font-weight:500;display:flex;box-shadow:0 4px 12px #c9954a1a}.doc-spec-tag{background-color:var(--sage-dark);color:var(--white);text-align:center;letter-spacing:.02em;border-radius:50px;padding:.35rem .75rem;font-size:.75rem;font-weight:500}.doc-details-pane{flex-direction:column;flex:1;justify-content:space-between;padding:2.5rem 2rem;display:flex}.doc-card-name{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.25rem;font-size:1.5rem;font-weight:500}.doc-card-title-text{color:var(--sage);margin-bottom:1rem;font-size:.9rem;font-weight:500}.doc-card-bio{color:var(--slate);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.doc-card-footer{border-top:1px dashed var(--cream);justify-content:space-between;align-items:center;padding-top:1.25rem;display:flex}.doc-experience{color:var(--mist);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.doc-profile-btn{color:var(--sage-dark);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.doc-profile-btn:hover{color:var(--gold);transform:translate(2px)}.docs-guarantee-banner{background-color:var(--cream);border-radius:var(--radius-md);justify-content:space-around;align-items:center;gap:2rem;padding:2.5rem;display:flex}.guarantee-item{text-align:center;max-width:400px}.guarantee-icon{color:var(--gold);margin-bottom:.5rem;font-size:1.2rem;display:block}.guarantee-item h3{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:.25rem;font-size:1.2rem;font-weight:500}.guarantee-item p{color:var(--slate);font-size:.9rem;line-height:1.4}.guarantee-vertical-line{background-color:#4a7c6f26;width:1px;height:60px}@media (width<=1200px){.docs-grid-container{grid-template-columns:1fr}}@media (width<=576px){.docs-page{padding:2rem 1rem 4rem}.docs-title{font-size:2.2rem}.doc-full-card{flex-direction:column}.doc-visual-pane{border-right:none;border-bottom:1px solid var(--cream);width:100%;padding:2rem 1rem}.doc-details-pane{padding:1.5rem}.docs-guarantee-banner{flex-direction:column;padding:2rem 1.5rem}.guarantee-vertical-line{display:none}}.doc-large-image{object-fit:cover;border:5px solid #fff;border-radius:50%;width:170px;height:170px;box-shadow:0 10px 30px #0000001f}.doc-visual-pane{justify-content:center;align-items:center;display:flex;position:relative}.profile-page{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem 6rem}.profile-layout{grid-template-columns:320px 1fr;align-items:start;gap:4rem;display:grid}.profile-sidebar{flex-direction:column;gap:2rem;display:flex}.profile-avatar-card{background-color:var(--white);border:1px solid var(--cream);border-radius:var(--radius-lg);text-align:center;background:linear-gradient(180deg, var(--white) 0%, var(--ivory) 100%);padding:3rem 2rem;box-shadow:0 4px 20px #4a7c6f05}.profile-large-circle{font-family:var(--font-display);color:var(--gold);background-color:var(--white);border:1px solid var(--cream);border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 1.5rem;font-size:3.5rem;display:flex;box-shadow:0 6px 16px #c9954a14}.profile-spec-badge{background-color:var(--sage-light);color:var(--sage-dark);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.75rem;font-weight:500;display:inline-block}.profile-name-main{font-family:var(--font-display);color:var(--charcoal);margin-bottom:.5rem;font-size:1.8rem;font-weight:500;line-height:1.2}.profile-sub-title{color:var(--sage);font-size:.95rem;font-weight:500}.profile-meta-info-box{background-color:var(--white);border:1px solid var(--cream);border-radius:var(--radius-md);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.meta-info-item{flex-direction:column;gap:.25rem;display:flex}.meta-info-label{text-transform:uppercase;letter-spacing:.05em;color:var(--mist);font-size:.8rem;font-weight:500}.meta-info-value{color:var(--slate);font-size:.9rem;line-height:1.4}.profile-main-content{flex-direction:column;gap:3.5rem;display:flex}.profile-section-block{border-bottom:1px solid var(--cream);padding-bottom:2.5rem}.profile-section-block:last-of-type{border-bottom:none;padding-bottom:0}.profile-section-heading{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:1.25rem;font-size:1.8rem;font-weight:500}.profile-paragraph{color:var(--slate);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.profile-university-tag{color:var(--charcoal);font-size:.95rem;font-weight:500}.profile-focus-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.profile-focus-item{color:var(--slate);align-items:center;gap:.75rem;font-size:1.05rem;display:flex}.focus-icon-bullet{color:var(--gold);font-size:.8rem}.profile-appointment-card{background-color:var(--sage-dark);color:var(--white);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem;display:flex;box-shadow:0 8px 24px #2e504826}.appointment-text-side h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:400}.appointment-text-side p{color:var(--sage-light);opacity:.9;font-size:.95rem}.profile-book-btn{background-color:var(--gold);color:var(--white);border-radius:var(--radius-sm);white-space:nowrap;padding:1rem 1.75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;box-shadow:0 4px 12px #c9954a33}.profile-book-btn:hover{background-color:#b3813b}.doc-profile-not-found{text-align:center;max-width:500px;margin:6rem auto;padding:2rem}.doc-profile-not-found h2{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:1rem;font-size:2rem}.doc-profile-not-found p{color:var(--slate);margin-bottom:2rem}.btn-back-docs{color:var(--sage);font-weight:500;text-decoration:none}@media (width<=992px){.profile-layout{grid-template-columns:1fr;gap:3rem}.profile-sidebar{width:100%;max-width:450px;margin:0 auto}}@media (width<=768px){.profile-appointment-card{text-align:center;flex-direction:column;padding:2rem 1.5rem}.profile-book-btn{text-align:center;width:100%}}@media (width<=576px){.profile-page{padding:2rem 1rem 4rem}.profile-section-heading{font-size:1.5rem}}.profile-doctor-image{object-fit:cover;border:6px solid #fff;border-radius:50%;width:180px;height:180px;margin-bottom:1.2rem;box-shadow:0 12px 30px #0000001f}.about-page{width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem 6rem}.about-header{text-align:center;max-width:750px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.about-eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.about-title{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:1rem;font-size:2.8rem;font-weight:500;line-height:1.2}.about-subtitle-page{font-family:var(--font-body);color:var(--slate);font-size:1.15rem;line-height:1.6}.about-manifesto-section{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;margin-bottom:6rem;display:grid}.manifesto-visual{background:linear-gradient(135deg, var(--cream) 0%, var(--gold-light) 100%);border-radius:var(--radius-lg);border:1px solid #c9954a1a;justify-content:center;align-items:center;height:380px;display:flex;position:relative}.manifesto-badge-circle{background-color:var(--white);text-align:center;border:1px solid var(--cream);border-radius:50%;flex-direction:column;justify-content:center;width:160px;height:160px;padding:2.5rem 1.5rem;display:flex;box-shadow:0 10px 25px #4a7c6f0d}.manifesto-badge-circle span{font-family:var(--font-display);color:var(--sage-dark);font-size:2.5rem;font-weight:600;line-height:1;display:block}.manifesto-badge-circle p{color:var(--slate);text-transform:uppercase;letter-spacing:.02em;margin-top:.25rem;font-size:.8rem}.manifesto-text h2{font-family:var(--font-display);color:var(--charcoal);margin-bottom:1.5rem;font-size:2rem;font-weight:500}.manifesto-text p{color:var(--slate);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.manifesto-text p:last-of-type{margin-bottom:0}.about-values-section{background-color:var(--white);border:1px solid var(--cream);border-radius:var(--radius-lg);margin-bottom:6rem;padding:4rem 3rem;box-shadow:0 4px 25px #4a7c6f03}.values-header{text-align:center;margin-bottom:3.5rem}.values-header h2{font-family:var(--font-display);color:var(--sage-dark);margin-bottom:.5rem;font-size:2rem;font-weight:500}.values-header p{color:var(--slate);font-size:1rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;display:grid}.value-card{flex-direction:column;gap:.75rem;display:flex}.value-icon{color:var(--gold);font-size:1.2rem}.value-card h3{font-family:var(--font-display);color:var(--charcoal);font-size:1.35rem;font-weight:500}.value-card p{color:var(--slate);font-size:.95rem;line-height:1.6}.about-cta-banner{background-color:var(--sage-dark);color:var(--white);border-radius:var(--radius-lg);text-align:center;padding:4rem 2rem;box-shadow:0 10px 30px #2e50481a}.about-cta-banner h2{font-family:var(--font-display);margin-bottom:.75rem;font-size:2rem;font-weight:400}.about-cta-banner p{color:var(--sage-light);opacity:.95;margin-bottom:2rem;font-size:1.05rem}.about-btn-cta{background-color:var(--gold);color:var(--white);border-radius:var(--radius-sm);padding:1rem 2.5rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-block;box-shadow:0 4px 14px #c9954a40}.about-btn-cta:hover{background-color:#b3813b}@media (width<=992px){.about-manifesto-section{grid-template-columns:1fr;gap:3rem}.manifesto-visual{height:260px}}@media (width<=768px){.about-values-section{padding:3rem 1.5rem}.about-title{font-size:2.2rem}}@media (width<=576px){.about-page{padding:2rem 1rem 4rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background:#f7f8fa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:root{--primary:#0f766e;--primary-dark:#0b5e57;--sage-dark:#134e4a;--text:#374151;--title:#0f172a;--white:#fff;--border:#ffffff24;--shadow:0 10px 40px #0000001f;--radius:24px}.topbar{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;position:relative}.topbar-content{color:#64748b;justify-content:space-between;align-items:center;max-width:1280px;margin:auto;padding:12px 32px;font-size:.92rem;display:flex}.hero{align-items:center;min-height:92vh;display:flex;position:relative;overflow:hidden}.hero-slider{z-index:1;position:absolute;inset:0}.hero-slide{opacity:0;background-position:50%;background-size:cover;transition:opacity 1.2s;position:absolute;inset:0;transform:scale(1.03)}.hero-slide.active{opacity:1}.hero-overlay{z-index:2;background:linear-gradient(90deg,#0f172aad 0%,#0f172a8c 35%,#0f172a59 60%,#0f172a38 100%);position:absolute;inset:0}.hero-inner{z-index:5;grid-template-columns:1.1fr 430px;align-items:center;gap:60px;width:100%;max-width:1280px;margin:auto;padding:120px 32px 80px;display:grid;position:relative}.hero-content{max-width:720px}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff24;border:1px solid #fff3;border-radius:999px;align-items:center;gap:10px;margin-bottom:28px;padding:12px 18px;font-size:.92rem;display:inline-flex}.badge-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.hero-title{letter-spacing:-3px;color:#fff;margin-bottom:28px;font-size:clamp(3rem,6vw,5.6rem);font-weight:800;line-height:.95}.hero-title em{color:#99f6e4;font-style:normal}.hero-sub{color:#ffffffd1;max-width:640px;margin-bottom:38px;font-size:1.1rem;line-height:1.9}.hero-actions{flex-wrap:wrap;gap:18px;margin-bottom:42px;display:flex}.btn-primary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#14b8a6 0%,#0f766e 100%);border:1px solid #ffffff26;border-radius:999px;padding:17px 30px;font-size:.96rem;font-weight:700;transition:transform .25s,box-shadow .25s,background .25s;box-shadow:0 10px 30px #0f766e59,inset 0 1px #ffffff1f}.btn-primary:hover{background:linear-gradient(135deg,#14b8a6 0%,#115e59 100%);transform:translateY(-3px);box-shadow:0 18px 40px #0f766e73,inset 0 1px #ffffff2e}.btn-primary:active{transform:scale(.98)}.btn-ghost{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;padding:17px 30px;font-size:.95rem;font-weight:600;transition:transform .25s,background .25s,border .25s;box-shadow:0 10px 30px #00000026,inset 0 1px #ffffff14}.btn-ghost:hover{background:#fff3;border-color:#ffffff57;transform:translateY(-3px)}.btn-ghost:active{transform:scale(.98)}.hero-slider-dots{gap:10px;display:flex}.hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.hero-dot.active{background:#fff;border-radius:999px;width:36px}.hero-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;box-shadow:var(--shadow);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:30px;padding:34px}.philosophy-tag{background:#ffffff24;border-radius:999px;margin-bottom:18px;padding:8px 14px;font-size:.85rem;display:inline-flex}.philosophy-title{margin-bottom:16px;font-size:2rem;font-weight:700}.philosophy-phrase{color:#ffffffd1;margin-bottom:28px;line-height:1.8}.philosophy-selectors{flex-wrap:wrap;gap:10px;display:flex}.philosophy-dot{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;padding:10px 14px;transition:all .25s}.philosophy-dot.active{color:#0f172a;background:#fff}.hero-card-divider{background:#ffffff24;height:1px;margin:28px 0}.doctor-preview{align-items:center;gap:14px;display:flex}.doctor-photo{object-fit:cover;border:3px solid #ffffff2e;border-radius:50%;width:64px;height:64px}.doc-name{margin-bottom:4px;font-weight:700}.doc-role{color:#ffffffb3;font-size:.92rem}.section{padding:110px 32px}.section.alt{background:#fff}.section-header{text-align:center;margin-bottom:70px}.section-eyebrow{color:var(--primary);text-transform:uppercase;letter-spacing:.16em;margin-bottom:16px;font-size:.78rem;font-weight:700}.section-title{color:var(--title);margin-bottom:18px;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.section-sub{max-width:680px;color:var(--text);margin:auto;line-height:1.8}@media (width<=980px){.hero-inner{grid-template-columns:1fr}.hero-card{max-width:520px}.hero-title{font-size:4rem}}@media (width<=768px){.hero{min-height:auto}.hero-inner{padding:110px 22px 70px}.topbar-content{padding:10px 18px;font-size:.8rem}.hero-title{letter-spacing:-2px;font-size:3rem}.hero-sub{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch}.btn-primary,.btn-ghost{text-align:center}.hero-card{padding:28px}}
