/* ============================================================
   RECORDIA — landing premium 2026 (mobile-first)
   Grafito #1c1f29 · Violeta #534AB7 · Verde WhatsApp (CTA)
   ============================================================ */

:root {
  --graphite:   #1c1f29;
  --graphite-2: #242836;
  --ink:        #22242e;
  --ink-soft:   #3d4150;
  --muted:      #6b7080;
  --faint:      #9aa0b0;

  --violet:      #534AB7;
  --violet-deep: #463C9E;
  --violet-soft: #EEEDFE;
  --violet-100:  #E3E1FA;

  --wa:       #18A64D;
  --wa-deep:  #128C3E;
  --wa-soft:  #E8F8EE;

  --bg:      #FDFDFE;
  --bg-2:    #F6F6FA;
  --surface: #FFFFFF;
  --line:    #E7E8EF;
  --line-2:  #F0F1F6;

  --d-ink:   #F4F4F8;
  --d-muted: #A9ADBE;
  --d-line:  rgba(255, 255, 255, 0.09);

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;

  --shadow-sm: 0 1px 2px rgba(28, 31, 41, 0.05), 0 4px 14px rgba(28, 31, 41, 0.05);
  --shadow-md: 0 2px 6px rgba(28, 31, 41, 0.06), 0 14px 34px rgba(28, 31, 41, 0.10);
  --shadow-phone: 0 30px 60px rgba(28, 31, 41, 0.22), 0 10px 24px rgba(83, 74, 183, 0.14);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Schibsted Grotesk', 'Hanken Grotesk', sans-serif; letter-spacing: -0.03em; line-height: 1.12; text-wrap: balance; }
p { text-wrap: pretty; }
img { display: block; max-width: 100%; height: auto; }

a { color: var(--violet); text-decoration: none; }
a:hover { color: var(--violet-deep); }

.wrap { width: min(1140px, 100% - 40px); margin-inline: auto; }

/* ---------- Buttons: UN solo CTA ---------- */
.btn-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--wa); color: #fff; font-weight: 700; font-size: 16px;
  font-family: 'Hanken Grotesk', sans-serif;
  padding: 15px 28px; border-radius: 999px; border: none; cursor: pointer;
  box-shadow: 0 4px 14px rgba(24, 166, 77, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .2s ease;
  white-space: nowrap;
}
.btn-wa:hover { background: var(--wa-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(24, 166, 77, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.18); }
.btn-wa:active { transform: translateY(0); }
.btn-wa svg { width: 19px; height: 19px; flex: none; }
.btn-wa--lg { font-size: 18px; padding: 18px 36px; }
.btn-wa--sm { font-size: 14.5px; padding: 10px 20px; }

/* ---------- Promo banner (sticky, above header) ---------- */
.promo {
  position: fixed; top: 0; left: 0; right: 0; z-index: 92;
  height: 38px; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 0 16px;
  background: linear-gradient(100deg, var(--violet-soft), #EAF6EF 55%, var(--violet-soft));
  border-bottom: 1px solid var(--violet-100);
  font-size: 13.5px; font-weight: 600; color: var(--violet-deep);
  letter-spacing: -0.01em;
}
.promo:hover { color: var(--violet-deep); }
.promo span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---------- Header sticky ---------- */
.header {
  position: fixed; top: 38px; left: 0; right: 0; z-index: 90;
  background: rgba(253, 253, 254, 0.82);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.header.scrolled { border-bottom-color: var(--line); box-shadow: 0 4px 20px rgba(28, 31, 41, 0.05); }
.header__in { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }

.logo { display: inline-flex; align-items: center; gap: 9px; }
.logo__word { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -0.04em; color: var(--ink); }

.nav { display: none; align-items: center; gap: 28px; }
.nav a { color: var(--ink-soft); font-weight: 600; font-size: 15px; transition: color .2s ease; }
.nav a:hover { color: var(--violet); }

/* ---------- Header: acceso al portal + acciones ---------- */
.header__actions { display: inline-flex; align-items: center; gap: 14px; }
.header__portal { color: var(--ink-soft); font-weight: 600; font-size: 14.5px; white-space: nowrap; transition: color .2s ease; }
.header__portal:hover { color: var(--violet); }
@media (max-width: 400px) { .header__portal { display: none; } }

/* ---------- Sticky mobile CTA bar ---------- */
.mcta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(253, 253, 254, 0.9);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .45s var(--ease);
}
.mcta.show { transform: translateY(0); }
.mcta .btn-wa { width: 100%; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: 142px 0 56px; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; pointer-events: none; }
.hero__glow {
  position: absolute; width: 720px; height: 520px; top: -180px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(83, 74, 183, 0.14), transparent 70%);
  animation: breathe 10s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { opacity: .5; transform: translateX(-50%) scale(1); }
  50%      { opacity: .8; transform: translateX(-50%) scale(1.06); }
}
.hero__orb { position: absolute; border-radius: 50%; filter: blur(48px); will-change: transform; }
.hero__orb--1 { width: 300px; height: 300px; top: 6%; left: -90px; background: radial-gradient(circle, rgba(83, 74, 183, 0.30), transparent 70%); animation: drift1 20s ease-in-out infinite; }
.hero__orb--2 { width: 260px; height: 260px; bottom: -2%; right: -40px; background: radial-gradient(circle, rgba(24, 166, 77, 0.16), transparent 70%); animation: drift2 24s ease-in-out infinite; }
@keyframes drift1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(38px, 30px); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-34px, -26px); } }

.hero__in { display: grid; gap: 44px; align-items: center; }

.hero__kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 13.5px; color: var(--violet);
  background: var(--violet-soft); border: 1px solid var(--violet-100);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 20px;
}
.hero__kicker svg { width: 15px; height: 15px; }

.hero h1 { font-size: clamp(36px, 8.6vw, 62px); font-weight: 900; color: var(--ink); }
.hero h1 .wa-grad {
  background: linear-gradient(100deg, #1DAB54, var(--wa-deep));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero__sub { margin-top: 18px; font-size: clamp(17px, 2.4vw, 20px); color: var(--muted); max-width: 480px; }
.hero__cta-row { margin-top: 28px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

.hero__assure { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.hero__assure span { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--muted); }
.hero__assure svg { width: 15px; height: 15px; color: var(--wa); flex: none; }

/* phone mockup with REAL capture */
.hero__visual { position: relative; display: grid; place-items: center; }
.phone {
  width: min(320px, 78vw); border-radius: 46px; background: var(--graphite);
  padding: 10px; box-shadow: var(--shadow-phone), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  position: relative; z-index: 1;
}
.phone__screen { border-radius: 38px; overflow: hidden; background: #0b141a; }
.phone__screen img { width: 100%; height: auto; }
.phone--float { animation: floaty 7s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.hero__mascot {
  position: absolute; z-index: 2; bottom: -6px; left: 50%;
  transform: translateX(-230px);
  width: 120px; display: none;
  filter: drop-shadow(0 14px 24px rgba(28, 31, 41, 0.18));
  animation: mascot-bob 5.5s ease-in-out infinite;
}
.hero__mascot img { filter: none; }
@keyframes mascot-bob { 0%,100% { transform: translateX(-230px) translateY(0) rotate(-2deg); } 50% { transform: translateX(-230px) translateY(-8px) rotate(1deg); } }

/* ============================================================
   SECTIONS (shared)
   ============================================================ */
.section { padding: 72px 0; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--violet); margin-bottom: 14px; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 4px rgba(83, 74, 183, 0.14); }
.section-head h2 { font-size: clamp(28px, 5.4vw, 44px); font-weight: 800; color: var(--ink); }
.section-head p { margin-top: 14px; font-size: clamp(16px, 2.2vw, 18.5px); color: var(--muted); max-width: 560px; }
.section-head--center { text-align: center; }
.section-head--center p { margin-inline: auto; }

/* ============================================================
   RECORDIA EN ACCIÓN — capturas reales
   ============================================================ */
.action { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.action__grid { margin-top: 44px; display: grid; gap: 22px; }

.shot {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: 26px 26px 0; overflow: hidden; position: relative; isolation: isolate;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s ease;
}
.shot:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(83, 74, 183, 0.35); }

.shot__tag {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  font-weight: 700; font-size: 13.5px; color: var(--violet);
  background: var(--violet-soft); padding: 6px 13px; border-radius: 999px; margin-bottom: 10px;
}
.shot__tag svg { width: 15px; height: 15px; }
.shot h3 { font-size: 21px; font-weight: 700; color: var(--ink); }
.shot p { margin-top: 6px; font-size: 15px; color: var(--muted); max-width: 400px; }

.shot__phone {
  margin: 22px auto -70px; width: min(270px, 72vw);
  border-radius: 38px; background: var(--graphite); padding: 8px;
  box-shadow: 0 20px 44px rgba(28, 31, 41, 0.20);
  transition: transform .45s var(--ease);
}
.shot:hover .shot__phone { transform: translateY(-10px); }
.shot__phone-screen { border-radius: 31px; overflow: hidden; background: #0b141a; }
.shot__phone-screen img { width: 100%; height: auto; }

.shot__wide {
  margin: 22px -26px 0; border-top: 1px solid var(--line-2);
  overflow: hidden; max-height: 320px;
}
.shot__wide img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .6s var(--ease); }
.shot:hover .shot__wide img { transform: scale(1.025); }

/* ============================================================
   CÓMO FUNCIONA — 3 pasos con mascota
   ============================================================ */
.how__in { display: grid; gap: 40px; align-items: center; }
.how__mascot { display: grid; place-items: center; }
.how__mascot img {
  width: min(230px, 56vw);
  filter: drop-shadow(0 18px 30px rgba(83, 74, 183, 0.24));
  animation: mascot-bob2 6s ease-in-out infinite;
}
@keyframes mascot-bob2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.steps { display: grid; gap: 14px; counter-reset: paso; }
.step {
  display: flex; gap: 18px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 22px 24px; box-shadow: var(--shadow-sm); position: relative; isolation: isolate;
  transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s var(--ease);
}
.step:hover { transform: translateY(-3px); border-color: rgba(83, 74, 183, 0.4); box-shadow: var(--shadow-md); }
.step__num {
  counter-increment: paso; flex: none;
  width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  background: var(--violet-soft); color: var(--violet); font-family: 'Schibsted Grotesk', sans-serif;
  font-weight: 800; font-size: 18px;
  transition: transform .35s var(--ease);
}
.step__num::before { content: counter(paso); }
.step:hover .step__num { transform: scale(1.08) rotate(-4deg); }
.step h3 { font-size: 19px; font-weight: 700; }
.step p { margin-top: 4px; font-size: 15px; color: var(--muted); }

/* ============================================================
   CASOS DE USO — bento grid
   ============================================================ */
.bento { margin-top: 44px; display: grid; gap: 16px; }
.bcard {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px; box-shadow: var(--shadow-sm); position: relative; isolation: isolate; overflow: hidden;
  transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s var(--ease);
}
.bcard:hover { transform: translateY(-4px); border-color: rgba(83, 74, 183, 0.4); box-shadow: var(--shadow-md); }
.bcard__ic {
  width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: var(--violet-soft); color: var(--violet); margin-bottom: 16px;
  transition: transform .35s var(--ease);
}
.bcard:hover .bcard__ic { transform: translateY(-2px) scale(1.07) rotate(-3deg); }
.bcard__ic svg { width: 22px; height: 22px; }
.bcard h3 { font-size: 19.5px; font-weight: 700; }
.bcard > p { margin-top: 6px; font-size: 15px; color: var(--muted); }
.bcard__ej {
  margin-top: 16px; font-size: 14.5px; line-height: 1.5;
  background: var(--bg-2); border: 1px solid var(--line-2); border-radius: 14px 14px 14px 4px;
  padding: 11px 15px; color: var(--ink-soft); font-style: italic;
}
.bcard--wa .bcard__ic { background: var(--wa-soft); color: var(--wa); }

/* cursor spotlight (Linear-style) */
.bcard::after, .step::after, .shot::after, .plan::after, .sec__card::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: 0; pointer-events: none;
  background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 50%), rgba(83, 74, 183, 0.10), transparent 45%);
  opacity: 0; transition: opacity .4s ease;
}
.bcard:hover::after, .step:hover::after, .shot:hover::after, .plan:hover::after, .sec__card:hover::after { opacity: 1; }
.bcard > *, .step > *, .plan > *, .sec__card > * { position: relative; z-index: 1; }

/* ============================================================
   SEGURIDAD — dark
   ============================================================ */
.sec { background: var(--graphite); color: var(--d-ink); overflow: hidden; }
.sec .section-head h2 { color: var(--d-ink); }
.sec .section-head p { color: var(--d-muted); }
.sec .eyebrow { color: #9d95e8; }
.sec .eyebrow .dot { background: #7B73D6; box-shadow: 0 0 0 4px rgba(123, 115, 214, 0.18); }
.sec__glow { position: absolute; width: 800px; height: 600px; top: -220px; left: 50%; transform: translateX(-50%); background: radial-gradient(50% 50% at 50% 50%, rgba(83, 74, 183, 0.3), transparent 70%); filter: blur(8px); pointer-events: none; }

.sec__grid { margin-top: 44px; display: grid; gap: 14px; }
.sec__card {
  background: var(--graphite-2); border: 1px solid var(--d-line); border-radius: var(--r-lg);
  padding: 24px; position: relative; isolation: isolate;
  transition: transform .3s var(--ease), border-color .3s ease;
}
.sec__card:hover { transform: translateY(-3px); border-color: rgba(123, 115, 214, 0.45); }
.sec__card::after { background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 50%), rgba(123, 115, 214, 0.16), transparent 46%); }
.sec__card .ic { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: rgba(123, 115, 214, 0.14); color: #A79FEF; margin-bottom: 14px; }
.sec__card .ic svg { width: 20px; height: 20px; }
.sec__card h3 { font-size: 18px; font-weight: 700; color: var(--d-ink); }
.sec__card p { margin-top: 5px; font-size: 14.5px; color: var(--d-muted); }

/* ============================================================
   PRECIOS
   ============================================================ */
.pricing__toggle {
  margin: 24px auto 0; display: inline-flex; gap: 4px;
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 4px;
}
.pricing__toggle button {
  border: none; cursor: pointer; background: transparent; border-radius: 999px;
  font-family: 'Hanken Grotesk', sans-serif; font-weight: 700; font-size: 14.5px;
  color: var(--muted); padding: 9px 20px; transition: all .25s ease;
}
.pricing__toggle button.active { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-sm); }
.pricing__toggle .save { color: var(--wa); font-size: 12.5px; margin-left: 4px; }
.pricing__trial { margin-top: 16px; font-size: 14.5px; font-weight: 600; color: var(--wa-deep); display: inline-flex; align-items: center; gap: 8px; }
.pricing__trial svg { width: 16px; height: 16px; }

.plans { margin-top: 40px; display: grid; gap: 16px; }
.plan {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px 26px; box-shadow: var(--shadow-sm); position: relative; isolation: isolate;
  display: flex; flex-direction: column;
  transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s var(--ease);
}
.plan:hover { transform: translateY(-4px); border-color: rgba(83, 74, 183, 0.4); box-shadow: var(--shadow-md); }
.plan--feat { border: 2px solid var(--violet); box-shadow: var(--shadow-md); }
.plan__tag {
  position: absolute; top: -13px; left: 24px;
  background: var(--violet); color: #fff; font-weight: 700; font-size: 12.5px;
  padding: 5px 13px; border-radius: 999px; letter-spacing: 0.02em;
}
.plan__name { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 800; font-size: 19px; letter-spacing: -0.02em; }
.plan__desc { margin-top: 4px; font-size: 14px; color: var(--muted); min-height: 42px; }
.plan__price { margin-top: 16px; display: flex; align-items: baseline; gap: 3px; }
.plan__price .cur { font-weight: 700; font-size: 18px; color: var(--ink-soft); }
.plan__price .amt { font-family: 'Schibsted Grotesk', sans-serif; font-weight: 800; font-size: 40px; letter-spacing: -0.04em; }
.plan__price .amt.free { font-size: 32px; color: var(--wa-deep); }
.plan__price .per { font-size: 14.5px; color: var(--muted); }
.btn-plan {
  display: flex; align-items: center; justify-content: center;
  margin-top: 18px; padding: 12px 20px; border-radius: 999px;
  border: 1.5px solid var(--line); background: var(--surface);
  font-weight: 700; font-size: 15px; color: var(--ink);
  transition: border-color .25s ease, color .25s ease, transform .3s var(--ease), box-shadow .3s var(--ease);
}
.btn-plan:hover { border-color: var(--violet); color: var(--violet); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.plan .btn-wa.btn-plan-feat { margin-top: 18px; width: 100%; padding: 12px 20px; font-size: 15px; }
.plan__feats { list-style: none; margin-top: 20px; display: grid; gap: 10px; }
.plan__feats li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--ink-soft); }
.plan__feats svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--wa); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq__list { margin: 40px auto 0; max-width: 760px; display: grid; gap: 10px; }
.qa { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; transition: border-color .3s ease, box-shadow .3s ease; }
.qa:hover { border-color: rgba(83, 74, 183, 0.35); }
.qa[open] { border-color: rgba(83, 74, 183, 0.45); box-shadow: var(--shadow-sm); }
.qa summary {
  cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; font-family: 'Schibsted Grotesk', sans-serif; font-weight: 700; font-size: 16.5px; letter-spacing: -0.01em;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary .chev { flex: none; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: var(--violet-soft); color: var(--violet); transition: transform .35s var(--ease); }
.qa summary .chev svg { width: 14px; height: 14px; }
.qa[open] summary .chev { transform: rotate(45deg); }
.qa__a { padding: 0 22px 20px; font-size: 15.5px; color: var(--ink-soft); max-width: 640px; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.final { text-align: center; padding: 88px 0; position: relative; overflow: hidden; background: linear-gradient(180deg, var(--bg), var(--violet-soft)); }
.final__mascot { width: min(170px, 44vw); margin: 0 auto 26px; filter: drop-shadow(0 16px 26px rgba(83, 74, 183, 0.28)); animation: mascot-bob2 6s ease-in-out infinite; }
.final h2 { font-size: clamp(30px, 6.4vw, 52px); font-weight: 900; color: var(--ink); max-width: 640px; margin-inline: auto; }
.final p { margin: 16px auto 0; font-size: clamp(16px, 2.4vw, 19px); color: var(--muted); max-width: 460px; }
.final .btn-wa { margin-top: 32px; }
.final__note { margin-top: 16px; font-size: 13.5px; color: var(--faint); }

/* ============================================================
   COMPARACIÓN PREMIUM
   ============================================================ */
.vs { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vs__grid { margin-top: 46px; display: grid; gap: 16px; max-width: 860px; margin-inline: auto; }
.vs__col {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: 26px 24px; box-shadow: var(--shadow-sm); position: relative;
}
.vs__col--old { opacity: 0.82; }
.vs__col--old .vs__cap { color: var(--muted); }
.vs__col--rec {
  border: 1.5px solid transparent;
  background:
    linear-gradient(var(--surface), var(--surface)) padding-box,
    linear-gradient(150deg, var(--violet), #8078E0) border-box;
  box-shadow: 0 10px 30px rgba(83, 74, 183, 0.14), var(--shadow-sm);
  overflow: visible;
}
.vs__col--rec::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--r-xl); z-index: 0; pointer-events: none;
  background: radial-gradient(120% 80% at 50% 0%, rgba(83, 74, 183, 0.06), transparent 60%);
}
.vs__col--rec > * { position: relative; z-index: 1; }

.vs__mascot { position: absolute; z-index: 3; top: -46px; right: 16px; width: 72px; animation: mascot-bob2 6s ease-in-out infinite; filter: drop-shadow(0 8px 16px rgba(83, 74, 183, 0.25)); }
.vs__mascot img { width: 100%; }

.vs__head { margin-bottom: 6px; }
.vs__badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Schibsted Grotesk', sans-serif; font-weight: 800; font-size: 16px; letter-spacing: -0.02em;
  padding: 8px 16px; border-radius: 999px;
}
.vs__badge--old { background: var(--bg-2); color: var(--muted); border: 1px solid var(--line); }
.vs__badge--rec { background: linear-gradient(135deg, var(--violet), var(--violet-deep)); color: #fff; box-shadow: 0 4px 12px rgba(83, 74, 183, 0.3); }
.vs__badge--rec svg { width: 18px; height: 18px; }

.vs__list { list-style: none; display: grid; gap: 2px; margin-top: 14px; }
.vs__list li {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 13px 4px; border-bottom: 1px solid var(--line-2);
}
.vs__list li:last-child { border-bottom: none; }
.vs__cap { font-size: 15.5px; font-weight: 600; color: var(--ink); }
.vs__mark { flex: none; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; }
.vs__mark svg { width: 17px; height: 17px; }
.vs__mark--no { background: rgba(120, 126, 140, 0.1); color: var(--faint); }
.vs__mark--yes { background: rgba(24, 166, 77, 0.14); color: var(--wa); }

/* the ✓ activate one-by-one when the Recordia column enters view */
html.reveal-on .vs__col--rec .vs__mark--yes {
  opacity: 0; transform: scale(0.4);
  transition: opacity .45s var(--ease), transform .5s var(--ease);
}
html.reveal-on .vs__col--rec.in .vs__mark--yes { opacity: 1; transform: scale(1); }
html.reveal-on .vs__col--rec.in .vs__list li:nth-child(1) .vs__mark--yes { transition-delay: .15s; }
html.reveal-on .vs__col--rec.in .vs__list li:nth-child(2) .vs__mark--yes { transition-delay: .28s; }
html.reveal-on .vs__col--rec.in .vs__list li:nth-child(3) .vs__mark--yes { transition-delay: .41s; }
html.reveal-on .vs__col--rec.in .vs__list li:nth-child(4) .vs__mark--yes { transition-delay: .54s; }
html.reveal-on .vs__col--rec.in .vs__list li:nth-child(5) .vs__mark--yes { transition-delay: .67s; }

/* ============================================================
   FOOTER premium
   ============================================================ */
.footer { background: var(--graphite); color: var(--d-muted); padding: 56px 0 96px; }
.footer__grid { display: grid; gap: 36px; }
.footer .logo__word { color: var(--d-ink); }
.footer__tag { margin-top: 16px; font-size: 14.5px; line-height: 1.6; color: var(--d-muted); max-width: 340px; }
.footer__social { margin-top: 20px; display: flex; gap: 10px; }
.footer__social a {
  width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.06); border: 1px solid var(--d-line); color: var(--d-muted);
  transition: background .25s ease, color .25s ease, transform .25s var(--ease), border-color .25s ease;
}
.footer__social a:hover { background: var(--violet); color: #fff; border-color: var(--violet); transform: translateY(-2px); }
.footer__social svg { width: 19px; height: 19px; }

.footer__col h4 { font-family: 'Schibsted Grotesk', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--d-ink); margin-bottom: 14px; }
.footer__col { display: flex; flex-direction: column; gap: 11px; }
.footer__col a { color: var(--d-muted); font-size: 14.5px; font-weight: 500; transition: color .2s ease; width: fit-content; }
.footer__col a:hover { color: #fff; }

.footer__bottom { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--d-line); }
.footer__bottom p { font-size: 13.5px; color: rgba(255, 255, 255, 0.4); }

/* ============================================================
   REVEALS — content visible by default; JS arms the transition
   ============================================================ */
.r { opacity: 1; transform: none; }
html.reveal-on .r {
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s var(--ease), transform .85s var(--ease);
  will-change: opacity, transform;
}
html.reveal-on .r.in { opacity: 1; transform: none; }
html.reveal-on .r-1 { transition-delay: .07s; }
html.reveal-on .r-2 { transition-delay: .15s; }
html.reveal-on .r-3 { transition-delay: .24s; }
html.reveal-on .r-4 { transition-delay: .33s; }

@media (prefers-reduced-motion: reduce) {
  html.reveal-on .r { opacity: 1 !important; transform: none !important; transition: none !important; }
  html.reveal-on .vs__col--rec .vs__mark--yes { opacity: 1 !important; transform: none !important; transition: none !important; }
  .phone--float, .hero__glow, .hero__orb, .hero__mascot, .how__mascot img, .final__mascot, .vs__mascot { animation: none !important; }
}

/* ============================================================
   BREAKPOINTS (mobile-first)
   ============================================================ */
@media (min-width: 640px) {
  .action__grid { grid-template-columns: 1fr 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .sec__grid { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr 1fr; }
  .vs__grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 900px) {
  .nav { display: flex; }
  .header__in { height: 70px; }
  .mcta { display: none; }

  .hero { padding: 188px 0 90px; }
  .hero__in { grid-template-columns: 1.05fr 0.95fr; gap: 40px; }
  .hero__mascot { display: block; }

  .section { padding: 96px 0; }

  .action__grid { grid-template-columns: repeat(12, 1fr); }
  .shot--phone { grid-column: span 4; }
  .shot--wide { grid-column: span 6; }

  .how__in { grid-template-columns: 0.8fr 1.2fr; gap: 64px; }

  .bento { grid-template-columns: repeat(6, 1fr); }
  .bcard--lg { grid-column: span 3; }
  .bcard--sm { grid-column: span 2; }

  .sec__grid { grid-template-columns: repeat(4, 1fr); }
  .plans { grid-template-columns: repeat(3, 1fr); }

  .vs__mascot { width: 82px; top: -52px; }

  .footer { padding: 64px 0; }
  .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
}
