/* ===========================================================
   Verano Solutions - premium black + gold
   =========================================================== */

:root {
  --bg: #0b0b0b;
  --bg-2: #111111;
  --bg-3: #161616;
  --bg-soft: #f7f5f0;
  --line: #1f1f1f;
  --line-2: #2a2a2a;
  --ink: #f5f1e6;
  --ink-mid: #c8c2b3;
  --ink-dim: #8c8678;
  --ink-dark: #5a5447;

  --light-ink: #16140f;
  --light-ink-mid: #4a463c;
  --light-line: #e7e1d2;

  --gold: #c9a26a;
  --gold-2: #d8b87e;
  --gold-3: #e7cd97;
  --gold-dark: #8c6a3d;
  --gold-soft: #1c170e;

  --radius: 6px;
  --radius-lg: 12px;

  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ---------------- interactive background ---------------- */
.fx-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(1100px 720px at 82% -10%, rgba(201,162,106,0.045), transparent 60%),
    radial-gradient(900px 700px at -10% 95%, rgba(201,162,106,0.035), transparent 60%),
    var(--bg);
}
.fx-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
  opacity: 0.7;
}
.fx-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.55;
}
.fx-spot {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(201,162,106,0.08), rgba(201,162,106,0.025) 35%, transparent 65%);
  filter: blur(14px);
  transform: translate3d(-50%, -50%, 0);
  left: 50%; top: 40%;
  transition: opacity .5s ease;
  mix-blend-mode: screen;
}
body.is-touch .fx-spot { display: none; }

/* sections sit above background */
.nav, main, .footer { position: relative; z-index: 2; }

/* sections that have a solid bg should mute the background, not hide it */
.section-soft { background: rgba(247, 245, 240, 0.985); }
.section-dark { background: rgba(17, 17, 17, 0.7); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.stat-strip { background: rgba(17, 17, 17, 0.5); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.hero, .section { background: transparent; }
.nav { background: rgba(11, 11, 11, 0.65); }
.footer { background: rgba(11, 11, 11, 0.7); }

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fx-canvas, .fx-spot { display: none; }
}

a { color: inherit; text-decoration: none; }

img, svg { display: block; max-width: 100%; }

button { font-family: inherit; cursor: pointer; }

::selection { background: var(--gold); color: #000; }

/* ---------------- container ---------------- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

/* ---------------- type ---------------- */
h1, h2, h3, h4 {
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--ink);
}

h1 {
  font-size: clamp(40px, 6.4vw, 72px);
  font-weight: 800;
}
h1 em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: -0.01em;
}

h2 {
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 800;
}
h2.light { color: var(--ink); }
h2 em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}

h3 { font-size: 18px; font-weight: 700; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 18px;
}
.eyebrow.gold { color: var(--gold); }
.eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 162, 106, 0.18);
}

/* ---------------- buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: transform .15s, background .15s, color .15s, border-color .15s, box-shadow .15s;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn-lg { padding: 15px 24px; font-size: 15px; }
.btn.full { width: 100%; }

.btn-gold {
  background: linear-gradient(180deg, var(--gold-3), var(--gold));
  color: #1a140a;
  border-color: var(--gold);
  box-shadow: 0 8px 24px rgba(201, 162, 106, 0.25);
}
.btn-gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(201, 162, 106, 0.35);
}
.btn-gold:active { transform: translateY(0); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-2);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* On light backgrounds */
.section-soft .btn-ghost { color: var(--light-ink); border-color: var(--light-line); }
.section-soft .btn-ghost:hover { border-color: var(--gold-dark); color: var(--gold-dark); }

/* ---------------- nav ---------------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 11, 11, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}
.brand-sun {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.brand-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}
.brand-name {
  font-weight: 800;
  letter-spacing: 0.22em;
  font-size: 16px;
  color: var(--ink);
}
.brand-sub {
  font-weight: 500;
  letter-spacing: 0.34em;
  font-size: 9.5px;
  color: var(--gold);
  margin-top: 4px;
}

.nav-links {
  display: flex;
  gap: 30px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-mid);
  transition: color .15s;
}
.nav-links a:hover { color: var(--gold); }

.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-2);
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.nav-toggle span {
  display: block; width: 18px; height: 2px;
  background: var(--ink);
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 20px 28px 26px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.nav-mobile a { color: var(--ink-mid); font-weight: 500; }
.nav-mobile .btn { width: 100%; }
.nav-mobile.open { display: flex; }

/* ---------------- reveal-on-scroll ---------------- */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------------- shared decorative bits ---------------- */
.underline-gold {
  position: relative;
  white-space: nowrap;
}
.underline-gold::after {
  content: '';
  position: absolute;
  left: -4%; right: -4%;
  bottom: -2px;
  height: 10px;
  background: linear-gradient(180deg, transparent 40%, rgba(201,162,106,0.55) 45%, rgba(201,162,106,0.55) 70%, transparent 75%);
  border-radius: 4px;
  transform: skew(-8deg) rotate(-1deg);
  z-index: -1;
}

.sun-tick {
  display: inline-block;
  width: 14px; height: 14px;
  background: radial-gradient(circle, var(--gold) 40%, transparent 42%),
    linear-gradient(0deg, transparent 5px, var(--gold) 5px, var(--gold) 9px, transparent 9px),
    linear-gradient(90deg, transparent 5px, var(--gold) 5px, var(--gold) 9px, transparent 9px);
  mask: radial-gradient(circle at center, #000 24%, transparent 26%),
        linear-gradient(0deg, transparent 5px, #000 5px, #000 9px, transparent 9px),
        linear-gradient(90deg, transparent 5px, #000 5px, #000 9px, transparent 9px);
  -webkit-mask: radial-gradient(circle at center, #000 24%, transparent 26%),
        linear-gradient(0deg, transparent 5px, #000 5px, #000 9px, transparent 9px),
        linear-gradient(90deg, transparent 5px, #000 5px, #000 9px, transparent 9px);
  background: var(--gold);
  margin-right: 8px;
  vertical-align: -2px;
  position: relative;
}
.sun-tick::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  border-radius: 50%;
  transform: scale(0.45);
  box-shadow:
    0 -9px 0 -3px var(--gold),
    0  9px 0 -3px var(--gold),
    -9px 0 0 -3px var(--gold),
     9px 0 0 -3px var(--gold);
}

/* ---------------- sun divider ---------------- */
.sun-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 32px 28px;
  color: var(--gold);
  opacity: 0.55;
}
.sun-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft) 20%, var(--gold) 50%, var(--gold-soft) 80%, transparent);
  opacity: 0.6;
}

/* ---------------- marquee ---------------- */
.marquee {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(17, 17, 17, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 16px 0;
  z-index: 2;
}
.marquee::before, .marquee::after {
  content: '';
  position: absolute; top: 0; bottom: 0;
  width: 120px;
  pointer-events: none;
  z-index: 2;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.marquee::after  { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  animation: marqueeScroll 60s linear infinite;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: var(--ink-mid);
}
.marquee-track span:not(.marquee-dot) { font-style: italic; }
.marquee-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.45;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ---------------- hero ---------------- */
.hero {
  position: relative;
  padding: 96px 0 72px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -200px; left: 50%;
  width: 900px; height: 900px;
  background: radial-gradient(closest-side, rgba(201, 162, 106, 0.18), transparent 70%);
  transform: translateX(-50%);
  pointer-events: none;
  filter: blur(8px);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}

.hero-sub {
  font-size: 18px;
  color: var(--ink-mid);
  margin: 22px 0 32px;
  max-width: 580px;
  line-height: 1.55;
}
.hero-sub strong { color: var(--ink); font-weight: 600; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px; }

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  max-width: 580px;
}
.trust {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trust strong {
  font-size: 15px;
  color: var(--ink);
  font-weight: 700;
}
.trust span {
  font-size: 12px;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
}

/* phone-card */
.hero-right { position: relative; }

/* sticker callouts */
.sticker {
  position: absolute;
  z-index: 3;
  background: var(--gold);
  color: #1a140a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  white-space: nowrap;
}
.sticker-1 {
  top: -18px;
  left: -8px;
  transform: rotate(-4deg);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sticker-arrow {
  font-style: normal;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.sticker-2 {
  bottom: -14px;
  right: -10px;
  transform: rotate(3deg);
  background: #1a140a;
  color: var(--gold-3);
  border: 1px solid var(--gold);
}

.phone-card {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  padding: 22px 22px 26px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  position: relative;
}
.phone-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(201, 162, 106, 0.5), transparent 50%);
  z-index: -1;
  filter: blur(12px);
  opacity: 0.6;
}

.phone-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
}
.phone-head-label { flex: 1; }
.phone-head-time {
  font-family: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--ink-mid);
  text-transform: none;
}
.ring-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
  animation: ring 1.4s infinite;
}
@keyframes ring {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6); }
  100% { box-shadow: 0 0 0 12px rgba(52, 211, 153, 0); }
}

.phone-card-body { display: flex; flex-direction: column; gap: 14px; }

.phone-meta {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px 14px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.018);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.phone-meta-cell { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.phone-meta-l {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-dim);
  font-weight: 600;
}
.phone-meta-v {
  font-size: 12.5px;
  color: var(--ink);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phone-badge {
  align-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(52, 211, 153, 0.1);
  color: #4ade80;
  border: 1px solid rgba(52, 211, 153, 0.25);
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: inherit;
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
}

.phone-transcript {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 4px;
}
.phone-transcript .line {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.who {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-dim);
  align-self: flex-start;
}
.who-ai { color: var(--gold); }
.who-caller { color: var(--ink-dim); }
.bubble {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-mid);
  padding: 9px 13px;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line-2);
  max-width: 92%;
  align-self: flex-start;
  position: relative;
}
.bubble-ai {
  background: rgba(201, 162, 106, 0.06);
  border-color: rgba(201, 162, 106, 0.2);
  color: var(--ink);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.bubble:not(.bubble-ai) {
  border-bottom-left-radius: 4px;
}
.phone-transcript .line:has(.who-ai) { align-items: flex-end; }
.phone-transcript .line:has(.who-ai) .who { align-self: flex-end; }

.booked-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.12), rgba(74, 222, 128, 0.04));
  color: #4ade80;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 600;
  border: 1px solid rgba(74, 222, 128, 0.25);
  margin-top: 6px;
}
.booked-pill svg { flex-shrink: 0; }

/* ---------------- stat strip ---------------- */
.stat-strip {
  border-bottom: 1px solid var(--line);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.stat-strip .stat {
  padding: 32px 28px;
  border-right: 1px solid var(--line);
  position: relative;
}
.stat-strip .stat::before {
  content: '';
  position: absolute;
  top: 32px; left: 28px;
  width: 18px; height: 1px;
  background: var(--gold);
  opacity: 0.6;
}
.stat-strip .stat:last-child { border-right: none; }
.stat-num {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 56px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.sn-int {
  display: inline-block;
  min-width: 1ch;
  font-feature-settings: 'tnum' 1;
}
.sn-suffix {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0;
  margin-left: 2px;
}
.sn-pre {
  font-size: 28px;
  color: var(--gold);
  margin-left: 0;
  margin-right: 4px;
}
.stat-label {
  font-size: 13px;
  color: var(--ink-dim);
  margin-top: 14px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  max-width: 200px;
}

/* ---------------- sections ---------------- */
.section { padding: 96px 0; }
.section-dark { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-soft { background: var(--bg-soft); color: var(--light-ink); }
.section-soft h2, .section-soft h3, .section-soft .light { color: var(--light-ink); }
.section-soft .eyebrow { color: var(--gold-dark); }
.section-soft .eyebrow .dot { background: var(--gold-dark); box-shadow: 0 0 0 4px rgba(140, 106, 61, 0.18); }
.section-soft p { color: var(--light-ink-mid); }

.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .eyebrow { justify-content: center; }
.lede {
  font-size: 18px;
  color: var(--ink-mid);
  line-height: 1.6;
  margin-top: 14px;
  max-width: 680px;
}
.lede.light { color: var(--ink-mid); }
.section-head.center .lede { margin-left: auto; margin-right: auto; }
.section-soft .lede { color: var(--light-ink-mid); }

/* ---------------- problem ---------------- */
.problem-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: start;
}
.problem-copy p {
  font-size: 17px;
  color: var(--ink-mid);
  margin-bottom: 20px;
  line-height: 1.65;
}
.problem-copy strong { color: var(--ink); font-weight: 600; }

.pull-quote {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: clamp(26px, 3.4vw, 36px);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0 0 32px;
  position: relative;
  padding-left: 0;
}
.pull-quote .quote-mark {
  font-size: 1.6em;
  color: var(--gold);
  font-style: normal;
  line-height: 0;
  vertical-align: -0.2em;
  margin-right: 4px;
  display: inline-block;
  transform: translateY(0.1em);
}
.pull-quote .underline-gold {
  font-style: italic;
  color: var(--gold);
}

.lose-card {
  background: linear-gradient(180deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  padding: 30px;
}
.lose-head {
  display: flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 18px;
}
.lose-list { list-style: none; padding: 0; margin: 0; }
.lose-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-2);
  font-size: 14px;
}
.lose-list li span { color: var(--ink-mid); }
.lose-list li strong { color: var(--ink); font-weight: 700; }
.lose-total { border-bottom: none !important; padding-top: 16px !important; }
.lose-total span { font-weight: 600; }
.lose-total strong {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 26px !important;
  font-weight: 400 !important;
  color: var(--gold) !important;
}
.lose-foot {
  font-size: 12px;
  color: var(--ink-dim);
  margin-top: 14px;
  text-align: center;
  font-style: italic;
}

/* ---------------- demo card ---------------- */
.demo-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 44px;
  background: linear-gradient(135deg, var(--gold-3), var(--gold) 60%, var(--gold-dark));
  border-radius: var(--radius-lg);
  color: #1a140a;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 24px 60px rgba(201, 162, 106, 0.3), inset 0 1px 0 rgba(255,255,255,0.2);
  overflow: hidden;
}
.demo-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 50%, rgba(255,255,255,0.18), transparent 40%),
    radial-gradient(circle at 0% 100%, rgba(0,0,0,0.08), transparent 50%);
  pointer-events: none;
}
.demo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 72px rgba(201, 162, 106, 0.42), inset 0 1px 0 rgba(255,255,255,0.25);
}
.demo-pulse {
  position: absolute;
  top: 50%; right: 60px;
  width: 80px; height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(26, 20, 10, 0.25);
  transform: translateY(-50%);
  animation: demoPulse 2.4s ease-out infinite;
  pointer-events: none;
}
.demo-pulse-2 { animation-delay: 1.2s; }
@keyframes demoPulse {
  0%   { transform: translateY(-50%) scale(0.9); opacity: 0.7; }
  100% { transform: translateY(-50%) scale(2.2); opacity: 0; }
}
.demo-card-left, .demo-card-right { position: relative; z-index: 2; }
.demo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  opacity: 0.8;
}
.live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
  animation: liveDot 1.6s infinite;
}
@keyframes liveDot {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.5); }
  100% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
}
.demo-number {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(38px, 6vw, 60px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}
.demo-sub {
  font-size: 13px;
  margin-top: 12px;
  opacity: 0.8;
  font-weight: 500;
}
.demo-card-right {
  background: rgba(26, 20, 10, 0.14);
  border: 1.5px solid rgba(26, 20, 10, 0.18);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #1a140a;
}

/* ---------------- included grid ---------------- */
.incl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.incl {
  position: relative;
  background: linear-gradient(180deg, rgba(22,22,22,0.95), rgba(17,17,17,0.95));
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  padding: 32px 28px 28px;
  transition: border-color .25s, transform .25s, background .25s;
  overflow: hidden;
}
.incl::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 60px; height: 1px;
  background: var(--gold);
  opacity: 0.5;
  transition: width .3s;
}
.incl:hover {
  border-color: rgba(201, 162, 106, 0.4);
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(26,22,16,0.95), rgba(17,17,17,0.95));
}
.incl:hover::before { width: 100%; }
.incl-num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--ink-dark);
  letter-spacing: 0.04em;
  font-feature-settings: 'tnum' 1;
}
.incl-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(201, 162, 106, 0.14), rgba(201, 162, 106, 0.04));
  border: 1px solid rgba(201, 162, 106, 0.18);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.incl-icon svg { width: 28px; height: 28px; }
.incl h3 { margin-bottom: 10px; font-size: 19px; }
.incl p { font-size: 14.5px; color: var(--ink-mid); line-height: 1.6; }
.incl p em { color: var(--ink); font-style: italic; }
.incl-foot {
  margin-top: 12px !important;
  padding-top: 12px;
  border-top: 1px dashed var(--line-2);
  font-size: 13px !important;
  color: var(--gold-3) !important;
}
.incl-foot strong { color: var(--gold); font-weight: 700; }

/* ---------------- pricing ---------------- */
.pricing-wrap {
  max-width: 720px;
  margin: 0 auto;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--light-line);
  border-radius: 16px;
  padding: 44px 44px 36px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}
.price-tag {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--gold-3), var(--gold));
  color: #1a140a;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.price-head { text-align: center; margin-bottom: 28px; }
.price-head h3 { font-size: 22px; color: var(--light-ink); margin-bottom: 6px; }
.price-head p { color: var(--light-ink-mid); font-size: 14px; }

.price-amounts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
  margin-bottom: 18px;
  position: relative;
}
.price-amt { text-align: center; }
.price-dollar {
  display: block;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 64px;
  font-weight: 400;
  color: var(--light-ink);
  letter-spacing: -0.025em;
  line-height: 1;
}
.price-per {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--light-ink-mid);
  margin-left: 2px;
  letter-spacing: 0;
}
.price-period {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 700;
  margin-top: 8px;
}
.price-note {
  display: block;
  font-size: 12px;
  color: var(--light-ink-mid);
  margin-top: 4px;
}
.price-divider {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: var(--gold-dark);
  padding: 12px 0;
  border-left: 1px solid var(--light-line);
  border-right: 1px solid var(--light-line);
  padding-left: 24px;
  padding-right: 24px;
}
.price-pitch {
  text-align: center;
  font-size: 14px;
  color: var(--light-ink-mid);
  margin-bottom: 26px;
  font-style: italic;
}
.price-pitch em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.15em;
  color: var(--gold-dark);
  font-weight: 400;
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.price-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--light-ink);
}
.check {
  flex-shrink: 0;
  width: 18px; height: 18px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  position: relative;
  margin-top: 2px;
}
.check::after {
  content: '';
  position: absolute;
  top: 5px; left: 4px;
  width: 8px; height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.price-cta { display: grid; gap: 10px; }
.price-foot {
  text-align: center;
  font-size: 13px;
  color: var(--gold-dark);
  margin-top: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ---------------- steps ---------------- */
.steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 56px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--gold) 0 6px, transparent 6px 14px);
  opacity: 0.35;
  z-index: 0;
}
.steps li {
  background: linear-gradient(180deg, rgba(22,22,22,0.95), rgba(17,17,17,0.95));
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  z-index: 1;
  transition: border-color .25s, transform .25s;
}
.steps li:hover { border-color: rgba(201, 162, 106, 0.35); transform: translateY(-3px); }
.step-n {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 36px;
  color: var(--gold);
  margin-bottom: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}
.steps h3 { margin-bottom: 8px; font-size: 17px; }
.steps p { font-size: 14px; color: var(--ink-mid); line-height: 1.55; }
.steps-foot {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  color: var(--ink-mid);
}
.steps-foot strong { color: var(--gold); }

/* ---------------- why verano ---------------- */
.section-why {
  background: linear-gradient(180deg, rgba(11,11,11,0.7), rgba(17,17,17,0.85)),
              radial-gradient(900px 500px at 80% 10%, rgba(201,162,106,0.10), transparent 60%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}
.section-why::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -120px;
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(231, 205, 151, 0.16), transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}

.why-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
  align-items: start;
  position: relative;
}

.why-left {
  position: sticky;
  top: 110px;
  padding-right: 28px;
  border-right: 1px solid var(--line-2);
}
.why-h2 {
  font-family: 'Instrument Serif', Georgia, serif;
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1;
  margin-bottom: 26px;
  letter-spacing: -0.02em;
}
.why-word {
  font-size: clamp(54px, 7vw, 86px);
  color: var(--ink);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.95;
}
.why-trans {
  font-family: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ink-dim);
  margin-top: 10px;
}
.why-def {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-dim);
  font-weight: 600;
  margin-top: 4px;
}
.why-def em {
  font-style: italic;
  font-family: 'Instrument Serif', Georgia, serif;
  text-transform: lowercase;
  letter-spacing: 0;
  font-size: 14px;
  color: var(--gold);
  font-weight: 400;
  margin-right: 4px;
}
.why-mean {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(28px, 3.4vw, 40px);
  color: var(--gold);
  font-style: italic;
  font-weight: 400;
  margin-top: 14px;
  letter-spacing: -0.015em;
}
.why-flourish {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.45;
  color: var(--ink-mid);
  max-width: 360px;
}
.why-flourish em {
  font-style: normal;
  color: var(--gold);
  font-weight: 400;
  position: relative;
}
.why-flourish em::after {
  content: '';
  position: absolute;
  left: -3%; right: -3%; bottom: -1px;
  height: 6px;
  background: linear-gradient(180deg, transparent 35%, rgba(201,162,106,0.45) 40%, rgba(201,162,106,0.45) 70%, transparent 75%);
  border-radius: 3px;
  transform: skew(-8deg) rotate(-1deg);
  z-index: -1;
}

.why-right { padding-top: 8px; }
.why-lede {
  font-size: 18px;
  color: var(--ink-mid);
  line-height: 1.55;
  margin-bottom: 28px;
  max-width: 580px;
}

.why-quote {
  position: relative;
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin: 0 0 28px;
  padding: 6px 0 6px 28px;
  border-left: 2px solid var(--gold);
  max-width: 640px;
}
.why-quote em {
  font-style: italic;
  color: var(--gold);
}
.why-quote-mark {
  position: absolute;
  top: -22px;
  left: 8px;
  font-size: 78px;
  font-style: normal;
  color: var(--gold);
  opacity: 0.35;
  line-height: 1;
  pointer-events: none;
}

.why-body {
  font-size: 17px;
  color: var(--ink-mid);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 600px;
}

.why-pillars {
  list-style: none;
  padding: 22px 24px;
  margin: 0 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  background: linear-gradient(180deg, rgba(26,22,16,0.85), rgba(17,17,17,0.85));
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  position: relative;
}
.why-pillars::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 80px; height: 1px;
  background: var(--gold);
  opacity: 0.55;
}
.why-pillars li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: var(--ink-mid);
  font-family: 'Inter', sans-serif;
}
.why-pillars strong {
  color: var(--gold);
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.why-pillar-tick {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 106, 0.15);
  flex-shrink: 0;
}

.why-signoff {
  font-size: 18px;
  color: var(--ink);
  line-height: 1.5;
  margin: 0;
  max-width: 600px;
}
.why-mark {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: 1.4em;
  color: var(--gold);
  letter-spacing: -0.01em;
  position: relative;
  margin-left: 4px;
}
.why-mark::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 8px;
  background: linear-gradient(180deg, transparent 40%, rgba(201,162,106,0.5) 45%, rgba(201,162,106,0.5) 70%, transparent 75%);
  transform: skew(-8deg) rotate(-1deg);
  border-radius: 4px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .why-wrap { grid-template-columns: 1fr; gap: 48px; }
  .why-left {
    position: static;
    border-right: none;
    border-bottom: 1px solid var(--line-2);
    padding-right: 0;
    padding-bottom: 32px;
  }
}
@media (max-width: 760px) {
  .why-pillars { grid-template-columns: 1fr; padding: 18px 20px; }
  .why-quote { font-size: 22px; padding-left: 20px; }
  .why-quote-mark { font-size: 56px; top: -14px; }
}

/* ---------------- faq ---------------- */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-list details {
  background: #fff;
  border: 1px solid var(--light-line);
  border-radius: 10px;
  padding: 18px 24px;
  transition: border-color .15s, background .15s;
}
.faq-list details[open] {
  border-color: var(--gold);
  background: #fffbf3;
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: var(--light-ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  font-size: 24px;
  color: var(--gold-dark);
  font-weight: 400;
  line-height: 1;
  transition: transform .2s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p {
  font-size: 15px;
  color: var(--light-ink-mid);
  margin-top: 12px;
  line-height: 1.6;
}

/* ---------------- contact ---------------- */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-left p { color: var(--ink-mid); }

.contact-rows { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  padding: 16px 18px;
  border-radius: 10px;
  transition: border-color .15s, transform .15s;
}
.contact-row:hover { border-color: var(--gold); transform: translateX(2px); }
.contact-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(201, 162, 106, 0.14);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg { width: 18px; height: 18px; }
.contact-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  font-weight: 600;
}
.contact-value {
  font-size: 16px;
  color: var(--ink);
  margin-top: 2px;
  font-weight: 600;
}

.contact-form {
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-head {
  grid-column: 1 / -1;
  display: flex; justify-content: space-between; align-items: baseline;
  border-bottom: 1px solid var(--line-2);
  padding-bottom: 14px;
  margin-bottom: 6px;
}
.form-head strong { color: var(--ink); font-size: 15px; }
.form-head span { color: var(--ink-dim); font-size: 12px; }

.contact-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-size: 12px;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-form .full { grid-column: 1 / -1; }
.contact-form input,
.contact-form textarea {
  background: var(--bg-2);
  border: 1px solid var(--line-2);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  text-transform: none;
  letter-spacing: 0;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 106, 0.15);
}
.contact-form textarea { resize: vertical; min-height: 80px; }
.contact-form button { margin-top: 8px; }
.form-note {
  grid-column: 1 / -1;
  font-size: 12px;
  color: var(--ink-dim);
  text-align: center;
  margin: 0;
}

/* ---------------- footer ---------------- */
.footer {
  background: var(--bg);
  border-top: 1px solid var(--line);
  padding: 60px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 48px;
}
.footer-brand p {
  color: var(--ink-dim);
  font-size: 14px;
  margin-top: 16px;
  max-width: 280px;
}
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-head {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 6px;
}
.footer-col a { color: var(--ink-mid); font-size: 14px; transition: color .15s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 20px 0;
  background: var(--bg-2);
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--ink-dim);
  gap: 14px;
  flex-wrap: wrap;
}

/* ---------------- toast ---------------- */
.toast {
  position: fixed;
  bottom: 32px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--bg-3);
  border: 1px solid var(--gold);
  color: var(--ink);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: all .25s;
  z-index: 200;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ---------------- responsive ---------------- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .hero-right { max-width: 480px; }
  .problem-grid { grid-template-columns: 1fr; gap: 32px; }
  .incl-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-strip .stat:nth-child(2) { border-right: none; }
  .stat-strip .stat:nth-child(1), .stat-strip .stat:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .hero { padding: 56px 0; }
  .section { padding: 64px 0; }
  .container { padding: 0 20px; }
  .trust-row { grid-template-columns: 1fr; gap: 14px; }
  .incl-grid, .steps { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat-strip .stat { padding: 24px 20px; }
  .stat-strip .stat::before { top: 24px; left: 20px; }
  .stat-num { font-size: 44px; }
  .price-card { padding: 36px 24px 30px; }
  .price-amounts { flex-direction: column; gap: 18px; padding: 24px 0; }
  .price-divider { font-size: 18px; padding: 6px 0; border: none; }
  .price-features { grid-template-columns: 1fr; }
  .demo-card { flex-direction: column; text-align: center; gap: 18px; padding: 32px 24px; }
  .demo-card-right { display: none; }
  .demo-pulse { display: none; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; text-align: center; }
  .sticker { display: none; }
  .marquee-track { font-size: 18px; gap: 22px; }
  .pull-quote { font-size: 24px; }
  .steps::before { display: none; }
}
