:root{--bg: #F7F8FF;--bg-alt: #ECEEF8;--surface: #FFFFFF;--text: #12152E;--text-muted: #555E8A;--primary: #6366F1;--primary-hover: #4F46E5;--primary-active: #4338CA;--primary-deep: #1E1B4B;--primary-soft: #EDEEFF;--accent: #8487F8;--border: #D5D8EC;--success: #10B981;--danger: #F43F5E;--primary-rgb: 99, 102, 241;--accent-rgb: 132, 135, 248;--container: 1200px;--radius: 14px;--radius-lg: 20px;--font-display: "Outfit", "Outfit Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sans: "Outfit", "Outfit Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: var(--font-display);--ease: cubic-bezier(.22, .61, .36, 1);--shadow-sm: 0 2px 8px rgba(var(--primary-rgb), .1), 0 1px 3px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(var(--primary-rgb), .14), 0 2px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 8px 32px rgba(var(--primary-rgb), .18), 0 4px 12px rgba(0, 0, 0, .06)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.625;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;color:var(--text);margin:0;letter-spacing:-.02em}h1{font-size:34px;line-height:1.12}h2{font-size:26px;line-height:1.23}h3{font-size:20px;line-height:1.3}p{margin:0}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 16px}section{padding:56px 0}.eyebrow{display:inline-block;font-size:13px;line-height:18px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:16px}.section-title{font-size:26px;line-height:32px;margin-bottom:12px}.section-lead{font-size:16px;line-height:26px;color:var(--text-muted);max-width:62ch}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:var(--radius);border:1px solid transparent;background:var(--primary);color:#fff;font-family:var(--font-sans);font-size:16px;font-weight:600;letter-spacing:.01em;line-height:1;text-decoration:none;cursor:pointer;box-shadow:var(--shadow-md);transition:background-color .18s var(--ease),box-shadow .18s var(--ease),transform .18s var(--ease);-webkit-appearance:none;appearance:none}.btn:hover{box-shadow:var(--shadow-lg)}.btn:hover{background:var(--primary-hover)}.btn:active{background:var(--primary-active)}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(var(--primary-rgb),.28)}.btn--full{width:100%}.btn--ghost{background:transparent;border-color:var(--primary);color:var(--primary)}.btn--ghost:hover{background:rgba(var(--primary-rgb),.08)}.divider-rule{width:32px;height:1px;background:var(--accent);margin-bottom:20px;opacity:.7}.band-alt{background:var(--bg-alt)}@media(min-width:768px){.container{padding:0 32px}}@media(min-width:1024px){body{font-size:17px;line-height:28px}.container{padding:0 40px}section{padding:88px 0}h1{font-size:56px;line-height:60px}h2{font-size:38px;line-height:44px}h3{font-size:24px;line-height:30px}.eyebrow{font-size:13px;line-height:20px;margin-bottom:20px}.section-title{font-size:38px;line-height:44px}.section-lead{font-size:18px;line-height:30px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.form[data-astro-cid-ct3od25w]{display:flex;flex-direction:column;gap:18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-md)}.form__honeypot[data-astro-cid-ct3od25w]{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.form--final[data-astro-cid-ct3od25w]{background:var(--surface)}.form__field[data-astro-cid-ct3od25w]{display:flex;flex-direction:column;gap:6px}.form__label[data-astro-cid-ct3od25w]{font-size:13px;line-height:18px;font-weight:600;color:var(--text);letter-spacing:.01em}.form__input[data-astro-cid-ct3od25w]{width:100%;min-height:52px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.4;transition:border-color .18s var(--ease),box-shadow .18s var(--ease),background-color .18s var(--ease);-webkit-appearance:none;appearance:none}.form__input[data-astro-cid-ct3od25w]::placeholder{color:#8a93b8}.form__input[data-astro-cid-ct3od25w]:hover{border-color:#b7bcdd}.form__input[data-astro-cid-ct3od25w]:focus,.form__input[data-astro-cid-ct3od25w]:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.18);background:#fff}.form__input[data-astro-cid-ct3od25w][aria-invalid=true]{border-color:var(--danger);box-shadow:0 0 0 3px #f43f5e26}.form__error[data-astro-cid-ct3od25w]{font-size:13px;line-height:18px;color:var(--danger);min-height:0}.form__error[data-astro-cid-ct3od25w]:empty{display:none}.form__submit[data-astro-cid-ct3od25w]{margin-top:4px;min-height:58px;line-height:1.2;padding:14px 18px}.form__microcopy[data-astro-cid-ct3od25w]{margin-top:-4px;font-size:12px;line-height:16px;color:var(--text-muted);text-align:center}.form__microcopy[data-astro-cid-ct3od25w] a[data-astro-cid-ct3od25w]{color:var(--text-muted);text-decoration:underline}.form__microcopy[data-astro-cid-ct3od25w] a[data-astro-cid-ct3od25w]:hover{color:var(--primary)}.form__success[data-astro-cid-ct3od25w][hidden]{display:none!important}.form__success[data-astro-cid-ct3od25w]{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:var(--radius);border:1px solid rgba(16,185,129,.3);background:#10b98114;color:var(--text)}.form__success[data-astro-cid-ct3od25w] strong[data-astro-cid-ct3od25w]{display:block;color:var(--success);margin-bottom:2px}.form__success[data-astro-cid-ct3od25w] span[data-astro-cid-ct3od25w]{font-size:14px;color:var(--text-muted);line-height:20px}.form__success-mark[data-astro-cid-ct3od25w]{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--success);color:#fff;display:flex;align-items:center;justify-content:center}@media(min-width:1024px){.form[data-astro-cid-ct3od25w]{padding:28px;gap:20px}.form__input[data-astro-cid-ct3od25w]{min-height:56px;font-size:16px}.form__label[data-astro-cid-ct3od25w]{font-size:14px}.form__submit[data-astro-cid-ct3od25w]{min-height:60px}}.hero[data-astro-cid-bbe6dxrz]{padding-top:11px;padding-bottom:6px;background:var(--bg);position:relative;overflow:hidden}.hero__bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background-color:#0f172a;background-image:url(/images/hero-dark-bg.png);background-size:cover;background-position:center;pointer-events:none;z-index:0}.hero__grid[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:28px}.hero__copy[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column}.hero__copy[data-astro-cid-bbe6dxrz] .eyebrow[data-astro-cid-bbe6dxrz]{color:#fffc}.hero__headline[data-astro-cid-bbe6dxrz]{font-size:24px;line-height:30px;font-weight:700;color:#fff;letter-spacing:-.02em;margin:0 auto 16px;max-width:20ch;text-align:center}.hero__headline-accent[data-astro-cid-bbe6dxrz]{color:#25d366}.hero__sub[data-astro-cid-bbe6dxrz]{font-size:15px;line-height:20px;color:#ffffffd9;margin:0 auto 22px;max-width:62ch;text-align:center}.hero__video-wrapper[data-astro-cid-bbe6dxrz]{width:100%;max-width:100%;margin-bottom:24px;border-radius:4px;overflow:hidden;box-shadow:0 8px 32px #00000080;aspect-ratio:16 / 9;background:#000}.hero__video-embed[data-astro-cid-bbe6dxrz]{display:block;width:100%;height:100%;border:0}.hero__form-shell[data-astro-cid-bbe6dxrz]{padding:22px;border-radius:26px;background:linear-gradient(180deg,#fffffff5,#f3f5fff5);border:1px solid rgba(var(--primary-rgb),.12);box-shadow:0 28px 56px #0f172a17}.hero__form-head[data-astro-cid-bbe6dxrz]{margin-bottom:20px}.hero__form-title[data-astro-cid-bbe6dxrz]{font-size:22px;line-height:28px;margin-bottom:10px}@media(min-width:1024px){.hero[data-astro-cid-bbe6dxrz]{padding-top:19px;padding-bottom:9px}.hero__grid[data-astro-cid-bbe6dxrz]{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:56px;align-items:start}.hero__headline[data-astro-cid-bbe6dxrz]{font-size:40px;line-height:45px;margin:0 0 24px;text-align:left}.hero__sub[data-astro-cid-bbe6dxrz]{font-size:16px;line-height:26px;margin:0 0 24px;text-align:left}.hero__form-col[data-astro-cid-bbe6dxrz]{position:sticky;top:24px}.hero__form-shell[data-astro-cid-bbe6dxrz]{padding:28px}.hero__form-title[data-astro-cid-bbe6dxrz]{font-size:28px;line-height:34px}}.results[data-astro-cid-pvyyuo2j]{background:#f8fafc;position:relative;overflow:hidden;padding:32px 0}.results__bg[data-astro-cid-pvyyuo2j]{position:absolute;top:0;left:0;bottom:0;width:55%;background-image:url(/images/results-left-bg.png);background-size:cover;background-position:center right;background-repeat:no-repeat;opacity:.1;-webkit-mask-image:linear-gradient(to right,black 20%,transparent 100%);mask-image:linear-gradient(to right,black 20%,transparent 100%);pointer-events:none;z-index:0}.results__inner[data-astro-cid-pvyyuo2j]{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.results__head[data-astro-cid-pvyyuo2j]{text-align:center;margin-bottom:40px}.results__title[data-astro-cid-pvyyuo2j]{font-family:var(--font-display);font-weight:800;font-size:28px;line-height:1.2;color:var(--text);letter-spacing:-.02em;margin:0 0 12px}.results__subtitle[data-astro-cid-pvyyuo2j]{font-size:16px;line-height:1.6;color:var(--text-muted);max-width:48ch;margin:0 auto}.results__card[data-astro-cid-pvyyuo2j]{position:relative;width:100%;max-width:1200px;border-radius:24px;background:#fffffff2;border:1px solid rgba(18,21,46,.06);box-shadow:0 16px 48px #0f172a0f;overflow:hidden}.results__card-bar[data-astro-cid-pvyyuo2j]{height:4px;background:linear-gradient(90deg,#25D366 0%,var(--primary) 50%,#8487F8 100%)}.results__grid[data-astro-cid-pvyyuo2j]{display:grid;grid-template-columns:1fr;padding:32px 24px}.results__item[data-astro-cid-pvyyuo2j]{padding:24px 0;text-align:center}.results__item[data-astro-cid-pvyyuo2j]:first-child{padding-top:0}.results__item[data-astro-cid-pvyyuo2j]:last-child{padding-bottom:0}.results__item--bordered[data-astro-cid-pvyyuo2j]{border-bottom:1px solid rgba(18,21,46,.08)}.results__num[data-astro-cid-pvyyuo2j]{font-family:var(--font-display);font-weight:800;font-size:42px;line-height:1;color:var(--primary);letter-spacing:-.03em;margin-bottom:8px}.results__item-title[data-astro-cid-pvyyuo2j]{font-family:var(--font-display);font-weight:700;font-size:16px;line-height:1.3;color:var(--text);margin:0 0 8px}.results__item-text[data-astro-cid-pvyyuo2j]{font-size:14px;line-height:1.55;color:var(--text-muted);margin:0}.results__disclaimer[data-astro-cid-pvyyuo2j]{margin-top:20px;font-size:12px;line-height:1.5;color:var(--text-muted);opacity:.65;text-align:center;max-width:700px}@media(min-width:768px){.results[data-astro-cid-pvyyuo2j]{padding:40px 0}.results__head[data-astro-cid-pvyyuo2j]{margin-bottom:48px}.results__title[data-astro-cid-pvyyuo2j]{font-size:36px}.results__subtitle[data-astro-cid-pvyyuo2j]{font-size:17px}.results__grid[data-astro-cid-pvyyuo2j]{grid-template-columns:repeat(3,1fr);padding:0}.results__item[data-astro-cid-pvyyuo2j]{padding:36px 28px;text-align:left}.results__item[data-astro-cid-pvyyuo2j]:first-child{padding-top:36px}.results__item[data-astro-cid-pvyyuo2j]:last-child{padding-bottom:36px}.results__item--bordered[data-astro-cid-pvyyuo2j]{border-bottom:none;border-right:1px solid rgba(18,21,46,.08)}}@media(min-width:1024px){.results[data-astro-cid-pvyyuo2j]{padding:48px 0}.results__title[data-astro-cid-pvyyuo2j]{font-size:42px}.results__subtitle[data-astro-cid-pvyyuo2j]{font-size:18px}.results__grid[data-astro-cid-pvyyuo2j]{grid-template-columns:repeat(3,1fr)}.results__item[data-astro-cid-pvyyuo2j]{padding:44px 36px}.results__item[data-astro-cid-pvyyuo2j]:first-child{padding-top:44px}.results__item[data-astro-cid-pvyyuo2j]:last-child{padding-bottom:44px}.results__num[data-astro-cid-pvyyuo2j]{font-size:52px;margin-bottom:10px}.results__item-title[data-astro-cid-pvyyuo2j]{font-size:18px;margin-bottom:10px}.results__item-text[data-astro-cid-pvyyuo2j]{font-size:15px}.results__card[data-astro-cid-pvyyuo2j]{border-radius:28px}}.pains[data-astro-cid-lqkbjxcx]{padding-top:16px;padding-bottom:24px;background:#eef2f7;border-top:1px solid rgba(18,21,46,.08);border-bottom:1px solid rgba(18,21,46,.08);position:relative;overflow:hidden}.pains[data-astro-cid-lqkbjxcx]:before{content:"";position:absolute;inset:auto -120px -120px auto;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(var(--accent-rgb),.18),rgba(var(--accent-rgb),0) 72%);pointer-events:none}.pains__bg[data-astro-cid-lqkbjxcx]{position:absolute;inset:-50px;background-image:url(/images/pains-photo-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;pointer-events:none;z-index:0;animation:floatBg 20s ease-in-out infinite alternate}@keyframes floatBg{0%{transform:scale(1) translate(0)}to{transform:scale(1.05) translate(-20px,-10px)}}.pains__inner[data-astro-cid-lqkbjxcx]{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:32px}.pains__head[data-astro-cid-lqkbjxcx]{max-width:600px;margin-left:auto;margin-right:auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-self:center}.pains__head[data-astro-cid-lqkbjxcx] .section-title[data-astro-cid-lqkbjxcx]{font-size:34px;line-height:1.15;margin-bottom:16px}.pains__head[data-astro-cid-lqkbjxcx] .section-lead[data-astro-cid-lqkbjxcx]{font-size:17px;line-height:1.5;margin-top:4px;color:var(--text-muted)}@media(min-width:768px){.pains__head[data-astro-cid-lqkbjxcx] .section-title[data-astro-cid-lqkbjxcx]{font-size:44px}.pains__head[data-astro-cid-lqkbjxcx] .section-lead[data-astro-cid-lqkbjxcx]{font-size:22px}}.pains__grid[data-astro-cid-lqkbjxcx]{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.pains__grid[data-astro-cid-lqkbjxcx]{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.pain-card[data-astro-cid-lqkbjxcx]:last-child{grid-column:1 / -1}}.pain-card[data-astro-cid-lqkbjxcx]{position:relative;padding:32px 24px;border-radius:22px;border:1px solid rgba(18,21,46,.08);background:#ffffffd6;box-shadow:0 16px 32px #0f172a0f;display:flex;flex-direction:column;height:100%;overflow:hidden}.pain-card[data-astro-cid-lqkbjxcx]:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#25d366eb,rgba(var(--primary-rgb),.88))}.pain-card__title[data-astro-cid-lqkbjxcx]{font-size:24px;line-height:1.2;margin-bottom:14px;font-weight:700}.pain-card__text[data-astro-cid-lqkbjxcx]{font-size:17px;line-height:1.5;color:var(--text-muted)}@media(min-width:1024px){.pains[data-astro-cid-lqkbjxcx]{padding-top:22px;padding-bottom:30px}.pains__inner[data-astro-cid-lqkbjxcx]{grid-template-columns:1fr;gap:36px;align-items:start}.pains__head[data-astro-cid-lqkbjxcx]{max-width:760px}.pains__grid[data-astro-cid-lqkbjxcx]{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.pain-card[data-astro-cid-lqkbjxcx]:last-child{grid-column:auto}.pain-card[data-astro-cid-lqkbjxcx]{padding:40px 32px;justify-content:center}.pain-card__title[data-astro-cid-lqkbjxcx]{font-size:28px;margin-bottom:16px}.pain-card__text[data-astro-cid-lqkbjxcx]{font-size:19px}}.scope[data-astro-cid-ietysxa3]{background:#f8fafc;border-top:1px solid rgba(18,21,46,.04);border-bottom:1px solid rgba(18,21,46,.04);position:relative;overflow:hidden;padding:21px 0}.scope__bg[data-astro-cid-ietysxa3]{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:900px;background-image:url(/images/scope-right-bg.png);background-size:cover;background-position:left center;background-repeat:no-repeat;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 60%);mask-image:linear-gradient(to right,transparent 0%,black 60%);pointer-events:none;z-index:0}.scope__inner[data-astro-cid-ietysxa3]{position:relative;z-index:1;display:flex;align-items:center}.scope__main-card[data-astro-cid-ietysxa3]{position:relative;padding:36px 28px;border:1px solid rgba(255,255,255,.6);border-radius:32px;background:#ffffffbf;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 24px 48px #0f172a14,0 0 0 1px #ffffff80 inset;max-width:700px;overflow:hidden}.scope__card-title[data-astro-cid-ietysxa3]{font-size:28px;line-height:1.25;margin-bottom:32px;font-weight:700;color:var(--text);letter-spacing:-.01em}.scope__bullets[data-astro-cid-ietysxa3]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.scope__bullets[data-astro-cid-ietysxa3] li[data-astro-cid-ietysxa3]{display:flex;align-items:flex-start;gap:14px;font-size:17px;line-height:1.5;color:var(--text-muted)}.scope__bullets[data-astro-cid-ietysxa3] li[data-astro-cid-ietysxa3] strong[data-astro-cid-ietysxa3]{color:var(--text);font-weight:700}.scope__bullet-icon[data-astro-cid-ietysxa3]{flex-shrink:0;width:24px;height:24px;color:#25d366;margin-top:1px}@media(min-width:768px){.scope[data-astro-cid-ietysxa3]{padding:32px 0}.scope__main-card[data-astro-cid-ietysxa3]{padding:56px 48px}.scope__card-title[data-astro-cid-ietysxa3]{font-size:36px;line-height:1.2;margin-bottom:40px}.scope__bullets[data-astro-cid-ietysxa3]{gap:24px}.scope__bullets[data-astro-cid-ietysxa3] li[data-astro-cid-ietysxa3]{font-size:19px;line-height:1.6;gap:18px}.scope__bullet-icon[data-astro-cid-ietysxa3]{width:28px;height:28px;margin-top:2px}}.proof[data-astro-cid-beocf5d5]{background:#f2f4f8;border-top:1px solid rgba(18,21,46,.08);border-bottom:1px solid rgba(18,21,46,.08);position:relative;overflow:hidden}.proof[data-astro-cid-beocf5d5]:before{content:"";position:absolute;inset:auto auto 0 -120px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(var(--primary-rgb),.12),rgba(var(--primary-rgb),0) 72%);pointer-events:none}.proof__head[data-astro-cid-beocf5d5]{margin-bottom:32px;max-width:860px}.proof__marquee[data-astro-cid-beocf5d5]{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.proof__track[data-astro-cid-beocf5d5]{display:flex;gap:18px;width:max-content;padding:4px 16px 0;animation:proof-scroll 42s linear infinite}.proof-card[data-astro-cid-beocf5d5]{width:min(332px,calc(100vw - 52px));background:#ffffffeb;border:1px solid rgba(18,21,46,.08);border-radius:22px;padding:22px 20px;box-shadow:0 16px 34px #0f172a14;backdrop-filter:blur(10px);position:relative;overflow:hidden}.proof-card[data-astro-cid-beocf5d5]:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,rgba(var(--primary-rgb),.92),#25d366d1)}.proof-card__header[data-astro-cid-beocf5d5]{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.proof-card__avatar[data-astro-cid-beocf5d5]{width:50px;height:50px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff}.proof-card__avatar[data-astro-cid-beocf5d5] svg[data-astro-cid-beocf5d5]{width:24px;height:24px}.proof-card__avatar--doctor[data-astro-cid-beocf5d5]{background:linear-gradient(135deg,#5850ec,#7c83fd)}.proof-card__avatar--patient[data-astro-cid-beocf5d5]{background:linear-gradient(135deg,#0f9d75,#25d366)}.proof-card__avatar--reception[data-astro-cid-beocf5d5]{background:linear-gradient(135deg,#2563eb,#60a5fa)}.proof-card__avatar--clinic[data-astro-cid-beocf5d5]{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.proof-card__name[data-astro-cid-beocf5d5]{font-size:16px;line-height:22px;margin-bottom:4px}.proof-card__role[data-astro-cid-beocf5d5]{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(var(--primary-rgb),.08);border:1px solid rgba(var(--primary-rgb),.12);font-size:12px;line-height:16px;color:var(--primary-deep);margin:0}.proof-card__quote[data-astro-cid-beocf5d5]{font-size:14px;line-height:23px;color:var(--text);margin:0}@keyframes proof-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}@media(min-width:1024px){.proof__head[data-astro-cid-beocf5d5]{margin-bottom:40px}.proof__track[data-astro-cid-beocf5d5]{gap:22px;padding:4px 40px 0}.proof-card[data-astro-cid-beocf5d5]{width:340px;padding:24px 22px}.proof-card__name[data-astro-cid-beocf5d5]{font-size:17px;line-height:23px}.proof-card__quote[data-astro-cid-beocf5d5]{font-size:14px;line-height:22px}}@media(prefers-reduced-motion:reduce){.proof__marquee[data-astro-cid-beocf5d5]{overflow:auto;mask-image:none;-webkit-mask-image:none}.proof__track[data-astro-cid-beocf5d5]{animation:none}}.final[data-astro-cid-66itwakk]{background:var(--primary-deep);color:#e4e5ff;position:relative;overflow:hidden;padding:40px 0}.final[data-astro-cid-66itwakk]:before{content:"";position:absolute;inset:0;background-image:radial-gradient(900px 500px at 90% 0%,rgba(var(--primary-rgb),.45),transparent 60%),radial-gradient(700px 400px at 0% 110%,rgba(var(--accent-rgb),.25),transparent 60%),linear-gradient(120deg,rgba(37,211,102,.08),transparent 42%);pointer-events:none}.final__inner[data-astro-cid-66itwakk]{position:relative;display:grid;grid-template-columns:1fr;gap:32px}.final[data-astro-cid-66itwakk] .eyebrow{color:#c4c6ff}.final__title[data-astro-cid-66itwakk]{font-family:var(--font-display);font-weight:700;font-size:32px;line-height:38px;letter-spacing:-.02em;color:#fff;margin-bottom:16px}.final__text[data-astro-cid-66itwakk]{font-size:16px;line-height:26px;color:#d0d4ef;max-width:58ch;margin-bottom:12px}.final__checks[data-astro-cid-66itwakk]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.final__checks[data-astro-cid-66itwakk] li[data-astro-cid-66itwakk]{font-size:15px;line-height:24px;color:#dfe1ff;padding-left:24px;position:relative}.final__checks[data-astro-cid-66itwakk] li[data-astro-cid-66itwakk]:before{content:"";position:absolute;left:0;top:9px;width:10px;height:10px;border-radius:50%;background:#25d366;box-shadow:0 0 0 4px #25d36624}@media(min-width:1024px){.final[data-astro-cid-66itwakk]{padding:64px 0}.final__inner[data-astro-cid-66itwakk]{grid-template-columns:1fr 1fr;gap:72px;align-items:center}.final__title[data-astro-cid-66itwakk]{font-size:46px;line-height:52px}.final__text[data-astro-cid-66itwakk]{font-size:18px;line-height:30px;margin-bottom:16px}.final__checks[data-astro-cid-66itwakk] li[data-astro-cid-66itwakk]{font-size:16px;line-height:26px;padding-left:28px}.final__checks[data-astro-cid-66itwakk] li[data-astro-cid-66itwakk]:before{top:11px}}.footer[data-astro-cid-sz7xmlte]{padding:40px 0;border-top:1px solid var(--border);background:var(--bg)}.footer__inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.footer__brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center}.footer__wordmark[data-astro-cid-sz7xmlte]{font-family:var(--font-serif);font-weight:600;font-size:16px;color:var(--text);letter-spacing:.01em}.footer__meta[data-astro-cid-sz7xmlte]{font-size:12px;color:var(--text-muted);letter-spacing:.04em}.footer__legal[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;gap:16px;font-size:13px}.footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted);text-decoration:none;border-bottom:1px solid transparent;transition:color .18s var(--ease),border-color .18s var(--ease)}.footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:focus-visible{color:var(--primary);border-bottom-color:var(--primary)}@media(min-width:1024px){.footer__inner[data-astro-cid-sz7xmlte]{flex-direction:row;justify-content:space-between;align-items:center}.footer__legal[data-astro-cid-sz7xmlte]{order:2}}
