:root {
  --brand:#4F46E5; --brand-dark:#4338CA; --ink:#141A21; --muted:#59606A;
  --paper:#F3F0E8; --surface:#F9F7F2; --lavender:#E9E7FF; --line:#D7D5CF;
  --display:'Montserrat',sans-serif; --body:'Inter',sans-serif;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:28px; }
body { margin:0; color:var(--ink); background:var(--paper); font:400 16px/1.6 var(--body); -webkit-font-smoothing:antialiased; }
body:has(dialog[open]) { overflow:hidden; }
button,a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
button { font:inherit; cursor:pointer; }
button:disabled { cursor:wait; }
button:focus-visible,a:focus-visible,[tabindex]:focus-visible { outline:3px solid var(--brand); outline-offset:5px; }
img { display:block; max-width:100%; }
h1,h2,h3,p { margin:0; }
h1,h2,h3 { text-wrap:balance; }
h1,h2 { font-family:var(--display); font-weight:600; }
::selection { background:var(--brand); color:white; }
.wrap { width:min(1248px,calc(100% - 96px)); margin-inline:auto; }
.icon-library { position:absolute; width:0; height:0; overflow:hidden; }
.icon { width:22px; height:22px; flex:none; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.skip-link { position:fixed; left:16px; top:-100px; z-index:100; background:var(--ink); color:#fff; padding:12px 20px; }
.skip-link:focus { top:16px; }
.site-header { height:104px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); gap:32px; }
.brand { display:inline-flex; align-items:center; gap:9px; flex-shrink:0; font:700 29px/1 var(--display); letter-spacing:-1.6px; }
.brand-domain { font-weight:500; }
.brand img { flex-shrink:0; }
.site-header nav { display:flex; gap:32px; font-size:13px; font-weight:500; }
.site-header nav a { padding-block:12px; transition:color .18s ease; }
.site-header nav a:hover { color:var(--brand); }
.login-button { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:42px; padding:9px 16px; border:1px solid var(--brand); border-radius:7px; color:var(--brand-dark); font-size:12px; font-weight:600; white-space:nowrap; }
.login-button:hover { background:var(--lavender); }
.login-button .icon { width:17px; height:17px; }
.hero { display:grid; grid-template-columns:1.55fr 1fr; align-items:end; gap:72px; padding-block:70px 58px; }
.eyebrow { display:flex; align-items:center; gap:9px; font-size:10px; font-weight:600; letter-spacing:1.7px; line-height:1.5; }
.tiny-mark { display:block; width:7px; height:7px; background:var(--brand); }
h1 { font-size:clamp(50px,5.9vw,83px); line-height:1.04; letter-spacing:-4.8px; margin-top:26px; }
h1 span { color:var(--brand); }
.hero-aside { max-width:390px; padding-bottom:4px; }
.hero-aside>p:first-child { font-size:20px; line-height:1.6; letter-spacing:-.4px; }
.hero-aside .secondary-copy { color:var(--muted); margin-top:15px; font-size:15px; line-height:1.7; max-width:330px; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:28px; min-height:53px; padding:14px 22px; border-radius:7px; font-size:13px; font-weight:600; transition:background .18s ease,transform .18s ease; }
.button.primary { color:#fff; background:var(--brand); }
.button.primary:hover { background:var(--brand-dark); transform:translateY(-2px); }
.hero-aside .button { margin-top:27px; }
.quiet-link { display:flex; align-items:center; gap:14px; font-size:12px; font-weight:500; margin:13px 0 -5px; padding-block:5px; width:max-content; }
.quiet-link:hover { color:var(--brand); }
.product-section { padding-bottom:80px; }
.product-heading { display:flex; justify-content:space-between; align-items:center; margin-bottom:17px; }
.product-heading p { display:flex; align-items:center; gap:8px; font-size:12px; font-weight:500; }
.live-dot { width:6px; height:6px; background:var(--brand); border-radius:50%; }
.product-label { font-size:9px; letter-spacing:1.5px; color:var(--muted); }
.product-stage { background:#fff; border:1px solid #D2D1D6; border-radius:12px; overflow:hidden; box-shadow:0 22px 45px -32px rgb(20 26 33 / .4); }
.product-toolbar { min-height:64px; background:#FBFAF7; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #DFDFE3; padding:0 22px; gap:20px; }
.screen-tabs { display:flex; gap:7px; min-width:0; overflow-x:auto; scrollbar-width:none; }
.screen-tabs::-webkit-scrollbar { display:none; }
.screen-tabs button { font-size:12px; white-space:nowrap; border:0; background:transparent; color:var(--muted); padding:10px 14px; border-radius:5px; min-height:42px; }
.screen-tabs button[aria-selected="true"] { background:var(--lavender); color:var(--brand-dark); font-weight:600; }
.screen-tabs button:hover { color:var(--brand); }
.expand-button { flex:none; display:flex; align-items:center; gap:8px; border:0; background:none; color:var(--muted); font-size:11px; padding:8px; min-height:40px; }
.expand-button .icon { width:16px; height:16px; }
.expand-button:hover { color:var(--brand); }
.screen-panel { background:#F5F6F8; aspect-ratio:1440 / 940; }
.screen-panel img { width:100%; height:auto; }
.screen-caption { display:flex; justify-content:space-between; gap:24px; margin-top:17px; }
.screen-caption p { font-size:11px; color:var(--muted); }
.screen-caption p:first-child { color:var(--ink); font-weight:500; }
.modules-section { background:var(--brand); color:#fff; padding-block:82px; }
.modules-layout { display:grid; grid-template-columns:1fr 1.18fr; gap:90px; }
.modules-intro .eyebrow { color:#E2DFFF; }
h2 { font-size:clamp(28px,3.3vw,44px); letter-spacing:-2px; line-height:1.17; }
.modules-intro h2 { margin-top:24px; }
.modules-intro>p:last-of-type { color:#E6E3FF; font-size:14px; max-width:320px; line-height:1.75; margin-top:23px; }
.module-visual { display:flex; align-items:center; gap:10px; margin-top:34px; }
.module-tile { width:50px; height:50px; border:1px solid rgb(255 255 255 / .3); border-radius:9px; display:grid; place-items:center; }
.tile-main { background:#fff; width:62px; height:62px; border:0; }
.tile-main img { width:41px; height:41px; }
.module-connector { width:14px; height:1px; background:rgb(255 255 255 / .4); }
.module-tile .icon { width:23px; height:23px; }
.tile-add { border-style:dashed; }
.module-list { align-self:center; }
.module-row { display:grid; grid-template-columns:25px 1fr 20px; gap:17px; padding:27px 0; border-top:1px solid rgb(255 255 255 / .28); }
.module-row:last-child { border-bottom:1px solid rgb(255 255 255 / .28); }
.row-number { font-size:10px; color:#DDD9FF; padding-top:7px; }
.module-row h3 { font-size:18px; font-weight:500; line-height:1.4; letter-spacing:-.5px; }
.module-row p { font-size:13px; color:#E6E3FF; line-height:1.8; margin-top:9px; max-width:350px; }
.module-row>.icon { width:19px; height:19px; margin-top:4px; }
.how-section { padding-block:88px; }
.section-intro { display:grid; grid-template-columns:1fr 2fr; gap:50px; align-items:start; }
.section-intro .eyebrow { margin-top:9px; color:var(--muted); }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:44px; margin-top:47px; }
.steps article { border-top:1px solid var(--line); padding-top:20px; }
.step-number { color:var(--brand); font-size:11px; font-weight:600; }
.steps h3 { font-size:17px; line-height:1.4; letter-spacing:-.5px; font-weight:600; margin-top:20px; }
.steps p { font-size:13px; color:var(--muted); line-height:1.8; margin-top:10px; max-width:280px; }
.audience-section { padding-block:62px 90px; display:grid; grid-template-columns:1fr 1.15fr; gap:96px; border-top:1px solid var(--line); }
.audience-copy .eyebrow { color:var(--muted); }
.audience-copy h2 { margin-top:23px; font-size:clamp(28px,3vw,40px); }
.audience-copy>p:last-child { margin-top:22px; max-width:350px; color:var(--muted); font-size:14px; line-height:1.8; }
.audience-list>div { position:relative; padding:23px 30px 24px 0; border-bottom:1px solid var(--line); }
.audience-list>div:first-child { padding-top:5px; }
.audience-list h3 { font-size:15px; font-weight:600; line-height:1.5; letter-spacing:-.3px; }
.audience-list p { font-size:12px; color:var(--muted); margin-top:7px; line-height:1.8; }
.audience-list span { position:absolute; right:0; top:23px; color:var(--brand); font-size:21px; }
.audience-list>div:first-child span { top:0; }
.closing { display:flex; align-items:center; gap:30px; padding:45px; background:var(--lavender); border-radius:12px; margin-bottom:70px; }
.closing-mark { margin-right:4px; width:74px; flex:none; }
.closing h2 { font-size:clamp(23px,2.5vw,33px); letter-spacing:-1.3px; line-height:1.25; margin-top:10px; }
.closing .eyebrow { font-size:9px; color:var(--brand-dark); }
.closing .button { margin-left:auto; flex-shrink:0; gap:19px; }
.site-footer { display:flex; align-items:center; gap:30px; justify-content:space-between; border-top:1px solid var(--line); min-height:106px; }
.site-footer .brand { font-size:24px; }
.site-footer p,.back-top { font-size:11px; color:var(--muted); }
.back-top { display:flex; gap:17px; padding-block:5px; }
dialog { padding:0; border:1px solid #CDD0D5; border-radius:12px; color:var(--ink); background:var(--surface); width:min(1450px,96vw); max-width:96vw; max-height:92dvh; }
dialog::backdrop { background:rgb(20 26 33 / .75); }
.dialog-toolbar { display:flex; align-items:center; justify-content:space-between; padding:12px 18px; }
.dialog-toolbar h2 { font:600 15px/1.4 var(--body); letter-spacing:0; }
.dialog-close { display:grid; place-items:center; width:40px; height:40px; border:1px solid var(--line); border-radius:6px; background:transparent; color:var(--ink); }
.dialog-image-wrap { overflow:auto; max-height:calc(92dvh - 114px); }
.dialog-image-wrap img { width:100%; height:auto; }
dialog>p { padding:13px 18px; font-size:11px; color:var(--muted); }
@media(min-width:1500px) { .hero { padding-block:84px 68px; } }
@media(max-width:1100px) {
  .wrap { width:calc(100% - 64px); }
  .site-header nav { gap:23px; }
  .hero { gap:45px; grid-template-columns:1.35fr 1fr; }
  h1 { font-size:64px; letter-spacing:-3.7px; }
  .hero-aside>p:first-child { font-size:17px; }
  .hero-aside .secondary-copy { font-size:13px; }
  .modules-layout { gap:50px; }
  .audience-section { gap:50px; }
  .closing { flex-wrap:wrap; }
  .closing .button { margin-left:108px; }
}
@media(max-width:760px) {
  .wrap { width:calc(100% - 40px); }
  .site-header { height:82px; gap:15px; flex-wrap:wrap; }
  .site-header .brand { font-size:25px; }
  .site-header .brand img { width:33px; height:33px; }
  .site-header nav { display:none; }
  .hero { grid-template-columns:1fr; padding-block:39px 38px; gap:26px; }
  .eyebrow { font-size:8px; letter-spacing:1.25px; }
  h1 { font-size:clamp(45px,10.6vw,72px); line-height:1.06; letter-spacing:-2.8px; margin-top:20px; }
  .hero-aside { max-width:500px; }
  .hero-aside>p:first-child { max-width:440px; font-size:16px; line-height:1.65; letter-spacing:-.25px; }
  .hero-aside .secondary-copy { margin-top:10px; font-size:13px; max-width:390px; }
  .hero-aside .button { margin-top:21px; }
  .quiet-link { display:inline-flex; margin:0 0 -5px 17px; padding-block:5px; font-size:11px; gap:6px; }
  .hero-aside .button { font-size:12px; padding-inline:16px; gap:14px; }
  .product-heading { margin-bottom:13px; }
  .product-heading p { font-size:10px; }
  .product-label { display:none; }
  .product-stage { border-radius:9px; }
  .product-toolbar { min-height:56px; padding:6px; gap:3px; }
  .screen-tabs { gap:2px; }
  .screen-tabs button { padding:9px 10px; font-size:10px; }
  .expand-button { padding:8px 9px; }
  .expand-button span { display:none; }
  .screen-panel { aspect-ratio:390 / 650; overflow:hidden; }
  .screen-panel img { width:100%; height:100%; object-fit:contain; }
  .screen-caption { flex-direction:column; gap:5px; margin-top:14px; }
  .screen-caption p { font-size:10px; }
  .product-section { padding-bottom:45px; }
  .modules-section { padding-block:45px; }
  .modules-layout { grid-template-columns:1fr; gap:35px; }
  h2 { font-size:33px; letter-spacing:-1.6px; }
  .modules-intro h2 { margin-top:18px; }
  .modules-intro>p:last-of-type { margin-top:18px; max-width:380px; font-size:13px; }
  .module-visual { margin-top:26px; }
  .module-row { padding:23px 0; gap:12px; }
  .module-row h3 { font-size:17px; }
  .module-row p { font-size:12px; }
  .how-section { padding-block:46px; }
  .section-intro { grid-template-columns:1fr; gap:18px; }
  .section-intro .eyebrow { margin:0; }
  .steps { grid-template-columns:1fr; gap:25px; margin-top:31px; }
  .steps article { display:grid; grid-template-columns:40px 1fr; gap:8px 10px; padding-top:20px; }
  .steps .step-number { padding-top:2px; }
  .steps h3 { margin:0; font-size:16px; }
  .steps p { grid-column:2; max-width:350px; margin:0; font-size:12px; }
  .audience-section { grid-template-columns:1fr; gap:30px; padding-block:41px 48px; }
  .audience-copy h2 { margin-top:18px; font-size:31px; }
  .audience-copy>p:last-child { font-size:13px; margin-top:18px; }
  .audience-list h3 { font-size:14px; }
  .closing { padding:28px 23px; gap:22px; border-radius:8px; margin-bottom:45px; }
  .closing-mark { width:48px; }
  .closing>div:nth-child(2) { flex:1; }
  .closing h2 { font-size:22px; letter-spacing:-1px; }
  .closing .button { margin:0; width:100%; }
  .site-footer { flex-wrap:wrap; gap:20px; padding-block:27px; }
  .site-footer .brand { font-size:21px; }
  .site-footer p { font-size:10px; }
  .back-top { font-size:10px; }
  .dialog-image-wrap img { width:1200px; max-width:none; }
  .dialog-image-wrap { max-height:calc(90dvh - 114px); }
}
@media(max-width:370px) {
  .quiet-link { display:flex; margin:11px 0 -5px; }
  h1 { font-size:44px; }
  .closing { padding:24px 19px; gap:16px; }
  .closing-mark { width:38px; }
  .closing h2 { font-size:20px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none!important; animation:none!important; }
}
