:root{--blue-950:#00245b;--blue-900:#00347d;--blue-800:#004497;--blue-700:#0059ba;--blue-500:#0a77d9;--blue-100:#eef7ff;--blue-75:#f4faff;--text:#061d44;--muted:#314568;--white:#ffffff;--shadow-soft:0 18px 44px rgba(0, 45, 104, 0.1);--shadow-card:0 18px 38px rgba(4, 47, 105, 0.11);--radius-lg:20px;--radius-xl:24px;--container:1370px;--ease:cubic-bezier(0.22, 1, 0.36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--white);font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg{display:block}img{max-width:100%}.site-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 128px),var(--container));margin-inline:auto}.site-header{position:fixed;inset:0 0 auto;z-index:50;height:112px;display:flex;align-items:center;background:0 0;transition:background .42s var(--ease),box-shadow .42s var(--ease),backdrop-filter .42s var(--ease),height .42s var(--ease)}.site-header.is-scrolled{height:88px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);box-shadow:0 8px 24px rgba(0,31,80,.065)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:34px}.brand{display:inline-flex;align-items:center;flex:0 0 auto}.brand picture{display:contents}.brand-logo{width:208px;height:auto;object-fit:contain}.brand-light .brand-logo{width:238px;filter:brightness(0) invert(1)}.main-nav{display:flex;align-items:center;gap:43px;color:#061e46;font-size:15px;font-weight:650}.main-nav a{position:relative;padding-block:10px}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:var(--blue-500);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.main-nav a:focus-visible::after,.main-nav a:hover::after{transform:scaleX(1)}.btn{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;gap:12px;min-height:56px;padding:0 31px;border-radius:10px;border:1px solid rgba(255,255,255,.12);font-size:15px;font-weight:800;line-height:1;letter-spacing:-.005em;white-space:nowrap;transition:transform .3s var(--ease),box-shadow .3s var(--ease),background .3s var(--ease),border-color .3s var(--ease),opacity .3s var(--ease)}.btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn .whatsapp-icon{width:20px;height:22px;flex:0 0 auto;fill:currentColor;stroke:none;transform:translateY(-.5px)}.btn:focus-visible,.btn:hover{transform:translateY(-2px)}.btn-primary{color:var(--white);background:linear-gradient(135deg,#075fc8 0,#00469d 48%,#003179 100%);box-shadow:0 16px 32px rgba(0,57,130,.18),inset 0 1px 0 rgba(255,255,255,.14)}.btn-primary:focus-visible,.btn-primary:hover{background:linear-gradient(135deg,#0b68d4 0,#004fae 48%,#003a87 100%);box-shadow:0 20px 38px rgba(0,57,130,.24),inset 0 1px 0 rgba(255,255,255,.16)}.btn-outline{color:var(--blue-900);border-color:var(--blue-800);background:var(--white);min-width:172px;min-height:48px}.btn-outline:focus-visible,.btn-outline:hover{background:var(--blue-75)}.btn-light{color:var(--blue-900);background:var(--white);min-width:314px;min-height:60px;border-color:rgba(255,255,255,.55);box-shadow:0 16px 34px rgba(0,17,60,.14),inset 0 1px 0 rgba(255,255,255,.9)}.btn-light:focus-visible,.btn-light:hover{background:#f8fbff;box-shadow:0 20px 38px rgba(0,17,60,.18),inset 0 1px 0 rgba(255,255,255,.95)}.nav-toggle{display:none;width:42px;height:42px;border:0;border-radius:10px;background:var(--blue-75);cursor:pointer}.nav-toggle span{display:block;width:20px;height:2px;margin:4px auto;border-radius:999px;background:var(--blue-900)}.hero{position:relative;min-height:710px;padding-bottom:12px;overflow:hidden;display:block;background:var(--white)}.hero::after{content:"";position:absolute;inset:0 auto 0 28%;z-index:2;width:49%;pointer-events:none;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.985) 22%,rgba(255,255,255,.91) 41%,rgba(255,255,255,.62) 62%,rgba(255,255,255,.25) 84%,rgba(255,255,255,0) 100%)}.hero-copy{position:relative;z-index:5;width:min(560px,calc(100% - 128px));margin-left:max(64px,calc((100vw - var(--container))/ 2 + 24px));padding-top:174px}.hero h1{margin:0;color:var(--blue-950);font-size:clamp(56px, 4.65vw, 83px);line-height:.94;font-weight:850;letter-spacing:-.045em}.hero h1 span{color:var(--blue-700)}.hero p{width:min(100%,430px);margin:31px 0 38px;color:#172a4d;font-size:18px;line-height:1.55}.hero-btn{min-width:282px;min-height:58px}.feature-list{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;width:min(100%,545px);margin-top:66px}.feature-list article{display:grid;justify-items:center;gap:12px;color:var(--blue-900);text-align:center;font-size:14px;line-height:1.25}.feature-list svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.hero-media{position:absolute;inset:0 0 0 38%;overflow:hidden}.hero-media picture{display:block;width:100%;height:100%}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:66% center;transform:translateX(-.8%) scale(1.055)}.clinic-section{padding:76px 0 58px;background:var(--white)}.clinic-grid{display:grid;grid-template-columns:256px 1fr;gap:70px;align-items:center}.section-copy{padding-left:4px}.cta-copy h2,.section-copy h2,.section-heading h2,.testimonial h2{margin:0;color:var(--blue-950);font-size:34px;line-height:1.12;font-weight:830;letter-spacing:-.035em}.section-line{display:block;width:43px;height:3px;margin:24px 0 30px;border-radius:999px;background:var(--blue-500)}.section-copy p{margin:0 0 52px;color:var(--muted);font-size:16px;line-height:1.78}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gallery figure{margin:0;overflow:hidden;border-radius:22px;box-shadow:0 18px 38px rgba(4,47,105,.1);background:var(--blue-75)}.gallery picture{display:block}.gallery img{width:100%;aspect-ratio:1/1.23;height:auto;object-fit:cover;transition:transform .3s var(--ease),filter .3s var(--ease)}.gallery figure:hover img{transform:scale(1.02);filter:saturate(1.04)}.treatments-section{padding:0 0 16px;background:var(--white)}.treatments-shell{padding:32px 42px 34px;border-radius:24px;background:linear-gradient(135deg,#eef8ff 0,#eaf6ff 58%,#e6f3ff 100%);box-shadow:0 18px 42px rgba(0,59,132,.06)}.section-heading .section-line{margin:17px 0 28px}.treatment-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0}.treatment-grid article{min-height:168px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:7px 16px 0;color:var(--blue-900);text-align:center;border-left:1px solid rgba(0,69,151,.14);transition:background .3s var(--ease),transform .3s var(--ease),box-shadow .3s var(--ease)}.treatment-grid article:hover{background:rgba(255,255,255,.34);box-shadow:0 14px 26px rgba(0,56,132,.055);transform:translateY(-3px)}.treatment-grid article:first-child{border-left:0}.treatment-grid svg{width:61px;height:61px;margin-bottom:13px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.treatment-grid h3{margin:0 0 15px;font-size:17px;line-height:1.16;font-weight:800}.treatment-grid p{margin:0;color:rgba(36,58,94,.88);font-size:13px;line-height:1.43}.cta-section{position:relative;overflow:hidden;margin-top:0;padding:52px 0 48px;color:var(--white);background:radial-gradient(circle at 16% 24%,rgba(22,119,225,.58),transparent 34%),linear-gradient(105deg,#0055bd 0,#00479f 42%,#003681 100%)}.cta-grid{position:relative;z-index:2;min-height:250px;display:grid;grid-template-columns:380px 1fr;align-items:center}.testimonial{min-height:250px;padding-left:44px;border-right:1px solid rgba(255,255,255,.16)}.cta-copy h2,.testimonial h2{color:var(--white);font-size:31px}.testimonial .section-line{margin:18px 0 26px;background:var(--white)}.testimonial svg{width:38px;height:38px;margin-bottom:-2px;fill:none;stroke:rgba(255,255,255,0.35);stroke-width:1.5}.testimonial p{width:236px;margin:0 0 16px 60px;font-size:15.5px;line-height:1.55}.testimonial strong{display:block;margin-left:60px;font-size:13px;font-weight:750}.review-slider{position:relative;width:260px;height:148px;margin-left:60px;overflow:hidden}.review-slide{position:absolute;inset:0;opacity:0;transform:translateY(10px);animation:reviewFade 30s infinite}.review-slide:first-child{opacity:1}.review-slide:nth-child(2){animation-delay:6s}.review-slide:nth-child(3){animation-delay:12s}.review-slide:nth-child(4){animation-delay:18s}.review-slide:nth-child(5){animation-delay:24s}.testimonial .review-slide p{width:100%;margin:0 0 11px;font-size:14px;line-height:1.42}.testimonial .review-slide strong{margin-left:0}.dots{display:flex;gap:14px;margin:18px 0 0 60px}.dots span{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.28);animation:dotFade 30s infinite}.dots span:first-child{background:var(--white)}.dots span:nth-child(2){animation-delay:6s}.dots span:nth-child(3){animation-delay:12s}.dots span:nth-child(4){animation-delay:18s}.dots span:nth-child(5){animation-delay:24s}@keyframes reviewFade{0%,16%{opacity:1;transform:translateY(0)}100%,20%{opacity:0;transform:translateY(-10px)}}@keyframes dotFade{0%,16%{background:var(--white)}100%,20%{background:rgba(255,255,255,.28)}}@media (prefers-reduced-motion:reduce){.review-slider{height:auto;overflow:visible}.review-slide{position:static;opacity:1;transform:none;margin-bottom:18px;animation:none}.dots{display:none}}.cta-copy{display:grid;justify-items:start;gap:34px;padding-left:170px}.cta-copy h2{line-height:1.22}.cta-tooth{position:absolute;z-index:1;right:148px;top:34px;width:210px;height:210px;fill:none;stroke:rgba(255,255,255,0.085);stroke-width:.82;stroke-linecap:round;stroke-linejoin:round}.site-footer{color:var(--white);background:linear-gradient(135deg,#00285d 0,#003f92 100%)}.footer-grid{display:grid;grid-template-columns:320px 310px 300px 1fr;gap:34px;padding:38px 0 34px;align-items:start}.footer-brand p{margin:22px 0 22px;font-size:14px;line-height:1.6;color:rgba(255,255,255,.9)}.socials{display:flex;gap:16px}.socials a{width:29px;height:29px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;transition:background .25s var(--ease),transform .25s var(--ease)}.socials a:focus-visible,.socials a:hover{background:rgba(255,255,255,.14);transform:translateY(-2px)}.socials svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-col h3{margin:3px 0 22px;font-size:16px;font-weight:800;letter-spacing:-.01em}.footer-col p{margin:0;font-size:14px;line-height:1.5}.footer-contact{display:grid;gap:15px}.footer-contact p{display:grid;grid-template-columns:22px 1fr;gap:14px;align-items:start;color:rgba(255,255,255,.91)}.footer-icon{width:18px;height:18px;margin-top:1px;color:rgba(255,255,255,.72)}.footer-hours dl{display:grid;gap:8px;margin:0}.footer-hours dl div{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:baseline;color:rgba(255,255,255,.9)}.footer-hours dd,.footer-hours dt{margin:0;font-size:13px;line-height:1.25}.footer-hours dt{color:rgba(255,255,255,.82)}.footer-hours dd{font-weight:760;letter-spacing:-.01em;color:var(--white)}.map-card{position:relative;align-self:start;justify-self:end;width:320px;height:132px;overflow:hidden;border-radius:12px;background:rgba(255,255,255,.12);box-shadow:0 18px 34px rgba(0,20,55,.16),inset 0 1px 0 rgba(255,255,255,.12)}.map-card iframe{display:block;width:100%;height:100%;filter:saturate(.88) contrast(.96)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding:18px 0 22px;border-top:1px solid rgba(255,255,255,.14)}.footer-bottom p{margin:0;font-size:12px;color:rgba(255,255,255,.9)}.footer-bottom a{color:var(--white);font-weight:760;transition:color .25s var(--ease),opacity .25s var(--ease)}.footer-bottom a:focus-visible,.footer-bottom a:hover{color:#bfe6ff;opacity:.95}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto!important;transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}@media (max-width:1500px){:root{--container:1180px}.container{width:min(calc(100% - 104px),var(--container))}.main-nav{gap:31px}.hero{min-height:676px}.hero-copy{padding-top:158px}.hero h1{font-size:70px}.feature-list{margin-top:60px}.treatment-grid article{padding-inline:20px}.cta-copy{padding-left:142px}.footer-grid{grid-template-columns:260px 285px 290px 250px;gap:28px}.map-card{width:250px}}@media (max-width:1280px){:root{--container:1090px}.container{width:min(calc(100% - 84px),var(--container))}.site-header{height:104px}.site-header.is-scrolled{height:84px}.brand-logo{width:188px}.main-nav{gap:20px;font-size:14px}.header-cta{min-height:50px;padding-inline:21px;font-size:14px}.header-inner{gap:18px}.hero{min-height:636px}.hero-copy{width:min(520px,calc(100% - 84px));margin-left:max(58px,calc((100vw - var(--container))/ 2 + 22px));padding-top:144px}.hero h1{font-size:61px;line-height:.94}.hero p{width:390px;font-size:16.5px;margin-block:28px 34px}.feature-list{width:430px;gap:20px;margin-top:22px}.clinic-grid{grid-template-columns:238px 1fr;gap:54px}.treatment-grid article{padding-inline:10px}.footer-grid{grid-template-columns:220px 270px 275px 220px;gap:18px}.map-card{width:220px;height:120px}.brand-light .brand-logo{width:198px}}@media (max-width:900px){.container{width:min(calc(100% - 56px),940px)}.nav-toggle{display:block;order:3}.header-cta{margin-left:auto}.main-nav{position:absolute;left:28px;right:28px;top:calc(100% - 6px);display:grid;gap:0;padding:14px;border:1px solid rgba(0,61,145,.09);border-radius:14px;background:rgba(255,255,255,.96);box-shadow:0 18px 35px rgba(0,33,85,.12);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .25s var(--ease),transform .25s var(--ease)}.main-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{padding:12px 10px}.hero h1{font-size:54px}.feature-list{grid-template-columns:repeat(2,1fr);width:360px;margin-top:42px}.gallery{gap:16px}.treatments-shell{padding-inline:34px}.treatment-grid{grid-template-columns:repeat(3,1fr);row-gap:26px}.treatment-grid article:nth-child(4){border-left:0}.cta-grid{grid-template-columns:315px 1fr}.testimonial{padding-left:25px}.cta-copy{padding-left:82px}.footer-grid{grid-template-columns:repeat(2,1fr)}.map-card{justify-self:start;width:min(100%,320px);height:132px}}@media (max-width:860px){.container{width:min(calc(100% - 40px),700px)}.site-header,.site-header.is-scrolled{height:82px}.header-inner{gap:16px}.header-cta{display:none}.hero{min-height:auto;display:block;padding:120px 20px 58px}.hero::after{inset:auto 0 0 0;width:auto;height:34%;background:linear-gradient(0deg,rgba(255,255,255,.12) 0,rgba(255,255,255,.055) 44%,rgba(255,255,255,0) 100%)}.hero-copy{position:relative;z-index:5;width:min(100%,700px);margin-inline:auto;padding-top:0}.hero h1{font-size:clamp(46px, 10vw, 62px)}.hero p{width:min(100%,430px);font-size:16px}.hero-media{position:relative;inset:auto;width:min(100%,700px);height:430px;margin:42px auto 0;border-radius:0 0 24px 24px}.hero-media img{object-position:58% center;transform:translateX(-1.8%) translateY(0) scale(1.07);border-radius:22px}.feature-list{width:min(100%,430px)}.clinic-section{padding-top:64px}.clinic-grid{grid-template-columns:1fr;gap:40px}.section-copy{width:min(100%,430px);padding-left:0}.section-copy p{margin-bottom:26px}.gallery{grid-template-columns:1fr}.gallery img{aspect-ratio:1.24/1}.treatments-shell{width:min(calc(100% - 32px),700px);padding:34px 26px 36px}.treatment-grid{grid-template-columns:repeat(2,1fr)}.treatment-grid article,.treatment-grid article:nth-child(4){border-left:0;border-top:1px solid rgba(0,69,151,.14);padding-top:24px}.treatment-grid article:nth-child(-n+2){border-top:0}.cta-grid{grid-template-columns:1fr;gap:38px;min-height:0}.testimonial{min-height:0;padding-left:0;border-right:0}.cta-copy{padding-left:0}.cta-tooth{right:10px;top:50px;width:160px;height:160px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-contact,.footer-hours dl{width:min(100%,360px)}.map-card{width:min(100%,360px);height:150px}.footer-bottom{flex-direction:column;gap:10px}}@media (max-width:480px){.container{width:min(calc(100% - 30px),430px)}.site-header{background:rgba(255,255,255,.8);backdrop-filter:blur(12px)}.brand-logo{width:162px}.brand-light .brand-logo{width:190px}.main-nav{left:15px;right:15px}.hero{padding:112px 15px 52px}.hero h1{font-size:clamp(40px, 11vw, 48px)}.hero p{font-size:15px;margin-block:22px 26px}.btn-light,.hero-btn{width:100%;min-width:0}.feature-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px;margin-top:40px}.hero-media{height:330px;margin-top:34px}.hero-media img{object-position:55% center;transform:translateX(-1%) translateY(0) scale(1.09)}.clinic-section{padding-block:54px 64px}.section-copy h2,.section-heading h2{font-size:29px}.gallery img{aspect-ratio:1/0.84}.treatment-grid{grid-template-columns:1fr}.treatment-grid article:nth-child(-n+2){border-top:1px solid rgba(0,69,151,.14)}.treatment-grid article:first-child{border-top:0}.cta-section{padding:42px 0}.cta-copy h2,.testimonial h2{font-size:25px}.dots,.review-slider,.testimonial p,.testimonial strong{margin-left:0}.testimonial p{width:min(100%,280px)}.review-slider{width:min(100%,320px);height:152px}.map-card{width:100%;height:156px}}@media (max-width:340px){.container{width:min(calc(100% - 24px),320px)}.brand-logo{width:144px}.brand-light .brand-logo{width:170px}.hero h1{font-size:35px}.feature-list{grid-template-columns:1fr}.hero-media{height:285px}.hero-media img{object-position:53% center;transform:translateX(-.5%) translateY(0) scale(1.11)}}