:root {
  --green-50: #ecfdf5;
  --green-100: #d1fae5;
  --green-500: #10b981;
  --green-600: #059669;
  --green-700: #047857;
  --green-800: #065f46;
  --green-900: #064e3b;
  --ink: #0f1f1a;
  --ink-soft: #334540;
  --muted: #5c6f68;
  --white: #ffffff;
  --line: rgba(6, 78, 59, 0.14);
  --danger: #dc2626;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  height: 100%; background: var(--ink); color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif; overflow: hidden;
}
.deck { height: 100%; width: 100%; position: relative; background: #061510; }
.slide {
  position: absolute; inset: 0; display: none;
  opacity: 0; transform: translateY(10px);
  /* Letterbox around the 16:9 stage */
  align-items: center; justify-content: center;
  padding: 0.75rem 0.75rem 4.25rem;
  overflow: hidden;
}
.slide.active {
  display: flex; opacity: 1; transform: none;
  animation: rise .45s ease both;
}
@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* Fixed 16:9 stage — cadre un peu plus grand */
.shell {
  width: min(99%, calc((100vh - 3.6rem) * 16 / 9), 1580px);
  height: min(calc(100vh - 3.6rem), calc(100vw * 9 / 16), 890px);
  padding: clamp(0.95rem, 1.55vw, 1.5rem);
  display: flex; flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: .75rem; margin-bottom: .5rem; flex-shrink: 0;
}
.brand-mini {
  display: flex; align-items: center; gap: .5rem;
  font-weight: 700; letter-spacing: -.02em; font-size: .92rem;
}
.brand-mini img { width: 28px; height: 28px; border-radius: 7px; }
.brand-mini .by { font-weight: 500; color: var(--muted); font-size: .78rem; }
.brand-mini .by::before { content: "·"; margin: 0 .35rem; opacity: .45; }
.slide-label {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .14em;
  color: var(--muted); font-weight: 700;
}
h1, h2, .display {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -.03em; line-height: 1.08; font-weight: 650;
}
h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  margin-bottom: .3rem; max-width: 40ch;
  flex-shrink: 0;
}
.lede {
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  color: var(--ink-soft); max-width: 70ch;
  line-height: 1.42; margin-bottom: .45rem;
  flex-shrink: 0;
}
.slide-body {
  flex: 1; display: flex; flex-direction: column;
  justify-content: stretch; gap: .55rem; min-height: 0;
}
.slide-body > .grid-2,
.slide-body > .grid-3,
.slide-body > .grid-4,
.slide-body > .flow,
.slide-body > .phones,
.slide-body > .price-grid,
.slide-body > .comp-grid,
.slide-body > .matrix-wrap,
.slide-body > .people,
.slide-body > .stack,
.slide-body > .timeline {
  flex: 1;
  min-height: 0;
}

.grid-2 { display: grid; grid-template-columns: 1.1fr .9fr; gap: .55rem; align-items: stretch; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .5rem; align-items: stretch; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .5rem; align-items: stretch; }

.panel {
  background: var(--white); border: 1px solid var(--line);
  border-radius: .7rem; padding: .75rem .85rem;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  gap: .2rem; text-align: center;
}
.panel-title, .step-title, .card-title {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .3rem;
  margin-bottom: .4rem;
  width: 100%;
  text-align: center;
}
.panel-title .card-icon,
.panel-title .icon-badge,
.step-title .icon-badge,
.card-title .card-icon,
.card-title .icon-badge {
  margin: 0; flex-shrink: 0;
}
.panel-title .card-icon,
.card-title .card-icon { width: 40px; height: 40px; }
.card-title .card-icon.lg { width: 48px; height: 48px; }
.panel-title .icon-badge,
.step-title .icon-badge,
.card-title .icon-badge { width: 44px; height: 44px; }
.panel-title h3, .step-title h3, .card-title h3 {
  margin: 0; font-size: clamp(1.1rem, 1.6vw, 1.28rem); font-weight: 700; line-height: 1.2;
}
.card-title .role { margin-top: .05rem; }
.panel p, .panel li { color: var(--ink-soft); line-height: 1.45; font-size: clamp(1.05rem, 1.45vw, 1.18rem); text-align: center; }
.panel ul, .step ul {
  list-style: none; padding: 0; margin-top: .35rem;
  display: grid; gap: .22rem; width: 100%;
  justify-items: center;
}
.panel ul li, .step ul li {
  position: relative;
  padding-left: 0;
  text-align: center;
  max-width: 28ch;
}
.panel ul li::before, .step ul li::before {
  content: none;
}
.panel strong, .step strong, .bullet strong, .comp-card strong, .sauce strong {
  color: var(--green-800); font-weight: 700;
}
.ask .panel strong, .ask .sauce strong { color: #a7f3d0; }

.card-icon {
  width: 40px; height: 40px;
  object-fit: contain;
  margin-bottom: .35rem;
  flex-shrink: 0;
}
.card-icon.lg { width: 48px; height: 48px; }
.icon-badge {
  width: 44px; height: 44px; border-radius: .7rem;
  background: var(--green-50); border: 1px solid var(--green-100);
  display: grid; place-items: center; flex-shrink: 0; margin-bottom: .4rem;
}
.icon-badge .card-icon { width: 28px; height: 28px; margin: 0; }
.panel .card-icon, .step .card-icon, .comp-card .card-icon {
  margin-bottom: .4rem;
}

.stat {
  background: linear-gradient(160deg, var(--green-700), var(--green-900));
  color: white; border-radius: .7rem; padding: .7rem .8rem;
  display: flex; flex-direction: column; justify-content: center;
  align-items: center; text-align: center;
}
.stat .num {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1; margin-bottom: .25rem;
}
.stat .cap { opacity: .9; font-size: .9rem; line-height: 1.35; }
.stat .src { margin-top: .35rem; font-size: .74rem; opacity: .7; }
.stats-problem .stat { padding: .55rem .65rem; }
.stats-problem .stat .num {
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  margin-bottom: .15rem;
}
.stats-problem .stat .cap { font-size: .78rem; line-height: 1.3; }
.stats-problem .stat .src { margin-top: .2rem; font-size: .68rem; }

.sauce {
  background: var(--green-50); border: 1px solid var(--green-100);
  border-radius: .65rem; padding: .65rem .9rem;
  font-size: clamp(1.02rem, 1.4vw, 1.15rem); color: var(--green-900); font-weight: 600; line-height: 1.4;
  flex-shrink: 0; text-align: center;
}
.source { font-size: .78rem; color: var(--muted); line-height: 1.35; }
.contact-ph {
  font-size: .88rem; color: var(--muted); font-weight: 600;
  border: 1px dashed var(--line); border-radius: .55rem;
  padding: .35rem .6rem; display: inline-block;
}

/* Cover */
.cover .shell {
  justify-content: center; align-items: center; text-align: center; gap: .7rem;
  color: white;
  background:
    radial-gradient(ellipse 80% 55% at 72% 18%, rgba(16,185,129,.32), transparent 55%),
    radial-gradient(ellipse 55% 45% at 12% 85%, rgba(4,120,87,.4), transparent 50%),
    linear-gradient(155deg, #04352a 0%, #065f46 42%, #0b3d30 100%);
}
.cover {
  background: #061510;
}
.cover-logo {
  width: clamp(88px, 11vw, 120px); height: clamp(88px, 11vw, 120px);
  border-radius: 24px; animation: floaty 5s ease-in-out infinite;
  box-shadow: 0 20px 50px rgba(0,0,0,.28);
}
.cover h1 { font-size: clamp(3rem, 7vw, 5rem); color: white; }
.cover .byline { font-size: clamp(1rem, 1.8vw, 1.2rem); color: #a7f3d0; font-weight: 600; }
.cover .tagline {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem); max-width: 26ch;
  line-height: 1.3; color: rgba(255,255,255,.92); font-weight: 500;
}
.cover .locale {
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(209,250,229,.72); font-weight: 600;
}
.cover-pills { display: flex; flex-wrap: wrap; gap: .4rem; justify-content: center; }
.cover-pills span {
  font-size: .75rem; padding: .32rem .6rem; border-radius: 999px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14);
}
.cover .contact-ph {
  color: rgba(255,255,255,.75); border-color: rgba(255,255,255,.25);
}

.light .shell {
  background: linear-gradient(180deg, #f3faf6 0%, #eef7f2 45%, #e8f3ed 100%);
}
.light { background: #061510; }

.bullets { display: grid; gap: .4rem; height: 100%; align-content: stretch; }
.bullet {
  display: grid; grid-template-columns: auto 1fr; gap: .65rem;
  background: white; border: 1px solid var(--line); border-radius: .65rem;
  padding: .6rem .7rem; align-items: start;
}
.bullets .bullet { align-content: center; }
.bullet .mark {
  width: 1.4rem; height: 1.4rem; border-radius: .4rem;
  display: grid; place-items: center; background: #fee2e2; color: var(--danger);
  font-weight: 700; font-size: .68rem; margin-top: .05rem;
}
.bullet .card-icon { margin: 0; width: 36px; height: 36px; }
.bullet.ok .mark { background: var(--green-100); color: var(--green-800); }
.bullet h3 { font-size: clamp(1.05rem, 1.5vw, 1.2rem); margin-bottom: .12rem; }
.bullet p { font-size: clamp(1.02rem, 1.35vw, 1.12rem); color: var(--ink-soft); line-height: 1.42; }

.flow { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .45rem; }
.step {
  background: white; border: 1px solid var(--line); border-radius: .65rem;
  padding: .65rem .7rem .7rem; display: flex; flex-direction: column;
  justify-content: center; align-items: center; gap: .25rem; text-align: center;
}
.step-title {
  margin-bottom: .15rem;
}
.step-title h3 { font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.step p { font-size: clamp(1rem, 1.35vw, 1.12rem); color: var(--ink-soft); margin-bottom: 0; line-height: 1.4; text-align: center; }
.step ul { font-size: clamp(.98rem, 1.3vw, 1.08rem); color: var(--ink-soft); }
.step ul strong { color: var(--green-800); }

.phones { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: .45rem; align-items: stretch; }
.phone {
  background: #10231c; border-radius: 1rem; padding: .3rem;
  border: 1px solid rgba(255,255,255,.08); color: white;
  display: flex; flex-direction: column; height: 100%;
}
.phone-screen {
  background: linear-gradient(180deg, #0f766e, #064e3b);
  border-radius: .85rem; flex: 1; min-height: 0; padding: .5rem;
  display: flex; flex-direction: column; gap: .28rem;
}
.phone-title { font-size: .8rem; font-weight: 700; }
.chip-row { display: flex; gap: .25rem; flex-wrap: wrap; }
.chip {
  font-size: .68rem; background: rgba(255,255,255,.14);
  padding: .16rem .35rem; border-radius: 999px;
}
.row-card {
  background: rgba(255,255,255,.12); border-radius: .5rem;
  padding: .35rem .4rem; display: flex; justify-content: space-between;
  gap: .25rem; font-size: .72rem;
}
.phone-caption {
  text-align: center; margin-top: .35rem; font-size: .84rem;
  color: var(--ink-soft); font-weight: 600;
}
.scan-ring {
  width: 58px; height: 58px; margin: .45rem auto;
  border: 2px solid rgba(255,255,255,.55); border-radius: .65rem; position: relative;
}
.scan-ring::after {
  content: ""; position: absolute; left: 10%; right: 10%; height: 2px; top: 45%;
  background: #6ee7b7; animation: floaty 1.8s ease-in-out infinite;
}

.funnel { display: grid; gap: .35rem; align-content: stretch; height: 100%; }
.funnel-row {
  border-radius: .55rem; padding: .55rem .65rem; color: white;
  display: flex; justify-content: space-between; align-items: center; gap: .5rem;
  font-size: .88rem; flex: 1;
}
.funnel-row strong { font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; }
.funnel-row:nth-child(1) { background: var(--green-900); width: 100%; }
.funnel-row:nth-child(2) { background: var(--green-700); width: 92%; }
.funnel-row:nth-child(3) { background: var(--green-600); width: 78%; }
.funnel-row:nth-child(4) { background: var(--green-500); color: var(--ink); width: 68%; }
.funnel-row:nth-child(5) { background: #a7f3d0; color: var(--green-900); width: 55%; }

.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .5rem; }
.price-card {
  background: white; border: 1px solid var(--line); border-radius: .7rem;
  padding: .7rem .75rem; display: flex; flex-direction: column; gap: .3rem;
  align-items: center; text-align: center;
}
.price-card .panel-title { margin-bottom: .1rem; }
.price-card .panel-title h3 {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .1em;
  font-weight: 700; opacity: .75; color: inherit;
}
.price-card.featured {
  background: linear-gradient(160deg, var(--green-700), var(--green-900));
  color: white; border-color: transparent;
}
.price-card .amount {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 650; line-height: 1.15;
}
.price-card p, .price-card li { font-size: clamp(1.02rem, 1.35vw, 1.15rem); line-height: 1.42; text-align: center; }
.price-card ul {
  padding-left: 0; list-style: none; display: grid; gap: .22rem;
  margin-top: .15rem; width: 100%; text-align: center; justify-items: center;
}
.price-card.featured .card-icon,
.ask .card-icon {
  filter: none;
}
.price-card.featured p { color: rgba(255,255,255,.9); }
.price-card.featured strong { color: #fff; }
.price-card.featured .panel-title h3 { color: rgba(255,255,255,.85); opacity: 1; }

.comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.comp-card {
  background: white; border: 1px solid var(--line); border-radius: .7rem;
  padding: .75rem .9rem .85rem; display: flex; flex-direction: column;
  justify-content: flex-start; align-items: center; text-align: center;
  gap: .22rem;
}
.comp-card .title-block {
  display: flex; flex-direction: column; align-items: center; gap: .2rem;
  margin-bottom: .15rem; width: 100%;
}
.comp-card .title-block .card-icon { margin: 0; }
.comp-card .who {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.12rem; font-weight: 650; letter-spacing: -.02em;
  text-transform: none; color: var(--green-800); line-height: 1.15;
  margin: 0;
}
.comp-card h3 {
  font-size: 1.02rem; font-weight: 700; margin: 0; line-height: 1.2;
  color: var(--ink);
}
.comp-card p {
  font-size: clamp(1.02rem, 1.35vw, 1.12rem); color: var(--ink-soft); line-height: 1.4;
  margin: .2rem 0 0; text-align: center;
}
.comp-card li { font-size: clamp(1rem, 1.3vw, 1.1rem); color: var(--ink-soft); line-height: 1.4; text-align: center; }
.comp-card ul {
  padding-left: 0; list-style: none; display: grid; gap: .22rem;
  margin-top: .45rem; width: 100%; justify-items: center;
}
.matrix-wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: .55rem; align-items: stretch; }
.matrix {
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;
  gap: .4rem; height: 100%;
}
.matrix-cell {
  background: white; border: 1px solid var(--line); border-radius: .7rem;
  padding: .7rem .75rem; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; gap: .25rem;
}
.matrix-cell.win {
  background: linear-gradient(160deg, var(--green-700), var(--green-900));
  color: white; border-color: transparent;
}
.matrix-cell .axis {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .08em;
  font-weight: 700; opacity: .7;
}
.matrix-cell.win .axis { color: rgba(255,255,255,.75); opacity: 1; }
.matrix-cell h3 { font-size: clamp(1.05rem, 1.5vw, 1.2rem); margin: 0; line-height: 1.2; }
.matrix-cell p { font-size: clamp(1rem, 1.3vw, 1.1rem); color: var(--ink-soft); line-height: 1.35; margin: 0; }
.matrix-cell.win p { color: rgba(255,255,255,.9); }
.matrix-cell.win strong { color: #fff; }

.stack { display: grid; gap: .45rem; height: 100%; align-content: stretch; }
.stack > * { min-height: 0; }
.stack.stats-2x2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.timeline { display: grid; gap: .4rem; height: 100%; align-content: stretch; }
.tl-item { display: grid; grid-template-columns: auto 1fr; gap: .5rem; }
.tl-item .panel { justify-content: center; }
.tl-dot {
  width: 1.3rem; height: 1.3rem; border-radius: 999px; background: var(--green-600);
  color: white; display: grid; place-items: center; font-size: .6rem; font-weight: 700;
  margin-top: .35rem;
}
.tl-dot.next {
  background: transparent; border: 2px solid var(--green-600); color: var(--green-700);
  font-size: .85rem; line-height: 1; font-weight: 700;
}

.people { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.person {
  background: white; border: 1px solid var(--line); border-radius: .75rem;
  padding: .75rem; display: flex; flex-direction: column; gap: .3rem;
  align-items: center; text-align: center;
}
.person p, .person li { text-align: center; width: 100%; }
.person ul { width: 100%; justify-items: center; }
.person ul li { padding-left: 0; max-width: 28ch; }
.person ul li::before { content: none; }
.avatar {
  width: 2.3rem; height: 2.3rem; border-radius: .6rem; display: grid; place-items: center;
  font-family: "Fraunces", Georgia, serif; font-weight: 700; color: white;
  background: linear-gradient(145deg, var(--green-500), var(--green-800));
}
.role { color: var(--green-700); font-weight: 600; font-size: .95rem; }
.person p, .person li { font-size: clamp(1.05rem, 1.4vw, 1.18rem); color: var(--ink-soft); line-height: 1.42; }
.ask .panel > h3 {
  text-align: center; width: 100%; margin-bottom: .35rem;
}

.ask { background: #061510; }
.ask .shell {
  background:
    radial-gradient(ellipse 70% 50% at 80% 12%, rgba(16,185,129,.28), transparent 50%),
    linear-gradient(155deg, #04352a, #065f46 55%, #0a2f26);
  color: white;
}
.ask h2, .ask .lede { color: white; }
.ask .lede { color: rgba(255,255,255,.86); }
.ask .panel {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); color: white;
  align-items: center; text-align: center;
}
.ask .panel p, .ask .panel li { color: rgba(255,255,255,.88); }
.ask .brand-mini .by, .ask .slide-label { color: rgba(255,255,255,.65); }
.ask .contact-ph {
  color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.3);
}
.ask-amount {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.15;
  margin: .2rem 0 .45rem; text-align: center; width: 100%;
}
.ask .panel ul { justify-items: center; }
.ask .panel p { text-align: center; }

.nav {
  position: fixed; left: 50%; bottom: 1rem; transform: translateX(-50%);
  z-index: 40; display: flex; align-items: center; gap: .6rem;
  background: rgba(15,31,26,.9); color: white; backdrop-filter: blur(10px);
  border-radius: 999px; padding: .35rem .45rem .35rem .85rem;
}
.nav .progress { font-size: .72rem; opacity: .8; min-width: 3.2rem; }
.nav button {
  border: 0; background: var(--green-500); color: var(--ink);
  width: 2.15rem; height: 2.15rem; border-radius: 999px; cursor: pointer;
  font-size: 1rem; font-weight: 700;
}
.nav button:disabled { opacity: .35; cursor: default; }
.dots { display: flex; gap: .26rem; }
.dots span { width: .36rem; height: .36rem; border-radius: 999px; background: rgba(255,255,255,.28); }
.dots span.on { background: var(--green-500); width: .9rem; }

@media (max-width: 980px) {
  .slide { padding: 0.5rem 0.5rem 4rem; overflow: auto; align-items: flex-start; }
  .shell {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 4.5rem);
    max-height: none;
    border-radius: 0.75rem;
  }
  .slide-body > .grid-2,
  .slide-body > .grid-3,
  .slide-body > .grid-4,
  .slide-body > .flow,
  .slide-body > .phones,
  .slide-body > .price-grid,
  .slide-body > .comp-grid,
  .slide-body > .matrix-wrap,
  .slide-body > .people {
    flex: none;
  }
  .grid-2, .grid-3, .grid-4, .flow, .phones, .people, .price-grid, .comp-grid, .matrix-wrap, .matrix {
    grid-template-columns: 1fr;
  }
  .phones { grid-template-columns: 1fr 1fr; }
  .funnel-row { width: 100% !important; }
  h2 { max-width: none; }
}
@media print {
  @page {
    size: landscape;
    margin: 0;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  html, body {
    overflow: visible !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: white !important; /* PDF : pas de letterbox vert foncé */
  }
  .nav { display: none !important; }
  .deck {
    background: white !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .slide {
    position: relative !important;
    display: flex !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    page-break-after: always;
    break-after: page;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    background: transparent !important; /* le fond vient du .shell plein page */
  }
  .slide:last-child {
    page-break-after: auto;
    break-after: auto;
  }
  .shell {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }
  /* Fonds des slides seulement (contenu plein page) */
  .cover .shell {
    background:
      radial-gradient(ellipse 80% 55% at 72% 18%, rgba(16,185,129,.32), transparent 55%),
      radial-gradient(ellipse 55% 45% at 12% 85%, rgba(4,120,87,.4), transparent 50%),
      linear-gradient(155deg, #04352a 0%, #065f46 42%, #0b3d30 100%) !important;
    color: white !important;
  }
  .light .shell {
    background: linear-gradient(180deg, #f3faf6 0%, #eef7f2 45%, #e8f3ed 100%) !important;
  }
  .ask .shell {
    background:
      radial-gradient(ellipse 70% 50% at 80% 12%, rgba(16,185,129,.28), transparent 50%),
      linear-gradient(155deg, #04352a, #065f46 55%, #0a2f26) !important;
    color: white !important;
  }
  .stat,
  .price-card.featured,
  .matrix-cell.win {
    background: linear-gradient(160deg, var(--green-700), var(--green-900)) !important;
    color: white !important;
  }
  .sauce {
    background: var(--green-50) !important;
    border: 1px solid var(--green-100) !important;
  }
  .panel, .step, .bullet, .person, .comp-card, .matrix-cell, .price-card {
    background: white !important;
  }
  .ask .panel {
    background: rgba(255,255,255,.08) !important;
  }
  .funnel-row:nth-child(1) { background: var(--green-900) !important; color: white !important; }
  .funnel-row:nth-child(2) { background: var(--green-700) !important; color: white !important; }
  .funnel-row:nth-child(3) { background: var(--green-600) !important; color: white !important; }
  .funnel-row:nth-child(4) { background: var(--green-500) !important; color: var(--ink) !important; }
  .funnel-row:nth-child(5) { background: #a7f3d0 !important; color: var(--green-900) !important; }
  .phone { background: #10231c !important; }
  .phone-screen {
    background: linear-gradient(180deg, #0f766e, #064e3b) !important;
    color: white !important;
  }
}

