/* ============================================================
   REPONY — landing page styles  (Dune-inspired LIGHT reskin)
   Built on the Databao design system (now a light, paper-white
   data-platform theme with a green accent). Layout language from
   dune.com: warm near-white canvas, oversized grotesque headlines,
   a hero stat row, a vertical stack of large rounded "bento"
   product cards, and dark code/diff panels for contrast. Excel
   heritage kept via the green accent, the cell logo, the name.
   ============================================================ */

:root {
  --eo-accent:        var(--green-500);
  --eo-accent-hover:  var(--green-600);
  --eo-accent-press:  var(--green-700);
  --eo-accent-soft:   var(--green-50);
  --eo-accent-ink:    var(--green-700);
  --eo-on-accent:     #FFFFFF;

  /* Functional pipeline-status colors (light) */
  --st-pass:    #0FA968;
  --st-pass-bg: #DBF7E9;
  --st-warn:    #C9820A;
  --st-warn-bg: #FBF0DA;
  --st-fail:    #D6324E;
  --st-fail-bg: #FBE1E5;
  --st-idle:    #9A9A90;
  --st-idle-bg: #ECECE5;

  --eo-shell: 1200px;
  --eo-panel:  #FFFFFF;
  --eo-panel-2:#F4F4EE;
  --eo-hair:   #E6E6DE;
  --eo-hair-soft: #EDEDE6;

  /* Dark panel internals (code / diff / terminal) */
  --eo-dk:        #0C0F0B;
  --eo-dk-text:   #C7CCC2;
  --eo-dk-strong: #F3F6EF;
  --eo-dk-muted:  #7E847A;
  --eo-dk-hair:   rgba(255,255,255,0.09);

  /* Less-round buttons and pills (override DS pill token) */
  --radius-pill: 9px;
}

/* Keep buttons and pills from looking like lozenges */
.db-btn { border-radius: 9px; }

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(58% 46% at 80% -4%, rgba(15,169,104,0.08), transparent 60%),
    radial-gradient(44% 36% at 4% 6%, rgba(15,169,104,0.05), transparent 58%),
    var(--surface-page);
}

.eo-wrap { max-width: var(--eo-shell); margin: 0 auto; padding-inline: 32px; }
.eo-wrap--wide { max-width: 1244px; }
.mono { font-family: var(--font-mono); }

/* Re-skin DS primary button to green w/ soft lift */
.db-btn--primary { background: var(--eo-accent); color: var(--eo-on-accent); box-shadow: 0 8px 22px -12px rgba(15,169,104,0.8); }
.db-btn--primary:hover { background: var(--eo-accent-hover); box-shadow: 0 10px 26px -10px rgba(15,169,104,0.9); }
.db-btn--primary:active { background: var(--eo-accent-press); }

/* ---------- Eyebrow / label ---------- */
.eo-eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--eo-accent-ink);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eo-eyebrow::before {
  content: "";
  width: 16px; height: 1.5px;
  background: var(--eo-accent);
}

/* ---------- Section scaffolding ---------- */
.eo-section { padding-block: 124px; position: relative; }
.eo-section--tight { padding-block: 84px; }
.eo-section--subtle { background: linear-gradient(180deg, var(--eo-panel-2), color-mix(in oklab, var(--eo-panel-2) 55%, var(--surface-page))); }
.eo-head { max-width: 780px; }
.eo-head h2 {
  font-size: var(--fs-display-md);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-top: 18px;
  font-weight: var(--fw-extra);
}
.eo-head p {
  font-size: var(--fs-body-lg);
  color: var(--text-muted);
  line-height: 1.6;
  margin: 20px 0 0;
}

/* ---------- Top nav ---------- */
.eo-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,251,247,0.72);
  backdrop-filter: saturate(150%) blur(16px);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-base), background var(--dur-base), box-shadow var(--dur-base);
}
.eo-nav.is-scrolled {
  background: rgba(251,251,247,0.85);
  border-bottom-color: var(--eo-hair-soft);
  box-shadow: 0 6px 24px -18px rgba(16,32,22,0.5);
}
.eo-nav__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 70px; gap: 24px; }
.eo-nav__row .eo-brand { justify-self: start; }
.eo-nav__row .eo-navlinks { justify-self: center; }
.eo-nav__row .eo-nav__cta { justify-self: end; }
.eo-brand { display: inline-flex; align-items: center; gap: 11px; }
.eo-brand__word { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.04em; color: var(--text-strong); }
.eo-navlinks { display: flex; align-items: center; gap: 28px; }
.eo-navlinks a { font-size: 14.5px; font-weight: 500; color: var(--text-muted); transition: color var(--dur-fast); white-space: nowrap; }
.eo-navlinks a:hover { color: var(--text-strong); }
.eo-nav__cta { display: flex; align-items: center; gap: 10px; }
@media (max-width: 1040px) { .eo-navlinks { display: none; } }

.eo-mark { width: 30px; height: 30px; flex: 0 0 auto; }

/* ---------- Hero ---------- */
.eo-hero { position: relative; overflow: hidden; padding-block: 96px 42px; text-align: center; }
.eo-hero__fx {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: none; opacity: 0.55;
  -webkit-mask-image: radial-gradient(ellipse 92% 82% at 50% 32%, #000 18%, transparent 78%);
          mask-image: radial-gradient(ellipse 92% 82% at 50% 32%, #000 18%, transparent 78%);
}
.eo-hero__inner {
  position: relative; z-index: 1; max-width: 1080px;
  margin: 0 auto;
  padding: clamp(16px, 2vw, 26px) clamp(18px, 2.4vw, 34px) clamp(20px, 2.2vw, 30px);
  background: var(--surface-page);
  border-radius: var(--radius-xl);
  box-shadow: 0 0 22px 8px var(--surface-page);
}
.eo-hero__pill {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--text-body);
  background: #fff; border: 1px solid var(--eo-hair);
  padding: 7px 8px 7px 14px; border-radius: var(--radius-pill); box-shadow: var(--shadow-xs);
}
.eo-hero__pill .db-badge { font-size: 10.5px; }
.eo-hero h1 {
  font-size: clamp(46px, 6.6vw, 84px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 26px auto 0;
  font-weight: var(--fw-extra);
  max-width: 20ch;
}
.eo-hero h1 .accent {
  background: linear-gradient(102deg, #0C0F0B 0%, #0E3D28 42%, #15784E 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.eo-hero__sub { font-size: var(--fs-body-lg); color: var(--text-muted); line-height: 1.62; margin: 26px auto 0; max-width: 64ch; }
.eo-hero__sub--sm { font-size: 15px; color: var(--text-muted); margin-top: 16px; max-width: 56ch; }
.eo-hero__bullets { margin-top: 28px; }
.eo-hero__cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; justify-content: center; }
.eo-trust { display: inline-flex; align-items: center; gap: 9px; margin: 22px auto 0; font-family: var(--font-mono); font-size: 12.5px; font-weight: 500; color: var(--text-muted); letter-spacing: -0.01em; }
.eo-trust svg { color: var(--eo-accent); flex: 0 0 auto; }
.eo-trust b { color: var(--text-strong); font-weight: 600; }

/* Hero stat row (Dune signature) */
.eo-stats {
  position: relative;
  margin: 64px auto 0; max-width: 980px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--eo-hair); border-radius: var(--radius-xl);
  background: #fff; box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.eo-stat { padding: 26px 24px; text-align: left; border-right: 1px solid var(--eo-hair); }
.eo-stat:last-child { border-right: none; }
.eo-stat__v { font-family: var(--font-display); font-weight: 800; font-size: 34px; letter-spacing: -0.03em; color: var(--text-strong); line-height: 1; }
.eo-stat__v .accent { color: var(--eo-accent); }
.eo-stat__k { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.04em; color: var(--text-muted); margin-top: 12px; line-height: 1.4; }
@media (max-width: 720px) { .eo-stats { grid-template-columns: 1fr 1fr; } .eo-stat:nth-child(2) { border-right: none; } .eo-stat:nth-child(1), .eo-stat:nth-child(2) { border-bottom: 1px solid var(--eo-hair); } }

/* Full-width Windows desktop band with the app window floating on the wallpaper */
.eo-deskband {
  position: relative;
  width: 100%;
  padding-block: clamp(48px, 8vw, 112px);
  background: url("desktop-bliss.png") center / cover no-repeat;
  box-shadow: inset 0 10px 34px rgba(8,24,16,0.20), inset 0 -10px 34px rgba(8,24,16,0.20);
}
.eo-deskband__wrap { max-width: 1280px; }
.eo-deskband .mock.eo-window {
  max-width: 1180px; margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 12px;
  box-shadow: 0 44px 96px -30px rgba(6,20,12,0.64), 0 14px 34px -12px rgba(6,20,12,0.46);
}
/* Windows title bar */
.mock__bar--win { justify-content: space-between; padding: 0 0 0 16px; min-height: 44px; background: #F3F4F2; }
.winttl { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: 12.5px; color: var(--text-muted); letter-spacing: -0.01em; }
.winttl__ic { width: 14px; height: 14px; color: var(--eo-accent); flex: 0 0 auto; }
.winctrls { display: inline-flex; align-items: stretch; align-self: stretch; }
.winbtn { width: 46px; border: 0; background: transparent; display: grid; place-items: center; position: relative; cursor: default; }
.winbtn::before { content: ""; }
.winbtn--min::before { width: 10px; height: 0; border-top: 1.5px solid var(--text-muted); }
.winbtn--max::before { width: 9px; height: 9px; border: 1.5px solid var(--text-muted); border-radius: 1.5px; }
.winbtn--close::before, .winbtn--close::after { content: ""; position: absolute; width: 12px; height: 1.5px; background: var(--text-muted); }
.winbtn--close::before { transform: rotate(45deg); }
.winbtn--close::after { transform: rotate(-45deg); }
.winbtn--min:hover, .winbtn--max:hover { background: rgba(0,0,0,0.06); }
.winbtn--close:hover { background: #E81123; }
.winbtn--close:hover::before, .winbtn--close:hover::after { background: #fff; }
@media (max-width: 560px) { .winbtn { width: 38px; } .winttl { font-size: 11.5px; } }
.eo-window__app {
  display: block; width: 100%; height: clamp(640px, 80vh, 860px);
  border: 0; background: #FBFBF8;
}
@media (max-width: 560px) { .eo-window__app { height: 520px; } }

/* ============================================================
   MOCK PRIMITIVES — light product surfaces
   ============================================================ */
.mock {
  background: var(--eo-panel);
  border: 1px solid var(--eo-hair);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.mock__bar {
  display: flex; align-items: center; gap: 10px;
  padding: 13px 18px;
  background: var(--slate-50);
  border-bottom: 1px solid var(--eo-hair);
}
.mock__dots { display: flex; gap: 6px; }
.mock__dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--slate-300); display: block; }
.mock__title { font-family: var(--font-mono); font-size: 12.5px; color: var(--text-muted); letter-spacing: -0.01em; }
.mock__body { padding: 18px; }

/* Status dot + label (mono) */
.st { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12.5px; font-weight: 600; letter-spacing: -0.01em; }
.st__dot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.st--pass { color: var(--green-700); } .st--pass .st__dot { background: var(--st-pass); box-shadow: 0 0 0 3px var(--st-pass-bg); }
.st--warn { color: #97600A; } .st--warn .st__dot { background: var(--st-warn); box-shadow: 0 0 0 3px var(--st-warn-bg); }
.st--fail { color: #B12640; } .st--fail .st__dot { background: var(--st-fail); box-shadow: 0 0 0 3px var(--st-fail-bg); }
.st--idle { color: var(--slate-600); } .st--idle .st__dot { background: var(--st-idle); box-shadow: 0 0 0 3px var(--st-idle-bg); }
.st--review { color: #97600A; } .st--review .st__dot { background: var(--st-warn); box-shadow: 0 0 0 3px var(--st-warn-bg); }

/* Pipeline stage rows */
.pipe { display: flex; flex-direction: column; }
.pipe__row {
  display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 12px;
  padding: 13px 4px; border-bottom: 1px solid var(--eo-hair-soft);
}
.pipe__row:last-child { border-bottom: none; }
.pipe__n { font-family: var(--font-mono); font-size: 12px; color: var(--text-faint); }
.pipe__name { font-size: 14.5px; font-weight: 600; color: var(--text-strong); }

/* Exception card */
.exc {
  border: 1px solid var(--eo-hair);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 14px 16px;
}
.exc + .exc { margin-top: 10px; }
.exc__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.exc__title { font-size: 14px; font-weight: 600; color: var(--text-strong); }
.exc__meta { font-family: var(--font-mono); font-size: 11.5px; color: var(--text-muted); margin-top: 7px; line-height: 1.6; }
.exc__meta b { color: var(--text-strong); font-weight: 600; }
.exc__actions { display: flex; gap: 7px; margin-top: 12px; flex-wrap: wrap; }
.exc-btn {
  font-family: var(--font-display); font-size: 12px; font-weight: 600;
  padding: 6px 12px; border-radius: var(--radius-pill); cursor: default;
  border: 1px solid var(--border-default); background: #fff; color: var(--text-strong);
}
.exc-btn--go { background: var(--eo-accent); border-color: var(--eo-accent); color: #fff; }

/* Agent notes — dark footer inside the run mock */
.run-notes { background: var(--eo-dk); color: var(--eo-dk-strong); padding: 18px 24px; border-top: 1px solid var(--eo-dk); }
.run-notes__h { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--eo-dk-muted); margin-bottom: 12px; }
.run-notes ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.run-notes li { display: flex; gap: 10px; align-items: flex-start; font-family: var(--font-mono); font-size: 12.5px; color: var(--eo-dk-text); line-height: 1.5; }
.run-notes li svg { color: var(--green-400); flex: 0 0 auto; margin-top: 2px; }

/* Generic chip row (hero bullets, routine, typical reports, CTA) */
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; }
.chip-row--center { justify-content: center; }

/* Quotes carousel — spreadsheet parallax background */
.qbg { position: relative; overflow: hidden; }
.qbg__layer {
  position: absolute; left: -5%; right: -5%; top: -32%; bottom: -32%;
  background: url("quotes-bg.png") center / cover no-repeat;
  filter: blur(3px) saturate(0.85);
  will-change: transform;
  pointer-events: none;
}
.qbg__veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to bottom,
    rgba(244,244,238,0.98) 0%,
    rgba(244,244,238,0.74) 26%,
    rgba(244,244,238,0.74) 74%,
    rgba(244,244,238,0.98) 100%);
}

.qcar { position: relative; max-width: 860px; margin: 0 auto; }
.qcar__viewport { overflow: visible; padding: 6px; }
.qcar__track { display: grid; grid-template-columns: 1fr; }
.qcar__slide {
  grid-area: 1 / 1; width: 100%; box-sizing: border-box;
  border: 1px solid transparent; border-radius: var(--radius-2xl); background: #fff;
  padding: 60px 64px; box-shadow: 0 24px 60px -40px rgba(16,32,22,0.45);
  display: flex; flex-direction: column; gap: 20px; text-align: center; align-items: center;
  opacity: 0; visibility: hidden; transform: translateX(60px);
  transition: opacity 0.5s var(--ease-out, ease), transform 0.55s var(--ease-out, ease), visibility 0s linear 0.55s;
  pointer-events: none; z-index: 1;
}
.qcar__slide.is-active {
  opacity: 1; visibility: visible; transform: translateX(0);
  transition: opacity 0.5s var(--ease-out, ease), transform 0.55s var(--ease-out, ease), visibility 0s;
  pointer-events: auto; z-index: 2;
}
.qcar__slide.is-prev {
  opacity: 0; visibility: visible; transform: translateX(-60px);
  transition: opacity 0.5s var(--ease-out, ease), transform 0.55s var(--ease-out, ease), visibility 0s linear 0.55s;
  z-index: 1;
}
.qcar__mark { font-family: var(--font-display); font-weight: 800; font-size: 52px; line-height: 0.4; color: var(--green-300); height: 24px; }
.qcar__text { font-family: var(--font-display); font-size: clamp(20px, 2.4vw, 27px); font-weight: 700; line-height: 1.38; letter-spacing: -0.02em; color: var(--text-strong); margin: 0; max-width: 30ch; }
.qcar__text .accent { color: var(--eo-accent-ink); }
.qcar__cite { font-family: var(--font-mono); font-size: 12.5px; color: var(--text-muted); letter-spacing: 0.02em; }
.qcar__nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; }
.qcar__btn {
  width: 40px; height: 40px; border-radius: 9px; flex: 0 0 auto; cursor: pointer;
  display: grid; place-items: center; color: var(--text-strong);
  background: #fff; border: 1px solid var(--eo-hair);
  transition: border-color var(--dur-fast), color var(--dur-fast), box-shadow var(--dur-fast), background var(--dur-fast);
}
.qcar__btn:hover { border-color: var(--green-300); color: var(--eo-accent-ink); box-shadow: var(--shadow-sm); }
.qcar__dots { display: flex; align-items: center; gap: 9px; }
.qcar__dot {
  width: 8px; height: 8px; border-radius: 50%; cursor: pointer; padding: 0;
  background: var(--border-default); border: none;
  transition: width var(--dur-fast) var(--ease-out), background var(--dur-fast);
}
.qcar__dot[aria-selected="true"] { width: 22px; border-radius: var(--radius-pill); background: var(--eo-accent); }
@media (max-width: 560px) { .qcar__slide { padding: 36px 28px; } }

/* Runbook tree tags */
.tree-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }

/* Agentic automation — dark panel */
.agent-panel {
  position: relative; overflow: hidden;
  background:
    radial-gradient(62% 120% at 90% -12%, rgba(31,196,124,0.16), transparent 56%),
    var(--eo-dk);
  border: 1px solid var(--eo-dk);
  border-radius: var(--radius-2xl);
  padding: 64px 60px;
  box-shadow: 0 50px 120px -60px rgba(6,20,12,0.7);
}
.agent-panel .eo-head { max-width: 760px; }
.agent-panel .eo-head h2 { color: var(--eo-dk-strong); }
.agent-panel .eo-head p { color: var(--eo-dk-muted); }
.agent-panel .eo-flow { margin-top: 36px; }
.agent-panel .flow-col { background: rgba(255,255,255,0.03); border-color: var(--eo-dk-hair); }
.agent-panel .flow-col__cap { color: var(--eo-dk-muted); }
.agent-panel .flow-file { color: var(--eo-dk-text); border-bottom-color: var(--eo-dk-hair); }
.agent-panel .flow-file svg { color: var(--eo-dk-muted); }
.agent-panel .flow-out svg { color: var(--green-400); }
.agent-panel .flow-arrow { color: var(--eo-dk-muted); }
.agent-panel .auto-card { background: rgba(255,255,255,0.04); border-color: transparent; }
.agent-panel .auto-card:hover { transform: translateY(-3px); background: rgba(255,255,255,0.07); box-shadow: none; }
.agent-panel .auto-card__name { color: var(--eo-dk-strong); }
.agent-panel .auto-card__detail { color: var(--eo-dk-muted); }
.agent-values { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--eo-dk-hair); }
.agent-values__h { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--eo-dk-muted); margin-bottom: 18px; }
.agent-values__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 32px; }
.agent-values__list li { position: relative; padding-left: 22px; }
.agent-values__list li::before { content: ""; position: absolute; left: 1px; top: 6px; width: 8px; height: 8px; border-radius: 2px; background: var(--green-400); }
.agent-values__list b { display: block; font-size: 15px; font-weight: 600; color: var(--eo-dk-strong); letter-spacing: -0.01em; }
.agent-values__list span { display: block; margin-top: 4px; font-size: 13.5px; line-height: 1.55; color: var(--eo-dk-muted); }
@media (max-width: 720px) { .agent-values__list { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .agent-panel { padding: 32px 24px; } }

/* Works-with strip — integrations shown above the Alpha banner */
.works-with {
  position: relative; z-index: 1;
  margin-top: clamp(40px, 6vw, 72px);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: clamp(18px, 2.6vw, 26px);
}
.works-with__lead {
  margin: 0; font-size: clamp(15px, 1.7vw, 17px); font-weight: 600;
  color: var(--text-body);
}
.works-with__logos {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: clamp(24px, 5vw, 52px);
}
.works-with__logo {
  display: inline-flex; align-items: center;
  transition: transform .18s var(--ease-out, ease);
}
.works-with__logo:hover { transform: translateY(-3px); }
.works-with__logo img { height: clamp(30px, 3.6vw, 40px); width: auto; display: block; }

/* Works-with placed on the desktop wallpaper — readable light plate */
.works-with--ondesk {
  margin-top: 0;
  margin-bottom: clamp(24px, 3vw, 40px);
  gap: clamp(14px, 2vw, 20px);
  padding: clamp(18px, 2.4vw, 26px) clamp(22px, 4vw, 44px);
  background: rgba(255,255,255,0.92);
  border-radius: var(--radius-xl);
  box-shadow: 0 18px 44px -22px rgba(6,20,12,0.6);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  max-width: max-content; margin-left: auto; margin-right: auto;
}
.works-with--ondesk .works-with__lead { color: var(--text-strong); }

/* Closed Alpha banner — full-width CTA band */
.alpha-cta {
  position: relative; z-index: 1;
  margin-top: clamp(20px, 2.5vw, 32px);
  display: flex; align-items: center; justify-content: center;
  gap: clamp(16px, 3vw, 40px); flex-wrap: wrap; text-align: center;
  padding: clamp(22px, 3vw, 34px) clamp(20px, 5vw, 64px);
  background: linear-gradient(90deg, rgba(15,169,104,0.12), rgba(15,169,104,0.06));
  border-top: 1px solid var(--green-200);
  border-bottom: 1px solid var(--green-200);
}
.alpha-cta__line {
  margin: 0; font-size: clamp(17px, 2.1vw, 21px); line-height: 1.4;
  font-weight: 600; color: var(--text-strong);
}
.alpha-cta__btn {
  display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto;
  font-size: 16px; font-weight: 700; letter-spacing: -0.01em;
  color: #fff; background: var(--eo-accent);
  padding: 13px 26px; border-radius: 10px;
  box-shadow: 0 12px 28px -12px rgba(15,169,104,0.95);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.alpha-cta__btn:hover { background: var(--eo-accent-hover); transform: translateY(-2px); box-shadow: 0 16px 32px -10px rgba(15,169,104,1); }
.alpha-cta__btn svg { flex: 0 0 auto; }

/* ============================================================
   BENTO — large rounded product cards (dune.com rhythm)
   ============================================================ */
.bento { display: flex; flex-direction: column; gap: 18px; margin-top: 12px; }
.bento-card {
  position: relative; overflow: hidden;
  border: 1px solid var(--eo-hair);
  border-radius: var(--radius-2xl);
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(15,169,104,0.05), transparent 52%),
    #fff;
  display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 12px;
  padding: 44px;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--dur-base), box-shadow var(--dur-base) var(--ease-out);
}
.bento-card:hover { border-color: var(--green-300); box-shadow: var(--shadow-md); }
.bento-card--reverse { grid-template-columns: 1.08fr 0.92fr; }
.bento-card--reverse .bento-card__copy { order: 2; }
.bento-card__copy { max-width: 30em; padding: 8px; }
.bento-card__label { font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--eo-accent-ink); }
.bento-card__copy h3 { font-size: 28px; line-height: 1.08; letter-spacing: -0.03em; margin-top: 12px; font-weight: var(--fw-extra); }
.bento-card__copy p { font-size: 15.5px; color: var(--text-body); margin-top: 14px; line-height: 1.55; }
.bento-card__more { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--text-strong); }
.bento-card__more svg { transition: transform var(--dur-fast) var(--ease-out); }
.bento-card:hover .bento-card__more svg { transform: translateX(3px); }
.bento-card__more .accent { color: var(--eo-accent); }
@media (max-width: 920px) {
  .bento-card, .bento-card--reverse { grid-template-columns: 1fr; padding: 30px; }
  .bento-card--reverse .bento-card__copy { order: 0; }
}

/* ---------- Before / After ---------- */
.eo-ba { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; margin-top: 44px; }
.eo-ba__col { padding: 32px 34px; }
.eo-ba__col--before { background: var(--slate-50); border: 1px solid var(--eo-hair); border-radius: var(--radius-xl) 0 0 var(--radius-xl); }
.eo-ba__col--after { background: #fff; border: 1px solid var(--green-300); border-left: none; border-radius: 0 var(--radius-xl) var(--radius-xl) 0; box-shadow: var(--glow-green-soft); }
.eo-ba__label { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.eo-ba__col--before .eo-ba__label { color: var(--text-muted); }
.eo-ba__col--after .eo-ba__label { color: var(--eo-accent-ink); }
.eo-ba ul { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.eo-ba li { display: flex; gap: 11px; font-size: 15px; line-height: 1.45; }
.eo-ba li svg { flex: 0 0 auto; margin-top: 3px; }
.eo-ba__col--before li { color: var(--slate-600); }
.eo-ba__col--after li { color: var(--text-strong); }
.eo-ba__mid { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 22px; }
.eo-ba__arrow {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--eo-accent); color: #fff;
  display: grid; place-items: center; box-shadow: 0 8px 20px -6px rgba(15,169,104,0.7);
}
.eo-ba__caption { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); margin-top: 12px; text-align: center; max-width: 90px; line-height: 1.4; }
@media (max-width: 860px) {
  .eo-ba { grid-template-columns: 1fr; }
  .eo-ba__col--before { border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
  .eo-ba__col--after { border-radius: 0 0 var(--radius-xl) var(--radius-xl); border-left: 1px solid var(--green-300); border-top: none; }
  .eo-ba__mid { flex-direction: row; padding: 18px; gap: 14px; }
  .eo-ba__arrow { transform: rotate(90deg); }
  .eo-ba__caption { margin-top: 0; max-width: none; }
}

/* ---------- Automated cards grid ---------- */
.eo-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.auto-card {
  border: 1px solid transparent; border-radius: var(--radius-xl);
  background: var(--eo-panel-2); padding: 26px 24px; display: flex; flex-direction: column; gap: 12px;
  transition: border-color var(--dur-base), transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base), background var(--dur-base);
}
.auto-card:hover { transform: translateY(-3px); background: #fff; box-shadow: var(--shadow-md); }
.auto-card__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.auto-card__name { font-family: var(--font-mono); font-size: 13px; font-weight: 600; color: var(--text-strong); letter-spacing: -0.01em; }
.auto-card__detail { font-size: 14px; color: var(--text-body); line-height: 1.5; }
.auto-card__detail b { color: var(--text-strong); font-weight: 600; }
@media (max-width: 920px) { .eo-grid3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .eo-grid3 { grid-template-columns: 1fr; } }

/* ============================================================
   HOW IT WORKS — interactive process engine (steps + console)
   ============================================================ */
.hiw { margin-top: 48px; display: grid; grid-template-columns: 330px 1fr; gap: 32px; align-items: start; }

/* Step list — quiet by default, only the active step is lifted */
.hiw__list { display: flex; flex-direction: column; gap: 2px; }
.hiw__head {
  position: relative; width: 100%; text-align: left; cursor: pointer; font: inherit;
  display: grid; grid-template-columns: 26px 1fr; gap: 14px; align-items: start;
  padding: 13px 16px; border: 1px solid transparent; border-radius: 14px;
  background: transparent; transition: background var(--dur-base) var(--ease-out), box-shadow var(--dur-base), border-color var(--dur-base);
}
.hiw__head:hover { background: rgba(16,32,22,0.035); }
.hiw__item.is-active .hiw__head {
  background: #fff; border-color: transparent; cursor: default;
  box-shadow: 0 22px 48px -30px rgba(15,169,104,0.55);
}
.hiw__num {
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto;
  font-family: var(--font-mono); font-weight: 500; font-size: 12px;
  background: transparent; border: 1px solid var(--border-default); color: var(--text-faint);
  transition: background var(--dur-base), border-color var(--dur-base), color var(--dur-base);
}
.hiw__item.is-active .hiw__num { background: var(--eo-accent); border-color: var(--eo-accent); color: #fff; }
.hiw__body { min-width: 0; padding-top: 2px; }
.hiw__t { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--text-muted); display: block; letter-spacing: -0.01em; transition: color var(--dur-base); }
.hiw__head:hover .hiw__t { color: var(--text-strong); }
.hiw__item.is-active .hiw__t { color: var(--text-strong); font-weight: 700; }
.hiw__d { font-size: 13px; color: var(--text-faint); margin-top: 6px; display: none; line-height: 1.5; }
.hiw__item.is-active .hiw__d { display: block; color: var(--text-muted); }

.hiw__stage { position: relative; min-width: 0; }
.hiw__pane { display: none; }
.hiw__pane.is-active { display: block; animation: hiwFade 0.36s var(--ease-out); }
@keyframes hiwFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Tile — a plain content card (no interface chrome) */
.console { border: 1px solid transparent; border-radius: var(--radius-xl); background: #fff; box-shadow: 0 24px 60px -42px rgba(16,32,22,0.5); overflow: hidden; }
.console__body { padding: 32px; display: flex; flex-direction: column; gap: 24px; }

.cx-title { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--text-strong); letter-spacing: -0.015em; }
.cx-title .muted, .cx-stat__v .muted { color: var(--text-faint); font-weight: 500; }
.cx-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.cx-h { font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-faint); }
.cx-files { display: flex; flex-direction: column; gap: 6px; }
.cx-file { display: flex; align-items: center; gap: 11px; font-family: var(--font-mono); font-size: 12px; color: var(--text-strong); padding: 12px 14px; border: 1px solid transparent; border-radius: 11px; background: var(--eo-panel-2); }
.cx-file > svg { color: var(--text-faint); flex: 0 0 auto; }
.cx-file .st { gap: 0; }
.cx-file .muted { margin-left: auto; color: var(--text-muted); font-size: 11px; text-align: right; font-family: var(--font-mono); }
.cx-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.cx-list li { position: relative; padding-left: 18px; font-size: 14px; color: var(--text-body); line-height: 1.58; }
.cx-list li svg { display: none; }
.cx-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 2px; background: var(--eo-accent); }
.cx-list li b { color: var(--text-strong); font-weight: 600; }
.cx-list--warn li::before { background: var(--st-warn); border-radius: 50%; }
.cx-ask { border: 1px solid var(--eo-hair); border-left: 2px solid var(--eo-accent); border-radius: 12px; background: var(--surface-page); padding: 14px 16px; }
.cx-ask__q { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--text-strong); line-height: 1.45; }
.cx-ask__q b { color: var(--eo-accent-ink); }
.cx-acts { display: flex; flex-wrap: wrap; gap: 8px; }
.cx-btn { font-family: var(--font-display); font-size: 12.5px; font-weight: 600; padding: 9px 15px; border-radius: 10px; border: 1px solid var(--eo-hair); background: #fff; color: var(--text-body); cursor: default; transition: background var(--dur-base), border-color var(--dur-base), color var(--dur-base); }
.cx-btn:hover { background: var(--surface-page); color: var(--text-strong); }
.cx-btn--go { background: var(--eo-accent); border-color: var(--eo-accent); color: #fff; box-shadow: 0 10px 22px -12px rgba(15,169,104,0.95); }
.cx-btn--go:hover { background: var(--eo-accent-hover); color: #fff; }
.cx-stats { display: flex; flex-wrap: wrap; gap: 14px 30px; }
.cx-stat { display: flex; flex-direction: column; gap: 5px; }
.cx-stat__v { font-family: var(--font-display); font-weight: 700; font-size: 25px; letter-spacing: -0.03em; color: var(--text-strong); line-height: 1; }
.cx-stat__v.ok { color: var(--green-700); }
.cx-stat__v.warn { color: #97600A; }
.cx-stat__v.fail { color: #B12640; }
.cx-stat__k { font-family: var(--font-mono); font-size: 10px; color: var(--text-faint); letter-spacing: 0.06em; text-transform: uppercase; }
.cx-mail { border: 1px solid var(--eo-hair-soft); border-radius: 12px; background: var(--surface-page); padding: 15px 17px; font-size: 12.5px; color: var(--text-body); line-height: 1.6; }
.cx-mail__subj { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); font-weight: 600; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid var(--eo-hair-soft); }
.cx-mail b { color: var(--text-strong); font-weight: 600; }
.cx-note { display: flex; gap: 9px; align-items: flex-start; font-size: 12.5px; color: var(--text-muted); line-height: 1.5; }
.cx-note svg { color: var(--eo-accent); flex: 0 0 auto; margin-top: 1px; }

@media (max-width: 880px) {
  .hiw { grid-template-columns: 1fr; gap: 10px; }
  .hiw__list { gap: 10px; }
  .hiw__stage { display: contents; }
  .hiw__pane { margin-top: -2px; }
  .hiw__pane.is-active { margin-bottom: 4px; }
}

/* ---------- How it works stepper (legacy) ---------- */
.eo-how { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; margin-top: 48px; align-items: start; }
.steps { display: flex; flex-direction: column; }
.step { display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding-bottom: 28px; position: relative; }
.step:not(:last-child)::before { content: ""; position: absolute; left: 19px; top: 40px; bottom: 0; width: 1.5px; background: var(--eo-hair); }
.step__num {
  width: 40px; height: 40px; border-radius: 50%; z-index: 1;
  display: grid; place-items: center; flex: 0 0 auto;
  background: #fff; border: 1.5px solid var(--border-default);
  font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--text-strong);
}
.step--accent .step__num { background: var(--eo-accent); border-color: var(--eo-accent); color: #fff; box-shadow: 0 8px 18px -6px rgba(15,169,104,0.7); }
.step__t { font-size: 17px; font-weight: 700; color: var(--text-strong); font-family: var(--font-display); letter-spacing: -0.01em; }
.step__d { font-size: 14.5px; color: var(--text-body); margin-top: 5px; line-height: 1.5; }
@media (max-width: 860px) { .eo-how { grid-template-columns: 1fr; gap: 32px; } }

/* File tree / mono panel (dark code surface) */
.tree {
  background: var(--eo-dk); border-radius: var(--radius-lg);
  padding: 20px 22px; font-family: var(--font-mono); font-size: 13px; line-height: 1.85;
  color: var(--eo-dk-text); border: 1px solid var(--eo-dk);
}
.tree__cap { display: flex; align-items: center; gap: 8px; color: var(--eo-dk-muted); font-size: 11.5px; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 14px; }
.tree .dir { color: var(--eo-dk-strong); font-weight: 600; }
.tree .file { color: var(--eo-dk-text); }
.tree .ext { color: var(--green-400); }
.tree .muted { color: var(--eo-dk-muted); }

/* ---------- Pipeline UI centerpiece ---------- */
.eo-pipeline { display: grid; grid-template-columns: 1fr 1fr; }
.eo-pipeline__left { padding: 22px 24px; border-right: 1px solid var(--eo-hair); }
.eo-pipeline__right { padding: 22px 24px; background: var(--slate-50); }
.eo-pipeline__h { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.eo-pipeline__h h4 { font-size: 13px; font-family: var(--font-mono); font-weight: 600; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }
.eo-audit {
  border-top: 1px solid var(--eo-dk); background: var(--eo-dk); color: var(--eo-dk-strong);
  display: flex; flex-wrap: wrap; gap: 28px 40px; padding: 18px 24px;
}
.eo-audit__item { display: flex; flex-direction: column; gap: 3px; }
.eo-audit__k { font-family: var(--font-mono); font-size: 11px; color: var(--eo-dk-muted); letter-spacing: 0.04em; }
.eo-audit__v { font-family: var(--font-mono); font-size: 14px; font-weight: 600; color: var(--eo-dk-strong); }
.eo-audit__v .ok { color: var(--green-400); }
.eo-audit__v .warn { color: #FFC061; }
.eo-runhead { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 24px; border-bottom: 1px solid var(--eo-hair); background: #fff; }
.eo-runhead__title { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--text-strong); }
.eo-runhead__title span { color: var(--text-muted); font-weight: 500; }
@media (max-width: 860px) { .eo-pipeline { grid-template-columns: 1fr; } .eo-pipeline__left { border-right: none; border-bottom: 1px solid var(--eo-hair); } }

/* ---------- Versioned / diff (dark code surface) ---------- */
.diff {
  background: var(--eo-dk); border: 1px solid var(--eo-dk); border-radius: var(--radius-xl);
  overflow: hidden; box-shadow: var(--shadow-lg);
}
.diff__bar { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--eo-dk-hair); }
.diff__bar .mock__dots i { background: rgba(255,255,255,0.18); }
.diff__file { font-family: var(--font-mono); font-size: 12.5px; color: var(--eo-dk-text); }
.diff__body { padding: 16px 0; font-family: var(--font-mono); font-size: 13.5px; line-height: 1.9; }
.diff__line { padding: 1px 18px; display: block; white-space: pre; }
.diff__line--del { background: rgba(214,50,78,0.18); color: #FF9DAC; }
.diff__line--add { background: rgba(31,196,124,0.18); color: #6FE3A8; }
.diff__line--ctx { color: var(--eo-dk-muted); }
.diff__meta { border-top: 1px solid var(--eo-dk-hair); padding: 14px 18px; display: flex; flex-direction: column; gap: 4px; }
.diff__meta span { font-family: var(--font-mono); font-size: 12px; color: var(--eo-dk-muted); }
.diff__meta b { color: var(--eo-dk-strong); font-weight: 600; }

/* ---------- Business value ---------- */
.eo-grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.val-card { border: 1px solid var(--eo-hair); border-radius: var(--radius-lg); padding: 24px 22px; background: #fff; }
.val-card__big { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -0.02em; color: var(--text-strong); }
.val-card__txt { font-size: 14px; color: var(--text-body); margin-top: 10px; line-height: 1.5; }
.val-card__ic { width: 42px; height: 42px; border-radius: var(--radius-md); background: var(--green-50); color: var(--green-700); display: grid; place-items: center; margin-bottom: 16px; }
@media (max-width: 920px) { .eo-grid4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .eo-grid4 { grid-template-columns: 1fr; } }

.eo-timesave {
  margin-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 24px;
  background: var(--eo-dk); border: 1px solid var(--eo-dk); border-radius: var(--radius-xl); padding: 28px 34px;
}
.ts { display: flex; flex-direction: column; gap: 4px; }
.ts__k { font-family: var(--font-mono); font-size: 11.5px; color: var(--eo-dk-muted); letter-spacing: 0.04em; text-transform: uppercase; }
.ts__v { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -0.02em; color: var(--eo-dk-strong); }
.ts--saved .ts__v { color: var(--green-400); }
.ts__op { color: var(--eo-dk-muted); font-size: 22px; }
@media (max-width: 720px) { .eo-timesave { grid-template-columns: 1fr; gap: 16px; text-align: left; } .ts__op { display: none; } }

/* ---------- When to use ---------- */
.eo-when { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 28px; margin-top: 52px; align-items: start; }
.use-list { border: 1px solid transparent; border-radius: var(--radius-2xl); padding: 36px 36px; background: color-mix(in oklab, var(--green-50) 70%, var(--surface-page)); box-shadow: none; }
.use-list h3, .notfor h3 { font-size: 18px; font-family: var(--font-display); font-weight: 700; color: var(--text-strong); margin-bottom: 20px; }
.use-list ul, .notfor ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.use-list li { display: flex; gap: 12px; font-size: 15px; color: var(--text-strong); line-height: 1.5; }
.use-list li svg { flex: 0 0 auto; margin-top: 2px; }
.notfor { border: 1px solid transparent; border-radius: var(--radius-2xl); padding: 36px 36px; background: var(--eo-panel-2); }
.notfor li { display: flex; gap: 12px; font-size: 15px; color: var(--slate-600); line-height: 1.5; }
.notfor li svg { flex: 0 0 auto; margin-top: 3px; }
@media (max-width: 820px) { .eo-when { grid-template-columns: 1fr; } }

/* ---------- First use case flow ---------- */
.eo-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 44px; }
.flow-col { border: 1px solid var(--eo-hair); border-radius: var(--radius-lg); background: #fff; padding: 20px; }
.flow-col--mid { background: var(--eo-accent); border-color: var(--eo-accent); text-align: center; box-shadow: 0 16px 40px -14px rgba(15,169,104,0.7); }
.flow-col__cap { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 14px; }
.flow-col--mid .flow-col__cap { color: rgba(255,255,255,0.78); }
.flow-file { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 12.5px; color: var(--text-strong); padding: 9px 0; border-bottom: 1px solid var(--eo-hair-soft); }
.flow-file:last-child { border-bottom: none; }
.flow-file svg { flex: 0 0 auto; color: var(--text-faint); }
.flow-col--mid .flow-mid { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.flow-col--mid .flow-mid small { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 11.5px; color: rgba(255,255,255,0.82); margin-top: 8px; letter-spacing: 0.02em; }
.flow-arrow { color: var(--border-strong); }
.flow-out svg { color: var(--eo-accent); }
@media (max-width: 920px) {
  .eo-flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); justify-self: center; }
}

/* ---------- Same files, same flow — routine ribbon ---------- */
.eo-routine {
  display: flex; align-items: stretch; gap: 2px;
  margin-top: 44px; padding: 22px 14px;
  border: 1px solid var(--eo-hair); border-radius: var(--radius-xl);
  background: #fff; box-shadow: var(--shadow-sm); flex-wrap: wrap;
}
.rt { flex: 1 1 0; min-width: 104px; display: flex; flex-direction: column; gap: 11px; padding: 8px; }
.rt__ic { width: 40px; height: 40px; border-radius: var(--radius-md); background: var(--green-50); color: var(--green-700); display: grid; place-items: center; flex: 0 0 auto; }
.rt__label { font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--text-strong); }
.rt__chev { display: flex; align-items: center; color: var(--slate-300); flex: 0 0 auto; padding-top: 18px; }
@media (max-width: 880px) { .rt__chev { display: none; } .rt { flex: 1 1 44%; } }

.feed { padding: 4px 2px; }
.feed__row {
  display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 16px;
  padding: 13px 8px; border-bottom: 1px solid var(--eo-hair-soft);
}
.feed__row:last-child { border-bottom: none; }
.feed__time { font-family: var(--font-mono); font-size: 12px; color: var(--text-faint); white-space: nowrap; }
.feed__main { display: flex; align-items: center; gap: 11px; min-width: 0; }
.feed__dot { width: 8px; height: 8px; border-radius: 50%; flex: 0 0 auto; }
.feed__dot--done { background: var(--st-pass); box-shadow: 0 0 0 3px var(--st-pass-bg); }
.feed__dot--warn { background: var(--st-warn); box-shadow: 0 0 0 3px var(--st-warn-bg); }
.feed__dot--act { background: var(--data-cyan); box-shadow: 0 0 0 3px rgba(15,169,162,0.16); }
.feed__txt { font-size: 14.5px; color: var(--text-strong); line-height: 1.4; }
.feed__txt b { font-family: var(--font-mono); font-size: 13px; font-weight: 600; color: var(--text-strong); }
@media (max-width: 620px) { .feed__row { grid-template-columns: 1fr auto; } .feed__time { grid-column: 1 / -1; } }

/* ---------- Who it's for — audience fan-in ---------- */
.audience { display: grid; grid-template-columns: 1.45fr auto 1fr; gap: 22px; align-items: center; margin-top: 44px; }
.aud-sources { border: 1px solid var(--eo-hair); border-radius: var(--radius-xl); background: #fff; padding: 24px 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 16px; }
.aud-row { display: grid; grid-template-columns: 108px 1fr; align-items: center; gap: 14px; }
.aud-row__k { font-family: var(--font-mono); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.aud-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: var(--text-body); background: var(--eo-panel-2); border: 1px solid transparent; padding: 7px 14px; border-radius: var(--radius-pill); transition: background var(--dur-base), color var(--dur-base), transform var(--dur-base) var(--ease-out); }
.chip:hover { background: var(--green-50); color: var(--text-strong); transform: translateY(-1px); }
.chip__dot { width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto; }
.chip__dot--violet { background: var(--data-purple); }
.chip__dot--green { background: var(--data-green); }
.chip__dot--magenta { background: var(--data-magenta); }
.chip__dot--purple { background: var(--data-cyan); }
.chip--more { background: transparent; color: var(--text-muted); border-style: dashed; }
.aud-merge { display: flex; align-items: center; justify-content: center; color: var(--slate-300); flex: 0 0 auto; }
.aud-out { border: 1px solid var(--green-300); background: var(--green-50); border-radius: var(--radius-xl); padding: 24px; display: flex; flex-direction: column; gap: 9px; box-shadow: var(--glow-green-soft); }
.aud-out__k { font-family: var(--font-mono); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--eo-accent-ink); }
.aud-out__v { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -0.02em; color: var(--text-strong); line-height: 1.12; }
@media (max-width: 860px) {
  .audience { grid-template-columns: 1fr; }
  .aud-merge svg { transform: rotate(90deg); }
  .aud-row { grid-template-columns: 92px 1fr; }
}

/* ---------- Final CTA ---------- */
.eo-final { position: relative; overflow: hidden; padding-block: 40px 108px; }
.eo-final__card {
  position: relative; overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius-2xl);
  background:
    radial-gradient(80% 120% at 50% 0%, rgba(15,169,104,0.12), transparent 60%),
    var(--surface-page);
  text-align: center; padding: 104px 40px;
  box-shadow: 0 40px 100px -60px rgba(15,169,104,0.45);
}
.eo-final__grid { display: none; }
.eo-final__inner { position: relative; max-width: 720px; margin: 0 auto; }
.eo-final h2 { font-size: var(--fs-display-lg); line-height: 1.02; letter-spacing: -0.035em; font-weight: var(--fw-extra); }
.eo-final h2 .accent {
  background: linear-gradient(102deg, #0C0F0B 0%, #0E3D28 42%, #15784E 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.eo-final p { font-size: var(--fs-body-lg); color: var(--text-body); margin: 20px auto 0; max-width: 34em; }
.eo-final__cta { display: flex; gap: 12px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.eo-final__note { font-family: var(--font-mono); font-size: 12.5px; color: var(--text-muted); margin-top: 24px; }

/* ---------- Footer ---------- */
.eo-footer { border-top: 1px solid var(--eo-hair); background: var(--eo-panel-2); }
.eo-footer__top { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 32px; padding-block: 56px 40px; }
.eo-footer__brandcol { max-width: 26ch; }
.eo-footer__tag { font-size: 13.5px; color: var(--text-muted); margin-top: 16px; line-height: 1.55; }
.eo-footer__col h5 { font-family: var(--font-mono); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-faint); margin: 0 0 16px; }
.eo-footer__col a { display: block; font-size: 14px; color: var(--text-body); padding: 6px 0; transition: color var(--dur-fast); }
.eo-footer__col a:hover { color: var(--text-strong); }
.eo-footer__bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; border-top: 1px solid var(--eo-hair); flex-wrap: wrap; }
.eo-footer__copy { font-size: 13px; color: var(--text-faint); }
.eo-footer__legal { display: flex; gap: 22px; flex-wrap: wrap; }
.eo-footer__legal a { font-size: 13px; color: var(--text-muted); }
.eo-footer__legal a:hover { color: var(--text-strong); }
@media (max-width: 820px) { .eo-footer__top { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 520px) { .eo-footer__top { grid-template-columns: 1fr; } }

/* ============================================================
   SECURITY — dark panel, prominent (finance trust, near top)
   ============================================================ */
.eo-secure { padding-block: 64px; }
.secure-panel {
  position: relative; overflow: hidden;
  background:
    radial-gradient(70% 120% at 88% -10%, rgba(31,196,124,0.16), transparent 56%),
    var(--eo-dk);
  border: 1px solid var(--eo-dk);
  border-radius: var(--radius-2xl);
  padding: 44px 46px;
  box-shadow: var(--shadow-lg);
}
.secure-panel__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 30px; }
.secure-panel__title { max-width: 40ch; }
.secure-panel__eyebrow { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-400); display: inline-flex; align-items: center; gap: 9px; }
.secure-panel__eyebrow::before { content: ""; width: 16px; height: 1.5px; background: var(--green-400); }
.secure-panel h2 { color: var(--eo-dk-strong); font-size: 30px; line-height: 1.1; letter-spacing: -0.03em; margin-top: 14px; font-weight: var(--fw-extra); }
.secure-panel__tag { font-family: var(--font-mono); font-size: 12px; color: var(--eo-dk-muted); display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid var(--eo-dk-hair); border-radius: var(--radius-pill); white-space: nowrap; }
.secure-panel__tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-400); box-shadow: 0 0 9px 0 var(--green-400); }
.secure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.sec-item { display: flex; gap: 13px; align-items: flex-start; padding: 18px; border: 1px solid var(--eo-dk-hair); border-radius: var(--radius-lg); background: rgba(255,255,255,0.02); }
.sec-item__ic { width: 34px; height: 34px; border-radius: var(--radius-sm); background: rgba(31,196,124,0.14); color: var(--green-400); display: grid; place-items: center; flex: 0 0 auto; }
.sec-item__t { font-size: 14.5px; font-weight: 700; color: var(--eo-dk-strong); font-family: var(--font-display); letter-spacing: -0.01em; }
.sec-item__d { font-size: 12.5px; color: var(--eo-dk-muted); margin-top: 4px; line-height: 1.5; }
@media (max-width: 860px) { .secure-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .secure-grid { grid-template-columns: 1fr; } .secure-panel { padding: 30px; } }

/* ============================================================
   REAL FLOW — concrete before/after scoreboard
   ============================================================ */
.flowtable {
  margin-top: 32px;
  border: 1px solid var(--eo-hair); border-radius: var(--radius-xl); overflow: hidden;
  background: #fff; box-shadow: var(--shadow-sm);
}
.flowtable__head {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; align-items: center;
  padding: 16px 26px; background: var(--slate-50); border-bottom: 1px solid var(--eo-hair);
}
.flowtable__cap { font-family: var(--font-mono); font-size: 12.5px; color: var(--text-muted); letter-spacing: -0.01em; }
.flowtable__cap b { color: var(--text-strong); font-weight: 600; }
.flowtable__lab { font-family: var(--font-mono); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; }
.flowtable__lab--b { color: var(--text-muted); }
.flowtable__lab--a { color: var(--eo-accent-ink); }
.flowrow { display: grid; grid-template-columns: 1.3fr 1fr 1fr; align-items: center; padding: 15px 26px; border-bottom: 1px solid var(--eo-hair-soft); }
.flowrow:last-child { border-bottom: none; }
.flowrow__k { font-size: 14.5px; font-weight: 600; color: var(--text-strong); }
.flowrow__b { font-size: 14px; color: var(--slate-600); font-family: var(--font-mono); }
.flowrow__a { font-size: 14px; color: var(--text-strong); font-family: var(--font-mono); display: inline-flex; align-items: center; gap: 8px; }
.flowrow__a svg { color: var(--eo-accent); flex: 0 0 auto; }
.flowrow--hi { background: var(--green-50); }
.flowrow--hi .flowrow__k { color: var(--eo-accent-ink); }
.flowrow--hi .flowrow__a { color: var(--eo-accent-ink); font-weight: 700; font-size: 16px; }
.flowrow--hi .flowrow__b { text-decoration: line-through; opacity: 0.7; }
@media (max-width: 680px) {
  .flowtable__head, .flowrow { grid-template-columns: 1fr 1fr; }
  .flowtable__cap, .flowrow__k { grid-column: 1 / -1; margin-bottom: 6px; }
}

/* ============================================================
   WORKS WITH YOUR MESSY EXCEL — compatibility grid
   ============================================================ */
.excel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 44px; }
.xc { display: flex; gap: 13px; align-items: flex-start; padding: 20px; border: 1px solid var(--eo-hair); border-radius: var(--radius-lg); background: #fff; }
.xc__ic { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.xc__ic--ok { background: var(--green-50); color: var(--green-700); }
.xc__ic--gate { background: var(--st-warn-bg); color: #97600A; }
.xc__t { font-size: 15px; font-weight: 700; color: var(--text-strong); font-family: var(--font-display); letter-spacing: -0.01em; }
.xc__d { font-size: 13px; color: var(--text-body); margin-top: 4px; line-height: 1.5; }
@media (max-width: 860px) { .excel-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .excel-grid { grid-template-columns: 1fr; } }

/* ============================================================
   AGENT CAN / CANNOT — boundary table
   ============================================================ */
.cando { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 44px; }
.cando__col { border: 1px solid var(--eo-hair); border-radius: var(--radius-xl); background: #fff; overflow: hidden; }
.cando__col--can { border-color: var(--green-300); box-shadow: var(--glow-green-soft); }
.cando__head { display: flex; align-items: center; gap: 11px; padding: 18px 24px; border-bottom: 1px solid var(--eo-hair); font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }
.cando__col--can .cando__head { color: var(--eo-accent-ink); background: var(--green-50); }
.cando__col--cant .cando__head { color: #97600A; background: var(--st-warn-bg); }
.cando__badge { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.cando__col--can .cando__badge { background: var(--eo-accent); color: #fff; }
.cando__col--cant .cando__badge { background: var(--st-warn); color: #fff; }
.cando li { list-style: none; display: flex; align-items: center; gap: 12px; padding: 15px 24px; border-bottom: 1px solid var(--eo-hair-soft); font-size: 15px; color: var(--text-strong); }
.cando ul { margin: 0; padding: 0; }
.cando li:last-child { border-bottom: none; }
.cando li svg { flex: 0 0 auto; }
.cando__col--cant li { color: var(--text-body); }
.cando__note { grid-column: 1 / -1; font-family: var(--font-mono); font-size: 12.5px; color: var(--text-muted); display: flex; align-items: center; gap: 9px; margin-top: 4px; }
.cando__note svg { color: var(--eo-accent); flex: 0 0 auto; }
@media (max-width: 760px) { .cando { grid-template-columns: 1fr; } }

/* ============================================================
   PILOT — strongest CTA
   ============================================================ */
.pilot-badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; color: var(--eo-accent-ink); background: var(--green-50); border: 1px solid var(--green-200); padding: 6px 14px; border-radius: var(--radius-pill); }
.pilot-quote {
  margin: 26px auto 0; max-width: 38em;
  font-family: var(--font-display); font-weight: 700; font-size: 21px; line-height: 1.35; letter-spacing: -0.02em;
  color: var(--text-strong);
}
.pilot-quote .accent { color: var(--eo-accent); }

/* ============================================================
   OS DOWNLOAD BUTTONS (hero + final CTA)
   ============================================================ */
.eo-dl-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 32px; }
.eo-dlbtn {
  display: inline-flex; align-items: center; gap: 13px;
  padding: 13px 24px 13px 20px; border-radius: var(--radius-lg);
  text-decoration: none; font-family: var(--font-display);
  border: 1px solid transparent;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-base), background var(--dur-fast);
}
.eo-dlbtn:hover { transform: translateY(-2px); }
.eo-dlbtn__ic { width: 25px; height: 25px; flex: 0 0 auto; }
.eo-dlbtn__tx { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.eo-dlbtn__tx b { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }
.eo-dlbtn__tx span { font-family: var(--font-mono); font-size: 11px; font-weight: 500; opacity: 0.82; margin-top: 3px; letter-spacing: 0.01em; }
.eo-dlbtn--win { background: var(--eo-accent); color: #fff; box-shadow: 0 10px 26px -12px rgba(15,169,104,0.9); }
.eo-dlbtn--win:hover { background: var(--eo-accent-hover); box-shadow: 0 14px 30px -10px rgba(15,169,104,1); }
.eo-dlbtn--mac { background: var(--eo-dk); color: var(--eo-dk-strong); box-shadow: 0 10px 26px -14px rgba(12,15,11,0.85); }
.eo-dlbtn--mac:hover { background: #16190f; box-shadow: 0 14px 30px -12px rgba(12,15,11,0.95); }

/* ============================================================
   DOWNLOAD / WAITLIST PAGES
   ============================================================ */
.dl-main { min-height: calc(100vh - 70px); display: grid; place-items: center; padding: 56px 0 96px; position: relative; overflow: hidden; }
.dl-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, var(--grid-line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--grid-line) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 72% 58% at 50% 16%, #000 30%, transparent 78%);
          mask-image: radial-gradient(ellipse 72% 58% at 50% 16%, #000 30%, transparent 78%);
  opacity: 0.8; pointer-events: none;
}
.dl-card { position: relative; width: 100%; max-width: 480px; text-align: center; padding-inline: 24px; }
.dl-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.04em;
  color: var(--eo-accent-ink); background: var(--green-50);
  border: 1px solid var(--green-200); padding: 6px 14px; border-radius: var(--radius-pill);
}
.dl-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--eo-accent); box-shadow: 0 0 8px 0 var(--eo-accent); flex: 0 0 auto; }
.dl-badge { width: 78px; height: 78px; border-radius: var(--radius-xl); background: var(--green-50); border: 1px solid var(--green-200); color: var(--green-700); display: grid; place-items: center; margin: 0 auto; box-shadow: var(--glow-green-soft); }
.dl-badge svg { width: 40px; height: 40px; }
.dl-eyebrow { font-family: var(--font-mono); font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--eo-accent-ink); margin-top: 26px; }
.dl-card h1 { font-size: clamp(30px, 4.4vw, 44px); line-height: 1.04; letter-spacing: -0.035em; font-weight: var(--fw-extra); margin-top: 20px; }
.dl-card h1 .accent { color: var(--eo-accent); }
.dl-card > p { font-size: var(--fs-body-lg); color: var(--text-body); margin: 18px auto 0; max-width: 42ch; }
.dl-form { display: flex; gap: 10px; margin: 32px auto 0; max-width: 460px; }
.dl-input {
  flex: 1 1 auto; min-width: 0; font-family: var(--font-display); font-size: 15px; color: var(--text-strong);
  background: #fff; border: 1px solid var(--border-default); border-radius: var(--radius-pill);
  padding: 13px 20px; outline: none; transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.dl-input::placeholder { color: var(--text-faint); }
.dl-input:focus { border-color: var(--eo-accent); box-shadow: 0 0 0 3px var(--eo-accent-soft); }
.dl-form .db-btn { white-space: nowrap; }
.dl-note { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); margin-top: 16px; display: inline-flex; align-items: center; gap: 8px; }
.dl-note svg { color: var(--eo-accent); flex: 0 0 auto; }
.dl-success { margin: 32px auto 0; max-width: 460px; display: flex; align-items: flex-start; gap: 14px; text-align: left; padding: 18px 22px; border: 1px solid var(--green-300); border-radius: var(--radius-lg); background: var(--green-50); box-shadow: var(--glow-green-soft); }
.dl-success__ic { width: 38px; height: 38px; border-radius: 50%; background: var(--eo-accent); color: #fff; display: grid; place-items: center; flex: 0 0 auto; }
.dl-success__t { font-family: var(--font-display); font-weight: 700; font-size: 15.5px; color: var(--text-strong); }
.dl-success__d { font-size: 13.5px; color: var(--text-body); margin-top: 3px; line-height: 1.45; }
.dl-success__d b { color: var(--eo-accent-ink); font-weight: 600; }
.dl-meta { display: flex; justify-content: center; gap: 28px; margin-top: 44px; flex-wrap: wrap; }
.dl-meta__item { display: flex; flex-direction: column; gap: 5px; }
.dl-meta__k { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-faint); }
.dl-meta__v { font-size: 14px; font-weight: 600; color: var(--text-strong); }
.dl-switch { margin-top: 38px; font-size: 14px; color: var(--text-muted); }
.dl-switch a { color: var(--eo-accent-ink); font-weight: 600; }
.dl-switch a:hover { color: var(--eo-accent); }
.dl-back { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 500; color: var(--text-muted); }
.dl-back:hover { color: var(--text-strong); }
.dl-back svg { flex: 0 0 auto; }
@media (max-width: 520px) { .dl-form { flex-direction: column; } }

/* ============================================================
   FRESH LOOK — scroll reveal + micro-animations
   ============================================================ */
.eo-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.eo-reveal.is-in { opacity: 1; transform: none; }

/* Subtle entrance for the hero plate on load */
@keyframes eoHeroIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
.eo-hero__inner { animation: eoHeroIn 0.8s var(--ease-out) both; }
.eo-hero__bullets .chip { animation: eoHeroIn 0.8s var(--ease-out) both; }

/* Buttons get a gentle press feedback */
.alpha-cta__btn:active, .db-btn:active { transform: translateY(0); }

/* Footer link slide */
.eo-footer__col a { transition: color var(--dur-fast), transform var(--dur-fast) var(--ease-out); }
.eo-footer__col a:hover { transform: translateX(2px); }

@media (prefers-reduced-motion: reduce) {
  .eo-reveal { opacity: 1; transform: none; transition: none; }
  .eo-hero__inner, .eo-hero__bullets .chip { animation: none; }
}
