/* =================================================================
   Koomunity - Landing VSL (carta de venta) - estilos autocontenidos
   Usado por app/Views/public/landings/vsl-koo.php (layout landing-vsl).
   ================================================================= */
    :root {
      /* Marca Koomunity */
      --brand-primary: #2d4f9f;
      --brand-primary-bright: #3b6fd4;
      --brand-accent: #0ea5e9;
      --brand-accent-bright: #38bdf8;
      --brand-accent-soft: #67e8f9;
      --brand-deep: #000814;
      --brand-deep-mid: #030d18;
      --brand-deep-surface: #051018;
      --brand-deep-panel: #071a30;

      --text: #f1f5f9;
      --muted: #a8b5ca;
      --muted-2: #64748b;
      --line: rgba(125, 211, 252, 0.14);
      --line-strong: rgba(147, 197, 253, 0.22);

      /* Tema claro */
      --light-bg: #f0f9ff;
      --light-surface: #ffffff;
      --light-surface-alt: #e0f2fe;
      --light-border: #bae6fd;
      --light-border-strong: #7dd3fc;
      --light-text: #0f172a;
      --light-soft: #475569;
      --light-muted: #64748b;

      --success: #16a34a;
      --warning: #f59e0b;

      --cta-bg: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 55%, #3b6fd4 100%);
      --grad-light: linear-gradient(120deg, #0369a1 0%, #0284c7 28%, #0ea5e9 52%, #2563eb 100%);
      --grad-dark: linear-gradient(120deg, #bae6fd 0%, #38bdf8 30%, #60a5fa 65%, #7dd3fc 100%);

      --shadow: 0 24px 60px rgba(0, 4, 12, 0.45);
      --shadow-soft: 0 12px 32px rgba(15, 23, 42, 0.08);
      --shadow-glow: 0 12px 28px rgba(14, 165, 233, 0.28);
      --radius: 22px;
      --radius-lg: 28px;
      --max: 1180px;
      --font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
      --font-display: 'Bebas Neue', var(--font-sans);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: var(--font-sans);
      color: var(--light-text);
      background: var(--light-bg);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    h1, h2, h3, h4 { line-height: 1.1; font-weight: 800; margin: 0; }

    .wrap { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
    .wrap-narrow { width: min(58rem, calc(100% - 36px)); margin-inline: auto; }
    .grad { background: var(--grad-light); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

    .display {
      font-family: var(--font-display);
      font-weight: 400;
      letter-spacing: .04em;
      text-transform: uppercase;
      line-height: .98;
    }

    /* ===== Botones ===== */
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 10px;
      padding: 15px 26px; border-radius: 16px; border: 1px solid transparent;
      font-weight: 800; font-size: 1rem; cursor: pointer; text-align: center; line-height: 1;
      transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease, color .18s ease;
    }
    .btn:hover { transform: translateY(-2px); }
    .btn-accent { background: var(--cta-bg); color: #fff; box-shadow: var(--shadow-glow); }
    .btn-accent:hover { filter: brightness(1.07); }
    .btn-lg { padding: 17px 30px; font-size: 1.08rem; }
    .btn-outline-dark {
      background: rgba(7, 26, 48, .55); border-color: rgba(147, 197, 253, .25);
      color: #f1f5f9; backdrop-filter: blur(6px);
    }
    .btn-outline-dark:hover { border-color: var(--brand-accent-bright); color: #e0f7ff; background: rgba(56, 189, 248, .1); }
    .btn-outline-light {
      background: var(--light-surface); border-color: var(--light-border-strong); color: var(--light-text);
    }
    .btn-outline-light:hover { border-color: var(--brand-accent); color: var(--brand-primary); background: var(--light-surface-alt); }

    /* ===== Banda oscura (header + hero) ===== */
    .dark-band {
      position: relative;
      background: var(--brand-deep);
      color: var(--text);
    }

    /* Header */
    .site-header {
      position: sticky; top: 0; z-index: 60;
      background: #000814;
      border-bottom: 1px solid var(--line);
    }
    .site-header__inner {
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
      padding: 14px 0;
    }
    .site-header__logo img { height: 38px; width: auto; }
    .site-header__cta { display: inline-flex; gap: 10px; }
    .site-header__cta .btn { padding: 11px 18px; font-size: .92rem; border-radius: 13px; }
    @media (max-width: 620px) {
      /* En móvil mostramos AMBOS botones (compactos): "Ya tengo cuenta" para
         miembros y "Ver planes" para nuevos. Se reducen para que quepan. */
      .site-header__inner { gap: 8px; }
      .site-header__logo img { height: 28px; }
      .site-header__cta { gap: 6px; }
      .site-header__cta .btn { padding: 9px 12px; font-size: .8rem; border-radius: 11px; }
    }
    @media (max-width: 380px) {
      .site-header__logo img { height: 24px; }
      .site-header__cta .btn { padding: 8px 9px; font-size: .72rem; }
    }

    /* Hero */
    .hero {
      position: relative; overflow: hidden; isolation: isolate;
      padding-block: clamp(2.5rem, 6vw, 4.5rem);
    }
    .hero__bg-img {
      position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%;
      object-fit: cover; object-position: center; pointer-events: none; user-select: none;
    }
    .hero__overlay {
      position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background:
        linear-gradient(180deg, rgba(0,8,20,.78) 0%, rgba(0,8,20,.86) 60%, rgba(0,8,20,.96) 100%),
        radial-gradient(ellipse 90% 70% at 50% 0%, rgba(56,189,248,.14), transparent 55%);
    }
    .hero__canvas { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; pointer-events: none; }
    .hero__inner { position: relative; z-index: 3; }

    .hero__tag {
      display: inline-flex; align-items: center; gap: 9px; padding: .45rem 1rem;
      border-radius: 999px; border: 1px solid rgba(74, 222, 128, .35);
      background: rgba(34, 197, 94, .12); color: #bbf7d0;
      font-size: .85rem; font-weight: 700; margin-bottom: 18px;
    }
    .hero__tag .dot { width: 9px; height: 9px; border-radius: 999px; background: #4ade80; box-shadow: 0 0 0 5px rgba(74,222,128,.18); }
    .hero__title {
      font-size: clamp(2.3rem, 6vw, 4.6rem); color: #f8fafc; max-width: 16ch; margin: 0 auto 16px;
    }
    .hero__title .grad { background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .hero__subtitle {
      font-size: clamp(1rem, 1.8vw, 1.2rem); color: var(--muted); line-height: 1.6;
      max-width: 60ch; margin: 0 auto 22px;
    }
    .hero--center { text-align: center; }

    /* ===== Tarjeta de video ===== */
    .video-shell {
      width: min(900px, 100%); margin: 0 auto;
      background: linear-gradient(155deg, var(--brand-deep-surface) 0%, var(--brand-deep-mid) 48%, var(--brand-deep) 100%);
      border: 1px solid var(--line-strong); border-radius: var(--radius-lg);
      box-shadow: var(--shadow); overflow: hidden;
    }
    .video-stage { position: relative; width: 100%; padding-top: 56.25%; height: 0; background: #02050d; overflow: hidden; }
    #vimeoWrap { position: absolute; inset: 0; background: #000; z-index: 1; }
    #vimeoWrap iframe {
      position: absolute; inset: 0; width: 100%; height: 100%; border: 0; opacity: 0;
      pointer-events: none; transition: opacity .25s ease; background: #000;
    }
    #vimeoWrap.player-visible iframe { opacity: 1; pointer-events: auto; }

    .poster-overlay, .pause-overlay, .resume-modal {
      position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 16px;
      overflow-y: auto;
    }
    .poster-overlay {
      background:
        linear-gradient(180deg, rgba(0,8,20,.35), rgba(0,8,20,.72)),
        var(--poster-image, radial-gradient(circle at center, rgba(56,189,248,.28), rgba(2,5,13,.5)));
      background-size: cover; background-position: center; cursor: pointer; z-index: 60;
      transition: opacity .35s ease, visibility .35s ease;
    }
    .poster-overlay.hidden, .pause-overlay.hidden, .resume-modal.hidden {
      opacity: 0; visibility: hidden; pointer-events: none;
    }
    .poster-content { text-align: center; max-width: 640px; }
    .play-btn {
      width: 92px; height: 92px; border-radius: 999px; border: 0;
      background: linear-gradient(135deg, rgba(56,189,248,.92), rgba(14,165,233,.92));
      display: grid; place-items: center; margin: 0 auto 18px; cursor: pointer;
      box-shadow: 0 18px 44px rgba(14,165,233,.45), 0 0 0 10px rgba(56,189,248,.12);
      transition: transform .2s ease;
    }
    .play-btn:hover { transform: scale(1.05); }
    .play-icon {
      width: 0; height: 0; border-left: 26px solid #021018; border-top: 16px solid transparent;
      border-bottom: 16px solid transparent; margin-left: 7px;
    }
    .poster-kicker {
      display: inline-flex; gap: 8px; align-items: center; border: 1px solid rgba(147,197,253,.25);
      background: rgba(56,189,248,.1); padding: 9px 15px; border-radius: 999px; font-size: 13px;
      color: #cbeafe; margin-bottom: 14px; font-weight: 600;
    }
    .poster-title { font-size: clamp(1.35rem, 2.8vw, 2.3rem); line-height: 1.12; margin: 0 0 10px; color: #fff; letter-spacing: -0.02em; }
    .poster-text { margin: 0; font-size: 1rem; color: #cbd9f0; line-height: 1.6; }

    .pause-overlay { background: linear-gradient(180deg, rgba(1,8,20,.2), rgba(1,8,20,.9)); z-index: 80; }
    .resume-modal { z-index: 90; background: linear-gradient(180deg, rgba(1,8,20,.25), rgba(1,8,20,.85)); }
    .pause-card, .resume-card {
      width: min(500px, 100%); max-height: 100%; overflow-y: auto;
      padding: 18px 22px; border-radius: 18px;
      background: rgba(5, 16, 30, .94); border: 1px solid var(--line-strong);
      text-align: center; box-shadow: 0 24px 70px rgba(0,4,12,.55);
    }
    .pause-card h3, .resume-card h3 { margin: 0 0 7px; font-size: clamp(1.1rem, 2.2vw, 1.5rem); color: #fff; }
    .pause-card p, .resume-card p { margin: 0 0 14px; color: var(--muted); line-height: 1.45; font-size: .92rem; }
    .btn-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
    .btn-row .btn { min-height: 44px; }

    /* Barra de progreso externa */
    .video-progress {
      display: none; padding: 11px 16px 13px; border-top: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(6,12,28,.65), rgba(7,26,48,.5));
      pointer-events: none; user-select: none;
    }
    .video-progress--visible { display: block; }
    .video-progress__track { height: 6px; border-radius: 999px; background: rgba(255,255,255,.16); overflow: hidden; margin-bottom: 7px; }
    .video-progress__fill {
      height: 100%; width: 0%; border-radius: 999px;
      background: linear-gradient(90deg, #38bdf8, #0ea5e9, #3b6fd4);
      box-shadow: 0 0 12px rgba(56,189,248,.45); transition: width .12s linear;
    }
    .video-progress__meta {
      font-size: .76rem; font-weight: 800; letter-spacing: .06em; color: #dce7ff;
      text-align: center; font-variant-numeric: tabular-nums;
    }

    /* Meta debajo del video */
    .video-meta {
      display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 18px;
      border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(6,12,28,.6), rgba(7,26,48,.45));
    }
    .meta-tile {
      display: flex; align-items: flex-start; gap: 12px; padding: 14px;
      border-radius: 16px; border: 1px solid rgba(56,189,248,.18); background: rgba(0,4,12,.45);
    }
    .meta-emoji { font-size: 1.7rem; line-height: 1; flex-shrink: 0; }
    .meta-tile-body strong {
      display: block; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
      margin-bottom: 5px; color: var(--brand-accent-bright);
    }
    .meta-tile-body span { font-size: .9rem; font-weight: 600; line-height: 1.4; color: #e8eeff; }

    /* CTA bajo el video (revelado tras el video) */
    .hero-cta-band {
      margin-top: 26px; width: min(900px, 100%); margin-inline: auto;
      text-align: center;
    }
    .hero-cta-band .after-video {
      font-size: 1.02rem; color: var(--muted); line-height: 1.6; margin: 0 0 16px; max-width: 60ch; margin-inline: auto;
    }
    .hero-cta-band__buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

    /* ===== Secciones claras ===== */
    .section { padding-block: clamp(3rem, 6vw, 5rem); }
    .section--alt { background: var(--light-surface-alt); border-block: 1px solid var(--light-border); }
    .section--deep {
      background: var(--brand-deep); color: var(--text); position: relative; overflow: hidden; isolation: isolate;
    }
    .section__head { text-align: center; max-width: 64ch; margin: 0 auto 40px; }
    .eyebrow {
      display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .18em;
      text-transform: uppercase; color: var(--brand-accent); margin-bottom: 12px;
    }
    .section--deep .eyebrow { color: var(--brand-accent-bright); }
    .section__title { font-size: clamp(1.85rem, 3.4vw, 2.8rem); color: var(--light-text); letter-spacing: .02em; }
    .section--deep .section__title { color: #f8fafc; }
    .section--deep .section__title .grad { background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .section__lead { margin-top: 16px; font-size: 1.08rem; line-height: 1.65; color: var(--light-soft); }
    .section--deep .section__lead { color: var(--muted); }

    /* Info boxes (problema) */
    .info-box {
      background: #e6f6fc; border: 1px solid #a5d8f0; border-radius: 18px;
      padding: 18px 22px; text-align: center;
    }
    .info-box__text { margin: 0; font-weight: 700; color: var(--light-text); font-size: 1.05rem; }
    .info-box--mb { margin-bottom: 22px; }

    .problem-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0;
    }
    .problem-card {
      position: relative; background: var(--light-surface); border: 1px solid var(--light-border);
      border-radius: 18px; padding: 22px 20px 20px; box-shadow: var(--shadow-soft);
    }
    .problem-card p { margin: 0; color: var(--light-text); line-height: 1.55; font-weight: 500; }
    .problem-num {
      display: block; font-family: var(--font-display); font-size: 2.4rem; line-height: 1; margin-bottom: 10px;
    }
    .pn1 { color: #0284c7; } .pn2 { color: #06b6d4; } .pn3 { color: #14b8a6; }
    .pn4 { color: #8b5cf6; } .pn5 { color: #f97316; } .pn6 { color: #ec4899; }
    .problem-closing { text-align: center; margin: 26px auto 0; max-width: 62ch; font-size: 1.12rem; line-height: 1.6; color: var(--light-text); }
    .problem-closing strong { color: var(--brand-primary); }

    /* Bullets */
    .bullets { display: grid; gap: 12px; max-width: 56rem; margin: 0 auto; }
    .bullets li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.6; color: var(--light-text); font-size: 1.04rem; }
    .check {
      flex: 0 0 auto; width: 26px; height: 26px; border-radius: 999px; margin-top: 1px;
      background: #dcfce7; color: var(--success); display: inline-grid; place-items: center; font-weight: 900; font-size: 13px;
    }

    /* Cards de claridad / audiencia */
    .card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .card-grid--3 { grid-template-columns: repeat(3, 1fr); }
    .mini-card {
      background: var(--light-surface); border: 1px solid var(--light-border); border-radius: 18px;
      padding: 22px 20px; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .mini-card:hover { transform: translateY(-3px); border-color: var(--light-border-strong); box-shadow: var(--shadow); }
    .emoji-tile {
      display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px;
      border-radius: 14px; font-size: 1.7rem; margin-bottom: 14px; background: #e0f2fe;
    }
    .et2 { background: #cffafe; } .et3 { background: #ccfbf1; } .et4 { background: #ede9fe; }
    .et5 { background: #ffedd5; } .et6 { background: #fce7f3; } .et7 { background: #dbeafe; } .et8 { background: #fef9c3; }
    .mini-card h4 { font-size: 1.12rem; margin: 0 0 8px; color: var(--light-text); }
    .mini-card p { margin: 0; color: var(--light-soft); line-height: 1.55; font-size: .96rem; }
    .mini-card .hook { color: var(--brand-accent-600, var(--brand-accent)); font-weight: 700; font-size: .92rem; margin: 0 0 4px; }
    .status-pill {
      display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
      padding: 4px 10px; border-radius: 999px; background: #f0fdf4; color: var(--success); margin-bottom: 12px;
    }

    /* Paneles oscuros (Oscar / Koo) */
    .deep-panel {
      display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center;
      background:
        radial-gradient(circle at 80% 0%, rgba(56,189,248,.2), transparent 50%),
        linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-bright) 45%, var(--brand-accent) 100%);
      color: rgba(255,255,255,.94); border-radius: var(--radius-lg);
      padding: clamp(26px, 4vw, 44px); box-shadow: var(--shadow);
    }
    .deep-panel__avatar {
      width: 160px; height: 160px; border-radius: 999px; object-fit: cover;
      border: 4px solid rgba(255,255,255,.4); box-shadow: 0 18px 40px rgba(0,4,12,.4);
    }
    .deep-panel__eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #d8f1ff; margin-bottom: 8px; }
    .deep-panel__title { font-size: clamp(1.5rem, 3vw, 2.3rem); margin: 0 0 10px; color: #fff; }
    .deep-panel__title .grad { background: var(--grad-dark); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .deep-panel__name { font-weight: 800; font-size: 1.2rem; margin: 0; }
    .deep-panel__role { color: #d8f1ff; font-weight: 600; margin: 2px 0 14px; }
    .deep-panel__body p { margin: 0 0 12px; line-height: 1.7; color: rgba(255,255,255,.92); }
    .deep-panel__body p:last-child { margin-bottom: 0; }
    @media (max-width: 760px) {
      .deep-panel { grid-template-columns: 1fr; text-align: center; }
      .deep-panel__avatar { margin: 0 auto; width: 130px; height: 130px; }
    }

    /* ===== Planes ===== */
    .plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 300px)); justify-content: center; gap: 20px; align-items: start; padding-top: 14px; }
    .plan-card {
      position: relative; display: flex; flex-direction: column; gap: 16px;
      background: var(--light-surface); border: 1px solid var(--light-border); border-radius: 26px;
      padding: 26px 22px; box-shadow: 0 12px 32px rgba(15,23,42,.08);
    }
    .plan-card::before {
      content: ""; position: absolute; inset: 0 0 auto 0; height: 5px;
      border-radius: 26px 26px 0 0;
    }
    .plan-card--free { background: linear-gradient(165deg, rgba(34,197,94,.14) 0%, #fff 52%, #f0fdf4 100%); border-color: rgba(34,197,94,.35); }
    .plan-card--free::before { background: linear-gradient(90deg, #16a34a, #4ade80); }
    .plan-card--pro,
    .plan-card--monthly { background: linear-gradient(165deg, rgba(37,99,235,.12) 0%, #fff 52%, #eff6ff 100%); border-color: rgba(37,99,235,.32); }
    .plan-card--pro::before,
    .plan-card--monthly::before { background: linear-gradient(90deg, #1d4ed8, #60a5fa); }
    .plan-card--plus,
    .plan-card--lifetime { background: linear-gradient(165deg, rgba(249,115,22,.14) 0%, #fff 52%, #fff7ed 100%); border-color: rgba(249,115,22,.55);
      box-shadow: 0 20px 44px rgba(249,115,22,.18), 0 8px 24px rgba(15,23,42,.08); }
    .plan-card--plus::before,
    .plan-card--lifetime::before { background: linear-gradient(90deg, #ea580c, #fb923c); }
    .plan-card--business { background: linear-gradient(165deg, rgba(124,58,237,.14) 0%, #fff 52%, #faf5ff 100%); border-color: rgba(124,58,237,.35); }
    .plan-card--business::before { background: linear-gradient(90deg, #6d28d9, #a855f7); }
    @media (min-width: 1024px) {
      .plan-card--plus,
      .plan-card--lifetime { transform: translateY(-12px); }
    }
    .plan-ribbon {
      position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
      display: inline-flex; align-items: center; gap: 6px; padding: .4rem .85rem;
      background: linear-gradient(135deg, #fb923c, #ea580c); color: #fff; border-radius: 999px;
      font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase;
      box-shadow: 0 6px 16px rgba(234,88,12,.35); white-space: nowrap;
    }
    .plan-head { display: flex; align-items: flex-start; gap: 12px; margin-top: 6px; }
    .plan-icon {
      flex: 0 0 auto; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-size: 1.4rem;
    }
    .plan-card--free .plan-icon { background: #dcfce7; }
    .plan-card--pro .plan-icon,
    .plan-card--monthly .plan-icon { background: #dbeafe; }
    .plan-card--plus .plan-icon,
    .plan-card--lifetime .plan-icon { background: #ffedd5; }
    .plan-card--business .plan-icon { background: #f3e8ff; }
    .plan-tag { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--light-soft); }
    .plan-card--free .plan-tag { color: #166534; }
    .plan-card--pro .plan-tag,
    .plan-card--monthly .plan-tag { color: #1d4ed8; }
    .plan-card--plus .plan-tag,
    .plan-card--lifetime .plan-tag { color: #c2410c; }
    .plan-card--business .plan-tag { color: #6d28d9; }
    .plan-name { font-size: 1.6rem; font-weight: 900; margin: 0; color: var(--light-text); line-height: 1.1; }
    .plan-desc { color: var(--light-soft); font-size: .9rem; line-height: 1.5; margin: 0; }
    .plan-price-row { padding-block: 14px; border-block: 1px dashed var(--light-border); }
    .plan-price { font-size: 2.5rem; font-weight: 900; color: var(--light-text); line-height: 1; display: inline-flex; align-items: baseline; gap: 4px; flex-wrap: wrap; }
    .plan-price small { font-size: .9rem; font-weight: 500; color: var(--light-soft); }
    .plan-price--free { color: #15803d; }
    .plan-price__compare {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--light-soft);
      text-decoration: line-through;
      margin-right: .35rem;
      opacity: .75;
    }
    .plan-credits { display: inline-flex; align-items: center; gap: 6px; font-size: .82rem; color: var(--light-soft); margin-top: 8px; font-weight: 600; }
    .plan-features { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; }
    .plan-features li { display: flex; gap: 9px; align-items: flex-start; font-size: .9rem; color: var(--light-text); line-height: 1.4; }
    .plan-features .check { width: 20px; height: 20px; font-size: 11px; }
    .plan-features .check--off { background: #fee2e2; color: #dc2626; }
    .plan-more { margin-top: -2px; }
    .plan-more > summary {
      cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 6px;
      font-size: .82rem; font-weight: 800; color: var(--brand-primary); padding: 4px 0;
    }
    .plan-more > summary::-webkit-details-marker { display: none; }
    .plan-more > summary::after { content: "▾"; font-size: .85rem; transition: transform .2s ease; }
    .plan-more[open] > summary::after { transform: rotate(180deg); }
    .plan-more[open] > summary { margin-bottom: 8px; }
    .plan-more__open { display: none; }
    .plan-more[open] .plan-more__closed { display: none; }
    .plan-more[open] .plan-more__open { display: inline; }
    .plan-features--full { margin-top: 2px; padding-top: 12px; border-top: 1px dashed var(--light-border); }
    .plan-features--full li.is-off { color: var(--light-muted); }
    .plan-card .btn { margin-top: auto; width: 100%; }
    .plan-card--plus .btn-accent,
    .plan-card--lifetime .btn-accent { background: linear-gradient(135deg, #fb923c, #ea580c); box-shadow: 0 12px 28px rgba(234,88,12,.28); }

    /* Nota / disclaimers */
    .note {
      display: flex; gap: 12px; align-items: flex-start; max-width: 48rem; margin: 28px auto 0;
      padding: 16px 20px; background: var(--light-surface); border: 1px solid var(--light-border);
      border-radius: 16px; font-size: .9rem; color: var(--light-soft); line-height: 1.55;
    }
    .note .ic { flex: 0 0 auto; color: var(--brand-accent); font-size: 1.1rem; }

    /* FAQ */
    .faq { display: grid; gap: 12px; max-width: 52rem; margin: 0 auto; }
    details.faq-item {
      background: var(--light-surface); border: 1px solid var(--light-border); border-radius: 16px; overflow: hidden;
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    details.faq-item[open] { border-color: var(--light-border-strong); box-shadow: var(--shadow-soft); }
    details.faq-item summary {
      cursor: pointer; list-style: none; padding: 18px 20px; font-weight: 700; color: var(--light-text);
      display: flex; align-items: center; justify-content: space-between; gap: 14px;
    }
    details.faq-item summary::-webkit-details-marker { display: none; }
    details.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--brand-accent); font-weight: 400; transition: transform .2s ease; }
    details.faq-item[open] summary::after { transform: rotate(45deg); }
    details.faq-item .faq-a { padding: 0 20px 20px; color: var(--light-soft); line-height: 1.65; }

    /* CTA banner final */
    .cta-banner {
      text-align: center; border-radius: var(--radius-lg); padding: clamp(34px, 6vw, 60px) 28px;
      background:
        radial-gradient(circle at 80% 0%, rgba(56,189,248,.25), transparent 50%),
        linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-bright) 45%, var(--brand-accent) 100%);
      color: #fff; box-shadow: var(--shadow);
    }
    .cta-banner__logo { height: 34px; width: auto; margin: 0 auto 16px; filter: brightness(1.05); }
    .cta-banner h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 12px; color: #fff; }
    .cta-banner p { margin: 0 auto 24px; max-width: 56ch; color: rgba(255,255,255,.92); line-height: 1.6; font-size: 1.05rem; }
    .cta-banner__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
    .cta-banner .btn-white { background: #fff; color: var(--brand-primary); }
    .cta-banner .btn-white:hover { filter: brightness(.97); }
    .cta-banner .btn-ghost-light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.3); }
    .cta-banner .btn-ghost-light:hover { background: rgba(255,255,255,.22); }
    .cta-banner__login { margin: 18px auto 0; font-size: .95rem; color: rgba(255,255,255,.85); }
    .cta-banner__login a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

    /* Footer */
    .site-footer {
      position: relative; overflow: hidden; isolation: isolate;
      background: var(--brand-deep); border-top: 1px solid var(--line); color: var(--muted);
      padding: 44px 0 36px;
    }
    .footer-inner { position: relative; z-index: 1; text-align: center; display: grid; gap: 18px; }
    .footer-logo { height: 32px; width: auto; margin: 0 auto; }
    .footer-social { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
    .footer-social a {
      display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border-radius: 999px;
      background: rgba(15,23,42,.55); border: 1px solid var(--line-strong); color: #cbd5e1;
      font-size: .88rem; font-weight: 700; transition: color .2s ease, border-color .2s ease, transform .2s ease;
    }
    .footer-social a:hover { color: #fff; border-color: rgba(56,189,248,.45); transform: translateY(-2px); }
    .footer-social svg { width: 20px; height: 20px; }
    .footer-links { display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: center; font-size: .86rem; }
    .footer-links a { color: #94a3b8; text-decoration: underline; text-underline-offset: 3px; }
    .footer-links a:hover { color: var(--brand-accent-bright); }
    .footer-copy { font-size: .85rem; color: var(--muted-2); }
    .footer-disclaimer { max-width: 720px; margin: 8px auto 0; font-size: .7rem; line-height: 1.55; color: var(--muted-2); }

    /* Barra móvil fija */
    .mobile-bar {
      position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70; display: none;
      align-items: center; gap: 12px; padding: 11px 12px 11px 16px; border-radius: 18px;
      background: linear-gradient(135deg, rgba(10,22,42,.97) 0%, rgba(7,13,26,.96) 50%, rgba(14,28,52,.95) 100%);
      border: 1px solid rgba(56,189,248,.3);
      box-shadow: 0 12px 36px rgba(0,0,0,.45), 0 0 28px rgba(56,189,248,.14);
      backdrop-filter: blur(14px);
    }
    .mobile-bar__text { flex: 1; min-width: 0; }
    .mobile-bar__title { display: block; font-size: .95rem; font-weight: 800; color: #fff; line-height: 1.15; }
    .mobile-bar__sub { display: block; font-size: .72rem; color: #9fb6d8; line-height: 1.3; }
    .mobile-bar .btn { flex: 0 0 auto; padding: 11px 16px; font-size: .9rem; border-radius: 13px; }

    /* Reveal */
    .reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* ===== Responsive ===== */
    @media (max-width: 980px) {
      .plans-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 300px)); justify-content: center; }
      .plan-card--plus,
      .plan-card--lifetime { transform: none; }
    }
    @media (max-width: 860px) {
      .problem-grid { grid-template-columns: 1fr; }
      .card-grid, .card-grid--3 { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 720px) {
      .video-meta { grid-template-columns: 1fr; }
      body { padding-bottom: 80px; }
      .mobile-bar { display: flex; }
      .play-btn { width: 64px; height: 64px; }
      .play-icon { border-left-width: 18px; border-top-width: 11px; border-bottom-width: 11px; }
      .poster-title { font-size: clamp(1.05rem, 4.5vw, 1.4rem); }
      .poster-text { font-size: .85rem; }
      .poster-kicker { font-size: 11px; padding: 6px 11px; }
      .pause-card, .resume-card { padding: 12px 14px; border-radius: 14px; }
      .pause-card h3, .resume-card h3 { font-size: 1.02rem; margin-bottom: 5px; }
      .pause-card p, .resume-card p { font-size: .8rem; line-height: 1.35; margin-bottom: 10px; }
      .pause-card .btn-row, .resume-card .btn-row { flex-wrap: nowrap; gap: 8px; }
      .pause-card .btn, .resume-card .btn { flex: 1 1 0; min-height: 38px; padding: 8px 8px; font-size: .78rem; }
    }
    @media (max-width: 480px) {
      .card-grid, .card-grid--3, .plans-grid { grid-template-columns: 1fr; }
    }
