/* ============================================================
   DIA — AI Lead Engine
   ------------------------------------------------------------
   The second product: it brings new customers in, where the AI
   receptionist answers the ones already calling.

   Design rules for this file
     1. The opening block is dark. The site already uses .on-dark
        for the product demo and the closing CTA, so this reads as
        DIA, and it stops the section from becoming another pale
        blue panel between two light sections.
     2. Blue is an accent — buttons, one hairline, one number.
        Structure is carried by white, hairlines and shadow depth.
     3. Every colour is a token from tokens.css. Nothing here
        introduces a new brand colour.
     4. The IDs the scripts bind to (#le-steps, #le-progress,
        #le-dashboard, #lead-offer, #bundle-offer) do not change.
   ============================================================ */

/* The bundle card is rendered both inside this section and under the
   plan grid in #pricing, so these live on :root — scoping them to
   .dia-lead left the copy in #pricing without a background. */
:root {
  --le-ink: #0B1320;              /* = --dark */
  --le-ink-soft: #16233A;
  --le-line: rgba(16, 24, 32, 0.09);
  --le-line-dark: rgba(255, 255, 255, 0.10);
  --le-accent: #0A8BE0;
  --le-rgb: 10, 139, 224;
}

.dia-lead {
  position: relative;
  padding: 0;
}

/* ============================================================
   1 · HERO — dark, one strong visual, outcome-led copy
   ============================================================ */

.le-hero {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-y-major);
  background: radial-gradient(120% 90% at 78% 8%, #17263E 0%, #0E1829 45%, var(--le-ink) 100%);
}
.le-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
}
.le-hero__bg svg { width: 100%; height: 100%; }
.le-hero__bg .trace {
  fill: none;
  stroke: rgba(125, 211, 252, 0.16);
  stroke-width: 1;
}
.le-hero__bg .beam {
  fill: none;
  stroke: #38D6EA;
  stroke-width: 1.5;
  stroke-dasharray: 130 940;
  animation: leBeam 7s linear infinite;
}
.le-hero__bg .beam--2 { animation-delay: 2.4s; stroke: #6FB6FF; }
@keyframes leBeam { to { stroke-dashoffset: -1070; } }
.le-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(75% 60% at 30% 40%, #000, transparent 78%);
  -webkit-mask-image: radial-gradient(75% 60% at 30% 40%, #000, transparent 78%);
}

.le-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: var(--s9);
  align-items: center;
}

.le-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.85rem 0.4rem 0.5rem;
  border-radius: var(--r-pill);
  border: 1px solid rgba(125, 211, 252, 0.22);
  background: rgba(125, 211, 252, 0.09);
  color: #9FE3F5;
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
}
.le-kicker b {
  padding: 0.16rem 0.5rem;
  border-radius: var(--r-pill);
  background: var(--cyan);
  color: #04222B;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.le-hero h2 {
  margin: var(--s5) 0 var(--s4);
  font-size: clamp(2.15rem, 1.5rem + 2.3vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.032em;
  color: #fff;
}
.le-hero h2 em {
  font-style: normal;
  background: linear-gradient(96deg, #7DD3FC, #38D6EA 55%, #6FB6FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.le-hero__sub {
  margin: 0;
  max-width: 34rem;
  font-size: var(--fs-lead);
  line-height: 1.58;
  color: var(--text-on-dark-soft);
}

.le-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s4);
  margin: var(--s7) 0 0;
  padding: 0;
  list-style: none;
  max-width: 34rem;
}
.le-proof li {
  padding-left: 0.9rem;
  border-left: 2px solid rgba(56, 214, 234, 0.5);
}
.le-proof b {
  display: block;
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.028em;
  line-height: 1.1;
  color: #fff;
}
.le-proof span {
  display: block;
  margin-top: 3px;
  font-size: var(--fs-xs);
  line-height: 1.4;
  color: var(--text-on-dark-soft);
}

.le-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
  margin-top: var(--s7);
}
.le-hero__note {
  margin: var(--s5) 0 0;
  font-size: var(--fs-xs);
  color: rgba(170, 183, 196, 0.85);
}

/* ---------------- the product visual ---------------- */
.le-app {
  position: relative;
  border-radius: 22px;
  border: 1px solid var(--le-line-dark);
  background: linear-gradient(168deg, rgba(30, 45, 71, 0.96), rgba(13, 24, 40, 0.98));
  box-shadow:
    0 42px 90px rgba(3, 8, 18, 0.6),
    0 2px 0 rgba(255, 255, 255, 0.05) inset;
  overflow: hidden;
}
.le-app::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, 0.5), transparent);
}

.le-app__bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid var(--le-line-dark);
  background: rgba(255, 255, 255, 0.025);
}
.le-app__dots { display: flex; gap: 5px; }
.le-app__dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); }
.le-app__name {
  font-size: var(--fs-xs);
  font-weight: 650;
  color: #C9D6E4;
  letter-spacing: -0.01em;
}
.le-app__live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.24rem 0.6rem;
  border-radius: var(--r-pill);
  border: 1px solid rgba(52, 211, 153, 0.28);
  background: rgba(52, 211, 153, 0.12);
  color: #6EE7B7;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.le-app__live i {
  width: 5px; height: 5px; border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(110, 231, 183, 0.5);
  animation: lePulse 2.4s infinite;
}
@keyframes lePulse {
  0% { box-shadow: 0 0 0 0 rgba(110, 231, 183, 0.45); }
  70% { box-shadow: 0 0 0 7px rgba(110, 231, 183, 0); }
  100% { box-shadow: 0 0 0 0 rgba(110, 231, 183, 0); }
}

.le-app__body { padding: 1.1rem; display: grid; gap: 1rem; }

/* stat row */
.le-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.6rem; }
.le-stat {
  padding: 0.8rem 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--le-line-dark);
  background: rgba(255, 255, 255, 0.035);
}
.le-stat b {
  display: block;
  font-size: 1.6rem;
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.le-stat span {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  line-height: 1.3;
  color: #93A4B8;
}
.le-stat i {
  display: inline-block;
  margin-top: 6px;
  padding: 0.1rem 0.38rem;
  border-radius: var(--r-pill);
  background: rgba(110, 231, 183, 0.12);
  color: #6EE7B7;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
}

/* lead rows */
.le-list { display: grid; gap: 0.4rem; }
.le-list__head {
  display: flex;
  justify-content: space-between;
  padding: 0 0.2rem 0.1rem;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #6E8199;
}
.le-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 0.7rem;
  border-radius: 12px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.03);
  transition: background var(--t-base), border-color var(--t-base), transform var(--t-base);
}
.le-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(125, 211, 252, 0.22);
  transform: translateX(2px);
}
.le-item__logo {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 9px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(125, 211, 252, 0.10);
  color: #9FE3F5;
  font-size: 0.7rem;
  font-weight: 750;
}
.le-item__name {
  display: block;
  font-size: 0.84rem;
  font-weight: 620;
  color: #EAF1F8;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.le-item__why {
  display: block;
  font-size: 0.7rem;
  color: #8497AC;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.le-score {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.26rem 0.5rem;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.le-score--hot { background: rgba(249, 115, 22, 0.14); border-color: rgba(249, 115, 22, 0.3); color: #FDBA74; }
.le-score--fit { background: rgba(52, 211, 153, 0.12); border-color: rgba(52, 211, 153, 0.28); color: #6EE7B7; }
.le-score--warm { background: rgba(125, 211, 252, 0.12); border-color: rgba(125, 211, 252, 0.26); color: #9FE3F5; }

/* funnel */
.le-funnel {
  padding-top: 0.9rem;
  border-top: 1px solid var(--le-line-dark);
  display: grid;
  gap: 0.5rem;
}
.le-funnel__head {
  display: flex;
  justify-content: space-between;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #6E8199;
}
.le-step-row {
  display: grid;
  grid-template-columns: 6.4rem minmax(0, 1fr) 2.4rem;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  color: #93A4B8;
}
.le-step-row b {
  text-align: right;
  color: #EAF1F8;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.le-track {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.le-track i {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #38D6EA, #3B82F6);
  transition: width 1.1s var(--ease-out);
}
.le-app__foot {
  margin: 0;
  padding: 0.7rem 1.1rem 0.95rem;
  border-top: 1px solid var(--le-line-dark);
  font-size: 0.68rem;
  text-align: center;
  color: #6E8199;
}

/* ============================================================
   2 · LIGHT BLOCKS — white ground, hairlines, depth
   ============================================================ */

.le-block { padding-block: var(--section-y); }
.le-block--sunken { background: var(--surface-soft); }

.le-head { max-width: 46rem; margin: 0 auto var(--s8); text-align: center; }
.le-head .eyebrow { margin-bottom: var(--s3); }
.le-head h3 {
  margin: 0 0 var(--s3);
  font-size: var(--fs-h2);
  line-height: var(--lh-title);
  letter-spacing: var(--ls-title);
}
.le-head p { margin: 0; color: var(--text-secondary); font-size: var(--fs-lead); line-height: 1.55; }

/* ---------------- pain → outcome ---------------- */
.le-shift {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.08fr);
  gap: var(--s5);
  align-items: stretch;
}
.le-side {
  position: relative;
  padding: var(--s7);
  border-radius: var(--r-xl);
}
.le-side--pain {
  border: 1px dashed rgba(16, 24, 32, 0.16);
  background:
    repeating-linear-gradient(135deg, rgba(16, 24, 32, 0.018) 0 8px, transparent 8px 16px),
    var(--surface-soft);
}
.le-side--gain {
  border: 1px solid var(--le-line);
  background: var(--surface);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
}
.le-side--gain::before {
  content: "";
  position: absolute;
  left: 0; top: var(--s7); bottom: var(--s7);
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, var(--cyan), var(--primary));
}
.le-side__tag {
  display: inline-block;
  margin-bottom: var(--s4);
  font-size: var(--fs-eyebrow);
  font-weight: 750;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
}
.le-side--pain .le-side__tag { color: var(--text-muted); }
.le-side--gain .le-side__tag { color: var(--le-accent); }
.le-side h4 {
  margin: 0 0 var(--s5);
  font-size: var(--fs-h3);
  line-height: 1.22;
  letter-spacing: -0.022em;
}
.le-side--pain h4 { color: var(--text-secondary); }

.le-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.7rem; }
.le-points li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: baseline;
  font-size: var(--fs-sm);
  line-height: 1.5;
}
.le-points li i { font-style: normal; font-weight: 700; }
.le-side--pain .le-points li { color: var(--text-muted); }
.le-side--pain .le-points li i { color: rgba(16, 24, 32, 0.28); }
.le-side--gain .le-points li { color: var(--text-primary); }
.le-side--gain .le-points li i { color: var(--success); }

.le-shift__arrow {
  align-self: center;
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--le-line);
  background: var(--surface);
  box-shadow: var(--sh-sm);
  color: var(--le-accent);
}
.le-shift__arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.le-outcome {
  margin-top: var(--s6);
  padding: var(--s5);
  border-radius: var(--r-lg);
  background: linear-gradient(150deg, var(--le-ink), var(--le-ink-soft));
  color: var(--text-on-dark);
}
.le-outcome b { display: block; font-size: var(--fs-h4); color: #fff; margin-bottom: 2px; }
.le-outcome span { font-size: var(--fs-sm); color: var(--text-on-dark-soft); }

/* ---------------- product tour ---------------- */
.le-tour {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: var(--s8);
  align-items: start;
}

.le-steps { display: grid; gap: 0; position: relative; }
.le-step {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  width: 100%;
  padding: 0.95rem 0.4rem;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--le-line);
  background: none;
  color: var(--text-secondary);
  cursor: pointer;
  transition: color var(--t-fast), padding-left var(--t-base);
}
.le-step:first-child { border-top: 1px solid var(--le-line); }
.le-step:hover { color: var(--text-primary); padding-left: 0.75rem; }
.le-step:focus-visible { outline: none; box-shadow: var(--sh-focus); border-radius: var(--r-sm); }
.le-step__num {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--border-medium);
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  transition: background var(--t-base), border-color var(--t-base), color var(--t-base), box-shadow var(--t-base);
}
.le-step__name {
  display: block;
  font-size: 1rem;
  font-weight: 620;
  letter-spacing: -0.014em;
  color: inherit;
}
.le-step__hint {
  display: block;
  margin-top: 1px;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.le-step[aria-selected="true"] {
  padding-left: 0.75rem;
  color: var(--text-primary);
}
.le-step[aria-selected="true"]::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55rem; bottom: 0.55rem;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--cyan), var(--primary));
}
.le-step[aria-selected="true"] .le-step__num {
  background: var(--le-ink);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(10, 139, 224, 0.1);
}
.le-step[aria-selected="true"] .le-step__name { font-weight: 680; }

.le-progress {
  margin-top: var(--s5);
  height: 2px;
  border-radius: 2px;
  background: var(--surface-sunken);
  overflow: hidden;
}
.le-progress__fill {
  display: block;
  height: 100%;
  width: 16.6%;
  background: linear-gradient(90deg, var(--cyan), var(--primary));
  transition: width 420ms var(--ease-out);
}
.le-progress__text {
  margin: 0.6rem 0 0;
  font-size: var(--fs-xs);
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

.le-panel {
  position: relative;
  padding: var(--s7);
  border: 1px solid var(--le-line);
  border-radius: var(--r-2xl);
  background: var(--surface);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.09);
  animation: leFade 400ms var(--ease-out) both;
}
@keyframes leFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.le-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  padding-bottom: var(--s4);
  margin-bottom: var(--s5);
  border-bottom: 1px solid var(--le-line);
}
.le-panel__label {
  font-size: var(--fs-eyebrow);
  font-weight: 750;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--le-accent);
}
.le-panel__chip {
  padding: 0.24rem 0.55rem;
  border-radius: var(--r-pill);
  background: var(--surface-soft);
  color: var(--text-muted);
  font-size: 0.66rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.le-panel h4 {
  margin: 0 0 var(--s3);
  font-size: var(--fs-h3);
  line-height: 1.22;
  letter-spacing: -0.024em;
}
.le-panel > p:not(.le-note):not(.le-mail) {
  margin: 0 0 var(--s6);
  color: var(--text-secondary);
  font-size: var(--fs-sm);
  line-height: 1.62;
  max-width: 40rem;
}

/* the mini visual inside a tour panel: hairlines, no filled boxes */
.le-vis { display: grid; gap: 0; border-top: 1px solid var(--le-line); }
.le-vis__line {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.8rem 0.2rem;
  border-bottom: 1px solid var(--le-line);
  font-size: 0.84rem;
  color: var(--text-secondary);
}
.le-vis__line b {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.le-vis__line--on { color: var(--text-primary); }
.le-vis__line--on b { color: var(--le-accent); }
.le-vis__flag {
  padding: 0.22rem 0.5rem;
  border-radius: var(--r-pill);
  border: 1px solid var(--le-line);
  font-size: 0.64rem;
  font-weight: 700;
  color: var(--text-muted);
  white-space: nowrap;
}
.le-vis__line--on .le-vis__flag {
  border-color: rgba(10, 139, 224, 0.28);
  background: rgba(10, 139, 224, 0.07);
  color: var(--le-accent);
}
.le-vis__line--done .le-vis__flag {
  border-color: rgba(22, 163, 106, 0.3);
  background: var(--success-soft);
  color: var(--success);
}
.le-note {
  margin: var(--s5) 0 0;
  padding: var(--s4) var(--s5);
  border-radius: var(--r-md);
  border-left: 2px solid var(--cyan);
  background: var(--surface-soft);
  font-size: var(--fs-sm);
  line-height: 1.55;
  color: var(--text-secondary);
}
.le-note b { color: var(--text-primary); }
.le-mail {
  margin: 0;
  padding: var(--s5);
  border: 1px solid var(--le-line);
  border-radius: var(--r-md);
  background: var(--surface-soft);
  font-size: 0.86rem;
  line-height: 1.62;
  color: var(--text-secondary);
}
.le-mail b { display: block; margin-bottom: 0.3rem; color: var(--text-primary); }

/* ---------------- the growth system ---------------- */
.le-system {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--s5);
}
.le-card {
  position: relative;
  padding: var(--s6);
  border: 1px solid var(--le-line);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--sh-xs);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.le-card:hover { transform: translateY(-3px); box-shadow: var(--sh-lg); border-color: rgba(10, 139, 224, 0.2); }
.le-card__icon {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  margin-bottom: var(--s5);
  border-radius: 12px;
  border: 1px solid var(--le-line);
  background: var(--surface-soft);
  color: var(--le-accent);
}
.le-card__icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.le-card__step {
  display: block;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.le-card h4 { margin: 0.3rem 0 0.4rem; font-size: var(--fs-h4); letter-spacing: -0.018em; }
.le-card p { margin: 0; font-size: var(--fs-sm); line-height: 1.55; color: var(--text-secondary); }
.le-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--s5) / -2 - 4px);
  width: 8px; height: 8px;
  border-top: 1.5px solid rgba(10, 139, 224, 0.45);
  border-right: 1.5px solid rgba(10, 139, 224, 0.45);
  transform: translateY(-50%) rotate(45deg);
}

.le-result {
  margin-top: var(--s5);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: var(--s7);
  align-items: center;
  padding: var(--s7) var(--s8);
  border-radius: var(--r-2xl);
  background:
    radial-gradient(100% 140% at 88% 0%, rgba(56, 214, 234, 0.16), transparent 62%),
    linear-gradient(150deg, var(--le-ink), var(--le-ink-soft));
  color: var(--text-on-dark);
  box-shadow: 0 30px 76px rgba(11, 19, 32, 0.32);
}
.le-result__tag {
  display: inline-block;
  margin-bottom: var(--s3);
  font-size: var(--fs-eyebrow);
  font-weight: 750;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: #38D6EA;
}
.le-result h4 {
  margin: 0 0 var(--s3);
  font-size: var(--fs-h3);
  line-height: 1.2;
  letter-spacing: -0.024em;
  color: #fff;
}
.le-result p { margin: 0; font-size: var(--fs-sm); line-height: 1.6; color: var(--text-on-dark-soft); }
.le-result__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--s4); }
.le-result__grid div {
  padding: var(--s4);
  border-radius: var(--r-md);
  border: 1px solid var(--le-line-dark);
  background: rgba(255, 255, 255, 0.04);
}
.le-result__grid b {
  display: block;
  font-size: var(--fs-h4);
  font-weight: 720;
  color: #fff;
  letter-spacing: -0.018em;
}
.le-result__grid span { display: block; margin-top: 2px; font-size: var(--fs-xs); line-height: 1.35; color: var(--text-on-dark-soft); }

/* ============================================================
   3 · PRICE CARDS — used inside the section and under the plans
   ============================================================ */

.le-plans {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: var(--s5);
  align-items: stretch;
}

.le-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--s7);
  border: 1px solid var(--le-line);
  border-radius: var(--r-2xl);
  background: var(--surface);
  box-shadow: var(--sh-sm);
}
.le-plan__kind {
  font-size: var(--fs-eyebrow);
  font-weight: 750;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--text-muted);
}
.le-plan h4 {
  margin: 0.35rem 0 var(--s4);
  font-size: var(--fs-h3);
  letter-spacing: -0.024em;
}
.le-plan__price { display: flex; align-items: baseline; gap: 0.45rem; margin: 0; }
.le-plan__amount {
  font-size: clamp(2.1rem, 1.5rem + 1.7vw, 2.9rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.le-plan__per { font-size: var(--fs-sm); font-weight: 600; color: var(--text-secondary); }
.le-plan__setup { margin: 0.5rem 0 0; font-size: var(--fs-sm); color: var(--text-secondary); }
.le-plan__list { margin: var(--s6) 0 0; }
.le-plan__cta { margin-top: auto; padding-top: var(--s6); display: grid; gap: var(--s3); }
.le-plan__fine { margin: var(--s4) 0 0; font-size: var(--fs-xs); color: var(--text-muted); }

/* the bundle: dark, badged, the obvious choice */
.le-plan--feature {
  border-color: transparent;
  background:
    radial-gradient(105% 130% at 90% 0%, rgba(56, 214, 234, 0.15), transparent 60%),
    linear-gradient(155deg, var(--le-ink), var(--le-ink-soft));
  color: var(--text-on-dark);
  box-shadow: 0 34px 84px rgba(11, 19, 32, 0.34);
}
.le-plan--feature h4 { color: #fff; }
.le-plan--feature .le-plan__kind { color: #38D6EA; }
.le-plan--feature .le-plan__amount { color: #fff; }
.le-plan--feature .le-plan__per,
.le-plan--feature .le-plan__setup { color: var(--text-on-dark-soft); }
.le-plan--feature .le-plan__fine { color: rgba(170, 183, 196, 0.8); }
.le-plan--feature .ticks li { color: var(--text-on-dark-soft); }
.le-plan--feature .ticks li::before { border-color: #38D6EA; }
.le-plan__badge {
  position: absolute;
  top: -0.85rem;
  left: var(--s7);
  padding: 0.34rem 0.75rem;
  border-radius: var(--r-pill);
  background: linear-gradient(96deg, var(--cyan), var(--primary));
  color: #fff;
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(10, 139, 224, 0.35);
}
.le-plan__compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: 0.65rem 0 0;
}
.le-plan__was {
  font-size: var(--fs-sm);
  color: rgba(170, 183, 196, 0.75);
  text-decoration: line-through;
}
.le-plan__save {
  padding: 0.22rem 0.55rem;
  border-radius: var(--r-pill);
  border: 1px solid rgba(52, 211, 153, 0.3);
  background: rgba(52, 211, 153, 0.12);
  color: #6EE7B7;
  font-size: 0.72rem;
  font-weight: 700;
}
.le-plan--feature .btn:not(.btn--secondary) {
  background: #fff;
  border-color: #fff;
  color: var(--le-ink);
}
.le-plan--feature .btn:not(.btn--secondary):hover { background: #E8F1FF; border-color: #E8F1FF; color: var(--le-ink); }
.le-plan--feature .btn--secondary { color: #fff; border-color: rgba(255, 255, 255, 0.26); }
.le-plan--feature .btn--secondary:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.42); }

/* stacked order inside a column card: heading, price, list, buttons */
.le-plan__money { margin-top: var(--s5); }
.le-plan--feature .le-plan__head + .le-plan__money { margin-top: var(--s6); }

/* the standalone card slot in the section grid */
#lead-bundle { display: grid; }

/* the same card, rendered wide under the plan grid in #pricing */
#bundle-offer:empty { display: none; }
#bundle-offer { margin-top: var(--s8); }
#bundle-offer .le-plan--feature {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
  grid-template-areas:
    "head  money"
    "list  cta";
  column-gap: var(--s8);
  row-gap: var(--s6);
  align-items: start;
}
#bundle-offer .le-plan__head { grid-area: head; }
#bundle-offer .le-plan__money { grid-area: money; margin-top: 0; }
#bundle-offer .le-plan__list { grid-area: list; margin-top: 0; }
#bundle-offer .le-plan__cta { grid-area: cta; margin-top: 0; padding-top: 0; align-self: end; }

/* the Lead Engine module card carries a setup fee; messaging ones do not */
.module__setup {
  margin: -0.35rem 0 var(--s4);
  color: var(--text-secondary);
  font-weight: 600;
}

/* ---------------- entry point in the module overview ---------------- */
.dia-module-card--lead {
  --module-accent: #0A8BE0;
  --module-rgb: 10, 139, 224;
  grid-column: 1 / -1;
  min-height: 0;
}
.dia-module-card--lead > p { max-width: 46rem; }
.expand-card--lead { border-color: rgba(10, 139, 224, 0.22); }
.expand-card--lead .expand-card__tag {
  background: rgba(10, 139, 224, 0.1);
  color: #0A8BE0;
  font-weight: 700;
}

/* ============================================================
   4 · RESPONSIVE
   ============================================================ */

@media (max-width: 1180px) {
  .le-hero__inner { grid-template-columns: minmax(0, 1fr); gap: var(--s8); }
  .le-hero__sub, .le-proof { max-width: none; }
  .le-tour { grid-template-columns: minmax(0, 1fr); gap: var(--s6); }
  .le-result { grid-template-columns: minmax(0, 1fr); gap: var(--s6); }
}

@media (max-width: 980px) {
  .le-shift { grid-template-columns: minmax(0, 1fr); }
  .le-shift__arrow { transform: rotate(90deg); justify-self: center; }
  .le-system { grid-template-columns: minmax(0, 1fr); }
  .le-card::after { display: none !important; }
  .le-plans { grid-template-columns: minmax(0, 1fr); }
  #bundle-offer .le-plan--feature {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "head" "money" "list" "cta";
    row-gap: var(--s5);
  }
}

@media (max-width: 760px) {
  .le-hero { padding-block: var(--section-y); }
  .le-hero__grid { display: none; }
  .le-proof { grid-template-columns: minmax(0, 1fr); gap: 0.85rem; }
  .le-hero__ctas .btn { flex: 1 1 100%; }
  .le-app__body { padding: 0.85rem; gap: 0.85rem; }
  .le-stats { gap: 0.45rem; }
  .le-stat { padding: 0.6rem 0.55rem; }
  .le-stat b { font-size: 1.25rem; }
  .le-stat span { font-size: 0.62rem; }
  .le-stat i { font-size: 0.58rem; }
  .le-item { grid-template-columns: 28px minmax(0, 1fr); row-gap: 0.35rem; }
  .le-item__logo { width: 28px; height: 28px; }
  .le-score { grid-column: 2; justify-self: start; }
  .le-step-row { grid-template-columns: 5rem minmax(0, 1fr) 2rem; font-size: 0.68rem; }

  .le-side { padding: var(--s6) var(--s5); }
  .le-panel { padding: var(--s5); }
  .le-vis__line { grid-template-columns: minmax(0, 1fr) auto; row-gap: 0.15rem; }
  .le-vis__line b { grid-column: 1 / -1; }
  .le-result { padding: var(--s6) var(--s5); }
  .le-result__grid { grid-template-columns: minmax(0, 1fr); }
  .le-plan { padding: var(--s6) var(--s5); }
  .le-plan__badge { left: var(--s5); }

  /* the tour steps become a swipeable strip so the panel stays in view */
  .le-steps {
    grid-auto-flow: column;
    grid-auto-columns: minmax(12.5rem, 1fr);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .le-steps::-webkit-scrollbar { display: none; }
  .le-step {
    scroll-snap-align: start;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--le-line);
    border-radius: var(--r-lg);
    margin-right: 0.5rem;
  }
  .le-step:first-child { border-top: 1px solid var(--le-line); }
  .le-step:hover, .le-step[aria-selected="true"] { padding-left: 0.9rem; }
  .le-step[aria-selected="true"] {
    border-color: rgba(10, 139, 224, 0.35);
    box-shadow: 0 10px 26px rgba(10, 139, 224, 0.12);
  }
  .le-step[aria-selected="true"]::before { display: none; }
  .le-step__hint { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .le-panel { animation: none; }
  .le-track i { transition: none; }
  .le-progress__fill { transition: none; }
  .le-app__live i, .le-hero__bg .beam { animation: none; }
}

/* body copy inside a price card */
.le-plan__body {
  margin: 0;
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--text-secondary);
}
.le-plan--feature .le-plan__body { color: var(--text-on-dark-soft); }
.le-plan__main { display: block; }
