/* ============================================================
   SISTEMA DE CLIENTES — v2
   Navy cálido + ámbar acento · Dark pero humano
   ============================================================ */

:root {
  /* Base — navy más cálido, con toque de azul cobalto */
  --bg: #0F1E33;
  --bg-2: #13253D;
  --bg-3: #182E49;
  --bg-warm: #1A2E48;           /* con toque cálido */
  --line: rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.18);
  --line-warm: rgba(255, 180, 120, 0.14);

  /* Tipografía */
  --fg: #FFFFFF;
  --fg-soft: #E8EEF5;
  --mute: #8FA3B8;
  --mute-2: #5E7088;

  /* Acentos */
  --teal: #00D4B0;              /* un toque más brillante */
  --teal-dim: rgba(0,212,176,0.14);
  --teal-line: rgba(0,212,176,0.35);
  --teal-deep: #062822;

  --amber: #F5A65B;             /* ámbar cálido */
  --amber-soft: #FFC98A;
  --amber-dim: rgba(245,166,91,0.14);
  --amber-line: rgba(245,166,91,0.35);

  --coral: #FF8866;
  --danger: #FF6B6B;

  /* Tipografías */
  --sans: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --serif: 'Instrument Serif', 'Times New Roman', serif;
  --mono: 'JetBrains Mono', ui-monospace, Menlo, monospace;
}

/* ============ RESET ============ */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--fg); }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* Background texture — subtle warm gradient */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(245,166,91,0.05), transparent 60%),
    radial-gradient(ellipse 70% 50% at 80% 100%, rgba(0,212,176,0.06), transparent 60%);
  pointer-events: none;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
img { max-width: 100%; display: block; }

.wrap { max-width: 1320px; margin: 0 auto; padding: 0 40px; }

/* ============ TYPOGRAPHIC PRIMITIVES ============ */
.label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 500;
}
.label .dot {
  display: inline-block;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
  box-shadow: 0 0 14px rgba(0,212,176,0.7);
}
.label .dot.amber { background: var(--amber); box-shadow: 0 0 14px rgba(245,166,91,0.65); }
.label .num { color: var(--teal); margin-right: 10px; font-weight: 600; }
.label .num.amber { color: var(--amber); }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(15,30,51,0.78);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-name {
  font-family: var(--sans); font-weight: 600; font-size: 14px; letter-spacing: -0.01em;
}
.brand-name span { color: var(--mute); font-weight: 400; }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  font-size: 13px; color: var(--mute); transition: color .2s;
}
.nav-links a:hover { color: var(--fg); }

.nav-wa {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 14px;
  background: var(--teal);
  color: var(--teal-deep);
  font-size: 13px; font-weight: 600;
  transition: all .22s;
}
.nav-wa:hover { background: #1be8c4; transform: translateY(-1px); }
.nav-wa svg { width: 16px; height: 16px; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 22px;
  font-size: 14px; font-weight: 500; letter-spacing: -0.005em;
  transition: all .22s ease;
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--sans);
}
.btn-primary {
  background: var(--teal);
  color: var(--teal-deep);
  font-weight: 600;
  box-shadow: 0 8px 32px -8px rgba(0,212,176,0.4);
}
.btn-primary:hover { background: #1be8c4; transform: translateY(-1px); box-shadow: 0 12px 40px -8px rgba(0,212,176,0.6); }
.btn-primary .arrow { transition: transform .22s ease; }
.btn-primary:hover .arrow { transform: translateX(3px); }
.btn-ghost {
  background: transparent;
  border: 1px solid var(--line-strong);
  color: var(--fg);
}
.btn-ghost:hover { border-color: var(--fg); }

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 80px 0 100px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 30%, transparent 80%);
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  top: -10%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 500px;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(245,166,91,0.14), transparent 60%),
    radial-gradient(ellipse at 70% 50%, rgba(0,212,176,0.12), transparent 60%);
  filter: blur(50px);
  pointer-events: none;
}
.hero-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 56px; position: relative;
  flex-wrap: wrap; gap: 16px;
}
.hero-top-right {
  display: flex; align-items: center; gap: 20px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
  color: var(--mute);
}
.hero-top-right .sep { color: var(--mute-2); }

.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(52px, 8vw, 124px);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 0;
  position: relative;
  max-width: 1100px;
}
.hero h1 em { font-style: italic; color: var(--teal); }
.hero h1 .amber-em { font-style: italic; color: var(--amber); }

.hero-bottom {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  margin-top: 64px;
  align-items: end;
  position: relative;
}
.hero-sub {
  font-size: 19px;
  color: var(--mute);
  max-width: 540px;
  line-height: 1.6;
}
.hero-sub strong { color: var(--fg); font-weight: 500; }
.hero-sub .highlight {
  background: linear-gradient(180deg, transparent 65%, rgba(245,166,91,0.28) 65%);
  color: var(--fg);
  padding: 0 2px;
}

.hero-actions {
  display: flex; align-items: center; gap: 16px;
  justify-self: end;
  flex-wrap: wrap;
}

/* Hero mini testimonial */
.hero-testimonial {
  margin-top: 48px;
  display: flex; align-items: center; gap: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  max-width: 720px;
  position: relative;
}
.hero-testimonial .avs {
  display: flex;
}
.hero-testimonial .av {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid var(--bg);
  margin-left: -10px;
  background-size: cover;
  background-position: center;
}
.hero-testimonial .av:first-child { margin-left: 0; }
.hero-testimonial .av.a1 { background: linear-gradient(135deg, #d4a0b4, #6b2a44); }
.hero-testimonial .av.a2 { background: linear-gradient(135deg, #f5a65b, #8f4a1c); }
.hero-testimonial .av.a3 { background: linear-gradient(135deg, #00d4b0, #0a3a30); }
.hero-testimonial .av.a4 { background: linear-gradient(135deg, #8899aa, #2a3a4a); }
.hero-testimonial .stars { color: var(--amber); letter-spacing: 2px; font-size: 14px; }
.hero-testimonial .quote {
  font-size: 14px; color: var(--mute);
  font-style: italic;
}
.hero-testimonial .quote b { color: var(--fg); font-style: normal; font-weight: 500; }

/* ============ LOGO STRIP ============ */
.logos {
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(0,0,0,0.18);
}
.logos-label {
  text-align: center;
  margin-bottom: 28px;
  color: var(--mute);
}
.logos-track {
  display: flex; align-items: center; justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  opacity: 0.72;
}
.logo-item {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--mute);
  padding: 8px 14px;
  white-space: nowrap;
  transition: color .2s, transform .2s;
  display: flex; align-items: center; gap: 8px;
  font-weight: 400;
}
.logo-item.sans { font-family: var(--sans); font-weight: 600; font-size: 15px; letter-spacing: 0.02em; text-transform: uppercase; }
.logo-item.italic { font-style: italic; }
.logo-item .sym { font-family: var(--mono); font-size: 14px; color: var(--amber); }
.logo-item:hover { color: var(--fg); }

/* ============ SECTIONS ============ */
.section {
  border-bottom: 1px solid var(--line);
  padding: 120px 0;
  position: relative;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  margin-bottom: 72px;
  align-items: start;
}
.section-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 16px 0 0 0;
}
.section-title em { font-style: italic; color: var(--teal); }
.section-title .amber-em { font-style: italic; color: var(--amber); }
.section-desc {
  color: var(--mute);
  font-size: 16px;
  line-height: 1.65;
  max-width: 480px;
  margin-top: 32px;
  justify-self: end;
}

/* ============ EMPATHY BAND (entre hero y problema) ============ */
.empathy {
  padding: 100px 0;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(245,166,91,0.04), transparent 80%);
}
.empathy-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.empathy h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 20px 0 0 0;
}
.empathy h2 em { font-style: italic; color: var(--amber); }
.empathy-body p {
  color: var(--fg-soft);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 18px 0;
  max-width: 540px;
}
.empathy-body p.mute { color: var(--mute); }
.empathy-body .sig {
  display: flex; align-items: center; gap: 16px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  max-width: 540px;
}
.empathy-body .sig .av {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--amber) 0%, #8f4a1c 100%);
  border: 1px solid var(--amber-line);
}
.empathy-body .sig .name { font-weight: 500; font-size: 14px; }
.empathy-body .sig .role { color: var(--mute); font-size: 12.5px; font-family: var(--mono); letter-spacing: 0.05em; }

/* ============ PROBLEMA ============ */
.problem {
  background: var(--bg-2);
}
.problem-hero {
  font-family: var(--serif);
  font-size: clamp(44px, 6.5vw, 96px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 0 0 72px 0;
  max-width: 1100px;
}
.problem-hero .q { color: var(--mute-2); font-style: italic; }
.problem-hero em { font-style: italic; color: var(--amber); }

.problem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}
.problem-item {
  padding: 40px 32px 40px 0;
  border-right: 1px solid var(--line);
  position: relative;
}
.problem-item:last-child { border-right: 0; padding-right: 0; }
.problem-item:not(:first-child) { padding-left: 40px; }
.problem-num {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--mute-2);
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.problem-item h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.problem-item p {
  color: var(--mute);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

/* ============ CALCULADORA ============ */
.calc {
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(245,166,91,0.08), transparent 70%),
    var(--bg);
}
.calc-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.calc h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 20px 0 24px 0;
}
.calc h2 em { font-style: italic; color: var(--amber); }
.calc-desc { color: var(--mute); font-size: 16px; line-height: 1.6; margin: 0 0 32px 0; max-width: 460px; }

.calc-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 40px;
  position: relative;
}
.calc-card .ttl {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--mute);
  margin-bottom: 8px;
  display: flex; align-items: center; gap: 10px;
}
.calc-card .ttl .d { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }

.calc-row { margin-bottom: 28px; }
.calc-row-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 10px;
}
.calc-row-head label {
  font-size: 14px;
  color: var(--fg-soft);
  font-weight: 400;
}
.calc-row-head .val {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.calc-row-head .val.amber em { color: var(--amber); font-style: italic; }
.calc-row-head .unit {
  font-family: var(--mono); font-size: 11px; color: var(--mute); letter-spacing: 0.08em;
  margin-left: 4px;
}

.slider {
  -webkit-appearance: none; appearance: none;
  width: 100%;
  height: 2px;
  background: var(--line-strong);
  outline: none; cursor: pointer;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--amber);
  border: 3px solid var(--bg-2);
  box-shadow: 0 0 0 1px var(--amber-line), 0 0 16px rgba(245,166,91,0.4);
  cursor: grab;
}
.slider::-moz-range-thumb {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--amber); border: 3px solid var(--bg-2);
  box-shadow: 0 0 0 1px var(--amber-line), 0 0 16px rgba(245,166,91,0.4);
  cursor: grab;
}

.calc-result {
  margin-top: 32px; padding-top: 28px;
  border-top: 1px dashed var(--line-strong);
}
.calc-result .result-label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  color: var(--mute); text-transform: uppercase;
  margin-bottom: 14px;
}
.calc-result .result-big {
  font-family: var(--serif);
  font-size: clamp(56px, 7vw, 92px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--amber);
  font-style: italic;
  font-variant-numeric: tabular-nums;
}
.calc-result .result-big .cur { color: var(--fg); font-style: normal; font-size: 0.45em; margin-right: 8px; vertical-align: 0.6em; }
.calc-result .result-sub {
  color: var(--mute); font-size: 14px; margin-top: 10px;
  max-width: 400px;
}
.calc-result .result-cta {
  margin-top: 28px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px;
  background: var(--amber);
  color: #2a1505;
  font-weight: 600; font-size: 14px;
  width: 100%;
  transition: all .2s;
}
.calc-result .result-cta:hover { background: var(--amber-soft); }

/* ============ MÉTODO / STEPS ============ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.step {
  padding: 48px 40px 56px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  min-height: 440px;
  display: flex; flex-direction: column;
}
.step-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 40px;
}
.step-num {
  font-family: var(--serif);
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--teal);
  font-style: italic;
}
.step-tag {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  padding: 5px 10px; border: 1px solid var(--line);
}
.step-visual {
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 32px;
  position: relative;
}
.step h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.015em;
  margin: 0 0 10px 0;
}
.step p {
  color: var(--mute);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}

/* Mocks */
.mock-ad { width: 100%; max-width: 240px; background: var(--bg-3); border: 1px solid var(--line); font-size: 11px; }
.mock-ad-head { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-bottom: 1px solid var(--line); }
.mock-ad-avatar { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), #0a3a30); }
.mock-ad-meta b { font-weight: 500; font-size: 11px; display: block; line-height: 1.2; }
.mock-ad-meta span { color: var(--mute); font-size: 10px; }
.mock-ad-body { padding: 12px; color: var(--mute); font-size: 11.5px; line-height: 1.45; }
.mock-ad-body b { color: var(--fg); font-weight: 500; }
.mock-ad-img {
  height: 90px; background:
    repeating-linear-gradient(45deg, rgba(245,166,91,0.1) 0 6px, rgba(245,166,91,0.02) 6px 12px),
    var(--bg-2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  font-family: var(--mono); font-size: 10px; color: var(--mute-2);
  display: flex; align-items: center; justify-content: center;
}
.mock-ad-cta { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; font-size: 11px; }
.mock-ad-cta .cta { color: var(--teal); font-weight: 500; }

.mock-land { width: 100%; max-width: 220px; background: var(--bg-3); border: 1px solid var(--line); padding: 18px; }
.mock-land .tl { height: 6px; width: 40%; background: rgba(255,255,255,0.18); margin-bottom: 12px; }
.mock-land .tl.alt { width: 65%; background: var(--teal); }
.mock-land .ln { height: 4px; background: rgba(255,255,255,0.08); margin-bottom: 6px; }
.mock-land .ln.short { width: 70%; }
.mock-land .ln.mid { width: 85%; }
.mock-land .btn-m { margin-top: 14px; background: var(--teal); color: var(--teal-deep); font-family: var(--mono); font-size: 9px; letter-spacing: 0.08em; padding: 7px 10px; text-align: center; font-weight: 600; }
.mock-land .fld { height: 20px; border: 1px solid var(--line); margin-top: 8px; }

.mock-wa { width: 100%; max-width: 220px; background: var(--bg-3); border: 1px solid var(--line); padding: 14px; }
.mock-wa-head { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.mock-wa-av { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), #0a3a30); }
.mock-wa-head b { font-size: 12px; font-weight: 500; }
.mock-wa-head span { font-size: 10px; color: var(--teal); display: block; }
.bubble { font-size: 11.5px; line-height: 1.4; padding: 8px 11px; max-width: 85%; margin-bottom: 8px; }
.bubble.in { background: rgba(255,255,255,0.06); border-radius: 0 10px 10px 10px; }
.bubble.out { background: rgba(0,212,176,0.22); border: 1px solid rgba(0,212,176,0.3); border-radius: 10px 0 10px 10px; margin-left: auto; color: #d6fff5; }
.bubble time { display: block; font-size: 9px; color: var(--mute-2); margin-top: 3px; font-family: var(--mono); }
.flow-arrow { position: absolute; right: -14px; top: 50%; transform: translateY(-50%); color: var(--mute-2); z-index: 2; }

/* ============ DAY V2 — friendlier storyboard ============ */
.day-v2 {
  background: var(--bg-2);
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.day-path {
  position: relative;
  margin-top: 64px;
  display: flex; flex-direction: column;
  gap: 28px;
}
.day-path-line {
  position: absolute;
  top: 40px; left: 0; right: 0;
  width: 100%; height: 80px;
  display: none;
  pointer-events: none;
}

.day-step {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 28px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg);
  transition: border-color 0.25s, transform 0.25s;
}
.day-step:hover { border-color: var(--amber-line); transform: translateX(4px); }
.day-step.alt {
  background: var(--bg-3);
  grid-template-columns: 120px 1fr 1fr;
}
.day-step.alt:hover { transform: translateX(-4px); }

.day-step-time {
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-start;
  gap: 4px;
}
.day-step-time .t {
  font-family: var(--mono); font-size: 30px;
  color: var(--amber); font-variant-numeric: tabular-nums;
  line-height: 1; font-weight: 500;
}
.day-step-time .sun {
  font-size: 22px; color: var(--amber-soft);
  opacity: 0.8; margin-top: 2px;
}

/* Bubble (chat-like) */
.day-step-bubble {
  position: relative;
  background: rgba(245,166,91,0.06);
  border: 1px solid var(--amber-line);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex; flex-direction: column;
  gap: 8px;
  font-family: var(--sans);
}
.day-step-bubble::before {
  content: '';
  position: absolute;
  left: -7px; top: 22px;
  width: 12px; height: 12px;
  background: var(--bg);
  border-left: 1px solid var(--amber-line);
  border-bottom: 1px solid var(--amber-line);
  transform: rotate(45deg);
}
.day-step.alt .day-step-bubble::before { background: var(--bg-3); }
.day-step-bubble.you {
  background: rgba(0,212,176,0.06);
  border-color: var(--teal-line);
}
.day-step-bubble.you::before {
  border-left-color: var(--teal-line);
  border-bottom-color: var(--teal-line);
}
.day-step-bubble .speaker {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.1em; color: var(--mute);
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px dashed var(--line);
  margin-bottom: 4px;
}
.day-step-bubble .msg {
  font-size: 14px; line-height: 1.5; color: var(--fg);
  margin: 0; font-weight: 400;
}
.day-step-bubble .msg.also {
  color: var(--mute); font-size: 13px;
  padding-left: 12px;
  border-left: 2px solid var(--amber-line);
}
.day-step-bubble.you .msg.also {
  border-left-color: var(--teal-line);
}
.day-step-bubble .msg.tiny {
  font-size: 13px; color: var(--mute); font-style: italic;
}

/* Dashboard mini-stats */
.day-step-bubble.dashboard {
  background: rgba(0,212,176,0.05);
  border-color: var(--teal-line);
}
.day-step-bubble.dashboard::before {
  border-left-color: var(--teal-line);
  border-bottom-color: var(--teal-line);
}
.mini-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px; margin-top: 4px;
}
.mini-stats > div {
  display: flex; flex-direction: column;
  padding: 10px;
  background: rgba(255,255,255,0.03);
  border-radius: 8px;
  align-items: center; text-align: center;
}
.mini-stats .v {
  font-family: var(--serif); font-size: 22px;
  color: var(--fg); line-height: 1;
  font-weight: 500;
}
.mini-stats .v.amber { color: var(--amber); }
.mini-stats .k {
  font-size: 10px; color: var(--mute);
  font-family: var(--mono); letter-spacing: 0.06em;
  margin-top: 4px; text-transform: uppercase;
}

/* Celebrate card */
.day-step-bubble.celebrate { text-align: left; }
.big-count {
  font-family: var(--serif); font-size: 64px;
  color: var(--amber); line-height: 1;
  font-weight: 500; letter-spacing: -0.02em;
  display: flex; align-items: baseline; gap: 8px;
  margin: 6px 0 4px;
}
.big-count span {
  font-size: 14px; color: var(--mute);
  font-family: var(--mono); letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Rest card */
.zzz {
  font-family: var(--serif); font-style: italic;
  font-size: 34px; color: var(--teal);
  letter-spacing: 0.3em;
  opacity: 0.8; margin-top: 6px;
}

.day-step-note h4 {
  font-family: var(--serif); font-size: 22px;
  color: var(--fg); font-weight: 500;
  margin: 0 0 8px; line-height: 1.25;
}
.day-step-note h4 em { color: var(--amber); font-style: italic; }
.day-step-note p {
  font-size: 13.5px; line-height: 1.55;
  color: var(--mute); margin: 0;
}

.day-cta-strip {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; margin-top: 40px;
  padding: 26px 32px;
  background: linear-gradient(90deg, rgba(245,166,91,0.08), rgba(0,212,176,0.06));
  border: 1px solid var(--amber-line);
  border-radius: 14px;
  flex-wrap: wrap;
}
.tag-am {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.12em; color: var(--amber);
  text-transform: uppercase;
}
.day-cta-title {
  font-family: var(--serif); font-size: 24px;
  color: var(--fg); margin-top: 6px; line-height: 1.2;
}
.day-cta-title em { color: var(--amber); font-style: italic; }
.day-cta-btn {
  padding: 14px 22px;
  background: var(--amber); color: #1a1512;
  border-radius: 8px; font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}
.day-cta-btn:hover { background: var(--amber-soft); }

/* Tiny SVG scene icons (kept for any legacy use) */
.scene-icon { width: 100%; height: 100%; max-width: 100px; max-height: 100px; opacity: 0.85; }

@media (max-width: 820px) {
  .day-step { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .day-step-time { flex-direction: row; align-items: center; gap: 12px; }
  .day-step-time .t { font-size: 26px; }
  .day-step:hover, .day-step.alt:hover { transform: none; }
  .day-step-bubble::before { display: none; }
  .day-step-note h4 { font-size: 19px; }
  .big-count { font-size: 46px; }
  .day-cta-strip { flex-direction: column; align-items: flex-start; padding: 20px; }
}

/* ============ PLANES REAL ============ */
.plans-real { padding: 120px 0; border-bottom: 1px solid var(--line); }

.entry-header {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 24px; flex-wrap: wrap;
  margin: 48px 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.entry-header.recurring-header { margin-top: 80px; }
.entry-tag {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em;
  color: var(--fg); text-transform: uppercase;
}
.dot-am { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 10px var(--amber); }
.entry-sub { font-size: 13px; color: var(--mute); font-style: italic; }

/* Entry grid — 4 col con la wide ocupando 2 */
.entry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.entry-card {
  display: flex; flex-direction: column;
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,0.018);
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}
.entry-card:hover { transform: translateY(-3px); border-color: var(--line-strong); background: rgba(255,255,255,0.03); }
.entry-card.featured-entry {
  border-color: var(--amber);
  background: linear-gradient(180deg, rgba(245,166,91,0.06), rgba(255,255,255,0.02));
}
.entry-card.wide { grid-column: span 2; }

.entry-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 14px;
}
.entry-code {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  color: var(--mute);
}
.entry-badge {
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.1em;
  padding: 3px 8px; border-radius: 4px;
  background: rgba(245,166,91,0.1); color: var(--amber);
  border: 1px solid var(--amber-line);
  text-transform: uppercase;
}
.entry-badge.amber-b { background: rgba(245,166,91,0.14); }

.entry-name {
  font-family: var(--serif); font-size: 26px; font-weight: 400;
  color: var(--fg); margin: 0 0 10px; line-height: 1.1;
}
.entry-name em { color: var(--amber); font-style: italic; }
.entry-desc {
  font-size: 13.5px; line-height: 1.55; color: var(--mute);
  margin: 0 0 20px; flex-grow: 1;
}

.entry-price {
  display: flex; align-items: baseline; gap: 6px;
  margin-bottom: 10px; color: var(--fg);
}
.entry-price .cur { font-size: 16px; color: var(--mute); }
.entry-price .amt {
  font-family: var(--serif); font-size: 34px; font-weight: 500;
  line-height: 1; letter-spacing: -0.01em;
}
.entry-price .per {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em;
  color: var(--mute); margin-left: 4px;
}

.entry-credit {
  font-size: 12px; color: var(--mute); font-style: italic;
  padding: 10px 12px; margin-bottom: 16px;
  border-left: 2px solid var(--amber);
  background: rgba(245,166,91,0.04);
  line-height: 1.4;
}

.entry-cta {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 16px; width: 100%;
  background: transparent; color: var(--fg);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  font-size: 13px; font-weight: 500; font-family: var(--sans);
  cursor: pointer; transition: all 0.2s;
}
.entry-cta:hover { border-color: var(--amber); color: var(--amber); }
.featured-entry .entry-cta { background: var(--amber); color: #1a1512; border-color: var(--amber); }
.featured-entry .entry-cta:hover { background: var(--amber-soft); border-color: var(--amber-soft); }

/* ========== RECURRING TABLE ========== */
.pv-cta {
  display: flex; justify-content: space-between; align-items: center;
  width: 100%; padding: 14px 18px;
  background: transparent; border: 1px solid var(--line-strong);
  color: var(--fg);
  font-size: 14px; font-weight: 500; font-family: var(--sans);
  cursor: pointer; border-radius: 8px; transition: all 0.2s;
}
.pv-cta:hover { border-color: var(--fg); background: rgba(255,255,255,0.04); }
.pv-cta.accent {
  background: var(--amber); color: #1a1512; border-color: var(--amber);
}
.pv-cta.accent:hover { background: var(--amber-soft); border-color: var(--amber-soft); }

/* Garantía marquee */
.guarantee-marquee {
  display: flex; gap: 40px;
  margin-top: 32px; padding: 16px 0;
  border-top: 1px solid var(--amber-line);
  border-bottom: 1px solid var(--amber-line);
  overflow: hidden;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em;
  color: var(--amber); white-space: nowrap;
  animation: marquee 30s linear infinite;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.meta-note {
  margin-top: 32px; padding: 18px 22px;
  background: rgba(245,166,91,0.04);
  border: 1px solid var(--amber-line);
  border-radius: 10px;
  display: flex; gap: 14px; align-items: flex-start;
  font-size: 13.5px; color: var(--mute); line-height: 1.55;
}
.meta-note .tag-ml {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em;
  color: var(--amber); flex-shrink: 0; padding-top: 2px;
}
.meta-note strong { color: var(--fg); font-weight: 600; }

.plans-footnote-v2 {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  margin-top: 20px; padding: 0 6px;
  font-size: 12px; color: var(--mute); align-items: center;
}
.plans-footnote-v2 .tk { color: var(--amber); font-size: 10px; }

/* Responsive */
@media (max-width: 1100px) {
  .entry-grid { grid-template-columns: repeat(2, 1fr); }
  .entry-card.wide { grid-column: span 2; }
}
@media (max-width: 700px) {
  .entry-grid { grid-template-columns: 1fr; }
  .entry-card.wide { grid-column: span 1; }
  .entry-header { flex-direction: column; align-items: flex-start; }
  .recurring-table thead th,
  .recurring-table td { padding: 14px 12px; font-size: 13px; }
  .plan-head-name { font-size: 22px; }
  .cell-price, .cell-price em { font-size: 20px; }
}


/* ============ RECURRING CARDS (Completo vs Socio) ============ */
.recurring-cards {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.rec-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 36px 32px 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.018);
  transition: transform 0.3s, border-color 0.3s;
}
.rec-card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.rec-card.featured-rec {
  border-color: var(--amber);
  background: linear-gradient(180deg, rgba(245,166,91,0.08), rgba(245,166,91,0.02) 40%, rgba(255,255,255,0.015));
  box-shadow: 0 0 0 1px var(--amber), 0 40px 100px -40px rgba(245,166,91,0.3);
}

.rec-ribbon {
  position: absolute; top: -14px; left: 28px;
  background: var(--amber); color: #1a1512;
  padding: 6px 14px; border-radius: 100px;
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.08em; font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(245,166,91,0.4);
}

.rec-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 14px;
}
.rec-code {
  font-family: var(--mono); font-size: 11px;
  color: var(--mute); letter-spacing: 0.12em;
  margin-bottom: 6px;
}
.rec-name {
  font-family: var(--serif); font-size: 40px;
  color: var(--fg); font-weight: 500;
  line-height: 1; letter-spacing: -0.02em;
}
.rec-name .star { color: var(--amber); font-size: 22px; vertical-align: middle; }
.rec-for {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.12em; color: var(--mute);
  padding: 5px 10px; border: 1px solid var(--line);
  border-radius: 4px;
  text-transform: uppercase;
}
.rec-for.amber-for { color: var(--amber); border-color: var(--amber-line); }

.rec-blurb {
  font-size: 14px; line-height: 1.55;
  color: var(--mute); margin: 0 0 22px;
}

/* Price stack */
.rec-prices {
  display: flex; flex-direction: column;
  gap: 2px;
  margin-bottom: 22px;
  padding: 4px;
  border-radius: 12px;
  background: rgba(255,255,255,0.025);
}
.rec-price-item {
  display: grid; grid-template-columns: 1fr auto;
  gap: 12px; align-items: center;
  padding: 12px 14px;
  border-radius: 8px;
  transition: background 0.2s;
}
.rec-price-item:hover { background: rgba(255,255,255,0.02); }
.rec-price-item.amber-item {
  background: rgba(245,166,91,0.06);
  border: 1px dashed var(--amber-line);
  margin-top: 4px;
}
.rpi-k {
  font-size: 12px; color: var(--mute);
  font-family: var(--mono); letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rpi-v {
  display: flex; align-items: baseline; gap: 4px;
  justify-content: flex-end;
  color: var(--fg);
}
.rpi-v em {
  font-family: var(--serif); font-style: normal; font-weight: 500;
  font-size: 22px; color: var(--fg);
  letter-spacing: -0.01em;
}
.featured-rec .rpi-v em { color: var(--amber); }
.amber-item .rpi-v em { color: var(--amber); }
.rpi-v span {
  font-family: var(--mono); font-size: 10px;
  color: var(--mute); letter-spacing: 0.06em;
}

.rec-feats {
  list-style: none; padding: 0; margin: 0 0 24px;
  display: flex; flex-direction: column; gap: 10px;
  flex-grow: 1;
}
.rec-feats li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14px; color: var(--fg); line-height: 1.45;
}
.rec-feats .c {
  color: var(--amber); font-weight: 700;
  flex-shrink: 0; width: 18px; text-align: center;
}
.rec-feats b { font-weight: 600; color: var(--fg); }

/* Add-ons block */
.rec-addons {
  padding: 16px; margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(0,0,0,0.15);
}
.addon-title {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.1em; color: var(--mute);
  text-transform: uppercase; margin-bottom: 10px;
}
.addon-line {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 0;
  font-size: 13px; color: var(--fg);
  border-top: 1px dashed var(--line);
  gap: 12px;
}
.addon-line:first-of-type { border-top: 0; }
.addon-line b { color: var(--fg); font-weight: 600; }
.a-p {
  font-family: var(--mono); font-size: 11px;
  color: var(--mute); letter-spacing: 0.04em;
  white-space: nowrap;
}
.a-p.amber { color: var(--amber); font-weight: 500; }

@media (max-width: 900px) {
  .recurring-cards { grid-template-columns: 1fr; gap: 24px; }
  .rec-card { padding: 32px 24px 28px; }
  .rec-name { font-size: 32px; }
  .rpi-v em { font-size: 19px; }
}

/* ============ QUIZ ============ */
.quiz {
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(0,212,176,0.08), transparent 70%),
    var(--bg);
}
.quiz-inner { max-width: 720px; margin: 0 auto; }
.quiz-card {
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 48px;
  position: relative;
  margin-top: 32px;
}
.quiz-progress {
  display: flex; gap: 6px;
  margin-bottom: 32px;
}
.quiz-progress .p {
  flex: 1; height: 3px; background: var(--line-strong);
}
.quiz-progress .p.active { background: var(--teal); }
.quiz-progress .p.done { background: var(--teal); opacity: 0.5; }

.quiz-q {
  display: none;
}
.quiz-q.active { display: block; }
.quiz-q .num {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  color: var(--mute); margin-bottom: 12px;
}
.quiz-q h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 0 28px 0;
}
.quiz-q h3 em { font-style: italic; color: var(--teal); }
.quiz-opts { display: flex; flex-direction: column; gap: 10px; }
.quiz-opt {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px;
  background: transparent;
  border: 1px solid var(--line-strong);
  font-size: 14.5px;
  transition: all .2s;
  text-align: left;
  width: 100%;
  color: var(--fg);
  cursor: pointer;
}
.quiz-opt:hover { border-color: var(--teal); background: var(--teal-dim); }
.quiz-opt .k {
  font-family: var(--mono); font-size: 11px;
  color: var(--mute); letter-spacing: 0.08em;
  margin-right: 14px;
}
.quiz-opt:hover .k { color: var(--teal); }

.quiz-result {
  display: none;
  text-align: center;
  padding: 20px 0;
}
.quiz-result.show { display: block; }
.quiz-result .score {
  font-family: var(--serif);
  font-size: 96px; line-height: 1;
  letter-spacing: -0.03em;
  color: var(--teal);
  font-style: italic;
  margin-bottom: 16px;
}
.quiz-result .score small { color: var(--mute); font-size: 32px; font-style: normal; }
.quiz-result h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: 36px; line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 0 12px 0;
}
.quiz-result h3 em { font-style: italic; color: var(--teal); }
.quiz-result p {
  color: var(--mute); font-size: 15px; line-height: 1.6;
  max-width: 460px; margin: 0 auto 28px;
}
.quiz-result .reco {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 20px;
  background: var(--teal); color: var(--teal-deep);
  font-weight: 600; font-size: 14px;
  transition: all .2s;
}
.quiz-result .reco:hover { background: #1be8c4; }

/* ============ GARANTÍA ============ */
.guarantee {
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.guarantee-inner {
  padding: 120px 0;
  position: relative;
}
.guarantee-inner::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 620px; height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,212,176,0.08), transparent 60%);
  pointer-events: none;
  filter: blur(20px);
}
.guarantee-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
.guarantee-seal {
  position: relative;
  width: 260px; height: 260px;
  margin: 0 auto;
}
.guarantee-seal svg { width: 100%; height: 100%; }
.guarantee-seal .center {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; text-align: center;
}
.guarantee-seal .center .big {
  font-family: var(--serif);
  font-size: 84px; line-height: 1;
  letter-spacing: -0.03em;
  color: var(--teal); font-style: italic;
}
.guarantee-seal .center .sm {
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.2em;
  color: var(--fg); margin-top: 8px;
  text-transform: uppercase;
}
.guarantee h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 20px 0 32px 0;
}
.guarantee h3 em { font-style: italic; color: var(--teal); }
.guarantee .stmt {
  font-size: 17px;
  color: var(--fg-soft);
  line-height: 1.6;
  max-width: 540px;
  margin: 0 0 32px 0;
}
.guarantee .stmt b { color: var(--fg); font-weight: 500; }
.guarantee-pts {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  margin-top: 40px;
  max-width: 680px;
}
.guarantee-pts > div {
  padding: 20px 20px 0 0;
  border-right: 1px solid var(--line);
}
.guarantee-pts > div:last-child { border-right: 0; padding-right: 0; }
.guarantee-pts > div:not(:first-child) { padding-left: 20px; }
.guarantee-pts .k {
  font-family: var(--serif);
  font-size: 32px; color: var(--teal); font-style: italic;
  line-height: 1; margin-bottom: 8px;
}
.guarantee-pts .v {
  font-family: var(--mono); font-size: 10.5px;
  color: var(--mute); letter-spacing: 0.1em;
  text-transform: uppercase; line-height: 1.4;
}

/* ============ FAQ ============ */
.faq { padding: 120px 0; border-bottom: 1px solid var(--line); }
.faq-list {
  display: flex; flex-direction: column;
  border-top: 1px solid var(--line);
  margin-top: 30px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.faq-item[open] { background: rgba(255,255,255,0.015); }
.faq-item summary {
  list-style: none; cursor: pointer;
  padding: 24px 10px 24px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.q-num {
  font-family: var(--mono); font-size: 11px;
  color: var(--mute); letter-spacing: 0.1em;
  padding-left: 6px;
}
.q-text {
  font-family: var(--serif, Georgia, serif);
  font-size: 21px;
  color: var(--fg);
  font-weight: 500;
  line-height: 1.3;
}
.q-icon {
  width: 36px; height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--mute); font-size: 18px;
  font-weight: 300;
  transition: all 0.25s;
  font-family: var(--sans);
}
.faq-item[open] .q-icon {
  transform: rotate(45deg);
  border-color: var(--amber);
  color: var(--amber);
}
.faq-item summary:hover .q-icon {
  border-color: var(--fg); color: var(--fg);
}
.a-body {
  padding: 0 60px 28px 60px;
  animation: faqfade 0.35s ease;
}
@keyframes faqfade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.a-body p {
  font-size: 15px; line-height: 1.65; color: var(--mute);
  margin: 0; max-width: 780px;
}
.a-body p b { color: var(--fg); font-weight: 600; }

/* FAQ responsive */
@media (max-width: 700px) {
  .faq-item summary { grid-template-columns: auto 1fr auto; gap: 14px; padding: 20px 0; }
  .q-text { font-size: 17px; }
  .q-num { padding-left: 0; }
  .q-icon { width: 30px; height: 30px; font-size: 16px; }
  .a-body { padding: 0 0 24px 32px; }
}

/* ============ CASE STUDY + DASHBOARD ============ */
.case { background: var(--bg-2); }
.case-top {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 64px;
}
.case-meta h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 24px 0;
}
.case-meta h3 em { font-style: italic; color: var(--amber); }
.case-meta p { color: var(--mute); font-size: 15px; line-height: 1.6; max-width: 380px; margin: 0; }
.case-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-top: 24px;
}
.tag {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--mute);
  padding: 5px 10px; border: 1px solid var(--line);
}

.case-quote {
  padding-left: 32px;
  border-left: 1px solid var(--amber-line);
}
.case-quote blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin: 0 0 28px 0;
  color: var(--fg);
}
.case-quote .cite {
  display: flex; align-items: center; gap: 14px;
  font-size: 13px;
}
.case-quote .cite .av {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, #d4a0b4, #6b2a44);
  border: 1px solid var(--line-strong);
}
.case-quote .cite b { font-weight: 500; display: block; }
.case-quote .cite span { color: var(--mute); font-size: 12px; }

/* Mock Meta Ads Manager dashboard */
.dashboard {
  border: 1px solid var(--line);
  background: #0A1522;
  position: relative;
  margin-top: 48px;
  overflow: hidden;
}
.dash-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px;
  border-bottom: 1px solid var(--line);
  background: #0D1B2A;
}
.dash-head .left { display: flex; align-items: center; gap: 12px; font-size: 12.5px; font-weight: 500; }
.dash-head .left .fb {
  width: 20px; height: 20px; background: #1877F2; border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); color: white; font-weight: 700; font-size: 12px;
}
.dash-head .left .sep { color: var(--mute-2); }
.dash-head .left span { color: var(--mute); font-weight: 400; }
.dash-head .range {
  font-family: var(--mono); font-size: 10.5px;
  color: var(--mute); letter-spacing: 0.1em;
}
.dash-head .range .live {
  color: var(--teal);
  display: inline-flex; align-items: center; gap: 6px;
}
.dash-head .range .live::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal); animation: pulse 2s infinite;
}

.dash-kpis {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}
.dash-kpi {
  padding: 24px 22px;
  border-right: 1px solid var(--line);
}
.dash-kpi:last-child { border-right: 0; }
.dash-kpi .lbl {
  font-family: var(--sans); font-size: 11.5px;
  color: var(--mute); margin-bottom: 10px;
  display: flex; align-items: center; gap: 6px;
}
.dash-kpi .lbl .i {
  width: 12px; height: 12px; border: 1px solid var(--mute-2);
  border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center;
  font-size: 8px; color: var(--mute-2);
}
.dash-kpi .big {
  font-family: var(--sans); font-weight: 600;
  font-size: 28px; line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.dash-kpi .delta {
  font-size: 11.5px; font-family: var(--mono);
  letter-spacing: 0.04em;
}
.dash-kpi .delta.up { color: var(--teal); }
.dash-kpi .delta.down { color: var(--danger); }
.dash-kpi .delta::before { content: '▲ '; font-size: 9px; }
.dash-kpi .delta.down::before { content: '▼ '; }

.dash-chart {
  padding: 28px 22px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.dash-chart-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.dash-chart-head h5 { margin: 0; font-size: 13px; font-weight: 500; }
.dash-chart-head .legend {
  display: flex; gap: 16px; font-size: 11px; color: var(--mute);
}
.dash-chart-head .legend span { display: inline-flex; align-items: center; gap: 6px; }
.dash-chart-head .legend .d { width: 8px; height: 8px; border-radius: 50%; }
.dash-chart-head .legend .d.a { background: var(--teal); }
.dash-chart-head .legend .d.b { background: var(--amber); }

.dash-chart svg { width: 100%; height: 200px; display: block; }

.dash-campaigns {
  padding: 0;
}
.dash-campaign-head, .dash-campaign-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 0.8fr;
  gap: 16px;
  padding: 14px 22px;
  font-size: 12px;
}
.dash-campaign-head {
  background: #0D1B2A;
  color: var(--mute); font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}
.dash-campaign-row {
  border-bottom: 1px solid var(--line);
  font-variant-numeric: tabular-nums;
  color: var(--fg-soft);
}
.dash-campaign-row:last-child { border-bottom: 0; }
.dash-campaign-row .name { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.dash-campaign-row .name .st {
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal);
}
.dash-campaign-row .name .st.paused { background: var(--amber); }
.dash-campaign-row .good { color: var(--teal); }

.dash-note {
  padding: 12px 22px;
  background: rgba(245,166,91,0.05);
  border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.08em; color: var(--mute);
  display: flex; align-items: center; gap: 10px;
}
.dash-note .t { color: var(--amber); }

.case-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--bg);
  margin-top: 40px;
}
.case-num {
  padding: 32px 28px;
  border-right: 1px solid var(--line);
}
.case-num:last-child { border-right: 0; }
.case-num-label {
  font-family: var(--mono);
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--mute); margin-bottom: 16px;
}
.case-num-value {
  font-family: var(--serif);
  font-size: 44px; line-height: 1;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.case-num-value em { color: var(--amber); font-style: italic; }
.case-num-sub {
  font-size: 12px; color: var(--mute); line-height: 1.4;
}

/* ============ CTA FINAL / FORM ============ */
.cta-final {
  padding: 140px 0 160px;
  position: relative;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse 60% 50% at 30% 50%, rgba(0,212,176,0.08), transparent 70%),
    var(--bg);
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: start;
}
.cta-final h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(44px, 5.6vw, 80px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 20px 0 28px 0;
}
.cta-final h2 em { font-style: italic; color: var(--teal); }
.cta-final p.lead {
  color: var(--fg-soft);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 32px 0;
  max-width: 460px;
}
.cta-bullets { list-style: none; padding: 0; margin: 40px 0 0 0; }
.cta-bullets li {
  display: grid; grid-template-columns: auto 1fr; gap: 14px;
  padding: 14px 0; border-top: 1px solid var(--line);
  font-size: 14px;
}
.cta-bullets li:last-child { border-bottom: 1px solid var(--line); }
.cta-bullets .k {
  font-family: var(--mono); font-size: 11px; color: var(--mute); letter-spacing: 0.1em;
  min-width: 60px;
}

/* Form */
.form {
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 40px;
  position: relative;
}
.form-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.form-head .live {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em;
  color: var(--mute);
  display: flex; align-items: center; gap: 8px;
}
.form-head .live .d { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); animation: pulse 2s infinite; }

.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 10px;
}
.field label .req { color: var(--teal); }
.field input, .field textarea, .field select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  padding: 10px 0 12px;
  font-size: 16px;
  color: var(--fg);
  outline: none;
  transition: border-color .2s;
}
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--mute) 50%),
                    linear-gradient(135deg, var(--mute) 50%, transparent 50%);
  background-position: calc(100% - 14px) 18px, calc(100% - 8px) 18px;
  background-size: 6px 6px;
  background-repeat: no-repeat;
}
.field select option { background: var(--bg-2); color: var(--fg); }
.field input::placeholder, .field textarea::placeholder { color: var(--mute-2); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--teal); }
.field textarea { resize: vertical; min-height: 80px; }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: var(--danger); }
.field-err {
  display: none;
  font-family: var(--mono); font-size: 10.5px; color: #ff8d8d;
  margin-top: 6px; letter-spacing: 0.06em;
}
.field.invalid .field-err { display: block; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.budget-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-family: var(--mono); font-size: 11.5px;
  padding: 10px 14px; border: 1px solid var(--line-strong);
  cursor: pointer; transition: all .2s;
  color: var(--mute); letter-spacing: 0.04em;
}
.chip:hover { color: var(--fg); border-color: var(--fg); }
.chip.active {
  background: var(--teal-dim);
  border-color: var(--teal);
  color: var(--teal);
}

.form-submit {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
  margin-top: 16px;
  padding: 18px 22px;
  background: var(--teal);
  color: var(--teal-deep);
  font-size: 14px; font-weight: 600;
  transition: all .25s;
}
.form-submit:hover:not(:disabled) { background: #1be8c4; }
.form-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.form-submit .right {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em;
}

.form-success {
  display: none; padding: 48px 32px; text-align: left;
}
.form-success.show { display: block; }
.form-success .glyph {
  font-family: var(--mono); color: var(--teal);
  font-size: 12px; margin-bottom: 20px; letter-spacing: 0.12em;
}
.form-success h4 {
  font-family: var(--serif); font-weight: 400;
  font-size: 32px; line-height: 1.1; margin: 0 0 12px 0;
  letter-spacing: -0.015em;
}
.form-success h4 em { font-style: italic; color: var(--teal); }
.form-success p { color: var(--mute); font-size: 14px; line-height: 1.55; margin: 0 0 24px 0; }

/* ============ WHATSAPP FLOAT ============ */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 60;
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}
.wa-float > * { pointer-events: auto; }
.wa-bubble {
  background: var(--bg-2);
  border: 1px solid var(--line-strong);
  padding: 14px 18px;
  max-width: 280px;
  font-size: 13px;
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s, transform .3s;
  box-shadow: 0 20px 40px -10px rgba(0,0,0,0.4);
}
.wa-bubble.show { opacity: 1; transform: translateY(0); }
.wa-bubble b { color: var(--fg); font-weight: 500; display: block; margin-bottom: 4px; }
.wa-bubble span { color: var(--mute); }
.wa-bubble .close {
  position: absolute; top: 6px; right: 8px;
  color: var(--mute-2); font-size: 16px; cursor: pointer;
  line-height: 1;
}
.wa-bubble .close:hover { color: var(--fg); }
.wa-btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 20px;
  background: #25D366;
  color: white;
  font-weight: 600; font-size: 14px;
  box-shadow: 0 10px 30px -8px rgba(37,211,102,0.5);
  transition: all .2s;
  position: relative;
}
.wa-btn:hover { background: #20bc5a; transform: translateY(-2px); }
.wa-btn svg { width: 20px; height: 20px; }
.wa-btn::before {
  content: '';
  position: absolute; inset: 0;
  background: #25D366;
  z-index: -1;
  animation: wa-ring 2.5s infinite;
}
@keyframes wa-ring {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.4); opacity: 0; }
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,212,176,0.55); }
  70% { box-shadow: 0 0 0 8px rgba(0,212,176,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,212,176,0); }
}

/* ============ FOOTER ============ */
footer { padding: 64px 0 48px; }
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}
.foot-brand p { color: var(--mute); font-size: 13.5px; line-height: 1.55; margin: 16px 0 0 0; max-width: 320px; }
.foot-col h5 {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--mute);
  margin: 4px 0 20px 0; font-weight: 500;
}
.foot-col a { display: block; font-size: 13.5px; padding: 5px 0; color: var(--fg); transition: color .2s; }
.foot-col a:hover { color: var(--teal); }
.foot-bottom {
  padding-top: 32px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--mono); font-size: 11px;
  color: var(--mute-2); letter-spacing: 0.08em;
  flex-wrap: wrap; gap: 12px;
}
.foot-bottom .dots { display: flex; gap: 20px; flex-wrap: wrap; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .plans-grid-v2 { grid-template-columns: 1fr; gap: 32px; }
  .plan-v2.featured { order: -1; }
  .diag-strip { grid-template-columns: 1fr; gap: 20px; }
  .diag-strip-right { align-items: flex-start; flex-direction: row; justify-content: space-between; width: 100%; }
  .plans-head-row { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 980px) {
  .wrap { padding: 0 20px; }
  .nav-links { display: none; }
  .nav-wa { padding: 8px 12px; font-size: 12px; }
  .nav-wa span.long { display: none; }

  .hero { padding: 56px 0 80px; }
  .hero-top { margin-bottom: 40px; }
  .hero h1 { font-size: clamp(42px, 11vw, 72px); }
  .hero-bottom { grid-template-columns: 1fr; gap: 32px; margin-top: 40px; }
  .hero-actions { justify-self: start; width: 100%; }
  .hero-actions .btn { flex: 1; justify-content: center; }
  .hero-testimonial { margin-top: 40px; flex-wrap: wrap; gap: 12px; }

  .logos-track { gap: 24px; justify-content: center; }
  .logo-item { font-size: 18px; padding: 4px 8px; }

  .section { padding: 72px 0; }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 48px; }
  .section-desc { justify-self: start; margin-top: 0; }

  .empathy { padding: 72px 0; }
  .empathy-inner { grid-template-columns: 1fr; gap: 40px; }

  .problem-list, .steps, .case-numbers, .cta-grid, .day-storyboard,
  .journey-track, .plan-cards, .guarantee-pts, .bonus-incl, .bonus-card,
  .dash-kpis, .calc-inner, .guarantee-grid {
    grid-template-columns: 1fr;
  }
  .problem-item, .step, .case-num, .day-panel, .journey-step, .plan-card,
  .dash-kpi {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .problem-item:not(:first-child) { padding-left: 0; padding-top: 28px; }
  .step { min-height: 0; }
  .day-panel { min-height: 0; padding: 28px 24px; }

  .bonus-right { border-left: 0; border-top: 1px solid var(--line); padding: 32px 28px; }
  .bonus-left { padding: 32px 28px; }
  .bonus-incl > div { padding: 10px 0; }

  .guarantee-inner { padding: 72px 0; }
  .guarantee-seal { width: 200px; height: 200px; }
  .guarantee-pts > div { border-right: 0; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .guarantee-pts > div:last-child { border-bottom: 0; }
  .guarantee-pts > div:not(:first-child) { padding-left: 0; }

  .case-top { grid-template-columns: 1fr; gap: 32px; }
  .case-meta h3 { font-size: 40px; }
  .case-quote { padding-left: 20px; }
  .case-quote blockquote { font-size: 20px; }
  .dash-campaigns { overflow-x: auto; }
  .dash-campaign-head, .dash-campaign-row { min-width: 640px; }

  .cta-final { padding: 80px 0 120px; }
  .cta-grid { gap: 48px; }
  .form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }

  .calc { padding: 72px 0; }
  .calc-card { padding: 28px 22px; }

  .quiz { padding: 72px 0; }
  .quiz-card { padding: 28px 22px; }
  .quiz-q h3 { font-size: 24px; }

  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }

  .wa-float { bottom: 16px; right: 16px; }
  .wa-bubble { max-width: 240px; font-size: 12px; }

  .meta-note { flex-direction: column; align-items: flex-start; gap: 12px; }
  .flow-arrow { display: none; }
}


/* ============================================================
   METHOD FLOW — orchestrated, animated
   ============================================================ */
.method-flow {
  background: var(--bg);
  padding: 120px 0 140px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.method-flow::before {
  content: '';
  position: absolute;
  top: 10%; right: -15%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(245,166,91,0.04), transparent 60%);
  pointer-events: none; z-index: 0;
}
.method-flow::after {
  content: '';
  position: absolute;
  bottom: 5%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(0,212,176,0.04), transparent 60%);
  pointer-events: none; z-index: 0;
}
.method-flow .wrap { position: relative; z-index: 1; }

.flow {
  margin-top: 72px;
  position: relative;
  display: flex; flex-direction: column;
  gap: 0;
}

.flow-piece {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 48px;
  align-items: center;
  padding: 48px 0;
  position: relative;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,.7,.2,1);
}
.flow-piece.in-view {
  opacity: 1;
  transform: translateY(0);
}
.flow-piece.reverse {
  grid-template-columns: 1fr 340px;
}
.flow-piece.reverse .flow-piece-head {
  order: 2; text-align: right;
}
.flow-piece.reverse .flow-piece-head .flow-n { margin-left: auto; }
.flow-piece.reverse .flow-visual { order: 1; }

.flow-piece-head {
  display: flex; flex-direction: column; gap: 16px;
}
.flow-n {
  font-family: var(--mono);
  font-size: 12px; letter-spacing: 0.18em;
  color: var(--amber);
  padding: 6px 10px;
  border: 1px solid var(--amber-line);
  border-radius: 20px;
  width: fit-content;
  background: rgba(245,166,91,0.06);
}
.flow-tag {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.14em;
  color: var(--mute); text-transform: uppercase;
}
.flow-meta h3 {
  font-family: var(--serif);
  font-size: 34px; line-height: 1.15;
  color: var(--fg); font-weight: 400;
  letter-spacing: -0.01em;
  margin: 6px 0 0;
}
.flow-meta h3 em { color: var(--amber); font-style: italic; }

.flow-visual {
  display: flex; flex-direction: column; gap: 20px;
  align-items: center;
}

.flow-caption {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 4px;
  width: 100%; max-width: 360px;
}
.cap-line {
  font-size: 13.5px; color: var(--mute);
  line-height: 1.5;
  display: flex; gap: 10px; align-items: baseline;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.flow-piece.in-view .cap-line { opacity: 1; transform: translateX(0); }
.flow-piece.in-view .cap-line:nth-child(1) { transition-delay: 0.3s; }
.flow-piece.in-view .cap-line:nth-child(2) { transition-delay: 0.5s; }
.flow-piece.in-view .cap-line:nth-child(3) { transition-delay: 0.7s; }
.cap-line .k {
  font-family: var(--mono);
  color: var(--amber);
  font-size: 14px; font-weight: 500;
  flex-shrink: 0;
}
.cap-line .k.amber { color: var(--amber); font-size: 16px; }
.cap-line em { color: var(--fg); font-style: italic; font-family: var(--serif); font-size: 15px; }
.cap-line.done .k { color: var(--teal); }

/* Connectors */
.flow-connector {
  height: 80px;
  margin: -24px 0;
  position: relative;
  pointer-events: none;
}
.flow-connector svg {
  width: 100%; height: 100%;
  overflow: visible;
}
.flow-connector path {
  stroke-dashoffset: 200;
  animation: flow-dash 3s linear infinite;
}
@keyframes flow-dash {
  to { stroke-dashoffset: 0; }
}

/* ===== PHONE (Instagram feed) ===== */
.phone {
  width: 260px; height: 460px;
  background: #0a0a0a;
  border: 2px solid #1e1e1e;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 0 8px rgba(245,166,91,0.04);
  transition: transform 0.6s ease;
}
.flow-piece.in-view .phone { animation: phone-float 6s ease-in-out infinite; }
@keyframes phone-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.phone-notch {
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 18px;
  background: #000;
  border-radius: 12px;
  z-index: 3;
}
.phone-screen {
  position: absolute;
  top: 36px; left: 6px; right: 6px; bottom: 6px;
  background: #000;
  border-radius: 26px;
  overflow: hidden;
  padding: 12px 10px;
  display: flex; flex-direction: column;
  gap: 12px;
  animation: feed-scroll 14s ease-in-out infinite;
}
@keyframes feed-scroll {
  0%, 15% { transform: translateY(0); }
  40%, 100% { transform: translateY(-140px); }
}
.feed-post {
  background: #0d0d0d;
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  padding: 10px;
  display: flex; flex-direction: column; gap: 8px;
  flex-shrink: 0;
}
.feed-post.ad-post {
  border-color: var(--amber-line);
  background: linear-gradient(180deg, #0d0d0d, #120a04);
  position: relative;
}
.feed-post.ad-post::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(245,166,91,0.3);
  pointer-events: none;
  animation: ad-pulse 2.6s ease-in-out infinite;
}
@keyframes ad-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(245,166,91,0.2); }
  50% { box-shadow: 0 0 0 2px rgba(245,166,91,0.55), 0 0 20px rgba(245,166,91,0.25); }
}
.fp-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; color: #ddd;
}
.fp-head b { font-weight: 600; display: block; line-height: 1.3; }
.fp-head span { color: #666; font-size: 9px; display: block; line-height: 1.3; }
.fp-head .spon { color: var(--amber); }
.fp-av {
  width: 22px; height: 22px; border-radius: 50%;
  background: linear-gradient(135deg, #ff6a3d, #c84aa4, #5aa1e8);
}
.fp-av.gold {
  background: linear-gradient(135deg, var(--amber), #d97a2c);
}
.fp-body {
  font-size: 11px; line-height: 1.4; color: #e5e5e5;
}
.fp-body b { color: #fff; font-weight: 600; }
.fp-img {
  width: 100%; height: 120px;
  background: linear-gradient(135deg, #2a1a0f, #1a0f06);
  border-radius: 6px;
  position: relative;
}
.fp-img.ad-img {
  background: linear-gradient(135deg, rgba(245,166,91,0.35), rgba(217,122,44,0.2)),
              radial-gradient(circle at 30% 40%, rgba(245,166,91,0.6), transparent 50%);
}
.creative-ping {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.15), transparent 40%);
  animation: ping 3s ease-in-out infinite;
}
@keyframes ping {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.8; }
}
.fp-cta {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 10px;
  background: rgba(245,166,91,0.12);
  border: 1px solid var(--amber-line);
  border-radius: 6px;
  font-size: 11px; font-weight: 600; color: var(--amber);
  animation: cta-glow 2.6s ease-in-out infinite;
}
@keyframes cta-glow {
  0%, 100% { background: rgba(245,166,91,0.12); }
  50% { background: rgba(245,166,91,0.22); box-shadow: 0 0 12px rgba(245,166,91,0.25); }
}
.cta-ar { transition: transform 0.3s ease; }

/* ===== LANDING MOCK ===== */
.landing-mock {
  width: 360px;
  background: #0d0d0d;
  border: 1px solid #1e1e1e;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  transition: transform 0.6s ease;
}
.flow-piece.in-view .landing-mock { animation: landing-hover 7s ease-in-out infinite; }
@keyframes landing-hover {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.lm-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 12px;
  background: #0a0a0a;
  border-bottom: 1px solid #1a1a1a;
}
.lm-dots { display: flex; gap: 5px; }
.lm-dots i {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2a2a2a; display: inline-block;
}
.lm-dots i:nth-child(1) { background: #ff5f57; }
.lm-dots i:nth-child(2) { background: #febc2e; }
.lm-dots i:nth-child(3) { background: #28c840; }
.lm-url {
  flex: 1;
  font-family: var(--mono); font-size: 10px;
  color: #888;
  padding: 4px 8px;
  background: #050505;
  border-radius: 4px;
  text-align: center;
}
.lm-hero {
  padding: 20px 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.lm-kicker {
  font-family: var(--mono); font-size: 9px;
  letter-spacing: 0.14em; color: var(--amber);
  text-transform: uppercase;
}
.lm-h1 {
  font-family: var(--serif); font-size: 22px;
  color: #fff; line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.lm-h1 em { color: var(--amber); font-style: italic; }
.lm-sub {
  font-size: 12px; color: #888; line-height: 1.5;
}
.lm-form {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 8px;
}
.lm-field {
  padding: 10px 12px;
  background: #050505;
  border: 1px solid #1e1e1e;
  border-radius: 6px;
  font-size: 11px; color: #666;
  min-height: 18px;
  position: relative;
}
.lm-field.typing::before {
  content: 'Marian';
  color: #ccc;
}
.lm-field.typing .cursor {
  display: inline-block;
  width: 1px; height: 11px;
  background: var(--amber);
  vertical-align: middle;
  margin-left: 1px;
  animation: cursor-blink 0.9s ease-in-out infinite;
}
@keyframes cursor-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.lm-btn {
  padding: 11px 14px;
  background: var(--amber);
  color: #1a1005;
  border-radius: 6px;
  font-size: 12px; font-weight: 600;
  text-align: center;
  animation: btn-nudge 3s ease-in-out infinite;
}
@keyframes btn-nudge {
  0%, 90%, 100% { transform: translateY(0); }
  95% { transform: translateY(-2px); }
}
.lm-trust {
  display: flex; align-items: center; gap: 8px;
  margin-top: 6px;
  font-size: 10px; color: #888;
}
.lm-trust .stars { color: var(--amber); font-size: 11px; letter-spacing: 0.08em; }

/* ===== WHATSAPP MOCK ===== */
.wa-mock {
  width: 300px;
  background: #0b141a;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  transition: transform 0.6s ease;
}
.flow-piece.in-view .wa-mock { animation: wa-float 7s ease-in-out infinite 0.5s; }
@keyframes wa-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.wa-mock-head {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: #1f2c33;
  position: relative;
}
.wa-mock-head > div:not(.wa-av):not(.wa-ping) {
  flex: 1;
}
.wa-mock-head b {
  color: #fff; font-size: 13px; font-weight: 500;
  display: block; line-height: 1.3;
}
.wa-mock-head span {
  color: #8696a0; font-size: 11px;
  display: block; line-height: 1.3;
}
.wa-av {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg, #ff6a3d, #c84aa4);
}
.wa-ping {
  width: 8px; height: 8px; border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 0 rgba(37,211,102,0.6);
  animation: wa-pulse 2s ease-in-out infinite;
}
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); }
  50% { box-shadow: 0 0 0 6px rgba(37,211,102,0); }
}
.wa-mock-body {
  padding: 14px 12px;
  background: #0b141a;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.015), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.015), transparent 40%);
  min-height: 240px;
  display: flex; flex-direction: column; gap: 6px;
}
.wa-bub {
  max-width: 78%;
  padding: 7px 10px 16px;
  border-radius: 8px;
  font-size: 12px; line-height: 1.4;
  position: relative;
  opacity: 0;
  transform: translateY(6px);
  animation-fill-mode: forwards;
}
.wa-bub.in {
  background: #1f2c33;
  color: #e9edef;
  align-self: flex-start;
  border-top-left-radius: 2px;
}
.wa-bub.out {
  background: #005c4b;
  color: #e9edef;
  align-self: flex-end;
  border-top-right-radius: 2px;
}
.wa-bub time {
  position: absolute;
  bottom: 3px; right: 8px;
  font-size: 9px; color: rgba(233,237,239,0.5);
}
.flow-piece.in-view .wa-bub.d1 { animation: wa-in 0.5s ease forwards 0.6s; }
.flow-piece.in-view .wa-bub.d2 { animation: wa-in 0.5s ease forwards 1.2s; }
.flow-piece.in-view .wa-bub.d3 { animation: wa-in 0.5s ease forwards 1.8s; }
.flow-piece.in-view .wa-bub.d4 { animation: wa-in 0.5s ease forwards 2.4s; }
.flow-piece.in-view .wa-bub.d5 { animation: wa-in 0.5s ease forwards 3.0s; }
@keyframes wa-in {
  to { opacity: 1; transform: translateY(0); }
}
.wa-typing {
  background: #1f2c33;
  padding: 10px 14px;
  border-radius: 8px;
  border-top-left-radius: 2px;
  align-self: flex-start;
  display: inline-flex;
  gap: 4px;
  opacity: 0;
}
.flow-piece.in-view .wa-typing.d6 { animation: wa-in 0.5s ease forwards 3.6s; }
.wa-typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: #8696a0;
  animation: wa-dot 1.2s ease-in-out infinite;
}
.wa-typing span:nth-child(2) { animation-delay: 0.2s; }
.wa-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes wa-dot {
  0%, 80%, 100% { opacity: 0.3; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-3px); }
}

/* Responsive */
@media (max-width: 900px) {
  .flow-piece, .flow-piece.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0;
  }
  .flow-piece.reverse .flow-piece-head {
    order: 0; text-align: left;
  }
  .flow-piece.reverse .flow-piece-head .flow-n { margin-left: 0; }
  .flow-piece.reverse .flow-visual { order: 0; }
  .flow-meta h3 { font-size: 26px; }
  .flow-connector { height: 50px; margin: -12px 0; }
  .phone { width: 220px; height: 400px; }
  .landing-mock { width: 300px; }
  .wa-mock { width: 280px; }
  .flow-caption { max-width: 100%; align-items: flex-start; }
}


/* ============================================================
   DAY STORYBOARD — 5 horizontal panels with SVG scenes
   ============================================================ */
.day {
  background: var(--bg-2);
  padding: 120px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.day-storyboard {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 64px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg);
}

.day-panel {
  padding: 36px 24px 32px;
  border-right: 1px solid var(--line);
  min-height: 340px;
  position: relative;
  display: flex; flex-direction: column;
  background: var(--bg);
  transition: background 0.3s ease;
}
.day-panel:last-child { border-right: 0; }
.day-panel:hover { background: var(--bg-warm); }
.day-panel:nth-child(odd) { background: rgba(245,166,91,0.015); }
.day-panel:nth-child(odd):hover { background: var(--bg-warm); }

.day-panel .time {
  font-family: var(--mono);
  font-size: 32px;
  color: var(--amber);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  margin-bottom: 4px;
  line-height: 1;
  font-weight: 500;
}
.day-panel .time-label {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--mute);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.day-panel .scene {
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  padding: 8px;
  min-height: 110px;
}

.day-panel h4 {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 8px 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--fg);
}
.day-panel p {
  color: var(--mute);
  font-size: 12.5px;
  line-height: 1.55;
  margin: 0;
}
