body:has(.landing-v3),html:has(.landing-v3){overflow-x:clip!important}html.mkt-relay-pending:has(.landing-v3:not(.relay-ready)){background:var(--blue-50,#eef1f8)}html.mkt-relay-pending .landing-v3:not(.relay-ready) .static-stack,html.mkt-relay-pending .landing-v3:not(.relay-ready) .z-track{visibility:hidden;animation:lv3-unhide-failsafe 0s 3s forwards}@keyframes lv3-unhide-failsafe{to{visibility:visible}}.landing-v3{--navy-900:#0F3A6E;--navy-800:#134A8C;--navy-700:#134A8C;--navy-600:#2B6EC2;--blue-400:#5a8fd3;--blue-200:#aec5e8;--blue-50:#eef1f8;--blue-25:#f6f8fc;--ink:#0f1a2e;--ink-sub:#4a5a78;--ink-meta:#8595b0;--line:#dce3ef;--surface:#fff;--accent-signal:#134A8C;--accent-ok:#1e9e6a;--mkt-accent:#FFA800;--mkt-accent-strong:#D97706;--brush:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 100' preserveAspectRatio='none'><path d='M5 24 C58 16 118 22 160 18 C212 13 252 22 295 16 C298 32 298 66 295 78 C252 85 200 80 150 83 C100 86 50 82 5 78 C2 62 2 40 5 24 Z' fill='%23FFA800'/></svg>");--chip-blue-bg:#dbeafe;--chip-blue-fg:#0F3A6E;--chip-blue-dot:#134A8C;--chip-green-bg:#dcfce7;--chip-green-fg:#15803d;--chip-green-dot:#22c55e;--chip-purple-bg:#f3e8ff;--chip-purple-fg:#7e22ce;--chip-purple-dot:#a855f7;--chip-amber-bg:#fef3c7;--chip-amber-fg:#b45309;--chip-amber-dot:#f59e0b;--chip-gray-bg:#f3f4f6;--chip-gray-fg:#4b5563;--chip-gray-dot:#9ca3af;--font-body:var(--font-sans);--ease-out:cubic-bezier(0.23,1,0.32,1);font-family:var(--font-body);color:var(--ink);background:var(--blue-50);line-height:1.5;-webkit-font-smoothing:antialiased}.landing-v3 *{box-sizing:border-box}.landing-v3 .mono{font-family:var(--font-mono);font-feature-settings:"tnum" 1}.landing-v3 .z-track{position:relative;height:1200vh}.landing-v3 .z-stage{position:sticky;top:0;width:100%;height:100dvh;overflow:hidden;perspective:1400px;perspective-origin:50% 45%;background:var(--blue-50)}.landing-v3 .z-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 75% 15%,rgba(25,89,164,.08),rgba(25,89,164,0) 60%),radial-gradient(ellipse 50% 35% at 15% 95%,rgba(15,58,110,.07),rgba(15,58,110,0) 60%),linear-gradient(180deg,#eef1f8,#f6f8fc 80%)}.landing-v3 .device-stage{position:absolute;top:0;bottom:0;right:0;left:50%;pointer-events:none;z-index:6;perspective:1400px;overflow:visible}.landing-v3 .z-stage[data-device=desktop] .copy-panel{grid-template-columns:42% 58%;padding:140px 60px 100px;gap:40px}.landing-v3 .z-stage[data-device=desktop] .copy-panel .copy-box{max-width:510px;justify-self:end;width:100%}.landing-v3 .device-stage .desktop-slot,.landing-v3 .device-stage .phone-slot{position:absolute;top:50%;left:50%;transform-style:preserve-3d;transition:none;will-change:transform,opacity,filter}.landing-v3 .device-stage .desktop-slot{z-index:1}.landing-v3 .device-stage .phone-slot{z-index:2}.landing-v3 .stage-hud{position:absolute;z-index:20;pointer-events:none;color:var(--ink)}.landing-v3 .page-progress{position:fixed;top:88px;left:50%;transform:translateX(-50%);width:min(360px,60vw);height:2px;background:rgba(19,74,140,.1);border-radius:999px;overflow:hidden;pointer-events:none;opacity:1;transition:opacity .3s ease-out;z-index:60}.landing-v3 .page-progress .fill{height:100%;background:var(--navy-800);width:0;border-radius:999px;transition:width .1s linear}.landing-v3.banner-visible .page-progress{opacity:0}.landing-v3 .stage-hud.clock{display:none}.landing-v3 .stage-hud.scroll-hint{bottom:40px;left:50%;transform:translateX(-50%);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-meta);transition:opacity .4s}.landing-v3 .z-stage.past-hero .stage-hud.scroll-hint{opacity:0}.landing-v3 .stage-hud.scroll-hint:after{content:"";display:block;width:1px;height:28px;background:linear-gradient(to bottom,var(--ink-meta),rgba(133,149,176,0));margin:8px auto 0;animation:v3-nudge 1.8s ease-in-out infinite}@keyframes v3-nudge{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(6px);opacity:.3}}.landing-v3 .hero-panel{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:150px 40px 70px;will-change:transform,opacity;z-index:5;transition:padding-top .3s ease-out}.landing-v3.banner-visible .hero-panel{padding-top:200px}.landing-v3 .hero-inner{width:100%}.landing-v3 .hero-visual{display:flex;flex-direction:column;align-items:center;gap:18px}.landing-v3 .hero-app-badges{display:flex;justify-content:center}.landing-v3 .hero-phone-img{height:auto;display:block;filter:drop-shadow(0 26px 50px rgba(10,43,92,.2))}.landing-v3.mode-relay .hero-panel{text-align:left;padding-left:0;padding-right:0}.landing-v3.mode-relay .hero-inner{max-width:min(1080px,100% - 2 * clamp(32px,4vw,48px));padding-inline:0;display:grid;grid-template-columns:1fr auto;grid-template-areas:"text   visual" "cta    cta" "proof  proof";-moz-column-gap:clamp(28px,2.5vw,44px);column-gap:clamp(28px,2.5vw,44px);row-gap:30px;align-items:center}.landing-v3.mode-relay .hero-text{grid-area:text;max-width:none;min-width:0}.landing-v3.mode-relay .hero-text h1{max-width:none;margin:0;text-wrap:normal}.landing-v3.mode-relay .hero-text .lead{margin:16px 0 0;max-width:60ch}.landing-v3.mode-relay .hero-visual{grid-area:visual;align-self:center;justify-self:end;gap:14px}.landing-v3.mode-relay .hero-phone-img{height:clamp(340px,44vh,440px);width:auto;max-width:100%}.landing-v3.mode-relay .hero-app-badges{transform:scale(.82);transform-origin:center top}.landing-v3.mode-relay .hero-inner>.cta-row{grid-area:cta;justify-content:center;margin-top:30px}.landing-v3.mode-relay .hero-inner>.proof{grid-area:proof;justify-content:center;margin-top:6px}.landing-v3.mode-static .hero-inner{display:flex;flex-direction:column;align-items:center}.landing-v3.mode-static .hero-visual{order:5;margin-top:8px}.landing-v3.mode-static .hero-phone-img{width:196px}.landing-v3 .hero-panel .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--navy-700);padding:6px 14px;background:rgba(25,89,164,.08);border-radius:999px;margin-bottom:24px}.landing-v3 .hero-panel .eyebrow .d{width:6px;height:6px;border-radius:50%;background:var(--navy-700);box-shadow:0 0 0 3px rgba(25,89,164,.18)}.landing-v3 .hero-panel h1{font-size:clamp(30px,4.4vw,60px);font-weight:800;letter-spacing:-.025em;line-height:1.07;margin:0 auto 20px;color:var(--navy-800);max-width:19ch;text-wrap:balance}.landing-v3 .hero-panel h1 .em{padding:.02em .2em;background-size:100% 94%}.landing-v3 .commercial-section h2 .em,.landing-v3 .copy-panel h2 .em,.landing-v3 .handoff-panel h2 .em,.landing-v3 .hero-panel h1 .em{position:relative;color:var(--navy-800);font-weight:800;white-space:nowrap;background-image:var(--brush);background-repeat:no-repeat;background-position:50%}.landing-v3 .commercial-section h2 .em,.landing-v3 .copy-panel h2 .em,.landing-v3 .handoff-panel h2 .em{padding:.02em .18em;background-size:100% 90%}.landing-v3 .hero-panel p.lead{font-size:clamp(17px,1.4vw,21px);color:var(--ink-sub);max-width:56ch;margin:0 auto 28px;text-wrap:pretty}.landing-v3 .cta-row{display:flex;gap:14px;align-items:center}.landing-v3 .btn-primary{padding:16px 32px;color:#fff;border:none;background:linear-gradient(to right,var(--navy-800),var(--navy-600));border-radius:999px;font-weight:600;box-shadow:0 10px 32px -8px rgba(10,43,92,.4);text-decoration:none;gap:10px;transition:transform .16s var(--ease-out),box-shadow .2s ease}.landing-v3 .btn-ghost,.landing-v3 .btn-primary{font-size:15px;cursor:pointer;display:inline-flex;align-items:center}.landing-v3 .btn-ghost{padding:16px 24px;color:var(--ink);background:transparent;border:none;font-weight:500;font-family:inherit;gap:8px;transition:color .2s ease,transform .16s var(--ease-out)}@media (hover:hover) and (pointer:fine){.landing-v3 .btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 38px -8px rgba(10,43,92,.46)}.landing-v3 .btn-ghost:hover{color:var(--navy-700)}}.landing-v3 .btn-ghost:active,.landing-v3 .btn-primary:active{transform:scale(.97)}.landing-v3 .btn-ghost.has-nudge .nudge-arrow{display:inline-block;animation:v3-nudge 1.8s ease-in-out infinite;color:var(--navy-700)}.landing-v3 .hero-panel .proof{margin-top:30px;padding-top:22px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 22px;color:var(--ink-sub);font-size:13.5px;border-top:1px solid var(--line)}.landing-v3 .hero-panel .proof>div{display:inline-flex;align-items:center;gap:9px}.landing-v3 .hero-panel .proof strong{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-variant-numeric:tabular-nums;padding:4px 11px 4px 9px;border-radius:999px;white-space:nowrap;border:1px solid transparent}.landing-v3 .hero-panel .proof strong:before{content:"";width:6px;height:6px;border-radius:50%;flex:none}.landing-v3 .hero-panel .proof>div:first-child strong{background:var(--chip-blue-bg);color:var(--chip-blue-fg);border-color:color-mix(in srgb,var(--chip-blue-dot) 45%,transparent)}.landing-v3 .hero-panel .proof>div:first-child strong:before{background:var(--chip-blue-dot)}.landing-v3 .hero-panel .proof>div:nth-child(2) strong{background:var(--chip-green-bg);color:var(--chip-green-fg);border-color:color-mix(in srgb,var(--chip-green-dot) 45%,transparent)}.landing-v3 .hero-panel .proof>div:nth-child(2) strong:before{background:var(--chip-green-dot)}.landing-v3 .hero-panel .proof>div:nth-child(3) strong{background:var(--chip-purple-bg);color:var(--chip-purple-fg);border-color:color-mix(in srgb,var(--chip-purple-dot) 45%,transparent)}.landing-v3 .hero-panel .proof>div:nth-child(3) strong:before{background:var(--chip-purple-dot)}@media (prefers-reduced-motion:no-preference){.landing-v3 .hero-panel .cta-row,.landing-v3 .hero-panel .hero-visual,.landing-v3 .hero-panel .lead,.landing-v3 .hero-panel .proof,.landing-v3 .hero-panel h1{opacity:0;animation:lv3-hero-in .6s var(--ease-out) forwards}.landing-v3 .hero-panel h1{animation-delay:.05s}.landing-v3 .hero-panel .lead{animation-delay:.13s}.landing-v3 .hero-panel .hero-visual{animation-delay:.18s}.landing-v3 .hero-panel .cta-row{animation-delay:.26s}.landing-v3 .hero-panel .proof{animation-delay:.34s}}@keyframes lv3-hero-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-v3 .btn-ghost.has-nudge .nudge-arrow,.landing-v3 .stage-hud.scroll-hint:after{animation:none}}.landing-v3 .copy-panel{position:absolute;inset:0;display:grid;grid-template-columns:1.15fr 1fr;padding:140px 60px 100px;align-items:center;gap:32px;will-change:transform,opacity,filter;z-index:5}.landing-v3 .copy-panel .copy-box{max-width:650px;justify-self:end;width:100%}.landing-v3 .scene-time{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;font-family:var(--font-mono);font-size:12.5px;color:var(--navy-700);letter-spacing:.18em;font-weight:700;text-transform:uppercase}.landing-v3 .scene-time .dot{width:8px;height:8px;border-radius:50%;background:var(--navy-700);box-shadow:0 0 0 3px rgba(25,89,164,.18)}.landing-v3 .scene-time[data-hue=blue] .dot{background:var(--chip-blue-dot);box-shadow:0 0 0 3px color-mix(in srgb,var(--chip-blue-dot) 22%,transparent)}.landing-v3 .scene-time[data-hue=purple] .dot{background:var(--chip-purple-dot);box-shadow:0 0 0 3px color-mix(in srgb,var(--chip-purple-dot) 22%,transparent)}.landing-v3 .scene-time[data-hue=green] .dot{background:var(--chip-green-dot);box-shadow:0 0 0 3px color-mix(in srgb,var(--chip-green-dot) 22%,transparent)}.landing-v3 .scene-time[data-hue=amber] .dot{background:var(--chip-amber-dot);box-shadow:0 0 0 3px color-mix(in srgb,var(--chip-amber-dot) 22%,transparent)}.landing-v3 .scene-time .where{color:var(--ink-sub);font-family:var(--font-body);font-weight:500;font-size:13.5px;letter-spacing:0;text-transform:none;padding-left:11px;margin-left:6px;border-left:1px solid var(--line)}.landing-v3 .human-line{font-size:clamp(17px,1.4vw,20px);color:var(--ink-sub);line-height:1.5;margin:0 0 18px;font-weight:400}.landing-v3.voice-confessional .human-line{font-style:italic;color:var(--ink-sub)}.landing-v3.voice-neutral .human-line{font-style:normal;color:var(--ink-sub)}.landing-v3 .copy-panel h2{font-size:clamp(34px,3.4vw,56px);font-weight:800;letter-spacing:-.028em;line-height:1.06;color:var(--navy-800);margin:0 0 16px;text-wrap:balance}.landing-v3 .copy-panel h2 b{color:var(--navy-700);font-weight:800}.landing-v3 .copy-panel .support{font-size:17.5px;color:var(--ink-sub);line-height:1.6;margin:0 0 22px;text-wrap:pretty}.landing-v3 .copy-panel .tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.landing-v3 .copy-panel .tag{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:13px;font-weight:600;color:var(--chip-gray-fg);padding:6px 13px;background:var(--chip-gray-bg);border:1px solid color-mix(in srgb,var(--chip-gray-dot) 45%,transparent);border-radius:999px;opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease}.landing-v3 .copy-panel .tag .dot{width:7px;height:7px;border-radius:50%;flex:none;background:var(--chip-gray-dot)}.landing-v3 .copy-panel .tag.chip-blue{background:var(--chip-blue-bg);color:var(--chip-blue-fg);border-color:color-mix(in srgb,var(--chip-blue-dot) 45%,transparent)}.landing-v3 .copy-panel .tag.chip-blue .dot{background:var(--chip-blue-dot)}.landing-v3 .copy-panel .tag.chip-green{background:var(--chip-green-bg);color:var(--chip-green-fg);border-color:color-mix(in srgb,var(--chip-green-dot) 45%,transparent)}.landing-v3 .copy-panel .tag.chip-green .dot{background:var(--chip-green-dot)}.landing-v3 .copy-panel .tag.chip-purple{background:var(--chip-purple-bg);color:var(--chip-purple-fg);border-color:color-mix(in srgb,var(--chip-purple-dot) 45%,transparent)}.landing-v3 .copy-panel .tag.chip-purple .dot{background:var(--chip-purple-dot)}.landing-v3 .copy-panel .tag.chip-amber{background:var(--chip-amber-bg);color:var(--chip-amber-fg);border-color:color-mix(in srgb,var(--chip-amber-dot) 45%,transparent)}.landing-v3 .copy-panel .tag.chip-amber .dot{background:var(--chip-amber-dot)}.landing-v3 .copy-panel[data-reveal="1"] .tag:nth-child(-n+1),.landing-v3 .copy-panel[data-reveal="2"] .tag:nth-child(-n+2),.landing-v3 .copy-panel[data-reveal="3"] .tag:nth-child(-n+3),.landing-v3 .copy-panel[data-reveal="4"] .tag:nth-child(-n+4){opacity:1;transform:translateY(0)}.landing-v3 .copy-panel .human-line,.landing-v3 .copy-panel .metric,.landing-v3 .copy-panel .support,.landing-v3 .copy-panel h2{opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.landing-v3 .copy-panel[data-reveal-stage="1"] .human-line,.landing-v3 .copy-panel[data-reveal-stage="2"] .human-line,.landing-v3 .copy-panel[data-reveal-stage="2"] h2,.landing-v3 .copy-panel[data-reveal-stage="3"] .human-line,.landing-v3 .copy-panel[data-reveal-stage="3"] .support,.landing-v3 .copy-panel[data-reveal-stage="3"] h2,.landing-v3 .copy-panel[data-reveal-stage="4"] .human-line,.landing-v3 .copy-panel[data-reveal-stage="4"] .metric,.landing-v3 .copy-panel[data-reveal-stage="4"] .support,.landing-v3 .copy-panel[data-reveal-stage="4"] h2{opacity:1;transform:translateY(0)}.landing-v3 .copy-panel .metric{display:inline-flex;align-items:baseline;gap:10px;margin-top:20px;padding:13px 20px;background:var(--navy-800);border-radius:13px;color:#fff}.landing-v3 .copy-panel .metric .v{font-size:28px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--mkt-accent)}.landing-v3 .copy-panel .metric .l{font-size:14px;opacity:.9}.landing-v3 .handoff-panel{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:140px 40px;text-align:center;z-index:5;will-change:transform,opacity}.landing-v3 .handoff-panel .handoff-time{font-family:var(--font-mono);font-size:13px;color:var(--navy-700);letter-spacing:.06em;margin-bottom:16px;display:inline-flex;align-items:center;gap:10px}.landing-v3 .handoff-panel .handoff-time .dot{width:7px;height:7px;border-radius:50%;background:var(--navy-700);box-shadow:0 0 0 3px rgba(25,89,164,.18)}.landing-v3 .handoff-panel h2{font-size:clamp(34px,4.2vw,62px);font-weight:800;letter-spacing:-.03em;line-height:1.05;color:var(--navy-800);margin:0 0 12px;max-width:18ch;text-wrap:balance}.landing-v3 .handoff-panel p{font-size:clamp(16px,1.4vw,20px);color:var(--ink-sub);max-width:52ch;margin:0}.landing-v3 .handoff-panel .handoff-time .sep{color:var(--ink-meta)}.landing-v3 .handoff-panel .human-line{font-size:clamp(18px,1.5vw,22px);max-width:44ch;margin:0 0 18px}.landing-v3.mode-relay{--relay-pad-left:max(72px,calc((100% - 1080px) / 2))}.landing-v3.mode-relay .copy-panel{grid-template-columns:1fr 1fr;padding:140px 60px 100px var(--relay-pad-left)}.landing-v3.mode-relay .copy-panel .copy-box{justify-self:start;width:100%;max-width:min(560px,calc(25vw + 320px))}.landing-v3.mode-relay .z-stage[data-device=desktop] .copy-panel{grid-template-columns:1fr 1fr;padding:140px 60px 100px var(--relay-pad-left)}.landing-v3.mode-relay .z-stage[data-device=desktop] .copy-panel .copy-box{justify-self:start;width:100%;max-width:min(620px,calc(19vw + 250px),calc(49vw - 135px))}.landing-v3.mode-relay .handoff-panel{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:140px 60px 100px var(--relay-pad-left);text-align:left}.landing-v3.mode-relay .handoff-box{grid-column:1;justify-self:start;width:100%;max-width:min(620px,calc(19vw + 250px),calc(49vw - 135px));text-align:left}.landing-v3 .device-img{position:relative;line-height:0;max-width:100%}.landing-v3 .device-img img{width:100%;height:auto;display:block}.landing-v3 .phone-img:not(.is-stack) img{filter:drop-shadow(0 34px 60px rgba(10,43,92,.32))}.landing-v3 .desktop-img:not(.is-stack) img{filter:drop-shadow(0 40px 76px rgba(10,43,92,.28))}.landing-v3 .phone-img.is-stack{aspect-ratio:800/1350}.landing-v3 .desktop-img.is-stack{aspect-ratio:1350/900}.landing-v3 .device-img.is-stack .relay-shot{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity .5s var(--ease-out),filter .5s var(--ease-out);will-change:opacity,filter}.landing-v3 .phone-img.is-stack .relay-shot{filter:drop-shadow(0 34px 60px rgba(10,43,92,.32)) blur(7px)}.landing-v3 .desktop-img.is-stack .relay-shot{filter:drop-shadow(0 40px 76px rgba(10,43,92,.28)) blur(7px)}.landing-v3 .phone-img.is-stack .relay-shot[data-active=true]{opacity:1;filter:drop-shadow(0 34px 60px rgba(10,43,92,.32)) blur(0)}.landing-v3 .desktop-img.is-stack .relay-shot[data-active=true]{opacity:1;filter:drop-shadow(0 40px 76px rgba(10,43,92,.28)) blur(0)}@media (prefers-reduced-motion:reduce){.landing-v3 .device-img.is-stack .relay-shot{transition:opacity .2s linear}.landing-v3 .desktop-img.is-stack .relay-shot,.landing-v3 .device-img.is-stack .relay-shot[data-active=true],.landing-v3 .phone-img.is-stack .relay-shot{filter:none}}.landing-v3 .panel-slot{opacity:0;visibility:hidden}.landing-v3 .desktop-slot,.landing-v3 .phone-slot{opacity:0}.landing-v3.mode-static{background:linear-gradient(180deg,#eef1f8,#f6f8fc 55%,#ffffff)}.landing-v3 .static-stack{display:flex;flex-direction:column}.landing-v3.mode-static .ss-section{position:relative;width:100%;padding:56px 24px;display:flex;justify-content:center}.landing-v3.mode-static .ss-hero{padding-top:132px;padding-bottom:40px}.landing-v3.banner-visible.mode-static .ss-hero{padding-top:168px}.landing-v3.mode-static .copy-panel,.landing-v3.mode-static .handoff-panel,.landing-v3.mode-static .hero-panel{position:static;inset:auto;padding:0;will-change:auto;min-height:0}.landing-v3.mode-static .hero-panel{max-width:720px}.landing-v3.mode-static .hero-panel .cta-row{flex-wrap:wrap;justify-content:center}.landing-v3.mode-static .copy-panel{display:flex;flex-direction:column;gap:28px;align-items:center;width:100%;max-width:640px;text-align:center}.landing-v3.mode-static .copy-panel .copy-box{max-width:560px;justify-self:auto}.landing-v3.mode-static .copy-panel .scene-time,.landing-v3.mode-static .copy-panel .tags{justify-content:center}.landing-v3.mode-static .ss-mockup{display:flex;justify-content:center;width:100%}.landing-v3.mode-static .ss-mockup .phone-img{width:min(280px,78%)!important}.landing-v3.mode-static .copy-panel .human-line,.landing-v3.mode-static .copy-panel .metric,.landing-v3.mode-static .copy-panel .support,.landing-v3.mode-static .copy-panel .tag,.landing-v3.mode-static .copy-panel h2{opacity:1;transform:none}@media (prefers-reduced-motion:no-preference){.landing-v3.mode-static .reveal-on-scroll{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.landing-v3.mode-static .reveal-on-scroll.is-revealed{opacity:1;transform:none}}.landing-v3.mobile-relay .mobile-relay-journey{position:relative;background:#eef1f8}.landing-v3.mobile-relay .mr-phone-band{position:sticky;top:76px;z-index:4;height:290px;display:flex;align-items:flex-start;justify-content:center;pointer-events:none}.landing-v3.mobile-relay .mr-phone-band:before{content:"";position:absolute;left:-24px;right:-24px;top:-120px;bottom:-2dvh;background:linear-gradient(180deg,#eef1f8,#eef1f8 94%,rgba(238,241,248,0));z-index:-1}.landing-v3.mobile-relay .mr-phone{width:150px}.landing-v3.mobile-relay .mr-phone .phone-img.is-stack{width:150px!important}.landing-v3.mobile-relay .phone-img.is-stack .relay-shot{transition:opacity .35s ease,transform .52s var(--ease-out);transform:scale(.97);filter:none;will-change:opacity,transform}.landing-v3.mobile-relay .phone-img.is-stack .relay-shot[data-active=true]{transform:scale(1);filter:none}.landing-v3.mobile-relay .mr-beats{position:relative;z-index:1}.landing-v3.mobile-relay .mr-beat{position:relative;min-height:76dvh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:24px 24px max(8dvh,84px)}.landing-v3.mobile-relay .mr-beat .copy-panel{gap:0;max-width:460px}.landing-v3.mobile-relay .mr-beat .scene-time{margin-bottom:9px;font-size:11.5px}.landing-v3.mobile-relay .mr-beat .human-line{font-size:15px;line-height:1.45;margin:0 0 9px}.landing-v3.mobile-relay .mr-beat h2{font-size:clamp(25px,7.4vw,31px);line-height:1.08;margin:0 0 10px}.landing-v3.mobile-relay .mr-beat .support{font-size:14.5px;line-height:1.5;margin:0 0 13px}.landing-v3.mobile-relay .mr-beat .tags{margin-top:0;gap:7px}.landing-v3.mobile-relay .mr-beat .tag{font-size:12px;padding:5px 11px}.landing-v3.mobile-relay .mr-beat .metric{margin-top:13px;padding:10px 16px}.landing-v3.mobile-relay .mr-beat .metric .v{font-size:24px}.landing-v3.mobile-relay .mr-send-sub{position:absolute;top:55%;left:50%;width:1px;height:1px;pointer-events:none}.landing-v3.mobile-relay .mr-tail-spacer{height:8dvh}@media (prefers-reduced-motion:no-preference){.landing-v3.mobile-relay .mr-beat .copy-panel .copy-box>*{opacity:0;transform:translateY(8px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}.landing-v3.mobile-relay .mr-beat.is-revealed .copy-panel .copy-box>*{opacity:1;transform:none}.landing-v3.mobile-relay .mr-beat .copy-panel .copy-box>:nth-child(2){transition-delay:50ms}.landing-v3.mobile-relay .mr-beat .copy-panel .copy-box>:nth-child(3){transition-delay:.1s}.landing-v3.mobile-relay .mr-beat .copy-panel .copy-box>:nth-child(4){transition-delay:.15s}.landing-v3.mobile-relay .mr-beat .copy-panel .copy-box>:nth-child(5){transition-delay:.2s}.landing-v3.mobile-relay .mr-beat .copy-panel .copy-box>:nth-child(6){transition-delay:.25s}}@media (min-width:640px){.landing-v3.mobile-relay .mr-phone-band{top:124px;height:calc(clamp(220px, 26dvh, 330px) * 1.6875)}.landing-v3.mobile-relay .mr-phone{width:clamp(220px,26dvh,330px)}.landing-v3.mobile-relay .mr-phone .phone-img.is-stack{width:clamp(220px,26dvh,330px)!important}.landing-v3.mobile-relay .mr-beat{min-height:64dvh;padding:32px 32px max(6dvh,80px)}.landing-v3.mobile-relay .mr-beat .copy-panel{max-width:600px}.landing-v3.mobile-relay .mr-beat .scene-time{font-size:12.5px}.landing-v3.mobile-relay .mr-beat h2{font-size:clamp(32px,5vw,44px);margin:0 0 12px}.landing-v3.mobile-relay .mr-beat .human-line{font-size:18px;margin:0 0 11px}.landing-v3.mobile-relay .mr-beat .support{font-size:17px;margin:0 0 16px}.landing-v3.mobile-relay .mr-beat .tag{font-size:13px;padding:6px 13px}.landing-v3.mobile-relay .mr-beat .metric{margin-top:16px;padding:12px 19px}.landing-v3.mobile-relay .mr-beat .metric .v{font-size:28px}.landing-v3.mode-static .hero-phone-img{width:clamp(220px,26dvh,300px)}.landing-v3.mode-static .hero-panel{max-width:760px}.landing-v3.mode-static .hero-panel h1{font-size:clamp(34px,5.2vw,48px)}.landing-v3.mode-static .hero-panel p.lead{font-size:clamp(17px,2.1vw,20px)}}@media (min-width:640px) and (orientation:portrait){.landing-v3.mobile-relay .mr-phone-band{height:calc(clamp(210px, 22dvh, 270px) * 1.6875)}.landing-v3.mobile-relay .mr-phone{width:clamp(210px,22dvh,270px)}.landing-v3.mobile-relay .mr-phone .phone-img.is-stack{width:clamp(210px,22dvh,270px)!important}}@media (max-height:720px){.landing-v3.mobile-relay .mr-phone-band{height:218px}.landing-v3.mobile-relay .mr-phone{width:120px}.landing-v3.mobile-relay .mr-phone .phone-img.is-stack{width:120px!important}}@media (max-height:600px){.landing-v3.mobile-relay .mr-phone-band{height:184px}.landing-v3.mobile-relay .mr-phone{width:102px}.landing-v3.mobile-relay .mr-phone .phone-img.is-stack{width:102px!important}}@media (orientation:landscape) and (min-width:900px) and (min-height:500px){.landing-v3.mobile-relay .mr-phone-band{justify-content:flex-end;padding-right:max(7vw,calc((100% - 1040px) / 2));height:calc(clamp(260px, 44dvh, 360px) * 1.6875);top:max(132px,calc((100dvh - clamp(260px, 44dvh, 360px) * 1.6875) / 2))}.landing-v3.mobile-relay .mr-phone,.landing-v3.mobile-relay .mr-phone .phone-img.is-stack{width:clamp(260px,44dvh,360px)!important}.landing-v3.mobile-relay .mr-phone-band:before{left:55%;right:-24px}.landing-v3.mobile-relay .mr-beat{min-height:78dvh;justify-content:center;align-items:flex-start;padding:24px 24px 24px max(7vw,calc((100% - 1040px) / 2))}.landing-v3.mobile-relay .mr-beat .copy-panel{max-width:min(460px,46vw);text-align:left;align-items:flex-start}.landing-v3.mobile-relay .mr-beat .scene-time,.landing-v3.mobile-relay .mr-beat .tags{justify-content:flex-start}.landing-v3.mobile-relay .mr-beat h2{font-size:clamp(28px,3.2vw,40px)}.landing-v3.mobile-relay .mr-beat .human-line{font-size:16.5px}.landing-v3.mobile-relay .mr-beat .support{font-size:16px}}.landing-v3 .chapter-rail{position:fixed;left:clamp(18px,2.2vw,40px);top:50%;transform:translateY(-50%);z-index:30;opacity:0;pointer-events:none;transition:opacity .35s var(--ease-out)}.landing-v3 .chapter-rail.is-armed{opacity:1;pointer-events:auto}.landing-v3 .chapter-rail ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.landing-v3 .chapter-rail .rail-node{position:relative;display:inline-flex;align-items:center;gap:10px;background:none;border:0;padding:4px 6px;margin:0;cursor:pointer;color:var(--ink-meta);font-family:inherit;transition:color .2s var(--ease-out),transform .12s var(--ease-out)}.landing-v3 .chapter-rail .rail-dot{width:8px;height:8px;border-radius:50%;flex:none;background:var(--line);transition:background .2s var(--ease-out),box-shadow .2s var(--ease-out),transform .2s var(--ease-out)}.landing-v3 .chapter-rail .rail-step{font-size:10px;letter-spacing:.12em;font-weight:700;opacity:.65;font-variant-numeric:tabular-nums}.landing-v3 .chapter-rail .rail-verb{font-size:11px;letter-spacing:.18em;font-weight:700;text-transform:uppercase}.landing-v3 .chapter-rail .rail-node.is-active{color:var(--navy-800)}.landing-v3 .chapter-rail .rail-node.is-active .rail-dot{background:var(--mkt-accent);box-shadow:0 0 0 4px rgba(255,168,0,.18);transform:scale(1.1)}.landing-v3 .chapter-rail .rail-node.is-active .rail-step{opacity:1}@media (hover:hover) and (pointer:fine){.landing-v3 .chapter-rail .rail-node:hover{color:var(--navy-700)}.landing-v3 .chapter-rail .rail-node:hover .rail-dot{background:var(--navy-600);transform:scale(1.2)}.landing-v3 .chapter-rail .rail-node.is-active:hover .rail-dot{background:var(--mkt-accent);transform:scale(1.25)}}.landing-v3 .chapter-rail .rail-node:active{transform:scale(.97)}@media (min-width:1024px) and (max-width:1400px){.landing-v3 .chapter-rail .rail-node{gap:0;padding:6px}.landing-v3 .chapter-rail .rail-step{display:none}.landing-v3 .chapter-rail .rail-verb{position:absolute;left:calc(100% + 12px);top:50%;padding:5px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--navy-800);box-shadow:0 8px 24px -10px rgba(10,43,92,.35);white-space:nowrap;pointer-events:none;transform-origin:left center;opacity:0;transform:translateY(-50%) translateX(-4px) scale(.96);transition:opacity .16s var(--ease-out),transform .16s var(--ease-out)}.landing-v3 .chapter-rail .rail-node:focus-visible .rail-verb,.landing-v3 .chapter-rail .rail-node:hover .rail-verb{opacity:1;transform:translateY(-50%) translateX(0) scale(1)}}.landing-v3 .sticky-cta{position:fixed;right:clamp(20px,2.5vw,44px);bottom:clamp(20px,3vh,40px);z-index:30;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .3s var(--ease-out),transform .3s var(--ease-out)}.landing-v3 .sticky-cta[data-visible=true]{opacity:1;transform:translateY(0);pointer-events:auto}.landing-v3 .sticky-cta .btn-primary{box-shadow:0 14px 40px -10px rgba(10,43,92,.5)}.landing-v3.mobile-relay .sticky-cta{right:auto;left:50%;bottom:calc(14px + env(safe-area-inset-bottom, 0px));transform:translateX(-50%) translateY(8px)}.landing-v3.mobile-relay .sticky-cta[data-visible=true]{transform:translateX(-50%) translateY(0)}.landing-v3.mobile-relay .sticky-cta .btn-primary{padding:12px 22px;font-size:15px;white-space:nowrap;max-width:calc(100vw - 48px)}@media (orientation:landscape) and (min-width:900px) and (min-height:500px){.landing-v3.mobile-relay .sticky-cta{left:auto;right:clamp(20px,2.5vw,44px);bottom:calc(20px + env(safe-area-inset-bottom, 0px));transform:translateY(8px)}.landing-v3.mobile-relay .sticky-cta[data-visible=true]{transform:translateY(0)}}@media (min-width:1024px){.landing-v3.mode-static .ss-section{padding:80px 40px}.landing-v3.mode-static .copy-panel{max-width:880px}}.landing-v3 .commercial-half{position:relative;z-index:2;background:#fff}.landing-v3 .commercial-section{padding:clamp(72px,9vh,130px) 40px}.landing-v3 .commercial-inner{max-width:1080px;margin:0 auto}.landing-v3 .kicker{font-family:var(--font-mono);font-size:11px;color:var(--navy-700);letter-spacing:.2em;font-weight:700;text-transform:uppercase;margin:0 0 16px}.landing-v3 .commercial-section h2{font-size:clamp(30px,3.4vw,52px);font-weight:800;letter-spacing:-.028em;line-height:1.07;color:var(--navy-800);margin:0 0 16px;max-width:20ch;text-wrap:balance}.landing-v3 .commercial-sub{font-size:clamp(16px,1.3vw,19px);color:var(--ink-sub);max-width:58ch;margin:0;line-height:1.6;text-wrap:pretty}.landing-v3 .commercial-closing{font-size:clamp(17px,1.4vw,21px);color:var(--navy-800);font-weight:700;margin:40px 0 0;max-width:46ch;line-height:1.3;letter-spacing:-.01em}.landing-v3 .chip{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:13px;font-weight:500;padding:6px 13px;border-radius:999px;border:1px solid transparent}.landing-v3 .chip .dot{width:7px;height:7px;border-radius:50%;flex:none}.landing-v3 .chip-blue{background:var(--chip-blue-bg);color:var(--chip-blue-fg);border-color:color-mix(in srgb,var(--chip-blue-dot) 45%,transparent)}.landing-v3 .chip-blue .dot{background:var(--chip-blue-dot)}.landing-v3 .chip-green{background:var(--chip-green-bg);color:var(--chip-green-fg);border-color:color-mix(in srgb,var(--chip-green-dot) 45%,transparent)}.landing-v3 .chip-green .dot{background:var(--chip-green-dot)}.landing-v3 .chip-purple{background:var(--chip-purple-bg);color:var(--chip-purple-fg);border-color:color-mix(in srgb,var(--chip-purple-dot) 45%,transparent)}.landing-v3 .chip-purple .dot{background:var(--chip-purple-dot)}.landing-v3 .chip-amber{background:var(--chip-amber-bg);color:var(--chip-amber-fg);border-color:color-mix(in srgb,var(--chip-amber-dot) 45%,transparent)}.landing-v3 .chip-amber .dot{background:var(--chip-amber-dot)}.landing-v3 .chip-gray{background:var(--chip-gray-bg);color:var(--chip-gray-fg);border-color:color-mix(in srgb,var(--chip-gray-dot) 45%,transparent)}.landing-v3 .chip-gray .dot{background:var(--chip-gray-dot)}@media (prefers-reduced-motion:no-preference){.landing-v3 .commercial-half>.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.landing-v3 .commercial-half>.reveal-on-scroll.is-revealed{opacity:1;transform:none}}.landing-v3 .antes-pin-track{--p:1;position:relative;background:linear-gradient(180deg,#eef1f8,#f6f8fc 80%)}.landing-v3.mode-relay .antes-pin-track{height:270vh}.landing-v3.mode-relay .antes-sticky{position:sticky;top:0;height:100dvh;display:grid;place-items:start center;overflow:hidden}.landing-v3.mode-relay .antes-sticky .commercial-section{padding-top:100px;padding-bottom:24px}.landing-v3.mode-relay .antes-stage{min-height:300px;margin:44px 0 16px}.landing-v3.mode-relay .antes-section .commercial-sub{margin-bottom:0}.landing-v3.mode-relay .antes-section .commercial-closing{margin-top:22px}.landing-v3 .antes-section{text-align:center}.landing-v3 .antes-section .commercial-closing,.landing-v3 .antes-section .commercial-sub,.landing-v3 .antes-section .kicker,.landing-v3 .antes-section h2{margin-left:auto;margin-right:auto}.landing-v3 .antes-section h2{max-width:16ch}.landing-v3 .antes-stage{position:relative;min-height:440px;display:grid;place-items:center;margin:52px 0}.landing-v3 .chaos-field{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.landing-v3 .chaos-glyph{position:absolute;display:flex;flex-direction:column;align-items:center;gap:8px;will-change:transform,opacity;transform:translate(calc(var(--tx) * var(--scatter, 1) * (1 - var(--p))),calc(var(--ty) * var(--scatter, 1) * (1 - var(--p)))) rotate(calc(var(--rot) * (1 - var(--p)))) scale(calc(1 - .4 * var(--p)));opacity:calc(.95 * (1 - var(--p)));filter:grayscale(calc(.28 * (1 - var(--p)))) saturate(calc(1 - .15 * (1 - var(--p))))}.landing-v3 .chaos-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--navy-800);font-weight:700;background:#fff;padding:4px 11px;border-radius:999px;border:1px solid var(--line);box-shadow:0 6px 16px -8px rgba(10,43,92,.35)}.landing-v3 .gv{position:relative;width:92px;height:92px;border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 14px 30px -14px rgba(10,43,92,.35)}.landing-v3 .gv-notebook{background:#fffdf6;display:flex;flex-direction:column;justify-content:center;gap:9px;padding:0 16px}.landing-v3 .gv-notebook .gv-line{height:4px;border-radius:2px;background:#d9c89a}.landing-v3 .gv-notebook .gv-line.short{width:60%}.landing-v3 .gv-whatsapp{background:#25D366;display:grid;place-items:center;border:none}.landing-v3 .gv-whatsapp .gv-bubble{position:relative;width:54px;height:40px;background:#fff;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:0 11px}.landing-v3 .gv-whatsapp .gv-bubble span{height:4px;border-radius:2px;background:#b9e8c8}.landing-v3 .gv-whatsapp .gv-bubble span:last-child{width:60%}.landing-v3 .gv-whatsapp .gv-bubble:after{content:"";position:absolute;bottom:-5px;left:9px;width:10px;height:10px;background:#fff;transform:rotate(45deg)}.landing-v3 .gv-photo{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a8fd3' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='3'/><circle cx='8.5' cy='8.5' r='1.6'/><path d='M21 15l-4.5-4.5L5 21'/></svg>") 50%/42px no-repeat,var(--blue-25)}.landing-v3 .gv-postit{background:#ffe680;border:none;display:flex;flex-direction:column;justify-content:center;gap:9px;padding:0 14px;box-shadow:0 14px 30px -14px rgba(120,100,10,.42)}.landing-v3 .gv-postit .gv-scribble{height:3px;border-radius:2px;background:rgba(90,70,10,.5)}.landing-v3 .gv-postit .gv-scribble.short{width:55%}.landing-v3 .gv-excel{display:flex;flex-direction:column}.landing-v3 .gv-excel .gv-xbar{height:22px;background:#1d7a44}.landing-v3 .gv-excel .gv-cells{flex:1;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr)}.landing-v3 .gv-excel .gv-cells span{border-right:1px solid #e6ebf2;border-bottom:1px solid #e6ebf2}.landing-v3 .gv-excel .gv-cells span:nth-child(5){background:#d7f0e0}.landing-v3 .ordered-doc{position:relative;z-index:2;will-change:transform,opacity;opacity:clamp(0,calc((var(--p) - .35) / .45),1);transform:translateY(calc(16px * (1 - var(--p)))) rotate(calc(-2.4deg * (1 - var(--p)))) scale(calc(.94 + .06 * var(--p)))}.landing-v3 .od-page{display:block;height:min(264px,34vh);width:auto;aspect-ratio:1819/2573;-o-object-fit:contain;object-fit:contain;border-radius:6px;box-shadow:0 1px 4px -1px rgba(10,43,92,.12),0 22px 48px -22px rgba(10,43,92,.4)}@media (max-width:1023px){.landing-v3 .commercial-section{padding:56px 24px}.landing-v3 .antes-stage{min-height:340px;margin:26px 0 4px}.landing-v3 .od-page{height:min(300px,40vh)}.landing-v3 .commercial-closing{margin-top:20px}.landing-v3 .testimonios-section .commercial-sub{margin-bottom:28px}.landing-v3 .antes-stage{--scatter:0.6}}@media (min-width:640px) and (max-width:1023px){.landing-v3 .antes-stage{--scatter:0.75}}@media (max-width:700px){.landing-v3 .antes-stage{--scatter:0.45}}@media (max-width:480px){.landing-v3 .antes-stage{--scatter:0.28}.landing-v3 .gv{width:74px;height:74px}.landing-v3 .chaos-label{font-size:9.5px;padding:3px 8px}}.landing-v3.mobile-relay .antes-pin-track{height:210dvh}.landing-v3.mobile-relay .antes-sticky{position:sticky;top:0;height:100dvh;display:grid;place-items:start center;overflow:hidden}.landing-v3.mobile-relay .antes-sticky .commercial-section{padding:80px 24px 16px}.landing-v3.mobile-relay .antes-section h2{margin-bottom:10px}.landing-v3.mobile-relay .antes-section .commercial-sub{font-size:15px}.landing-v3.mobile-relay .antes-stage{min-height:min(320px,38dvh);margin:14px 0 0}.landing-v3.mobile-relay .od-page{height:min(280px,34dvh)}.landing-v3.mobile-relay .antes-section .commercial-closing{margin-top:14px;font-size:16px}@media (min-width:640px){.landing-v3.mobile-relay .antes-sticky{place-items:center}.landing-v3.mobile-relay .antes-sticky .commercial-section{padding:110px 32px 24px}.landing-v3.mobile-relay .antes-section .commercial-sub{font-size:17px}.landing-v3.mobile-relay .antes-stage{min-height:min(470px,42dvh);margin:22px 0 0}.landing-v3.mobile-relay .od-page{height:min(440px,40dvh)}.landing-v3.mobile-relay .antes-section .commercial-closing{margin-top:20px;font-size:18px}}@media (max-height:649px){.landing-v3.mobile-relay .antes-pin-track{height:auto}.landing-v3.mobile-relay .antes-sticky{position:static;height:auto;overflow:visible}}.landing-v3 .testimonios-section{background:var(--blue-25)}.landing-v3 .testimonios-section .commercial-sub{margin-bottom:40px}.landing-v3 .testimonios-section .quotes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 24px;margin-top:8px}.landing-v3 .testimonios-section .quote-card{position:relative;margin:0 0 12px;padding:20px 22px 18px;background:#fff;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 28px -18px rgba(10,43,92,.28)}.landing-v3 .testimonios-section .quote-card:before{content:"";position:absolute;left:26px;bottom:-9px;width:18px;height:18px;background:#fff;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transform:rotate(45deg);border-bottom-right-radius:4px}.landing-v3 .testimonios-section .quote-card blockquote{margin:0;font-size:15px;line-height:1.5;color:var(--ink);text-wrap:pretty}.landing-v3 .testimonios-section .quote-card figcaption{font-size:12.5px;color:var(--ink-sub)}.landing-v3 .testimonios-section .quote-card figcaption strong{color:var(--ink);font-weight:600}@media (max-width:1000px){.landing-v3 .testimonios-section .quotes{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.landing-v3 .testimonios-section .quotes{grid-template-columns:1fr}}.landing-v3 .faq-list{max-width:760px;margin:32px 0 0;border-top:1px solid var(--line)}.landing-v3 .faq-item{border-bottom:1px solid var(--line)}.landing-v3 .faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 4px;font-size:clamp(16px,1.3vw,18px);font-weight:600;color:var(--navy-800)}.landing-v3 .faq-item summary::-webkit-details-marker{display:none}.landing-v3 .faq-mark{position:relative;width:16px;height:16px;flex:none}.landing-v3 .faq-mark:after,.landing-v3 .faq-mark:before{content:"";position:absolute;background:var(--navy-700);border-radius:2px}.landing-v3 .faq-mark:before{top:7px;left:0;width:16px;height:2px}.landing-v3 .faq-mark:after{left:7px;top:0;width:2px;height:16px;transition:transform .2s var(--ease-out)}.landing-v3 .faq-item[open] .faq-mark:after{transform:scaleY(0)}.landing-v3 .faq-item p{margin:0 4px 22px;color:var(--ink-sub);font-size:15.5px;line-height:1.6;max-width:64ch}@media (hover:hover) and (pointer:fine){.landing-v3 .faq-item summary:hover{color:var(--navy-700)}}.landing-v3 .pricing-section{background:var(--blue-25);text-align:center}.landing-v3 .pricing-section .commercial-inner{display:flex;flex-direction:column;align-items:center}.landing-v3 .pricing-section .kicker,.landing-v3 .pricing-section h2{text-align:center}.landing-v3 .pricing-section h2{max-width:22ch}.landing-v3 .pricing-pro-line{margin:10px 0 0;font-size:14.5px;color:var(--ink-meta);line-height:1.5}.landing-v3 .pricing-link{margin-top:22px;color:var(--navy-700);font-weight:600;text-decoration:none}.landing-v3 .final-cta-section{background:linear-gradient(135deg,#0F3A6E,#134A8C 50%,#1959A4);text-align:center;color:#fff}.landing-v3 .final-cta-inner{display:flex;flex-direction:column;align-items:center;max-width:760px}.landing-v3 .final-cta-kicker{color:rgba(255,255,255,.72)}.landing-v3 .final-cta-section h2{color:#fff;max-width:18ch}.landing-v3 .final-cta-section h2 .em{background-size:112% 122%}.landing-v3 .final-cta-body{color:rgba(255,255,255,.9);font-size:clamp(16px,1.4vw,19px);max-width:46ch;margin:4px 0 28px;line-height:1.55}.landing-v3 .final-cta-section .btn-primary{background:#fff;color:var(--navy-800);box-shadow:0 16px 40px -12px rgba(0,0,0,.35)}@media (hover:hover) and (pointer:fine){.landing-v3 .final-cta-section .btn-primary:hover{transform:translateY(-1px);box-shadow:0 20px 46px -12px rgba(0,0,0,.42)}}.landing-v3 .final-cta-promo{color:rgba(255,255,255,.78);font-size:13.5px;margin:16px 0 0}.landing-v3 .final-cta-badges{margin-top:26px}.landing-v3 .final-cta-price{color:rgba(255,255,255,.62);font-size:13px;margin:18px 0 0}