/* ClubRut — landing v3. Cartoon de los 2000, web de hoy. Mascota RUT viva. */
:root {
  /* Azul de RUT (extraído de los renders 3D): eléctrico, cálido, de marca. */
  --blue: #0B5BE3;
  --blue-hover: #0A4FC6;
  --blue-deep: #0A3EA0;
  --navy: #0b1733;
  --navy-2: #0e1f44;
  --blue-tint: #eaf1ff;
  --yellow: #ffc21f;      /* SOLO puntos/monedas */
  --yellow-deep: #f5a800;
  --sky: #eef5ff;         /* fondo celeste muy suave para bandas */
  --canvas: #f4f7fc;
  --ink: #0f172a;
  --muted: #5b6677;
  --line: #e6ebf3;
  --ok: #059669;
  --ok-bg: #ecfdf5;
  --err: #dc2626;
  --err-bg: #fef2f2;
  --r: 16px;
  --r-lg: 22px;
  --sh-sm: 0 1px 2px rgba(15,23,42,.05), 0 2px 6px rgba(15,23,42,.06);
  --sh: 0 10px 30px rgba(15,23,42,.10);
  --sh-lg: 0 30px 70px rgba(15,30,80,.28);
  --t-fast: 150ms ease; --t-base: 220ms ease;
  /* Escala de espaciado ÚNICA — aplicar a todas las secciones (no parches). */
  --sp-1: 8px; --sp-2: 16px; --sp-3: 24px; --sp-4: 40px; --sp-5: 64px; --sp-6: 96px;
  /* Padding vertical de sección: 96px máx en desktop, ~48-54px en mobile. */
  --section-pad: clamp(40px, 5vw, 78px);
  --r-img: 26px; /* radio consistente para todas las tarjetas de imagen */
}
* { box-sizing: border-box; }
img, picture, video, svg, canvas { max-width: 100%; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink);
  font: clamp(18px, 1.15vw, 21px)/1.6 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: var(--blue); text-decoration: none; }
h1, h2, h3 { margin: 0; letter-spacing: -0.03em; font-weight: 800; line-height: 1.08; }
p { margin: 0; }
.wrap { max-width: 1520px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px); }
svg { display: block; }
.icon { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

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

/* ---------- nav ---------- */
.lnav { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.78);
  backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); }
.lnav .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; font-weight: 900; font-size: 32px; letter-spacing: -.04em; color: var(--ink); margin-right: auto; }
.brand .logo { border-radius: 11px; margin-right: 12px; width: 46px; height: 46px; }
.brand span { color: var(--blue); }
.lnav .wrap { gap: 28px; }
.lnav nav { display: flex; align-items: center; gap: 26px; }
.lnav nav a.link { color: var(--muted); font-weight: 600; font-size: 16.5px; transition: color .15s; }
.lnav nav a.link:hover { color: var(--ink); }
/* Navbar mobile: hamburguesa + drawer lateral.
   .lnav … para ganar especificidad sobre .btn-login (si no, el 'Ingresar' mobile se ve en desktop). */
.lnav .nav-login-m, .lnav .navburger { display: none; }
.navburger { width: 44px; height: 44px; border: 0; background: none; cursor: pointer; padding: 10px; flex: none; }
.navburger span { display: block; height: 2.5px; background: var(--ink); border-radius: 2px; margin: 4px 0; transition: transform var(--t-base), opacity var(--t-base); }
.navdrawer-ov {
  position: fixed; inset: 0; z-index: 60; background: rgba(10,18,40,.5);
  opacity: 0; visibility: hidden; transition: opacity var(--t-base), visibility var(--t-base);
}
.navdrawer-ov.open { opacity: 1; visibility: visible; }
.navdrawer {
  position: absolute; top: 0; right: 0; height: 100dvh; width: 80vw; max-width: 320px;
  background: #fff; box-shadow: -12px 0 40px rgba(10,18,40,.18);
  transform: translateX(100%); transition: transform var(--t-base);
  display: flex; flex-direction: column; gap: 4px; padding: 70px 22px calc(22px + env(safe-area-inset-bottom,0px));
}
.navdrawer-ov.open .navdrawer { transform: translateX(0); }
.nd-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border: 0; background: none; font-size: 30px; line-height: 1; color: var(--muted); cursor: pointer; }
.nd-link { padding: 15px 6px; font-size: 17px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.nd-link:last-of-type { border-bottom: 0; }
.navdrawer .btn { margin-top: auto; width: 100%; }

@media (max-width: 760px) {
  .lnav nav { display: none; }
  .lnav .nav-login-m { display: inline-flex; height: 38px; padding: 0 16px; margin-left: auto; }
  .lnav .navburger { display: block; }
  .brand { font-size: 22px; }
}

/* Pricing: carrusel con swipe + snap + dots en mobile (.pricing .plans para ganar especificidad) */
.plan-dots { display: none; }
@media (max-width: 760px) {
  .pricing .plans {
    display: flex; grid-template-columns: none; gap: 14px; max-width: none;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    padding: 6px 4px 10px; margin: 28px -16px 0; scrollbar-width: none;
    scroll-padding: 0 7.5vw;
  }
  .pricing .plans::-webkit-scrollbar { display: none; }
  .pricing .plans .plan { flex: 0 0 85vw; max-width: 360px; scroll-snap-align: center; }
  .pricing .plans .plan:first-child { margin-left: 7.5vw; }
  .pricing .plans .plan:last-child { margin-right: 7.5vw; }
  .plan-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
  .plan-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); transition: all var(--t-base); }
  .plan-dots i.on { background: var(--blue); width: 22px; border-radius: 999px; }
}
/* "Ingresar": pill diferenciada (outline azul) para distinguirla del CTA sólido. */
.btn-login { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 22px;
  border-radius: 999px; border: 2px solid var(--blue); color: var(--blue); font-weight: 800; font-size: 15px;
  background: #fff; transition: all .15s; }
.btn-login:hover { background: var(--blue-tint); transform: translateY(-1px); box-shadow: 0 8px 18px rgba(37,99,235,.18); }
/* "Mi ClubRut": óvalo distinto (para el consumidor) con un circulito de estrella. */
.lnav .btn-mi { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px 0 8px;
  border-radius: 999px; background: var(--blue-tint); color: var(--blue-deep); font-weight: 800; font-size: 14px; transition: all .15s; }
.lnav .btn-mi:hover { background: #e2eafe; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(37,99,235,.16); }
.lnav .btn-mi .mi-ic { width: 26px; height: 26px; border-radius: 50%; flex: none; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep)); color: #fff; }
.lnav .btn-mi .mi-ic svg { width: 15px; height: 15px; fill: #fff; stroke: #fff; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; position: relative;
  border: 0; border-radius: 12px; font: inherit; font-weight: 700; cursor: pointer; padding: 12px 20px;
  background: var(--blue); color: #fff; white-space: nowrap; overflow: hidden;
  transition: transform .12s ease, box-shadow .2s ease, background .15s ease; }
.btn:hover { background: var(--blue-hover); box-shadow: 0 10px 26px rgba(37,99,235,.4); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn::after { content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent); transform: skewX(-18deg); transition: left .5s ease; }
.btn:hover::after { left: 140%; }
.btn.lg { padding: 16px 28px; font-size: 17px; border-radius: 14px; }
.btn.ghost { background: var(--blue-tint); color: var(--blue); }
.btn.ghost:hover { background: #e2eafe; box-shadow: none; }
.btn.soft { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn.soft:hover { background: rgba(255,255,255,.18); box-shadow: none; }
.btn.dark { background: #fff; color: var(--navy); }
.btn.dark:hover { background: #eef3ff; }
/* El CTA del hero usa el estilo cartoon estándar (.btn-cartoon): mismo hover
   calmado que el resto, sin latido que pise su sombra 3D ni salto al pasar. */

/* ---------- hero (dark, premium) ---------- */
.hero { position: relative; overflow: hidden; color: #eaf0ff;
  background:
    radial-gradient(900px 500px at 85% -5%, rgba(79,134,255,.45), transparent 60%),
    radial-gradient(700px 500px at 5% 110%, rgba(37,99,235,.35), transparent 55%),
    linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, #122a5e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 42px 42px; mask-image: radial-gradient(circle at 70% 30%, #000, transparent 75%); }
.hero .wrap { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; padding-top: 76px; padding-bottom: 90px; }
.tag { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #cfe0ff; font-weight: 600; font-size: 13px; padding: 7px 14px; border-radius: 999px; }
.tag .dot { width: 7px; height: 7px; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 4px rgba(52,211,153,.25); }
.hero h1 { font-size: clamp(44px, 6.4vw, 78px); margin: 20px 0 0; color: #fff; letter-spacing: -.025em; line-height: 1.02; font-weight: 800; }
.hero h1 .accent { background: linear-gradient(90deg, #7ea2ff, #4f86ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { font-size: clamp(18px, 1.75vw, 23px); color: #c3cfec; margin: 22px 0 30px; max-width: 560px; line-height: 1.5; }
.hero .cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .micro { margin-top: 22px; display: flex; gap: 20px; flex-wrap: wrap; color: #9fb0d6; font-size: 14px; }
.hero .micro span { display: inline-flex; align-items: center; gap: 7px; }
.hero .micro .icon { width: 17px; height: 17px; color: #34d399; stroke-width: 2.6; }

/* ---------- browser-frame product mock ---------- */
.heroviz { position: relative; }
.browser { background: #fff; border-radius: 14px; box-shadow: var(--sh-lg); overflow: hidden; transform: perspective(1400px) rotateY(-9deg) rotateX(3deg); transition: transform .4s ease; }
.heroviz:hover .browser { transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.browser .chrome { display: flex; align-items: center; gap: 8px; padding: 11px 14px; background: #f1f4f9; border-bottom: 1px solid var(--line); }
.browser .chrome i { width: 11px; height: 11px; border-radius: 50%; background: #e2e8f0; }
.browser .chrome i:nth-child(1){background:#f3a4a4} .browser .chrome i:nth-child(2){background:#f3d488} .browser .chrome i:nth-child(3){background:#9fdcab}
.browser .url { margin-left: 10px; flex: 1; display: flex; align-items: center; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: 7px; font-size: 12px; color: var(--muted); padding: 5px 10px; }
.browser .url .lock { width: 11px; height: 11px; fill: none; stroke: #94a3b8; stroke-width: 2; }
.browser .body { padding: 16px; background: linear-gradient(180deg,#f6f8fc,#fff); }

/* ===== Mockup del producto en el HERO (todo scopeado a .browser para no
        afectar la sección "El panel" que reusa estos nombres de clase) ===== */
.browser .dashhead { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.browser .dh-t { font-size: 14px; font-weight: 800; color: var(--ink); letter-spacing: -.01em; }
.browser .dh-s { font-size: 11px; color: var(--muted); margin-top: 1px; }
.browser .dh-live { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; color: #059669; background: #ecfdf5; border: 1px solid #bbf7d0; padding: 4px 9px; border-radius: 999px; }
.browser .pulse { width: 7px; height: 7px; border-radius: 50%; background: #10b981; animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(16,185,129,.45); } 70% { box-shadow: 0 0 0 7px rgba(16,185,129,0); } 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); } }

.browser .mtiles { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.browser .tile { border: 1px solid var(--line); border-radius: 11px; padding: 10px 11px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.05); }
.browser .tile .n { font-size: 18px; font-weight: 800; color: var(--blue-deep); letter-spacing: -.02em; }
.browser .tile .l { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-top: 3px; font-weight: 600; }
.browser .tile.accent { background: linear-gradient(155deg, var(--blue), var(--blue-hover)); border: 0; box-shadow: 0 6px 16px rgba(37,99,235,.32); }
.browser .tile.accent .n { color: #fff; }
.browser .tile.accent .l { color: rgba(255,255,255,.85); }

.browser .mgrid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 8px; margin-top: 8px; }
.browser .panel { border: 1px solid var(--line); border-radius: 12px; padding: 12px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.05); }
.browser .panel .ct { font-size: 10px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }
.browser .bars { display: flex; align-items: flex-end; gap: 7px; height: 74px; padding-top: 4px; border-bottom: 1px solid var(--line); }
.browser .bars .b { flex: 1; background: linear-gradient(180deg,#8fb2ff,var(--blue)); border-radius: 5px 5px 0 0; box-shadow: inset 0 -1px 0 rgba(255,255,255,.22); }
.browser .bars .b.peak { background: linear-gradient(180deg,#34d399,#059669); }
.browser .axis { display: flex; gap: 7px; margin-top: 6px; }
.browser .axis span { flex: 1; text-align: center; font-size: 8.5px; color: var(--muted); }
.browser .donutwrap { display: flex; justify-content: center; padding: 2px 0 6px; }
.browser .donut { width: 100px; height: 100px; border-radius: 50%; background: conic-gradient(var(--blue) 0 67%, #e8edf6 67% 100%); display: flex; align-items: center; justify-content: center; }
.browser .donut .dhole { width: 70px; height: 70px; border-radius: 50%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: inset 0 0 0 1px var(--line); }
.browser .donut .dhole b { font-size: 20px; font-weight: 800; color: var(--blue-deep); letter-spacing: -.02em; }
.browser .donut .dhole small { font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.browser .panel .up { text-align: center; font-size: 11px; font-weight: 800; color: #059669; margin-top: 4px; }

.browser .toplist { margin-top: 8px; border: 1px solid var(--line); border-radius: 12px; padding: 4px 12px; background: #fff; box-shadow: 0 1px 2px rgba(16,24,40,.05); }
.browser .tl-row { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; font-size: 12px; color: var(--ink); border-top: 1px solid var(--line); }
.browser .tl-row:first-child { border-top: 0; }
.browser .tl-row.tl-head { font-size: 9px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; }
.browser .tl-row .who { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.browser .tl-row b { font-weight: 800; color: var(--blue-deep); }
.browser .av { width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; color: #fff; font-style: normal; }
.browser .av1 { background: linear-gradient(135deg,#6366f1,#8b5cf6); }
.browser .av2 { background: linear-gradient(135deg,#0ea5e9,#2563eb); }
.floatcard { position: absolute; right: -18px; bottom: -34px; background: #fff; border-radius: 14px; box-shadow: var(--sh-lg);
  padding: 14px 16px; display: flex; align-items: center; gap: 12px; animation: floaty 4s ease-in-out infinite; }
.floatcard .ring { width: 40px; height: 40px; border-radius: 12px; background: #ecfdf5; color: #059669; display: flex; align-items: center; justify-content: center; }
.floatcard b { display: block; color: var(--ink); font-size: 15px; }
.floatcard small { color: var(--muted); font-size: 12px; }
@keyframes floaty { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-9px) } }

/* ---------- sections ---------- */
section { padding: var(--section-pad) 0; scroll-margin-top: 84px; }
.center { text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: var(--blue-tint); color: var(--blue-deep);
  font-weight: 800; font-size: clamp(18px, 1.5vw, 23px); text-transform: uppercase; letter-spacing: .06em; padding: 11px 24px; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(37,99,235,.12); }
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); flex: none;
  box-shadow: 0 0 0 0 rgba(37,99,235,.5); animation: eyebrowpulse 2.2s ease-out infinite; }
@keyframes eyebrowpulse { 0% { box-shadow: 0 0 0 0 rgba(37,99,235,.5); } 70% { box-shadow: 0 0 0 9px rgba(37,99,235,0); } 100% { box-shadow: 0 0 0 0 rgba(37,99,235,0); } }
.why .eyebrow { background: rgba(143,176,255,.16); color: #cdddff; box-shadow: none; }
.why .eyebrow::before { background: #8fb0ff; animation-name: eyebrowpulseb; }
@keyframes eyebrowpulseb { 0% { box-shadow: 0 0 0 0 rgba(143,176,255,.5); } 70% { box-shadow: 0 0 0 9px rgba(143,176,255,0); } 100% { box-shadow: 0 0 0 0 rgba(143,176,255,0); } }
@media (prefers-reduced-motion: reduce) { .eyebrow::before { animation: none; } }
.h2 { font-size: clamp(34px, 3vw, 52px); margin: 12px 0 16px; letter-spacing: -.02em; line-height: 1.08; }
.sub { color: var(--muted); font-size: clamp(18px, 1.2vw, 21px); max-width: 70ch; line-height: 1.6; }
.center .sub { margin-left: auto; margin-right: auto; }
.grid { display: grid; gap: 22px; margin-top: 34px; }
.c3 { grid-template-columns: repeat(3,1fr); }
.c4 { grid-template-columns: repeat(4,1fr); }

.feat { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px; transition: transform .18s ease, box-shadow .22s ease, border-color .2s ease; position: relative; }
.feat:hover { transform: translateY(-6px); box-shadow: var(--sh); border-color: #cfe0ff; }
.feat .ic { width: 56px; height: 56px; border-radius: 15px; background: linear-gradient(160deg,#eff4ff,#dbe7ff); color: var(--blue);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: transform .2s ease; }
.feat:hover .ic { transform: scale(1.08) rotate(-3deg); }
.feat .ic .icon { width: 28px; height: 28px; }
.feat h3 { font-size: clamp(22px, 1.6vw, 26px); margin-bottom: 8px; letter-spacing: -.01em; }
.feat p { color: var(--muted); font-size: clamp(17px, 1vw, 19px); line-height: 1.6; }

/* ---------- cómo funciona (steps) ---------- */
.how { background: #fff; }
/* ---------- opiniones / testimonios ---------- */
.testi { background: linear-gradient(180deg,#fff,#f5f9ff); }
.tcard { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px 22px;
  box-shadow: var(--sh); margin: 0; display: flex; flex-direction: column; gap: 14px;
  transition: transform .2s ease, box-shadow .22s ease, border-color .2s ease; }
.tcard:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); border-color: #cfe0ff; }
.tcard .stars { color: #f5b301; font-size: 17px; letter-spacing: 2px; }
.tcard blockquote { margin: 0; font-size: 16.5px; line-height: 1.6; color: var(--ink); font-weight: 500; }
.tcard figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tcard .tav { width: 46px; height: 46px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800; font-size: 15px; }
.tcard .twho { display: flex; flex-direction: column; line-height: 1.3; }
.tcard .twho b { font-size: 15.5px; }
.tcard .twho small { color: var(--muted); font-size: 13px; }
.testi-foot { color: var(--muted); font-size: 13.5px; margin-top: 26px; }

/* ---------- funcionalidades (la data como valor central) ---------- */
.funcs { background: linear-gradient(180deg,#f5f9ff,#fff); }
.funcs-lead { font-family: var(--font-head); font-size: clamp(24px, 3vw, 38px); font-weight: 900; color: var(--blue-deep); margin: 10px 0 4px; letter-spacing: -.02em; line-height: 1.12; }
.funcs-detail { margin-top: 48px; display: flex; flex-direction: column; gap: 40px; }
.fd-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.fd-row.alt .fd-txt { order: 2; }
.fd-row.alt .fd-visual { order: 1; }
.fd-step { color: var(--blue); font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.fd-txt h3 { font-size: clamp(24px, 2.4vw, 34px); letter-spacing: -.02em; line-height: 1.1; margin-bottom: 12px; }
.fd-txt p { color: var(--muted); font-size: clamp(18px, 1.2vw, 21px); line-height: 1.6; max-width: 46ch; }
.fd-list { margin: 12px 0 0; padding: 0; list-style: none; }
.fd-list li { position: relative; padding-left: 26px; margin: 9px 0; color: var(--ink); font-size: 15px; line-height: 1.5; }
.fd-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ok); font-weight: 800; }
.fd-visual { display: flex; justify-content: center; }
/* Tarjeta que muestra el formato CSV (2 columnas) */
.csvcard { width: 100%; max-width: 520px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--sh); overflow: hidden; }
.csvhead { background: #f4f7ff; border-bottom: 1px solid var(--line); padding: 14px 20px; font-weight: 700; font-size: 15px; color: var(--blue-deep); display: flex; align-items: center; gap: 9px; }
.csvdot { width: 10px; height: 10px; border-radius: 50%; background: #34d399; flex: none; }
.csvgrid { display: grid; padding: 10px 8px 16px; }
.csvgrid.two { grid-template-columns: 1fr 1fr; }
.csvgrid.three { grid-template-columns: 1.5fr 1fr .8fr; }
.csvgrid > div { padding: 12px 16px; font-size: 16.5px; color: var(--ink); border-bottom: 1px solid #f1f4f9; }
.csvgrid .csvh { font-weight: 800; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
/* Tarjeta de insight (mock de más vendidos) */
.insightcard { width: 100%; max-width: 380px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--sh); padding: 18px 18px 16px; }
.insightcard .ins-t { font-size: 11.5px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; }
.ins-bar { display: flex; align-items: center; gap: 10px; margin: 10px 0; }
.ins-nm { width: 96px; flex: none; font-size: 13.5px; font-weight: 600; }
.ins-track { flex: 1; height: 11px; background: var(--blue-tint); border-radius: 999px; overflow: hidden; }
.ins-track i { display: block; height: 100%; background: linear-gradient(90deg,#7aa6ff,var(--blue)); border-radius: 999px; }
.ins-bar:first-of-type .ins-track i { background: linear-gradient(90deg,#34d399,#059669); }
.ins-v { width: 46px; flex: none; text-align: right; font-size: 13px; font-weight: 800; color: var(--blue-deep); }
.ins-foot { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); line-height: 1.5; }
.ins-foot b { color: var(--ink); }
@media (max-width: 820px) {
  .fd-row { grid-template-columns: 1fr; gap: 20px; }
  .fd-row.alt .fd-txt { order: 1; } .fd-row.alt .fd-visual { order: 2; }
}
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 34px; }
@media (max-width:820px){ .steps { grid-template-columns: 1fr; } }
.stepc { background: linear-gradient(180deg,#fff,#f7faff); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 24px;
  transition: transform .18s ease, box-shadow .22s ease; }
.stepc:hover { transform: translateY(-5px); box-shadow: var(--sh); }
.stepc .num { width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(160deg,var(--blue),var(--blue-deep)); color: #fff;
  font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 18px rgba(37,99,235,.35); }
.stepc h3 { font-size: 22px; margin: 16px 0 8px; letter-spacing: -.01em; }
.stepc p { color: var(--muted); font-size: 16.5px; line-height: 1.55; }

/* ---------- por qué (dark band) ---------- */
.why { background: linear-gradient(160deg, var(--navy), #122a5e); color: #fff; }
.why .eyebrow { color: #8fb0ff; } .why .h2 { color: #fff; } .why .sub { color: #b9c6e6; }
.stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r); padding: 28px; text-align: center;
  transition: transform .18s ease, background .2s ease; }
.stat:hover { transform: translateY(-5px); background: rgba(255,255,255,.1); }
.stat .n { font-size: clamp(36px,4.4vw,48px); font-weight: 800; background: linear-gradient(90deg,#9dc0ff,#fff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .l { color: #b9c6e6; font-size: 16px; margin-top: 6px; line-height: 1.4; }
.why .foot { color: #7f93bd; font-size: 12.5px; margin-top: 18px; }
.bullets { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.bullets li { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 16px; color: #d6e0f5; transition: transform .15s ease; }
.bullets li:hover { transform: translateX(4px); }
.bullets li b { color: #fff; }
.grid.two { grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
@media (max-width: 820px) { .grid.two { grid-template-columns: 1fr; } }
.scene { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 16px; }

/* ---------- showcase (panel) ---------- */
.showcase { background: var(--canvas); }
/* align-items:start evita que la tarjeta izquierda se estire y deje un gran vacío */
.showcase .panel { margin-top: 44px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 22px; align-items: start; }
@media (max-width: 860px) { .showcase .panel { grid-template-columns: 1fr; } }
.showcase .col { display: flex; flex-direction: column; gap: 20px; }
.scard { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh); padding: 20px; transition: transform .18s ease, box-shadow .22s; }
.scard:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }
.scard h3 { font-size: 12.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; font-weight: 700; }

/* KPIs legibles, sin sobredimensionar */
.kpis4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
@media (max-width:560px){ .kpis4 { grid-template-columns: repeat(2,1fr); } }
.kpis4 .tile { border: 1px solid var(--line); border-radius: 12px; padding: 13px 12px; background: linear-gradient(180deg,#fbfcff,#fff); }
.kpis4 .tile .n { font-size: clamp(20px,1.7vw,26px); font-weight: 800; color: var(--blue-deep); letter-spacing: -.02em; line-height: 1; }
.kpis4 .tile .l { font-size: 10.5px; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-top: 6px; font-weight: 600; }

/* gráfico de barras (llena la tarjeta sin pasarse) */
.showcase .chart { margin-top: 14px; border: 1px solid var(--line); border-radius: 12px; padding: 16px; background: linear-gradient(180deg,#fbfcff,#fff); }
.showcase .chart .ct { font-size: 11.5px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; }
.showcase .bars { display: flex; align-items: flex-end; gap: 10px; height: 140px; border-bottom: 1px solid var(--line); padding-top: 6px; }
.showcase .bars .b { flex: 1; background: linear-gradient(180deg,#8fb2ff,var(--blue)); border-radius: 6px 6px 0 0; box-shadow: inset 0 -2px 0 rgba(255,255,255,.25); transition: height .5s ease; }
.showcase .bars .b.peak { background: linear-gradient(180deg,#34d399,#059669); }
.showcase .axis { display: flex; gap: 10px; margin-top: 6px; }
.showcase .axis span { flex: 1; text-align: center; font-size: 10.5px; color: var(--muted); }

/* dona */
.donut-wrap { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.showcase .donut { width: 124px; height: 124px; border-radius: 50%; flex: none; background: conic-gradient(var(--blue) 0 67%, #e7ebf3 67% 100%); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 22px rgba(37,99,235,.15); }
.showcase .donut .hole { width: 90px; height: 90px; background: #fff; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: inset 0 0 0 1px var(--line); }
.showcase .donut .hole b { font-size: 29px; font-weight: 800; color: var(--blue-deep); letter-spacing: -.02em; line-height: 1; }
.showcase .donut .hole span { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-top: 4px; }

/* tabla mejores clientes */
table.mini { width: 100%; border-collapse: collapse; font-size: 14px; }
table.mini th { text-align: left; font-size: 10.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); padding: 9px 8px; border-bottom: 1px solid var(--line); }
table.mini td { padding: 11px 8px; border-bottom: 1px solid var(--line); }
table.mini tr:last-child td { border-bottom: 0; }
table.mini td b { color: var(--blue-deep); }
table.mini .medal { font-size: 16px; }
.medal { font-weight: 800; }

/* ---------- pricing ---------- */
.pricing { background: #fff; }
.plan { max-width: 460px; margin: 44px auto 0; border-radius: 24px; padding: 2px;
  background: linear-gradient(160deg, var(--blue), #7ea2ff 60%, #34d399); box-shadow: var(--sh-lg); }
.plan-inner { background: #fff; border-radius: 22px; padding: 36px; text-align: center; position: relative; }
.plan .ribbon { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg,var(--blue),var(--blue-deep)); color: #fff; font-size: 12px; font-weight: 800; padding: 6px 16px; border-radius: 999px; box-shadow: 0 8px 18px rgba(37,99,235,.4); letter-spacing: .03em; }
.plan .name { font-weight: 800; color: var(--blue); text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.plan .price { font-size: clamp(42px, 9vw, 60px); font-weight: 900; margin: 10px 0 0; letter-spacing: -.04em; }
.plan .price small { font-size: 19px; color: var(--muted); font-weight: 600; }
.plan ul { list-style: none; padding: 0; margin: 24px 0; text-align: left; }
.plan li { padding: 11px 0; border-bottom: 1px solid var(--line); display: flex; gap: 11px; align-items: flex-start; color: #334155; line-height: 1.4; }
.plan li:last-child { border-bottom: 0; }
.plan li .icon { width: 19px; height: 19px; color: var(--ok); stroke-width: 2.6; flex: none; margin-top: 2px; }
/* La aclaración (entre paréntesis / continuación) va en tono suave, en la misma línea. */
.plan li .li-note { color: #64748b; font-weight: 400; }
.plan .btn { width: 100%; }

/* grilla de 3 planes (Starter / Growth / Enterprise) */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1080px; margin: 40px auto 0; align-items: stretch; }
.plans .plan { max-width: none; margin: 0; transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s ease; will-change: transform; }
/* Interacción: la tarjeta se eleva y crece levemente al pasar el cursor. */
.plans .plan:hover { transform: translateY(-12px) scale(1.02); box-shadow: 0 28px 56px rgba(37,99,235,.30); z-index: 2; }
.plans .plan:hover .btn { box-shadow: 0 12px 28px rgba(37,99,235,.45); }
.plans .plan-inner { height: 100%; display: flex; flex-direction: column; padding: 34px 26px 30px; }
.plans .plan .name { font-size: 15px; }
.plans .plan .cover { font-size: 15px; font-weight: 800; color: var(--muted); margin-top: 4px; }
.plans .plan .price { font-size: clamp(38px, 8vw, 48px); margin-top: 6px; }
.plans .plan .price small { font-size: 16px; }
.plans .plan .annual-total { font-size: 18px; font-weight: 800; color: var(--blue-deep); margin: 6px auto 0; min-height: 0; }
.plans .plan .annual-total:empty { margin: 0; }
.plans .plan .trialnote { font-size: 14px; margin: 8px auto 0; color: var(--muted); }
.plans .plan ul { flex: 1 1 auto; margin: 20px 0; }
.plans .plan li { padding: 10px 0; font-size: 16px; line-height: 1.4; }
/* Las 3 tarjetas del mismo tamaño; solo el ribbon distingue cada plan. */
@media (max-width: 900px) {
  .plans { grid-template-columns: 1fr; max-width: 460px; gap: 26px; }
}

/* chip del plan elegido dentro del popup de checkout */
.co-plan { text-align: center; margin: 8px auto 0; }
.co-plan .chip { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-tint); color: var(--blue-deep); font-weight: 800; font-size: 14px; padding: 7px 14px; border-radius: 999px; }
.co-plan .chip b { font-weight: 900; }
.co-plan .chip .px { color: var(--muted); font-weight: 700; }
/* Error inline de campo (ej. RUT inválido) */
.field-err { color: #dc2626; font-size: 13.5px; font-weight: 700; margin: -6px 0 8px; }
input.input-bad { border-color: #dc2626 !important; background: #fef2f2; }

/* íconos de industria (duotone) */
.feat .ic .iconind { width: 30px; height: 30px; }

/* toggle de precio mensual / anual */
.billtoggle { display: inline-flex; background: var(--blue-tint); border-radius: 999px; padding: 4px; gap: 4px; margin: 28px auto 0; }
.billtoggle button { border: 0; background: transparent; color: var(--muted); font-weight: 800; font-size: 15px; padding: 10px 22px; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.billtoggle button.active { background: #fff; color: var(--blue-deep); box-shadow: var(--sh); }
.billtoggle .save { font-size: 11px; font-weight: 800; color: #fff; background: #16a34a; padding: 2px 8px; border-radius: 999px; letter-spacing: .02em; }
/* 3 opciones en móviles angostos: máx ancho y menos padding; los badges de ahorro
   se ocultan (el descuento igual se ve en el total de cada plan). */
.billtoggle { max-width: 100%; }
@media (max-width: 470px) {
  .billtoggle { gap: 2px; margin-top: 22px; }
  .billtoggle button { padding: 10px 15px; font-size: 14px; }
  .billtoggle .save { display: none; }
}

/* bloque de cuentas adicionales */
.accounts { max-width: 520px; margin: 22px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 24px 26px; text-align: left; }
.accounts h3 { font-size: 18px; margin: 0 0 6px; }
.accounts p { color: var(--muted); font-size: 15px; margin: 0 0 12px; }
.accounts .acct-price { font-size: 30px; font-weight: 900; color: var(--blue-deep); letter-spacing: -.02em; }
.accounts .acct-unit { font-size: 15px; font-weight: 600; color: var(--muted); }
.accounts .acct-foot { font-size: 13.5px; color: var(--muted); margin: 12px 0 0; }

/* ---------- contact ---------- */
.contact { background: var(--canvas); }
.contact .panel { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 44px; align-items: start; }
@media (max-width: 820px) { .contact .panel { grid-template-columns: 1fr; } }
form.lead { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px; box-shadow: var(--sh-sm); }
label { display: block; font-weight: 600; font-size: 14px; margin: 14px 0 6px; }
label:first-child { margin-top: 0; }
input, textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px; font: inherit; background: #fff; transition: border-color .15s, box-shadow .15s; }
input:focus, textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-tint); }
.lead .actions { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.lead .actions .btn { flex: 1; }
.note { margin-top: 14px; padding: 12px 14px; border-radius: 11px; font-size: 14px; }
.note.ok { background: var(--ok-bg); color: var(--ok); }
.note.err { background: var(--err-bg); color: var(--err); }
.infocard { background: linear-gradient(160deg,#fff, var(--blue-tint)); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; }
.infocard h3 { font-size: 19px; margin-bottom: 10px; }
.infocard p { color: var(--muted); margin-bottom: 12px; }
.infocard .row { display: flex; gap: 11px; align-items: center; margin-bottom: 10px; }
.infocard .row .ic { width: 38px; height: 38px; border-radius: 11px; background: #fff; color: var(--blue); display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); flex: none; }

/* ---------- footer ---------- */
footer { background: var(--navy); color: #93a4c0; font-size: 14px; }
footer .wrap { display: block; }
footer .brand { color: #fff; font-size: 22px; }
.foot-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: flex-start; padding: 48px 0; }
.foot-col { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.foot-col .brand { margin-bottom: 4px; }
.foot-muted { color: #93a4c0; font-size: 13px; margin: 0; opacity: .9; }
.foot-label { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; opacity: .4; font-weight: 600; color: #fff; margin-bottom: 3px; }
.foot-link { color: #93a4c0; text-decoration: none; transition: color var(--t-fast); }
.foot-link:hover { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; font-size: 13px; }
@media (max-width: 768px) {
  .foot-top { grid-template-columns: 1fr; gap: 32px; }
  .foot-bottom { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/* aceptación de términos en el checkout */
.modal .co-terms { display: flex; align-items: flex-start; gap: 9px; margin: 16px 0 0; font-size: 13.5px; font-weight: 400; color: var(--muted); cursor: pointer; }
.modal .co-terms input { width: 18px; height: 18px; min-height: 18px; margin-top: 1px; flex: none; accent-color: var(--blue); }
.modal .co-terms a { color: var(--blue); font-weight: 600; }
/* Opciones "empezar": 14 días gratis vs pagar ahora */
.modal .co-start { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0 0; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; transition: border-color .15s, background .15s; }
.modal .co-start:has(input:checked) { border-color: var(--blue); background: var(--blue-tint); }
.modal .co-start input { width: 18px; height: 18px; min-height: 18px; margin-top: 2px; flex: none; accent-color: var(--blue); }
.modal .co-start span { display: flex; flex-direction: column; font-size: 14.5px; color: var(--ink); }
.modal .co-start small { color: var(--muted); font-weight: 400; font-size: 12.5px; margin-top: 2px; }

/* ---------- modal ---------- */
.hidden { display: none !important; }
.modal-ov { position: fixed; inset: 0; background: rgba(8,15,35,.6); backdrop-filter: blur(3px); z-index: 50; display: flex; align-items: center; justify-content: center; padding: 18px; animation: fade .2s ease; }
@keyframes fade { from { opacity: 0 } to { opacity: 1 } }
.modal { position: relative; background: #fff; border-radius: 20px; padding: 30px 28px; width: 100%; max-width: 430px; box-shadow: var(--sh-lg); max-height: 92vh; overflow-y: auto; animation: pop .25s cubic-bezier(.2,.8,.2,1); }
@keyframes pop { from { transform: translateY(14px) scale(.97); opacity: 0 } to { transform: none; opacity: 1 } }
.modal .brand { font-size: 22px; }
.modal h2 { font-size: 23px; }
.modal label { display: block; font-weight: 600; font-size: 14px; margin: 12px 0 6px; }
.modal input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; }
.modal input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-tint); }
.modal-x { position: absolute; top: 12px; right: 14px; background: none; border: 0; font-size: 26px; line-height: 1; color: var(--muted); cursor: pointer; }
.modal-x:hover { color: var(--ink); }
.modal-foot { font-size: 12px; color: var(--muted); text-align: center; margin: 14px 0 0; }
.form-group { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--blue);
  margin: 18px 0 2px; padding-top: 14px; border-top: 1px solid var(--line); }
.form-group:first-of-type { border-top: 0; padding-top: 4px; margin-top: 8px; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; padding-top: 52px; padding-bottom: 64px; }
  .browser { transform: none; } .heroviz:hover .browser { transform: none; }
  .heroviz { max-width: 460px; margin: 8px auto 0; }
  .floatcard { right: 6px; bottom: -16px; }
  .c4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .mtiles { grid-template-columns: 1fr 1fr; }
  .mgrid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .c3, .c4 { grid-template-columns: 1fr; }
  section { padding: 56px 0; }
}

/* =====================================================================
   v3 — landing más viva: entrada del hero, fondo con movimiento, stagger,
   barras/dona animadas al aparecer. Solo estética; estructura intacta.
   ===================================================================== */

/* Entrada del hero al cargar (los .reveal del hero usan keyframes, no el observer) */
@keyframes heroUp { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes heroSide { from { opacity: 0; transform: translateX(46px) scale(.97); } to { opacity: 1; transform: none; } }
.hero .tag    { animation: heroUp .65s cubic-bezier(.2,.7,.2,1) .05s both; }
.hero h1      { animation: heroUp .7s  cubic-bezier(.2,.7,.2,1) .14s both; }
.hero .lead   { animation: heroUp .7s  cubic-bezier(.2,.7,.2,1) .26s both; }
.hero .cta    { animation: heroUp .7s  cubic-bezier(.2,.7,.2,1) .38s both; }
.hero .micro  { animation: heroUp .7s  cubic-bezier(.2,.7,.2,1) .5s  both; }
.hero .heroviz.reveal { opacity: 1; transform: none; transition: none; animation: heroSide .85s cubic-bezier(.2,.7,.2,1) .3s both; }

/* Aurora: dos halos que derivan lento detrás del contenido del hero */
.hero::after { content: ""; position: absolute; inset: -20%; pointer-events: none; opacity: .55;
  background:
    radial-gradient(480px 320px at 78% 18%, rgba(126,162,255,.28), transparent 70%),
    radial-gradient(420px 300px at 12% 85%, rgba(52,211,153,.14), transparent 70%);
  animation: aurora 16s ease-in-out infinite alternate; }
@keyframes aurora { from { transform: translate3d(-2%, -1%, 0) scale(1); } to { transform: translate3d(3%, 2.5%, 0) scale(1.08); } }
.hero .wrap { z-index: 1; }

/* Degradado del acento del H1 en movimiento sutil */
.hero h1 .accent { background: linear-gradient(90deg, #7ea2ff, #4f86ff, #34d399, #7ea2ff); background-size: 300% 100%;
  -webkit-background-clip: text; background-clip: text; animation: accentshift 7s linear infinite; }
@keyframes accentshift { to { background-position: 300% 0; } }

/* CTA principal del hero: aro de brillo que respira */
.hero .cta .btn.lg { animation: heroUp .7s cubic-bezier(.2,.7,.2,1) .38s both, ctaglow 3.2s ease-in-out 1.4s infinite; }
@keyframes ctaglow { 0%,100% { box-shadow: 0 10px 26px rgba(37,99,235,.35); } 50% { box-shadow: 0 10px 34px rgba(79,134,255,.65), 0 0 0 6px rgba(79,134,255,.12); } }

/* Barras del mock del hero crecen al cargar */
.browser .bars .b { transform-origin: bottom; animation: growbar .8s cubic-bezier(.2,.7,.2,1) both; }
.browser .bars .b:nth-child(1){animation-delay:.7s} .browser .bars .b:nth-child(2){animation-delay:.78s}
.browser .bars .b:nth-child(3){animation-delay:.86s} .browser .bars .b:nth-child(4){animation-delay:.94s}
.browser .bars .b:nth-child(5){animation-delay:1.02s} .browser .bars .b:nth-child(6){animation-delay:1.1s}
@keyframes growbar { from { transform: scaleY(0); } to { transform: scaleY(1); } }

/* Reveal con stagger por posición dentro de su grilla */
.grid .feat.reveal:nth-child(2), .steps .stepc.reveal:nth-child(2), .grid .stat.reveal:nth-child(2) { transition-delay: .1s; }
.grid .feat.reveal:nth-child(3), .steps .stepc.reveal:nth-child(3), .grid .stat.reveal:nth-child(3) { transition-delay: .2s; }
.grid .feat.reveal:nth-child(4) { transition-delay: .3s; }

/* Al aparecer una tarjeta del panel: barras crecen y la dona barre */
.scard .bars .b { transform: scaleY(0); transform-origin: bottom; }
.scard.in .bars .b { animation: growbar .9s cubic-bezier(.2,.7,.2,1) both; }
.scard.in .bars .b:nth-child(1){animation-delay:.15s} .scard.in .bars .b:nth-child(2){animation-delay:.23s}
.scard.in .bars .b:nth-child(3){animation-delay:.31s} .scard.in .bars .b:nth-child(4){animation-delay:.39s}
.scard.in .bars .b:nth-child(5){animation-delay:.47s} .scard.in .bars .b:nth-child(6){animation-delay:.55s}
.scard .donut { opacity: 0; }
.scard.in .donut { animation: sweep .7s cubic-bezier(.2,.7,.2,1) .2s both; }
@keyframes sweep { from { opacity: 0; transform: rotate(-70deg) scale(.82); } to { opacity: 1; transform: none; } }

/* Feature cards: filo superior de color que se enciende al pasar el cursor */
.feat::before { content: ""; position: absolute; top: -1px; left: 14%; right: 14%; height: 3px; border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), #34d399); opacity: 0; transform: scaleX(.4); transition: opacity .25s ease, transform .3s ease; }
.feat:hover::before { opacity: 1; transform: scaleX(1); }

/* Pasos: el número gira levemente al pasar el cursor */
.stepc .num { transition: transform .25s cubic-bezier(.2,.7,.2,1); }
.stepc:hover .num { transform: rotate(-6deg) scale(1.08); }

/* KPIs del panel con lift sutil */
.kpis4 .tile { transition: transform .18s ease, box-shadow .2s ease; }
.kpis4 .tile:hover { transform: translateY(-3px); box-shadow: var(--sh-sm); }

/* Nav: sombra al scrollear (clase la pone landing.js) */
.lnav { transition: box-shadow .25s ease; }
.lnav.scrolled { box-shadow: 0 8px 30px rgba(15,23,42,.08); }

/* Respeto total a reduced motion */
@media (prefers-reduced-motion: reduce) {
  .hero .tag, .hero h1, .hero .lead, .hero .cta, .hero .micro, .hero .heroviz.reveal,
  .hero .cta .btn.lg, .browser .bars .b, .scard .bars .b, .scard .donut, .hero::after, .hero h1 .accent, .floatcard {
    animation: none !important; opacity: 1; transform: none; }
  .scard .bars .b { transform: none; }
}

/* ═══════════════════════════════════════════════════════════════
   v3 — DIRECCIÓN DE ARTE "cartoon de los 2000" + MOTOR DE ANIMACIÓN
   RUT vivo: entrada por scroll, hover juguetón, idle flotante, parallax.
   Solo transform/opacity. Respeta prefers-reduced-motion.
   ═══════════════════════════════════════════════════════════════ */

/* ---- Mascota RUT (base) ---- */
.rut { display: block; }
.rut img { display: block; width: 100%; height: auto; max-width: 100%; }
/* Tarjetas de imagen: ratio fijo (el mismo del asset 1100x734) para que no salten
   al cargar, object-fit para llenar sin deformar, y radio consistente por token. */
.rut-card { border-radius: var(--r-img); overflow: hidden; box-shadow: 0 24px 60px rgba(11,91,227,.16);
  background: #fff; aspect-ratio: 1100 / 734; }
.rut-card img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Entrada por scroll: pop con squash & stretch ---- */
.reveal-pop { opacity: 0; transform: scale(.85) translateY(18px); }
.reveal-pop.in { animation: rutPop .62s cubic-bezier(.34,1.56,.64,1) forwards; }
@keyframes rutPop {
  0% { opacity: 0; transform: scale(.85) translateY(18px); }
  55% { opacity: 1; transform: scale(1.04) translateY(-4px); }
  75% { transform: scale(.98) translateY(1px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}
/* Entrada deslizando desde un costado */
.reveal-left { opacity: 0; transform: translateX(-40px); }
.reveal-right { opacity: 0; transform: translateX(40px); }
.reveal-left.in, .reveal-right.in { animation: rutSlide .6s cubic-bezier(.2,.7,.2,1) forwards; }
@keyframes rutSlide { to { opacity: 1; transform: translateX(0); } }

/* ---- Idle: RUT "flota" lento (hero) ---- */
.rut-float { animation: rutFloat 4.6s ease-in-out infinite; }
@keyframes rutFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---- Hover con vida, sin salto (escritorio) ----
   Antes rebotaba (rutBounce) y se sentía brusco. Ahora solo se ilumina
   suavemente con filter, que NO interrumpe el flote idle. ---- */
@media (hover: hover) {
  .rut-hover { transition: filter .3s ease; cursor: default; }
  .rut-hover:hover { filter: brightness(1.04) saturate(1.06) drop-shadow(0 12px 22px rgba(11,91,227,.18)); }
}
@keyframes rutBounce {
  0% { transform: translateY(0) scale(1,1); }
  30% { transform: translateY(-14px) scale(.96,1.05); }
  55% { transform: translateY(0) scale(1.05,.94); }
  75% { transform: translateY(-5px) scale(.99,1.01); }
  100% { transform: translateY(0) scale(1,1); }
}

/* ---- Globo de diálogo estilo cómic ---- */
.rut-bubble {
  position: absolute; display: inline-flex; align-items: center; gap: 6px;
  background: #fff; color: var(--blue-deep); font-weight: 800; font-size: 16px;
  padding: 11px 18px; border-radius: 18px; border: 2.5px solid var(--blue);
  box-shadow: 0 10px 26px rgba(11,91,227,.18); white-space: nowrap; z-index: 3;
  opacity: 0; transform: scale(.6); }
.rut-bubble.in { animation: bubblePop .5s cubic-bezier(.34,1.56,.64,1) .35s forwards; }
.rut-bubble::after { content: ""; position: absolute; bottom: -9px; left: 26px; width: 16px; height: 16px;
  background: #fff; border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: rotate(45deg); }
.rut-bubble .smile { color: var(--blue); font-weight: 900; }
@keyframes bubblePop { to { opacity: 1; transform: scale(1); } }

/* ---- Botones cartoon (grandes, redondos, squash al presionar) ---- */
.btn-cartoon {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--blue); color: #fff; font-weight: 800; font-size: 18px;
  padding: 16px 30px; border: 0; border-radius: 999px; cursor: pointer;
  box-shadow: 0 8px 0 var(--blue-deep), 0 14px 26px rgba(11,91,227,.3);
  transition: box-shadow .2s ease, background .2s ease, filter .2s ease, transform .1s ease; text-decoration: none; }
/* Hover calmado: sin salto vertical; solo se aclara y la sombra respira. */
.btn-cartoon:hover { box-shadow: 0 9px 0 var(--blue-deep), 0 16px 30px rgba(11,91,227,.36); background: var(--blue-hover); filter: brightness(1.03); }
/* El "hundido" satisfactorio se mantiene, pero solo al presionar (clic), no al pasar. */
.btn-cartoon:active { transform: translateY(5px) scale(.99); box-shadow: 0 3px 0 var(--blue-deep), 0 6px 14px rgba(11,91,227,.3); }
.btn-cartoon.ghost { background: #fff; color: var(--blue); box-shadow: 0 8px 0 #cfe0ff, 0 14px 26px rgba(11,91,227,.14); }
.btn-cartoon.ghost:hover { background: var(--blue-tint); box-shadow: 0 9px 0 #cfe0ff, 0 16px 28px rgba(11,91,227,.18); filter: none; }

/* ---- HERO v3 — Acto 1: Reconocimiento ---- */
.hero-v3 { position: relative; background: linear-gradient(180deg,#ffffff 0%, var(--sky) 100%); padding: clamp(44px,5vw,72px) 0 var(--section-pad); overflow: hidden; }
/* El contenido va SOBRE las nubes decorativas (que son z-index:0), si no tapan el titular. */
.hero-v3 .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: var(--sp-4); align-items: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; background: var(--blue-tint); color: var(--blue-deep);
  font-weight: 800; font-size: clamp(18px, 1.5vw, 23px); letter-spacing: .05em; text-transform: uppercase; padding: 10px 22px; border-radius: 999px; }
.hero-v3 h1 { font-size: clamp(34px, 5vw, 60px); line-height: 1.04; letter-spacing: -.02em; color: var(--navy); margin: 16px 0 0; font-weight: 900; }
.hero-v3 h1 .accent { color: var(--blue); }
.hero-v3 .hero-lead { font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55; color: var(--muted); margin: 20px 0 28px; max-width: 560px; }
.hero-v3 .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-v3 .micro { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 22px; color: var(--muted); font-size: 14px; font-weight: 600; }
.hero-v3 .micro span { display: inline-flex; align-items: center; gap: 7px; }
.hero-v3 .micro svg { width: 18px; height: 18px; color: var(--ok); stroke: var(--ok); fill: none; stroke-width: 3; }
.hero-art { position: relative; }
.hero-art .rut-card { max-width: 560px; margin-left: auto; }
.hero-art .rut-bubble { top: -8px; left: 8px; }

/* nubes lentas de fondo (decorativo, sutil) */
.hero-cloud { position: absolute; border-radius: 999px; background: #fff; opacity: .7; filter: blur(.5px); z-index: 0; }
.hero-cloud.c1 { width: 120px; height: 42px; top: 14%; right: 8%; animation: cloudDrift 22s linear infinite; }
.hero-cloud.c2 { width: 80px; height: 30px; top: 30%; left: 6%; animation: cloudDrift 30s linear infinite reverse; }
@keyframes cloudDrift { 0% { transform: translateX(0); } 50% { transform: translateX(24px); } 100% { transform: translateX(0); } }

/* Separador ondulado tipo colina entre secciones */
.wave-sep { display: block; width: 100%; height: 60px; margin-top: -1px; }
.wave-sep path { fill: #fff; }

/* ---- Móvil ---- */
@media (max-width: 820px) {
  .hero-v3 .hero-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .hero-v3 .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-v3 .hero-cta, .hero-v3 .micro { justify-content: center; }
  .hero-art { order: 2; }
  .hero-art .rut-card { margin: 0 auto; max-width: 92vw; }
  .hero-art .rut-bubble { font-size: 14px; padding: 8px 14px; }
  .hero-cloud { display: none; }
}

/* ---- Accesibilidad: menos movimiento ---- */
@media (prefers-reduced-motion: reduce) {
  .reveal-pop, .reveal-left, .reveal-right { opacity: 1 !important; transform: none !important; animation: none !important; }
  .reveal-pop.in, .reveal-left.in, .reveal-right.in { animation: none !important; }
  .rut-float, .hero-cloud { animation: none !important; }
  .rut-hover:hover { animation: none !important; }
  .rut-bubble { opacity: 1; transform: none; animation: none !important; }
}

/* ═══ ACTO 2 — "Conoce tu negocio como nunca" (el giro) ═══ */
.act2 { position: relative; background: linear-gradient(180deg,#fff, var(--sky)); padding: var(--section-pad) 0; }
.act2 .act-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; }
.act2 .act-title { font-size: clamp(30px,4.2vw,48px); line-height: 1.05; letter-spacing: -.02em; color: var(--navy); font-weight: 900; margin: 14px 0 14px; }
.act2 .act-title .accent { color: var(--blue); }
.act2 .act-lead { font-size: clamp(18px,1.3vw,21px); color: var(--muted); line-height: 1.6; margin-bottom: 18px; }
.act-bullets { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.act-bullets li { position: relative; padding-left: 34px; font-size: 16.5px; color: var(--ink); line-height: 1.4; }
.act-bullets li::before { content: ""; position: absolute; left: 0; top: -1px; width: 24px; height: 24px; border-radius: 50%;
  background: var(--blue-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B5BE3' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/15px no-repeat; }

/* Figura con tarjetas de números flotando sobre RUT (estilo render) */
.act-art { position: relative; }
.act2 .rut-card { max-width: 520px; margin: 0 auto; }
.metric-cards { position: absolute; top: -18px; left: 0; right: 0; max-width: 540px; margin: 0 auto; display: flex; justify-content: space-between; gap: 10px; z-index: 2; pointer-events: none; }
.mcard { background: #fff; border-radius: 16px; box-shadow: 0 14px 34px rgba(11,91,227,.16); padding: 11px 12px; display: flex; gap: 9px; align-items: flex-start; flex: 1 1 0; min-width: 0; overflow: hidden; }
.mcard .mc-ic { width: 34px; height: 34px; border-radius: 10px; flex: none; display: flex; align-items: center; justify-content: center; color: #fff; }
.mcard .mc-ic.clients { background: #2f80ff; } .mcard .mc-ic.repeat { background: #8b5cf6; } .mcard .mc-ic.sales { background: #10b981; }
.mcard .mc-ic svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2.2; }
.mc-label { font-size: 11.5px; font-weight: 700; color: var(--muted); line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mc-num { font-size: clamp(15px, 1.05vw, 18px); font-weight: 900; color: var(--navy); letter-spacing: -.03em; white-space: nowrap; }
.mcard > div { min-width: 0; }
.mc-up { font-size: 11px; font-weight: 800; color: var(--ok); }
.act2 .act-art .rut-bubble { bottom: 8px; right: 6px; top: auto; left: auto; }
.act2 .act-art .rut-bubble::after { left: auto; right: 26px; }

@media (max-width: 820px) {
  .act2 .act-grid { grid-template-columns: 1fr; gap: 22px; }
  .act2 .act-copy { text-align: center; } .act-bullets { text-align: left; max-width: 340px; margin: 0 auto; }
  .metric-cards { position: static; flex-wrap: wrap; margin-bottom: 12px; }
  .mcard { flex: 1 1 46%; }
  .act2 .act-art .rut-bubble { position: static; display: inline-flex; margin: 10px auto 0; }
  .act2 .act-art .rut-bubble::after { display: none; }
}

/* ═══ ACTO 3 — Cómo funciona en la caja ═══ */
.act3 { background: #fff; padding: var(--section-pad) 0; }
.act3-head { max-width: 760px; margin: 0 auto 20px; }
.act3-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; margin-top: 48px; }
.act3-art .rut-card { max-width: 500px; }
.act3-art .rut-bubble { top: -6px; right: 10px; left: auto; }
.act3-art .rut-bubble::after { left: auto; right: 28px; }
.steps-v3 { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.steps-v3 li { display: flex; gap: 16px; align-items: flex-start; background: linear-gradient(180deg,#fff,#f7faff);
  border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; box-shadow: var(--sh-sm);
  transition: transform .18s ease, box-shadow .2s ease; }
.steps-v3 li:hover { transform: translateY(-3px); box-shadow: var(--sh); }
.steps-v3 .step-n { flex: none; width: 44px; height: 44px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: var(--blue); color: #fff; font-weight: 900; font-size: 20px; box-shadow: 0 5px 0 var(--blue-deep); }
.steps-v3 h3 { font-size: clamp(25px, 2.6vw, 33px) !important; font-weight: 900; margin: 2px 0 8px; color: var(--navy); }
.steps-v3 p { color: var(--muted); font-size: 15.5px; line-height: 1.5; }
@media (max-width: 820px) {
  .act3-grid { grid-template-columns: 1fr; gap: 22px; }
  .act3-art { order: 1; } .steps-v3 { order: 2; }
  .act3-art .rut-card { margin: 0 auto; }
  .act3-art .rut-bubble { position: static; display: inline-flex; margin: 10px auto 0; }
  .act3-art .rut-bubble::after { display: none; }
}

/* ═══ ACTO 4 — La alegría: SIMULADOR DE PUNTOS (momento de juego) ═══ */
.act4 { position: relative; background: linear-gradient(180deg, var(--sky), #fff); padding: var(--section-pad) 0; }
.act4 .hero-kicker { background: #fff5d6; color: var(--yellow-deep); }
.sim-wrap { display: grid; grid-template-columns: 1fr .9fr; gap: 40px; align-items: center; margin-top: 30px; }
.sim-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 28px 28px 26px;
  box-shadow: 0 24px 60px rgba(11,91,227,.14); overflow: hidden; }
.sim-top { display: flex; align-items: center; gap: 14px; }
.sim-coin { width: 56px; height: 56px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ffe27a, var(--yellow) 60%, var(--yellow-deep));
  display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 6px 16px rgba(245,168,0,.4); flex: none; }
.sim-label { font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.sim-count { font-size: 46px; font-weight: 900; color: var(--navy); line-height: 1; letter-spacing: -.03em; }
.sim-count.pump { animation: countPump .3s ease; }
@keyframes countPump { 50% { transform: scale(1.18); color: var(--yellow-deep); } }
.sim-bar { position: relative; height: 16px; background: #eef2f8; border-radius: 999px; margin: 20px 0 8px; overflow: visible; }
.sim-fill { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--yellow), var(--yellow-deep)); transition: width .5s cubic-bezier(.34,1.4,.64,1); }
.sim-goal { position: absolute; right: 0; top: -26px; font-size: 13px; font-weight: 800; color: var(--muted); }
.sim-buy { width: 100%; margin-top: 18px; font-size: 19px; }
.sim-buy span { font-size: 22px; }
.sim-hint { text-align: center; color: var(--muted); font-size: 14px; margin-top: 12px; min-height: 20px; }
/* monedas que vuelan */
.sim-coins { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.coin { position: absolute; width: 22px; height: 22px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffe27a, var(--yellow) 60%, var(--yellow-deep));
  box-shadow: 0 2px 5px rgba(245,168,0,.5); will-change: transform, opacity; }
.coin::after { content: "★"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #b06e00; }
/* premio */
.sim-prize { position: relative; text-align: center; margin: 0; opacity: 0; transform: scale(.8); }
.sim-prize.show { animation: rutPop .6s cubic-bezier(.34,1.56,.64,1) forwards; }
/* Imagen con fondo blanco: la envolvemos en una tarjeta redondeada para que
   no se vea el rectángulo pegado. Ideal futuro: exportar rut-sumaste en PNG
   transparente y quitar el fondo/tarjeta. */
.sim-prize .rut { max-width: 380px; margin: 0 auto; border-radius: var(--r-img); overflow: hidden;
  background: #fff; box-shadow: 0 18px 40px rgba(11,91,227,.14); }
.sim-prize .rut img { width: 100%; height: auto; display: block; }
.sim-prize-msg { font-size: 20px; font-weight: 900; color: var(--blue-deep); margin-top: 6px; }
.sim-prize .empty-hint { color: var(--muted); font-size: 15px; }
@media (max-width: 820px) {
  .sim-wrap { grid-template-columns: 1fr; gap: 20px; }
  .sim-count { font-size: 40px; }
  .sim-prize .rut { max-width: 260px; }
}
@media (prefers-reduced-motion: reduce) { .coin { display: none !important; } .sim-fill { transition: none; } .sim-prize.show { animation: none; opacity: 1; transform: none; } }

/* Simulador: placeholder + monedas voladoras/confeti */
.sim-side { display: flex; align-items: center; justify-content: center; min-height: 220px; }
.sim-placeholder { text-align: center; color: var(--muted); padding: 16px; }
.sim-ph-gift { font-size: 66px; animation: giftWiggle 2.6s ease-in-out infinite; }
@keyframes giftWiggle { 0%,100% { transform: rotate(-5deg); } 50% { transform: rotate(5deg); } }
.sim-placeholder p { font-size: 15px; margin-top: 6px; }
@keyframes coinFly { 0% { opacity: 1; transform: translate(0,0) scale(1); } 100% { opacity: .15; transform: translate(var(--dx), var(--dy)) scale(.5); } }
@keyframes coinBurst { 0% { opacity: 1; transform: translate(-50%,-50%) scale(0); } 15% { opacity: 1; transform: translate(-50%,-50%) scale(1); } 100% { opacity: 0; transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy) + 260px)) scale(.6); } }
@media (prefers-reduced-motion: reduce) { .sim-ph-gift { animation: none; } }

/* ===== ACTO 5 — LA INVITACIÓN: cierre cálido antes de los planes ===== */
.act5 { position: relative; overflow: hidden; padding: var(--section-pad) 0;
  background: linear-gradient(180deg, var(--sky) 0%, #fff 100%); }
.act5-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(24px,4vw,64px); align-items: center; }
.act5-copy .hero-kicker { margin-bottom: 14px; }
.act5-copy .act-lead { max-width: 46ch; }
.act5-copy .btn-cartoon { margin-top: 22px; margin-right: 12px; }
.act5 .act-art { position: relative; }
@media (max-width: 820px) {
  .act5-grid { grid-template-columns: 1fr; text-align: center; }
  .act5 .act-art { order: -1; }
  .act5-copy .act-lead { margin-left: auto; margin-right: auto; }
  .act5-copy .btn-cartoon { margin-right: 0; }
}

/* ============================================================
   RUTIN — personaje vectorial (SVG) + animaciones
   El monito azul de ClubRut, hecho en SVG para animarlo libremente.
   ============================================================ */
.rutin-svg { display: block; width: 100%; height: 100%; overflow: visible; }
.rutin-svg .r-body { fill: var(--blue); }
.rutin-svg .r-belly { fill: #ffffff; opacity: .10; }
.rutin-svg .r-foot { fill: #0a49b8; }
.rutin-svg .r-arm { fill: var(--blue); }
.rutin-svg .r-eyewhite { fill: #fff; }
.rutin-svg .r-pupil { fill: #0b1220; }
.rutin-svg .r-glint { fill: #fff; }
.rutin-svg .r-mouth { fill: #b0202a; }
.rutin-svg .r-tongue { fill: #ff5a72; }
/* Parpadeo: los ojos se cierran un instante cada tanto */
.rutin-svg .r-eye { transform-box: fill-box; transform-origin: center; animation: rutinBlink 5.2s infinite; }
.rutin-svg .r-eye.d2 { animation-delay: .12s; }
@keyframes rutinBlink { 0%,92%,100% { transform: scaleY(1); } 95%,97% { transform: scaleY(.12); } }
/* Saludo: el brazo derecho se mueve */
.rutin-svg .r-arm-wave { transform-box: fill-box; transform-origin: 20% 30%; }
.rutin-wave .r-arm-wave { animation: rutinWave 1.1s ease-in-out 3; }
@keyframes rutinWave { 0%,100% { transform: rotate(0); } 25% { transform: rotate(-26deg); } 60% { transform: rotate(-8deg); } 80% { transform: rotate(-22deg); } }
/* Flote idle sutil */
.rutin-bob { animation: rutinBob 3.4s ease-in-out infinite; }
@keyframes rutinBob { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }
/* Salto */
.rutin-jump { animation: rutinJump .72s cubic-bezier(.3,1.4,.6,1); }
@keyframes rutinJump { 0% { transform: translateY(0) scale(1,1); } 25% { transform: translateY(-38px) scale(.94,1.08); } 55% { transform: translateY(0) scale(1.08,.9); } 75% { transform: translateY(-8px) scale(1,1); } 100% { transform: translateY(0) scale(1,1); } }
/* Rodar/correr al hacer scroll rápido */
.rutin-roll { animation: rutinRoll .6s linear; }
@keyframes rutinRoll { from { transform: rotate(0); } to { transform: rotate(360deg); } }

/* ---------- Compañero de scroll (fijo) ---------- */
#rutin-buddy { position: fixed; z-index: 55; left: 20px; bottom: 22px; width: 92px; height: 92px;
  cursor: pointer; -webkit-tap-highlight-color: transparent;
  transition: left .7s cubic-bezier(.34,1.3,.5,1), right .7s cubic-bezier(.34,1.3,.5,1), bottom .5s ease, opacity .4s ease, transform .5s ease;
  filter: drop-shadow(0 12px 20px rgba(11,91,227,.32)); }
#rutin-buddy.right { left: auto; right: 20px; }
#rutin-buddy.hide { opacity: 0; transform: translateY(30px) scale(.6); pointer-events: none; }
#rutin-buddy .rb-inner { width: 100%; height: 100%; border-radius: 50%; }
#rutin-buddy .rb-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
  border: 3px solid #fff; box-shadow: inset 0 0 0 1px rgba(11,91,227,.1); background: var(--sky); }
#rutin-buddy .rb-bubble { position: absolute; bottom: 98%; left: 0; transform: translateY(6px) scale(.9); transform-origin: bottom left;
  background: #fff; color: var(--ink); font-weight: 700; font-size: 14.5px; line-height: 1.3;
  padding: 9px 14px; border-radius: 14px; white-space: normal; width: max-content; max-width: 220px; box-shadow: 0 8px 22px rgba(16,37,80,.16);
  border: 2px solid var(--blue); opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s cubic-bezier(.34,1.56,.64,1); }
#rutin-buddy.right .rb-bubble { left: auto; right: 0; transform-origin: bottom right; }
#rutin-buddy .rb-bubble::after { content: ""; position: absolute; top: 100%; left: 24px; border: 7px solid transparent; border-top-color: var(--blue); }
#rutin-buddy.right .rb-bubble::after { left: auto; right: 24px; }
#rutin-buddy.show-bubble .rb-bubble { opacity: 1; transform: translateY(0) scale(1); }
.rb-close { position: absolute; top: -6px; right: -6px; width: 22px; height: 22px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1; cursor: pointer;
  display: none; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,.12); z-index: 2; }
#rutin-buddy:hover .rb-close { display: flex; }

/* ---------- Sección "RUTIN se presenta" ---------- */
.act-presenta { position: relative; overflow: hidden; padding: var(--section-pad) 0;
  background: radial-gradient(120% 100% at 50% 0%, var(--sky) 0%, #fff 70%); }
.presenta-grid { display: grid; grid-template-columns: 440px 1fr; gap: clamp(24px,4vw,56px); align-items: center; }
.presenta-art { position: relative; width: 100%; max-width: 440px; margin: 0 auto; }
.presenta-art .rut-card { aspect-ratio: 1/1.12; }
.presenta-art .rut-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.presenta-copy .hero-kicker { margin-bottom: 12px; }
.presenta-copy h2 { font-size: clamp(26px,3.4vw,42px); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 14px; }
.presenta-copy .act-lead { max-width: 48ch; }
/* RUTIN es el personaje: su presentación pesa más que un texto de funciones. */
.presenta-lead { font-size: clamp(19px, 1.9vw, 27px); line-height: 1.5; color: var(--ink); font-weight: 600; }
.presenta-punch { font-family: var(--font-head); font-size: clamp(22px, 2.4vw, 32px); font-weight: 900; letter-spacing: -.02em; color: var(--ink); line-height: 1.1; margin: 16px 0 0; }
/* Nombre RUTIN: tratamiento de marca, distinto del texto que lo rodea. */
.rutin-name { font-weight: 900; letter-spacing: .04em; background: linear-gradient(92deg, var(--blue), var(--blue-hover)); -webkit-background-clip: text; background-clip: text; color: transparent; }
/* Claim grande de "Cómo funciona": lo llamativo de la sección. */
.big-claim { font-family: var(--font-head); font-size: clamp(26px, 4vw, 46px); font-weight: 900; letter-spacing: -.025em; line-height: 1.12; color: var(--blue); max-width: 18ch; margin: 10px auto 0; text-align: center; text-wrap: balance; }
.presenta-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 12px; }
.presenta-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; color: var(--ink); }
.presenta-list .pl-ic { flex: none; width: 34px; height: 34px; border-radius: 10px; background: var(--blue-tint);
  color: var(--blue-deep); display: flex; align-items: center; justify-content: center; font-size: 18px; }
@media (max-width: 820px) {
  .presenta-grid { grid-template-columns: 1fr; text-align: center; }
  .presenta-art { max-width: 220px; }
  .presenta-list li { text-align: left; }
  #rutin-buddy { width: 68px; height: 68px; left: 12px; bottom: 12px; }
  #rutin-buddy .rb-bubble { font-size: 13.5px; white-space: normal; max-width: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  .rutin-bob, .rutin-svg .r-eye { animation: none !important; }
  #rutin-buddy { transition: opacity .3s ease; }
  .rutin-jump, .rutin-roll, .rutin-wave .r-arm-wave { animation: none !important; }
}

/* ===== RESBALÍN — RUTIN se desliza entre secciones (scroll-driven) ===== */
.rutin-slide { position: relative; overflow: hidden; padding: clamp(18px,4vw,46px) 0;
  background: linear-gradient(180deg, #fff 0%, var(--sky) 100%); }
.slide-wrap { position: relative; height: clamp(200px, 26vw, 320px); }
.slide-ramp { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.ramp-track { fill: none; stroke: var(--blue); stroke-width: 22; stroke-linecap: round; opacity: .16; }
.ramp-shine { fill: none; stroke: #fff; stroke-width: 6; stroke-linecap: round; opacity: .7; }
.slide-rider { position: absolute; top: 0; left: 0; width: clamp(54px,7vw,76px); height: clamp(60px,7.8vw,84px);
  will-change: transform; transform: translate(-200px,-200px); }
.slide-rider .rutin-svg { width: 100%; height: 100%; display: block; }
.slide-rider.land .rutin-svg { animation: riderSquash .5s cubic-bezier(.3,1.4,.6,1); }
@keyframes riderSquash { 0%,100% { transform: scale(1,1); } 30% { transform: scale(1.16,.86); } 62% { transform: scale(.92,1.08); } }
.slide-splash { position: absolute; font-weight: 800; color: var(--blue-deep); background: #fff;
  border: 2px solid var(--blue); border-radius: 14px; padding: 6px 12px; font-size: 14px; white-space: nowrap;
  opacity: 0; transform: scale(.7) translateY(6px); transition: opacity .25s ease, transform .35s cubic-bezier(.34,1.56,.64,1); }
.slide-splash.show { opacity: 1; transform: scale(1) translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .slide-rider.land .rutin-svg { animation: none; }
  .slide-splash { transition: opacity .2s ease; transform: none; }
}

/* ============================================================
   INTRO DE BIENVENIDA — RUTIN sale del anillo del logo y saluda.
   100% CSS/SVG (sin video, peso casi cero). GPU: solo transform/opacity.
   Se muestra según data-intro en <html> (lo decide el script del <head>).
   ============================================================ */
.intro-ov { position: fixed; inset: 0; z-index: 9999; background: #fff;
  display: grid; grid-auto-flow: row; place-content: center; place-items: center; gap: 26px; }
html[data-intro="skip"] .intro-ov, html[data-intro="done"] .intro-ov { display: none; }
/* fade-out del overlay: lo dispara el JS al terminar el video (clase .fade) */
.intro-ov.fade { animation: introOut .5s ease forwards; }
@keyframes introOut { to { opacity: 0; visibility: hidden; } }

/* Video de bienvenida (Higgsfield): centrado, grande. SIN borde ni sombra:
   el blanco del video se funde con el fondo blanco (nada de "marco de teléfono"). */
.intro-video { max-height: 86vh; max-width: 96vw; width: auto; height: auto;
  border-radius: 0; box-shadow: none; background: #fff; }
@media (max-width: 640px) { .intro-video { max-height: 88vh; max-width: 100vw; } }

.intro-stage { display: grid; place-items: center; gap: 26px; }
.intro-icon { position: relative; width: clamp(120px, 22vw, 168px); aspect-ratio: 1; }
.intro-icon > * { position: absolute; inset: 0; }
/* Capa C: cuadrado redondeado azul (fondo del ícono) */
.intro-sq { border-radius: 26%; background: linear-gradient(155deg, #2f6bff 0%, var(--blue) 55%, var(--blue-deep) 100%);
  box-shadow: 0 20px 50px rgba(11,91,227,.34); z-index: 1; }
/* Capa B: anillo con flecha (blanco) */
.intro-ring { z-index: 2; overflow: visible; }
.intro-ring path { fill: none; stroke: #eef4ff; stroke-width: 20; stroke-linecap: round; }
.intro-ring .arrow { fill: #eef4ff; stroke: none; }
/* Capa A: RUTIN (sale del anillo hacia el visitante) */
.intro-rutin { z-index: 3; display: grid; place-items: center; }
.intro-rutin-inner { width: 58%; transform-origin: 50% 92%; }
.intro-rutin-inner .rutin-svg { width: 100%; height: 100%; filter: drop-shadow(0 14px 18px rgba(11,91,227,.28)); }

/* Texto de bienvenida */
.intro-copy { text-align: center; opacity: 0; }
.intro-title { font-size: clamp(26px, 4.4vw, 44px); font-weight: 900; letter-spacing: -.02em; color: var(--navy); }
.intro-sub { font-size: clamp(15px, 2vw, 19px); color: var(--muted); margin-top: 6px; font-weight: 600; }

/* Botón Saltar */
.intro-skip { position: fixed; right: 18px; bottom: 16px; z-index: 10000;
  background: #fff; color: var(--muted); border: 1.5px solid var(--line); border-radius: 999px;
  padding: 9px 18px; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
  box-shadow: var(--sh-sm); transition: color .15s, border-color .15s; }
.intro-skip:hover { color: var(--ink); border-color: #cfe0ff; }
html[data-intro="skip"] .intro-skip, html[data-intro="done"] .intro-skip { display: none; }

/* Confeti (JS inyecta ~30 partículas) */
.intro-confetti { position: fixed; inset: 0; z-index: 9998; pointer-events: none; overflow: hidden; }
.intro-confetti i { position: absolute; width: 10px; height: 10px; border-radius: 2px; opacity: 0; }

/* ---- Secuencia (solo cuando se muestra) ---- */
.intro-icon { animation: introAppear .6s ease both; }
.intro-ring { animation: introRing 1s cubic-bezier(.4,0,.2,1) .6s both; transform-origin: 50% 50%; }
.intro-sq { animation: introSqFade .8s ease .7s forwards; }
.intro-rutin { animation: introEmerge 1s cubic-bezier(.2,.7,.3,1) .6s forwards; }
.intro-rutin-inner { animation: introWave 1.05s ease 1.6s; }
.intro-copy { animation: introCopyIn .6s ease 1.7s forwards; }

@keyframes introAppear { from { opacity: 0; transform: scale(.85); } to { opacity: 1; transform: scale(1); } }
@keyframes introRing { to { transform: rotate(360deg); } }
@keyframes introSqFade { to { opacity: 0; transform: scale(.9); } }
@keyframes introEmerge {
  0% { transform: scale(.72) translateY(0); }
  100% { transform: scale(2.45) translateY(-6%); } }
@keyframes introWave {
  0%,100% { transform: rotate(0) translateY(0); }
  20% { transform: rotate(-6deg) translateY(-2%); }
  50% { transform: rotate(5deg) translateY(0); }
  75% { transform: rotate(-4deg) translateY(-1%); } }
@keyframes introCopyIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes introConfetti {
  0% { opacity: 0; transform: translate(0,0) rotate(0); }
  12% { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--cx), var(--cy)) rotate(var(--cr)); } }

@media (max-width: 640px) {
  .intro-skip { right: 12px; bottom: 12px; }
}
/* En móvil RUTIN crece un poco menos */
@media (max-width: 560px) {
  @keyframes introEmerge {
    0% { transform: scale(.72) translateY(0); }
    100% { transform: scale(1.85) translateY(-5%); } }
}

/* Accesibilidad: con menos movimiento, la intro NO aparece (CSS puro, sin depender de JS). */
@media (prefers-reduced-motion: reduce) {
  .intro-ov, .intro-skip, .intro-confetti { display: none !important; }
}

/* Foto realista de RUTIN en la caja (reemplaza la ilustración plana). */
.cajafig { margin: 0; border-radius: var(--r-img); overflow: hidden; box-shadow: var(--sh-lg);
  aspect-ratio: 1672 / 941; background: #0c1d44; }
.cajafig picture { display: block; width: 100%; height: 100%; }
.cajafig img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ============================================================
   BANDAS — franjas de ancho completo, una sola frase, entre secciones.
   El respiro y el golpe del storytelling.
   ============================================================ */
.banda { background: var(--blue); color: #fff; text-align: center;
  padding: clamp(36px,6vw,64px) 24px; }
.banda p { max-width: 1100px; margin: 0 auto; font-weight: 900; letter-spacing: -.02em;
  font-size: clamp(38px,4.5vw,68px); line-height: 1.12; }
.banda.soft { background: var(--navy); }
.banda.tint { background: var(--sky); color: var(--navy); }

/* ---- HERO: subline bajo los botones ---- */
.hero-sub { margin-top: 18px; color: var(--muted); font-size: clamp(15px, 1vw, 17px); max-width: 560px; }

/* ---- Hooks de sección (grande, encima del apoyo) ---- */
.hook { font-size: clamp(38px,3.6vw,58px); line-height: 1.06; letter-spacing: -.025em;
  font-weight: 900; color: var(--navy); margin: 0 0 16px; }
.hook .accent { color: var(--blue); }
.hook-sub { font-size: clamp(18px,1.3vw,21px); line-height: 1.6; color: var(--muted); max-width: 68ch; }
.section-close { font-size: clamp(22px,2.4vw,30px); font-weight: 800; color: var(--navy);
  line-height: 1.2; margin-top: 22px; }

/* ---- El Problema: lista de 3 ---- */
.prob-list { list-style: none; max-width: 560px; margin: 22px auto; padding: 0; display: grid; gap: 12px; text-align: left; }
.prob-list li { position: relative; padding-left: 30px; font-size: clamp(18px,1.4vw,21px); color: var(--ink); font-weight: 600; }
.prob-list li::before { content: "—"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }

/* ---- El Homenaje: líneas cortas, mucho aire ---- */
.homenaje { background: linear-gradient(180deg, var(--sky), #fff); text-align: center; }
.homenaje .hom-lines { max-width: 720px; margin: 26px auto 0; display: grid; gap: 20px; }
.homenaje .hom-lines p { font-size: clamp(18px,2.3vw,25px); line-height: 1.35; color: var(--ink); font-weight: 600; }
.homenaje .section-close { margin-top: 34px; }

/* ---- Objeciones (FAQ del mesón) ---- */
.faq { background: linear-gradient(180deg, #fff, var(--sky)); }
.faq-list { max-width: 920px; margin: 40px auto 0; display: grid; gap: 16px; }
.faq-item { background: #fff; border: 1px solid #d7e3fb; border-left: 6px solid var(--blue);
  border-radius: 16px; padding: 22px 26px; box-shadow: 0 10px 26px rgba(11,91,227,.10); text-align: left;
  transition: transform .16s ease, box-shadow .16s ease; }
.faq-item:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(11,91,227,.18); }
.faq-item .q { font-weight: 900; color: var(--blue-deep); font-size: clamp(19px, 1.5vw, 24px); margin: 0 0 8px; letter-spacing: -.015em; }
.faq-item .a { color: var(--ink); font-size: clamp(17px, 1.2vw, 19px); line-height: 1.6; margin: 0; }

/* ---- Cierre + Puerta del vecino ---- */
.cierre { text-align: center; background: var(--navy); color: #fff; }
.cierre .hook { color: #fff; }
.cierre .hook .accent { color: #7fb0ff; }
.cierre .cierre-sub { color: rgba(255,255,255,.7); margin-top: 16px; font-size: 14.5px; }
.cierre .btn-cartoon { margin-top: 24px; }
.puerta { background: var(--sky); text-align: center; }
.puerta .hook { font-size: clamp(22px,3vw,34px); }
.puerta form, .puerta .puerta-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }

/* Microcopy de cada plan (bajo el nº de sucursales) */
.plan-tag { font-size: 12.5px; color: var(--muted); margin-top: 3px; line-height: 1.35; }

/* ---- Programa Fundadores (bloque destacado en precios) ---- */
.founders { max-width: 760px; margin: 34px auto 0; text-align: center;
  background: linear-gradient(135deg, #0B5BE3, #0A3EA0); color: #fff;
  border-radius: 20px; padding: clamp(24px, 3vw, 34px) clamp(22px, 4vw, 40px);
  box-shadow: 0 20px 50px rgba(11,62,160,.28); }
.founders-badge { display: inline-block; background: var(--yellow); color: #3a2a00;
  font-weight: 900; font-size: clamp(12px, 1vw, 14px); letter-spacing: .04em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 14px; }
.founders h3 { font-size: clamp(22px, 2.2vw, 30px); line-height: 1.2; color: #fff; margin: 0 0 10px; letter-spacing: -.02em; }
.founders p { color: #d7e4ff; font-size: clamp(16px, 1.1vw, 19px); line-height: 1.55; max-width: 56ch; margin: 0 auto; }

/* ---- Precio de lanzamiento (banner + badge + precio "antes") ---- */
.launch-banner { display: flex; width: fit-content; max-width: 100%; align-items: center; justify-content: center; gap: 10px; margin: 18px auto 4px;
  background: linear-gradient(100deg, #fff3d1, #ffe49b); color: #6b4e00;
  border: 1.5px solid #ffd25e; border-radius: 999px; padding: 12px 26px;
  font-size: clamp(16px, 1.2vw, 20px); font-weight: 800; box-shadow: 0 8px 22px rgba(245,168,0,.22); }
.launch-banner .launch-pct { background: #e0272d; color: #fff; border-radius: 999px; padding: 2px 12px; font-weight: 900; }
.launch-banner .launch-spark { font-size: 1.15em; }
.plan .plan-inner { position: relative; }
.launch-tag { position: absolute; top: 12px; right: 12px; z-index: 3;
  background: linear-gradient(135deg, #ff4d4f, #e0272d); color: #fff;
  font-weight: 900; font-size: 14px; letter-spacing: .01em; padding: 7px 12px; border-radius: 12px;
  box-shadow: 0 8px 18px rgba(224,39,45,.35); transform: rotate(3deg); }
.plan.pop .launch-tag { top: 44px; }  /* deja espacio al ribbon RECOMENDADO */
.price-was { color: var(--muted); font-size: 15px; font-weight: 600; text-decoration: line-through;
  text-decoration-color: #e0272d; opacity: .8; margin-top: 8px; }
.price-was span { text-decoration: line-through; }

/* ---- #problema en 2 columnas (texto + imagen del cuaderno) ---- */
.prob-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 64px); align-items: center; text-align: left; }
.prob-grid .hook { text-align: left; }
.prob-grid .hook-sub { margin: 14px 0 0; max-width: none; }
.prob-grid .prob-list { margin: 20px 0; max-width: none; }
.prob-grid .prob-art { margin: 0; }
.prob-grid .prob-art .rut-card { max-width: 460px; margin-left: auto; }
.prob-grid .prob-art img { object-fit: cover; }
@media (max-width: 820px) {
  .prob-grid { grid-template-columns: 1fr; text-align: center; }
  .prob-grid .hook { text-align: center; }
  .prob-grid .prob-list { max-width: 420px; margin: 20px auto; }
  .prob-grid .section-close { text-align: center !important; }
  .prob-grid .prob-art { order: -1; }
  .prob-grid .prob-art .rut-card { margin: 0 auto; max-width: 92vw; }
}

/* ---- #como (Qué es): agrandar título y bajada (no dejar letra chica) ---- */
.act3-head { max-width: 900px; }
.act3 .act-title { font-size: clamp(32px, 3.6vw, 54px); line-height: 1.06; letter-spacing: -.02em; color: var(--navy); font-weight: 900; margin: 14px 0 16px; }
.act3 .act-title .accent { color: var(--blue); }
.act3-head .act-lead { font-size: clamp(19px, 1.45vw, 24px); color: var(--muted); line-height: 1.6; }

/* ============================================================
   TIPOGRAFÍA DE MARCA + TÍTULOS GRANDES (override final)
   Fuente redondeada "Baloo 2" para todos los títulos; tamaños
   subidos para que peguen fuerte. El cuerpo sigue en sans del sistema.
   ============================================================ */
:root { --font-head: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }

h1, h2, h3,
.hook, .h2, .act-title, .brand, .banda p,
.plan .price, .fd-txt h3, .presenta-copy h2 {
  font-family: var(--font-head);
}

/* Sans del sistema, peso alto y tracking apretado (look serio de marca) */
h1, h2, h3, .hook, .h2, .act-title, .banda p { font-weight: 900; letter-spacing: -.025em; }
.brand { font-weight: 900; }

/* --- TAMAÑOS: todos los títulos, mucho más grandes --- */
.hero-v3 h1                { font-size: clamp(52px, 6.6vw, 88px); line-height: 1.02; }
.hook, .presenta-copy .hook { font-size: clamp(40px, 4.4vw, 68px); line-height: 1.05; }
.h2                        { font-size: clamp(38px, 3.8vw, 60px); line-height: 1.06; }
.act3 .act-title           { font-size: clamp(40px, 4.2vw, 64px); line-height: 1.05; }
.act2 .act-title           { font-size: clamp(36px, 4vw, 58px); line-height: 1.05; }
.presenta-copy h2          { font-size: clamp(38px, 4vw, 60px); line-height: 1.05; }
.banda p                   { font-size: clamp(42px, 4.8vw, 74px); line-height: 1.08; }

/* Bajadas de sección un punto más grandes también */
.h2 + .sub, .act3-head .act-lead, .hook-sub { font-size: clamp(19px, 1.4vw, 23px); }

/* El mensaje "ClubRut no hace boletas": casi como título, protagonista */
.act3 .note {
  max-width: 900px !important; margin: 26px auto 0 !important;
  font-family: var(--font-head); font-weight: 700;
  font-size: clamp(24px, 2.4vw, 34px) !important; line-height: 1.25;
  padding: 22px 26px !important; border-radius: 18px !important;
}

/* ---- Aumentar textos de contenido que quedaban chicos ---- */
.stat .l { font-size: clamp(16px, 1.1vw, 18.5px) !important; line-height: 1.5; }
.why .sub, #porque .sub { font-size: clamp(19px, 1.4vw, 23px) !important; }
.funcs .sub, #funciones .sub { font-size: clamp(19px, 1.4vw, 23px) !important; }
.note { font-size: clamp(17px, 1.2vw, 20px) !important; line-height: 1.55; padding: 16px 20px !important; }
.presenta-copy .act-lead { font-size: clamp(18px, 1.35vw, 22px); }
.bullets li { font-size: clamp(17px, 1.2vw, 20px); line-height: 1.55; }

/* ---- Textos como "subtítulo" (más grandes) ---- */
.hero-v3 .hero-lead { font-size: clamp(20px, 1.7vw, 26px) !important; line-height: 1.5; max-width: 620px; }
.presenta-copy .act-lead { font-size: clamp(20px, 1.6vw, 25px) !important; line-height: 1.5; }
.act3-head .act-lead { font-size: clamp(20px, 1.6vw, 26px) !important; line-height: 1.55; }

/* ---- Título "Cómo funciona" sobre los pasos ---- */
.act3 .steps-col { display: flex; flex-direction: column; justify-content: center; }
.act3 .steps-title { font-size: clamp(30px, 3vw, 46px); font-weight: 900; color: var(--navy);
  letter-spacing: -.02em; margin: 0 0 22px; }

/* ---- Descripciones cortas con estilo de subtítulo (no letra chica gris tipo Word) ---- */
.feat p { color: #334155 !important; font-size: clamp(16px, 1.1vw, 18px) !important; line-height: 1.45; font-weight: 500; }
.steps-v3 li p { color: #475569 !important; font-size: clamp(16px, 1.1vw, 18px) !important; font-weight: 500; }
.plans .plan .cover { color: var(--blue-deep); }

/* ============================================================
   SUBTÍTULOS: tamaño consistente y grande (el usuario los quiere
   todos a este tamaño; varios quedaban chicos por tener max bajo).
   ============================================================ */
/* TIPOGRAFÍA DE SUBTÍTULO = la de la nota "no hace boletas":
   system sans, PESO 700 (bold) y color AZUL. En fondo claro va azul oscuro;
   en fondo oscuro va azul claro para que se lea. Tamaño ~18–22px. */
.hero-v3 .hero-lead,
.presenta-copy .act-lead,
.act3-head .act-lead,
.contact .sub, #contacto .sub,
.infocard p,
.fd-txt p,
.feat p, .steps-v3 li p,
.tcard blockquote,
.pricing .sub, #planes .sub {
  font-size: clamp(23px, 2.3vw, 32px) !important;
  font-weight: 700 !important;
  color: var(--blue-deep) !important;
  letter-spacing: -.015em;
  line-height: 1.35 !important;
}
/* Testimonios: un poco más chicos (son varias líneas dentro de tarjeta) */
.tcard blockquote { font-size: clamp(18px, 1.5vw, 22px) !important; }
/* Secciones de fondo navy (Por qué, Cierre): tono claro legible */
.why .sub, .why .bullets li, #porque .bullets li,
.why .stat .l, #porque .stat .l,
.cierre .cierre-sub, .cierre-sub {
  font-size: clamp(20px, 1.9vw, 26px) !important;
  font-weight: 700 !important;
  color: #dbe6ff !important;
  letter-spacing: -.015em;
  line-height: 1.35 !important;
}
.note, .funcs .note, #funciones .note { font-size: clamp(18px, 1.3vw, 21px) !important; font-weight: 700 !important; line-height: 1.4; }
/* Cierre: el dato de las claves es clave para el cliente → grande y separado del botón. */
.cierre .cierre-sub { color: #fff !important; margin-top: 30px !important; font-size: clamp(24px, 2.7vw, 36px) !important; font-weight: 800 !important; }
.act3-head .act-lead, .contact .sub, .puerta .sub { max-width: 52ch; margin-left: auto; margin-right: auto; }

/* ---- Puerta del vecino: input de RUT interactivo ---- */
.puerta-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 26px auto 0; max-width: 560px; }
.puerta-form input { flex: 1 1 260px; min-width: 220px; border: 2px solid var(--line); border-radius: 14px;
  padding: 15px 18px; font-size: 18px; font-weight: 600; color: var(--ink); background: #fff;
  transition: border-color .15s, box-shadow .15s; }
.puerta-form input::placeholder { color: #9aa6b8; font-weight: 500; }
.puerta-form input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11,91,227,.15); }
.puerta-form .btn-cartoon { flex: 0 0 auto; }
@media (max-width: 560px) { .puerta-form .btn-cartoon { width: 100%; } }

/* ---- Banner de cookies ---- */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  max-width: 720px; margin: 0 auto; background: var(--navy); color: #eaf0fb;
  border: 1px solid rgba(255,255,255,.14); border-radius: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.32);
  padding: 16px 20px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
  animation: ckUp .4s cubic-bezier(.2,.8,.3,1) both; }
/* Sin esta regla, display:flex de arriba le gana a [hidden] y el banner no se oculta
   al aceptar. El selector con [hidden] tiene mayor especificidad → se oculta bien. */
.cookie-banner[hidden] { display: none; }
@keyframes ckUp { from { opacity: 0; transform: translateY(20px); } }
.cookie-banner .ck-txt { flex: 1 1 320px; font-size: 14.5px; line-height: 1.5; margin: 0; }
.cookie-banner a { color: #a9c6ff; }
.cookie-banner .ck-actions { display: flex; gap: 10px; flex: none; }
.ck-btn { border: 0; border-radius: 10px; padding: 10px 18px; font-weight: 800; font-size: 14px; cursor: pointer;
  background: var(--blue); color: #fff; }
.ck-btn:hover { background: var(--blue-hover); }
.ck-btn.ghost { background: transparent; color: #cdd9f2; border: 1px solid rgba(255,255,255,.22); }
.ck-btn.ghost:hover { background: rgba(255,255,255,.06); }
@media (max-width: 560px) { .cookie-banner .ck-actions { width: 100%; } .ck-btn { flex: 1; } }
