/* ════════════════════════════════════════════════════════════════════
   vs-adara.css — /comparativa/adara/ landing page
   Scoped to .vs-page. Tokens come from main.css (:root).
   Adara side uses a muted navy so LoteFlow pine always wins.
   ════════════════════════════════════════════════════════════════════ */

.vs-page {
  --adara: #2f4a6d;
  --adara-deep: #1c3050;
  --adara-accent: #4e7fb5;
  --adara-bg: #f3f6fa;
  --adara-line: #dde5ee;
}

/* ── Brand marks (reusable) ───────────────────────────────────────── */
.vs-lf-mark {
  display: inline-block; width: 14px; height: 14px; flex: 0 0 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect x='4' y='4' width='17' height='17' rx='2' fill='%230F2E22'/%3E%3Crect x='27' y='4' width='17' height='17' rx='2' fill='%230F2E22' opacity='.6'/%3E%3Crect x='4' y='27' width='17' height='17' rx='2' fill='%230F2E22' opacity='.4'/%3E%3Crect x='27' y='27' width='17' height='17' rx='2' fill='%23C9773B'/%3E%3C/svg%3E") center / contain no-repeat;
}
.vs-lf-mark--light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Crect x='4' y='4' width='17' height='17' rx='2' fill='%23FFFFFF'/%3E%3Crect x='27' y='4' width='17' height='17' rx='2' fill='%23FFFFFF' opacity='.6'/%3E%3Crect x='4' y='27' width='17' height='17' rx='2' fill='%23FFFFFF' opacity='.4'/%3E%3Crect x='27' y='27' width='17' height='17' rx='2' fill='%23C9773B'/%3E%3C/svg%3E");
}
.vs-adara-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: var(--adara-accent); flex: 0 0 10px; }

/* ── Reveal (armed only when JS is running) ───────────────────────── */
.vs-js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.vs-js [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .vs-js [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ── Hero ─────────────────────────────────────────────────────────── */
.vs-hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  padding: clamp(48px, 7vw, 88px) 0 0;
}
.vs-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(15, 46, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 46, 34, 0.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 90% 75% at 30% 0%, black 45%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 90% 75% at 30% 0%, black 45%, transparent 78%);
  pointer-events: none;
}
.vs-hero::after {
  content: "";
  position: absolute; inset: 0; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
.vs-hero-blob { position: absolute; border-radius: 50%; filter: blur(56px); pointer-events: none; }
.vs-hero-blob--1 { width: 560px; height: 420px; right: -140px; top: -100px; background: radial-gradient(ellipse at 50% 50%, rgba(201, 119, 59, 0.18), transparent 68%); }
.vs-hero-blob--2 { width: 460px; height: 340px; left: -100px; bottom: 0; background: radial-gradient(ellipse at 50% 50%, rgba(15, 46, 34, 0.08), transparent 70%); }

.vs-hero-grid {
  position: relative; z-index: 1;
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center;
}

/* ── Face-off lockup (hero matchup heading) ───────────────────────── */
.vs-faceoff {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-bottom: 16px;
}
.vs-faceoff-lf {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: clamp(26px, 4vw, 42px); font-weight: 800; letter-spacing: -0.03em;
  color: var(--pine); line-height: 1;
}
.vs-faceoff-lf svg { width: clamp(24px, 3vw, 34px); height: clamp(24px, 3vw, 34px); flex: 0 0 auto; }
.vs-faceoff-vs {
  font-size: clamp(14px, 1.6vw, 19px); font-weight: 800; font-style: italic;
  color: var(--accent); letter-spacing: 0; line-height: 1;
}
.vs-faceoff-adara {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: clamp(26px, 4vw, 42px); font-weight: 800; letter-spacing: -0.03em;
  color: var(--adara); opacity: 0.55; line-height: 1;
}
.vs-faceoff-adara-dot { width: 0.62em; height: 0.62em; border-radius: 50%; background: var(--adara-accent); flex: 0 0 auto; }

.vs-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 700; color: var(--accent);
}
.vs-kicker::before { content: ""; width: 26px; height: 1px; background: var(--accent); opacity: 0.45; }
.vs-hero h1 {
  font-size: clamp(34px, 4.4vw, 54px); line-height: 1.03; letter-spacing: -0.03em;
  font-weight: 800; color: var(--pine); margin-top: 16px; text-wrap: balance;
}
.vs-hero h1 i { font-style: normal; color: var(--accent); }
.vs-hero-sub { font-size: clamp(15.5px, 1.6vw, 17.5px); line-height: 1.6; color: var(--muted); margin-top: 16px; max-width: 540px; }
.vs-hero-sub strong { color: var(--pine); font-weight: 700; }
.vs-hero-actions { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
.vs-hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; margin-bottom: 12px; }
.vs-hero-chips span {
  font-size: 11.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--pine);
  background: white; border: 1px solid var(--line); padding: 6px 11px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
}
.vs-hero-chips svg { width: 13px; height: 13px; color: var(--accent); }

/* hero illustration compare slider */
.vs-hero-visual { position: relative; display: flex; justify-content: center; padding-bottom: 56px; }
.vs-compare {
  --cmp: 50%;
  position: relative; width: 100%; max-width: 500px; aspect-ratio: 1 / 1;
  background: var(--cream); border: 1px solid var(--line); border-radius: 20px;
  overflow: hidden; cursor: col-resize; touch-action: none; user-select: none;
  box-shadow: 0 24px 60px rgba(15, 46, 34, 0.14);
}
.vs-compare-layer {
  position: absolute; inset: 0; background: var(--cream);
  isolation: isolate; /* each image blends with its own cream backing only */
}
.vs-compare-layer--before {
  z-index: 1;
  clip-path: inset(0 calc(100% - var(--cmp)) 0 0);
}
.vs-compare-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block; pointer-events: none;
  mix-blend-mode: multiply; /* near-white illustration bg collapses onto the layer cream */
}
.vs-compare-chip {
  position: absolute; top: 12px; z-index: 2; pointer-events: none;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.02em;
  padding: 5px 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px); box-shadow: 0 2px 10px rgba(15, 46, 34, 0.1);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.vs-compare-chip.is-hidden { opacity: 0; transform: translateY(-6px); }
.vs-compare-chip--lf { left: 12px; color: var(--pine); }
.vs-compare-chip--adara { right: 12px; color: var(--adara); }
.vs-compare-divider {
  position: absolute; top: 0; bottom: 0; left: var(--cmp); z-index: 3;
  width: 2px; margin-left: -1px; background: var(--pine);
  box-shadow: 0 0 0 1px rgba(253, 251, 247, 0.7);
  pointer-events: none; transform: translateY(0);
}
.vs-compare-handle {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--pine); color: white;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(15, 46, 34, 0.35);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.vs-compare-handle svg { width: 18px; height: 18px; }
.vs-compare:hover .vs-compare-handle { transform: translate(-50%, -50%) scale(1.08); }
.vs-compare:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.vs-compare-hint {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--pine); background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(6px);
  padding: 4px 10px; border-radius: 999px; pointer-events: none;
  box-shadow: 0 2px 10px rgba(15, 46, 34, 0.1);
}

/* ── Scoreboard strip ─────────────────────────────────────────────── */
.vs-scoreboard {
  position: relative; z-index: 1;
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
}
.vs-scoreboard-inner {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 46, 34, 0.06);
}
.vs-score { background: white; padding: 22px 24px; display: flex; flex-direction: column; gap: 10px; }
.vs-score-label { font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; color: var(--muted); }
.vs-score-duel { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.vs-score-lf { font-size: clamp(26px, 2.6vw, 34px); font-weight: 800; letter-spacing: -0.03em; color: var(--pine); line-height: 1; }
.vs-score-vs { font-size: 10px; font-weight: 800; letter-spacing: 0.06em; color: var(--muted); text-transform: uppercase; }
.vs-score-adara { font-size: clamp(17px, 1.6vw, 21px); font-weight: 700; letter-spacing: -0.02em; color: var(--adara); opacity: 0.75; text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: rgba(201, 119, 59, 0.6); }
.vs-score-lf small, .vs-score-adara small {
  display: block; font-size: 10.5px; font-weight: 600; letter-spacing: 0.01em;
  color: var(--muted); text-decoration: none; margin-top: 3px; line-height: 1.25;
}
.vs-score-adara small { text-decoration: none; opacity: 1; }
.vs-score-note { font-size: 12px; color: var(--muted); line-height: 1.4; }

/* ── Sticky subnav ────────────────────────────────────────────────── */
.vs-subnav {
  position: sticky; top: 56px; z-index: 30;
  background: rgba(253, 251, 247, 0.94); backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.vs-subnav-track {
  max-width: var(--container); margin: 0 auto; padding: 10px 24px;
  display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none;
}
.vs-subnav-track::-webkit-scrollbar { display: none; }
.vs-subnav-chip {
  flex: 0 0 auto; font-size: 12.5px; font-weight: 600; color: var(--muted);
  padding: 7px 13px; border-radius: 999px; border: 1px solid transparent;
  transition: color 0.15s, background 0.15s, border-color 0.15s;
}
.vs-subnav-chip:hover { color: var(--pine); background: var(--cream-3); }
.vs-subnav-chip.is-active { color: white; background: var(--pine); border-color: var(--pine); }

/* ── Sections ─────────────────────────────────────────────────────── */
.vs-section { padding: clamp(56px, 7vw, 88px) 0; background: white; border-bottom: 1px solid var(--line); }
.vs-section[id] { scroll-margin-top: 108px; }
.vs-section--alt { background: var(--cream); }
.vs-container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.vs-section-head { text-align: center; margin: 0 auto 44px; max-width: 720px; }
.vs-section-head .vs-kicker { justify-content: center; }
.vs-section-head .vs-kicker::after { content: ""; width: 26px; height: 1px; background: var(--accent); opacity: 0.45; }
.vs-section-head h2 { font-size: clamp(27px, 3.6vw, 38px); letter-spacing: -0.025em; line-height: 1.08; font-weight: 800; color: var(--pine); margin-top: 12px; text-wrap: balance; }
.vs-section-head h2 i { font-style: normal; color: var(--accent); }
.vs-section-head p { font-size: 15.5px; color: var(--muted); margin-top: 12px; line-height: 1.6; }

/* ── Verdict matrix ───────────────────────────────────────────────── */
.vs-matrix {
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  box-shadow: 0 16px 44px rgba(15, 46, 34, 0.07); background: white;
}
.vs-matrix-head, .vs-matrix-row {
  display: grid; grid-template-columns: 1.25fr 1fr 1fr;
}
.vs-matrix-head { background: var(--pine); color: white; }
.vs-matrix-head > div { padding: 16px 22px; display: flex; align-items: center; gap: 10px; }
.vs-matrix-head .vs-mh-adara { background: var(--adara); }
.vs-matrix-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 800; letter-spacing: -0.02em; }
.vs-matrix-dot { width: 12px; height: 12px; border-radius: 4px; background: white; flex: 0 0 12px; }
.vs-matrix-dot--adara { background: var(--adara-accent); border-radius: 50%; }
.vs-matrix-sub { font-size: 10.5px; font-weight: 500; opacity: 0.72; letter-spacing: 0.02em; }
.vs-matrix-row { border-top: 1px solid var(--line); transition: background 0.15s; }
.vs-matrix-row:hover { background: #fdfcf9; }
.vs-matrix-row > div { padding: 15px 22px; display: flex; align-items: center; gap: 10px; font-size: 13.5px; line-height: 1.45; }
.vs-matrix-cap { font-weight: 700; color: var(--text); letter-spacing: -0.01em; }
.vs-matrix-lf { background: rgba(234, 242, 236, 0.45); color: var(--pine); font-weight: 600; border-left: 1px solid var(--line); }
.vs-matrix-adara { color: var(--adara); background: var(--adara-bg); border-left: 1px solid var(--adara-line); }
.vs-matrix-ico { flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; }
.vs-matrix-ico svg { width: 12px; height: 12px; }
.vs-matrix-ico--yes { background: var(--pine); color: white; }
.vs-matrix-ico--no { background: white; border: 1.5px solid #d9b8ab; color: #b0603c; }
.vs-matrix-note { font-size: 11px; font-weight: 500; opacity: 0.75; display: block; margin-top: 2px; }
.vs-matrix-cell-body { min-width: 0; }
.vs-matrix-brandlabel { display: none; }

/* ── Battlecards ──────────────────────────────────────────────────── */
.vs-group { margin-bottom: 52px; }
.vs-group:last-child { margin-bottom: 0; }
.vs-group-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.vs-group-num {
  flex: 0 0 40px; width: 40px; height: 40px; border-radius: 12px;
  background: var(--pine); color: white; display: grid; place-items: center;
  font-size: 15px; font-weight: 800; box-shadow: 0 6px 18px rgba(15, 46, 34, 0.18);
}
.vs-group-title { font-size: clamp(19px, 2.2vw, 23px); font-weight: 800; letter-spacing: -0.02em; color: var(--pine); line-height: 1.15; }
.vs-group-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }
.vs-group-rule { flex: 1; height: 1px; background: var(--line); }
.vs-bcards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.vs-bcard {
  background: white; border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(15, 46, 34, 0.05);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s;
  display: flex; flex-direction: column;
}
.vs-bcard:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(15, 46, 34, 0.1); }
.vs-bcard-head { display: flex; align-items: center; gap: 11px; padding: 16px 18px 14px; border-bottom: 1px solid var(--line); }
.vs-bcard-icon {
  flex: 0 0 36px; width: 36px; height: 36px; border-radius: 10px;
  background: var(--cream-3); border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--pine);
}
.vs-bcard-icon svg { width: 18px; height: 18px; }
.vs-bcard-title { font-size: 15.5px; font-weight: 800; letter-spacing: -0.015em; color: var(--pine); line-height: 1.2; }
.vs-bcard-tag { margin-left: auto; flex: 0 0 auto; font-size: 9.5px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; color: var(--accent); background: #fff4e6; border: 1px solid #f2d6a8; padding: 4px 8px; border-radius: 999px; }

.vs-duel {
  display: grid; grid-template-columns: 1fr 36px 1fr; flex: 1; position: relative;
  background:
    linear-gradient(90deg, var(--adara-bg) 50%, transparent 50.1%),
    linear-gradient(180deg, rgba(234, 242, 236, 0.5), rgba(234, 242, 236, 0.15));
}
.vs-duel::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1.5px; transform: translateX(-50%); background: var(--line);
}
.vs-duel-side { padding: 15px 16px 16px; position: relative; }
.vs-duel-lf { grid-column: 1; grid-row: 1; }
.vs-duel-adara { grid-column: 3; grid-row: 1; }
.vs-duel-badge {
  grid-column: 2; grid-row: 1; align-self: center; justify-self: center; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  background: white; border: 1.5px solid var(--pine); color: var(--pine);
  display: grid; place-items: center;
  font-size: 10px; font-weight: 900; letter-spacing: 0.02em;
  box-shadow: 0 4px 14px rgba(15, 46, 34, 0.16);
}
.vs-duel-label { display: flex; align-items: center; gap: 6px; font-size: 9.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
.vs-duel-lf .vs-duel-label { color: var(--pine); }
.vs-duel-adara .vs-duel-label { color: var(--adara); }
.vs-duel-label svg { width: 11px; height: 11px; }
.vs-duel-text { font-size: 12.5px; line-height: 1.5; color: var(--text); }
.vs-duel-text strong { color: var(--pine); }
.vs-duel-adara .vs-duel-text { color: #3d5470; }
.vs-duel-adara .vs-duel-text strong { color: var(--adara-deep); }
.vs-duel-cost { margin-top: 10px; display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700; color: #b0603c; background: white; border: 1px solid #ecd9cf; padding: 4px 8px; border-radius: 999px; }
.vs-duel-cost svg { width: 11px; height: 11px; }
.vs-duel-free { margin-top: 10px; display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 700; color: var(--pine); background: white; border: 1px solid #d6e6d6; padding: 4px 8px; border-radius: 999px; }
.vs-duel-free svg { width: 11px; height: 11px; }
.vs-duel-free--mod { color: var(--accent); border-color: #f2d6a8; background: #fffaf2; }

/* ── Myths accordion ──────────────────────────────────────────────── */
.vs-myths .faq { max-width: 860px; }
.vs-myths .faq-q { font-size: 15.5px; justify-content: flex-start; gap: 10px; }
.vs-myths .faq-q > span:last-child { margin-left: auto; }
.vs-myths .faq-q .vs-myth-tag {
  width: auto; height: auto; display: inline-flex; align-items: center;
  border-radius: 999px; background: #fff4e6;
  flex: 0 0 auto; font-size: 9.5px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--accent); border: 1px solid #f2d6a8;
  padding: 4px 9px;
}
.vs-myths .faq-a strong { color: var(--pine); }

/* Myths — desktop: expanded editorial grid */
@media (min-width: 981px) {
  .vs-myths .faq { max-width: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .vs-myths .faq-item {
    margin-bottom: 0; display: flex; flex-direction: column;
    transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s, border-color 0.25s ease;
  }
  .vs-myths .faq-item:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(15, 46, 34, 0.1); border-color: var(--line-2); }
  .vs-myths .faq-q {
    pointer-events: none; cursor: default;
    flex-direction: column; align-items: flex-start; gap: 12px;
    padding: 22px 22px 0; font-size: 16.5px; line-height: 1.4; font-weight: 700; color: var(--muted);
  }
  .vs-myths .faq-q:hover { color: var(--muted); }
  .vs-myths .faq-q > span:last-child { display: none; }
  .vs-myths .faq-a {
    max-height: none !important; opacity: 1 !important;
    padding: 14px 22px 22px !important; transition: none;
    font-size: 13.5px; flex: 1;
  }
}

/* ── Final CTA ────────────────────────────────────────────────────── */
.vs-cta { position: relative; overflow: hidden; background: var(--pine); color: white; padding: clamp(64px, 8vw, 104px) 0; }
.vs-cta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 60% 55% at 15% 0%, rgba(201, 119, 59, 0.22), transparent 62%),
    radial-gradient(ellipse 55% 50% at 90% 100%, rgba(143, 216, 168, 0.12), transparent 60%);
}
.vs-cta::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.05;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 75%);
}
.vs-cta-inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; padding: 0 24px; text-align: center; }
.vs-cta-verdict {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px; padding: 8px 16px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  color: #8fd8a8; margin-bottom: 22px;
}
.vs-cta-verdict svg { width: 14px; height: 14px; }
.vs-cta h2 { font-size: clamp(30px, 4.2vw, 44px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; color: white; text-wrap: balance; }
.vs-cta h2 i { font-style: normal; color: var(--accent); }
.vs-cta p { font-size: 15.5px; line-height: 1.65; color: rgba(255, 255, 255, 0.82); max-width: 640px; margin: 18px auto 0; }
.vs-cta p strong { color: white; }
.vs-cta-actions { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.vs-cta .btn-primary { background: white; color: var(--pine); border-color: white; padding: 13px 24px; font-size: 14.5px; }
.vs-cta .btn-primary:hover { background: #e8f0e8; }
.vs-cta .btn-ghost { background: rgba(255, 255, 255, 0.08); color: white; border: 1.5px solid rgba(255, 255, 255, 0.45); padding: 13px 24px; font-size: 14.5px; }
.vs-cta .btn-ghost:hover { background: rgba(255, 255, 255, 0.16); border-color: white; }
.vs-cta-note { margin-top: 16px; font-size: 12px; color: rgba(255, 255, 255, 0.55); }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 980px) {
  .vs-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .vs-hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
  .vs-faceoff { justify-content: center; }
  .vs-hero-sub { margin-left: auto; margin-right: auto; }
  .vs-hero-actions, .vs-hero-chips { justify-content: center; }
  .vs-hero-visual { padding-bottom: 40px; }
  .vs-compare { max-width: 480px; }
  .vs-scoreboard-inner { grid-template-columns: 1fr; }
  .vs-score { flex-direction: row; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 20px; }
  .vs-score-note { display: none; }
  .vs-bcards { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .vs-hero-visual { padding-bottom: 32px; }
  .vs-compare { max-width: 400px; }
}

@media (max-width: 640px) {
  .vs-hero { padding-top: 40px; }
  .vs-hero-grid { padding: 0 16px; }
  .vs-container { padding: 0 16px; }
  .vs-compare { max-width: 340px; border-radius: 16px; }
  .vs-compare-chip-extra { display: none; }
  .vs-compare-chip--lf { left: 10px; }
  .vs-compare-chip--adara { right: 10px; }
  .vs-compare-handle { width: 34px; height: 34px; }
  .vs-compare-handle svg { width: 15px; height: 15px; }
  .vs-compare-hint { display: none; }
  .vs-subnav { top: 56px; }
  .vs-subnav-track { padding: 8px 16px; }

  /* matrix → stacked cards */
  .vs-matrix { border: none; box-shadow: none; background: transparent; border-radius: 0; }
  .vs-matrix-head { display: none; }
  .vs-matrix-row {
    display: grid; grid-template-columns: 1fr; gap: 0;
    background: white; border: 1px solid var(--line); border-radius: 14px;
    margin-bottom: 12px; overflow: hidden; box-shadow: 0 3px 14px rgba(15, 46, 34, 0.05);
  }
  .vs-matrix-row > div { padding: 13px 16px; border-left: none !important; }
  .vs-matrix-cap { background: var(--pine); color: white; font-size: 13px; }
  .vs-matrix-lf, .vs-matrix-adara { display: block; }
  .vs-matrix-brandlabel {
    display: flex; align-items: center; gap: 7px;
    font-size: 9.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 5px;
  }
  .vs-matrix-brandlabel--lf { color: var(--pine); }
  .vs-matrix-brandlabel--adara { color: var(--adara); }
  .vs-matrix-ico { display: none; }
  .vs-matrix-cell-body { display: block; }

  /* duel stacks */
  .vs-duel { grid-template-columns: 1fr; background: none; }
  .vs-duel::before { display: none; }
  .vs-duel-lf, .vs-duel-adara { grid-column: auto; grid-row: auto; }
  .vs-duel-lf { background: linear-gradient(180deg, rgba(234, 242, 236, 0.5), rgba(234, 242, 236, 0.15)); }
  .vs-duel-adara { background: var(--adara-bg); border-top: 1px solid var(--adara-line); }
  .vs-duel-badge { display: none; }

  .vs-score { flex-direction: column; align-items: center; text-align: center; gap: 7px; padding: 20px 16px; }
  .vs-score-duel { flex-direction: column; align-items: center; gap: 4px; }
  .vs-score-vs { display: none; }
  .vs-score-lf { font-size: 30px; }
  .vs-score-adara { font-size: 15px; }
  .vs-score-note { display: block; font-size: 11.5px; }
  .vs-cta-actions { flex-direction: column; align-items: stretch; }
  .vs-cta-actions .btn-primary, .vs-cta-actions .btn-ghost { justify-content: center; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .vs-bcard, .vs-subnav-chip, .vs-matrix-row { transition: none; }
  .vs-bcard:hover { transform: none; }
}

/* ── Dos rutas: Ruta A (Migración completa) vs Ruta B (Híbrida) ──── */
/* Desktop: 3 columns with LoteFlow elevated in the middle.
   Mobile (≤980): sticky pill switcher; panels swap via [data-active]
   (scoped to .vs-js so a no-JS visit degrades to a plain stack). */

.vs-traps-tabs { display: none; }

.vs-traps {
  display: grid; grid-template-columns: 1fr 1.06fr 1fr; gap: 18px;
  align-items: stretch;
}

.vs-trap-card {
  position: relative; display: flex; flex-direction: column;
  background: white; border: 1px solid var(--adara-line); border-radius: 18px;
  padding: 26px 22px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(28, 48, 80, 0.05);
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s, border-color 0.25s;
}
.vs-trap-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(28, 48, 80, 0.1);
  border-color: #d9b8ab;
}

.vs-trap-ribbon {
  position: absolute; top: 0; right: 0; z-index: 2;
  font-size: 9.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 0 0 0 10px;
  background: var(--adara-bg); color: var(--adara);
  border: 1px solid var(--adara-line); border-top: none; border-right: none;
}
.vs-trap-ribbon--b { background: #fdf3ee; color: #b0603c; border-color: #ecd9cf; }

.vs-trap-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; padding-right: 78px; }
.vs-trap-icon {
  flex: 0 0 40px; width: 40px; height: 40px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--adara-bg); border: 1px solid var(--adara-line); color: var(--adara);
}
.vs-trap-icon svg { width: 19px; height: 19px; }
.vs-trap-icon--b { background: #fdf3ee; border-color: #ecd9cf; color: #b0603c; }
.vs-trap-title { font-size: 17.5px; font-weight: 800; letter-spacing: -0.02em; color: var(--pine); line-height: 1.2; }
.vs-trap-sub { font-size: 12.5px; color: var(--muted); margin-top: 3px; line-height: 1.45; }

.vs-trap-price {
  background: var(--adara-bg); border: 1px solid var(--adara-line);
  border-radius: 13px; padding: 14px 16px; margin-bottom: 16px;
}
.vs-trap-price--b { background: #fdf3ee; border-color: #ecd9cf; }
.vs-trap-amount-row { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.vs-trap-amount { font-size: clamp(26px, 2.4vw, 32px); font-weight: 800; letter-spacing: -0.03em; color: var(--adara-deep); line-height: 1; }
.vs-trap-amount--text { font-size: 22px; padding: 3px 0; }
.vs-trap-unit { font-size: 12px; font-weight: 600; color: var(--muted); }

.vs-trap-note {
  display: flex; align-items: flex-start; gap: 7px;
  margin-top: 9px; font-size: 11.5px; font-weight: 700; line-height: 1.4;
}
.vs-trap-note svg { width: 13px; height: 13px; flex: 0 0 13px; margin-top: 1px; }
.vs-trap-note--bad { color: #b0603c; }
.vs-trap-note--good { color: #8fd8a8; }

.vs-trap-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.vs-trap-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; line-height: 1.5; color: #3d5470; }
.vs-trap-list li svg { width: 14px; height: 14px; flex: 0 0 14px; margin-top: 2px; color: #b0603c; }
.vs-trap-list li strong { color: var(--adara-deep); font-weight: 700; }

/* positive check list (Ruta A migración) */
.vs-trap-list--good li svg { color: var(--pine); }

/* numbered step list (Ruta B híbrida) */
.vs-trap-list--steps { counter-reset: step; }
.vs-trap-list--steps li { counter-increment: step; }
.vs-trap-list--steps li::before {
  content: counter(step);
  flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--adara); color: white;
  font-size: 10.5px; font-weight: 800;
  display: grid; place-items: center; margin-top: 1px;
}
.vs-trap-list--steps li svg { display: none; }

.vs-trap-quote {
  margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--adara-line);
  font-size: 12px; font-style: italic; color: var(--muted); line-height: 1.5;
}

/* — LoteFlow anchor card (the constant middle) — */
.vs-trap-card--lf {
  background: linear-gradient(180deg, var(--pine-2), var(--pine));
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  box-shadow: 0 24px 54px rgba(15, 46, 34, 0.28);
  margin-block: -14px; /* elevate without transform — [data-reveal] owns transforms */
  z-index: 2;
}
.vs-trap-card--lf::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 75% 55% at 85% 0%, rgba(201, 119, 59, 0.28), transparent 65%);
}
.vs-trap-card--lf > *:not(.vs-trap-ribbon) { position: relative; z-index: 1; }
.vs-trap-card--lf:hover {
  transform: none;
  box-shadow: 0 30px 64px rgba(15, 46, 34, 0.34);
  border-color: rgba(255, 255, 255, 0.1);
}
.vs-trap-card--lf .vs-trap-ribbon { background: var(--accent); color: white; border: none; }
.vs-trap-lflogo { width: 30px; height: 30px; flex: 0 0 30px; margin-top: 3px; }
.vs-trap-title--lf { color: white; font-size: 20px; }
.vs-trap-sub--lf { color: rgba(255, 255, 255, 0.72); }
.vs-trap-card--lf .vs-trap-price {
  background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.vs-trap-amount--lf { color: white; }
.vs-trap-unit--lf { color: rgba(255, 255, 255, 0.65); }
.vs-trap-card--lf .vs-trap-list li { color: rgba(255, 255, 255, 0.88); }
.vs-trap-card--lf .vs-trap-list li svg { color: #8fd8a8; }
.vs-trap-card--lf .vs-trap-list li strong { color: white; }
.vs-trap-cta { margin-top: 18px; }
.vs-trap-card--lf .btn-primary {
  width: 100%; justify-content: center;
  background: white; color: var(--pine); border-color: white;
  padding: 12px 18px; font-size: 14px; font-weight: 700;
}
.vs-trap-card--lf .btn-primary:hover { background: #e8f0e8; }
.vs-trap-cta-note { margin-top: 9px; text-align: center; font-size: 10.5px; color: rgba(255, 255, 255, 0.55); }

/* — Clarification callout — */
.vs-traps-callout {
  display: flex; align-items: flex-start; gap: 12px;
  max-width: 780px; margin: 28px auto 0;
  background: var(--cream); border: 1px solid var(--line); border-left: 3px solid var(--accent);
  border-radius: 12px; padding: 16px 20px;
  font-size: 13px; line-height: 1.6; color: var(--muted);
}
.vs-traps-callout svg { width: 17px; height: 17px; color: var(--accent); flex: 0 0 17px; margin-top: 3px; }
.vs-traps-callout strong { color: var(--pine); }

/* — Rutas responsive — */
@media (max-width: 980px) {
  .vs-traps { grid-template-columns: 1fr; gap: 14px; }
  .vs-trap-card--lf { order: 10; margin-block: 0; }

  /* Sticky switcher, pinned under header (56px) + subnav (~53px) */
  .vs-js .vs-traps-tabs {
    display: flex; gap: 8px;
    position: sticky; top: 109px; z-index: 25;
    background: rgba(253, 251, 247, 0.94);
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    padding: 9px 0; margin: 0 0 14px;
    border-bottom: 1px solid var(--line);
  }
  .vs-traps-tab {
    flex: 1; min-width: 0;
    display: inline-flex; align-items: center; justify-content: center; gap: 7px;
    font-size: 12px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.25;
    color: var(--muted); background: white; border: 1px solid var(--line);
    padding: 9px 10px; border-radius: 999px; cursor: pointer;
    transition: color 0.15s, background 0.15s, border-color 0.15s;
  }
  .vs-traps-tab svg { width: 14px; height: 14px; flex: 0 0 14px; }
  .vs-traps-tab:hover { color: var(--pine); }
  .vs-traps-tab:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
  .vs-traps-tab--a.is-active { color: white; background: var(--adara); border-color: var(--adara); }
  .vs-traps-tab--b.is-active { color: white; background: #b0603c; border-color: #b0603c; }

  /* Panel swap — CSS-driven off [data-active]; inactive route hidden */
  .vs-js .vs-traps[data-active="a"] .vs-trap-card[data-panel="b"],
  .vs-js .vs-traps[data-active="b"] .vs-trap-card[data-panel="a"] { display: none; }
}

@media (max-width: 640px) {
  .vs-trap-card { padding: 20px 16px; }
  .vs-trap-card--lf { padding: 22px 16px; }
  .vs-trap-head { padding-right: 60px; }
  .vs-trap-card--lf .vs-trap-head { padding-right: 84px; }
  .vs-traps-callout { padding: 14px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .vs-trap-card, .vs-traps-tab { transition: none; }
  .vs-trap-card:hover { transform: none; }
}
