:root{--blue:#1E3A8A;--blue-deep:#16306E;--blue-2:#2A4BB0;--navy:#0F172A;--ink:#1A2235;--mute:#5B6478;--mute-2:#8A92A6;--line:#E5E7EB;--line-soft:#EFEFEF;--paper:#F7F7F4;--paper-warm:#FBFAF6;--tint:#E8EDFB;--tint-2:#DBE4FF;--white:#FFFFFF;--shadow-sm:0 1px 2px rgba(15,23,42,0.04),0 1px 1px rgba(15,23,42,0.03);--shadow:0 6px 20px -8px rgba(15,23,42,0.10),0 2px 6px -2px rgba(15,23,42,0.06);--shadow-lg:0 30px 60px -20px rgba(15,23,42,0.18),0 10px 30px -10px rgba(15,23,42,0.10);--radius:14px;--radius-lg:20px;--font-display:"General Sans","Inter Tight",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Satoshi",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body,html{overflow-x:hidden}body{font-family:var(--font-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{max-width:1240px;margin:0 auto;padding:0 28px}@media (max-width:640px){.container{padding:0 20px}}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;color:var(--navy);margin:0;letter-spacing:-.02em;text-wrap:balance}p{margin:0}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.78);backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--line-soft)}.nav__inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px}.brand__name{font-family:var(--font-display);font-weight:700;font-size:19px;color:var(--navy);letter-spacing:-.02em}.nav__links{display:flex;gap:24px;flex-wrap:nowrap;min-width:0}.nav__links a{font-size:14px;color:var(--mute);font-weight:500;white-space:nowrap}.nav__links a:hover{color:var(--navy)}.nav__cta{display:flex;gap:10px;align-items:center;flex-shrink:0}@media (max-width:1180px){.nav__cta .soon-badge{display:none}}@media (max-width:1024px){.nav__links{display:none}}@media (max-width:640px){.nav__inner{gap:10px;height:60px;justify-content:flex-end}.nav__cta{gap:6px;flex-shrink:1;min-width:0}.brand{flex-shrink:0;margin-right:auto}.brand__name{display:none}.langswitch__btn{padding:0 8px;height:36px;font-size:12.5px}.langswitch__btn>span:first-child{display:none}.nav__cta .btn{height:36px;padding:0 12px;font-size:13px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;border-radius:999px;font-family:var(--font-body);font-weight:600;font-size:14.5px;cursor:pointer;border:1px solid transparent;transition:transform .15s ease,background .15s ease,border-color .15s ease;white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--blue);color:var(--white)}.btn--primary:hover{background:var(--blue-deep)}.btn--ghost{background:transparent;color:var(--navy);border-color:var(--line)}.btn--ghost:hover{border-color:var(--navy)}.btn--white{background:var(--white);color:var(--navy)}.btn--white:hover{background:var(--tint)}.btn--lg{height:50px;padding:0 24px;font-size:15.5px}.hero{position:relative;background:radial-gradient(80% 70% at 85% 0,rgba(30,58,138,.1) 0,rgba(30,58,138,0) 60%),radial-gradient(60% 60% at 5% 20%,rgba(30,58,138,.06) 0,rgba(30,58,138,0) 70%),var(--white);overflow:hidden;padding:72px 0 80px}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(30,58,138,.05) 1px,transparent 0),linear-gradient(180deg,rgba(30,58,138,.05) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,black 30%,transparent 80%);pointer-events:none}.hero__grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:64px;gap:64px;align-items:center}@media (max-width:980px){.hero__grid{grid-template-columns:1fr;gap:56px}}.eyebrow{display:inline-flex;align-items:center;gap:8px;height:30px;padding:0 12px 0 10px;border-radius:999px;background:var(--white);border:1px solid var(--line);font-size:12.5px;font-weight:500;color:var(--ink);letter-spacing:-.005em}.eyebrow__dot{width:6px;height:6px;border-radius:999px;background:var(--blue)}.hero h1{font-size:clamp(32px,6.5vw,72px);line-height:1.05;letter-spacing:-.025em;margin-top:22px;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero h1 em{font-style:normal;color:var(--blue)}.hero__sub{margin-top:22px;font-size:18.5px;color:var(--mute);max-width:540px;line-height:1.5}.hero__ctas{margin-top:32px;gap:12px}.hero__ctas,.hero__meta{display:flex;flex-wrap:wrap}.hero__meta{margin-top:28px;gap:24px;font-size:13px;color:var(--mute)}.hero__meta span{display:inline-flex;align-items:center;gap:8px}.hero__meta .dot{width:5px;height:5px;border-radius:999px;background:var(--blue)}.hero__visual{position:relative;aspect-ratio:1/1.05;min-height:480px;width:100%;max-width:100%;min-width:0}@media (max-width:540px){.hero__visual{min-height:0;aspect-ratio:1/1.15}}.logocard{position:absolute;inset:0;background:linear-gradient(160deg,var(--blue) 0,var(--blue-deep) 100%);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-lg);color:var(--white);padding:36px;display:flex;flex-direction:column;justify-content:space-between}.logocard:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 80% 10%,rgba(255,255,255,.18) 0,transparent 50%),radial-gradient(circle at 0 100%,rgba(255,255,255,.1) 0,transparent 50%);pointer-events:none}.logocard__top{position:relative;display:flex;justify-content:space-between;align-items:flex-start;font-size:12px;letter-spacing:.16em;text-transform:uppercase;opacity:.78;font-weight:500}.logocard__center{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1;gap:24px}.logocard__mark{width:168px;height:168px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:36px;display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.logocard__word{font-family:var(--font-display);font-weight:600;font-size:56px;letter-spacing:-.04em;color:var(--white);line-height:1}.logocard__bottom{position:relative;display:flex;justify-content:space-between;align-items:flex-end;font-size:13px;opacity:.85;gap:12px}.logocard__bottom strong{font-weight:600;opacity:1}@media (max-width:540px){.logocard{padding:24px}.logocard__word{font-size:42px}.logocard__mark{width:128px;height:128px;border-radius:28px}.logocard__top{font-size:11px;letter-spacing:.14em}.logocard__bottom{flex-direction:column;align-items:flex-start;gap:4px;font-size:12px}}.chip{position:absolute;background:var(--white);border:1px solid var(--line);border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink)}.chip .av{width:32px;height:32px;border-radius:999px;background:var(--tint);color:var(--blue);display:grid;place-items:center;font-weight:700;font-size:12px;flex-shrink:0}.chip__label{font-weight:600;line-height:1.2}.chip__sub{font-size:11.5px;color:var(--mute);line-height:1.2}.chip--tl{top:-14px;left:-28px}.chip--br{bottom:24px;right:-32px}@media (max-width:1100px){.chip--tl{left:8px;top:8px}.chip--br{right:8px;bottom:8px}}@media (max-width:540px){.chip{max-width:calc(100% - 16px)}.chip__sub{white-space:normal}.chip--br{display:none}}section{position:relative}.section{padding:110px 0}.section--tight{padding:84px 0}.section--paper{background:var(--paper)}.section--navy{background:var(--navy)}.section--navy,.section--navy h2,.section--navy h3{color:var(--white)}.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:56px}.section__head--center{flex-direction:column;align-items:center;text-align:center}.section__head--center .section__lede{max-width:620px}.section__title-block{max-width:640px}.section__kicker{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}.section--navy .section__kicker{color:var(--tint-2)}.section__kicker .bar{width:22px;height:1.5px;background:var(--blue)}.section--navy .section__kicker .bar{background:var(--tint-2)}.section__title{font-size:clamp(26px,4vw,48px);line-height:1.1;letter-spacing:-.02em;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.section__lede{font-size:17px;color:var(--mute);max-width:480px;line-height:1.55}.section--navy .section__lede{color:rgba(255,255,255,.72)}@media (max-width:760px){.section{padding:80px 0}.section__head{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:40px}}.what{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:64px;gap:64px;align-items:center}@media (max-width:900px){.what{grid-template-columns:1fr;gap:48px}}.what__bullets{display:grid;grid-gap:18px;gap:18px;margin-top:32px}.what__bullet{display:grid;grid-template-columns:36px 1fr;grid-gap:16px;gap:16px;padding:18px 0;border-top:1px solid var(--line)}.what__bullet:last-child{border-bottom:1px solid var(--line)}.what__bullet .num{font-family:var(--font-display);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--blue);font-weight:600;font-size:18px}.what__bullet h4{font-size:17.5px;margin-bottom:4px}.what__bullet p{font-size:14.5px;color:var(--mute)}.reqcard{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow)}.reqcard__head{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--mute);margin-bottom:14px}.reqcard__head .pill{background:var(--tint);color:var(--blue);padding:4px 10px;border-radius:999px;font-weight:600;font-size:11.5px}.reqcard h3{font-size:20px;margin-bottom:6px}.reqcard__loc{font-size:13px;color:var(--mute);margin-bottom:14px}.reqcard__photo{aspect-ratio:16/9;background:repeating-linear-gradient(135deg,rgba(30,58,138,.06) 0 8px,rgba(30,58,138,.1) 8px 16px),var(--tint);border-radius:12px;margin-bottom:14px;position:relative;overflow:hidden}.reqcard__photo:after{content:attr(data-label);position:absolute;inset:auto 0 0 0;padding:6px 10px;font:500 11px/1 ui-monospace,SF Mono,Menlo,monospace;color:var(--blue-deep);opacity:.6}.reqcard__meta{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;border-top:1px solid var(--line-soft);padding-top:14px}.reqcard__meta .k{font-size:11px;color:var(--mute);margin-bottom:4px}.reqcard__meta .v{font-size:13px;color:var(--ink);font-weight:600}.reqcard__providers{margin-top:14px;border-top:1px solid var(--line-soft);padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12.5px;color:var(--mute)}.avstack{display:flex}.avstack span{width:30px;height:30px;border-radius:999px;background:var(--tint-2);color:var(--blue);display:grid;place-items:center;font-size:11px;font-weight:700;border:2px solid var(--white);margin-left:-8px}.avstack span:first-child{margin-left:0}.duo{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media (max-width:900px){.duo{grid-template-columns:1fr}}.duocard{border-radius:24px;padding:40px;border:1px solid var(--line);background:var(--white);display:flex;flex-direction:column;gap:20px}.duocard--blue{background:linear-gradient(180deg,var(--blue) 0,var(--blue-deep) 100%);border-color:transparent}.duocard--blue,.duocard--blue h3{color:var(--white)}.duocard--blue p{color:rgba(255,255,255,.78)}.duocard__tag{font-size:12.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.85}.duocard h3{font-size:28px;letter-spacing:-.02em}.duocard__list{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-gap:14px;gap:14px}.duocard__list li{display:grid;grid-template-columns:22px 1fr;grid-gap:12px;gap:12px;align-items:flex-start;font-size:14.5px;line-height:1.5}.check{width:20px;height:20px;border-radius:999px;display:grid;place-items:center;flex-shrink:0;margin-top:1px}.duocard--blue .check{background:rgba(255,255,255,.16)}.duocard:not(.duocard--blue) .check{background:var(--tint);color:var(--blue)}.duocard:not(.duocard--blue) .check svg{stroke:var(--blue)}.duocard--blue .check svg{stroke:var(--white)}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px;counter-reset:step}@media (max-width:900px){.steps{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.steps{grid-template-columns:1fr}}.step{background:var(--white);border:1px solid var(--line);border-radius:18px;padding:26px;position:relative}.step__num{font-family:var(--font-display);font-size:13px;font-weight:600;color:var(--blue);margin-bottom:32px;letter-spacing:.1em}.step__icon{width:44px;height:44px;border-radius:12px;background:var(--tint);display:grid;place-items:center;margin-bottom:18px}.step h4{font-size:17px;margin-bottom:6px}.step p{font-size:14px;color:var(--mute);line-height:1.5}.catgrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}@media (max-width:900px){.catgrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.catgrid{grid-template-columns:1fr}}.cat{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:14px;transition:border-color .15s ease,transform .15s ease}.cat:hover{border-color:var(--blue);transform:translateY(-2px)}.cat__top{display:flex;align-items:center;justify-content:space-between}.cat__icon{width:38px;height:38px;border-radius:10px;background:var(--tint);display:grid;place-items:center}.cat h4{font-size:16px;margin-bottom:2px}.cat p{font-size:13px;color:var(--mute);line-height:1.45}.trust{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:56px;gap:56px;align-items:center}@media (max-width:900px){.trust{grid-template-columns:1fr}}.trustlist{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:32px}@media (max-width:540px){.trustlist{grid-template-columns:1fr}}.trustitem{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);border-radius:14px;padding:18px}.trustitem__icn{width:32px;height:32px;border-radius:8px;background:rgba(219,228,255,.16);display:grid;place-items:center;margin-bottom:14px}.trustitem h4{font-size:15.5px;color:var(--white);margin-bottom:4px}.trustitem p{font-size:13px;color:rgba(255,255,255,.65);line-height:1.5}.profilecard{background:var(--white);border-radius:22px;padding:24px;color:var(--ink);box-shadow:var(--shadow-lg)}.profilecard__sample{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--mute);margin-bottom:14px}.profilecard__head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.profilecard__av{width:56px;height:56px;border-radius:999px;background:linear-gradient(135deg,var(--blue) 0,var(--blue-2) 100%);color:var(--white);display:grid;place-items:center;font-weight:700;font-size:20px;font-family:var(--font-display)}.profilecard__name{font-weight:700;font-size:16px;color:var(--navy)}.profilecard__role{font-size:12.5px;color:var(--mute);margin-top:2px}.profilecard__row{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.profilecard__verif{display:inline-flex;align-items:center;gap:4px;font-size:11px;background:var(--tint);color:var(--blue);padding:3px 8px;border-radius:999px;font-weight:600}.profilecard__quals{display:flex;flex-direction:column;gap:10px}.profilecard__qual{display:flex;align-items:center;gap:10px;font-size:13px;border:1px solid var(--line-soft);border-radius:10px;padding:10px 12px}.profilecard__qual .icn{width:26px;height:26px;border-radius:6px;background:var(--tint);color:var(--blue);display:grid;place-items:center}.profilecard__qual .label{flex:1 1;color:var(--ink);font-weight:500}.profilecard__qual .meta{font-size:11px;color:var(--mute)}.screens{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:18px;gap:18px;perspective:1400px}@media (max-width:1100px){.screens{grid-template-columns:repeat(3,1fr)}}@media (max-width:700px){.screens{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.screens{grid-template-columns:1fr;max-width:320px;margin:0 auto}}.phone{border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow-lg);overflow:hidden;aspect-ratio:9/19;flex-direction:column;font-size:12px}.phone,.phone__notch{background:var(--white);display:flex}.phone__notch{height:26px;align-items:center;justify-content:space-between;padding:0 14px;font-size:10px;color:var(--ink);font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.phone__notch .right{display:flex;gap:4px;align-items:center}.phone__notch .right span{width:14px;height:7px;border:1px solid var(--ink);border-radius:2px;position:relative}.phone__notch .right span:after{content:"";position:absolute;left:1px;top:1px;bottom:1px;width:70%;background:var(--ink);border-radius:1px}.phone__label{text-align:center;font-size:10.5px;color:var(--mute);padding:10px 0 4px;letter-spacing:.08em;text-transform:uppercase;font-weight:600;border-top:1px solid var(--line-soft)}.phone__body,.phone__label{background:var(--paper-warm)}.phone__body{flex:1 1;overflow:hidden;display:flex;flex-direction:column}.phone__head{padding:10px 14px 8px;background:var(--white);border-bottom:1px solid var(--line-soft)}.phone__title{font-family:var(--font-display);font-weight:600;font-size:16px;color:var(--navy);letter-spacing:-.01em}.phone__sub{font-size:10px;color:var(--mute);margin-top:2px}.phone__search{margin-top:8px;height:26px;background:var(--paper);border-radius:8px;border:1px solid var(--line-soft);display:flex;align-items:center;padding:0 8px;gap:6px;font-size:10.5px;color:var(--mute)}.phone__chips{display:flex;gap:6px;padding:8px 12px;overflow:hidden;background:var(--white);border-bottom:1px solid var(--line-soft)}.phone__chip{font-size:10px;padding:4px 8px;border-radius:999px;background:var(--paper);border:1px solid var(--line-soft);color:var(--ink);white-space:nowrap;font-weight:500}.phone__chip--on{background:var(--blue);color:var(--white);border-color:var(--blue)}.phone__list{flex:1 1;overflow:hidden;padding:10px;display:flex;flex-direction:column;gap:8px}.phone__item{background:var(--white);border:1px solid var(--line-soft);border-radius:12px;padding:10px}.phone__item-title{font-size:11.5px;font-weight:600;color:var(--navy);line-height:1.25}.phone__item-row{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:9.5px;color:var(--mute)}.phone__item-pill{font-size:9px;background:var(--tint);color:var(--blue);padding:2px 6px;border-radius:999px;font-weight:600}.phone__tab{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line-soft);background:var(--white);height:38px}.phone__tab>div{display:grid;place-items:center;color:var(--mute);font-size:9px;border-top:2px solid transparent}.phone__tab>div.on{color:var(--blue);border-top-color:var(--blue);font-weight:700}.pf-field{background:var(--white);border:1px solid var(--line-soft);border-radius:8px;padding:8px 10px;margin-bottom:8px}.pf-field .lbl{font-size:9px;color:var(--mute);text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;font-weight:600}.pf-field .val{font-size:11.5px;color:var(--navy);font-weight:500}.pf-field .ph{color:var(--mute-2)}.pf-cats{display:flex;flex-wrap:wrap;gap:4px}.pf-cat{font-size:9.5px;padding:4px 7px;border-radius:6px;background:var(--paper);border:1px solid var(--line-soft);color:var(--ink)}.pf-cat.on{background:var(--blue);color:var(--white);border-color:var(--blue);font-weight:600}.pf-photos{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4px;gap:4px;margin-top:4px}.pf-photos div{aspect-ratio:1;background:repeating-linear-gradient(135deg,rgba(30,58,138,.05) 0 4px,rgba(30,58,138,.1) 4px 8px),var(--tint);border-radius:4px}.pf-photos div.add{background:var(--paper);border:1px dashed var(--line);display:grid;place-items:center;color:var(--mute);font-size:14px}.pf-cta{margin-top:auto;padding:10px;background:var(--white);border-top:1px solid var(--line-soft)}.pf-cta button{width:100%;height:32px;border:0;background:var(--blue);color:var(--white);border-radius:8px;font-weight:600;font-size:11px;cursor:default;font-family:inherit}.msg-thread{flex:1 1;padding:10px;display:flex;flex-direction:column;gap:6px;overflow:hidden}.msg-bubble{max-width:80%;padding:7px 10px;border-radius:12px;font-size:11px;line-height:1.35}.msg-bubble.in{background:var(--white);border:1px solid var(--line-soft);color:var(--ink);align-self:flex-start;border-top-left-radius:4px}.msg-bubble.out{background:var(--blue);color:var(--white);align-self:flex-end;border-top-right-radius:4px}.msg-time{font-size:9px;color:var(--mute);align-self:center;padding:4px 0}.msg-input{height:30px;margin:8px 10px;padding:0 10px;background:var(--white);border:1px solid var(--line-soft);border-radius:999px;display:flex;align-items:center;justify-content:space-between;font-size:10.5px;color:var(--mute-2)}.msg-input span:last-child{background:var(--blue);color:var(--white);width:22px;height:22px;border-radius:999px;display:grid;place-items:center;font-size:10px}.pf-profile{background:var(--white);padding:14px;text-align:center;border-bottom:1px solid var(--line-soft)}.pf-profile-av{width:56px;height:56px;border-radius:999px;margin:0 auto 8px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:var(--white);display:grid;place-items:center;font-weight:700;font-size:18px}.pf-profile h5,.pf-profile-av{font-family:var(--font-display)}.pf-profile h5{font-size:13px;font-weight:600;color:var(--navy);margin:0}.pf-profile .role{font-size:10px;color:var(--mute);margin-top:2px}.pf-profile .stars{font-size:10px;color:var(--blue);margin-top:4px;font-weight:600}.pf-stats{display:grid;grid-template-columns:repeat(3,1fr);background:var(--white);padding:10px 14px;border-bottom:1px solid var(--line-soft)}.pf-stat{text-align:center}.pf-stat .v{font-family:var(--font-display);font-weight:600;font-size:14px;color:var(--navy)}.pf-stat .k{font-size:9px;color:var(--mute);margin-top:2px;text-transform:uppercase;letter-spacing:.06em}.pf-quals{padding:10px 12px;display:flex;flex-direction:column;gap:6px}.pf-qual{background:var(--white);border:1px solid var(--line-soft);border-radius:8px;padding:8px 10px;display:flex;gap:8px;align-items:center;font-size:10.5px}.pf-qual .icn{width:20px;height:20px;border-radius:4px;background:var(--tint);color:var(--blue);display:grid;place-items:center;flex-shrink:0}.rev-summary{background:var(--white);padding:14px;border-bottom:1px solid var(--line-soft);display:flex;align-items:center;gap:12px}.rev-summary .stars{color:var(--blue);font-size:12px}.rev-summary .ct{font-size:10px;color:var(--mute);margin-top:2px}.rev-list{flex:1 1;overflow:hidden;padding:10px;display:flex;flex-direction:column;gap:8px}.rev-item{background:var(--white);border:1px solid var(--line-soft);border-radius:10px;padding:10px}.rev-item .top{display:flex;gap:8px;align-items:center;margin-bottom:4px}.rev-item .av{width:22px;height:22px;border-radius:999px;background:var(--tint);color:var(--blue);display:grid;place-items:center;font-size:9px;font-weight:700}.rev-item .name{font-size:10.5px;font-weight:600;color:var(--navy)}.rev-item .stars{font-size:9px;color:var(--blue);margin-left:auto}.rev-item .body{font-size:10px;color:var(--ink);line-height:1.4}.cta-final{position:relative;background:radial-gradient(70% 100% at 80% 0,rgba(255,255,255,.1) 0,transparent 70%),linear-gradient(160deg,var(--blue) 0,var(--blue-deep) 80%);color:var(--white);border-radius:28px;padding:72px 64px;overflow:hidden;display:grid;grid-template-columns:1.4fr 1fr;grid-gap:48px;gap:48px;align-items:center}.cta-final:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.05) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(ellipse 70% 70% at 80% 50%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 80% 50%,black 30%,transparent 80%)}.cta-final h2{font-size:clamp(28px,5vw,56px);line-height:1.05;letter-spacing:-.025em;color:var(--white);overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.cta-final p{color:rgba(255,255,255,.78);font-size:17px;margin-top:18px;max-width:460px}.cta-final__visual{position:relative;display:grid;place-items:center}.cta-final__bigmark{width:220px;height:220px;border-radius:44px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width:880px){.cta-final{padding:48px 32px;grid-template-columns:1fr}.cta-final__visual{display:none}}@media (max-width:540px){.cta-final{padding:36px 22px;border-radius:22px}}.footer{background:var(--white);border-top:1px solid var(--line-soft);padding:56px 0 36px}.footer__top{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}@media (max-width:760px){.footer__top{grid-template-columns:1fr 1fr}}.footer h5{font-size:12px;font-weight:600;color:var(--ink);text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}.footer ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:8px;gap:8px}.footer ul a{font-size:14px;color:var(--mute)}.footer ul a:hover{color:var(--navy)}.footer__about p{font-size:13.5px;color:var(--mute);max-width:320px;margin-top:14px;line-height:1.55}.footer__bottom{border-top:1px solid var(--line-soft);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.5px;color:var(--mute)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.soon-badge{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:999px;background:var(--tint);color:var(--blue);font-size:11.5px;font-weight:600;letter-spacing:.04em}.soon-badge:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--blue);animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.langswitch{position:relative;display:inline-flex}.langswitch__btn{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 12px;border-radius:999px;background:transparent;border:1px solid var(--line);color:var(--navy);font-family:var(--font-body);font-weight:600;font-size:13px;cursor:pointer;transition:border-color .15s ease}.langswitch__btn:hover,.langswitch__btn[aria-expanded=true]{border-color:var(--navy)}.langswitch__chev{width:12px;height:12px;transition:transform .15s ease}.langswitch__btn[aria-expanded=true] .langswitch__chev{transform:rotate(180deg)}.langswitch__menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--white);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);padding:6px;display:flex;flex-direction:column;min-width:160px;z-index:60}.langswitch__menu[hidden]{display:none}.langswitch__item{background:transparent;border:0;text-align:left;font-family:var(--font-body);font-size:13.5px;font-weight:500;color:var(--ink);padding:10px 12px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;text-decoration:none}.langswitch__item:hover{background:var(--paper)}.langswitch__item--active{color:var(--blue);font-weight:600}.langswitch__item--active:after{content:"✓";font-size:13px;color:var(--blue)}.waitlist{flex-direction:column}.waitlist,.waitlist__row{display:flex;gap:10px;width:100%}.waitlist__input{flex:1 1;min-width:0;height:50px;padding:0 18px;border-radius:999px;background:var(--white);border:1px solid var(--line);color:var(--ink);font-family:var(--font-body);font-size:15px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.waitlist__input::placeholder{color:var(--mute-2)}.waitlist__input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(30,58,138,.12)}.waitlist__submit{flex-shrink:0}.waitlist__msg{font-size:13.5px;font-weight:500;min-height:1em}.waitlist__msg--ok{color:var(--blue)}.waitlist__msg--err{color:#c0392b}.cta-final .waitlist__input{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3);color:var(--white)}.cta-final .waitlist__input::placeholder{color:rgba(255,255,255,.6)}.cta-final .waitlist__input:focus{border-color:var(--white);background:rgba(255,255,255,.16);box-shadow:0 0 0 3px rgba(255,255,255,.18)}.cta-final .waitlist__msg--ok{color:var(--tint-2)}.cta-final .waitlist__msg--err{color:#ffb4a8}@media (max-width:540px){.waitlist__row{flex-direction:column}.waitlist__submit{width:100%}}