:root{--deep:#071423;--deep-2:#0b1d35;--deep-3:#143252;--white:#fff;--bg:#f5f8fc;--bg-2:#eef4fa;--text:#162334;--muted:#5e7288;--muted-2:#8ea0b3;--line:#dce6f1;--emerald:#10b981;--emerald-2:#0fa06f;--emerald-soft:rgba(16,185,129,.12);--gold:#d7b469;--gold-soft:hsla(41,58%,63%,.14);--red:#e95e5e;--red-soft:rgba(233,94,94,.1);--shadow-xs:0 1px 2px rgba(9,20,35,.05);--shadow-sm:0 8px 24px rgba(10,25,45,.08);--shadow-md:0 18px 48px rgba(10,25,45,.12);--shadow-lg:0 28px 80px rgba(7,20,35,.18);--radius-s:12px;--radius-m:18px;--radius-l:24px;--radius-xl:32px;--font:var(--font-plus-jakarta),"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--ic-y-section:88px;--ic-y-section-lg:96px;--ic-title-mb:44px}.ic-mockup-root,.ic-mockup-root *{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}.ic-mockup-root{font-family:var(--font);color:var(--text);background:radial-gradient(circle at top left,hsla(41,58%,63%,.09),transparent 22%),radial-gradient(circle at 90% 5%,rgba(16,185,129,.09),transparent 18%),linear-gradient(180deg,#fff,#f7fafd 20%,#fff 56%,#f6fafd);-webkit-font-smoothing:antialiased;overflow-x:hidden;-webkit-overflow-scrolling:touch}.ic-mockup-root a{text-decoration:none;color:inherit}.ic-mockup-root button,.ic-mockup-root input{font-family:var(--font);border:none;outline:none}.ic-mockup-root img{display:block;max-width:100%}.c{width:min(1240px,calc(100% - 40px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px)));margin:0 auto;box-sizing:border-box;min-width:0}.section-title{text-align:center;max-width:760px;margin:0 auto var(--ic-title-mb,44px)}.section-title span{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:var(--emerald-soft);color:var(--emerald-2);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section-title span:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--emerald))}.section-title h2{margin-top:16px;font-size:42px;line-height:1.12;letter-spacing:-.04em;text-wrap:balance;overflow-wrap:break-word}.section-title p{margin-top:14px;color:var(--muted);font-size:17px;line-height:1.75}.badge{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em}.glass{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);backdrop-filter:blur(12px)}.ic-mockup-shell.js-ready .reveal{opacity:0;transform:translateY(14px);transition:opacity .88s cubic-bezier(.22,1,.36,1),transform .88s cubic-bezier(.22,1,.36,1)}.ic-mockup-shell.js-ready .reveal.visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.ic-mockup-shell.js-ready .reveal{transition-duration:.01ms!important;transform:none!important}.ic-mockup-shell.js-ready .reveal.visible{transform:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border-radius:16px;font-weight:800;font-size:15px;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(180deg,var(--emerald),var(--emerald-2));box-shadow:0 16px 34px rgba(16,185,129,.25)}.btn-primary:hover{box-shadow:0 22px 46px rgba(16,185,129,.3)}.btn-secondary{color:var(--deep-2);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.btn-dark{color:#fff;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12)}.btn:focus-visible{outline:2px solid rgba(16,185,129,.5);outline-offset:2px}.btn-primary:focus-visible{outline-color:rgba(16,185,129,.75)}.btn-dark:focus-visible{outline-color:hsla(0,0%,100%,.55)}.btn-secondary:focus-visible{outline-color:rgba(16,185,129,.45)}.input{box-sizing:border-box;width:100%;max-width:100%;min-width:0;padding:16px 18px;border-radius:16px;border:1.5px solid var(--line);background:#fff;font-size:15px;font-weight:600;color:var(--text);transition:border-color .2s ease,box-shadow .2s ease}.input:focus{outline:none;border-color:var(--emerald);box-shadow:0 0 0 4px rgba(16,185,129,.13)}.input:focus-visible{outline:none;border-color:var(--emerald);box-shadow:0 0 0 4px rgba(16,185,129,.13)}.input::-moz-placeholder{color:var(--muted-2);font-weight:500}.input::placeholder{color:var(--muted-2);font-weight:500}.input.error{border-color:var(--red)!important;box-shadow:0 0 0 4px var(--red-soft)!important}.card{background:hsla(0,0%,100%,.88);border:1px solid rgba(220,230,241,.9);box-shadow:var(--shadow-sm);border-radius:24px}.icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,var(--bg));border:1px solid rgba(220,230,241,.9);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7),var(--shadow-xs)}.icon svg{width:24px;height:24px;stroke:var(--emerald);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.topbar{background:linear-gradient(90deg,#06111f,#0b1d35 50%,#143252);color:hsla(0,0%,100%,.72);border-bottom:1px solid hsla(0,0%,100%,.06);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.c.topbar-inner{width:min(1240px,calc(100% - 40px));margin-left:auto;margin-right:auto;max-width:100%}.c.topbar-inner,.topbar-inner{box-sizing:border-box;min-width:0}.topbar-inner{min-height:34px;height:auto;max-height:none;display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;-moz-column-gap:12px;column-gap:12px;padding:4px 0}.topbar-slot--left{justify-self:start;align-self:center;white-space:nowrap}.topbar-slot--center{display:flex;justify-content:center;align-items:center}.topbar-slot--center,.topbar-trust{min-width:0;max-width:100%;width:100%;overflow:hidden}.topbar-trust{display:block;font-size:11px;font-weight:500;line-height:1.35;color:hsla(0,0%,100%,.72);text-align:center;white-space:nowrap;text-overflow:ellipsis}.topbar-slot--right{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:nowrap;min-width:0;max-width:100%}.topbar-disclaimer{max-width:220px;font-size:10px;line-height:1.35;color:hsla(0,0%,100%,.55);white-space:nowrap;min-width:0;overflow:hidden;text-overflow:ellipsis}.topbar-slot--right .mini-link{font-size:11px;font-weight:600}.status-pill{box-sizing:border-box;display:inline-flex;align-items:center;gap:7px;height:28px;padding:0 12px;border-radius:999px;background:rgba(16,185,129,.14);color:#ddfcef;font-weight:700;font-size:11px;line-height:1.2;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.status-dot{width:7px;height:7px;border-radius:50%;background:#42e0a6;flex-shrink:0;animation:pulseDot 1.5s infinite}.disclaimer-mini{font-size:11px;line-height:1.35;opacity:.78;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(420px,36vw);min-width:0}.mini-link{box-sizing:border-box;display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:var(--radius-s);color:#fff;font-weight:700;font-size:12px;line-height:1.2;opacity:.92;flex-shrink:0;transition:background .18s ease,opacity .18s ease,color .18s ease;-webkit-tap-highlight-color:transparent}.mini-link:hover{background:hsla(0,0%,100%,.08);opacity:1}.mini-link:focus-visible{outline:2px solid rgba(16,185,129,.55);outline-offset:2px}@media (max-width:1100px){.topbar-inner{grid-template-columns:1fr;row-gap:8px;padding:8px 0;min-height:auto}.topbar-slot--right{justify-content:flex-start;flex-wrap:wrap}.topbar-trust{white-space:normal;overflow-wrap:break-word}.disclaimer-mini{white-space:normal;max-width:100%}}@keyframes pulseDot{0%,to{opacity:1;box-shadow:0 0 0 0 rgba(66,224,166,.5)}70%{opacity:.75;box-shadow:0 0 0 10px rgba(66,224,166,0)}}.header{position:sticky;top:0;z-index:70;padding-top:env(safe-area-inset-top,0);background:hsla(0,0%,100%,.88);backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(226,232,240,.82);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header.scrolled{box-shadow:0 8px 24px rgba(10,25,45,.07);background:hsla(0,0%,100%,.94)}.c.header-inner,.mockup-container.header-inner{width:min(1240px,calc(100% - 40px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px)));margin-left:auto;margin-right:auto;max-width:100%;box-sizing:border-box;min-width:0}.header-inner{box-sizing:border-box;min-height:84px;height:auto;max-height:none;padding:11px 0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;-moz-column-gap:clamp(22px,2.7vw,36px);column-gap:clamp(22px,2.7vw,36px);min-width:0}.header-inner>.brand{grid-column:1;justify-self:end;min-width:0;max-width:100%}.header-inner>.header-nav{grid-column:2;justify-self:center;width:auto;max-width:min(100%,680px);min-width:0}.header-inner>.header-actions{grid-column:3;justify-self:end;min-width:0;max-width:100%}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0;align-self:center;min-width:0;border-radius:12px;transition:opacity .18s ease;-webkit-tap-highlight-color:transparent}.brand:hover{opacity:.92}.brand:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:3px}.brand-mark{width:44px;height:44px;border-radius:14px;flex-shrink:0;background:linear-gradient(135deg,var(--deep-2),var(--deep-3) 62%,var(--emerald));display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(11,29,53,.16)}.brand-mark svg{width:25px;height:25px;stroke:#fff;fill:none;stroke-width:2}.brand-name{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;font-size:20px;font-weight:800;letter-spacing:-.032em;color:var(--deep);line-height:1.12;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;min-width:0}.brand-name .brand-tagline{display:block;margin-top:0;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2);font-weight:800;line-height:1.25;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.header-nav{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;min-width:0;align-self:center;padding:0 4px;box-sizing:border-box}@media (min-width:1025px){.header-inner .header-nav{flex-wrap:nowrap;gap:11px;align-content:center}}.header-nav a{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 13px;border-radius:var(--radius-s);color:rgba(88,108,132,.94);font-weight:600;font-size:13px;line-height:1;letter-spacing:-.01em;transition:background .18s ease,color .18s ease,box-shadow .18s ease;-webkit-tap-highlight-color:transparent;flex-shrink:0}.header-nav a:hover{background:rgba(248,250,252,.95);color:var(--deep-2);box-shadow:0 1px 0 rgba(220,230,241,.9)}.header-nav a:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:2px;color:var(--deep-2)}.header-actions--cluster{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:6px;flex-shrink:0;align-self:center;min-width:0}.header-actions__row{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%;min-width:0}.header-actions__row--main{gap:11px;align-items:center}.header-actions__row--main .header-phone{display:inline-flex;align-items:center;align-self:center;min-height:38px;line-height:1;padding:0 1px}.header-actions__row--meta{gap:8px;padding-top:0;align-items:center}.header-actions__row--meta .city-chip{height:29px;padding:0 9px;font-size:11px;font-weight:600;letter-spacing:-.01em;color:rgba(94,114,136,.98);border-color:rgba(220,230,241,.88);background:hsla(0,0%,100%,.96);box-shadow:none}.header-actions__row--meta .city-chip:hover{border-color:rgba(16,185,129,.22);box-shadow:0 1px 5px rgba(10,25,45,.06)}.header-phone{display:block;font-size:19px;font-weight:800;letter-spacing:-.03em;color:var(--deep);line-height:1.08;white-space:nowrap;transition:color .18s ease,opacity .18s ease;-webkit-tap-highlight-color:transparent;text-decoration:none}.header-phone:hover{color:var(--emerald-2)}.header-phone:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:3px;border-radius:6px}.header-phone-note{font-size:10px;color:rgba(113,128,150,.78);font-weight:500;line-height:1.28;letter-spacing:.01em;white-space:nowrap;text-align:right;max-width:min(198px,26vw)}.header-phone--mobile-inline,.header-phone--mobile-stack{display:none;text-decoration:none}.city-chip{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;padding:0 12px;border-radius:var(--radius-s);background:#fff;border:1px solid var(--line);font-size:12px;font-weight:800;color:var(--deep-2);white-space:nowrap;line-height:1;letter-spacing:-.01em;box-shadow:0 1px 2px rgba(9,20,35,.04);flex-shrink:0;transition:border-color .18s ease,box-shadow .18s ease}.city-chip:hover{border-color:rgba(16,185,129,.25);box-shadow:0 2px 8px rgba(10,25,45,.06)}.city-chip svg{width:15px;height:15px;flex-shrink:0;stroke:var(--emerald);fill:none;stroke-width:2}.city-chip__label{max-width:22ch;overflow:hidden;text-overflow:ellipsis}.city-chip__chevron{flex-shrink:0;stroke:rgba(94,114,136,.75);margin-left:2px;transition:transform .3s cubic-bezier(.22,1,.36,1),stroke .25s ease}.city-switcher.is-open .city-chip__chevron{transform:rotate(180deg);stroke:var(--emerald)}.city-chip.city-chip--trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;margin:0;text-align:left}.city-chip.city-chip--trigger:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:2px}.city-switcher{position:relative;flex-shrink:0}.city-switcher__panel{position:absolute;top:calc(100% + 8px);right:0;left:auto;z-index:200;min-width:min(280px,calc(100vw - 48px));max-height:min(400px,70vh);overflow-y:auto;overflow-x:hidden;padding:14px 8px 12px;background:linear-gradient(180deg,#fff,#f7fafc);border:1px solid rgba(214,224,236,.98);border-radius:16px;box-shadow:0 22px 50px rgba(10,25,45,.14),0 8px 22px rgba(10,25,45,.07),inset 0 1px 0 hsla(0,0%,100%,.95);-webkit-overflow-scrolling:touch;transform-origin:top right;will-change:transform,opacity}.city-switcher.is-open .city-switcher__panel{animation:icCityPanelIn .26s cubic-bezier(.22,1,.36,1) both}@keyframes icCityPanelIn{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.city-switcher.is-open .city-switcher__panel{animation:none}}.city-switcher__title{padding:2px 12px 12px;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:rgba(100,116,139,.78)}.city-switcher__list{display:flex;flex-direction:column;gap:0}.city-switcher__item{display:flex;align-items:center;gap:9px;padding:11px 12px;margin:0 2px;border-radius:12px;font-size:14px;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--deep-2);text-decoration:none;transition:background .28s cubic-bezier(.22,1,.36,1),color .22s ease,box-shadow .28s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.city-switcher__item:not(:first-child){border-top:1px solid rgba(226,234,242,.88)}.city-switcher__item:hover{background:rgba(248,250,252,.98);color:var(--deep)}.city-switcher__item:active{background:rgba(11,29,53,.04);transition-duration:.12s}.city-switcher__item:focus-visible{outline:2px solid rgba(16,185,129,.42);outline-offset:1px;background:rgba(16,185,129,.05)}.city-switcher__item--current{background:rgba(11,29,53,.035);color:var(--deep-2);cursor:default;pointer-events:none;box-shadow:inset 2px 0 0 0 rgba(16,185,129,.38)}.city-switcher__item--current:hover{background:rgba(11,29,53,.042)}.city-switcher__check,.city-switcher__item--current .city-switcher__check{color:rgba(16,185,129,.72)}.city-switcher__check{flex-shrink:0;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.city-switcher__check--mark .city-switcher__check-svg{display:block;width:11px;height:11px}.city-switcher__check--spacer{visibility:hidden}.city-switcher__item-label{flex:1;min-width:0;overflow-wrap:anywhere;hyphens:auto}.header-actions__row--meta .city-chip.city-chip--trigger{height:29px;padding:0 9px;font-size:11px;font-weight:600;letter-spacing:-.01em;color:rgba(94,114,136,.98);border-color:rgba(220,230,241,.88);background:hsla(0,0%,100%,.96);box-shadow:none;gap:6px}.header-actions__row--meta .city-chip.city-chip--trigger:hover{border-color:rgba(16,185,129,.22);box-shadow:0 1px 5px rgba(10,25,45,.06)}.header-actions__row--meta .city-chip.city-chip--trigger .city-chip__chevron{stroke:rgba(94,114,136,.65)}.phone-col{text-align:right;line-height:1;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:0;max-width:100%}.phone-col a{display:block;font-size:20px;font-weight:800;letter-spacing:-.035em;color:var(--deep);line-height:1.1;white-space:nowrap;transition:color .18s ease,opacity .18s ease;-webkit-tap-highlight-color:transparent}.phone-col a:hover{color:var(--emerald-2)}.phone-col a:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:3px;border-radius:6px}.phone-col span{display:block;margin-top:3px;font-size:11px;color:var(--muted-2);font-weight:700;line-height:1.25;letter-spacing:.01em;max-width:200px;white-space:normal;text-align:right}.header-actions .btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:38px;min-height:38px;padding:0 16px;font-size:13px;font-weight:700;line-height:1;border-radius:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease;flex-shrink:0}.header-actions .btn.btn-primary{flex-shrink:0;box-shadow:0 6px 18px rgba(16,185,129,.2)}.header-actions .btn.btn-primary:hover{box-shadow:0 10px 24px rgba(16,185,129,.24)}.header-actions .btn:focus-visible{outline:2px solid hsla(0,0%,100%,.9);outline-offset:2px}.header-actions .btn.btn-primary:focus-visible{outline-color:rgba(16,185,129,.85)}.hero{position:relative;overflow:hidden;padding:56px 0 40px;background:radial-gradient(circle at 12% 16%,hsla(41,58%,63%,.16),transparent 18%),radial-gradient(circle at 88% 14%,rgba(16,185,129,.16),transparent 20%),radial-gradient(circle at 80% 85%,hsla(0,0%,100%,.06),transparent 26%),linear-gradient(180deg,#061120,#0b1d35 52%,#143252)}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.055) 1px,transparent 0);background-size:26px 26px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.95),transparent 92%);mask-image:linear-gradient(180deg,rgba(0,0,0,.95),transparent 92%);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:34px;align-items:center}.hero-content{padding:38px 0;min-width:0;max-width:100%}.hero-badges{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(8px,1.2vw,10px);margin-bottom:clamp(18px,2.4vw,22px);max-width:min(100%,720px)}.hero-badge{box-sizing:border-box;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:8px 13px;border-radius:999px;background:hsla(0,0%,100%,.065);border:1px solid hsla(0,0%,100%,.11);color:hsla(0,0%,100%,.93);font-size:12px;font-weight:700;line-height:1.2;letter-spacing:-.012em;-webkit-font-smoothing:antialiased}.hero-badge .dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 1px hsla(41,58%,63%,.25)}.hero-badge--stacionar{background:rgba(16,185,129,.14);border-color:rgba(16,185,129,.34);color:#fff;box-shadow:0 6px 20px rgba(6,17,32,.12),inset 0 1px 0 hsla(0,0%,100%,.08)}.hero-badge--stacionar .dot{background:var(--emerald);box-shadow:0 0 0 2px rgba(16,185,129,.28)}@media (max-width:480px){.hero-badge{font-size:11px;padding:7px 11px;min-height:32px;gap:6px}.hero-badge .dot{width:6px;height:6px}}.hero-title{max-width:min(720px,100%);font-size:60px;line-height:1.06;letter-spacing:-.052em;color:#fff;font-weight:800;text-wrap:balance}.hero-title em{font-style:normal;color:#dffcef}.hero-title .gold{color:var(--gold)}.hero-title-geo{display:block;margin-top:.22em;font-size:clamp(34px,.78em,48px);line-height:1.05;letter-spacing:-.045em}.hero-sub{max-width:min(640px,100%);margin-top:22px;color:hsla(0,0%,100%,.77);font-size:18px;line-height:1.7;letter-spacing:.005em;-webkit-font-smoothing:antialiased}.hero-cta-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;margin-top:26px;max-width:min(640px,100%)}.hero-cta-stack{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-top:26px;max-width:min(520px,100%)}.hero-cta-stack.hero-cta-panel{padding:22px 23px 21px;border-radius:18px;background:linear-gradient(165deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.032));border:1px solid hsla(0,0%,100%,.115);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.085),0 14px 40px rgba(6,17,32,.13);gap:0}.hero-cta-panel .hero-cta-primary{align-self:stretch;text-align:center;justify-content:center}.hero-cta-mid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 18px;margin-top:15px;padding-top:17px;border-top:1px solid hsla(0,0%,100%,.11)}.hero-cta-panel .hero-cta-stacionar{flex:1 1 auto;min-width:min(200px,100%);min-height:44px;justify-content:center;font-weight:800;letter-spacing:-.015em;border-color:rgba(16,185,129,.34);background:linear-gradient(180deg,rgba(16,185,129,.16),hsla(0,0%,100%,.07));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 8px 24px rgba(6,17,32,.14),0 0 0 1px rgba(16,185,129,.14)}.hero-cta-panel .hero-cta-stacionar:hover{border-color:rgba(16,185,129,.42);background:linear-gradient(180deg,rgba(16,185,129,.2),hsla(0,0%,100%,.08));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12),0 10px 28px rgba(6,17,32,.16),0 0 0 1px rgba(16,185,129,.18)}.hero-cta-note{display:inline-flex;align-items:baseline;gap:4px;font-size:12px;font-weight:600;color:hsla(0,0%,100%,.55);letter-spacing:.006em;white-space:nowrap;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}.hero-cta-note-unit{font-size:11px;font-weight:500;color:hsla(0,0%,100%,.4);letter-spacing:.02em}.hero-cta-panel .hero-cta-tertiary{margin-top:14px;padding-top:14px;border-top:1px solid hsla(0,0%,100%,.085);align-self:stretch;text-align:center;justify-content:center;font-weight:600;font-size:13px;letter-spacing:-.01em;color:hsla(0,0%,100%,.72);border-radius:12px;opacity:.96}.hero-cta-panel .hero-cta-tertiary:hover{color:#fff}.hero-cta-row .btn,.hero-cta-stack .btn{box-sizing:border-box;min-height:48px;padding:14px 22px;border-radius:14px;font-size:14px;font-weight:700;line-height:1.15;letter-spacing:-.012em;gap:8px;-webkit-tap-highlight-color:transparent}.hero-cta-row .btn:hover,.hero-cta-stack .btn:hover{transform:translateY(-1px)}.hero-cta-row .btn-primary,.hero-cta-stack .btn-primary{box-shadow:0 12px 30px rgba(16,185,129,.22);background:linear-gradient(180deg,var(--emerald),var(--emerald-2))}.hero-cta-row .btn-primary:hover,.hero-cta-stack .btn-primary:hover{box-shadow:0 16px 38px rgba(16,185,129,.27)}.hero-cta-row .btn-dark,.hero-cta-stack .btn-dark{font-weight:600;color:hsla(0,0%,100%,.93);background:hsla(0,0%,100%,.075);border:1px solid hsla(0,0%,100%,.14);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)}.hero-cta-row .btn-dark:hover,.hero-cta-stack .btn-dark:hover{background:hsla(0,0%,100%,.11);border-color:hsla(0,0%,100%,.2);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)}.hero-cta-row .btn-dark:focus-visible,.hero-cta-row .btn-primary:focus-visible,.hero-cta-stack .btn-dark:focus-visible,.hero-cta-stack .btn-primary:focus-visible{outline:2px solid rgba(16,185,129,.55);outline-offset:3px}.hero-cta-row .btn-secondary,.hero-cta-stack .btn-secondary{font-weight:600;color:hsla(0,0%,100%,.88);background:transparent;border:1px solid hsla(0,0%,100%,.22);box-shadow:none}.hero-cta-row .btn-secondary:hover,.hero-cta-stack .btn-secondary:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.3)}@media (max-width:480px){.hero-cta-row .btn,.hero-cta-stack .btn{min-height:46px;padding:13px 18px;font-size:13px;flex:1 1 auto;min-width:min(100%,200px)}}.hero-trust-strip{margin:14px 0 0;padding:11px 15px;border-radius:14px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.085);font-size:11.5px;font-weight:500;color:hsla(0,0%,100%,.52);line-height:1.45;letter-spacing:.018em;max-width:min(520px,100%);text-wrap:balance;-webkit-font-smoothing:antialiased}@media (min-width:481px){.hero-trust-strip{font-size:12px;padding:12px 16px}}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);align-items:stretch;gap:14px;margin-top:32px;max-width:min(740px,100%)}.form-inline-proof--compact{grid-template-columns:1fr!important;margin-top:14px!important}.form-inline-proof--compact .mini{text-align:center}.hero-proof-item{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;padding:18px 16px;border-radius:16px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.09);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),0 8px 22px rgba(6,17,32,.14);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.hero-proof-item:hover{background:hsla(0,0%,100%,.065);border-color:hsla(0,0%,100%,.12);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),0 10px 26px rgba(6,17,32,.17)}.hero-proof-item strong{display:block;font-size:16px;line-height:1.22;letter-spacing:-.012em;color:hsla(0,0%,100%,.95);font-weight:700}.hero-proof-item span{display:block;margin-top:7px;font-size:13px;line-height:1.48;color:hsla(0,0%,100%,.63);font-weight:500;letter-spacing:.008em}.hero-service-pills{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-top:20px;margin-bottom:18px;max-width:min(640px,100%)}.hero-service-pills a{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 15px;border-radius:999px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.11);color:hsla(0,0%,100%,.9);font-weight:600;font-size:13px;line-height:1.2;letter-spacing:-.01em;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.hero-service-pills a:hover{background:hsla(0,0%,100%,.095);border-color:hsla(0,0%,100%,.17);color:#fff;box-shadow:0 1px 0 rgba(16,185,129,.12)}.hero-service-pills a:focus-visible{outline:2px solid rgba(16,185,129,.5);outline-offset:2px;border-radius:999px}@media (max-width:480px){.hero-service-pills a{font-size:12px;padding:7px 13px;min-height:34px}}.hero-service-pills--v3{gap:9px 10px;margin-top:18px;margin-bottom:12px}.hero-service-pills--v3 a{min-height:34px;padding:7px 13px;font-size:12.5px;font-weight:600;letter-spacing:-.008em}.hero-service-pills--v3 a.hero-pill--stacionar{background:rgba(16,185,129,.2);border-color:rgba(16,185,129,.46);color:#fff;font-weight:800;box-shadow:0 8px 22px rgba(6,17,32,.14),inset 0 1px 0 hsla(0,0%,100%,.08)}.hero-service-pills--v3 a.hero-pill--stacionar:hover{background:rgba(16,185,129,.26);border-color:rgba(16,185,129,.55);color:#fff}.hero-rehab-link{margin:0 0 18px;max-width:min(560px,100%);font-size:12.5px;font-weight:600;line-height:1.45;letter-spacing:.01em}.hero-rehab-link a{color:hsla(0,0%,100%,.52);text-decoration:underline;text-decoration-color:hsla(0,0%,100%,.22);text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.hero-rehab-link a:hover{color:hsla(0,0%,100%,.78);text-decoration-color:rgba(16,185,129,.45)}@media (max-width:480px){.hero-service-pills--v3 a{font-size:12px;padding:6px 12px;min-height:32px}}.hero-form-wrap{position:relative;min-width:0;max-width:100%}.hero-form-glow{position:absolute;inset:-22px -16px auto auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,hsla(41,58%,63%,.18),transparent 64%);pointer-events:none}.form-card{box-sizing:border-box;position:relative;padding:28px 28px 27px;border-radius:28px;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(250,253,255,.96));border:1px solid hsla(0,0%,100%,.8);box-shadow:var(--shadow-lg);min-width:0;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}.form-card:before{content:"";position:absolute;inset:-1px;border-radius:29px;padding:1px;background:linear-gradient(135deg,hsla(41,58%,63%,.65),hsla(0,0%,100%,0) 30%,rgba(16,185,129,.55));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.form-topline{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px;min-width:0}.form-topline>*{min-width:0;max-width:100%}.form-topline .badge{background:var(--gold-soft);color:#8a6a25}.form-team{padding:8px 13px;border-radius:999px;background:var(--red-soft);color:#be4a4a;font-size:11.5px;line-height:1.3;letter-spacing:.02em}.form-team,.form-title{font-weight:800;max-width:100%;overflow-wrap:break-word}.form-title{font-size:25px;line-height:1.1;letter-spacing:-.038em;color:var(--deep);text-wrap:balance}.form-sub{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.62;letter-spacing:.01em;max-width:100%;overflow-wrap:break-word;text-wrap:balance}.form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:11px;margin-top:16px;min-width:0}.form-actions{display:flex;flex-direction:column;align-items:stretch;gap:13px;margin-top:11px;min-width:0}.form-actions .btn-primary{width:100%}.form-actions__pricing-link{align-self:center;margin-top:0;padding:0 4px;font-size:11px;font-weight:500;letter-spacing:.02em;line-height:1.4;color:rgba(100,116,139,.62);text-decoration:underline;text-decoration-color:rgba(148,163,184,.32);text-underline-offset:2px;text-decoration-thickness:1px;transition:color .2s ease,text-decoration-color .2s ease}.form-actions__pricing-link:hover{color:rgba(100,116,139,.88);text-decoration-color:rgba(148,163,184,.5)}.form-actions__pricing-link:focus-visible{outline:2px solid rgba(16,185,129,.35);outline-offset:3px;border-radius:4px}.form-inline-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:15px;min-width:0}.form-inline-proof .mini{padding:11px 10px;border-radius:16px;background:var(--bg);border:1px solid var(--line);font-size:12px;font-weight:700;color:var(--muted);text-align:center;line-height:1.45;min-width:0;max-width:100%;overflow-wrap:break-word}.form-hero-assurance{text-align:center!important;padding:11px 14px!important;border-radius:14px!important;background:linear-gradient(180deg,#fafbfe,#fff)!important;border:1px solid rgba(226,232,241,.92)!important;font-size:12.5px!important;font-weight:600!important;color:var(--text)!important;line-height:1.52!important;letter-spacing:.008em!important}.form-consent{margin-top:14px;font-size:12px;line-height:1.6;color:var(--muted-2);max-width:100%;overflow-wrap:break-word}.form-consent a{color:var(--emerald-2);text-decoration:underline;text-underline-offset:3px}.form-consent-check{display:flex;gap:12px;align-items:flex-start;margin-top:14px;max-width:100%;cursor:pointer;text-align:left}.form-consent-check input[type=checkbox]{width:15px;height:15px;min-width:15px;margin-top:.22em;flex-shrink:0;accent-color:#10b981;cursor:pointer;border-radius:3px}.form-consent-check span{flex:1;min-width:0;font-size:12.5px;line-height:1.5;font-weight:500;letter-spacing:.01em;color:rgba(51,65,85,.78);overflow-wrap:break-word;word-break:break-word}.form-consent-check a{color:rgba(15,118,110,.9);font-weight:600;text-decoration:underline;text-decoration-color:rgba(45,212,191,.38);text-underline-offset:2px;text-decoration-thickness:1px;transition:color .18s ease,text-decoration-color .18s ease}.form-consent-check a:hover{color:rgba(13,148,136,.98);text-decoration-color:rgba(13,148,136,.45)}.form-consent-check a:focus-visible{outline:2px solid rgba(16,185,129,.38);outline-offset:2px;border-radius:2px}.form-consent-check.form-consent--invalid{padding:10px 12px;margin-left:-4px;margin-right:-4px;border-radius:12px;outline:1px solid rgba(245,158,11,.34);outline-offset:0;background:rgba(245,158,11,.045);transition:background .2s ease,outline-color .2s ease}.form-consent-check+.form-actions{margin-top:11px}@media (max-width:480px){.form-consent-check{margin-top:13px;gap:11px}.form-consent-check span{font-size:12px;line-height:1.52}}.form-contact-row{display:flex;gap:9px;margin-top:15px;padding-top:15px;border-top:1px solid rgba(226,232,240,.95);min-width:0}.messenger{flex:1 1 0;min-width:0;max-width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 12px;border-radius:15px;border:1px solid rgba(226,232,240,.95);background:#fff;font-size:13px;font-weight:700;overflow-wrap:break-word;line-height:1.25;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.messenger svg{width:16px;height:16px;flex-shrink:0}.messenger:hover{border-color:rgba(16,185,129,.28);background:#fafcfe}.messenger:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:2px}.form-note{margin-top:14px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid var(--line);font-size:13px;line-height:1.6;color:var(--muted);max-width:100%;overflow-wrap:break-word}.intent{padding:88px 0 24px}.intent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.intent-card{padding:24px;position:relative;overflow:hidden}.intent-card:after{content:"";position:absolute;inset:auto -25% -58% auto;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.12),transparent 60%)}.intent-card.top{grid-column:span 1}.intent-card h3{margin-top:16px;font-size:24px;line-height:1.12;letter-spacing:-.03em}.intent-card p{margin-top:10px;font-size:14px;color:var(--muted);line-height:1.75}.intent-card ul{list-style:none;margin-top:16px;display:grid;gap:9px}.intent-card li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text);font-weight:600;line-height:1.5}.intent-card li:before{content:"";width:18px;height:18px;border-radius:50%;flex:0 0 18px;margin-top:1px;background:var(--emerald-soft);box-shadow:inset 0 0 0 5px rgba(16,185,129,.22)}.intent-card .bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:18px;flex-wrap:wrap}.intent-card .price{font-size:14px;color:var(--muted);font-weight:700}.intent-card .price b{font-size:28px;color:var(--deep);letter-spacing:-.04em}.intent-card.featured{background:linear-gradient(180deg,#0b1d35,#102a48);color:#fff;border:1px solid hsla(0,0%,100%,.08);box-shadow:var(--shadow-lg)}.intent-card.featured .price b,.intent-card.featured h3{color:#fff}.intent-card.featured .price,.intent-card.featured p{color:hsla(0,0%,100%,.66)}.intent-card.featured li{color:#fff}.intent-card.featured li:before{background:hsla(41,58%,63%,.18);box-shadow:inset 0 0 0 5px hsla(41,58%,63%,.28)}.intent--services{padding:var(--ic-y-section,88px) 0 42px;border-bottom:1px solid rgba(228,234,242,.78)}.intent--services .section-title{margin:0 auto 38px}.intent--services .section-title span{color:var(--emerald-2);font-weight:800;text-transform:none;letter-spacing:.1em;font-size:11.5px;white-space:nowrap;padding:8px 15px;-webkit-font-smoothing:antialiased}.section-title--services h2{text-wrap:balance}.intent--services .section-title h2{margin-top:14px;line-height:1.11;letter-spacing:-.039em}.intent--services .section-title p{max-width:min(620px,100%);margin-top:12px;font-size:16px;line-height:1.66;letter-spacing:.01em;color:var(--muted);font-weight:500}.intent-grid--services{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;align-items:stretch;justify-items:stretch}.intent-grid--services .intent-card--link{box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:0;text-decoration:none;color:inherit;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;-webkit-tap-highlight-color:transparent}.intent-grid--services .intent-card--link:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(11,29,53,.1);border-color:rgba(16,185,129,.26)}.intent-grid--services .intent-card--link:focus-visible{outline:2px solid rgba(16,185,129,.55);outline-offset:3px}.intent-grid--services .intent-card--link{padding:24px 22px 22px;border-radius:22px}.intent-grid--services .intent-card--link:after{z-index:0;pointer-events:none}.intent-grid--services .intent-card--link>*{position:relative;z-index:1}.intent-grid--services .intent-card--link .bottom{margin-top:auto;padding-top:10px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:8px 12px;width:100%;min-width:0;box-sizing:border-box}.intent-grid--services .intent-card--link .bottom .price{flex:1 1 auto;min-width:0;max-width:100%}.intent-grid--services .intent-card--link .bottom .intent-cta{flex:0 1 auto;align-self:flex-end;text-align:right;min-width:0;max-width:100%}.intent-grid--services .intent-card h3{margin-top:12px;font-size:21px;font-weight:800;letter-spacing:-.028em;line-height:1.14;text-wrap:balance}.intent-grid--services .intent-card p{flex:1 1 auto;margin-top:8px;font-size:14px;line-height:1.64;color:var(--muted);font-weight:500}.intent-grid--services .intent-card .price{font-size:12.5px;font-weight:600;letter-spacing:.01em;color:var(--muted);display:flex;flex-wrap:wrap;align-items:baseline;gap:3px 5px;min-width:0}.intent-grid--services .intent-card .price b{font-size:24px;font-weight:800;letter-spacing:-.036em;color:var(--deep)}.intent-card__lead{color:var(--muted);font-weight:500}.price-hint{font-size:12px;font-weight:600;color:var(--muted-2);margin-left:2px}.intent-cta{font-size:13px;font-weight:700;color:var(--emerald-2);letter-spacing:-.01em;white-space:nowrap}.intent-grid--services .intent-card--link .intent-cta{white-space:normal;max-width:100%;line-height:1.28;hyphens:none;font-feature-settings:"kern" 1}.intent-cta--accent,.intent-cta--strong{color:var(--deep);font-weight:800}.intent-cta--accent{letter-spacing:-.015em}.intent-cta--soft{font-weight:700;color:var(--muted);letter-spacing:-.008em}.intent-card--rehab:hover .intent-cta--soft{color:var(--emerald-2)}.intent-card--stacionar{position:relative;padding:26px 24px 22px;overflow:hidden;background:linear-gradient(165deg,#fff,#eff5fc 48%,#e5eefa);border:1px solid rgba(11,29,53,.195)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.97),0 20px 48px rgba(11,29,53,.115),0 0 0 1px rgba(16,185,129,.085)}.intent-card--stacionar h3{font-size:21.5px;letter-spacing:-.031em;color:var(--deep)}.intent-card--stacionar:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,hsla(41,57%,63%,.95),rgba(16,185,129,.92));pointer-events:none}.intent-badge{position:absolute;top:16px;right:18px;font-size:9.5px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--emerald-2);opacity:.95}.intent-icon--accent{background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(16,185,129,.09));border-color:rgba(16,185,129,.26);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.78),0 10px 26px rgba(16,185,129,.1)}.intent-icon--soft{background:linear-gradient(180deg,#fff,var(--bg));border-color:rgba(220,230,241,.9);opacity:.95}.intent-card--rehab{background:linear-gradient(180deg,hsla(0,0%,100%,.98),#f8fafc);border:1px solid rgba(230,236,244,.9)!important;box-shadow:0 4px 18px rgba(11,29,53,.034);margin-top:10px;padding:20px 22px 19px!important;border-radius:22px!important}.intent-card--rehab h3{font-size:18px;font-weight:600;letter-spacing:-.02em;color:rgba(30,41,59,.92)}.intent-grid--services .intent-card--rehab{grid-column:1/-1;max-width:min(680px,100%);justify-self:center;width:100%}@media (max-width:1100px){.intent-grid--services{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.intent-grid--services .intent-card--rehab{max-width:100%}}@media (max-width:640px){.intent-badge{position:static;display:inline-block;margin-bottom:5px;letter-spacing:.11em}.intent-card--stacionar{padding:17px 15px 14px!important}}.route{padding:48px 0 88px}.route-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}.route-card{padding:26px}.route-steps{display:grid;gap:12px;margin-top:20px}.route-step{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:16px;border-radius:18px;background:var(--bg);border:1px solid var(--line)}.route-step b.num{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--deep-2),var(--deep-3));color:#fff;font-size:22px;font-weight:800;box-shadow:0 16px 30px rgba(11,29,53,.14)}.route-step h4{font-size:18px;letter-spacing:-.03em}.route-step p{margin-top:6px;font-size:14px;color:var(--muted);line-height:1.72}.route-side-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.mini-stat{padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line)}.mini-stat strong{display:block;font-size:30px;letter-spacing:-.04em}.mini-stat span{display:block;margin-top:8px;color:var(--muted);font-size:13px;line-height:1.55;font-weight:700}.route-cta{margin-top:18px;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#f7fbff,#fff);border:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.route-cta strong{font-size:18px;letter-spacing:-.03em}.route-cta p{font-size:14px;color:var(--muted);margin-top:4px}.route--steps{padding:56px 0 var(--ic-y-section,88px);background:linear-gradient(180deg,#fafcfe 0,var(--bg) 45%,#fff 100%);border-top:none;border-bottom:1px solid rgba(220,230,241,.5)}.section-title--route-steps{text-align:center;max-width:min(720px,100%);margin:0 auto 38px}.section-title--route-steps h2{font-size:clamp(28px,3.6vw,38px);line-height:1.1;letter-spacing:-.038em;text-wrap:balance}.section-title--route-steps p{margin-top:11px;font-size:16.5px;line-height:1.64;font-weight:500;color:var(--muted);letter-spacing:.008em}.section-title--route-steps p strong{color:var(--deep-2);font-weight:700}.route-steps--four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px;margin-top:0;max-width:min(1180px,100%);margin-left:auto;margin-right:auto}.route--steps .route-step{grid-template-columns:48px 1fr;gap:12px;padding:20px 18px 19px 16px;border-radius:20px;background:linear-gradient(165deg,#fff,#fafbfd);border:1px solid rgba(220,230,241,.9);box-shadow:0 9px 30px rgba(11,29,53,.05);align-items:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.route--steps .route-step:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(11,29,53,.08);border-color:rgba(16,185,129,.22)}.route--steps .route-step b.num{width:48px;height:48px;border-radius:16px;font-size:14px;font-weight:800;letter-spacing:-.03em;font-variant-numeric:tabular-nums;background:linear-gradient(165deg,var(--deep-2),#0b1d35);box-shadow:0 12px 26px rgba(11,29,53,.16)}.route--steps .route-step h4{font-size:17px;font-weight:800;letter-spacing:-.028em;line-height:1.19;color:var(--deep)}.route--steps .route-step p{margin-top:5px;font-size:13.5px;line-height:1.6;color:var(--muted);font-weight:500}.route--steps .route-step p strong{color:var(--deep-2);font-weight:700}.route-step--key{border-color:rgba(16,185,129,.36)!important;background:linear-gradient(165deg,hsla(0,0%,100%,.998),rgba(234,252,244,.93))!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.85),0 0 0 1px rgba(16,185,129,.1),0 18px 48px rgba(16,185,129,.095)!important;position:relative}.route-step--key:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3.5px;border-radius:20px 0 0 20px;background:linear-gradient(180deg,hsla(41,58%,63%,.95),var(--emerald));pointer-events:none;opacity:1}.route-step--key b.num{background:linear-gradient(180deg,var(--emerald),var(--emerald-2))!important;box-shadow:0 14px 32px rgba(16,185,129,.22)!important}.route-cta--steps{max-width:min(900px,100%);margin:34px auto 0;padding:22px 26px 23px;border-radius:24px;background:linear-gradient(148deg,#fff,#f6fafe 48%,#f1f7fd);border:1px solid rgba(205,220,235,.96);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.92),0 15px 42px rgba(11,29,53,.06);gap:19px;align-items:center}.route-cta--steps>div:first-child{text-align:left;min-width:0;flex:1 1 272px}.route-cta--steps strong{font-size:17.75px;font-weight:800;color:var(--deep);letter-spacing:-.03em;line-height:1.21;display:block}.route-cta--steps p{margin-top:5px;font-size:14px;line-height:1.5;font-weight:500;color:var(--muted)}@media (max-width:1050px){.route-steps--four{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:640px){.route-steps--four{grid-template-columns:1fr;gap:8px}.route--steps{padding:38px 0 44px;background:linear-gradient(180deg,#fafcfe 0,var(--bg) 40%,#fff 100%)}.section-title--route-steps{margin-bottom:17px;max-width:min(100%,100%)}.section-title--route-steps span{font-size:11px;padding:5px 12px;letter-spacing:.105em}.section-title--route-steps h2{margin-top:10px;font-size:clamp(24px,6.4vw,30px);line-height:1.12;letter-spacing:-.034em}.section-title--route-steps p{margin-top:8px;font-size:14.75px;line-height:1.58;letter-spacing:.006em}.route--steps .route-step{padding:13px 12px 12px 11px;grid-template-columns:40px 1fr;gap:10px;border-radius:17px;box-shadow:0 7px 22px rgba(11,29,53,.042)}.route--steps .route-step b.num{width:40px;height:40px;border-radius:13px;font-size:12px}.route--steps .route-step h4{font-size:15.75px;letter-spacing:-.025em;line-height:1.17}.route--steps .route-step p{margin-top:4px;font-size:12.85px;line-height:1.55}.route-step--key:before{width:3px;border-radius:17px 0 0 17px}.route-cta--steps{flex-direction:column;align-items:stretch;text-align:center;margin-top:16px;padding:14px 15px 15px;gap:11px;border-radius:19px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 11px 32px rgba(11,29,53,.05)}.route-cta--steps>div:first-child{text-align:center;flex:1 1 auto}.route-cta--steps strong{font-size:16px;line-height:1.25;letter-spacing:-.025em}.route-cta--steps p{margin-top:3px;font-size:13.15px;line-height:1.48;max-width:32.5em;margin-left:auto;margin-right:auto}.route-cta--steps .btn{align-self:stretch}}.scenario-switch{margin-top:15px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;min-width:0}.scenario-btn{box-sizing:border-box;text-align:left;padding:11px 12px;border-radius:14px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#f8fbfe);cursor:pointer;transition:.22s ease;box-shadow:var(--shadow-xs);min-width:0;max-width:100%;min-height:76px;overflow-wrap:break-word}.scenario-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.scenario-btn.active{border-color:rgba(16,185,129,.38);background:linear-gradient(180deg,rgba(16,185,129,.11),hsla(0,0%,100%,.98));box-shadow:0 14px 26px rgba(16,185,129,.11)}.scenario-btn b{display:block;font-size:12.5px;color:var(--deep-2);letter-spacing:-.018em;line-height:1.22;overflow-wrap:break-word;font-weight:800}.scenario-btn .scenario-btn__title-nowrap{white-space:nowrap;overflow-wrap:normal;word-break:normal}.scenario-btn span{display:block;margin-top:5px;font-size:11px;line-height:1.42;color:var(--muted);font-weight:600;overflow-wrap:break-word}@media (max-width:520px){.form-card .scenario-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.form-card .scenario-btn{min-height:72px;padding:10px 11px}}.scenario-note{margin-top:14px;padding:12px 14px;border-radius:16px;background:#fff;border:1px dashed rgba(16,185,129,.3);font-size:13px;line-height:1.65;color:var(--muted);font-weight:600;max-width:100%;overflow-wrap:break-word}.scenario-note b{color:var(--deep-2)}.stacionar-section{position:relative;padding:88px 0 96px;margin:0;overflow:hidden;background:radial-gradient(ellipse 82% 44% at 50% -6%,rgba(16,185,129,.14),transparent 56%),radial-gradient(ellipse 52% 36% at 100% 42%,hsla(41,58%,63%,.1),transparent 52%),linear-gradient(180deg,#050f1a,#0b1d35 36%,#0e2342);color:hsla(0,0%,100%,.92);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.stacionar-section__glow{pointer-events:none;position:absolute;inset:auto -20% -40% 40%;height:min(520px,75vw);border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.14) 0,transparent 68%);filter:blur(4px);opacity:.9}.stacionar-head{position:relative;z-index:1;max-width:900px;margin:0 auto 42px;text-align:center}.stacionar-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 16px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--emerald);background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.28)}.stacionar-eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--emerald),var(--gold))}.stacionar-title{margin-top:18px;font-size:clamp(30px,4.3vw,46px);font-weight:800;line-height:1.08;letter-spacing:-.042em;color:#fff;text-wrap:balance}.stacionar-lead{margin-top:16px;font-size:17px;line-height:1.66;font-weight:500;color:hsla(0,0%,100%,.68);max-width:800px}.stacionar-lead,.stacionar-meta{margin-left:auto;margin-right:auto}.stacionar-meta{margin-top:20px;font-size:14.25px;line-height:1.65;font-weight:600;color:hsla(0,0%,100%,.62);max-width:min(680px,100%);padding:16px 22px;border-radius:20px;background:linear-gradient(180deg,hsla(0,0%,100%,.07),hsla(0,0%,100%,.04));border:1px solid hsla(0,0%,100%,.11);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),0 12px 36px rgba(0,0,0,.12)}.stacionar-meta--nearest{color:rgba(215,230,245,.7)}.stacionar-programs{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch;margin-bottom:30px}.stacionar-pro{position:relative;display:flex;flex-direction:column;min-width:0;padding:26px 24px 24px;border-radius:20px;background:hsla(0,0%,100%,.055);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 16px 42px rgba(0,0,0,.2);backdrop-filter:blur(12px);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.stacionar-pro:hover{border-color:hsla(0,0%,100%,.17);box-shadow:0 20px 50px rgba(0,0,0,.24);transform:translateY(-2px)}.stacionar-pro--featured{background:linear-gradient(165deg,rgba(16,185,129,.1),hsla(0,0%,100%,.055) 50%,hsla(0,0%,100%,.04));border-color:rgba(16,185,129,.32);box-shadow:0 18px 48px rgba(4,12,24,.35),inset 0 0 0 1px rgba(16,185,129,.1)}.stacionar-pro--featured:hover{border-color:rgba(16,185,129,.42)}.stacionar-pro__badge{position:absolute;top:15px;right:15px;padding:6px 11px;border-radius:999px;font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(230,252,245,.96);background:rgba(16,185,129,.22);border:1px solid rgba(16,185,129,.38);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12),0 6px 18px rgba(0,0,0,.2)}.stacionar-pro__head{padding-right:90px;margin-bottom:11px}.stacionar-pro:not(.stacionar-pro--featured) .stacionar-pro__head{padding-right:0}.stacionar-pro__name{font-size:21px;font-weight:800;letter-spacing:-.03em;color:#fff;line-height:1.15}.stacionar-pro__term{margin-top:5px;font-size:12.75px;font-weight:700;color:hsla(41,58%,63%,.93);letter-spacing:.03em}.stacionar-pro__pitch{font-size:14px;line-height:1.58;color:hsla(0,0%,100%,.65);margin-bottom:13px;flex:0 0 auto}.stacionar-pro__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 6px;font-size:13.5px;font-weight:600;color:hsla(0,0%,100%,.52);margin-bottom:4px;line-height:1.2}.stacionar-pro__price-note{margin:4px 0 13px;font-size:11px;line-height:1.4;font-weight:500;color:hsla(0,0%,100%,.35)}.stacionar-pro__price strong{font-size:26px;font-weight:800;color:#fff;letter-spacing:-.035em;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.stacionar-pro__price span{font-size:12px;font-weight:600;opacity:.88;letter-spacing:.01em}.stacionar-pro__list{list-style:none;display:grid;gap:8px;margin:0;padding:0;flex:1}.stacionar-pro__list li{position:relative;padding-left:21px;font-size:13.1px;line-height:1.52;font-weight:600;color:rgba(238,244,252,.85)}.stacionar-pro__list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--emerald),hsla(41,58%,63%,.7));box-shadow:0 0 0 2px rgba(16,185,129,.2)}.stacionar-pro__daynote{margin-top:15px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.1);font-size:11.75px;font-weight:600;line-height:1.48;color:hsla(0,0%,100%,.5);letter-spacing:.01em}.stacionar-gallery{position:relative;z-index:1;max-width:1080px;margin:0 auto 34px}.stacionar-gallery__head{text-align:center;margin:0 auto 22px;max-width:580px}.stacionar-gallery__title{margin:0;font-size:clamp(20px,2.5vw,27px);font-weight:800;letter-spacing:-.032em;line-height:1.18;color:#fff;text-wrap:balance}.stacionar-gallery__lead{margin:10px 0 0;font-size:14px;line-height:1.56;font-weight:500;color:hsla(0,0%,100%,.58)}.stacionar-gallery__top{display:grid;grid-template-columns:minmax(0,1.88fr) minmax(0,1fr);gap:14px;align-items:stretch;min-height:clamp(240px,36vw,400px)}.stacionar-gallery__stack{display:grid;grid-template-rows:1fr 1fr;gap:14px;min-height:0}.stacionar-gallery__figure{position:relative;margin:0;border-radius:20px;overflow:hidden;border:1px solid hsla(0,0%,100%,.11);box-shadow:0 16px 48px rgba(0,0,0,.36),inset 0 0 0 1px hsla(0,0%,100%,.04);background:rgba(4,12,24,.5);transition:border-color .25s ease,box-shadow .25s ease}.stacionar-gallery__figure--hero,.stacionar-gallery__figure--stack{min-height:0}.stacionar-gallery__figure--facade{margin-top:14px;min-height:200px;max-height:min(360px,44vw);border-radius:18px}.stacionar-gallery__figure img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;filter:saturate(1.03) brightness(1.04) contrast(1.02)}.stacionar-gallery__figure--hero{height:100%}.stacionar-gallery__figure--hero img{min-height:clamp(240px,36vw,400px)}.stacionar-gallery__figure--stack img{min-height:0;height:100%;max-height:100%}.stacionar-gallery__figure--facade img{width:100%;height:100%;max-height:360px;min-height:200px;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%}@media (hover:hover) and (pointer:fine){.stacionar-gallery__figure:hover{border-color:rgba(16,185,129,.28);box-shadow:0 22px 56px rgba(0,0,0,.42),inset 0 0 0 1px rgba(16,185,129,.12)}}.stacionar-conditions{position:relative;z-index:1;max-width:900px;margin:0 auto 24px;padding:21px 25px 23px;border-radius:20px;background:linear-gradient(180deg,rgba(0,0,0,.17),rgba(0,0,0,.11));border:1px solid hsla(0,0%,100%,.085);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055)}.stacionar-conditions__title{font-size:12.5px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin-bottom:11px}.stacionar-conditions__list{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 24px;margin:0;padding:0}.stacionar-conditions__list li{position:relative;padding-left:17px;font-size:14px;line-height:1.55;font-weight:600;color:hsla(0,0%,100%,.72)}.stacionar-conditions__list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,rgba(16,185,129,.55),hsla(0,0%,100%,.25));box-shadow:0 0 0 2px rgba(16,185,129,.12)}.stacionar-bridge{position:relative;z-index:1;max-width:680px;margin:0 auto 26px;text-align:center;font-size:14px;line-height:1.64;font-weight:500;color:hsla(0,0%,100%,.54);letter-spacing:.01em}.stacionar-bridge strong{color:hsla(0,0%,100%,.78);font-weight:700}.stacionar-bridge__link{color:rgba(215,230,245,.88);font-weight:700;text-decoration:underline;text-decoration-color:rgba(16,185,129,.45);text-underline-offset:3px}.stacionar-bridge__link:hover{color:#fff;text-decoration-color:var(--emerald)}.stacionar-bar{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:22px 32px;flex-wrap:wrap;padding:23px 30px 25px;border-radius:22px;background:linear-gradient(148deg,hsla(0,0%,100%,.095),hsla(0,0%,100%,.038));border:1px solid hsla(0,0%,100%,.11);box-shadow:0 16px 50px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.07)}.stacionar-bar__copy{flex:1;min-width:min(100%,280px);display:grid;gap:6px}.stacionar-bar__copy strong{display:block;font-size:clamp(19px,2.2vw,21px);font-weight:800;letter-spacing:-.032em;line-height:1.2;color:#fff}.stacionar-bar__copy span{font-size:14px;line-height:1.6;font-weight:500;color:hsla(0,0%,100%,.62);max-width:480px}.stacionar-bar__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-items:center;flex:0 1 auto}.stacionar-bar .btn-primary,.stacionar-bar .stacionar-bar__btn-primary{font-weight:700;letter-spacing:-.022em;box-shadow:0 13px 34px rgba(16,185,129,.27)}.stacionar-bar__btn-sec{color:#fff!important;background:hsla(0,0%,100%,.06)!important;border:1px solid hsla(0,0%,100%,.18)!important;box-shadow:none!important}.stacionar-bar__btn-sec:hover{background:hsla(0,0%,100%,.12)!important;border-color:hsla(0,0%,100%,.28)!important}@media (max-width:980px){.stacionar-head{margin-bottom:32px}.stacionar-title{margin-top:17px}.stacionar-lead{margin-top:15px;font-size:16.25px;line-height:1.62}.stacionar-meta{margin-top:18px;padding:14px 18px;font-size:14px;border-radius:18px}.stacionar-programs{grid-template-columns:1fr;max-width:min(520px,100%);margin-left:auto;margin-right:auto;gap:11px;margin-bottom:26px}.stacionar-pro--featured{order:-1}.stacionar-pro__head{padding-right:0}.stacionar-pro--featured .stacionar-pro__head{padding-right:100px}.stacionar-conditions{padding:19px 19px 21px;margin-bottom:21px}.stacionar-conditions__list{grid-template-columns:1fr;gap:7px}.stacionar-bridge{margin-bottom:22px;font-size:13.75px;padding:0 4px;line-height:1.62}.stacionar-bar{flex-direction:column;align-items:stretch;padding:21px 19px 23px;gap:16px}.stacionar-bar__actions{justify-content:stretch;width:100%}.stacionar-bar__actions .btn{flex:1;min-width:0;justify-content:center}.stacionar-gallery{margin-bottom:26px;padding:0 2px}.stacionar-gallery__head{margin-bottom:18px}.stacionar-gallery__top{grid-template-columns:1fr;min-height:0;gap:12px}.stacionar-gallery__figure--hero img{min-height:220px;aspect-ratio:4/3;height:auto;max-height:none}.stacionar-gallery__stack{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px;min-height:0}.stacionar-gallery__figure--stack{aspect-ratio:1;min-height:0}.stacionar-gallery__figure--stack img{aspect-ratio:1;min-height:140px;height:100%}.stacionar-gallery__figure--facade{margin-top:12px;max-height:none}.stacionar-gallery__figure--facade img{max-height:none;min-height:168px;aspect-ratio:16/9;-o-object-position:center;object-position:center}}@media (max-width:520px){.stacionar-section{padding:52px 0 60px}.stacionar-head{margin-bottom:24px}.stacionar-title{margin-top:14px}.stacionar-lead{margin-top:12px;font-size:15.15px;line-height:1.6}.stacionar-meta{margin-top:14px;padding:12px 15px;font-size:13.45px;line-height:1.56}.stacionar-programs{gap:9px;margin-bottom:22px}.stacionar-pro{padding:19px 16px 17px;border-radius:18px}.stacionar-pro__name{font-size:19.5px}.stacionar-pro__price strong{font-size:24px}.stacionar-pro--featured .stacionar-pro__head{padding-right:0}.stacionar-pro__badge{position:static;display:inline-flex;margin:0 0 10px;align-self:flex-start}.stacionar-gallery{margin-bottom:22px}.stacionar-gallery__head{margin-bottom:16px}.stacionar-gallery__lead{font-size:13.45px;line-height:1.52;margin-top:8px}.stacionar-conditions{padding:17px 15px 19px;border-radius:18px;margin-bottom:19px}.stacionar-conditions__list li{font-size:13.45px;line-height:1.5}.stacionar-bridge{font-size:13.3px;line-height:1.6;margin-bottom:20px}.stacionar-bar{padding:17px 15px 19px;border-radius:20px;gap:12px}.stacionar-bar__copy strong{font-size:18.5px}.stacionar-bar__copy span{font-size:13.35px;line-height:1.55}.stacionar-bar__actions{flex-direction:column;gap:9px}.stacionar-bar__actions .btn{width:100%}}.rehab-section{position:relative;padding:68px 0 44px;overflow:hidden;background:radial-gradient(ellipse 74% 46% at 12% 6%,rgba(16,185,129,.065),transparent 56%),radial-gradient(ellipse 48% 38% at 92% 16%,hsla(41,58%,63%,.065),transparent 52%),linear-gradient(180deg,#fcfdfe,#f5f9fc 38%,#fafcfe);border-top:1px solid rgba(220,230,241,.88);border-bottom:1px solid rgba(220,230,241,.58)}.rehab-section__wash{pointer-events:none;position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,hsla(0,0%,100%,.5) 50%,transparent 60%);opacity:.35}.rehab-head{position:relative;z-index:1;max-width:700px;margin:0 auto 26px;text-align:center}.rehab-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;font-size:10.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#0f766e;background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.16)}.rehab-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--emerald-2),hsla(41,58%,63%,.75))}.rehab-title{margin-top:14px;font-size:clamp(24px,2.95vw,35px);font-weight:800;line-height:1.12;letter-spacing:-.036em;color:var(--deep-2);text-wrap:balance}.rehab-lead{font-size:16px;line-height:1.64;font-weight:500;max-width:620px}.rehab-lead,.rehab-program-note{margin-top:12px;color:var(--muted);text-align:center;margin-left:auto;margin-right:auto}.rehab-program-note{font-size:13.75px;line-height:1.58;font-weight:600;max-width:540px;letter-spacing:.01em}.rehab-program-note strong{color:var(--deep-2);font-weight:800}.rehab-contrast{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;gap:18px 22px;align-items:stretch;max-width:900px;margin:0 auto 28px;padding:20px 24px 22px;border-radius:20px;background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(252,253,254,.98));border:1px solid rgba(220,230,241,.92);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 14px 42px rgba(10,25,45,.045)}.rehab-contrast__pair{display:flex;flex-direction:column;gap:8px;min-width:0}.rehab-contrast__label{font-size:9.5px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--muted-2)}.rehab-contrast__pair:first-child .rehab-contrast__label{color:rgba(11,29,53,.45)}.rehab-contrast__pair--accent .rehab-contrast__label{color:var(--emerald-2)}.rehab-contrast__text{margin:0;font-size:14px;line-height:1.62;font-weight:600;color:var(--text)}.rehab-contrast__divider{width:1px;background:linear-gradient(180deg,transparent,rgba(220,230,241,.95) 12%,rgba(220,230,241,.95) 88%,transparent);align-self:stretch;justify-self:center}.rehab-durations{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.rehab-dur{position:relative;min-width:0;padding:24px 22px 22px;border-radius:20px;background:#fff;border:1px solid rgba(220,230,241,.94);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95),0 10px 32px rgba(10,25,45,.04);transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease}.rehab-dur:hover{box-shadow:0 14px 38px rgba(10,25,45,.07);border-color:rgba(16,185,129,.2);transform:translateY(-2px)}.rehab-dur--featured{border-color:rgba(16,185,129,.26);background:linear-gradient(165deg,rgba(16,185,129,.04),#fff 48%,#fff);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95),0 0 0 1px rgba(16,185,129,.05),0 12px 34px rgba(10,25,45,.055)}.rehab-dur__badge{position:absolute;top:13px;right:13px;padding:5px 10px;border-radius:999px;font-size:8.75px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#0f5132;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2)}.rehab-dur__term{font-size:20px;font-weight:800;letter-spacing:-.03em;color:var(--deep-2);padding-right:100px;line-height:1.15}.rehab-dur:not(.rehab-dur--featured) .rehab-dur__term{padding-right:0}.rehab-dur__desc{margin-top:11px;font-size:14px;line-height:1.58;color:var(--muted);font-weight:500}.rehab-dur__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 5px;margin-top:14px;font-size:13px;font-weight:600;color:var(--muted-2);line-height:1.2}.rehab-dur__price strong{font-size:22px;font-weight:800;color:var(--deep-2);letter-spacing:-.032em;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.rehab-dur__price span{font-size:12px}.rehab-dayhint,.rehab-dur__price span{font-weight:600;color:var(--muted);letter-spacing:.01em}.rehab-dayhint{position:relative;z-index:1;text-align:center;font-size:13px;line-height:1.58;max-width:600px;margin:0 auto 22px}.rehab-dayhint strong{color:var(--deep-2);font-weight:800}.rehab-includes{position:relative;z-index:1;max-width:700px;margin:0 auto 20px;padding:21px 26px 22px;border-radius:22px;background:linear-gradient(180deg,#fff,rgba(252,253,254,.98));border:1px solid rgba(220,230,241,.88);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.95),0 12px 34px rgba(10,25,45,.038)}.rehab-includes__title{font-size:11.75px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2);margin-bottom:11px;text-align:center}.rehab-includes__list{list-style:none;display:grid;grid-template-columns:1fr;gap:9px;margin:0 auto;padding:0;max-width:500px}.rehab-includes__list li{position:relative;padding-left:22px;font-size:14.75px;line-height:1.5;font-weight:600;color:var(--text)}.rehab-includes__list li:before{content:"";position:absolute;left:0;top:.52em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--emerald),hsla(41,58%,63%,.65));box-shadow:0 0 0 2px rgba(16,185,129,.12)}.rehab-family{max-width:560px;margin:0 auto 20px;padding:0 4px;text-align:center;font-size:14.75px;line-height:1.58;font-weight:500;font-style:normal;color:rgba(30,41,59,.7);letter-spacing:.01em}.rehab-bar,.rehab-family{position:relative;z-index:1}.rehab-bar{display:flex;align-items:center;justify-content:space-between;gap:18px 24px;flex-wrap:wrap;padding:21px 26px 22px;border-radius:22px;background:linear-gradient(165deg,#fff,rgba(248,252,250,.99));border:1px solid rgba(220,230,241,.92);box-shadow:0 16px 46px rgba(10,25,45,.055),inset 0 0 0 1px rgba(16,185,129,.05)}.rehab-bar__copy{flex:1;min-width:min(100%,270px);display:grid;gap:6px}.rehab-bar__title{font-size:clamp(19px,2vw,20px);font-weight:800;letter-spacing:-.034em;line-height:1.2;color:var(--deep-2)}.rehab-bar__sub{font-size:14px;line-height:1.58;font-weight:500;color:var(--muted);max-width:500px}.rehab-bar__actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end;flex:0 1 auto}.rehab-bar .btn-primary,.rehab-bar .rehab-bar__btn-primary{font-weight:700;letter-spacing:-.02em;box-shadow:0 13px 32px rgba(16,185,129,.19)}.rehab-bar__btn-sec{border-color:rgba(220,230,241,.95)!important;background:#fff!important}@media (max-width:900px){.rehab-head{margin-bottom:24px}.rehab-lead{font-size:15.75px;line-height:1.62}.rehab-program-note{margin-top:11px;font-size:13.5px}.rehab-contrast{grid-template-columns:1fr;margin-bottom:26px;padding:18px 17px 20px;gap:12px}.rehab-contrast__divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(220,230,241,.95) 15%,rgba(220,230,241,.95) 85%,transparent)}.rehab-durations{margin-bottom:18px;gap:11px}.rehab-dayhint{margin-bottom:20px}.rehab-family,.rehab-includes{margin-bottom:18px}.rehab-family{font-size:14.35px}.rehab-bar{padding:19px 20px 21px;gap:13px}}@media (max-width:980px){.rehab-durations{grid-template-columns:1fr;max-width:min(480px,100%);margin-left:auto;margin-right:auto}.rehab-dur--featured{order:-1}.rehab-dur__term{padding-right:0}.rehab-dur--featured .rehab-dur__term{padding-right:110px}.rehab-bar{flex-direction:column;align-items:stretch}.rehab-bar__actions{justify-content:stretch;width:100%}.rehab-bar__actions .btn{flex:1;min-width:0;justify-content:center}}@media (max-width:520px){.rehab-section{padding:48px 0 38px}.rehab-head{margin-bottom:20px}.rehab-title{margin-top:12px}.rehab-lead{margin-top:10px;font-size:15.15px;line-height:1.6}.rehab-program-note{font-size:13.25px;margin-top:10px}.rehab-contrast{padding:16px 15px 18px;margin-bottom:22px;gap:10px}.rehab-contrast__text{font-size:13.75px;line-height:1.56}.rehab-durations{gap:9px;margin-bottom:16px}.rehab-dur{padding:19px 16px 18px;border-radius:18px}.rehab-dur__term{font-size:19px}.rehab-dur__desc{font-size:13.65px;line-height:1.55}.rehab-dur__price strong{font-size:21px}.rehab-dur--featured .rehab-dur__term{padding-right:0}.rehab-dur__badge{position:static;display:inline-flex;margin:0 0 8px;align-self:flex-start}.rehab-dayhint{font-size:12.75px;line-height:1.56;margin-bottom:18px;padding:0 4px}.rehab-includes{padding:17px 16px 18px;margin-bottom:16px;border-radius:18px}.rehab-includes__title{margin-bottom:10px}.rehab-includes__list{gap:7px}.rehab-includes__list li{font-size:14.35px;line-height:1.47;padding-left:20px}.rehab-family{font-size:13.85px;line-height:1.54;margin-bottom:16px;padding:0 3px}.rehab-bar{padding:16px 15px 18px;border-radius:20px;gap:10px}.rehab-bar__title{font-size:18px}.rehab-bar__sub{font-size:13.35px;line-height:1.54}.rehab-bar__actions{flex-direction:column;gap:7px}.rehab-bar__actions .btn{width:100%}}.pricing{padding:var(--ic-y-section,88px) 0;background:linear-gradient(180deg,#f7fafd,#fff)}.pricing--outpatient{padding:var(--ic-y-section,88px) 0 var(--ic-y-section-lg,96px);background:linear-gradient(180deg,#f5f9fc,#fff 55%,#fafcfe);border-bottom:1px solid rgba(220,230,241,.5)}@media (min-width:769px){.route--steps{padding-bottom:72px}.pricing.pricing--outpatient{padding-top:72px;padding-bottom:84px}.pricing--outpatient .price-grid--v3{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing--outpatient .interrupt-cta .right{min-width:min(286px,100%)}.pricing--outpatient .interrupt-cta .btn:focus-visible,.pricing--outpatient .interrupt-cta .phone:focus-visible{outline-offset:3px}}.section-title--pricing{text-align:center;max-width:min(760px,100%);margin:0 auto var(--ic-title-mb,44px)}.section-title--pricing h2{font-size:clamp(26px,3.2vw,38px);line-height:1.1;letter-spacing:-.038em;text-wrap:balance}.section-title--pricing p{margin-top:13px;font-size:16px;line-height:1.68;font-weight:500;color:var(--muted);letter-spacing:.01em;max-width:min(640px,100%);margin-left:auto;margin-right:auto}.section-title--pricing p strong{color:var(--deep-2);font-weight:700}.pricing-intro{margin:0 auto 32px;max-width:640px;padding:0 4px;font-size:14px;line-height:1.65;font-weight:500;color:var(--muted);text-align:center;text-wrap:balance}.price-card__all-in{display:flex;align-items:center;gap:6px;margin:4px 0 16px;font-size:12px;font-weight:600;color:#10b981;line-height:1.3}.price-card__all-in svg{flex-shrink:0}.price-card--tier .price-card__all-in+ul{margin-top:0}.pricing-aftercards{margin:20px auto 0;max-width:min(640px,100%);padding:0 4px;font-size:13px;line-height:1.6;font-weight:500;color:var(--muted-2);text-align:center;text-wrap:balance}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-grid--v3{gap:20px;align-items:stretch;max-width:min(1180px,100%);margin:0 auto}.price-card{padding:26px;position:relative;overflow:hidden}.price-card--tier{padding:28px 24px 26px;border-radius:24px;display:flex;flex-direction:column;height:100%;min-height:0;border:1px solid rgba(220,230,241,.92);box-shadow:0 12px 40px rgba(11,29,53,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.price-card--tier:hover{transform:translateY(-2px);box-shadow:0 16px 44px rgba(11,29,53,.08);border-color:rgba(16,185,129,.22)}.price-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--gold),var(--emerald))}.price-card .label{display:inline-flex;padding:6px 13px;border-radius:999px;background:var(--gold-soft);color:#8a6a25;font-size:11.5px;font-weight:800;letter-spacing:.04em;margin-bottom:12px}.price-card .label--pick{background:linear-gradient(135deg,rgba(16,185,129,.14),hsla(41,58%,63%,.2));color:#0f5132;border:1px solid rgba(16,185,129,.25)}.price-card h3{font-size:21px;letter-spacing:-.032em;line-height:1.15;font-weight:800}.price-card .desc{margin-top:9px;color:var(--muted);font-size:14px;line-height:1.66;font-weight:500}.price-card .amount{margin-top:16px;font-size:40px;font-weight:800;letter-spacing:-.05em;color:var(--deep)}.price-card .amount small{font-size:15px;font-weight:700;color:var(--muted)}.price-card ul{list-style:none;display:grid;gap:9px;margin-top:16px;flex:1 1 auto}.price-card li{display:flex;gap:10px;font-size:13.5px;line-height:1.55;color:var(--text);font-weight:600}.price-card li strong{font-weight:700;color:var(--deep-2)}.price-card li:before{content:"";width:20px;height:20px;border-radius:50%;flex:0 0 20px;margin-top:1px;background:var(--emerald-soft);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310B981' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:13px}.price-card .cta{display:flex;gap:10px;margin-top:auto;padding-top:22px}.price-card .cta .btn{flex:1 1 auto;justify-content:center}.price-card--featured,.price-card.featured{transform:translateY(-4px);background:linear-gradient(180deg,#fff,#f4fbf9);border:1px solid rgba(16,185,129,.28);box-shadow:0 0 0 1px rgba(16,185,129,.08),0 20px 56px rgba(16,185,129,.1),0 12px 36px rgba(11,29,53,.06)}.price-card--featured:before{height:5px;opacity:1}.pricing-bridge{max-width:min(700px,100%);margin:32px auto 0;padding:0 8px;text-align:center;font-size:14px;line-height:1.65;font-weight:500;color:var(--muted);letter-spacing:.01em}.pricing-bridge a{color:var(--emerald-2);font-weight:700;text-decoration:underline;text-underline-offset:3px}.pricing-bridge a:hover{color:var(--deep-2)}.interrupt-cta--pricing h3{font-size:clamp(22px,2.8vw,26px)}.interrupt-cta--pricing p{font-size:14.5px;line-height:1.62}.interrupt-cta{margin-top:22px;padding:24px 26px;border-radius:28px;background:linear-gradient(135deg,#0b1d35,#143252);color:#fff;display:grid;grid-template-columns:1.05fr auto;align-items:center;gap:20px;box-shadow:0 20px 56px rgba(7,20,35,.2);text-align:center}.interrupt-cta h3{font-size:28px;letter-spacing:-.04em;line-height:1.1}.interrupt-cta p{margin-top:8px;color:hsla(0,0%,100%,.68);font-size:15px;line-height:1.65}.interrupt-cta .right{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;width:100%}.interrupt-cta .phone{padding:14px 18px;border-radius:18px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);font-weight:800;font-size:20px;letter-spacing:-.04em}.pricing--outpatient .section-title--pricing{margin-bottom:36px}.pricing--outpatient .section-title--pricing p{margin-top:11px;line-height:1.64}.pricing--outpatient .price-grid--v3{grid-template-columns:1fr;gap:16px;width:100%;max-width:100%;min-width:0}.pricing--outpatient .price-card--tier{min-width:0;padding:25px 22px 23px;border-radius:22px;border-color:rgba(218,228,240,.95);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.92),0 10px 36px rgba(11,29,53,.055)}.pricing--outpatient .price-card .label{margin-bottom:10px;padding:5px 12px;font-size:11px;letter-spacing:.045em}.pricing--outpatient .price-card h3{font-size:20px;line-height:1.17;letter-spacing:-.03em}.pricing--outpatient .price-card .desc{margin-top:8px;font-size:13.75px;line-height:1.6}.pricing--outpatient .price-card .amount{margin-top:14px;display:flex;flex-wrap:wrap;align-items:baseline;gap:1px 5px;font-size:38px;font-weight:800;line-height:1;letter-spacing:-.048em;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.pricing--outpatient .price-card .amount small{font-size:14px;font-weight:700;letter-spacing:-.01em;white-space:nowrap;line-height:1.15;margin-left:1px}.pricing--outpatient .price-card ul{gap:8px;margin-top:14px}.pricing--outpatient .price-card .price-card__all-in+ul{margin-top:0}.pricing--outpatient .price-card li{align-items:flex-start;font-size:13.35px;line-height:1.5;gap:9px}.pricing--outpatient .price-card li:before{margin-top:2px;flex:0 0 19px;width:19px;height:19px;background-size:12px}.pricing--outpatient .price-card .cta{padding-top:17px}.pricing--outpatient .price-card--featured{transform:translateY(-2px);border-color:rgba(16,185,129,.24);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.96),0 0 0 1px rgba(16,185,129,.07),0 14px 44px rgba(16,185,129,.085),0 8px 28px rgba(11,29,53,.045)}.pricing--outpatient .price-card--featured .label--pick{background:linear-gradient(135deg,rgba(16,185,129,.1),hsla(41,58%,63%,.14));border-color:rgba(16,185,129,.2);color:#0d3d28}.pricing--outpatient .price-card--featured .price-card__cta--featured{font-weight:700;letter-spacing:-.02em;box-shadow:0 12px 30px rgba(16,185,129,.2)}.pricing--outpatient .price-card--featured .price-card__cta--featured:hover{box-shadow:0 16px 38px rgba(16,185,129,.26)}.pricing--outpatient .price-grid--v3>.price-card--tier:last-child ul{gap:7px}.pricing--outpatient .price-grid--v3>.price-card--tier:last-child .cta{padding-top:16px}.pricing--outpatient .pricing-bridge{margin:22px auto 0;max-width:min(640px,100%);font-size:13.75px;line-height:1.58;letter-spacing:.01em}.pricing--outpatient .interrupt-cta{margin-top:22px;padding:27px 30px 29px;border-radius:24px;gap:22px 28px;align-items:center;text-align:left;border:1px solid hsla(0,0%,100%,.11);background:radial-gradient(ellipse 85% 75% at 92% 8%,rgba(16,185,129,.12),transparent 58%),linear-gradient(148deg,#09172e,#0e2640 48%,#113252);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.11),0 16px 44px rgba(3,10,22,.4),0 1px 0 hsla(0,0%,100%,.05);grid-template-columns:minmax(0,1.06fr) auto}.pricing--outpatient .interrupt-cta>div:first-child{max-width:37em;min-width:0}.pricing--outpatient .interrupt-cta h3{font-size:clamp(22px,2.5vw,24px);color:#fff;font-weight:800;letter-spacing:-.038em;line-height:1.12}.pricing--outpatient .interrupt-cta p{margin-top:10px;color:hsla(0,0%,100%,.74);line-height:1.55;font-weight:500;letter-spacing:.01em}.pricing--outpatient .interrupt-cta .right{justify-content:flex-end;align-items:center;flex-wrap:nowrap;gap:11px;width:auto;flex:0 0 auto;min-width:0}.pricing--outpatient .interrupt-cta .phone{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:16px;font-size:17px;font-weight:800;letter-spacing:-.035em;font-variant-numeric:tabular-nums;color:#fff;text-decoration:none;background:hsla(0,0%,100%,.11);border:1px solid hsla(0,0%,100%,.18);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 8px 22px rgba(0,0,0,.14);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.pricing--outpatient .interrupt-cta .phone:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.26);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12),0 10px 26px rgba(0,0,0,.16)}.pricing--outpatient .interrupt-cta .btn{min-height:50px;padding:0 22px;border-radius:16px;flex:0 1 auto;white-space:nowrap}.mid-cta{padding:30px 0 48px;background:linear-gradient(180deg,#fafcfe,#f5f8fc 45%,#fafbfd);border-top:1px solid rgba(220,230,241,.68);border-bottom:1px solid rgba(220,230,241,.52)}.mid-cta__shell{display:grid;grid-template-columns:minmax(0,1.15fr) auto;gap:20px 28px;align-items:center;padding:28px 32px 26px;border-radius:24px;background:linear-gradient(180deg,#fff,#fcfdfe);border:1px solid rgba(220,230,241,.92);box-shadow:0 14px 44px rgba(10,25,45,.05),inset 0 1px 0 hsla(0,0%,100%,.95),inset 0 0 0 1px rgba(16,185,129,.05);position:relative;overflow:hidden}.mid-cta__shell:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(16,185,129,.45) 20%,hsla(41,58%,63%,.35) 80%,transparent);opacity:.9}.mid-cta__copy{position:relative;z-index:1;min-width:0}.mid-cta__title{font-size:clamp(21px,2.7vw,29px);font-weight:800;letter-spacing:-.036em;line-height:1.16;color:var(--deep-2);max-width:540px;text-wrap:balance}.mid-cta__lead{margin-top:9px;font-size:14.75px;line-height:1.6;font-weight:500;color:var(--muted);max-width:580px}.mid-cta__actions{position:relative;z-index:1;display:flex;flex-direction:column;gap:9px;align-items:stretch;min-width:min(100%,252px)}.mid-cta__phone{display:flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:16px;font-weight:800;font-size:clamp(16px,2.1vw,20px);letter-spacing:-.032em;font-variant-numeric:tabular-nums;color:var(--deep-2);background:linear-gradient(180deg,#f8fbfe,#fff);border:1px solid var(--line);box-shadow:var(--shadow-xs);transition:border-color .2s ease,box-shadow .2s ease,color .2s ease}.mid-cta__phone:hover{border-color:rgba(16,185,129,.35);box-shadow:0 8px 24px rgba(16,185,129,.1);color:var(--emerald-2)}.mid-cta__btn{width:100%;justify-content:center;font-weight:700;letter-spacing:-.02em;box-shadow:0 12px 30px rgba(16,185,129,.2)}.mid-cta__note{grid-column:1/-1;margin:2px 0 0;padding-top:14px;border-top:1px solid rgba(220,230,241,.88);font-size:11.75px;font-weight:600;letter-spacing:.035em;color:var(--muted-2);text-align:center;line-height:1.48}@media (max-width:900px){.mid-cta{padding:24px 0 44px}.mid-cta__shell{grid-template-columns:1fr;padding:22px 20px 20px;gap:15px;border-radius:22px}.mid-cta__title{max-width:none}.mid-cta__actions{min-width:0;width:100%}.mid-cta__lead{max-width:none;font-size:14.5px;line-height:1.58}}@media (max-width:520px){.mid-cta{padding:22px 0 40px}.mid-cta__shell{padding:18px 17px;gap:14px}.mid-cta__lead{font-size:14.15px;line-height:1.56}.mid-cta__phone{padding:12px 16px;font-size:clamp(15px,4vw,18px)}.mid-cta__note{padding-top:12px;font-size:11.5px}}.trust-strip{padding:42px 0 50px;background:linear-gradient(180deg,#fafcfe,#f6fafd);border-top:1px solid rgba(220,230,241,.52);border-bottom:1px solid rgba(220,230,241,.42)}.trust-strip__head{text-align:center;margin:0 auto 28px}.trust-strip__eyebrow{margin:0;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:rgba(100,116,139,.88)}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-radius:20px;background:linear-gradient(165deg,#fff,#f9fbfd 48%,#fcfdfe);border:1px solid rgba(218,228,236,.9);box-shadow:0 12px 42px rgba(11,29,53,.034),inset 0 1px 0 hsla(0,0%,100%,.92),inset 0 0 0 1px rgba(16,185,129,.035);overflow:hidden}.trust-metric{position:relative;padding:24px 20px 23px;text-align:center;min-width:0}.trust-metric:not(:last-child):after{content:"";position:absolute;top:18%;right:0;bottom:18%;width:1px;background:linear-gradient(180deg,transparent,rgba(214,224,235,.45) 14%,rgba(200,214,228,.55) 50%,rgba(214,224,235,.45) 86%,transparent)}.trust-metric__value{font-size:clamp(30px,3.8vw,42px);font-weight:800;letter-spacing:-.045em;line-height:1;color:var(--deep-2);font-variant-numeric:tabular-nums}.trust-metric__value--compact{font-size:clamp(27px,3.2vw,36px);letter-spacing:-.03em}.trust-metric__unit{margin-top:8px;font-size:11.75px;font-weight:800;letter-spacing:.065em;text-transform:uppercase;color:rgba(90,108,130,.93);line-height:1.28}.trust-metric__label{font-size:13px;line-height:1.5;font-weight:500;color:rgba(71,85,105,.94);max-width:220px;margin:10px auto 0}@media (max-width:900px){.trust-strip{padding:28px 0 36px}.trust-strip__head{margin-bottom:18px}.trust-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:18px;gap:1px;background:rgba(218,228,236,.78);border:1px solid rgba(220,230,241,.55);box-shadow:0 8px 30px rgba(11,29,53,.038),inset 0 0 0 1px hsla(0,0%,100%,.5)}.trust-metric{background:linear-gradient(180deg,#fff,#fcfdfe);padding:17px 14px 16px}.trust-metric:after{display:none}.trust-metric__label{max-width:none;font-size:12.85px;line-height:1.48}.trust-metric__unit{margin-top:7px;font-size:11.5px}.trust-metric__value{font-size:clamp(28px,5.5vw,36px)}}.proof.coverage{padding:62px 0 var(--ic-y-section,88px);background:linear-gradient(180deg,#fff,#fafcfe 45%,#fff)}.proof-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.proof-card{padding:28px}.proof-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.proof-top h3{font-size:32px;letter-spacing:-.04em;line-height:1.08}.proof-top p{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.75;max-width:560px}.proof-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.proof-item{padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line)}.proof-item strong{display:block;font-size:18px;letter-spacing:-.03em}.proof-item p{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.7}.map-card{position:relative;overflow:hidden;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 84% 18%,hsla(41,58%,63%,.16),transparent 20%),linear-gradient(180deg,#0b1d35,#102a48);color:#fff}.map-card:before{content:"";position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.08) 1px,transparent 0);background-size:24px 24px;opacity:.5}.map-card .content{position:relative;z-index:1;padding:28px}.map-card h3{font-size:30px;letter-spacing:-.04em;line-height:1.08}.map-card p{margin-top:12px;color:hsla(0,0%,100%,.72);font-size:15px;line-height:1.78}.districts{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.districts span{padding:10px 14px;border-radius:999px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);font-size:13px;font-weight:700}.map-visual{margin-top:26px;position:relative;height:280px;border-radius:24px;background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.03));border:1px solid hsla(0,0%,100%,.12);overflow:hidden}.map-visual:after,.map-visual:before{content:"";position:absolute;inset:18px;border-radius:20px;border:1px dashed hsla(0,0%,100%,.18)}.map-visual:after{inset:40px 54px 34px 34px}.pin{position:absolute;padding:8px 11px;border-radius:999px;background:#fff;color:var(--deep);font-size:12px;font-weight:800;box-shadow:0 12px 24px rgba(0,0,0,.14)}.pin:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--emerald);display:inline-block;margin-right:7px}.pin.p1{top:34px;left:36px}.pin.p2{top:106px;right:46px}.pin.p3{left:50%;bottom:42px;transform:translateX(-50%)}.map-footer{margin-top:18px;padding:14px 16px;border-radius:18px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);font-size:13px;color:hsla(0,0%,100%,.7);line-height:1.7}.map-visual--coverage{margin-top:16px;height:232px}.map-footer--coverage{margin-top:14px;padding:12px 15px;color:hsla(0,0%,100%,.72);line-height:1.5;font-size:13px}.coverage .coverage-intro h3{font-size:clamp(26px,3.2vw,34px);letter-spacing:-.038em;line-height:1.12}.coverage-lead{margin-top:14px;margin-bottom:2px;color:var(--muted);font-size:15px;line-height:1.68;max-width:580px}.coverage-eyebrow{background:rgba(16,185,129,.12)!important;color:#0f766e!important;border:1px solid rgba(16,185,129,.25)}.coverage-map-eyebrow{background:hsla(0,0%,100%,.1)!important;color:hsla(0,0%,100%,.92)!important}.coverage-map-lead{margin-top:12px;color:hsla(0,0%,100%,.78);font-size:14px;line-height:1.65}.coverage-map-note{margin:12px 0 10px;font-size:12px;line-height:1.45;color:hsla(0,0%,100%,.5)}.coverage-card--map .districts{margin-top:14px}.coverage-address{margin-top:18px;padding:15px 17px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(180deg,#fff,#fafcfe)}.coverage-address+.coverage-address{margin-top:14px}.coverage-address--primary{border-color:rgba(16,185,129,.22)}.coverage-address--city-first{border-color:rgba(220,230,241,.95);background:linear-gradient(180deg,#fff,#f8fbfc)}.coverage-address__title{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#0d9488;margin:0 0 8px}.coverage-address__text{margin:0;font-size:15px;line-height:1.55;color:var(--deep);font-weight:600}.coverage-address__hint{margin:8px 0 0;font-size:13px;line-height:1.58;color:var(--muted)}.coverage-local{margin-top:12px;font-size:14px;line-height:1.65;color:var(--muted);max-width:580px}.coverage-points{display:grid;gap:10px;margin-top:20px}.coverage-point{padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--line)}.coverage-point__title{font-size:15px;font-weight:700;letter-spacing:-.02em;margin:0 0 6px;color:var(--deep)}.coverage-point p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:720px){.map-visual--coverage{height:auto;min-height:0;margin-top:14px;padding:12px 11px;display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.map-visual--coverage:after,.map-visual--coverage:before{opacity:.28;pointer-events:none}.map-visual--coverage:before{inset:10px;border-radius:16px}.map-visual--coverage:after{inset:22px 18px 16px 16px;border-radius:14px}.coverage .map-visual--coverage .pin{position:relative;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important;display:flex;align-items:flex-start;gap:7px;width:100%;max-width:100%;box-sizing:border-box;font-size:11.5px;padding:8px 10px;line-height:1.32;align-self:stretch;white-space:normal;text-align:left;z-index:1}.coverage .map-visual--coverage .pin:before{flex-shrink:0;margin-top:2px;margin-right:0}.map-footer--coverage{margin-top:12px;padding:11px 13px;font-size:12.75px;line-height:1.52}}@media (max-width:520px){.proof.coverage{padding:40px 0 68px}.coverage .coverage-intro h3{font-size:clamp(22px,6vw,28px)}.coverage-lead{margin-top:11px;font-size:14.35px;line-height:1.62}.coverage-address{margin-top:14px;padding:13px 14px 14px;border-radius:16px}.coverage-address+.coverage-address{margin-top:11px}.coverage-local{margin-top:10px;font-size:13.65px;line-height:1.62}.coverage-points{gap:8px;margin-top:16px}.coverage-point{padding:12px 14px;border-radius:16px}.coverage-point__title{font-size:14.25px}.coverage-point p{font-size:12.85px;line-height:1.58}.map-card .content{padding:22px 18px}.coverage-card--map .districts{margin-top:11px;gap:8px}.districts span{padding:8px 11px;font-size:12.5px}.coverage-map-lead{margin-top:10px;font-size:13.5px;line-height:1.6}.coverage-map-note{margin:10px 0 8px;font-size:11.5px;line-height:1.42}.map-visual--coverage{padding:11px 10px;gap:7px}}.team{padding:var(--ic-y-section,88px) 0 var(--ic-y-section-lg,96px);background:linear-gradient(180deg,#fafcfe,#fff 35%,#fafbfd)}.team-intro{max-width:720px;margin-bottom:48px}.team-intro h2{font-size:clamp(28px,3.6vw,40px);line-height:1.12;letter-spacing:-.038em}.team-intro p{font-size:16px;line-height:1.68;max-width:600px;margin-left:auto;margin-right:auto;color:var(--muted)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.team-card{overflow:hidden;border-radius:22px!important;border:1px solid rgba(220,230,241,.95);box-shadow:0 12px 36px rgba(10,25,45,.06);transition:box-shadow .28s ease,transform .28s ease,border-color .28s ease;display:flex;flex-direction:column;height:100%}.team-card:hover{box-shadow:0 16px 42px rgba(10,25,45,.075);transform:translateY(-2px);border-color:rgba(16,185,129,.2)}.team-card:focus-within{outline:2px solid rgba(16,185,129,.45);outline-offset:3px}.team-cover{padding:20px 22px 17px;background:radial-gradient(circle at 42% 12%,rgba(16,185,129,.14),transparent 38%),radial-gradient(circle at 88% 22%,hsla(41,58%,63%,.16),transparent 32%),linear-gradient(145deg,#071221,#0b1d35 55%,#122a47);color:#fff;min-height:216px;flex-direction:column;justify-content:flex-start;gap:13px}.team-cover,.team-top{display:flex;flex-shrink:0}.team-top{justify-content:space-between;align-items:center;gap:12px}.team-photo{width:82px;height:82px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid hsla(0,0%,100%,.22);box-shadow:0 8px 22px rgba(0,0,0,.2);background:hsla(0,0%,100%,.08)}.team-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 22%;object-position:center 22%;display:block}.team-exp{max-width:min(100%,124px);padding:7px 11px;border-radius:999px;background:hsla(0,0%,100%,.09);border:1px solid hsla(0,0%,100%,.14);font-size:10.75px;font-weight:800;letter-spacing:.055em;line-height:1.28;color:hsla(0,0%,100%,.92);text-align:right}.team-bottom h3{font-size:clamp(16px,1.9vw,19px);letter-spacing:-.025em;font-weight:800;line-height:1.22;margin:0}.team-bottom .team-role{margin-top:4px;color:hsla(0,0%,100%,.75);font-size:13px;line-height:1.4;font-weight:500}.team-body{padding:18px 20px 19px;flex:1;display:flex;flex-direction:column;min-height:0;gap:0}.team-focus{margin:0 0 7px;font-size:12px;font-weight:700;letter-spacing:.01em;text-transform:none;line-height:1.32;color:var(--emerald-2)}.team-text{margin:0;flex:1;font-size:14px;line-height:1.55;font-weight:500;color:var(--muted);max-width:36ch}.team-foot{margin:26px auto 0;max-width:min(640px,100%);padding:0 8px;text-align:center;font-size:12px;line-height:1.58;font-weight:500;color:rgba(100,116,139,.88)}.team-foot__link{color:var(--emerald-2);font-weight:700;text-decoration:underline;text-underline-offset:3px}.team-foot__link:hover{color:var(--deep-2)}.team-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--line)}.team-meta span{color:var(--muted)}.rating,.team-meta span{font-size:12px;font-weight:800}.rating{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;background:var(--gold-soft);color:#8a6a25}.team-body ul{list-style:none;display:grid;gap:10px}.team-body li{font-size:13px;line-height:1.65;color:var(--muted);font-weight:700}@media (max-width:1024px){.team-grid{gap:16px}.team-cover{min-height:206px;padding:19px 20px 16px}.team-body{padding:17px 19px 18px}.team-focus{margin-bottom:6px}}@media (max-width:640px){.team{padding:56px 0 60px}.team .team-intro{margin-bottom:26px}.team .team-intro h2{font-size:clamp(22px,5.8vw,30px);line-height:1.14}.team .team-intro p{margin-top:10px;font-size:15px;line-height:1.64}.team-grid{gap:11px}.team-card{border-radius:20px!important;box-shadow:0 8px 30px rgba(10,25,45,.07),inset 0 1px 0 hsla(0,0%,100%,.9);border-color:rgba(220,230,241,.9)}.team-cover{min-height:0;display:grid;grid-template-columns:76px minmax(0,1fr);grid-template-rows:auto auto;-moz-column-gap:12px;column-gap:12px;row-gap:4px;align-items:start;padding:13px 15px 11px}.team-top{display:contents}.team-photo{grid-column:1;grid-row:1;width:76px;height:76px;border-width:2px;box-shadow:0 6px 18px rgba(0,0,0,.24)}.team-photo img{-o-object-position:center 20%;object-position:center 20%}.team-exp{grid-column:2;grid-row:1;align-self:center;max-width:none;width:auto;min-width:0;text-align:left;padding:7px 10px;border-radius:12px;font-size:10.25px;letter-spacing:.06em;line-height:1.25;background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.16)}.team-bottom{grid-column:1/-1;grid-row:2;padding-top:1px}.team-bottom h3{font-size:16.5px;line-height:1.17;letter-spacing:-.028em}.team-bottom .team-role{margin-top:4px;font-size:12.35px;line-height:1.36;color:hsla(0,0%,100%,.76)}.team-body{padding:12px 15px 13px;gap:0}.team-focus{margin:0 0 5px;font-size:11.65px;line-height:1.3;letter-spacing:.01em}.team-text{font-size:13.65px;line-height:1.52;max-width:none}.team-foot{margin-top:21px;padding:0 8px;font-size:11.65px;line-height:1.56;color:rgba(100,116,139,.86)}section.team+section.reviews{padding-top:2px}}@media (max-width:520px){.team{padding:48px 0 52px}.team .team-intro{margin-bottom:22px}.team-cover{padding:12px 14px 10px;-moz-column-gap:11px;column-gap:11px}.team-photo{width:72px;height:72px}.team-body{padding:11px 14px 12px}.team-foot{margin-top:19px;line-height:1.54}}.reviews{padding:0 0 var(--ic-y-section,88px)}.reviews-intro{max-width:720px;margin-bottom:40px}.reviews-intro p{font-size:16px;line-height:1.64;color:var(--muted);max-width:640px}.review-grid,.reviews-intro p{margin-left:auto;margin-right:auto}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;align-items:stretch;max-width:1020px}.review-card{position:relative;padding:22px 21px 20px;display:flex;flex-direction:column;height:100%;border-radius:20px!important;transition:box-shadow .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1),border-color .32s ease}.review-card:not(.dark){border:1px solid rgba(220,230,241,.92);box-shadow:0 8px 30px rgba(10,25,45,.045),inset 0 1px 0 hsla(0,0%,100%,.85)}.review-card:not(.dark):hover{box-shadow:0 14px 38px rgba(10,25,45,.075);transform:translateY(-1px);border-color:rgba(16,185,129,.2)}.review-card:focus-within{outline:2px solid rgba(16,185,129,.35);outline-offset:2px}.review-card.dark{color:#fff;background:linear-gradient(165deg,#0a1628,#0b1d35 42%,#143252);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 14px 40px rgba(7,15,28,.35),inset 0 0 0 1px hsla(0,0%,100%,.04)}.review-card.dark:hover{box-shadow:0 18px 46px rgba(0,0,0,.3);transform:translateY(-1px);border-color:hsla(0,0%,100%,.14)}.review-head{gap:12px}.review-avatar,.review-head{display:flex;align-items:center}.review-avatar{width:48px;height:48px;border-radius:50%;justify-content:center;flex-shrink:0;font-weight:800;font-size:13.5px;color:#fff;background:linear-gradient(135deg,var(--emerald),var(--emerald-2))}.review-avatar--slate{background:linear-gradient(135deg,#0b1d35,#143252)}.review-avatar--gold{background:linear-gradient(135deg,#d7b469,#c89a43)}.review-avatar--emerald-soft{background:linear-gradient(135deg,#0d9488,#059669);color:#fff}.review-name{font-size:15.5px;font-weight:800;letter-spacing:-.021em;line-height:1.22}.review-date{font-size:11.75px;margin-top:4px;color:var(--muted-2);font-weight:600;line-height:1.4;max-width:34ch}.dark .review-date{color:hsla(0,0%,100%,.54)}.stars{display:flex;gap:3px;margin-top:8px}.stars svg{width:14px;height:14px;fill:var(--gold)}.review-text{margin-top:9px;font-size:14px;line-height:1.62;color:var(--muted);flex:1}.dark .review-text{color:hsla(0,0%,100%,.8)}.review-audio-caption{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:2px;border-bottom:1px solid hsla(0,0%,100%,.08)}.review-audio-label{font-size:10px;letter-spacing:.11em;text-transform:uppercase}.review-audio-label,.review-audio-time{font-weight:800;color:hsla(0,0%,100%,.48)}.review-audio-time{flex-shrink:0;min-width:6.5ch;font-size:11.5px;font-variant-numeric:tabular-nums;text-align:right}.review-card.dark .audio{border-radius:14px;background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.06));border:1px solid hsla(0,0%,100%,.12);box-shadow:inset 0 4px 16px rgba(0,0,0,.12)}.audio,.review-card.dark .audio{margin-top:8px;padding:11px 12px;display:flex;align-items:center;gap:11px}.audio{border-radius:14px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.1)}.review-scrub-wrap{flex:1;min-width:0;display:flex;align-items:center}.review-scrub{flex:1;min-width:0;padding:8px 0;margin:-8px 0;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:10px}.review-scrub:hover .wave--track{filter:brightness(1.12)}.review-scrub:active .wave--track{filter:brightness(1.06)}.review-scrub:focus{outline:none}.review-scrub:focus-visible{outline:2px solid rgba(16,185,129,.5);outline-offset:3px}.play{width:42px;height:42px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;background:var(--emerald);box-shadow:0 8px 22px rgba(16,185,129,.32);transition:transform .38s cubic-bezier(.22,1,.36,1),background .28s ease,box-shadow .28s ease}.play:hover{background:#0ea572;transform:scale(1.04);box-shadow:0 10px 26px rgba(16,185,129,.38)}.play:focus-visible{outline:2px solid hsla(0,0%,100%,.55);outline-offset:2px}.play svg{width:14px;height:14px;fill:#fff;margin-left:2px}.review-audio-el{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wave--track{height:11px;border-radius:999px;background:linear-gradient(90deg,hsla(0,0%,100%,.14),hsla(0,0%,100%,.07));position:relative;overflow:hidden;--review-audio-progress:0%;transition:filter .18s ease}.wave__fill{position:absolute;left:0;top:0;bottom:0;width:var(--review-audio-progress);max-width:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold),#f7d79b);pointer-events:none;transition:width .14s ease-out}.audio.is-scrubbing .wave__fill{transition:none}.audio.is-playing .play-icon{display:none}.audio.is-playing .pause-icon{display:block!important}.audio .pause-icon{display:none}.review-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:12px}.review-tags span{padding:5px 10px;border-radius:999px;background:var(--bg);border:1px solid rgba(226,232,240,.95);font-size:10.75px;font-weight:700;letter-spacing:.015em;color:var(--muted);transition:border-color .32s ease,background .28s ease,box-shadow .38s cubic-bezier(.22,1,.36,1)}.review-tags span:hover{border-color:rgba(203,213,225,.98);box-shadow:0 1px 8px rgba(11,29,53,.04)}.review-card.dark .review-tags span{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.11);color:hsla(0,0%,100%,.9)}.review-card.dark .review-tags span:hover{border-color:hsla(0,0%,100%,.18);box-shadow:0 2px 12px rgba(0,0,0,.18)}@media (min-width:641px){section.reviews+section.post-reviews-cta{margin-top:-6px}}.post-reviews-cta{padding:0 0 48px}.post-reviews-cta__inner{max-width:min(640px,100%);margin:0 auto;text-align:center;padding:26px 24px 24px;border-radius:20px;background:linear-gradient(180deg,#fbfcfd,#f3f6fa);border:1px solid rgba(220,230,241,.92);box-shadow:0 10px 32px rgba(11,29,53,.055),inset 0 1px 0 hsla(0,0%,100%,.95);transition:box-shadow .48s cubic-bezier(.22,1,.36,1),border-color .38s ease}.post-reviews-cta__inner:hover{box-shadow:0 14px 38px rgba(11,29,53,.075),inset 0 1px 0 hsla(0,0%,100%,.95);border-color:rgba(214,224,236,.98)}.post-reviews-cta__title{margin:0;font-size:clamp(21px,2.7vw,27px);font-weight:800;letter-spacing:-.036em;line-height:1.2;color:var(--deep-2);text-wrap:balance}.post-reviews-cta__lead{margin:10px auto 0;max-width:46ch;font-size:15px;line-height:1.58;color:var(--muted);font-weight:500;text-wrap:balance}.post-reviews-cta__row{margin-top:18px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:11px 14px}.post-reviews-cta__phone{font-size:clamp(21px,2.9vw,27px);font-weight:800;letter-spacing:-.032em;color:var(--deep-2);text-decoration:none;border-bottom:1px solid rgba(16,185,129,.4);padding-bottom:1px;transition:color .38s cubic-bezier(.22,1,.36,1),border-color .38s ease}.post-reviews-cta__phone:hover{color:var(--emerald-2);border-bottom-color:rgba(16,185,129,.58)}.post-reviews-cta__phone:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:5px;border-radius:4px}.post-reviews-cta .post-reviews-cta__btn{padding:11px 17px;border-radius:13px;font-size:13.75px;font-weight:800;letter-spacing:-.015em;box-shadow:0 4px 16px rgba(11,29,53,.07);transition:filter .35s ease,box-shadow .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1)}.post-reviews-cta .post-reviews-cta__btn:hover{box-shadow:0 8px 22px rgba(11,29,53,.1);transform:translateY(-1px)}.post-reviews-cta__trust{margin-top:14px;display:flex;flex-wrap:wrap;justify-content:center;gap:7px 9px}.post-reviews-cta__trust span{font-size:10.5px;font-weight:700;letter-spacing:.03em;color:rgba(100,116,139,.92);padding:5px 10px;border-radius:999px;background:hsla(0,0%,100%,.92);border:1px solid rgba(226,232,240,.95);transition:border-color .32s ease,background .32s ease,box-shadow .4s cubic-bezier(.22,1,.36,1)}.post-reviews-cta__trust span:hover{border-color:rgba(203,213,225,.98);box-shadow:0 2px 10px rgba(11,29,53,.05)}@media (max-width:640px){.reviews{padding:0 0 56px}.reviews .reviews-intro{margin-bottom:22px}.reviews .reviews-intro p{margin-top:10px;font-size:15px;line-height:1.6}.review-grid{gap:10px}.review-card{padding:15px 14px 13px}.review-head{gap:11px}.review-avatar{width:46px;height:46px;font-size:13px}.review-name{font-size:15px;letter-spacing:-.02em}.review-date{font-size:11.5px;margin-top:3px}.stars{margin-top:8px}.stars svg{width:13px;height:13px}.review-text{margin-top:8px;font-size:13.5px;line-height:1.55}.review-audio-caption{margin-top:10px;padding-bottom:1px}.audio,.review-card.dark .audio{margin-top:6px;padding:9px 10px;gap:9px;border-radius:13px}.play{width:40px;height:40px;flex-shrink:0}.play svg{width:13px;height:13px}.wave--track{height:10px}.review-audio-time{font-size:11px}.review-tags{padding-top:11px;gap:5px}.review-tags span{padding:4px 9px;font-size:10.25px}section.reviews+section.post-reviews-cta{padding-top:2px}.post-reviews-cta{padding:0 0 40px}.post-reviews-cta__inner{padding:20px 16px 19px;border-radius:18px}.post-reviews-cta__lead{font-size:14.35px;line-height:1.55;margin-top:9px}.post-reviews-cta__row{margin-top:14px;gap:9px 12px}.post-reviews-cta__trust{margin-top:12px;gap:6px 8px}.post-reviews-cta__trust span{font-size:10px;padding:5px 9px}section.post-reviews-cta+.faq{padding-top:0}.faq{padding:0 0 60px}.faq-intro{margin-bottom:26px}.faq-intro p{font-size:14.5px;line-height:1.62}.faq-wrap{gap:14px}.faq-accordion.accordion{padding:4px 4px 6px}.faq-q{padding:13px 11px 13px 12px;font-size:16px;line-height:1.28}.faq-q small{margin-bottom:4px;font-size:10.5px;letter-spacing:.1em}.faq-icon{width:34px;height:34px;flex-basis:34px}.faq-icon svg{width:15px;height:15px}.faq-item.open .faq-a__inner{padding:1px 16px 14px 12px!important;font-size:13.5px;line-height:1.58}.faq-side{padding:17px 15px 15px;border-radius:18px!important}.faq-side__kicker{margin-bottom:6px;font-size:10.5px;letter-spacing:.09em}.faq-side__title{font-size:18.5px}.faq-side__lead{margin-top:9px;font-size:13.5px;line-height:1.56}.faq-side__list{margin-top:11px;padding-left:15px;font-size:12.75px;line-height:1.54}.faq-side__list li{margin-bottom:7px}.faq-side__foot{margin-top:12px;padding-top:12px;font-size:12.65px;line-height:1.54}}@media (max-width:480px){.post-reviews-cta__row{flex-direction:column;align-items:stretch}.post-reviews-cta__phone{text-align:center}.post-reviews-cta .post-reviews-cta__btn{width:100%}}section.post-reviews-cta+section.faq{padding-top:2px}.faq{padding:6px 0 var(--ic-y-section-lg,96px)}.faq-intro{max-width:680px;margin-bottom:var(--ic-title-mb,44px)}.faq-intro h2{letter-spacing:-.04em}.faq-intro p{font-size:15px;line-height:1.7;color:var(--muted);max-width:560px;margin-left:auto;margin-right:auto}.faq-wrap{display:grid;grid-template-columns:1fr minmax(280px,360px);gap:22px;align-items:start}.faq-accordion.accordion{padding:6px 6px 8px}.faq-accordion{border-radius:22px!important;border:1px solid rgba(220,230,241,.95)!important;box-shadow:0 10px 32px rgba(10,25,45,.05);background:#fff}.faq-item{border-bottom:1px solid var(--line)}.faq-item:last-child{border-bottom:none}.faq-q{width:100%;background:none;border:none;margin:0;padding:16px 14px 16px 15px;display:flex;justify-content:space-between;align-items:flex-start;gap:14px;font-size:17px;font-weight:800;color:var(--deep);text-align:left;cursor:pointer;line-height:1.32;border-radius:16px;transition:background .38s cubic-bezier(.22,1,.36,1),color .28s ease}.faq-q:hover{background:rgba(11,29,53,.032)}.faq-q:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:1px}.faq-q small{display:block;font-size:11px;color:var(--emerald-2);font-weight:800;text-transform:uppercase;letter-spacing:.11em;margin-bottom:5px}.faq-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg);flex:0 0 36px;margin-top:2px;transition:background .38s cubic-bezier(.22,1,.36,1),box-shadow .38s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1)}.faq-icon svg{width:16px;height:16px;stroke:var(--muted);fill:none;stroke-width:2;stroke-linecap:round;transition:stroke .38s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1),opacity .28s ease}.faq-item.open .faq-icon{background:var(--emerald);box-shadow:0 4px 16px rgba(16,185,129,.2)}.faq-item.open .faq-icon svg{stroke:#fff;transform:rotate(45deg) scale(1)}.faq-item:not(.open) .faq-icon svg{transform:rotate(0deg) scale(1)}.faq-a{display:grid;grid-template-rows:0fr;margin:0;padding:0;transition:grid-template-rows .44s cubic-bezier(.22,1,.36,1);color:var(--muted);font-size:14px;line-height:1.68}.faq-item.open .faq-a{grid-template-rows:1fr}.faq-a__inner{min-height:0;overflow:hidden;padding:0 16px 0 15px;margin:0;opacity:0;transform:translateY(-2px);transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1);transition-delay:0s,0s}.faq-item.open .faq-a__inner{padding:2px 50px 18px 15px;opacity:1;transform:translateY(0);transition-delay:.06s,.06s}@media (max-width:768px){.faq-item.open .faq-a__inner{padding-right:18px;padding-left:13px}}@media (prefers-reduced-motion:reduce){.faq-a,.faq-a__inner,.faq-icon,.faq-icon svg{transition-duration:.01ms!important;transition-delay:0s!important}.faq-a__inner{transform:none}}.faq-side{padding:22px 20px 20px;border-radius:20px!important;border:1px solid rgba(220,230,241,.95)!important;background:linear-gradient(165deg,#f8fafc,#fff 58%);box-shadow:0 10px 36px rgba(10,25,45,.05);position:sticky;top:20px;transition:box-shadow .45s cubic-bezier(.22,1,.36,1),border-color .35s ease}.faq-side:hover{box-shadow:0 12px 40px rgba(10,25,45,.06);border-color:rgba(214,224,236,.98)!important}.faq-side__kicker{margin:0 0 8px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--emerald-2)}.faq-side__title{margin:0;font-size:20px;font-weight:800;letter-spacing:-.038em;line-height:1.2;color:var(--deep)}.faq-side__lead{margin:12px 0 0;font-size:14px;line-height:1.64;color:var(--muted)}.faq-side__list{margin:16px 0 0;padding:0 0 0 16px;color:var(--muted);font-size:13px;line-height:1.62;list-style:disc}.faq-side__list li{margin-bottom:10px;padding-left:3px}.faq-side__list li strong{color:var(--deep);font-weight:700}.faq-side__foot{margin:16px 0 0;padding-top:14px;border-top:1px solid rgba(226,232,240,.95);font-size:12.85px;line-height:1.58;color:var(--muted);font-weight:500}section.faq+section.final{margin-top:-1px}.final{position:relative;padding:var(--ic-y-section,88px) 0 92px;background:radial-gradient(circle at 18% 78%,rgba(16,185,129,.12),transparent 20%),radial-gradient(circle at 82% 18%,hsla(41,58%,63%,.1),transparent 24%),linear-gradient(180deg,#071221,#0b1d35 52%,#0f2844);overflow:hidden}.final:before{content:"";position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.05) 1px,transparent 0);background-size:28px 28px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.94),rgba(0,0,0,.55) 88%,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.94),rgba(0,0,0,.55) 88%,transparent)}.final-inner{position:relative;z-index:1;text-align:center;max-width:720px;margin:0 auto}.final-inner .final-lead{display:block}.final h2{font-size:clamp(28px,4.2vw,42px);letter-spacing:-.042em;color:#fff;line-height:1.1;max-width:18ch;margin:0 auto;font-weight:800}.final-lead{max-width:520px;margin:18px auto 0;padding:0 8px;color:hsla(0,0%,100%,.74);font-size:17px;line-height:1.68;font-weight:500}.final-phone{display:inline-flex;align-items:center;justify-content:center;margin-top:28px;font-size:clamp(26px,3.6vw,34px);font-weight:800;letter-spacing:-.04em;color:#fff;text-decoration:none;padding-bottom:3px;border-bottom:1px solid hsla(0,0%,100%,.35);transition:border-color .36s cubic-bezier(.22,1,.36,1),color .32s ease}.final-phone:hover{color:hsla(0,0%,100%,.92);border-bottom-color:rgba(16,185,129,.55)}.final-phone:focus-visible{outline:2px solid rgba(16,185,129,.55);outline-offset:6px;border-radius:4px}.final-form{max-width:100%;width:100%;margin:32px auto 0;padding:12px;border-radius:22px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(12px);display:grid;grid-template-columns:1fr 1fr auto;gap:10px;box-shadow:0 16px 48px rgba(0,0,0,.16)}.final-form .input{background:hsla(0,0%,100%,.97);border-radius:14px;font-size:15px}.final-form .btn-primary{font-weight:800;letter-spacing:-.01em;padding-left:22px;padding-right:22px;box-shadow:0 8px 24px rgba(16,185,129,.22)}.final-form .final-form__name{grid-column:1;grid-row:1}.final-form .final-form__phone{grid-column:2;grid-row:1}.final-form .final-form__submit{grid-column:3;grid-row:1}.final-form__consent{grid-column:1/-1;grid-row:2;margin-top:6px;text-align:left;justify-self:stretch}.final-form .form-consent-check{margin-top:0}.final-form .form-consent-check span{color:rgba(241,245,249,.78);font-weight:500}.final-form .form-consent-check a{color:rgba(167,243,208,.9);font-weight:600;text-decoration-color:rgba(52,211,153,.32)}.final-form .form-consent-check a:hover{color:rgba(204,251,241,.95);text-decoration-color:rgba(110,231,183,.42)}.final-form .form-consent-check a:focus-visible{outline-color:rgba(52,211,153,.45)}.final-form .form-consent-check input[type=checkbox]{accent-color:#34d399;margin-top:.18em}.final-form .form-consent-check.form-consent--invalid{background:rgba(245,158,11,.07);outline-color:rgba(251,191,36,.38)}.final-proof{margin-top:24px;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;max-width:520px;margin-left:auto;margin-right:auto}.final-proof span{padding:8px 13px;border-radius:999px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.11);color:hsla(0,0%,100%,.9);font-size:12px;font-weight:600;letter-spacing:.01em;transition:border-color .32s ease,background .32s ease,box-shadow .4s cubic-bezier(.22,1,.36,1)}.final-proof span:hover{border-color:hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.09);box-shadow:0 4px 18px rgba(0,0,0,.12)}.ic-mockup-scroll-pad{display:none}.footer{background:linear-gradient(180deg,#0f2844,#0b1f35 14%,#061018 32%,#030910 52%,#08111d 78%,#0a1520);color:hsla(0,0%,100%,.62);padding:52px 0 34px;border-top:1px solid hsla(0,0%,100%,.05)}section.final+.footer{margin-top:0;border-top-color:hsla(0,0%,100%,.06)}.footer-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr;gap:34px 30px;align-items:start}.footer-col--brand{max-width:420px}.footer h4{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.68);margin:0 0 14px;font-weight:800}.footer-brand{font-size:23px;font-weight:800;color:#fff;letter-spacing:-.038em;line-height:1.15}.footer-brand small{display:block;font-size:12px;letter-spacing:.04em;text-transform:none;font-weight:600;color:hsla(0,0%,100%,.52);margin-top:8px;line-height:1.45;max-width:34ch}.footer-text{margin-top:18px;font-size:13px;line-height:1.72;color:hsla(0,0%,100%,.62)}.footer-text p{margin:0 0 10px}.footer-text p:last-child{margin-bottom:0}.footer-legal-lead,.footer-legal-provider{margin:0 0 12px;font-size:12px;line-height:1.68;color:hsla(0,0%,100%,.62)}.footer-legal-lead{margin-top:0!important}.footer-legal-note{margin:0 0 10px;font-size:11px;line-height:1.65;color:hsla(0,0%,100%,.52)}.footer-legal-note:last-child{margin-bottom:0}.footer ul{list-style:none;display:grid;gap:11px;margin:0;padding:0}.footer a{font-size:13px;color:hsla(0,0%,100%,.62);font-weight:600;text-decoration:none;border-bottom:1px solid transparent;transition:color .32s cubic-bezier(.22,1,.36,1),border-color .32s ease}.footer a:hover{color:#fff;border-bottom-color:rgba(16,185,129,.45)}.footer a[aria-current=page]{color:#fff;font-weight:700;border-bottom-color:rgba(16,185,129,.55)}.footer-brand-home{text-decoration:none;color:inherit;display:inline-block;max-width:100%;border-radius:10px;outline:none}.footer-brand-home:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:4px}.footer-medical-strip{margin-top:26px;padding:13px 17px;border-radius:15px;border:1px solid rgba(16,185,129,.22);background:linear-gradient(135deg,rgba(16,185,129,.08),hsla(0,0%,100%,.035) 50%,rgba(5,12,20,.2));box-shadow:inset 0 1px 0 0 hsla(0,0%,100%,.045);display:flex;align-items:flex-start;gap:12px;max-width:640px;margin-left:auto;margin-right:auto}@media (min-width:640px){.footer-medical-strip{align-items:center}}.footer-medical-strip__mark{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px;background:linear-gradient(145deg,#fbbf24,#d97706);box-shadow:0 0 0 3px rgba(245,158,11,.14)}@media (min-width:640px){.footer-medical-strip__mark{margin-top:0}}.footer-medical-strip__text{margin:0;font-size:13px;line-height:1.5;font-weight:500;color:hsla(0,0%,100%,.84);text-align:left}.footer-bottom{margin-top:18px;padding-top:18px;border-top:1px solid hsla(0,0%,100%,.09);display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.footer-disclaimer{margin:0;max-width:640px;font-size:12px;line-height:1.66;color:hsla(0,0%,100%,.5);font-weight:500}.mobile-bar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:80;padding:11px max(16px,env(safe-area-inset-left,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(16px,env(safe-area-inset-right,0px));border-radius:20px 20px 0 0;background:linear-gradient(180deg,rgba(10,24,42,.97),rgba(6,17,32,.992));backdrop-filter:blur(22px) saturate(1.12);-webkit-backdrop-filter:blur(22px) saturate(1.12);border:1px solid hsla(0,0%,100%,.09);border-bottom:none;box-shadow:0 -14px 44px rgba(0,0,0,.22),0 -6px 24px rgba(6,17,32,.38),inset 0 1px 0 hsla(0,0%,100%,.09),inset 0 0 0 1px rgba(0,0,0,.12);box-sizing:border-box;max-width:100%}.mobile-bar-inner{display:grid;grid-template-columns:minmax(0,1fr) 52px 52px;gap:10px;align-items:stretch;min-width:0;width:100%}.fab,.mobile-action{display:flex;align-items:center;justify-content:center;border-radius:17px;font-weight:800;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.mobile-bar-inner .mobile-action{min-height:54px;padding:0 17px 0 18px;font-size:15px;letter-spacing:-.022em;line-height:1.15;text-align:center;border-radius:17px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.mobile-bar-inner .mobile-action:active{transform:scale(.987);filter:brightness(.97)}.mobile-bar-inner .fab{min-width:52px;min-height:54px;border-radius:16px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 rgba(0,0,0,.1);transition:transform .18s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.mobile-bar-inner .fab:active{transform:scale(.96)}.ic-messenger-slot,.ic-msger-root{display:flex;align-items:stretch;justify-content:center;min-height:54px;width:100%;min-width:0}.ic-msger-root .fab{width:100%;min-height:54px}.ic-msger-trigger{color:#3ee08f}.ic-msger-trigger svg{flex-shrink:0}.mobile-action{background:linear-gradient(180deg,#14dca0,var(--emerald-2));color:#fff;box-shadow:0 10px 28px rgba(16,185,129,.33),inset 0 1px 0 hsla(0,0%,100%,.15)}.fab{background:linear-gradient(180deg,hsla(0,0%,100%,.11),hsla(0,0%,100%,.055));border:1px solid hsla(0,0%,100%,.11)}.fab--wa{background:linear-gradient(180deg,rgba(48,224,128,.18),rgba(37,211,102,.085));border-color:rgba(52,224,130,.24)}.fab--wa svg{fill:none}.fab svg{width:22px;height:22px}.mobile-bar-inner .fab:not(.fab--wa) path{stroke:hsla(0,0%,100%,.9);stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.float-wa{position:fixed;right:max(18px,env(safe-area-inset-right,0px));bottom:calc(100px + env(safe-area-inset-bottom,0px));z-index:65;width:58px;height:58px;border-radius:50%;display:none;align-items:center;justify-content:center;background:#25d366;box-shadow:0 18px 38px rgba(37,211,102,.36);box-sizing:border-box}.float-wa svg{width:28px;height:28px;fill:#fff}.overlay{position:fixed;inset:0;background:rgba(6,17,32,.64);backdrop-filter:blur(7px);display:none;align-items:center;justify-content:center;padding:max(18px,env(safe-area-inset-top,0px)) max(18px,env(safe-area-inset-right,0px)) max(18px,env(safe-area-inset-bottom,0px)) max(18px,env(safe-area-inset-left,0px));z-index:120;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch}.overlay.open{display:flex}.modal{width:min(100%,480px);max-height:min(88dvh,calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 36px));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:28px;border-radius:30px;background:#fff;box-shadow:var(--shadow-lg);position:relative;box-sizing:border-box}.close{position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg);cursor:pointer;font-size:18px;font-weight:800;color:var(--muted)}.modal h3{font-size:clamp(22px,5vw,28px);letter-spacing:-.038em;line-height:1.12;text-wrap:balance}.modal-lead{margin-top:14px;color:var(--muted);font-size:15px;line-height:1.65;max-width:42em;text-wrap:balance}.modal p:not(.modal-lead):not(.modal-success-text){margin-top:12px;color:var(--muted);font-size:15px;line-height:1.75}.modal-grid{display:grid;gap:12px;margin-top:20px}.form-consent-check--modal{margin-top:2px;padding-top:4px;padding-bottom:2px;align-items:flex-start}.form-consent-check--modal span{font-size:12.5px;line-height:1.55}.modal .btn-primary.modal-submit{margin-top:4px;min-height:50px;font-weight:800}.modal-success .modal-success-text{margin-top:10px;color:var(--muted);font-size:15px;line-height:1.65;max-width:32em;margin-left:auto;margin-right:auto;text-wrap:balance}.small-note{margin-top:10px;font-size:12px;color:var(--muted-2);line-height:1.65}.modal-success{display:none;text-align:center;padding:18px 10px 8px}.modal-success.show{display:block}.modal-success .check{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;background:var(--emerald-soft);color:var(--emerald);font-size:30px;font-weight:800}.cookie{position:fixed;left:max(18px,env(safe-area-inset-left,0px));bottom:max(18px,env(safe-area-inset-bottom,0px));z-index:90;width:min(460px,calc(100% - 36px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px)));padding:18px 18px 16px;border-radius:22px;background:rgba(7,20,35,.92);color:hsla(0,0%,100%,.76);border:1px solid hsla(0,0%,100%,.08);box-shadow:var(--shadow-lg);display:none;box-sizing:border-box}.cookie.show{display:block}.cookie p{font-size:13px;line-height:1.7}.cookie a{color:#fff;text-decoration:underline;text-underline-offset:3px}.cookie-actions{display:flex;gap:8px;margin-top:12px}.cookie .btn{padding:12px 14px;border-radius:14px;font-size:13px}.exit-pop{position:fixed;inset:0;background:rgba(6,17,32,.72);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:max(18px,env(safe-area-inset-top,0px)) max(18px,env(safe-area-inset-right,0px)) max(18px,env(safe-area-inset-bottom,0px)) max(18px,env(safe-area-inset-left,0px));z-index:130;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch}.exit-pop.open{display:flex}.exit-card{width:min(100%,560px);max-height:min(90dvh,calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 32px));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:32px 34px 30px;border-radius:32px;background:#fff;box-shadow:var(--shadow-lg);position:relative;background:radial-gradient(circle at top right,hsla(41,58%,63%,.14),transparent 20%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(226,232,241,.95);box-sizing:border-box}.exit-card h3{font-size:clamp(26px,4.2vw,34px);line-height:1.08;letter-spacing:-.045em;color:var(--deep)}.exit-card .exit-lead{margin-top:14px;color:var(--muted);font-size:15px;line-height:1.65;max-width:46em}.exit-card .close{border:1px solid rgba(226,232,240,.95);font-size:17px;font-weight:600;line-height:1;transition:background .2s ease,color .2s ease,border-color .2s ease}.exit-card .close:hover{background:#fff;color:var(--deep);border-color:rgba(16,185,129,.28)}.exit-card .close:focus-visible{outline:2px solid var(--emerald);outline-offset:2px}.exit-benefits{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;align-items:stretch}.exit-benefits div{display:flex;align-items:center;min-height:3.25rem;padding:10px 14px;border-radius:16px;background:rgba(248,250,252,.9);border:1px solid var(--line);font-size:13px;font-weight:600;letter-spacing:-.015em;line-height:1.35;color:var(--text)}.exit-form{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:24px;align-items:stretch}.exit-form .exit-form__phone{grid-column:1;grid-row:1}.exit-form .exit-form__submit{grid-column:2;grid-row:1}.exit-form__consent{grid-column:1/-1;grid-row:2;margin-top:6px;text-align:left}.exit-card .exit-input:focus{border-color:rgba(16,185,129,.45);box-shadow:0 0 0 3px rgba(16,185,129,.1)}.exit-card .exit-submit{font-weight:700;padding:14px 22px;border-radius:14px}.exit-footnote{margin-top:16px;font-size:12px;color:var(--muted-2);line-height:1.55;max-width:42em}@media (max-width:1180px){.faq-wrap,.hero-grid,.proof-grid,.route-grid{grid-template-columns:1fr}.faq-side{position:static}.hero-title{font-size:50px}.review-grid{grid-template-columns:1fr 1fr}}@media (max-width:1024px){.header-nav{display:none}.header-inner{grid-template-columns:auto minmax(0,1fr);-moz-column-gap:clamp(12px,3vw,18px);column-gap:clamp(12px,3vw,18px)}.header-inner>.brand{grid-column:1;justify-self:start}.header-inner>.header-actions{grid-column:2;justify-self:end;min-width:0}.header-phone-note{display:none}.hero-title{font-size:44px}.price-grid,.team-grid{grid-template-columns:1fr 1fr}.intent-grid:not(.intent-grid--services){grid-template-columns:1fr;gap:0;max-width:min(560px,100%);margin-left:auto;margin-right:auto;padding-bottom:12px}.intent-grid:not(.intent-grid--services) .intent-card{position:relative}.intent-grid:not(.intent-grid--services) .intent-card:first-child{z-index:1;margin-top:0}.intent-grid:not(.intent-grid--services) .intent-card:nth-child(2){z-index:2;margin-top:-44px}.intent-grid:not(.intent-grid--services) .intent-card:nth-child(3){z-index:3;margin-top:-44px}.proof-list,.route-side-grid{grid-template-columns:1fr 1fr}.final-form,.form-grid,.form-inline-proof{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.final-form .final-form__name{grid-column:1;grid-row:1}.final-form .final-form__phone{grid-column:2;grid-row:1}.final-form .final-form__submit{grid-column:1/-1;grid-row:2}.final-form .final-form__consent{grid-column:1/-1;grid-row:3}}@media (max-width:1024px) and (min-width:769px){.header-phone{font-size:clamp(15px,2.4vw,18px);letter-spacing:-.028em}.header-actions .btn{padding:0 12px;font-size:12px}.header-actions__row--main{gap:8px}.brand-name{font-size:clamp(17px,2.5vw,20px)}}@media (max-width:768px){.c{width:min(1240px,calc(100% - 28px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px)))}.topbar{display:none}.header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;-moz-column-gap:10px;column-gap:10px;row-gap:0;align-items:center;justify-content:stretch;height:auto;min-height:0;max-height:none;padding:11px 0 8px}.header-inner>.brand{grid-column:1;grid-row:1;justify-self:start;align-self:center;min-width:0;max-width:100%;gap:10px}.header-inner>.header-actions{display:contents}.header-actions__row--main{grid-column:2;grid-row:1;align-self:center;justify-self:end;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;width:auto;max-width:none;min-width:0;gap:0}.header-phone--desktop-only{display:none!important}.header-actions__row--meta .header-phone--mobile-stack{display:inline-flex!important;align-items:center;justify-content:flex-end;box-sizing:border-box;width:auto;max-width:100%;min-height:40px;margin:0;padding:6px 2px 6px 12px;border-radius:8px;border:none;background:transparent;box-shadow:none;font-size:clamp(14.5px,3.9vw,16.5px);font-weight:800;letter-spacing:-.034em;line-height:1.08;color:var(--deep);white-space:nowrap;text-decoration:none;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:color .18s ease,opacity .18s ease}.header-actions__row--meta .header-phone--mobile-stack:hover{color:var(--emerald-2);border-color:transparent;box-shadow:none}.header-actions__row--meta .header-phone--mobile-stack:focus-visible{outline:2px solid rgba(16,185,129,.45);outline-offset:2px}.header-actions__row--meta{grid-column:1/-1;grid-row:2;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:8px;width:100%;min-width:0;padding-top:6px;margin-top:5px;border-top:1px solid rgba(226,232,240,.72)}.header-actions__row--meta .city-switcher{display:flex;align-items:stretch;justify-content:flex-start;position:relative;z-index:210;flex:1 1 auto;min-width:0;width:auto;max-width:100%}.header-actions__row--meta .city-switcher__panel{left:0;right:auto;width:min(100vw - 28px,340px);min-width:0;max-width:min(100vw - 28px,340px);max-height:min(440px,62vh);padding:16px 12px 14px;border-radius:18px;top:calc(100% + 10px);box-sizing:border-box;transform-origin:top left}.header-actions__row--meta .city-switcher__title{padding-bottom:14px;font-size:10px;letter-spacing:.12em}.header-actions__row--meta .city-switcher__item{min-height:48px;padding:13px 14px;margin:0 3px;font-size:14.5px;border-radius:13px}.header-actions__row--meta .city-switcher__check{width:14px;height:14px}.header-actions__row--meta .city-switcher__check--mark .city-switcher__check-svg{width:11px;height:11px}.header-actions__row--meta .city-switcher__item{gap:8px}.header-actions__row--meta .city-switcher__item--current{box-shadow:inset 2px 0 0 0 rgba(16,185,129,.34)}.header-actions__row--meta .city-chip,.header-actions__row--meta .city-chip.city-chip--trigger{box-sizing:border-box;flex:1 1 auto;min-width:0;width:auto;max-width:100%;min-height:36px;height:auto;padding:7px 11px;font-size:12px;font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--deep-2);border-radius:10px;border-color:rgba(220,230,241,.88);background:hsla(0,0%,100%,.96);box-shadow:0 1px 2px rgba(9,20,35,.04);gap:7px;justify-content:flex-start;text-align:left}.header-actions__row--meta .city-chip .city-chip__label,.header-actions__row--meta .city-chip.city-chip--trigger .city-chip__label{text-align:left}.header-actions__row--meta .city-chip svg,.header-actions__row--meta .city-chip.city-chip--trigger svg{width:15px;height:15px;flex-shrink:0}.header-actions__row--meta .city-chip.city-chip--trigger .city-chip__chevron{width:14px;height:14px;margin-left:4px;stroke-width:2.35}.header-actions__row--meta .city-chip.city-chip--trigger:hover,.header-actions__row--meta .city-chip:hover{border-color:rgba(16,185,129,.26);box-shadow:0 2px 8px rgba(10,25,45,.07)}.header-actions__row--main .header-callback-btn{width:auto;justify-content:center;min-height:38px;padding:0 12px;font-size:12px;font-weight:700;letter-spacing:-.015em;border-radius:10px;flex-shrink:0}.header-inner>.brand .brand-mark{width:40px;height:40px;border-radius:13px}.header-inner>.brand .brand-mark svg{width:23px;height:23px}.header-inner>.brand .brand-name{font-size:clamp(17px,4.6vw,19px);gap:2px}.header-inner>.brand .brand-tagline{font-size:8.5px;letter-spacing:.14em}.hero{padding:26px 0 28px}.hero-grid{gap:18px}.hero-content{padding:2px 0 4px}.hero-title{font-size:clamp(26px,8.2vw,34px);letter-spacing:-.047em;line-height:1.07}.hero-sub{font-size:15px;line-height:1.65;margin-top:11px;margin-bottom:5px;color:hsla(0,0%,100%,.74)}.hero-badges,.hero-service-pills--v3{margin-bottom:10px;gap:8px}.hero-service-pills--v3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:13px}.hero-service-pills--v3 a{justify-content:center;text-align:center;min-height:37px;width:100%}.hero-rehab-link{margin-bottom:15px;font-size:11.5px;opacity:.92}.hero-rehab-link a{color:hsla(0,0%,100%,.44)}.hero-cta-stack{margin-top:22px}.hero-cta-stack.hero-cta-panel{padding:16px 15px 15px;border-radius:16px;border-color:hsla(0,0%,100%,.11)}.hero-cta-mid{margin-top:11px;padding-top:13px;border-top-color:hsla(0,0%,100%,.105)}.hero-cta-panel .hero-cta-stacionar{min-height:42px;font-weight:800}.exit-benefits,.exit-form,.faq-wrap,.final-form,.footer-grid,.form-grid,.form-inline-proof,.hero-proof,.price-grid,.proof-list,.review-grid,.route-side-grid,.team-grid{grid-template-columns:1fr}.exit-form .exit-form__phone{grid-column:1/-1;grid-row:1}.exit-form .exit-form__consent{grid-column:1/-1;grid-row:2}.exit-form .exit-form__submit{grid-column:1/-1;grid-row:3}.final-form .final-form__name{grid-column:1/-1;grid-row:1}.final-form .final-form__phone{grid-column:1/-1;grid-row:2}.final-form .final-form__consent{grid-column:1/-1;grid-row:3}.final-form .final-form__submit{grid-column:1/-1;grid-row:4}.hero-proof{gap:10px;margin-top:24px}.hero-proof-item{padding:16px 14px}.hero-proof-item strong{font-size:15px;line-height:1.24}.intent-grid:not(.intent-grid--services){grid-template-columns:1fr}.intent-grid:not(.intent-grid--services) .intent-card:nth-child(2),.intent-grid:not(.intent-grid--services) .intent-card:nth-child(3){margin-top:-40px}.intent-grid--services{grid-template-columns:1fr!important;gap:9px!important;max-width:100%!important;margin:0!important;padding:0!important}.intent-grid--services .intent-card--link{margin-top:0!important;padding:16px 15px 14px!important;border-radius:20px}.intent-grid--services .intent-card--link .icon{width:46px;height:46px;border-radius:14px}.intent-grid--services .intent-card--link .icon svg{width:22px;height:22px}.intent-grid--services .intent-card h3{margin-top:9px;font-size:18.5px;line-height:1.13}.intent-grid--services .intent-card p{margin-top:6px;font-size:13.5px;line-height:1.57}.intent-grid--services .intent-card .price b{font-size:22px}.intent-grid--services .intent-card--link .bottom{flex-direction:column;align-items:stretch;align-content:stretch;padding-top:8px;gap:8px}.intent-grid--services .intent-card--link .bottom .price{width:100%;min-width:0}.intent-grid--services .intent-card--link .bottom .intent-cta{align-self:flex-end;width:100%;max-width:100%;line-height:1.28;text-align:right}.intent--services{padding:48px 0 28px}.intent--services .section-title{margin-bottom:24px!important}.intent--services .section-title span{font-size:11px;padding:7px 14px;letter-spacing:.09em}.intent--services .section-title p{margin-top:8px;font-size:14.75px;line-height:1.6}.intent-card--stacionar{padding:16px 15px 14px!important;border-radius:20px!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.96),0 15px 38px rgba(11,29,53,.11),0 0 0 1px rgba(16,185,129,.08)!important}.intent-card--stacionar h3{font-size:19px;letter-spacing:-.03em}.intent-badge{margin-bottom:3px}.intent-card--rehab{margin-top:8px!important;padding:15px 15px 13px!important;border-radius:20px!important}.intent-card--rehab h3{font-size:16.5px;font-weight:600}.intent-cta{font-size:12.5px}.interrupt-cta{grid-template-columns:1fr}.section-title h2{font-size:32px}.section-title--route-steps h2{font-size:clamp(24px,6.4vw,30px);line-height:1.13;letter-spacing:-.034em}.faq-side h3,.final h2,.map-card h3,.proof-top h3{font-size:28px}.final-phone{font-size:30px}.final-lead{font-size:16px}.trust-strip{margin-top:0;padding-top:18px}.faq,.pricing,.proof,.reviews,.route{padding-bottom:76px}.route.route--steps{padding-top:38px;padding-bottom:42px}.pricing.pricing--outpatient{padding:54px 0 56px}.pricing--outpatient .section-title--pricing{margin-bottom:24px}.pricing--outpatient .section-title--pricing h2{font-size:clamp(22px,6vw,30px);line-height:1.11;letter-spacing:-.034em}.pricing--outpatient .section-title--pricing p{margin-top:9px;font-size:14.25px;line-height:1.55}.pricing--outpatient .price-grid--v3{grid-template-columns:1fr;gap:10px;width:100%;max-width:100%}.pricing--outpatient .price-card--tier{padding:19px 16px 17px;border-radius:18px}.pricing--outpatient .price-card .label{margin-bottom:8px;padding:4px 11px}.pricing--outpatient .price-card h3{font-size:18.5px;line-height:1.14}.pricing--outpatient .price-card .desc{margin-top:7px;font-size:13.35px;line-height:1.52}.pricing--outpatient .price-card .amount{margin-top:12px;font-size:clamp(30px,9vw,34px);letter-spacing:-.045em;gap:0 4px}.pricing--outpatient .price-card .amount small{font-size:13.25px;margin-left:0}.pricing--outpatient .price-card ul{gap:7px;margin-top:12px}.pricing--outpatient .price-grid--v3>.price-card--tier:last-child ul{gap:6px}.pricing--outpatient .price-card li{font-size:13.1px;line-height:1.45;gap:8px}.pricing--outpatient .price-card li:before{margin-top:1px;flex:0 0 18px;width:18px;height:18px;background-size:11px}.pricing--outpatient .price-card .cta,.pricing--outpatient .price-grid--v3>.price-card--tier:last-child .cta{padding-top:13px}.pricing--outpatient .price-card--featured{transform:none}.pricing--outpatient .pricing-bridge{margin:16px auto 0;font-size:13.35px;line-height:1.52;padding:0 2px}.pricing--outpatient .interrupt-cta{margin-top:15px;padding:16px 15px 17px;border-radius:20px;gap:12px;grid-template-columns:1fr;align-items:stretch}.pricing--outpatient .interrupt-cta h3{font-size:clamp(18px,5vw,21px);line-height:1.1}.pricing--outpatient .interrupt-cta p{margin-top:6px;font-size:13.45px;line-height:1.48}.pricing--outpatient .interrupt-cta .right{flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:9px;width:100%;min-width:0}.pricing--outpatient .interrupt-cta .phone{width:100%;min-height:48px;justify-content:center;text-align:center;padding:12px 16px;font-size:clamp(16px,4.4vw,18px)}.pricing--outpatient .interrupt-cta .btn{width:100%;justify-content:center;min-height:46px;padding:14px 18px;white-space:normal}.mobile-bar{display:flex}.float-wa{display:none!important}.ic-mockup-root{padding-bottom:0}.ic-mockup-scroll-pad{display:block;width:100%;height:calc(65px + max(12px, env(safe-area-inset-bottom, 0px)));flex-shrink:0;margin:0;padding:0;border:0;background:linear-gradient(180deg,rgba(10,24,42,.2),transparent 40%),linear-gradient(180deg,#0a1520,#050b12 48%,#020508);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.035);pointer-events:none}.final{padding:72px 0 64px}.final-lead{margin-top:14px;font-size:15.5px;line-height:1.62}.final-phone{margin-top:22px}.final-form{margin-top:26px;padding:11px;border-radius:20px}.final-proof{margin-top:20px;gap:7px}.final-proof span{padding:7px 12px;font-size:11.75px}.footer{padding:40px 0 max(28px,calc(14px + env(safe-area-inset-bottom,0px)))}.footer-grid{gap:26px 20px}.footer-brand{font-size:21px;letter-spacing:-.036em}.footer-brand small{margin-top:6px;font-size:11.5px;line-height:1.42}.footer-text{margin-top:14px;font-size:12.75px;line-height:1.66}.footer h4{margin-bottom:12px;font-size:11.5px;letter-spacing:.095em}.footer ul{gap:9px}.footer a{font-size:12.75px}.footer-medical-strip{margin-top:22px;padding:12px 14px;border-radius:14px;gap:10px}.footer-medical-strip__text{font-size:12.75px;line-height:1.48}.footer-bottom{margin-top:16px;padding-top:16px;gap:12px}.footer-disclaimer{font-size:11.75px;line-height:1.64}.form-card{padding:20px 17px 19px;border-radius:22px}.form-topline{margin-bottom:13px}.form-title{font-size:clamp(20px,5.2vw,24px)}.form-sub{margin-top:5px;font-size:13.25px;line-height:1.56}.form-grid{margin-top:13px;gap:10px}.form-actions{margin-top:9px;gap:11px}.form-inline-proof--compact{margin-top:11px}.form-hero-assurance{padding:10px 13px!important;font-size:12px!important;line-height:1.5!important}.form-contact-row{flex-direction:column;gap:8px;margin-top:13px;padding-top:14px;border-top-color:rgba(226,232,240,.92)}.messenger{min-height:43px;padding:10px 12px;border-radius:14px;font-size:12.5px;font-weight:700}}@media (max-width:520px){.hero-badges .hero-badge:nth-child(3){display:none}.trust-strip{padding:10px 0 20px;margin-top:0}.trust-strip__head{margin-bottom:8px}.trust-strip__eyebrow{font-size:10.25px;letter-spacing:.135em;color:rgba(100,116,139,.9)}.trust-strip__grid{display:flex;flex-direction:column;gap:0;border-radius:16px;background:linear-gradient(180deg,#fff,#f9fbfc 52%,#fbfdfe);border:1px solid rgba(218,228,236,.88);box-shadow:0 6px 22px rgba(11,29,53,.038),inset 0 1px 0 hsla(0,0%,100%,.94),inset 0 0 0 1px rgba(16,185,129,.028);overflow:hidden}.trust-metric{display:grid;grid-template-columns:minmax(3.75rem,auto) minmax(0,1fr);grid-template-rows:auto auto;-moz-column-gap:12px;column-gap:12px;row-gap:1px;padding:9px 13px 10px;text-align:left;align-items:start;background:transparent}.trust-metric:not(:last-child){border-bottom:1px solid rgba(226,234,242,.88)}.trust-metric__value{grid-column:1;grid-row:1/span 2;align-self:center;margin:0;font-size:clamp(25px,6.8vw,30px);letter-spacing:-.042em;line-height:1;text-align:right;padding-right:2px}.trust-metric__value--compact{font-size:clamp(21px,5.8vw,26px);letter-spacing:-.035em}.trust-metric__unit{grid-column:2;grid-row:1;margin-top:0;padding-top:1px;text-align:left;font-size:10px;font-weight:800;letter-spacing:.075em;text-transform:uppercase;color:rgba(90,108,130,.92);line-height:1.2}.trust-metric__label{grid-column:2;grid-row:2;margin:0;padding-bottom:1px;text-align:left;max-width:none;font-size:12.1px;line-height:1.38;font-weight:500;color:rgba(71,85,105,.9)}}@media (max-width:640px){.faq{padding-top:0;padding-bottom:58px}}@media (max-width:480px){.brand-name .brand-tagline{display:none}.brand-mark{width:40px;height:40px}.brand-mark svg{width:22px;height:22px}.brand{gap:10px}}@media (max-width:360px){.hero-title{font-size:clamp(24px,8vw,30px);letter-spacing:-.045em}.hero-title-geo{font-size:clamp(22px,7.5vw,28px)}.brand-name{font-size:18px}}