/* Home page styles */

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 160px 0 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-bg-grid {
  position: absolute; inset: -1px;
  background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 75%);
}
.hero-bg-glow {
  position: absolute;
  left: 50%; top: 50%;
  width: 80vw; height: 80vw;
  max-width: 1200px; max-height: 1200px;
  transform: translate(-50%, -45%);
  /* Single static, subtle, off-center ambient atmosphere.
     No cursor tracking — depth, not distraction. */
  background:
    radial-gradient(circle at 28% 32%, var(--glow-cyan), transparent 55%),
    radial-gradient(circle at 74% 68%, var(--glow-purple), transparent 55%);
  filter: blur(70px);
  opacity: 0.75;
  pointer-events: none;
}
[data-theme="light"] .hero-bg-glow { opacity: 0.45; }

.hero-agent-mesh {
  position: absolute; inset: 0;
  z-index: 0;
}

/* Dim the ambient mesh and fade it out where the hero copy sits so text stays legible */
.agent-mesh-canvas {
  position: absolute; inset: 0;
  opacity: 0.35;
  mask-image: radial-gradient(ellipse 65% 55% at 35% 45%, transparent 0%, rgba(0,0,0,0.35) 45%, black 80%);
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at 35% 45%, transparent 0%, rgba(0,0,0,0.35) 45%, black 80%);
}
[data-theme="light"] .agent-mesh-canvas { opacity: 0.22; }

.hero-inner { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; padding: 0 32px; width: 100%; }

.hero-kicker-row { display: flex; align-items: center; gap: 12px; margin-bottom: 36px; flex-wrap: wrap; position: relative; z-index: 3; }
.hero-kicker-row .kicker { color: var(--text); opacity: 0.92; }
.hero-kicker-row .kicker + .kicker { padding-left: 12px; border-left: 1px solid var(--border-strong); }
.hero-kicker-sep { width: 20px; height: 1px; background: var(--border-strong); }

.hero-headline {
  font-size: clamp(42px, 5.6vw, 84px);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin-bottom: 32px;
  max-width: 17ch;
  position: relative;
  z-index: 3;
}
.hero-headline .serif {
  font-family: var(--font-display);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.035em;
  background: var(--logo-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: clamp(16px, 1.1vw, 19px);
  color: var(--text);
  opacity: 0.88;
  max-width: 560px;
  margin-bottom: 40px;
  line-height: 1.6;
  position: relative;
  z-index: 3;
}
.hero-ctas { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hero-ctas .arrow-cta {
  color: var(--text-muted);
  font-size: 14px;
  padding: 14px 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s, gap 0.2s;
}
.hero-ctas .arrow-cta:hover { color: var(--text); gap: 12px; }

/* Hero meta row */
.hero-meta {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hero-meta-num {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}
.hero-meta-num .gradient-text { background: var(--logo-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-meta-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); }

@media (max-width: 1100px) {
  /* The hero becomes a simple column on tablet and smaller so the live
     terminal can stack cleanly below the headline instead of being pinned
     to the right edge. */
  .hero {
    display: block;
    min-height: 0;
    padding-top: 140px;
    padding-bottom: 64px;
  }
}
@media (max-width: 700px) {
  .hero { padding-top: 120px; }
  .hero-meta { grid-template-columns: repeat(2, 1fr); }
  .hero-headline { font-size: clamp(36px, 9vw, 44px) !important; max-width: none; }
  .hero-sub { font-size: 15px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
}

/* ---------- Section shells ---------- */
.section-head {
  max-width: 720px;
  margin: 0 auto 72px;
  text-align: center;
}
.section-head.left { text-align: left; margin-left: 0; }
.section-head h2 { margin: 16px 0 20px; }
.section-head p { color: var(--text-muted); font-size: clamp(16px, 1.2vw, 19px); line-height: 1.55; }

/* ---------- Productivity Journey ---------- */
.journey-section {
  position: relative;
  padding: 120px 0 140px;
  background: var(--bg);
  /* No `overflow: hidden` here — that kills position: sticky on .journey-pin,
     which pinned the stage panel to the viewport during scroll. If you ever
     need to clip something inside this section, clip it on that child only. */
}
.journey-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
}

.journey-canvas {
  position: relative;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}
.journey-rail {
  position: sticky;
  top: 100px;
  align-self: start;
  height: fit-content;
}
.journey-rail-line {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 24px;
  border-left: 1px dashed var(--border);
}
.journey-stage-btn {
  text-align: left;
  padding: 16px 0;
  position: relative;
  color: var(--text-dim);
  transition: color 0.3s;
  cursor: pointer;
}
.journey-stage-btn::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 22px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  transition: all 0.3s;
}
.journey-stage-btn.active::before {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 20%, transparent);
}
.journey-stage-btn.active { color: var(--text); }
.journey-stage-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--text-dim);
  display: block;
  margin-bottom: 4px;
}
.journey-stage-btn.active .journey-stage-num { color: var(--accent); }
.journey-stage-title { display: block; font-size: 16px; font-weight: 500; letter-spacing: -0.01em; }
.journey-stage-mult { display: block; font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); margin-top: 4px; }

.journey-stage-panel {
  min-height: 0;
  position: relative;
}

/* Stage header */
.journey-stage-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.journey-stage-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.journey-stage-name {
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 450;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 14px;
}
.journey-stage-desc {
  color: var(--text-muted);
  font-size: 15px;
  max-width: 480px;
  line-height: 1.55;
}
.journey-big-mult {
  text-align: right;
  flex-shrink: 0;
}
.journey-big-mult-num {
  font-family: var(--font-display);
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 0.9;
  background: var(--logo-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.journey-big-mult-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* Workflow visualization */
.workflow {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-elevated);
  padding: 0;
  overflow: hidden;
}
.workflow-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.workflow-bar-left { display: flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); }
.workflow-bar-dots { display: flex; gap: 6px; }
.workflow-bar-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-strong); }
.workflow-bar-right { font-family: var(--font-mono); font-size: 11px; color: var(--text-dim); display: flex; align-items: center; gap: 10px; }
.workflow-bar-right .tag-dot { width: 6px; height: 6px; }

.workflow-body {
  padding: 32px;
  min-height: 360px;
  position: relative;
}

/* Task lane */
.lane {
  display: grid;
  /* Label | bar track | note. Wider note column so strings like
     "2.5h · spreadsheet" fit without wrapping. */
  grid-template-columns: 120px 1fr 160px;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed var(--border);
  font-size: 13px;
}
.lane:last-child { border-bottom: none; }
.lane-label {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: -0.01em;
}
.lane-track {
  height: 20px;
  position: relative;
  background: var(--surface);
  border-radius: 6px;
  overflow: hidden;
}

/* Lane note — small mono tag in the right column. Consistent position
   across all lanes regardless of bar size; never overlaps adjacent
   bars because it lives outside the track entirely. */
.lane-note {
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 0;
}
.lane-note-manual           { color: var(--text-dim); }
.lane-note-software         { color: color-mix(in oklab, var(--brand-electric) 75%, var(--text)); }
.lane-note-software-partial { color: color-mix(in oklab, var(--brand-electric) 55%, var(--text-muted)); }
.lane-note-ai               { color: color-mix(in oklab, var(--brand-electric) 90%, var(--text)); font-weight: 500; }
.lane-block {
  position: absolute;
  top: 3px; bottom: 3px;
  border-radius: 4px;
  transition: left 0.8s var(--ease-out), width 0.8s var(--ease-out), background 0.4s;
}
.lane-block-manual {
  /* Pure grey manual — used in stage 1 where nothing has SaaS yet. */
  background: color-mix(in oklab, var(--text) 18%, transparent);
}
.lane-block-software {
  background: color-mix(in oklab, var(--brand-electric) 32%, transparent);
  border: 1px solid color-mix(in oklab, var(--brand-electric) 55%, transparent);
}
.lane-block-software-partial {
  /* Stage 2's "SaaS is there, but the handoff underneath is still manual"
     state. Same blue base as pure software, plus a diagonal hatch on top
     that says: the tool is in place, but there's a manual layer leaking
     through. Reads as "partially automated" without breaking the
     visual rhythm of the row. */
  background:
    repeating-linear-gradient(-42deg,
      color-mix(in oklab, var(--brand-electric) 48%, transparent) 0 3px,
      color-mix(in oklab, var(--brand-electric) 22%, transparent) 3px 7px);
  border: 1px solid color-mix(in oklab, var(--brand-electric) 40%, transparent);
}
.lane-block-ai {
  background: var(--logo-gradient);
  box-shadow: 0 0 12px color-mix(in oklab, var(--accent) 45%, transparent);
}

.workflow-total {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 4px;
  margin-top: 12px;
  border-top: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 13px;
}
.workflow-total-label { color: var(--text-muted); }
.workflow-total-value { color: var(--text); font-weight: 500; }
.workflow-total-save { color: var(--brand-success); }

/* Stage stats grid */
.stage-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}
.stage-stat {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}
.stage-stat-label { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.stage-stat-value { font-family: var(--font-display); font-size: 28px; font-weight: 500; letter-spacing: -0.02em; line-height: 1; }

@media (max-width: 1024px) {
  .journey-canvas { grid-template-columns: 1fr; gap: 24px; }
  .journey-rail { position: relative; top: 0; }
  .journey-rail-line { flex-direction: row; overflow-x: auto; gap: 24px; padding: 0; border-left: none; border-bottom: 1px solid var(--border); padding-bottom: 16px; }
  .journey-stage-btn { padding: 12px 0; white-space: nowrap; }
  .journey-stage-btn::before { display: none; }
}
@media (max-width: 640px) {
  .lane { grid-template-columns: 90px 1fr 120px; gap: 10px; }
  .lane-label { font-size: 11px; }
  .lane-note { font-size: 10px; }
  .stage-stats { grid-template-columns: 1fr; }
}

/* ---------- Enhance not replace section ---------- */
.enhance-section {
  padding: 120px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.enhance-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.enhance-head h2 {
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: -0.035em;
  line-height: 0.98;
}
.enhance-head h2 .strike {
  position: relative;
  color: var(--text-dim);
}
.enhance-head h2 .strike::after {
  content: "";
  position: absolute;
  left: -4%; right: -4%; top: 55%;
  height: 2px;
  background: var(--text-dim);
  transform: rotate(-4deg);
}
.enhance-body { color: var(--text-muted); font-size: 17px; line-height: 1.6; }
.enhance-body p { margin-bottom: 20px; }
.enhance-body .lead { color: var(--text); font-size: 19px; margin-bottom: 24px; }

@media (max-width: 900px) {
  .enhance-layout { grid-template-columns: 1fr; gap: 32px; }
}

/* ---------- Solution cards ---------- */
.solutions-section { padding: 140px 0; }
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.solution-card {
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.4s var(--ease-out);
  min-height: 280px;
  display: flex;
  flex-direction: column;
}
.solution-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.solution-card-index {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--text-dim);
  margin-bottom: 20px;
}
.solution-card h3 { font-size: 26px; margin-bottom: 12px; }
.solution-card p { color: var(--text-muted); font-size: 15px; line-height: 1.55; flex: 1; }
.solution-card-link { margin-top: 20px; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text); transition: gap 0.2s; }
.solution-card-link:hover { gap: 12px; }

.solution-card-viz {
  position: absolute;
  top: 24px; right: 24px;
  width: 64px; height: 64px;
  opacity: 0.9;
}

@media (max-width: 720px) {
  .solutions-grid { grid-template-columns: 1fr; }
}

/* ---------- Cycle preview ---------- */
.cycle-section {
  padding: 140px 0;
  background: var(--bg-inset);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

/* ---------- Fit / not-fit ---------- */
.fit-section { padding: 140px 0; }
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.fit-col {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
}
.fit-col-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.fit-col-badge {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}
.fit-yes .fit-col-badge { background: color-mix(in oklab, var(--brand-success) 20%, transparent); color: var(--brand-success); border: 1px solid color-mix(in oklab, var(--brand-success) 40%, transparent); }
.fit-no .fit-col-badge { background: var(--surface); color: var(--text-muted); border: 1px solid var(--border); }
.fit-col h3 { font-size: 22px; letter-spacing: -0.02em; }
.fit-list { display: flex; flex-direction: column; gap: 16px; }
.fit-item { display: flex; gap: 14px; font-size: 15px; line-height: 1.5; color: var(--text-muted); }
.fit-yes .fit-item strong { color: var(--text); font-weight: 500; }
.fit-item-marker { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 2px; font-family: var(--font-mono); font-size: 11px; }
.fit-yes .fit-item-marker { background: color-mix(in oklab, var(--brand-success) 20%, transparent); color: var(--brand-success); }
.fit-no .fit-item-marker { background: var(--surface); color: var(--text-dim); border: 1px solid var(--border); }

@media (max-width: 900px) { .fit-grid { grid-template-columns: 1fr; } }

/* ---------- Engage models ---------- */
.engage-section { padding: 140px 0; border-top: 1px solid var(--border); }
.engage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.engage-card {
  padding: 36px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s;
}
.engage-card:hover { border-color: var(--border-strong); }
.engage-card.featured {
  background: linear-gradient(180deg, color-mix(in oklab, var(--brand-purple) 14%, var(--surface)), var(--surface));
  border-color: color-mix(in oklab, var(--brand-purple) 40%, var(--border-strong));
}
.engage-card-num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}
.engage-card h3 { font-size: 24px; letter-spacing: -0.02em; }
.engage-card p { color: var(--text-muted); font-size: 14px; line-height: 1.55; flex: 1; }
.engage-card-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 4px 10px;
  border: 1px solid color-mix(in oklab, var(--accent) 40%, transparent);
  border-radius: 999px;
  align-self: flex-start;
}

@media (max-width: 900px) { .engage-grid { grid-template-columns: 1fr; } }

/* ---------- Proof ---------- */
.proof-section { padding: 140px 0; background: var(--bg-inset); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.proof-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  background: var(--bg-elevated);
}
.proof-metric {
  padding: 36px;
  border-right: 1px solid var(--border);
  position: relative;
}
.proof-metric:last-child { border-right: none; }
.proof-metric-num {
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 12px;
}
.proof-metric-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 14px; }
.proof-metric-desc { color: var(--text-muted); font-size: 14px; line-height: 1.5; }

@media (max-width: 900px) {
  .proof-metrics { grid-template-columns: 1fr 1fr; }
  .proof-metric:nth-child(2n) { border-right: none; }
  .proof-metric:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 600px) {
  .proof-metrics { grid-template-columns: 1fr; }
  .proof-metric { border-right: none; border-bottom: 1px solid var(--border); }
  .proof-metric:last-child { border-bottom: none; }
}

/* ---------- CTA ---------- */
.cta-section {
  padding: 160px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw; max-width: 900px;
  height: 500px;
  background:
    radial-gradient(circle at 30% 50%, var(--glow-cyan), transparent 55%),
    radial-gradient(circle at 70% 50%, var(--glow-purple), transparent 55%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { font-size: clamp(48px, 6.4vw, 96px); margin-bottom: 24px; }
.cta-section p { font-size: 18px; color: var(--text-muted); max-width: 560px; margin: 0 auto 40px; line-height: 1.5; }
.cta-direct {
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-dim);
}
.cta-direct a { color: var(--text-muted); transition: color 0.2s; }
.cta-direct a:hover { color: var(--text); }

/* ---------- Integrations marquee ---------- */
.integrations-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.integrations-head {
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.marquee {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: marquee 50s linear infinite;
}
.marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--text-muted);
  white-space: nowrap;
  padding: 12px 24px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
}
.marquee-wrap { overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent); }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Engage section CTA — shown below the three engagement-model cards */
.engage-cta {
  margin-top: 48px;
  padding: 40px 32px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--bg-inset);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.engage-cta p {
  max-width: 580px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}
.engage-cta .btn {
  font-size: 15px;
  padding: 14px 24px;
}
@media (max-width: 700px) {
  .engage-cta { padding: 28px 20px; gap: 16px; }
  .engage-cta p { font-size: 15px; }
  .engage-cta .btn { width: 100%; justify-content: center; }
}
