/* =========================================================
   Concordance — marketing site
   Clean / minimal / modern / light  (Brellium-inspired)
   ========================================================= */

:root {
  /* Palette */
  --ink:        #0b1220;   /* near-black headline ink */
  --ink-2:      #1c2433;
  --slate:      #4a5568;   /* body text */
  --slate-2:    #6b7488;   /* muted */
  --line:       #e7eaf0;   /* hairline borders */
  --line-2:     #eef1f6;
  --bg:         #ffffff;
  --bg-soft:    #f7f9fc;   /* section tint */
  --bg-soft-2:  #f1f5fb;

  /* Brand accent — a calm, trustworthy blue ("the Switzerland of compliance") */
  --brand:      #2f5bff;
  --brand-700:  #1e44d6;
  --brand-50:   #eef3ff;
  --brand-100:  #dce6ff;

  --teal:       #0ea5a4;
  --green:      #12a150;
  --green-50:   #e8f7ee;
  --amber:      #c2740a;
  --amber-50:   #fdf3e3;
  --red:        #d4453b;
  --red-50:     #fdecea;

  --shadow-sm:  0 1px 2px rgba(16,24,40,.05);
  --shadow:     0 8px 30px rgba(16,24,40,.07);
  --shadow-lg:  0 24px 60px -12px rgba(16,24,40,.16);

  --radius:     14px;
  --radius-lg:  22px;
  --maxw:       1140px;

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--slate);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.005em;
}

h1, h2, h3, h4 { color: var(--ink); margin: 0; font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--brand-700); text-transform: none;
  background: var(--brand-50);
  border: 1px solid var(--brand-100);
  padding: 6px 12px; border-radius: 999px;
}
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }

.section { padding: 96px 0; }
.section--soft { background: var(--bg-soft); }
.section--ink { background: var(--ink); }

.section-head { max-width: 720px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4vw, 44px); margin: 18px 0 16px; }
.section-head p { font-size: 19px; color: var(--slate); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-size: 15.5px; font-weight: 600;
  padding: 13px 22px; border-radius: 11px; cursor: pointer;
  border: 1px solid transparent; transition: all .18s ease; white-space: nowrap;
}
.btn--primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--brand-700); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: #cfd6e4; transform: translateY(-1px); }
.btn--light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); }
.btn--light:hover { background: rgba(255,255,255,.14); }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn--lg { padding: 16px 28px; font-size: 16.5px; }
.btn .arrow { transition: transform .18s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line-2);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--ink); font-size: 18px; letter-spacing: -0.03em; flex: none; white-space: nowrap; }
.brand .mark {
  width: 28px; height: 28px; border-radius: 8px; flex: none;
  background: linear-gradient(135deg, var(--brand), #6b8bff);
  display: grid; place-items: center; color: #fff; font-size: 15px; font-weight: 800;
  box-shadow: 0 2px 8px rgba(47,91,255,.35);
}
.nav__links { display: flex; gap: 28px; align-items: center; flex: 1; justify-content: center; }
.nav__links a { font-size: 15px; color: var(--slate); font-weight: 500; transition: color .15s; white-space: nowrap; }
.nav__links a:hover { color: var(--ink); }
.nav__cta { display: flex; align-items: center; gap: 12px; flex: none; }
@media (max-width: 1080px){ .nav__cta .btn--ghost { display: none; } }
@media (max-width: 940px){ .nav__links { display: none; } }

/* ---------- Hero ---------- */
.hero { padding: 76px 0 64px; position: relative; overflow: hidden; }
.hero__grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(50% 60% at 88% 4%, rgba(47,91,255,.14), transparent 64%),
    radial-gradient(38% 46% at 70% 86%, rgba(14,165,164,.10), transparent 70%),
    radial-gradient(40% 40% at -4% 30%, rgba(47,91,255,.05), transparent 70%);
}
.hero .container { position: relative; z-index: 1; }
.hero__layout { display: grid; grid-template-columns: 1.04fr .96fr; gap: 56px; align-items: center; }
@media (max-width: 980px){ .hero__layout { grid-template-columns: 1fr; gap: 48px; } }
.hero h1 { font-size: clamp(36px, 4.6vw, 56px); letter-spacing: -0.035em; max-width: 15ch; }
.hero h1 .grad { background: linear-gradient(120deg, var(--brand), var(--teal)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__sub { font-size: 19px; color: var(--slate); margin: 22px 0 0; max-width: 50ch; }
.hero__cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero__note { margin-top: 18px; font-size: 14px; color: var(--slate-2); display: flex; align-items: center; gap: 8px; }
.hero__note svg { color: var(--green); }

/* hero product visual */
.hero__visual { position: relative; min-height: 420px; display: grid; place-items: center; }
@media (max-width: 980px){ .hero__visual { min-height: 360px; } }
.hv-glow {
  position: absolute; width: 360px; height: 360px; border-radius: 50%; z-index: 0;
  background: radial-gradient(circle, rgba(47,91,255,.22), transparent 62%);
  filter: blur(8px);
}
.hv-card {
  position: relative; z-index: 2; width: min(420px, 100%);
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  box-shadow: var(--shadow-lg); padding: 0 0 22px; overflow: hidden;
  animation: floaty 6s ease-in-out infinite;
}
.hv-card__bar { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-bottom: 1px solid var(--line-2); background: var(--bg-soft); }
.hv-dots { display: flex; gap: 6px; }
.hv-dots i { width: 10px; height: 10px; border-radius: 50%; background: #e1e6ef; }
.hv-tag { margin-left: auto; font-size: 11px; font-weight: 800; letter-spacing: .04em; color: var(--brand-700); background: var(--brand-50); border-radius: 999px; padding: 5px 11px; }
.hv-card__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px 14px; }
.hv-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--slate-2); }
.hv-title { font-size: 20px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-top: 4px; }
.hv-payer { font-size: 12.5px; font-weight: 700; color: var(--ink); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px; padding: 6px 11px; }
.hv-seal {
  margin: 4px 22px 0; display: flex; align-items: center; gap: 13px;
  background: linear-gradient(135deg, #fff, var(--green-50)); border: 1px solid #bfe8cd; border-radius: 13px; padding: 15px;
}
.hv-seal__ic { flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: 0 4px 12px rgba(18,161,80,.35); }
.hv-seal b { display: block; color: #0c7d3e; font-size: 14.5px; }
.hv-seal span { font-size: 12.5px; color: var(--slate); }
.hv-exposure { margin: 18px 22px 0; }
.hv-exposure__row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.hv-exposure__row .k { font-size: 13px; color: var(--slate-2); font-weight: 600; }
.hv-exposure__row .v { font-size: 15px; color: var(--slate-2); }
.hv-exposure__row .v s { color: var(--red); opacity: .7; }
.hv-exposure__row .v strong { color: var(--green); font-size: 18px; font-weight: 800; }
.hv-bars { display: flex; align-items: flex-end; gap: 7px; height: 64px; }
.hv-bars i { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(180deg, var(--brand), #6b8bff); }
.hv-bars i.lo { background: var(--green); }
.hv-float {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px 15px;
  box-shadow: var(--shadow-lg);
}
.hv-float b { display: block; font-size: 13.5px; color: var(--ink); }
.hv-float span { font-size: 12px; color: var(--slate-2); }
.hv-float__ic { flex: none; width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.hv-float__ic.green { background: var(--green-50); color: var(--green); }
.hv-float__ic.blue { background: var(--brand-50); color: var(--brand-700); font-size: 12.5px; }
.hv-float--fix { top: 8%; left: -6%; animation: floaty 6s ease-in-out infinite .8s; }
.hv-float--save { bottom: 6%; right: -5%; animation: floaty 7s ease-in-out infinite .4s; }
@media (max-width: 1180px){ .hv-float--fix { left: -2%; } .hv-float--save { right: -1%; } }
@media (max-width: 520px){ .hv-float span { display: none; } .hv-float--fix { left: 0; top: 4%; } .hv-float--save { right: 0; } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce){ .hv-card, .hv-float { animation: none; } }

/* logo strip */
.trustbar { margin-top: 64px; padding-top: 30px; border-top: 1px solid var(--line-2); }
.trustbar__label { font-size: 13px; color: var(--slate-2); font-weight: 600; letter-spacing: .04em; text-align: center; }
.trustbar__row { display: flex; flex-wrap: wrap; gap: 14px 32px; justify-content: center; align-items: center; margin-top: 20px; }
.trustbar__row .chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: var(--ink-2);
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px;
}
.trustbar__row .chip svg { color: var(--brand); }

/* ---------- Stat band ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat { padding: 4px 0; }
.stat .num { font-size: clamp(30px, 3.4vw, 40px); font-weight: 800; color: var(--ink); letter-spacing: -0.04em; }
.stat .num .unit { color: var(--brand); }
.stat .lbl { margin-top: 8px; font-size: 14.5px; color: var(--slate); line-height: 1.45; }
@media (max-width: 760px){ .stats { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; } }

/* ---------- Problem cards ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 900px){ .split { grid-template-columns: 1fr; gap: 36px; } }

.painlist { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.painrow { display: flex; gap: 14px; align-items: flex-start; }
.painrow .ic { flex: none; width: 26px; height: 26px; border-radius: 8px; background: var(--red-50); color: var(--red); display: grid; place-items: center; margin-top: 2px; }
.painrow b { color: var(--ink); font-weight: 650; }

.quotecard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px; box-shadow: var(--shadow);
}
.quotecard .qmark { font-size: 46px; line-height: .6; color: var(--brand-100); font-weight: 800; }
.quotecard blockquote { font-size: 21px; line-height: 1.45; color: var(--ink); font-weight: 500; margin: 14px 0 20px; letter-spacing: -0.01em; }
.quotecard .who { display: flex; align-items: center; gap: 12px; }
.quotecard .who .av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-100), var(--brand-50)); display:grid; place-items:center; color: var(--brand-700); font-weight: 700; font-size: 15px; }
.quotecard .who .meta { font-size: 14px; }
.quotecard .who .meta b { display: block; color: var(--ink); }
.quotecard .who .meta span { color: var(--slate-2); }

/* ---------- How it works / bilateral ---------- */
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
@media (max-width: 900px){ .cards3 { grid-template-columns: 1fr; } }
.fcard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.fcard:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d9e0ee; }
.fcard .badge { font-size: 12.5px; font-weight: 700; color: var(--brand-700); background: var(--brand-50); border-radius: 7px; padding: 4px 10px; display: inline-block; letter-spacing: .02em; }
.fcard h3 { font-size: 21px; margin: 16px 0 10px; }
.fcard p { font-size: 15.5px; color: var(--slate); }
.fcard .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--brand-50); color: var(--brand); display: grid; place-items: center; margin-bottom: 18px; }

/* moat / seal explainer */
.seal-explain { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 8px; }
@media (max-width: 900px){ .seal-explain { grid-template-columns: 1fr; gap: 32px; } }
.seal-badge {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 38px; box-shadow: var(--shadow-lg); text-align: center; position: relative; overflow: hidden;
}
.seal-badge::before { content:""; position:absolute; inset:0; background: radial-gradient(60% 50% at 50% 0%, rgba(18,161,80,.08), transparent 70%); }
.seal-badge .ring {
  width: 132px; height: 132px; border-radius: 50%; margin: 0 auto 22px; position: relative;
  background: conic-gradient(var(--green) 0 100%, var(--green-50) 0);
  display: grid; place-items: center;
}
.seal-badge .ring::after { content:""; position:absolute; inset:10px; background:#fff; border-radius:50%; box-shadow: inset 0 0 0 1px var(--line-2); }
.seal-badge .ring .check { position: relative; z-index:1; color: var(--green); }
.seal-badge h3 { font-size: 22px; }
.seal-badge .sub { font-size: 15px; color: var(--slate); margin-top: 8px; }
.seal-badge .stamp { margin-top: 18px; display:inline-flex; gap:8px; align-items:center; font-size: 13px; font-weight: 700; color: var(--green); background: var(--green-50); border-radius: 999px; padding: 7px 14px; }

.checklist { display: flex; flex-direction: column; gap: 16px; margin-top: 24px; }
.checkrow { display: flex; gap: 13px; align-items: flex-start; }
.checkrow .ic { flex:none; width: 24px; height: 24px; border-radius: 50%; background: var(--green-50); color: var(--green); display: grid; place-items: center; margin-top: 2px; }
.checkrow b { color: var(--ink); }

/* ---------- DEMO walkthrough ---------- */
.demo__tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin: 40px auto 0; }
.demo__tab {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14.5px; font-weight: 600; color: var(--slate);
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 18px; cursor: pointer; transition: all .18s;
}
.demo__tab .n { width: 22px; height: 22px; border-radius: 50%; background: var(--bg-soft); color: var(--slate-2); display: grid; place-items: center; font-size: 12.5px; font-weight: 700; transition: all .18s; }
.demo__tab:hover { border-color: #cfd6e4; }
.demo__tab.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.demo__tab.is-active .n { background: var(--brand); color: #fff; }

.demo__stage {
  margin-top: 36px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden;
}
.demo__caption { display:grid; grid-template-columns: 1fr; gap: 6px; padding: 26px 30px 0; }
.demo__caption .step-k { font-size: 13px; font-weight: 700; color: var(--brand-700); letter-spacing: .03em; }
.demo__caption h3 { font-size: 24px; }
.demo__caption p { font-size: 16px; color: var(--slate); max-width: 70ch; }

/* fake app window */
.win { margin: 24px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--bg-soft); }
.win__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #fff; border-bottom: 1px solid var(--line-2); }
.win__dots { display: flex; gap: 6px; }
.win__dots i { width: 11px; height: 11px; border-radius: 50%; background: #e3e7ee; display: inline-block; }
.win__url { margin-left: 10px; font-size: 12.5px; color: var(--slate-2); background: var(--bg-soft); border: 1px solid var(--line-2); border-radius: 7px; padding: 5px 12px; flex: 1; max-width: 360px; }
.win__pill { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--brand-700); background: var(--brand-50); border-radius: 999px; padding: 5px 11px; }

.win__body { display: grid; grid-template-columns: 1.4fr 1fr; gap: 0; min-height: 380px; }
@media (max-width: 820px){ .win__body { grid-template-columns: 1fr; } }

.note { padding: 22px 24px; background: #fff; border-right: 1px solid var(--line-2); }
.note__h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.note__h .t { font-size: 13px; font-weight: 700; color: var(--slate-2); letter-spacing: .03em; text-transform: uppercase; }
.note__h .payer { font-size: 12.5px; font-weight: 700; color: var(--ink); background: var(--bg-soft); border: 1px solid var(--line); border-radius: 7px; padding: 4px 10px; }
.note p { font-size: 14.5px; color: var(--ink-2); line-height: 1.7; margin-bottom: 12px; }
.note .label { font-size: 12px; font-weight: 700; color: var(--slate-2); letter-spacing:.04em; }
.flag { background: var(--amber-50); border-bottom: 2px solid var(--amber); border-radius: 3px 3px 0 0; padding: 0 2px; color: var(--amber); font-weight: 600; }
.miss { background: var(--red-50); border-bottom: 2px dashed var(--red); border-radius: 3px; padding: 0 4px; color: var(--red); font-weight: 600; font-style: italic; }
.added { background: var(--green-50); border-bottom: 2px solid var(--green); border-radius: 3px; padding: 0 3px; color: #0c7d3e; font-weight: 600; }

.panel { padding: 22px 22px; background: var(--bg-soft); }
.panel__h { font-size: 13px; font-weight: 700; color: var(--slate-2); letter-spacing:.04em; text-transform: uppercase; margin-bottom: 14px; }
.issue { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--amber); border-radius: 10px; padding: 14px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.issue.r { border-left-color: var(--red); }
.issue.g { border-left-color: var(--green); }
.issue .top { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.issue .tag { font-size: 11px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; color: var(--amber); }
.issue.r .tag { color: var(--red); }
.issue.g .tag { color: var(--green); }
.issue .val { margin-left: auto; font-size: 13px; font-weight: 800; color: var(--ink); }
.issue .desc { font-size: 13.5px; color: var(--slate); line-height: 1.5; }
.issue .fixbtn { margin-top: 10px; font-size: 13px; font-weight: 700; color: #fff; background: var(--brand); border: none; border-radius: 8px; padding: 8px 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; }
.issue .fixbtn:hover { background: var(--brand-700); }
.issue .cite { margin-top: 8px; font-size: 12px; color: var(--slate-2); display:flex; align-items:center; gap:6px; }

.exposure { display: flex; align-items: flex-end; gap: 6px; height: 96px; margin: 10px 0 6px; }
.exposure .bar { flex: 1; background: linear-gradient(180deg, var(--brand), #6b8bff); border-radius: 5px 5px 0 0; opacity: .85; }
.exposure .bar.lo { background: var(--green); }

.sealrow { background: linear-gradient(135deg, #fff, var(--green-50)); border: 1px solid #c7ebd4; border-radius: 12px; padding: 16px; display:flex; align-items:center; gap: 14px; }
.sealrow .ic { width: 42px; height: 42px; border-radius: 50%; background: var(--green); color:#fff; display:grid; place-items:center; flex:none; }
.sealrow b { color: #0c7d3e; font-size: 15px; }
.sealrow span { display:block; font-size: 13px; color: var(--slate); }

.demo__feet { display:flex; gap: 10px; justify-content: space-between; align-items:center; padding: 0 30px 26px; }
.demo__progress { display:flex; gap: 6px; }
.demo__progress i { width: 28px; height: 4px; border-radius: 99px; background: var(--line); transition: background .2s; }
.demo__progress i.on { background: var(--brand); }
.demo__nav { display:flex; gap: 10px; }
.demo__nav button { font-size: 14px; font-weight: 600; border-radius: 9px; padding: 9px 16px; cursor: pointer; border: 1px solid var(--line); background: #fff; color: var(--ink); }
.demo__nav button.prev:disabled { opacity:.4; cursor: default; }
.demo__nav .next { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ---------- Feature grid (wedges) ---------- */
.grid4 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
@media (max-width: 900px){ .grid4 { grid-template-columns: 1fr; } }
.feat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.feat .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--brand-50); color: var(--brand); display:grid; place-items:center; margin-bottom: 16px; }
.feat h3 { font-size: 18px; margin-bottom: 8px; }
.feat p { font-size: 15px; color: var(--slate); }

/* ---------- Beachhead ---------- */
.beach { display:grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items:center; }
@media (max-width: 900px){ .beach { grid-template-columns: 1fr; } }
.tagcloud { display:flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.tagcloud .t { font-size: 14px; font-weight: 600; color: var(--ink-2); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; }
.roiboard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); }
.roiboard .rline { display:flex; justify-content: space-between; align-items:center; padding: 16px 0; border-bottom: 1px solid var(--line-2); }
.roiboard .rline:last-child { border-bottom: none; }
.roiboard .rline .k { font-size: 15px; color: var(--slate); }
.roiboard .rline .v { font-size: 17px; font-weight: 700; color: var(--ink); }
.roiboard .rline .v.good { color: var(--green); }
.roiboard .total { margin-top: 8px; background: var(--brand-50); border-radius: 12px; padding: 18px; display:flex; justify-content:space-between; align-items:center; }
.roiboard .total .k { font-weight: 700; color: var(--ink); }
.roiboard .total .v { font-size: 22px; font-weight: 800; color: var(--brand-700); }

/* ---------- Pricing ---------- */
.pricing { display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
@media (max-width: 900px){ .pricing { grid-template-columns: 1fr; } }
.price {
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; display:flex; flex-direction:column;
}
.price.feat-card { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-50), var(--shadow); position: relative; }
.price .pop { position:absolute; top:-12px; left:30px; font-size:12px; font-weight:800; letter-spacing:.03em; color:#fff; background: var(--brand); border-radius:999px; padding:5px 12px; }
.price h3 { font-size: 18px; }
.price .who { font-size: 14px; color: var(--slate-2); margin-top: 4px; }
.price .amt { font-size: 30px; font-weight: 800; color: var(--ink); margin: 18px 0 2px; letter-spacing: -0.03em; }
.price .amt small { font-size: 15px; font-weight: 600; color: var(--slate-2); }
.price ul { list-style: none; padding: 0; margin: 20px 0 24px; display:flex; flex-direction:column; gap: 11px; flex: 1; }
.price li { display:flex; gap: 10px; font-size: 14.5px; color: var(--slate); }
.price li svg { color: var(--green); flex:none; margin-top: 3px; }

/* ---------- Founder section ---------- */
.founder { background: var(--ink); color: #cdd5e3; }
.founder h2 { color:#fff; }
.founder .section-head p { color: #aeb8cc; }
.founder .eyebrow { background: rgba(47,91,255,.16); border-color: rgba(47,91,255,.3); color: #aebeff; }

.founder__op { display:grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 48px; }
@media (max-width: 820px){ .founder__op { grid-template-columns: repeat(2,1fr); } }
.opstat { background: #131b2e; border: 1px solid #233149; border-radius: var(--radius); padding: 24px; }
.opstat .num { font-size: 30px; font-weight: 800; color:#fff; letter-spacing:-0.03em; }
.opstat .num .u { color: #7da0ff; }
.opstat .lbl { margin-top: 8px; font-size: 14px; color:#9fabc2; line-height: 1.5; }

.founder__cols { display:grid; grid-template-columns: 1.1fr 1fr; gap: 48px; margin-top: 56px; align-items:start; }
@media (max-width: 900px){ .founder__cols { grid-template-columns: 1fr; gap: 36px; } }
.fbox { background: #131b2e; border: 1px solid #233149; border-radius: var(--radius-lg); padding: 32px; }
.fbox h3 { color:#fff; font-size: 22px; margin-bottom: 16px; }
.evlist { display:flex; flex-direction:column; gap: 16px; }
.evrow { display:flex; gap: 13px; }
.evrow .ic { flex:none; width: 26px; height: 26px; border-radius: 7px; background: rgba(47,91,255,.16); color:#8fa8ff; display:grid; place-items:center; margin-top:2px; }
.evrow b { color:#fff; }
.evrow p { font-size: 15px; color:#9fabc2; }

.persona { display:flex; flex-direction:column; gap: 14px; }
.persona .prow { display:flex; gap: 12px; align-items:flex-start; padding: 14px 0; border-bottom: 1px solid #233149; }
.persona .prow:last-child { border-bottom:none; }
.persona .prow .ic { flex:none; width: 24px; height:24px; border-radius:50%; background: rgba(18,161,80,.16); color:#5fd896; display:grid; place-items:center; margin-top:2px; }
.persona .prow b { color:#fff; display:block; font-size: 15px; }
.persona .prow span { font-size: 14px; color:#9fabc2; }

.founder__cta { margin-top: 56px; background: linear-gradient(135deg, #16203a, #1b2a4d); border: 1px solid #2a3c5e; border-radius: var(--radius-lg); padding: 44px; text-align:center; }
.founder__cta h3 { color:#fff; font-size: clamp(24px, 3vw, 32px); }
.founder__cta p { color:#aebccf; font-size: 18px; margin: 14px auto 26px; max-width: 60ch; }

/* ---------- Final CTA ---------- */
.finalcta { padding: 100px 0; text-align:center; background:
  radial-gradient(60% 70% at 50% 0%, var(--brand-50), transparent 70%); }
.finalcta h2 { font-size: clamp(30px, 4vw, 46px); max-width: 18ch; margin: 0 auto 16px; }
.finalcta p { font-size: 19px; color: var(--slate); max-width: 54ch; margin: 0 auto 30px; }
.finalcta .row { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line-2); padding: 50px 0 40px; color: var(--slate-2); }
.footer__top { display:flex; justify-content:space-between; gap: 30px; flex-wrap: wrap; }
.footer__cols { display:flex; gap: 60px; flex-wrap: wrap; }
.footer__col h4 { font-size: 13px; color: var(--slate-2); letter-spacing:.04em; text-transform: uppercase; margin-bottom: 14px; font-weight: 700; }
.footer__col a { display:block; font-size: 15px; color: var(--slate); margin-bottom: 10px; }
.footer__col a:hover { color: var(--ink); }
.footer__bottom { margin-top: 40px; padding-top: 24px; border-top:1px solid var(--line-2); display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size: 13.5px; }
.footer .disc { max-width: 60ch; font-size: 13px; color: var(--slate-2); margin-top: 14px; }

/* reveal animation */
.reveal { opacity:0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity:1; transform: none; }

/* utility */
.mt-s { margin-top: 14px; }
.center { text-align:center; }
.muted { color: var(--slate-2); }

/* video section */
.video-section{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:#000;aspect-ratio:16/9;margin:40px 0;box-shadow:var(--shadow-lg)}
.video-section__media{width:100%;height:100%;object-fit:cover;display:block}
.video-section__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(11,18,32,.35);border:none;cursor:pointer;transition:background .2s;padding:0;width:100%}
.video-section__play:hover{background:rgba(11,18,32,.15)}
.video-section__play svg{width:80px;height:80px;filter:drop-shadow(0 4px 20px rgba(0,0,0,.5));transition:transform .2s}
.video-section__play:hover svg{transform:scale(1.08)}
.video-section__play.is-hidden{display:none}
