
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --f: 'Plus Jakarta Sans', sans-serif;
  --navy: #0B1628;
  --navy2: #0F1E35;
  --blue: #2C6AF7;
  --blue-h: #1A56E8;
  --blue-lt: #EEF3FF;
  --green: #12B76A;
  --green-lt: #ECFDF3;
  --amber: #F79009;
  --amber-lt: #FFFAEB;
  --red: #F04438;
  --red-lt: #FEF3F2;
  --purple: #7C3AED;
  --purple-lt: #F5F3FF;
  --ink: #101828;
  --ink2: #344054;
  --ink3: #667085;
  --ink4: #98A2B3;
  --line: #E4E7EC;
  --line2: #F2F4F7;
  --bg: #FAFBFF;
  --white: #FFFFFF;
  --r: 10px;
  --r2: 16px;
  --r3: 24px;
  --sh: 0 1px 3px rgba(16,24,40,.1),0 1px 2px rgba(16,24,40,.06);
  --sh2: 0 4px 24px rgba(16,24,40,.08);
  --sh3: 0 12px 48px rgba(16,24,40,.12);
}

html { scroll-behavior: smooth; }
body { font-family: var(--f); color: var(--ink); background: var(--white); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--f); cursor: pointer; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.sec { padding: 96px 0; }
.sec-sm { padding: 72px 0; }

/* Eyebrow tags */
.tag { display: inline-flex; align-items: center; gap: 6px; background: var(--blue-lt); color: var(--blue); font-size: 13px; font-weight: 600; padding: 5px 14px; border-radius: 100px; }
.tag.green { background: var(--green-lt); color: #027A48; }
.tag.purple { background: var(--purple-lt); color: var(--purple); }
.tag.white { background: rgba(255,255,255,.1); color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.15); }

/* Section headers */
.sh { margin-bottom: 56px; }
.sh.c { text-align: center; }
.sh.c .lead { margin: 0 auto; }
.sh .tag { margin-bottom: 14px; }
.sh h2 { font-size: clamp(28px,4vw,44px); font-weight: 800; line-height: 1.15; letter-spacing: -.022em; color: var(--ink); margin: 12px 0 14px; }
.sh h2.white { color: #fff; }
.sh .lead { font-size: 17px; line-height: 1.75; color: var(--ink3); max-width: 600px; font-weight: 400; }
.sh .lead.white { color: rgba(255,255,255,.62); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 7px; padding: 11px 22px; border-radius: var(--r); font-size: 15px; font-weight: 600; border: none; transition: all .2s; line-height: 1; font-family: var(--f); cursor: pointer; }
.btn-lg { padding: 14px 28px; font-size: 16px; border-radius: 12px; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-h); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(44,106,247,.32); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.3); }
.btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.btn-outline { background: transparent; color: var(--ink2); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-solid-white { background: #fff; color: var(--ink); border: none; }
.btn-solid-white:hover { background: var(--line2); }

/* Status badges */
.bdg { display: inline-block; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 100px; }
.bdg-green { background: var(--green-lt); color: #027A48; }
.bdg-blue { background: var(--blue-lt); color: var(--blue); }
.bdg-amber { background: var(--amber-lt); color: #92400E; }
.bdg-purple { background: var(--purple-lt); color: var(--purple); }

/* ─── NAV ─── */
.nav { position: fixed; inset: 0 0 auto; z-index: 200; height: 66px; display: flex; align-items: center; padding: 0 32px; transition: all .3s; }
.nav.scrolled { background: rgba(11,22,40,.97); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-inner { width: 100%; max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 9px; }
.logo-mark { width: 34px; height: 34px; background: var(--blue); border-radius: 9px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 17px; }
.logo-name { font-weight: 800; font-size: 19px; color: #fff; letter-spacing: -.022em; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-signin { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 500; padding: 8px 14px; border-radius: 8px; background: transparent; border: none; transition: all .2s; cursor: pointer; }
.nav-signin:hover { color: #fff; background: rgba(255,255,255,.08); }

/* ─── HERO ─── */
.hero { min-height: 100vh; background: var(--navy); display: flex; align-items: center; padding-top: 66px; position: relative; overflow: hidden; }
.hero-glow1 { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(44,106,247,.16) 0%, transparent 68%); top: -200px; right: -150px; pointer-events: none; }
.hero-glow2 { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,.1) 0%, transparent 68%); bottom: -80px; left: 80px; pointer-events: none; }
.hero-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 68px 0 88px; }
.hero-content {}
.hero-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.hero-pulse { width: 7px; height: 7px; background: #4ADE80; border-radius: 50%; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.5)} }
.hero-pill { background: rgba(44,106,247,.18); border: 1px solid rgba(44,106,247,.32); color: #93B4FD; font-size: 12px; font-weight: 600; padding: 4px 13px; border-radius: 100px; letter-spacing: .04em; }
.hero-h1 { font-size: clamp(38px,5.5vw,62px); font-weight: 800; line-height: 1.1; letter-spacing: -.028em; color: #fff; margin-bottom: 22px; }
.hero-h1 em { font-style: normal; color: #7BAAFF; }
.hero-sub { font-size: 17px; line-height: 1.78; color: rgba(255,255,255,.6); margin-bottom: 36px; max-width: 490px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; align-items: center; gap: 10px; }
.hero-stars { color: #FBBF24; letter-spacing: 1px; font-size: 14px; }
.hero-trust-text { color: rgba(255,255,255,.44); font-size: 13px; }

/* Dashboard mockup */
.dash-wrap { }
.dash-card { background: #111E35; border: 1px solid rgba(255,255,255,.07); border-radius: 18px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,.5); animation: bob 7s ease-in-out infinite; }
@keyframes bob { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.dc-bar { background: rgba(255,255,255,.04); padding: 11px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.05); }
.dc-dots { display: flex; gap: 5px; }
.dc-dot { width: 9px; height: 9px; border-radius: 50%; }
.dc-url { flex: 1; background: rgba(255,255,255,.06); border-radius: 6px; padding: 4px 10px; font-size: 11px; color: rgba(255,255,255,.28); text-align: center; font-family: var(--f); }
.dc-ai { background: rgba(44,106,247,.2); border: 1px solid rgba(44,106,247,.35); color: #93B4FD; font-size: 10px; font-weight: 700; padding: 2px 9px; border-radius: 100px; }
.dc-body { padding: 18px; }
.dc-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.dc-title { font-size: 15px; font-weight: 700; color: #fff; }
.dc-sub { font-size: 11px; color: rgba(255,255,255,.3); margin-top: 1px; }
.dc-range { font-size: 10px; color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); padding: 3px 8px; border-radius: 6px; }
.kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 10px; }
.kpi { background: #fff; border-radius: 10px; padding: 12px; }
.kpi-lbl { font-size: 9px; font-weight: 700; color: var(--ink3); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .05em; }
.kpi-val { font-size: 20px; font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -.02em; }
.kpi-val.blue { color: var(--blue); }
.kpi-val.green { color: #059669; }
.kpi-note { font-size: 9px; color: var(--ink4); margin-top: 3px; }
.mini-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-bottom: 10px; }
.mk { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.06); border-radius: 8px; padding: 9px; }
.mk-lbl { font-size: 8px; color: rgba(255,255,255,.32); font-weight: 700; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .05em; }
.mk-val { font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -.01em; }
.barchart { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); border-radius: 9px; padding: 10px 12px; }
.bc-lbl { font-size: 9px; color: rgba(255,255,255,.28); margin-bottom: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.bars { display: flex; align-items: flex-end; gap: 4px; height: 44px; }
.bar { flex: 1; border-radius: 3px 3px 0 0; background: var(--blue); }
.bc-legend { display: flex; gap: 10px; margin-top: 7px; }
.bcl { display: flex; align-items: center; gap: 5px; font-size: 9px; color: rgba(255,255,255,.32); font-weight: 500; }
.bcl-dot { width: 6px; height: 6px; border-radius: 50%; }

/* ─── TICKER ─── */
.ticker-wrap { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 18px 0; }
.ticker-track { display: flex; gap: 44px; animation: tick 30s linear infinite; white-space: nowrap; }
.tick-item { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.tick-n { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -.022em; }
.tick-l { font-size: 13px; font-weight: 500; color: var(--ink3); }
.tick-sep { width: 5px; height: 5px; background: var(--line); border-radius: 50%; flex-shrink: 0; }
@keyframes tick { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ─── PROBLEM SECTION ─── */
.problem-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.prob-col { background: var(--white); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; box-shadow: var(--sh); }
.prob-head { padding: 14px 20px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); }
.prob-head h3 { font-size: 15px; font-weight: 700; }
.prob-head.bad { background: #FFF1F0; }
.prob-head.good { background: #F0FDF4; }
.prob-head.bad h3 { color: #B42318; }
.prob-head.good h3 { color: #027A48; }
.prob-items { }
.prob-item { padding: 13px 18px; display: flex; align-items: flex-start; gap: 11px; border-bottom: 1px solid var(--line2); font-size: 14px; color: var(--ink2); line-height: 1.6; }
.prob-item:last-child { border: none; }
.prob-ico { font-size: 16px; flex-shrink: 0; margin-top: 2px; }

/* ─── FEATURE GRID ─── */
.feat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.feat-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r2); padding: 24px; transition: all .25s; }
.feat-card:hover { box-shadow: var(--sh3); transform: translateY(-4px); border-color: rgba(44,106,247,.2); }
.feat-icon { width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 21px; margin-bottom: 14px; }
.fi-blue { background: var(--blue-lt); }
.fi-green { background: var(--green-lt); }
.fi-purple { background: var(--purple-lt); }
.fi-amber { background: var(--amber-lt); }
.feat-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.feat-desc { font-size: 13px; color: var(--ink3); line-height: 1.65; margin-bottom: 13px; }
.feat-tag { font-size: 12px; font-weight: 600; display: inline-block; padding: 3px 10px; border-radius: 100px; }
.ft-blue { color: var(--blue); background: var(--blue-lt); }
.ft-green { color: #027A48; background: var(--green-lt); }

/* Stats row */
.stats-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; margin-top: 44px; box-shadow: var(--sh); }
.stat-c { padding: 26px; text-align: center; border-right: 1px solid var(--line); }
.stat-c:last-child { border: none; }
.stat-n { font-size: 40px; font-weight: 800; color: var(--blue); letter-spacing: -.025em; line-height: 1; }
.stat-l { font-size: 13px; font-weight: 500; color: var(--ink3); margin-top: 5px; }

/* ─── AI SECTION ─── */
.ai-bg { background: var(--navy); position: relative; overflow: hidden; }
.ai-glow-l { position: absolute; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(124,58,237,.12) 0%, transparent 70%); top: -80px; left: -80px; pointer-events: none; }
.ai-glow-r { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(44,106,247,.14) 0%, transparent 70%); bottom: -60px; right: -60px; pointer-events: none; }
.ai-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.ai-panel { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 30px; transition: border-color .3s; }
.ai-panel:hover { border-color: rgba(44,106,247,.4); }
.ai-eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.ae-blue { background: rgba(44,106,247,.15); border: 1px solid rgba(44,106,247,.25); color: #93B4FD; }
.ae-purple { background: rgba(124,58,237,.15); border: 1px solid rgba(124,58,237,.3); color: #C4B5FD; }
.ai-title { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 10px; line-height: 1.3; letter-spacing: -.015em; }
.ai-body { font-size: 14px; color: rgba(255,255,255,.53); line-height: 1.72; margin-bottom: 20px; }
.ai-box { background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.07); border-radius: 10px; padding: 14px; margin-bottom: 16px; }
.ai-box-lbl { font-size: 10px; font-weight: 700; color: rgba(255,255,255,.28); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.ai-box-text { font-size: 13px; color: #86EFAC; line-height: 1.65; }
.cur { display: inline-block; width: 2px; height: 13px; background: #86EFAC; animation: cur 1s step-end infinite; vertical-align: middle; margin-left: 1px; }
@keyframes cur { 0%,100%{opacity:1} 50%{opacity:0} }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.chip { font-size: 12px; font-weight: 500; padding: 4px 11px; border-radius: 7px; }
.chip-must { background: rgba(18,183,106,.12); border: 1px solid rgba(18,183,106,.25); color: #6EE7B7; }
.chip-nice { background: rgba(44,106,247,.12); border: 1px solid rgba(44,106,247,.25); color: #93B4FD; }
.ai-stat { display: flex; align-items: center; gap: 11px; }
.ai-stat-n { font-size: 34px; font-weight: 800; color: var(--green); letter-spacing: -.02em; line-height: 1; }
.ai-stat-t { font-size: 13px; color: rgba(255,255,255,.42); line-height: 1.5; }
.match-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.match-row { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 10px; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; }
.match-name { font-size: 13px; font-weight: 600; color: #fff; }
.match-skills { font-size: 11px; color: rgba(255,255,255,.33); margin-top: 2px; }
.match-pct { font-size: 14px; font-weight: 800; padding: 4px 11px; border-radius: 8px; }
.mp-hi { background: rgba(18,183,106,.18); color: #6EE7B7; }
.mp-md { background: rgba(247,144,9,.18); color: #FCD34D; }

/* ─── WORKFLOW ─── */
.wf-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.wf-list { display: flex; flex-direction: column; }
.wf-step { display: flex; gap: 15px; padding: 13px 0; position: relative; }
.wf-step:not(:last-child)::before { content:''; position:absolute; left:18px; top:50px; bottom:0; width:2px; background:linear-gradient(var(--blue),var(--line)); }
.wf-dot { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; z-index: 1; position: relative; border: 2px solid; }
.wd-blue { background: var(--blue-lt); border-color: var(--blue); }
.wd-purple { background: var(--purple-lt); border-color: var(--purple); }
.wd-green { background: var(--green-lt); border-color: var(--green); }
.wf-info { flex: 1; }
.wf-name { font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 2px; }
.wf-desc { font-size: 13px; color: var(--ink3); line-height: 1.5; }
.wf-right { display: flex; flex-direction: column; gap: 18px; }

/* Invoice card */
.inv-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; box-shadow: var(--sh2); }
.inv-head { padding: 13px 16px; background: var(--bg); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.inv-head-t { font-size: 13px; font-weight: 700; color: var(--ink); }
.inv-row { padding: 10px 16px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line2); font-size: 13px; }
.inv-lbl { color: var(--ink3); }
.inv-val { font-weight: 600; color: var(--ink); }
.inv-total { padding: 12px 16px; background: var(--blue-lt); display: flex; justify-content: space-between; }
.inv-tl { font-size: 13px; font-weight: 700; color: var(--blue); }
.inv-tv { font-size: 18px; font-weight: 800; color: var(--blue); letter-spacing: -.01em; }

/* Pipeline card */
.pipe-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r2); padding: 18px; box-shadow: var(--sh); }
.pipe-head { font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 13px; }
.pipe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pipe-cell { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 13px; text-align: center; }
.pipe-n { font-size: 28px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.pn-blue { color: var(--blue); }
.pn-amber { color: var(--amber); }
.pn-green { color: var(--green); }
.pn-red { color: var(--red); }
.pipe-l { font-size: 11px; font-weight: 500; color: var(--ink3); margin-top: 4px; }

/* ─── OUTCOMES ─── */
.out-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.out-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r2); padding: 28px; transition: all .25s; }
.out-card:hover { box-shadow: var(--sh3); transform: translateY(-3px); }
.out-n { font-size: 46px; font-weight: 800; color: var(--blue); letter-spacing: -.03em; line-height: 1; margin-bottom: 10px; }
.out-title { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.out-desc { font-size: 14px; color: var(--ink3); line-height: 1.65; }

/* ─── SECURITY ─── */
.sec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sec-item { display: flex; align-items: flex-start; gap: 12px; padding: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: var(--r2); }
.sec-ico { width: 34px; height: 34px; background: rgba(18,183,106,.15); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.sec-title { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.sec-desc { font-size: 12px; color: rgba(255,255,255,.42); line-height: 1.6; }

/* ─── PRICING ─── */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; max-width: 940px; margin: 0 auto; }
.price-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r3); padding: 34px; position: relative; transition: all .25s; }
.price-card.pop { border: 2px solid var(--blue); box-shadow: 0 0 0 4px rgba(44,106,247,.07); }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--sh3); }
.price-pop { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--blue); color: #fff; font-size: 12px; font-weight: 700; padding: 4px 16px; border-radius: 100px; white-space: nowrap; }
.price-plan { font-size: 12px; font-weight: 700; color: var(--ink4); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.price-row { display: flex; align-items: flex-start; gap: 2px; margin-bottom: 4px; }
.price-sym { font-size: 22px; font-weight: 700; color: var(--ink); margin-top: 8px; }
.price-num { font-size: 52px; font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -.03em; }
.price-num.custom { font-size: 38px; }
.price-cadence { font-size: 13px; color: var(--ink4); margin-bottom: 8px; }
.price-users { font-size: 13px; font-weight: 500; color: var(--ink2); padding: 8px 12px; background: var(--bg); border-radius: 8px; margin-bottom: 22px; }
.price-hr { height: 1px; background: var(--line2); margin-bottom: 20px; }
.price-feats { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.price-feats li { font-size: 14px; color: var(--ink2); display: flex; align-items: center; gap: 9px; }
.price-feats li::before { content:'✓'; color: var(--green); font-weight: 700; font-size: 13px; flex-shrink: 0; }
.price-btn { width: 100%; padding: 13px; border-radius: 10px; font-size: 15px; font-weight: 600; font-family: var(--f); cursor: pointer; transition: all .2s; }
.pb-solid { background: var(--blue); color: #fff; border: none; }
.pb-solid:hover { background: var(--blue-h); }
.pb-outline { background: transparent; color: var(--ink2); border: 1.5px solid var(--line); }
.pb-outline:hover { border-color: var(--blue); color: var(--blue); }

/* ─── TESTIMONIALS ─── */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testi-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r2); padding: 26px; border-top: 3px solid var(--blue); box-shadow: var(--sh); transition: all .25s; }
.testi-card:hover { box-shadow: var(--sh3); transform: translateY(-3px); }
.testi-stars { color: #FBBF24; font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.testi-quote { font-size: 14px; color: var(--ink2); line-height: 1.78; margin-bottom: 18px; }
.testi-by { display: flex; align-items: center; gap: 11px; }
.testi-av { width: 38px; height: 38px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.testi-name { font-size: 14px; font-weight: 700; color: var(--ink); }
.testi-role { font-size: 12px; color: var(--ink3); }

/* ─── FAQ ─── */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.faq { background: var(--white); border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.faq-q { padding: 18px 22px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 600; color: var(--ink); user-select: none; }
.faq-q:hover { background: var(--bg); }
.faq-arr { font-size: 16px; color: var(--ink4); transition: transform .3s; flex-shrink: 0; }
.faq.open .faq-arr { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: all .3s; font-size: 14px; color: var(--ink3); line-height: 1.75; }
.faq.open .faq-a { max-height: 180px; padding: 0 22px 18px; }

/* ─── FINAL CTA ─── */
.cta-section { background: var(--navy); position: relative; overflow: hidden; }
.cta-glow { position: absolute; width: 700px; height: 500px; border-radius: 50%; background: radial-gradient(ellipse, rgba(44,106,247,.18) 0%, transparent 70%); left: 50%; top: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.cta-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 32px 32px; pointer-events: none; }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-h { font-size: clamp(26px,4vw,48px); font-weight: 800; color: #fff; letter-spacing: -.025em; line-height: 1.15; margin-bottom: 18px; max-width: 620px; margin-left: auto; margin-right: auto; }
.cta-sub { font-size: 17px; color: rgba(255,255,255,.6); margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.cta-trust { display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; }
.cta-trust-item { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.48); font-size: 13px; }
.cta-trust-item::before { content:'✓'; color: var(--green); font-weight: 700; }

/* ─── FOOTER ─── */
footer { background: #070E1C; border-top: 1px solid rgba(255,255,255,.05); padding: 60px 0 28px; }
.foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
.foot-logo { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.foot-logo-mark { width: 30px; height: 30px; background: var(--blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 15px; }
.foot-logo-name { font-weight: 800; font-size: 17px; color: #fff; letter-spacing: -.02em; }
.foot-desc { font-size: 13px; color: rgba(255,255,255,.32); line-height: 1.72; max-width: 220px; }
.foot-col-h { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.32); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; }
.foot-links { display: flex; flex-direction: column; gap: 9px; }
.foot-links a { font-size: 13px; color: rgba(255,255,255,.48); transition: color .2s; }
.foot-links a:hover { color: rgba(255,255,255,.88); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.05); }
.foot-copy { font-size: 12px; color: rgba(255,255,255,.22); }
.foot-socs { display: flex; gap: 10px; }
.foot-soc { width: 30px; height: 30px; border-radius: 7px; background: rgba(255,255,255,.05); display: flex; align-items: center; justify-content: center; font-size: 12px; color: rgba(255,255,255,.38); transition: all .2s; cursor: pointer; font-weight: 600; }
.foot-soc:hover { background: var(--blue); color: #fff; }

/* ─── REVEAL ─── */
.rv { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.rv.in { opacity: 1; transform: none; }
.d1 { transition-delay: .07s; }
.d2 { transition-delay: .15s; }
.d3 { transition-delay: .22s; }
.d4 { transition-delay: .3s; }

/* ─── RESPONSIVE ─── */
@media(max-width:1024px) {
  .feat2-grid { grid-template-columns: repeat(2,1fr); }
  .wf2-steps { grid-template-columns: repeat(4,1fr); gap: 12px; }
  .wf2-steps::before { display:none; }
  .out2-grid { grid-template-columns: repeat(2,1fr); }
  .wf2-bottom { grid-template-columns: 1fr; }
}
@media(max-width:768px) {
  .feat2-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .wf2-steps { grid-template-columns: repeat(2,1fr); }
  .out2-grid { grid-template-columns: 1fr; }
}



/* ── PROBLEM SECTION ── */
.why-section { background: #F7F9FF; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.why-col { border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--sh); }
.why-col-head { display: flex; align-items: center; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.why-col-head h3 { font-size: 15px; font-weight: 700; }
.wch-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.wch-icon.bad { background: #FEF3F2; }
.wch-icon.good { background: #ECFDF3; }
.why-col-head.bad h3 { color: #B42318; }
.why-col-head.good h3 { color: #027A48; }
.why-row { display: flex; align-items: flex-start; gap: 14px; padding: 14px 22px; border-bottom: 1px solid #F7F9FF; }
.why-row:last-child { border: none; }
.why-row-icon { width: 36px; height: 36px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.wri-red { background: #FEF3F2; }
.wri-blue { background: #EEF3FF; }
.wri-teal { background: #E8FEF7; }
.wri-amber { background: #FFFAEB; }
.wri-green { background: #ECFDF3; }
.why-row-text { font-size: 14px; color: var(--ink2); line-height: 1.6; }

/* ── FEATURES SECTION ── */
.feat2-section { background: #fff; }
.feat2-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.feat2-card { background: #fff; padding: 28px 24px; transition: all .25s; cursor: default; position: relative; }
.feat2-card:hover { background: #F7F9FF; }
.feat2-card:hover .f2-icon-wrap { transform: scale(1.08); }
.f2-icon-wrap { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: transform .25s; flex-shrink: 0; }
.f2iw-blue { background: linear-gradient(135deg, #EEF3FF 0%, #D8E4FF 100%); }
.f2iw-teal { background: linear-gradient(135deg, #E0FAF5 0%, #B8F2E8 100%); }
.f2iw-amber { background: linear-gradient(135deg, #FFFAEB 0%, #FEF0C7 100%); }
.f2iw-ink { background: linear-gradient(135deg, #F2F4F7 0%, #E4E7EC 100%); }
.feat2-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.feat2-desc { font-size: 13px; color: var(--ink3); line-height: 1.65; margin-bottom: 12px; }
.feat2-pill { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px; }
.fp-blue { background: #EEF3FF; color: #3B5BDB; }
.fp-teal { background: #E8FEF7; color: #0E9F72; }
.fp-amber { background: #FFFAEB; color: #B54708; }
.feat2-top-badge { position: absolute; top: 12px; right: 12px; background: linear-gradient(135deg, #2BB5A0, #3B5BDB); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 100px; letter-spacing: .04em; }
.feat2-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; background: linear-gradient(135deg, #3B5BDB 0%, #2BB5A0 100%); border-radius: 16px; overflow: hidden; margin-top: 20px; }
.f2-stat { padding: 24px; text-align: center; position: relative; }
.f2-stat:not(:last-child)::after { content:''; position:absolute; right:0; top:20%; height:60%; width:1px; background:rgba(255,255,255,.2); }
.f2-stat-n { font-size: 38px; font-weight: 800; color: #fff; letter-spacing: -.025em; line-height: 1; }
.f2-stat-l { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.75); margin-top: 5px; }



/* ── WORKFLOW ── */
.wf2-section { background: #F7F9FF; }
.wf2-steps { display: grid; grid-template-columns: repeat(7,1fr); gap: 0; position: relative; margin-bottom: 52px; }
.wf2-steps::before { content:''; position:absolute; top:28px; left:calc(100%/14); right:calc(100%/14); height:2px; background:linear-gradient(90deg, #3B5BDB 0%, #2BB5A0 60%, #12B76A 100%); z-index:0; }
.wf2-step { display:flex; flex-direction:column; align-items:center; text-align:center; padding:0 4px; position:relative; z-index:1; }
.wf2-dot { width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; border:3px solid #fff; box-shadow:0 0 0 2px var(--line), var(--sh2); background:#fff; margin-bottom:12px; transition:all .25s; cursor:default; }
.wf2-step:hover .wf2-dot { transform:scale(1.1); box-shadow:0 0 0 3px rgba(59,91,219,.3), var(--sh2); }
.wf2-dot.ai-dot { background:linear-gradient(135deg,#F0ECFF,#EEF3FF); box-shadow:0 0 0 2px #7C3AED, var(--sh2); }
.wf2-dot.final-dot { background:linear-gradient(135deg,#ECFDF3,#D1FAE5); box-shadow:0 0 0 2px #12B76A, var(--sh2); }
.wf2-label { font-size:12px; font-weight:700; color:var(--ink); line-height:1.3; margin-bottom:4px; }
.wf2-sub { font-size:11px; color:var(--ink4); line-height:1.4; }
.wf2-ai-badge { font-size:9px; font-weight:800; background:linear-gradient(90deg,#7C3AED,#3B5BDB); color:#fff; padding:2px 8px; border-radius:100px; margin-top:5px; letter-spacing:.06em; display:inline-block; }

/* Right panel: invoice + pipeline */
.wf2-bottom { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.wf2-inv { background:#fff; border:1px solid var(--line); border-radius:var(--r2); overflow:hidden; box-shadow:var(--sh2); }
.wf2-inv-head { padding:14px 18px; background:linear-gradient(90deg,#3B5BDB,#2BB5A0); display:flex; align-items:center; justify-content:space-between; }
.wf2-inv-title { font-size:13px; font-weight:700; color:#fff; }
.wf2-inv-row { padding:10px 18px; display:flex; justify-content:space-between; border-bottom:1px solid #F7F9FF; font-size:13px; }
.wf2-inv-lbl { color:var(--ink3); }
.wf2-inv-val { font-weight:600; color:var(--ink); }
.wf2-inv-total { padding:13px 18px; background:#ECFDF3; display:flex; justify-content:space-between; }
.wf2-inv-tl { font-size:13px; font-weight:700; color:#027A48; }
.wf2-inv-tv { font-size:19px; font-weight:800; color:#027A48; letter-spacing:-.015em; }

/* Pipeline visual */
.wf2-pipe { background:#fff; border:1px solid var(--line); border-radius:var(--r2); padding:20px; box-shadow:var(--sh2); }
.wf2-pipe-head { font-size:13px; font-weight:700; color:var(--ink); margin-bottom:16px; display:flex; align-items:center; justify-content:space-between; }
.wf2-pipe-live { display:flex; align-items:center; gap:5px; font-size:11px; font-weight:600; color:#12B76A; }
.wf2-pipe-live::before { content:''; width:6px; height:6px; background:#12B76A; border-radius:50%; animation:hpulse 2s ease-in-out infinite; }
.pipe-bars { display:flex; flex-direction:column; gap:10px; }
.pipe-bar-row { display:flex; align-items:center; gap:10px; }
.pbl { font-size:12px; color:var(--ink3); width:80px; flex-shrink:0; font-weight:500; }
.pb-track { flex:1; height:10px; background:var(--line2); border-radius:100px; overflow:hidden; }
.pb-fill { height:100%; border-radius:100px; transition:width 1.2s cubic-bezier(.4,0,.2,1); }
.pbf-blue { background:linear-gradient(90deg,#3B5BDB,#6B8EFF); }
.pbf-green { background:linear-gradient(90deg,#12B76A,#6EE7B7); }
.pbf-amber { background:linear-gradient(90deg,#F79009,#FCD34D); }
.pbf-red { background:#F04438; }
.pb-val { font-size:12px; font-weight:700; color:var(--ink); width:40px; text-align:right; flex-shrink:0; }

/* ── OUTCOMES ── */
.out2-section { background:#fff; }
.out2-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.out2-card { border:1px solid var(--line); border-radius:20px; padding:28px; background:#fff; transition:all .25s; overflow:hidden; position:relative; }
.out2-card::before { content:''; position:absolute; inset:0; opacity:0; transition:opacity .25s; border-radius:20px; }
.out2-card:hover { transform:translateY(-4px); box-shadow:var(--sh3); }
.out2-card:hover::before { opacity:1; }
.out2-icon-row { display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.out2-icon { width:48px; height:48px; border-radius:14px; display:flex; align-items:center; justify-content:center; }
.out2-num { font-size: 42px; font-weight:800; letter-spacing:-.03em; line-height:1; }
.out2-title { font-size:16px; font-weight:700; color:var(--ink); margin-bottom:8px; }
.out2-desc { font-size:14px; color:var(--ink3); line-height:1.65; }
.out2-meter { height:4px; border-radius:100px; margin-top:18px; }


.logo-img { height: 48px; width: auto; max-width: 200px; display: block; object-fit: contain; }
.logo-img--footer,
.foot-logo .logo-img { height: 44px; max-width: 180px; }
.logo-name, .foot-logo-name { display: none; }
.logo-mark, .foot-logo-mark { display: none; }