*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg:    #FFFFFF;
  --soft:  #F7F8FC;
  --ink:   #16183A;
  --t1:    #1E1B4B;
  --t2:    #565A82;
  --t3:    #9296B5;
  --line:  #E8E9F3;
  --line2: #DDDEEC;
  --ind:   #4338CA;
  --ind2:  #312E81;
  --indl:  #EEF0FB;
  --beam:  #FF5A2C;
  --flame: #FFA51F;
  /* Primary brand gradient is now blue/indigo; flame kept as a rare accent */
  --grad:  linear-gradient(120deg, #4338CA, #6366F1);
  --grad-blue: linear-gradient(120deg, #4338CA, #6366F1);
  --grad-flame: linear-gradient(115deg, #FF5A2C, #FFA51F);
}
html { scroll-behavior: smooth; }
body { font-family: 'Archivo', sans-serif; background: var(--bg); color: var(--t1); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--ind); color: #fff; }
.mono { font-family: 'IBM Plex Mono', monospace; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 32px; }
section { padding: 100px 0; }
svg use, .ic svg, .fi svg, .svc-icon svg, .pc-icon svg, .why-ic svg { stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

/* ── buttons ──────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: 'Archivo', sans-serif; font-size: .92rem; font-weight: 600; padding: 14px 26px; border-radius: 9px; transition: transform .16s ease, box-shadow .16s ease, background .16s, border-color .16s; cursor: pointer; border: 1px solid transparent; }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 6px 20px rgba(67,56,202,.28); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(67,56,202,.38); }
.btn-ghost { background: #fff; color: var(--ind2); border-color: var(--line2); }
.btn-ghost:hover { border-color: var(--ind); color: var(--ind); transform: translateY(-2px); }
.btn-sm { padding: 11px 20px; font-size: .85rem; }

/* ── nav ──────────────────────────────────────── */
nav { position: sticky; top: 0; z-index: 100; height: 68px; display: flex; align-items: center; background: rgba(255,255,255,.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
nav .wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--ind); letter-spacing: -.3px; }
.logo-mark { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-mark svg { width: 100%; height: 100%; }
.logo em { font-style: normal; background: var(--grad-flame); -webkit-background-clip: text; background-clip: text; color: transparent; }
.logo .inc { font-weight: 500; font-size: .68rem; color: var(--t3); align-self: flex-end; margin-bottom: 3px; }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a { font-size: .88rem; font-weight: 500; color: var(--t2); padding: 8px 14px; border-radius: 7px; transition: color .18s, background .18s; }
.nav-links a:hover { color: var(--ind); }
/* CTA button: keep white text (override the gray nav-link colour + hover) */
.nav-links a.nav-cta, .nav-links a.nav-cta:hover { color: #fff; margin-left: 8px; }
.burger { display: none; }
@media (max-width: 860px) { .nav-links a:not(.nav-cta) { display: none; } }

/* ── hero ─────────────────────────────────────── */
.hero { padding: 92px 0 96px; text-align: center; position: relative; overflow: hidden;
  background:
    radial-gradient(58% 44% at 50% -4%, rgba(67,56,202,.09), transparent 72%),
    radial-gradient(circle, rgba(67,56,202,.05) 1px, transparent 1px);
  background-size: auto, 26px 26px; }
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 160px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-mark { width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 28px; }
.hero-mark svg { width: 100%; height: 100%; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: 'IBM Plex Mono', monospace; font-size: .68rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ind); background: var(--indl); border: 1px solid #DFE1F6; padding: 7px 14px; border-radius: 100px; margin-bottom: 26px; }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--grad-flame); }
h1 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(2.4rem, 5.4vw, 4.1rem); line-height: 1.06; letter-spacing: -1.8px; color: var(--ink); max-width: 16ch; margin: 0 auto; }
.hero-sub { font-size: clamp(1rem, 1.5vw, 1.18rem); color: var(--t2); line-height: 1.7; max-width: 600px; margin: 26px auto 0; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.hero-trust { font-family: 'IBM Plex Mono', monospace; font-size: .68rem; letter-spacing: .5px; color: var(--t3); margin-top: 34px; }

/* ── section heading ──────────────────────────── */
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.label { font-family: 'IBM Plex Mono', monospace; font-size: .66rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--beam); margin-bottom: 14px; }
h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.7rem); line-height: 1.12; letter-spacing: -.8px; color: var(--ink); }
.sec-head p { color: var(--t2); font-size: 1rem; line-height: 1.7; margin-top: 16px; }
.soft-bg { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ── two ways cards ───────────────────────────── */
.two-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 920px; margin: 0 auto; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 36px 34px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; }
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(30,27,75,.10); border-color: var(--line2); }
.svc-icon { width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 22px; background: linear-gradient(135deg, var(--ind), var(--ind2)); box-shadow: 0 10px 22px rgba(67,56,202,.26); }
.svc-icon.beam { background: var(--grad-flame); box-shadow: 0 10px 22px rgba(255,90,44,.22); }
.svc-icon svg { width: 27px; height: 27px; }
.svc-card h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--ink); margin-bottom: 12px; letter-spacing: -.4px; }
.svc-card > p { color: var(--t2); font-size: .95rem; line-height: 1.7; margin-bottom: 22px; }
.feat-grid { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 26px; }
.feat-grid li { display: flex; align-items: center; gap: 12px; font-size: .9rem; color: var(--t1); font-weight: 500; }
.fi { flex-shrink: 0; width: 30px; height: 30px; border-radius: 9px; background: var(--indl); color: var(--ind); display: flex; align-items: center; justify-content: center; }
.fi svg { width: 17px; height: 17px; }
.svc-meta { font-family: 'IBM Plex Mono', monospace; font-size: .68rem; letter-spacing: 1px; color: var(--t3); margin-top: auto; padding-top: 22px; border-top: 1px dashed var(--line2); }
.svc-meta b { color: var(--ind); font-weight: 600; }

/* ── pricing ──────────────────────────────────── */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1040px; margin: 0 auto; align-items: stretch; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 32px 30px; display: flex; flex-direction: column; position: relative; transition: transform .2s, box-shadow .2s; }
.price-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(30,27,75,.10); }
.price-card.featured { border: 1.5px solid var(--ind); box-shadow: 0 18px 44px rgba(67,56,202,.14); }
.badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-family: 'IBM Plex Mono', monospace; font-size: .58rem; letter-spacing: 1.2px; color: #fff; background: var(--grad-flame); padding: 5px 14px; border-radius: 100px; box-shadow: 0 6px 16px rgba(255,90,44,.34); }
.pc-top { display: flex; align-items: center; gap: 13px; margin-bottom: 18px; }
.pc-icon { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--indl); color: var(--ind); }
.pc-icon svg { width: 24px; height: 24px; }
.featured .pc-icon { background: var(--grad); color: #fff; }
.pc-tier { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.2rem; color: var(--ink); line-height: 1; }
.pc-sub { font-family: 'IBM Plex Mono', monospace; font-size: .58rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--t3); margin-top: 5px; }
.pc-meter { height: 6px; border-radius: 100px; background: #ECEEF9; overflow: hidden; }
.pc-fill { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--ind), #818CF8); }
.pc-mods { font-family: 'IBM Plex Mono', monospace; font-size: .6rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ind); margin: 9px 0 18px; }
.price { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 2.4rem; letter-spacing: -1.5px; color: var(--ink); }
.price span { font-family: 'IBM Plex Mono', monospace; font-size: .72rem; font-weight: 400; color: var(--t3); letter-spacing: 0; }
.price-card > p { font-size: .86rem; color: var(--t2); line-height: 1.55; margin: 8px 0 22px; padding-bottom: 20px; border-bottom: 1px dashed var(--line2); }
.price-card .feat-grid { margin-bottom: 26px; }
.price-card .feat-grid li { font-size: .85rem; align-items: flex-start; }
.price-card .fi { width: 26px; height: 26px; border-radius: 7px; }
.price-card .fi svg { width: 15px; height: 15px; }
.price-note { text-align: center; margin-top: 30px; font-size: .9rem; color: var(--t2); }
.price-note a { color: var(--ind); font-weight: 600; border-bottom: 1px solid rgba(67,56,202,.4); }

/* ── how it works ─────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 26px; position: relative; transition: transform .2s, box-shadow .2s; }
.step:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(30,27,75,.09); }
.step-n { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 2rem; line-height: 1; margin-bottom: 16px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.step h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 9px; }
.step p { font-size: .87rem; color: var(--t2); line-height: 1.65; }

/* ── why grid ─────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 980px; margin: 0 auto; }
.why { display: flex; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px 28px; transition: transform .2s, box-shadow .2s; }
.why:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(30,27,75,.08); }
.why-ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--indl); color: var(--ind); display: flex; align-items: center; justify-content: center; }
.why-ic svg { width: 24px; height: 24px; }
.why h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.08rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.why p { font-size: .88rem; color: var(--t2); line-height: 1.65; }

/* ── testimonials ─────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 960px; margin: 0 auto; }
.testi { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 34px 32px; transition: transform .2s, box-shadow .2s; }
.testi:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(30,27,75,.10); }
.stars { color: var(--flame); letter-spacing: 3px; font-size: .85rem; margin-bottom: 16px; }
.testi blockquote { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 1.12rem; color: var(--t1); line-height: 1.6; margin-bottom: 26px; letter-spacing: -.2px; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-av { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 1.1rem; color: #fff; background: linear-gradient(135deg, var(--ind), var(--ind2)); }
.testi-av.beam { background: var(--grad); }
.testi-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: .94rem; color: var(--ink); }
.testi-role { font-family: 'IBM Plex Mono', monospace; font-size: .6rem; letter-spacing: .5px; color: var(--t3); margin-top: 3px; }

/* ── about ────────────────────────────────────── */
.about { max-width: 760px; margin: 0 auto; text-align: center; }
.about p { color: var(--t2); font-size: 1.05rem; line-height: 1.8; margin-top: 18px; }
.about-stats { display: flex; justify-content: center; gap: 0; margin-top: 44px; flex-wrap: wrap; }
.ab-stat { padding: 0 36px; border-right: 1px solid var(--line); }
.ab-stat:last-child { border-right: none; }
.ab-n { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 2.2rem; letter-spacing: -1px; color: var(--ink); line-height: 1; }
.ab-n b { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ab-l { font-family: 'IBM Plex Mono', monospace; font-size: .58rem; letter-spacing: 1.2px; text-transform: uppercase; color: var(--t3); margin-top: 9px; }

/* ── final cta ────────────────────────────────── */
.cta-final { text-align: center; }
.cta-card { max-width: 880px; margin: 0 auto; background: linear-gradient(135deg, #1E1B4B, #312E81); border-radius: 24px; padding: 72px 48px; position: relative; overflow: hidden; }
.cta-card::before { content: ''; position: absolute; top: -40%; right: -10%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(255,75,46,.35), transparent 65%); pointer-events: none; }
.cta-card h2 { color: #fff; position: relative; }
.cta-card p { color: rgba(255,255,255,.72); font-size: 1.02rem; line-height: 1.7; max-width: 480px; margin: 16px auto 0; position: relative; }
.cta-card .hero-cta { margin-top: 32px; position: relative; }
.cta-checks { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; margin-top: 26px; position: relative; }
.cta-check { font-family: 'IBM Plex Mono', monospace; font-size: .64rem; letter-spacing: .5px; color: rgba(255,255,255,.6); display: flex; align-items: center; gap: 7px; }
.cta-check::before { content: '✓'; color: var(--flame); font-weight: 700; }

/* ── footer ───────────────────────────────────── */
footer { border-top: 1px solid var(--line); padding: 32px 0; }
footer .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
footer p { font-family: 'IBM Plex Mono', monospace; font-size: .62rem; color: var(--t3); }
.foot-links { display: flex; gap: 22px; list-style: none; }
.foot-links a { font-family: 'IBM Plex Mono', monospace; font-size: .68rem; color: var(--t3); }
.foot-links a:hover { color: var(--beam); }

/* ── reveal ───────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }

/* ── responsive ───────────────────────────────── */
@media (max-width: 900px) {
  .two-grid, .price-grid, .why-grid, .testi-grid, .steps { grid-template-columns: 1fr; }
  .price-grid { max-width: 440px; }
  .steps { gap: 16px; }
  section { padding: 72px 0; }
  .wrap { padding: 0 22px; }
  .cta-card { padding: 56px 28px; }
  .ab-stat { padding: 14px 22px; border-right: none; }
}
