:root{--mv2-bg:#f7f8f8;--mv2-surface:#fff;--mv2-surface-2:#f1f2f3;--mv2-surface-3:#e9eaeb;--mv2-border:#e2e4e6;--mv2-border-strong:#cbced2;--mv2-text:#16191c;--mv2-text-muted:#3a3f45;--mv2-text-dim:#6b7177;--mv2-text-faint:#9aa0a6;--mv2-brand:#1e3a8a;--mv2-brand-2:#2748a6;--mv2-brand-grad:#1e3a8a;--mv2-accent-money:#059669;--mv2-accent-call:#a16207;--mv2-accent-ai:#1e3a8a;--mv2-accent-trust:#059669;--mv2-radius-sm:6px;--mv2-radius:6px;--mv2-radius-lg:10px;--mv2-radius-xl:14px;--mv2-shadow-sm:0 1px 2px rgba(16,25,28,.06);--mv2-shadow:0 4px 16px rgba(16,25,28,.08);--mv2-shadow-lg:0 12px 32px rgba(16,25,28,.1);--mv2-shadow-brand:0 6px 20px rgba(30,58,138,.18);--mv2-fz-xs:12px;--mv2-fz-sm:14px;--mv2-fz:16px;--mv2-fz-lg:18px;--mv2-fz-xl:22px;--mv2-fz-2xl:28px;--mv2-fz-3xl:36px;--mv2-fz-4xl:48px;--mv2-fz-5xl:64px;--mv2-fz-6xl:80px;--mv2-sp-1:4px;--mv2-sp-2:8px;--mv2-sp-3:12px;--mv2-sp-4:16px;--mv2-sp-5:20px;--mv2-sp-6:24px;--mv2-sp-8:32px;--mv2-sp-10:40px;--mv2-sp-12:48px;--mv2-sp-16:64px;--mv2-sp-20:80px;--mv2-sp-24:96px;--mv2-sp-32:128px;--mv2-container:1200px;--mv2-container-narrow:920px}.marketing-v2-root{background:var(--mv2-bg);color:var(--mv2-text);font-family:var(--font-ibm-plex-sans),var(--font-geist-sans),ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;font-size:var(--mv2-fz);line-height:1.6;font-feature-settings:"cv11","ss01";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;isolation:isolate}.marketing-v2-root *{box-sizing:border-box}.marketing-v2-root img,.marketing-v2-root svg{display:block;max-width:100%}.marketing-v2-root a{color:inherit;text-decoration:none}.marketing-v2-root button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.marketing-v2-root h1,.marketing-v2-root h2,.marketing-v2-root h3,.marketing-v2-root h4{font-family:var(--font-ibm-plex-sans),var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0}.marketing-v2-root h1{font-size:clamp(36px,6vw,var(--mv2-fz-6xl))}.marketing-v2-root h2{font-size:clamp(28px,4vw,var(--mv2-fz-4xl));letter-spacing:-.025em}.marketing-v2-root h3{font-size:var(--mv2-fz-2xl)}.marketing-v2-root h4{font-size:var(--mv2-fz-xl)}.marketing-v2-root p{color:var(--mv2-text-muted);margin:0}.marketing-v2-root .font-tabular{font-variant-numeric:tabular-nums}.marketing-v2-root .mono{font-family:var(--font-geist-mono),ui-monospace,"SF Mono",Menlo,monospace}.marketing-v2-root .container{max-width:var(--mv2-container);margin:0 auto;padding:0 var(--mv2-sp-6)}.marketing-v2-root .container-narrow{max-width:var(--mv2-container-narrow);margin:0 auto;padding:0 var(--mv2-sp-6)}.marketing-v2-root .section{padding:var(--mv2-sp-24) 0}.marketing-v2-root .section-tight{padding:var(--mv2-sp-16) 0}@media (max-width:768px){.marketing-v2-root .section{padding:var(--mv2-sp-16) 0}.marketing-v2-root .section-tight{padding:var(--mv2-sp-12) 0}}.marketing-v2-root .stack{display:flex;flex-direction:column}.marketing-v2-root .row{display:flex;align-items:center}.marketing-v2-root .wrap{flex-wrap:wrap}.marketing-v2-root .grow{flex:1}.marketing-v2-root .grid{display:grid;gap:var(--mv2-sp-6)}.marketing-v2-root .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.marketing-v2-root .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.marketing-v2-root .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.marketing-v2-root .grid-2,.marketing-v2-root .grid-3,.marketing-v2-root .grid-4{grid-template-columns:1fr}}@media (max-width:1100px) and (min-width:901px){.marketing-v2-root .grid-4{grid-template-columns:repeat(2,1fr)}}.marketing-v2-root .gap-2{gap:var(--mv2-sp-2)}.marketing-v2-root .gap-3{gap:var(--mv2-sp-3)}.marketing-v2-root .gap-4{gap:var(--mv2-sp-4)}.marketing-v2-root .gap-6{gap:var(--mv2-sp-6)}.marketing-v2-root .gap-8{gap:var(--mv2-sp-8)}.marketing-v2-root .gap-10{gap:var(--mv2-sp-10)}.marketing-v2-root .text-center{text-align:center}.marketing-v2-root .text-muted{color:var(--mv2-text-muted)}.marketing-v2-root .text-dim{color:var(--mv2-text-dim)}.marketing-v2-root .max-readable{max-width:60ch}.marketing-v2-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--mv2-sp-2);padding:14px 22px;border-radius:var(--mv2-radius);font-weight:600;font-size:var(--mv2-fz-sm);letter-spacing:-.01em;transition:transform .18s ease,background .18s ease,box-shadow .18s ease,border-color .18s ease;min-height:44px;white-space:nowrap}.marketing-v2-root .btn:focus-visible{outline:2px solid var(--mv2-brand);outline-offset:2px}.marketing-v2-root .btn-primary{background:var(--mv2-brand-grad)}.marketing-v2-root .btn-primary:hover{box-shadow:0 12px 40px rgba(30,58,138,.45)}.marketing-v2-root .btn-primary:active{transform:translateY(0)}.marketing-v2-root .btn-secondary{background:var(--mv2-surface-2);color:var(--mv2-text);border:1px solid var(--mv2-border)}.marketing-v2-root .btn-secondary:hover{background:var(--mv2-surface-3);border-color:var(--mv2-border-strong)}.marketing-v2-root .btn-ghost{background:transparent;color:var(--mv2-text-muted);border:1px solid transparent}.marketing-v2-root .btn-lg{padding:16px 28px;font-size:var(--mv2-fz)}.marketing-v2-root .btn-sm{padding:10px 16px;font-size:var(--mv2-fz-xs);min-height:36px}.marketing-v2-root .nav{position:sticky;top:0;z-index:50;backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px)}.marketing-v2-root .nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:var(--mv2-sp-8)}.marketing-v2-root .logo{display:flex;align-items:center;gap:var(--mv2-sp-3);font-weight:700;font-family:var(--font-ibm-plex-sans),var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif}.marketing-v2-root .logo-mark{width:32px;height:32px;border-radius:var(--mv2-radius-lg);background:var(--mv2-brand-grad);display:grid;place-items:center;box-shadow:0 4px 18px rgba(30,58,138,.35)}.marketing-v2-root .logo-mark svg{width:18px;height:18px;color:#fff}.marketing-v2-root .nav-links{display:flex;align-items:center;gap:var(--mv2-sp-2)}.marketing-v2-root .nav-link{color:var(--mv2-text-muted);font-size:var(--mv2-fz-sm);font-weight:500;padding:8px 14px;border-radius:var(--mv2-radius-lg);transition:color .16s ease,background .16s ease}.marketing-v2-root .nav-link.active,.marketing-v2-root .nav-link:hover{color:var(--mv2-text)}.marketing-v2-root .nav-cta{display:flex;align-items:center;gap:var(--mv2-sp-2)}.marketing-v2-root .faq summary:focus-visible,.marketing-v2-root .feature:focus-visible,.marketing-v2-root .nav-drawer-link:focus-visible,.marketing-v2-root .nav-link:focus-visible,.marketing-v2-root .nav-toggle:focus-visible,.marketing-v2-root .persona-door:focus-visible{outline:2px solid var(--mv2-brand);outline-offset:2px;border-radius:var(--mv2-radius)}.marketing-v2-root .nav-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:var(--mv2-radius);color:var(--mv2-text)}.marketing-v2-root .nav-toggle:hover{background:rgba(16,25,28,.04)}.marketing-v2-root .nav-toggle-bars{display:block;width:18px;height:14px;position:relative}.marketing-v2-root .nav-toggle-bars span{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:currentColor;transition:transform .2s cubic-bezier(.2,.7,.2,1),opacity .16s ease,top .2s cubic-bezier(.2,.7,.2,1)}.marketing-v2-root .nav-toggle-bars span:first-child{top:0}.marketing-v2-root .nav-toggle-bars span:nth-child(2){top:6px}.marketing-v2-root .nav-toggle-bars span:nth-child(3){top:12px}.marketing-v2-root .nav-toggle-bars.is-open span:first-child{top:6px;transform:rotate(45deg)}.marketing-v2-root .nav-toggle-bars.is-open span:nth-child(2){opacity:0}.marketing-v2-root .nav-toggle-bars.is-open span:nth-child(3){top:6px;transform:rotate(-45deg)}.marketing-v2-root .nav-drawer{display:none}.marketing-v2-root .nav-drawer-links{display:flex;flex-direction:column}.marketing-v2-root .nav-drawer-link{color:var(--mv2-text);font-size:var(--mv2-fz-lg);font-weight:600;padding:16px 0;border-bottom:1px solid var(--mv2-border)}.marketing-v2-root .nav-drawer-link.active{color:var(--mv2-brand)}.marketing-v2-root .nav-drawer-cta{display:flex;flex-direction:column;gap:var(--mv2-sp-3);margin-top:var(--mv2-sp-6)}.marketing-v2-root .nav-drawer-cta .btn{width:100%;justify-content:center}@media (max-width:900px){.marketing-v2-root .nav-cta,.marketing-v2-root .nav-links{display:none}.marketing-v2-root .nav-toggle{display:inline-flex}.marketing-v2-root .nav-drawer.is-open{display:block;position:fixed;top:64px;left:0;right:0;bottom:0;z-index:60;background:var(--mv2-surface);border-top:1px solid var(--mv2-border);padding:var(--mv2-sp-6);overflow-y:auto;overscroll-behavior:contain}}.marketing-v2-root .hero{position:relative;padding:calc(var(--mv2-sp-24) + var(--mv2-sp-4)) 0 var(--mv2-sp-20);overflow:hidden}.marketing-v2-root .hero-bg{position:absolute;inset:0;background:radial-gradient(1200px 600px at 80% -20%,rgba(30,58,138,.06),transparent 60%),radial-gradient(900px 500px at 10% 0,rgba(5,150,105,.05),transparent 60%);pointer-events:none}.marketing-v2-root .hero-inner{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--mv2-sp-6)}.marketing-v2-root .hero-badge{display:inline-flex;align-items:center;gap:var(--mv2-sp-2);padding:6px 14px;border:1px solid var(--mv2-border);background:var(--mv2-surface-2);border-radius:999px;font-size:var(--mv2-fz-xs);color:var(--mv2-text-muted);font-weight:500}.marketing-v2-root .hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--mv2-accent-money);box-shadow:0 0 0 4px rgba(5,150,105,.15)}.marketing-v2-root .hero h1{max-width:18ch}.marketing-v2-root .hero .subhead{font-size:clamp(16px,2vw,var(--mv2-fz-xl));color:var(--mv2-text-muted);max-width:56ch}.marketing-v2-root .hero-cta{display:flex;gap:var(--mv2-sp-3);margin-top:var(--mv2-sp-4);flex-wrap:wrap;justify-content:center}.marketing-v2-root .hero-microcopy{font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim);margin-top:var(--mv2-sp-3)}.marketing-v2-root .persona-doors{display:grid;gap:var(--mv2-sp-4);grid-template-columns:repeat(3,1fr);margin-top:var(--mv2-sp-12)}@media (max-width:900px){.marketing-v2-root .persona-doors{grid-template-columns:1fr}}.marketing-v2-root .persona-door{position:relative;background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:var(--mv2-sp-6) var(--mv2-sp-6) var(--mv2-sp-5);transition:transform .2s ease,border-color .2s ease,background .2s ease;text-align:left;overflow:hidden}.marketing-v2-root .persona-door:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(30,58,138,.06));opacity:0;transition:opacity .2s ease;pointer-events:none}.marketing-v2-root .persona-door:hover{transform:translateY(-3px);border-color:var(--mv2-border-strong)}.marketing-v2-root .persona-door:hover:before{opacity:1}.marketing-v2-root .persona-icon{width:36px;height:36px;border-radius:var(--mv2-radius-lg);display:grid;place-items:center;margin-bottom:var(--mv2-sp-4)}.marketing-v2-root .persona-icon svg{width:18px;height:18px;color:#fff}.marketing-v2-root .persona-door--agent .persona-icon{background:rgba(5,150,105,.15)}.marketing-v2-root .persona-door--agent .persona-icon svg{color:var(--mv2-accent-money)}.marketing-v2-root .persona-door--agency .persona-icon{background:rgba(30,58,138,.12)}.marketing-v2-root .persona-door--agency .persona-icon svg{color:var(--mv2-accent-ai)}.marketing-v2-root .persona-door--vendor .persona-icon{background:rgba(161,98,7,.15)}.marketing-v2-root .persona-door--vendor .persona-icon svg{color:var(--mv2-accent-call)}.marketing-v2-root .persona-door h3{font-size:var(--mv2-fz-lg);margin-bottom:var(--mv2-sp-2)}.marketing-v2-root .persona-door p{font-size:var(--mv2-fz-sm);margin-bottom:var(--mv2-sp-4)}.marketing-v2-root .persona-door .arrow{font-size:var(--mv2-fz-sm);color:var(--mv2-text);display:inline-flex;align-items:center;gap:6px;font-weight:600}.marketing-v2-root .roi{border-block:1px solid var(--mv2-border);background:var(--mv2-surface);padding:var(--mv2-sp-10) 0}.marketing-v2-root .roi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--mv2-sp-6)}@media (max-width:900px){.marketing-v2-root .roi-grid{grid-template-columns:repeat(2,1fr);gap:var(--mv2-sp-8)}}@media (max-width:500px){.marketing-v2-root .roi-grid{grid-template-columns:1fr}}.marketing-v2-root .roi-stat{text-align:center}.marketing-v2-root .roi-number{font-family:var(--font-ibm-plex-sans),var(--font-geist-sans),ui-sans-serif,system-ui,sans-serif;font-weight:700;font-size:clamp(30px,4vw,var(--mv2-fz-4xl));line-height:1;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.marketing-v2-root .roi-label{color:var(--mv2-text-muted);font-size:var(--mv2-fz-sm);margin-top:var(--mv2-sp-2)}.marketing-v2-root .roi-sub{color:var(--mv2-text-dim);font-size:var(--mv2-fz-xs);margin-top:var(--mv2-sp-1)}.marketing-v2-root .roi-number.money{background:var(--mv2-brand-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.marketing-v2-root .eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:var(--mv2-fz-xs);font-weight:600}.marketing-v2-root .section-header{text-align:center;max-width:56ch;margin:0 auto var(--mv2-sp-10)}.marketing-v2-root .section-header h2{margin-top:var(--mv2-sp-2)}.marketing-v2-root .section-header p{margin-top:var(--mv2-sp-3);font-size:var(--mv2-fz-lg)}.marketing-v2-root .feature{background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:var(--mv2-sp-6);transition:transform .2s ease,border-color .2s ease;display:flex;flex-direction:column;gap:var(--mv2-sp-3);min-height:180px}.marketing-v2-root .feature:hover{border-color:var(--mv2-border-strong)}.marketing-v2-root .feature-ic{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:rgba(30,58,138,.14);color:var(--mv2-brand)}.marketing-v2-root .feature-ic svg{width:20px;height:20px}.marketing-v2-root .feature h3{font-size:var(--mv2-fz-lg)}.marketing-v2-root .feature p{font-size:var(--mv2-fz-sm)}.marketing-v2-root .feature--money .feature-ic{background:rgba(5,150,105,.12);color:var(--mv2-accent-money)}.marketing-v2-root .feature--call .feature-ic{background:rgba(161,98,7,.12);color:var(--mv2-accent-call)}.marketing-v2-root .feature--ai .feature-ic{background:rgba(30,58,138,.1);color:var(--mv2-accent-ai)}.marketing-v2-root .feature--trust .feature-ic{background:rgba(5,150,105,.1);color:var(--mv2-accent-trust)}.marketing-v2-root .split{display:grid;grid-template-columns:1fr 1fr;gap:var(--mv2-sp-16);align-items:center}@media (max-width:900px){.marketing-v2-root .split{grid-template-columns:1fr;gap:var(--mv2-sp-10)}}.marketing-v2-root .split.reverse>:first-child{order:2}@media (max-width:900px){.marketing-v2-root .split.reverse>:first-child{order:0}}.marketing-v2-root .split h2{margin-bottom:var(--mv2-sp-3)}.marketing-v2-root .split-copy p{font-size:var(--mv2-fz-lg);color:var(--mv2-text-muted);margin-bottom:var(--mv2-sp-5);max-width:48ch}.marketing-v2-root .split-bullets{list-style:none;display:grid;gap:var(--mv2-sp-3);margin-bottom:var(--mv2-sp-6);padding:0}.marketing-v2-root .split-bullets li{display:grid;grid-template-columns:20px 1fr;gap:var(--mv2-sp-3);font-size:var(--mv2-fz)}.marketing-v2-root .split-bullets svg{width:20px;height:20px;color:var(--mv2-brand);margin-top:3px}.marketing-v2-root .win{background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);overflow:hidden;box-shadow:var(--mv2-shadow-sm)}.marketing-v2-root .win-chrome{display:flex;align-items:center;gap:6px;padding:10px 14px;background:var(--mv2-surface-2);border-bottom:1px solid var(--mv2-border)}.marketing-v2-root .win-chrome i{width:10px;height:10px;border-radius:50%;background:var(--mv2-border-strong)}.marketing-v2-root .win-chrome i:first-child{background:#ef4444aa}.marketing-v2-root .win-chrome i:nth-child(2){background:#f59e0baa}.marketing-v2-root .win-chrome i:nth-child(3){background:#10b981aa}.marketing-v2-root .win-chrome span{margin-left:auto;font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim)}.marketing-v2-root .win-body{padding:var(--mv2-sp-5)}.marketing-v2-root .compete{background:var(--mv2-surface);border-block:1px solid var(--mv2-border)}.marketing-v2-root .compete-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mv2-sp-5)}@media (max-width:900px){.marketing-v2-root .compete-grid{grid-template-columns:1fr}}.marketing-v2-root .compete-card{background:var(--mv2-bg);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:var(--mv2-sp-6)}.marketing-v2-root .compete-card h3{font-size:var(--mv2-fz-lg);margin-bottom:var(--mv2-sp-4);display:flex;align-items:center;gap:var(--mv2-sp-2)}.marketing-v2-root .compete-card h3 .vs{font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim);font-weight:500;text-transform:uppercase;letter-spacing:.14em}.marketing-v2-root .compete-list{list-style:none;display:grid;gap:var(--mv2-sp-3);padding:0}.marketing-v2-root .compete-list li{display:grid;grid-template-columns:18px 1fr;gap:var(--mv2-sp-3);font-size:var(--mv2-fz-sm);align-items:start}.marketing-v2-root .compete-list svg{width:18px;height:18px;color:var(--mv2-accent-money);margin-top:2px}.marketing-v2-root .quote{background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:var(--mv2-sp-6)}.marketing-v2-root .quote blockquote{font-size:var(--mv2-fz-lg);color:var(--mv2-text);line-height:1.5;margin:0 0 var(--mv2-sp-5) 0;padding:0}.marketing-v2-root .quote-author{display:flex;align-items:center;gap:var(--mv2-sp-3)}.marketing-v2-root .quote-avatar{width:42px;height:42px;border-radius:50%;background:var(--mv2-brand-grad);display:grid;place-items:center;font-weight:700;font-size:var(--mv2-fz-sm);color:#fff}.marketing-v2-root .quote-name{font-size:var(--mv2-fz-sm);font-weight:600}.marketing-v2-root .quote-title{font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim)}.marketing-v2-root .quote-metric{font-weight:700;font-size:var(--mv2-fz-xl);color:var(--mv2-accent-money);margin-top:var(--mv2-sp-3);font-variant-numeric:tabular-nums}.marketing-v2-root .tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mv2-sp-5)}@media (max-width:900px){.marketing-v2-root .tiers{grid-template-columns:1fr}}.marketing-v2-root .tier{background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:var(--mv2-sp-8) var(--mv2-sp-6);display:flex;flex-direction:column;gap:var(--mv2-sp-5)}.marketing-v2-root .tier.featured{box-shadow:0 0 0 1px var(--mv2-brand),0 20px 60px rgba(30,58,138,.25);position:relative}.marketing-v2-root .tier.featured:before{content:"Most popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--mv2-brand-grad);color:#fff;font-size:var(--mv2-fz-xs);font-weight:600;padding:4px 12px;border-radius:999px;letter-spacing:.02em}.marketing-v2-root .tier-name{font-weight:700;font-size:var(--mv2-fz-xl)}.marketing-v2-root .tier-price{display:flex;align-items:baseline;gap:6px;font-variant-numeric:tabular-nums}.marketing-v2-root .tier-price .num{font-size:var(--mv2-fz-4xl);font-weight:700;letter-spacing:-.03em}.marketing-v2-root .tier-price .per{color:var(--mv2-text-dim);font-size:var(--mv2-fz-sm)}.marketing-v2-root .tier-tag{color:var(--mv2-text-muted);font-size:var(--mv2-fz-sm);min-height:2.8em}.marketing-v2-root .tier ul{list-style:none;display:grid;gap:var(--mv2-sp-2);font-size:var(--mv2-fz-sm);color:var(--mv2-text-muted);padding:0;margin:0}.marketing-v2-root .tier ul li{display:grid;grid-template-columns:18px 1fr;gap:var(--mv2-sp-3);align-items:start}.marketing-v2-root .tier ul svg{width:18px;height:18px;color:var(--mv2-accent-money);margin-top:2px;flex-shrink:0}.marketing-v2-root .faq{max-width:var(--mv2-container-narrow);margin:0 auto}.marketing-v2-root .faq details{background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius);margin-bottom:var(--mv2-sp-3);padding:var(--mv2-sp-5) var(--mv2-sp-6);transition:border-color .16s ease}.marketing-v2-root .faq details[open]{border-color:var(--mv2-border-strong)}.marketing-v2-root .faq summary{list-style:none;cursor:pointer;font-weight:600;font-size:var(--mv2-fz-lg);display:flex;justify-content:space-between;align-items:center;gap:var(--mv2-sp-4)}.marketing-v2-root .faq summary::-webkit-details-marker{display:none}.marketing-v2-root .faq summary:after{content:"+";color:var(--mv2-text-dim);font-size:var(--mv2-fz-xl);font-weight:400;transition:transform .2s ease}.marketing-v2-root .faq details[open] summary:after{content:"−"}.marketing-v2-root .faq details>p{padding-top:var(--mv2-sp-3);color:var(--mv2-text-muted);font-size:var(--mv2-fz)}.marketing-v2-root .cta-band{border-block:1px solid var(--mv2-border);padding:var(--mv2-sp-20) 0;text-align:center}.marketing-v2-root .cta-band h2{max-width:22ch;margin:0 auto var(--mv2-sp-3)}.marketing-v2-root .cta-band p{font-size:var(--mv2-fz-lg);max-width:48ch;margin:0 auto var(--mv2-sp-6)}.marketing-v2-root .footer{border-top:1px solid var(--mv2-border);padding:var(--mv2-sp-16) 0 var(--mv2-sp-12);background:var(--mv2-surface)}.marketing-v2-root .footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:var(--mv2-sp-10);margin-bottom:var(--mv2-sp-12)}@media (max-width:900px){.marketing-v2-root .footer-grid{grid-template-columns:1fr 1fr;gap:var(--mv2-sp-8)}}@media (max-width:600px){.marketing-v2-root .footer-grid{grid-template-columns:1fr}}.marketing-v2-root .footer h4{font-size:var(--mv2-fz-sm);font-weight:600;margin-bottom:var(--mv2-sp-4);color:var(--mv2-text);letter-spacing:0}.marketing-v2-root .footer ul{list-style:none;display:grid;gap:10px;padding:0;margin:0}.marketing-v2-root .footer ul a{color:var(--mv2-text-muted);font-size:var(--mv2-fz-sm);transition:color .16s ease}.marketing-v2-root .footer ul a:hover{color:var(--mv2-text)}.marketing-v2-root .footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:var(--mv2-sp-4);padding-top:var(--mv2-sp-6);border-top:1px solid var(--mv2-border);font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim);flex-wrap:wrap}.marketing-v2-root .footer-desc{color:var(--mv2-text-muted);font-size:var(--mv2-fz-sm);margin-top:var(--mv2-sp-3);max-width:36ch}.marketing-v2-root .pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:var(--mv2-fz-xs);font-weight:500;background:var(--mv2-surface-2);border:1px solid var(--mv2-border);color:var(--mv2-text-muted)}.marketing-v2-root .pill.pill-money{background:rgba(5,150,105,.1);border-color:rgba(5,150,105,.3);color:var(--mv2-accent-money)}.marketing-v2-root .pill.pill-call{background:rgba(161,98,7,.1);border-color:rgba(161,98,7,.3);color:var(--mv2-accent-call)}.marketing-v2-root .pill.pill-ai{background:rgba(30,58,138,.08);border-color:rgba(30,58,138,.25);color:var(--mv2-accent-ai)}.marketing-v2-root .pill.pill-brand{background:rgba(30,58,138,.1);border-color:rgba(30,58,138,.3);color:var(--mv2-brand-2)}.marketing-v2-root .pill.pill-trust{background:rgba(5,150,105,.08);border-color:rgba(5,150,105,.25);color:var(--mv2-accent-trust)}.marketing-v2-root .fade-in{opacity:0;transform:translateY(8px);animation:mv2-fadeIn .6s cubic-bezier(.2,.7,.2,1) forwards}.marketing-v2-root .fade-in.d-1{animation-delay:80ms}.marketing-v2-root .fade-in.d-2{animation-delay:.16s}.marketing-v2-root .fade-in.d-3{animation-delay:.24s}@keyframes mv2-fadeIn{to{opacity:1;transform:none}}.marketing-v2-root.mv2-reveal-ready [data-scroll-in]:not(.is-in){opacity:0;transform:translateY(8px)}.marketing-v2-root [data-scroll-in].is-in{animation:mv2-fadeIn .6s cubic-bezier(.2,.7,.2,1) forwards}.marketing-v2-root [data-scroll-in].is-in.d-1{animation-delay:80ms}.marketing-v2-root [data-scroll-in].is-in.d-2{animation-delay:.16s}.marketing-v2-root [data-scroll-in].is-in.d-3{animation-delay:.24s}@media (prefers-reduced-motion:reduce){.marketing-v2-root *,.marketing-v2-root :after,.marketing-v2-root :before{animation:none!important;transition:none!important}.marketing-v2-root .fade-in,.marketing-v2-root [data-scroll-in].is-in,.marketing-v2-root.mv2-reveal-ready [data-scroll-in]:not(.is-in){opacity:1;transform:none}}.marketing-v2-root .hidden{display:none!important}.marketing-v2-root .mt-2{margin-top:var(--mv2-sp-2)}.marketing-v2-root .mt-3{margin-top:var(--mv2-sp-3)}.marketing-v2-root .mt-4{margin-top:var(--mv2-sp-4)}.marketing-v2-root .mt-6{margin-top:var(--mv2-sp-6)}.marketing-v2-root .mt-8{margin-top:var(--mv2-sp-8)}.marketing-v2-root .mt-12{margin-top:var(--mv2-sp-12)}.marketing-v2-root .mb-2{margin-bottom:var(--mv2-sp-2)}.marketing-v2-root .mb-3{margin-bottom:var(--mv2-sp-3)}.marketing-v2-root .mb-4{margin-bottom:var(--mv2-sp-4)}.marketing-v2-root .mb-6{margin-bottom:var(--mv2-sp-6)}.marketing-v2-root .mb-8{margin-bottom:var(--mv2-sp-8)}.marketing-v2-root .mb-12{margin-bottom:var(--mv2-sp-12)}.marketing-v2-root .hero h1{background:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:currentColor;color:var(--mv2-text)}.marketing-v2-root .hero-bg{background:radial-gradient(1000px 520px at 80% -20%,rgba(30,58,138,.06),transparent 60%),radial-gradient(820px 460px at 10% 0,rgba(5,150,105,.05),transparent 60%)}.marketing-v2-root .btn-primary{background:var(--mv2-brand);color:#fff}.marketing-v2-root .btn-primary:hover{transform:translateY(-1px);background:var(--mv2-brand-2);box-shadow:0 10px 28px rgba(30,58,138,.24)}.marketing-v2-root .btn-cta{background:#047857;color:#fff;box-shadow:0 6px 20px rgba(5,150,105,.2)}.marketing-v2-root .btn-cta:hover{transform:translateY(-1px);background:#065f46;box-shadow:0 10px 28px rgba(5,150,105,.26)}.marketing-v2-root .logo-mark{background:var(--mv2-brand);box-shadow:none}.marketing-v2-root .roi-number.money{background:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:var(--mv2-accent-money);color:var(--mv2-accent-money)}.marketing-v2-root .quote-avatar{background:var(--mv2-brand)}.marketing-v2-root .tier.featured{border-color:var(--mv2-brand);box-shadow:0 0 0 1px var(--mv2-brand),var(--mv2-shadow-lg)}.marketing-v2-root .tier.featured:before{background:var(--mv2-brand)}.marketing-v2-root .cta-band{background:radial-gradient(60% 120% at 50% 50%,rgba(30,58,138,.06),transparent 70%),var(--mv2-surface)}.marketing-v2-root .nav{background:hsla(180,7%,97%,.8);border-bottom:1px solid var(--mv2-border)}.marketing-v2-root .nav-link:hover{background:rgba(16,25,28,.04)}.marketing-v2-root .btn-ghost:hover{background:rgba(16,25,28,.05);color:var(--mv2-text)}.marketing-v2-root .eyebrow{color:var(--mv2-brand)}.marketing-v2-root .mk{font-size:13px;color:var(--mv2-text);line-height:1.45}.marketing-v2-root .mk-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.marketing-v2-root .mk-title{font-weight:600;font-size:14px}.marketing-v2-root .mk-sub{color:var(--mv2-text-dim);font-size:12px;margin-top:2px}.marketing-v2-root .mk-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;border:1px solid var(--mv2-border);background:var(--mv2-surface-2);color:var(--mv2-text-muted)}.marketing-v2-root .mk-chip .d{width:6px;height:6px;border-radius:50%;background:currentColor}.marketing-v2-root .mk-chip--ok{background:rgba(5,150,105,.1);color:#047857;border-color:rgba(5,150,105,.25)}.marketing-v2-root .mk-chip--wait{background:rgba(161,98,7,.1);color:#a16207;border-color:rgba(161,98,7,.25)}.marketing-v2-root .mk-chip--navy{background:rgba(30,58,138,.08);color:var(--mv2-brand);border-color:rgba(30,58,138,.2)}.marketing-v2-root .mk-avatar{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--mv2-brand);color:#fff;font-size:11px;font-weight:700;flex-shrink:0}.marketing-v2-root .mk-pipe{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.marketing-v2-root .mk-col{background:var(--mv2-surface-2);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:8px}.marketing-v2-root .mk-col h5{margin:0 0 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--mv2-text-dim);display:flex;justify-content:space-between}.marketing-v2-root .mk-card{background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:6px;padding:8px;margin-bottom:8px;box-shadow:var(--mv2-shadow-sm)}.marketing-v2-root .mk-card:last-child{margin-bottom:0}.marketing-v2-root .mk-card .nm{font-weight:600;font-size:12px}.marketing-v2-root .mk-card .mt{color:var(--mv2-text-dim);font-size:11px;margin-top:2px}.marketing-v2-root .mk-bar{height:4px;border-radius:999px;background:var(--mv2-border);margin-top:8px;overflow:hidden}.marketing-v2-root .mk-bar>span{display:block;height:100%;background:var(--mv2-accent-money);border-radius:999px}.marketing-v2-root .mk-list{display:grid;gap:8px}.marketing-v2-root .mk-row{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);background:var(--mv2-surface)}.marketing-v2-root .mk-row .ic{width:22px;height:22px;border-radius:50%;display:grid;place-items:center}.marketing-v2-root .mk-row.done .ic{background:rgba(5,150,105,.12);color:#047857}.marketing-v2-root .mk-row.wait .ic{background:rgba(161,98,7,.12);color:#a16207}.marketing-v2-root .mk-row .ic svg{width:13px;height:13px}.marketing-v2-root .mk-row .lbl{font-weight:500}.marketing-v2-root .mk-row.wait .lbl{color:var(--mv2-text-muted)}.marketing-v2-root .mk-table{width:100%;border-collapse:collapse;font-size:12px}.marketing-v2-root .mk-table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--mv2-text-dim);font-weight:700;padding:6px 8px;border-bottom:1px solid var(--mv2-border)}.marketing-v2-root .mk-table td{padding:9px 8px;border-bottom:1px solid var(--mv2-border)}.marketing-v2-root .mk-table tr:last-child td{border-bottom:none}.marketing-v2-root .mk-table .num{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.marketing-v2-root .mk-office{display:flex;align-items:center;gap:8px;font-weight:600}.marketing-v2-root .mk-dot{width:8px;height:8px;border-radius:2px;background:var(--mv2-brand);flex-shrink:0}.marketing-v2-root .mk-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.marketing-v2-root .mk-kpi{border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:10px;background:var(--mv2-surface)}.marketing-v2-root .mk-kpi .k{font-size:11px;color:var(--mv2-text-dim)}.marketing-v2-root .mk-kpi .v{font-size:20px;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-top:2px}.marketing-v2-root .mk-kpi .v.pos{color:var(--mv2-accent-money)}.marketing-v2-root .cmp-wrap{overflow-x:auto;border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);background:var(--mv2-surface)}.marketing-v2-root .cmp{width:100%;border-collapse:collapse;min-width:720px}.marketing-v2-root .cmp td,.marketing-v2-root .cmp th{padding:14px 18px;text-align:left;border-bottom:1px solid var(--mv2-border)}.marketing-v2-root .cmp thead th{background:var(--mv2-surface);vertical-align:bottom}.marketing-v2-root .cmp .plan-name{font-size:var(--mv2-fz-lg);font-weight:700}.marketing-v2-root .cmp .plan-for{font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim);font-weight:500;margin-top:2px}.marketing-v2-root .cmp tbody th{font-weight:500;color:var(--mv2-text)}.marketing-v2-root .cmp td{text-align:center}.marketing-v2-root .cmp .col-feat{text-align:left;width:40%}.marketing-v2-root .cmp .grp td{background:var(--mv2-surface-2);font-size:var(--mv2-fz-xs);text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--mv2-text-dim);text-align:left}.marketing-v2-root .cmp .yes{color:var(--mv2-accent-money)}.marketing-v2-root .cmp .yes svg{width:18px;height:18px;display:inline-block}.marketing-v2-root .cmp .no{color:var(--mv2-text-faint)}.marketing-v2-root .cmp .featured-col{background:rgba(30,58,138,.04)}.marketing-v2-root .cmp .cell-note{font-size:var(--mv2-fz-xs);color:var(--mv2-text-muted)}.marketing-v2-root .trustbar{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;padding:18px 0}.marketing-v2-root .trust-item{display:inline-flex;align-items:center;gap:9px;font-size:var(--mv2-fz-sm);font-weight:500;color:var(--mv2-text-muted)}.marketing-v2-root .trust-item svg{width:18px;height:18px;color:var(--mv2-brand)}@media (min-width:901px){.marketing-v2-root .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--mv2-sp-12);align-items:center}.marketing-v2-root .hero-grid .hero-copy{text-align:left;align-items:flex-start}.marketing-v2-root .hero-grid .hero-copy .hero-cta{justify-content:flex-start}.marketing-v2-root .hero-grid .hero-copy h1{margin-inline:0;max-width:none}}.marketing-v2-root .hero-copy{display:flex;flex-direction:column;gap:var(--mv2-sp-5)}.marketing-v2-root .stack-cmp{display:grid;grid-template-columns:1fr 1fr;gap:var(--mv2-sp-6);align-items:start}@media (max-width:900px){.marketing-v2-root .stack-cmp{grid-template-columns:1fr}}.marketing-v2-root .stack-panel{border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:var(--mv2-sp-6);background:var(--mv2-surface)}.marketing-v2-root .stack-panel.bad{background:var(--mv2-surface-2)}.marketing-v2-root .stack-panel h3{font-size:var(--mv2-fz-lg);margin-bottom:var(--mv2-sp-4)}.marketing-v2-root .stack-rows{display:grid;gap:6px}.marketing-v2-root .stack-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:var(--mv2-fz-sm);padding:7px 0;border-bottom:1px dashed var(--mv2-border)}.marketing-v2-root .stack-row:last-child{border-bottom:none}.marketing-v2-root .stack-row .ex{color:var(--mv2-text-dim);font-size:var(--mv2-fz-xs)}.marketing-v2-root .stack-panel.good .stack-row{color:var(--mv2-text)}.marketing-v2-root .stack-cost{display:flex;flex-wrap:wrap;gap:var(--mv2-sp-8);justify-content:center;margin-top:var(--mv2-sp-8);text-align:center}.marketing-v2-root .stack-cost .c-num{font-size:var(--mv2-fz-3xl);font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.marketing-v2-root .stack-cost .c-num.bad{color:var(--mv2-text-muted);text-decoration:line-through;text-decoration-color:var(--mv2-text-faint)}.marketing-v2-root .stack-cost .c-num.good{color:var(--mv2-accent-money)}.marketing-v2-root .stack-cost .c-lbl{font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim);margin-top:4px}.marketing-v2-root .lvl{margin-top:var(--mv2-sp-12)}.marketing-v2-root .lvl-head{margin-bottom:var(--mv2-sp-6)}.marketing-v2-root .lvl-head h3{font-size:var(--mv2-fz-2xl)}.marketing-v2-root .lvl-head p{font-size:var(--mv2-fz-sm);margin-top:4px}.marketing-v2-root .plan-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--mv2-sp-4)}@media (max-width:1100px){.marketing-v2-root .plan-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.marketing-v2-root .plan-grid{grid-template-columns:1fr}}.marketing-v2-root .plan{display:flex;flex-direction:column;gap:var(--mv2-sp-3);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);padding:var(--mv2-sp-5);background:var(--mv2-surface)}.marketing-v2-root .plan.featured{border-color:var(--mv2-brand);box-shadow:0 0 0 1px var(--mv2-brand);position:relative}.marketing-v2-root .plan.featured:before{content:"Recommended";position:absolute;top:-10px;left:14px;background:var(--mv2-brand);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:999px}.marketing-v2-root .plan-nm{font-weight:700;font-size:var(--mv2-fz-lg)}.marketing-v2-root .plan-tag{color:var(--mv2-text-dim);font-size:var(--mv2-fz-xs);min-height:2.2em}.marketing-v2-root .plan-price{display:flex;align-items:baseline;gap:4px;font-variant-numeric:tabular-nums}.marketing-v2-root .plan-price .amt{font-size:var(--mv2-fz-2xl);font-weight:700;letter-spacing:-.02em}.marketing-v2-root .plan-price .per{font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim)}.marketing-v2-root .plan-range{font-size:11px;color:var(--mv2-text-dim);margin-top:-4px}.marketing-v2-root .plan ul{list-style:none;display:grid;gap:7px;padding:0;margin:4px 0 0;font-size:var(--mv2-fz-xs);color:var(--mv2-text-muted)}.marketing-v2-root .plan ul li{display:grid;grid-template-columns:15px 1fr;gap:8px;align-items:start}.marketing-v2-root .plan ul svg{width:14px;height:14px;color:var(--mv2-accent-money);margin-top:2px}.marketing-v2-root .plan .btn{margin-top:auto}.marketing-v2-root .ret-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mv2-sp-3)}@media (max-width:720px){.marketing-v2-root .ret-grid{grid-template-columns:1fr 1fr}}.marketing-v2-root .ret{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--mv2-border);border-radius:var(--mv2-radius);padding:12px 14px;background:var(--mv2-surface)}.marketing-v2-root .ret .t{font-size:var(--mv2-fz-sm);font-weight:500}.marketing-v2-root .ret .p{font-weight:700;font-variant-numeric:tabular-nums;color:var(--mv2-accent-money)}.marketing-v2-root .incl{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mv2-sp-3);margin-top:var(--mv2-sp-8)}@media (max-width:720px){.marketing-v2-root .incl{grid-template-columns:1fr}}.marketing-v2-root .incl li{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:center;font-size:var(--mv2-fz-sm);list-style:none}.marketing-v2-root .incl svg{width:18px;height:18px;color:var(--mv2-accent-money)}.marketing-v2-root [id]{scroll-margin-top:80px}.marketing-v2-root .contact-panel{background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius-lg);box-shadow:var(--mv2-shadow-sm);padding:var(--mv2-sp-8);margin-top:var(--mv2-sp-10);display:flex;flex-direction:column;gap:var(--mv2-sp-5)}.marketing-v2-root .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--mv2-sp-5)}@media (max-width:600px){.marketing-v2-root .contact-grid{grid-template-columns:1fr}}.marketing-v2-root .field{display:flex;flex-direction:column;gap:6px}.marketing-v2-root .field label{font-size:var(--mv2-fz-sm);font-weight:600;color:var(--mv2-text)}.marketing-v2-root .field-opt{font-weight:400;color:var(--mv2-text-dim)}.marketing-v2-root .field input,.marketing-v2-root .field textarea{font:inherit;color:var(--mv2-text);background:var(--mv2-surface);border:1px solid var(--mv2-border);border-radius:var(--mv2-radius);padding:12px 14px;width:100%;transition:border-color .16s ease,box-shadow .16s ease}.marketing-v2-root .field textarea{resize:vertical;min-height:120px}.marketing-v2-root .field input::-moz-placeholder,.marketing-v2-root .field textarea::-moz-placeholder{color:var(--mv2-text-dim)}.marketing-v2-root .field input::placeholder,.marketing-v2-root .field textarea::placeholder{color:var(--mv2-text-dim)}.marketing-v2-root .field input:focus-visible,.marketing-v2-root .field textarea:focus-visible{outline:none;border-color:var(--mv2-brand);box-shadow:0 0 0 1px var(--mv2-brand)}.marketing-v2-root .contact-error{background:rgba(220,38,38,.06);border:1px solid rgba(220,38,38,.28);color:#9f1d1d;border-radius:var(--mv2-radius);padding:12px 14px;font-size:var(--mv2-fz-sm)}.marketing-v2-root .contact-ok{width:44px;height:44px;margin:0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(5,150,105,.12);color:var(--mv2-accent-money)}.marketing-v2-root .contact-alt{font-size:var(--mv2-fz-sm);color:var(--mv2-text-dim);text-align:center;margin:0}.marketing-v2-root .contact-alt a{color:var(--mv2-brand);font-weight:600}.marketing-v2-root .contact-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.marketing-v2-root .contact-trust{list-style:none;padding:0;margin:var(--mv2-sp-6) 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--mv2-sp-6)}.marketing-v2-root .contact-trust li{display:inline-flex;align-items:center;gap:8px;font-size:var(--mv2-fz-sm);color:var(--mv2-text-muted)}.marketing-v2-root .contact-trust svg{color:var(--mv2-accent-trust)}.marketing-v2-root .cta-trust{list-style:none;padding:0;margin:var(--mv2-sp-8) 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--mv2-sp-6)}.marketing-v2-root .cta-trust li{display:inline-flex;align-items:center;gap:8px;font-size:var(--mv2-fz-sm);color:var(--mv2-text-muted)}.marketing-v2-root .cta-trust svg{color:var(--mv2-accent-trust)}.marketing-v2-root .module-groups{display:flex;flex-direction:column;gap:var(--mv2-sp-12)}.marketing-v2-root .module-group-head{display:flex;align-items:baseline;gap:var(--mv2-sp-3);padding-bottom:var(--mv2-sp-3);border-bottom:1px solid var(--mv2-border);margin-bottom:var(--mv2-sp-6)}.marketing-v2-root .module-group-label{font-family:var(--font-geist-mono),ui-monospace,"SF Mono",Menlo,monospace;font-size:var(--mv2-fz-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--mv2-text)}.marketing-v2-root .module-group-count{font-family:var(--font-geist-mono),ui-monospace,monospace;font-size:var(--mv2-fz-xs);color:var(--mv2-text-dim);font-variant-numeric:tabular-nums}.marketing-v2-root .module-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--mv2-sp-6) var(--mv2-sp-8)}.marketing-v2-root .module-item h3{font-size:var(--mv2-fz-lg);margin-bottom:6px}.marketing-v2-root .module-item p{font-size:var(--mv2-fz-sm);color:var(--mv2-text-muted)}.marketing-v2-root .back-to-top{position:fixed;right:var(--mv2-sp-6);bottom:var(--mv2-sp-6);z-index:55;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--mv2-surface);color:var(--mv2-text);border:1px solid var(--mv2-border);box-shadow:var(--mv2-shadow);opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s cubic-bezier(.2,.7,.2,1),border-color .16s ease}.marketing-v2-root .back-to-top.is-visible{opacity:1;transform:none}.marketing-v2-root .back-to-top:hover{border-color:var(--mv2-border-strong)}.marketing-v2-root .back-to-top:focus-visible{outline:2px solid var(--mv2-brand);outline-offset:2px}@media (prefers-reduced-motion:reduce){.marketing-v2-root .back-to-top{transition:none;transform:none}}.marketing-v2-root .back-to-top[hidden]{display:none}.marketing-v2-root .hero-link{color:var(--mv2-brand);font-weight:600;text-decoration:underline;text-underline-offset:2px}.marketing-v2-root .hero-link:hover{color:var(--mv2-brand-2)}.marketing-v2-root .hero-link:focus-visible{outline:2px solid var(--mv2-brand);outline-offset:2px;border-radius:var(--mv2-radius)}.marketing-v2-root .cmp-caption{caption-side:top;text-align:left;padding:0 0 var(--mv2-sp-3);font-size:var(--mv2-fz-sm);color:var(--mv2-text-dim)}.marketing-v2-root .cmp-wrap{position:relative}.marketing-v2-root .cmp-wrap:focus-visible{outline:2px solid var(--mv2-brand);outline-offset:2px;border-radius:var(--mv2-radius-lg)}.marketing-v2-root .cmp .col-feat{position:sticky;left:0;z-index:1;background:var(--mv2-surface)}@media (max-width:760px){.marketing-v2-root .cmp-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;width:32px;pointer-events:none;background:linear-gradient(to right,hsla(180,7%,97%,0),var(--mv2-bg))}}