/* =========================================================
   CHECKOUT.CSS — Página de ventas por sistema POS
   BAK'TUN TECHNOLOGY
   Paleta crema cálida · Dorado maya · --accent dinámico por producto
   ========================================================= */

/* ── BASE ───────────────────────────────────────────────── */
body {
    background: var(--bg-base);
    padding-bottom: 0;
}

/* Textura de grano suave — casi invisible, añade calidez */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
}

/* ══════════════════════════════════════════════════════════
   HERO WRAP
══════════════════════════════════════════════════════════ */
.hero-wrap {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 100px 5% 80px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 60% at 5% 30%, rgba(201,169,97,.16) 0%, transparent 65%),
        radial-gradient(ellipse 50% 50% at 95% 80%, rgba(168,136,61,.10) 0%, transparent 60%),
        var(--bg-base);
}

/* Acento dinámico del producto en el fondo */
.hero-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 45% at 70% 50%, var(--accent, #c9a961) 0%, transparent 70%);
    opacity: 0.05;
    pointer-events: none;
}

/* Línea dorada inferior del hero */
.hero-wrap::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-solid) 30%, var(--border-solid) 70%, transparent);
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* ── HERO TEXTO ─────────────────────────────────────────── */
.hero-badge-co {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    border-radius: 999px;
    background: rgba(168, 136, 61, 0.10);
    border: 1px solid var(--border-m);
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold-ink);
    margin-bottom: 1.2rem;
    font-weight: 600;
}
.hero-badge-co i { color: var(--gold-rich); }

.hero-emoji {
    font-size: 3.6rem;
    display: block;
    margin-bottom: 0.4rem;
    filter: drop-shadow(0 4px 16px rgba(168,136,61,0.3));
}

h1.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4.5vw, 3.6rem);
    line-height: 1.08;
    color: var(--ink);
    margin-bottom: 1rem;
    font-weight: 400;
}

.hero-sub {
    font-size: 1rem;
    color: var(--ink-soft);
    max-width: 500px;
    margin-bottom: 1.8rem;
    line-height: 1.85;
}
.hero-sub.small {
    font-size: 0.88rem;
    color: var(--ink-muted);
    margin-top: -0.8rem;
    margin-bottom: 0;
}

/* ── BOTONES hero override ──────────────────────────────── */
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 1.8rem;
}

/* btn-primary y btn-secondary vienen de global.css */

/* ── TRUST ROW ──────────────────────────────────────────── */
.trust-row {
    margin-top: 1.6rem;
    display: flex;
    gap: 1.4rem;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: var(--ink-muted);
    font-weight: 500;
}
.trust-item i { color: var(--gold-rich); }

/* ── SCREEN MOCKUP ──────────────────────────────────────── */
.hero-right-co {
    display: flex;
    justify-content: center;
    align-items: center;
}

.screen-mockup {
    position: relative;
    width: 100%;
    max-width: 440px;
    background: var(--bg-warm);
    border: 1px solid var(--border-m);
    border-radius: 24px;
    box-shadow: var(--shadow-xl), 0 0 0 1px var(--border);
    overflow: hidden;
}

.mockup-bar {
    background: var(--bg-deep);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--border-s);
}
.mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.mockup-bar .url {
    font-size: 0.7rem;
    color: var(--ink-muted);
    margin: 0 auto;
    background: rgba(168,136,61,0.10);
    padding: 3px 14px;
    border-radius: 999px;
    border: 1px solid var(--border);
}

.mockup-body { padding: 20px; }

.mockup-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.mockup-title-sm {
    font-size: 0.75rem;
    color: var(--gold-deep);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.mockup-live {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.7rem;
    color: #3a8a52;
    background: rgba(58,138,82,0.12);
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid rgba(58,138,82,0.3);
    font-weight: 600;
}
.dot-pulse {
    width: 6px; height: 6px;
    background: #3a8a52;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.6s infinite;
}
@keyframes pulse {
    0%,100% { opacity:1; transform:scale(1); }
    50%      { opacity:0.5; transform:scale(0.75); }
}

.mockup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}
.m-card {
    background: var(--bg-base);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px;
    transition: border-color 0.2s;
}
.m-card:hover { border-color: var(--border-s); }
.m-label {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ink-muted);
    font-weight: 600;
}
.m-val {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ink);
    margin-top: 3px;
}
.m-cap { font-size: 0.62rem; color: var(--ink-ghost); }

.mockup-bar-chart {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 52px;
    margin-bottom: 12px;
    padding: 0 2px;
}
.bar-item {
    flex: 1;
    background: linear-gradient(180deg, var(--accent, var(--gold)), var(--gold-deep));
    border-radius: 4px 4px 0 0;
    opacity: 0.45;
}
.bar-item:nth-child(2) { opacity: 0.6; }
.bar-item:nth-child(5) { opacity: 0.9; }
.bar-item:nth-child(7) { opacity: 0.75; }

.mockup-status-row {
    display: flex;
    gap: 8px;
}
.m-status {
    flex: 1;
    background: rgba(168,136,61,0.07);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 0.65rem;
    color: var(--ink-muted);
    display: flex;
    align-items: center;
    gap: 5px;
}
.m-status i { color: var(--gold-deep); font-size: 0.7rem; }

/* ── BADGES FLOTANTES ───────────────────────────────────── */
.floating-badge {
    position: absolute;
    top: -14px; right: -14px;
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    color: var(--white);
    border-radius: 14px;
    padding: 12px 16px;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow: var(--shadow-md);
    text-align: center;
    border: 1px solid rgba(255,255,255,0.2);
}
.floating-badge .num {
    font-family: var(--font-display);
    font-size: 1.5rem;
    display: block;
    line-height: 1;
    color: var(--white);
}

.floating-badge-2 {
    position: absolute;
    bottom: -14px; left: -14px;
    background: var(--bg-warm);
    border: 1px solid var(--border-m);
    color: var(--ink-soft);
    border-radius: 14px;
    padding: 10px 16px;
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: var(--shadow-md);
}
.floating-badge-2 i { color: var(--gold-rich); margin-right: 5px; }

/* ══════════════════════════════════════════════════════════
   ETIQUETAS DE SECCIÓN
══════════════════════════════════════════════════════════ */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--gold-ink);
    margin-bottom: 10px;
}
.section-label::before {
    content: "";
    width: 28px; height: 1.5px;
    background: var(--gold);
    border-radius: 1px;
    display: block;
}
.section-label i { color: var(--gold-rich); }

h2.section-h {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.5vw, 2.8rem);
    color: var(--ink);
    margin-bottom: 10px;
    line-height: 1.15;
    font-weight: 400;
}

p.section-p {
    color: var(--ink-soft);
    max-width: 600px;
    margin-bottom: 2.8rem;
    font-size: 0.95rem;
    line-height: 1.85;
}

/* ══════════════════════════════════════════════════════════
   ENVOLTURA GENÉRICA DE SECCIONES
══════════════════════════════════════════════════════════ */
.co-section {
    padding: 0 5%;
    margin: 0 0 40px;
}

/* ══════════════════════════════════════════════════════════
   SECCIÓN VIDEO
══════════════════════════════════════════════════════════ */
.video-wrap {
    background: var(--bg-soft);
    border-radius: 32px;
    border: 1px solid var(--border-s);
    box-shadow: var(--shadow-lg);
    padding: 64px 5%;
    position: relative;
    overflow: hidden;
}
.video-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 90% 10%, var(--accent, #c9a961) 0%, transparent 60%);
    opacity: 0.05;
    pointer-events: none;
}
/* Línea dorada superior */
.video-wrap::after {
    content: '';
    position: absolute;
    top: 0; left: 5%; right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-solid), transparent);
}

.video-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 3.5rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.video-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1.4rem;
}
.video-bullets li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.87rem;
    color: var(--ink-soft);
}
.video-bullets li i { color: var(--gold-rich); flex-shrink: 0; }

.yt-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--border-m);
}
.yt-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ══════════════════════════════════════════════════════════
   FEATURES WRAP
══════════════════════════════════════════════════════════ */
.features-wrap {
    background: var(--bg-warm);
    border-radius: 32px;
    border: 1px solid var(--border-s);
    padding: 64px 5%;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}
/* Patrón de cuadrícula sutil */
.features-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, var(--border) 1px, transparent 1px),
        linear-gradient(var(--border) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.6;
    pointer-events: none;
}

.features-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.co-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.feat-card {
    background: var(--bg-base);
    border: 1px solid var(--border-s);
    border-radius: 18px;
    padding: 28px 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.2s;
    position: relative;
    overflow: hidden;
}
/* Línea de acento izquierda */
.feat-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--accent, var(--gold)), transparent);
    border-radius: 3px 0 0 3px;
    opacity: 0;
    transition: opacity 0.25s;
}
.feat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-m);
}
.feat-card:hover::before { opacity: 1; }

.feat-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: rgba(168,136,61,0.12);
    border: 1px solid var(--border-s);
    color: var(--gold-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 16px;
    transition: background 0.2s, border-color 0.2s;
}
.feat-card:hover .feat-icon {
    background: rgba(168,136,61,0.22);
    border-color: var(--border-m);
}

.feat-card h3 {
    color: var(--ink);
    font-size: 0.97rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.feat-card p {
    color: var(--ink-soft);
    font-size: 0.86rem;
    line-height: 1.7;
}

/* ══════════════════════════════════════════════════════════
   GALERÍA
══════════════════════════════════════════════════════════ */
.gallery-wrap {
    padding: 64px 5%;
    background: var(--bg-soft);
    border-radius: 32px;
    border: 1px solid var(--border-s);
    box-shadow: var(--shadow-md);
}
.gallery-inner { max-width: 1200px; margin: 0 auto; }

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 2rem;
}
.gallery-card {
    background: var(--bg-warm);
    border: 1px solid var(--border-s);
    border-radius: 16px;
    padding: 20px;
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.2s;
}
.gallery-card:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-m);
}

.gc-label {
    font-size: 0.72rem;
    color: var(--gold-deep);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 3px;
    font-weight: 700;
    position: relative; z-index: 1;
}
.gc-desc {
    font-size: 0.78rem;
    color: var(--ink-soft);
    position: relative; z-index: 1;
}
.gc-visual {
    position: absolute;
    inset: 0;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
}
.gc-row { display: flex; gap: 6px; }
.gc-block {
    background: rgba(168,136,61,0.10);
    border-radius: 5px;
    border: 1px solid rgba(168,136,61,0.12);
}
.gc-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(230,219,200,0.92) 32%, transparent);
}
.gc-content { position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════════
   TESTIMONIOS
══════════════════════════════════════════════════════════ */
.testimonials-wrap {
    padding: 64px 5%;
    max-width: 1200px;
    margin: 0 auto;
}
.testi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 20px;
    margin-top: 2.5rem;
}
.testi-card {
    background: var(--bg-soft);
    border: 1px solid var(--border-s);
    border-radius: 20px;
    padding: 28px 24px;
    position: relative;
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.2s;
    overflow: hidden;
}
.testi-card::before {
    content: "\201C";
    font-family: var(--font-display);
    font-size: 7rem;
    color: var(--accent, var(--gold));
    opacity: 0.12;
    position: absolute;
    top: 0; left: 12px;
    line-height: 1;
    pointer-events: none;
}
.testi-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-m);
}

.stars { color: var(--gold-rich); font-size: 0.85rem; margin-bottom: 12px; }
.testi-text {
    font-size: 0.9rem;
    color: var(--ink-soft);
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}
.testi-name { font-weight: 700; font-size: 0.88rem; color: var(--ink); }
.testi-biz  { font-size: 0.75rem; color: var(--ink-muted); }

/* ══════════════════════════════════════════════════════════
   PRICING WRAP
══════════════════════════════════════════════════════════ */
.pricing-wrap {
    background: var(--bg-soft);
    border-radius: 32px;
    border: 1px solid var(--border-s);
    padding: 64px 5%;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}
/* Gradiente de acento dinámico en esquina */
.pricing-wrap::before {
    content: "";
    position: absolute;
    top: -30%; right: -15%;
    width: 480px; height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--accent, var(--gold)) 0%, transparent 70%);
    opacity: 0.04;
    pointer-events: none;
}
/* Borde dorado decorativo */
.pricing-wrap::after {
    content: '';
    position: absolute;
    top: 0; left: 5%; right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-solid), transparent);
}

.pricing-inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* ── Price box (suscribirse section) ────────────────────── */
.price-box {
    background: var(--bg-warm);
    border: 1px solid var(--border-m);
    border-radius: 24px;
    padding: 2.4rem 2rem;
    max-width: 480px;
    margin: 2rem auto;
    box-shadow: var(--shadow-lg);
}
.price-orig {
    font-size: 0.95rem;
    color: var(--ink-ghost);
    text-decoration: line-through;
    margin-bottom: 2px;
}
.price-main {
    font-family: var(--font-display);
    font-size: 3.4rem;
    color: var(--ink);
    line-height: 1;
    font-weight: 400;
}
.price-main sup { font-size: 1.4rem; vertical-align: super; color: var(--gold-deep); }
.price-main sub { font-size: 0.95rem; color: var(--ink-muted); }

.price-desc { font-size: 0.83rem; color: var(--ink-muted); margin-top: 4px; margin-bottom: 1.4rem; }

.price-includes {
    list-style: none;
    text-align: left;
    margin-bottom: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.price-includes li {
    font-size: 0.87rem;
    color: var(--ink-soft);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.price-includes li i { color: var(--gold-rich); margin-top: 3px; flex-shrink: 0; }

.badge-descuento {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.guarantee {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.8rem;
    color: var(--ink-muted);
}
.guarantee i { color: var(--gold-rich); font-size: 1rem; }

.pricing-perks {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 680px;
    margin-inline: auto;
}
.perk-item {
    background: var(--bg-warm);
    border: 1px solid var(--border-s);
    border-radius: 14px;
    padding: 20px 14px;
    text-align: center;
    transition: border-color 0.2s, background 0.2s;
}
.perk-item:hover { border-color: var(--border-m); background: var(--bg-deep); }
.perk-item i { color: var(--gold-rich); font-size: 1.3rem; margin-bottom: 8px; display: block; }
.perk-title { font-weight: 700; font-size: 0.83rem; color: var(--ink); margin-bottom: 3px; }
.perk-desc  { font-size: 0.73rem; color: var(--ink-muted); }

/* ══════════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════════ */
.faq-wrap {
    padding: 64px 5%;
    max-width: 800px;
    margin: 0 auto;
}
.faq-list {
    margin-top: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
details.faq-item {
    background: var(--bg-soft);
    border: 1px solid var(--border-s);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s;
}
details.faq-item[open] { border-color: var(--border-m); }

details.faq-item summary {
    padding: 16px 20px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: background 0.2s;
}
details.faq-item summary:hover { background: var(--bg-warm); }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.7rem;
    color: var(--gold-deep);
    transition: transform 0.25s;
    flex-shrink: 0;
}
details.faq-item[open] summary::after { transform: rotate(180deg); }

.faq-answer {
    padding: 4px 20px 16px;
    font-size: 0.88rem;
    color: var(--ink-soft);
    line-height: 1.75;
    border-top: 1px solid var(--border);
}

/* ══════════════════════════════════════════════════════════
   FOOT MINI (en checkout)
══════════════════════════════════════════════════════════ */
.foot-mini {
    text-align: center;
    padding: 28px 5% 40px;
    border-top: 1px solid var(--border-s);
    background: var(--bg-soft);
}
.foot-mini p { font-size: 0.8rem; color: var(--ink-muted); }
.foot-mini a { color: var(--gold-deep); font-weight: 500; transition: color 0.15s; }
.foot-mini a:hover { color: var(--gold-rich); }

/* ══════════════════════════════════════════════════════════
   STICKY CTA — solo móvil
══════════════════════════════════════════════════════════ */
.sticky-cta {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 200;
    background: rgba(240,232,218,0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid var(--border-m);
    padding: 14px 5%;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    box-shadow: 0 -4px 20px rgba(140,100,20,0.12);
}
.sticky-cta .s-price { font-size: 1.15rem; font-weight: 700; color: var(--ink); font-family: var(--font-display); }
.sticky-cta .s-price small { font-size: 0.68rem; color: var(--ink-muted); display: block; }

/* ══════════════════════════════════════════════════════════
   PLANES DE PRECIOS — 4 columnas
══════════════════════════════════════════════════════════ */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 8px;
    align-items: start;
}

.plan-card {
    background: var(--bg-base);
    border: 1px solid var(--border-s);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.2s;
}
.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--border-m);
}
.plan-card.featured {
    border-color: var(--border-m);
    box-shadow: var(--shadow-md), 0 0 0 1.5px var(--border-solid);
}
.plan-card.premium {
    background: var(--bg-soft);
}

/* Badges superiores */
.plan-save-badge {
    background: rgba(168,136,61,0.12);
    border-bottom: 1px solid var(--border-s);
    color: var(--gold-ink);
    font-size: 0.72rem;
    font-weight: 700;
    text-align: center;
    padding: 7px 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.plan-save-badge.best {
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    color: var(--white);
    border-bottom-color: transparent;
}

.plan-featured-badge {
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    padding: 8px 12px;
    letter-spacing: 0.06em;
}

/* Plan header */
.plan-header {
    padding: 20px 20px 16px;
    border-bottom: 1px solid var(--border);
}
.plan-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 2px;
}
.plan-period {
    font-size: 0.68rem;
    color: var(--ink-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
}
.plan-price {
    font-family: var(--font-display);
    font-size: 2.2rem;
    color: var(--ink);
    line-height: 1;
    font-weight: 400;
}
.plan-price sup { font-size: 1rem; vertical-align: super; color: var(--gold-deep); }
.plan-price sub { font-size: 0.8rem; color: var(--ink-muted); font-family: var(--font-body); }
.plan-card.premium .plan-price { color: var(--gold-deep); }
.plan-card.premium .plan-price sup { color: var(--gold-rich); }

.plan-equiv {
    font-size: 0.72rem;
    color: var(--gold-deep);
    margin-top: 5px;
    font-weight: 600;
}

/* Features lista */
.plan-features {
    list-style: none;
    padding: 16px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.plan-features li {
    font-size: 0.81rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}
.plan-features li.on  { color: var(--ink-mid); }
.plan-features li.off { color: var(--ink-ghost); }
.plan-features li.on  i { color: var(--gold-rich); font-size: 0.75rem; margin-top: 2px; flex-shrink: 0; }
.plan-features li.off i { color: var(--ink-ghost); font-size: 0.75rem; margin-top: 2px; flex-shrink: 0; }

/* Botones de plan */
.plan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 16px 8px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: all 0.22s ease;
    font-family: var(--font-body);
    border: none;
    cursor: pointer;
}
.plan-btn.basic {
    background: rgba(168,136,61,0.09);
    border: 1.5px solid var(--border-m);
    color: var(--gold-deep);
}
.plan-btn.basic:hover {
    background: rgba(168,136,61,0.18);
    border-color: var(--gold);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}
.plan-btn.premium-btn {
    background: linear-gradient(135deg, var(--gold-ink) 0%, var(--gold-deep) 45%, var(--gold) 100%);
    background-size: 200% 100%;
    color: var(--white);
    box-shadow: var(--shadow-sm);
}
.plan-btn.premium-btn:hover {
    background-position: 100% 0;
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Garantía debajo del botón */
.plan-guarantee {
    text-align: center;
    font-size: 0.69rem;
    color: var(--ink-muted);
    padding: 0 16px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.plan-guarantee i { color: var(--gold-rich); }

/* Plan seleccionado */
.plan-card.selected-plan {
    border-color: var(--border-m) !important;
    box-shadow: var(--shadow-lg), 0 0 0 2px var(--border-solid) !important;
    transform: translateY(-5px) scale(1.015) !important;
}

/* ══════════════════════════════════════════════════════════
   ANIMACIONES
══════════════════════════════════════════════════════════ */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}
.anim { opacity: 0; animation: fadeUp 0.55s ease forwards; }
.d1 { animation-delay: 0.10s; }
.d2 { animation-delay: 0.20s; }
.d3 { animation-delay: 0.32s; }
.d4 { animation-delay: 0.44s; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .plans-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
    .hero-inner,
    .video-inner { grid-template-columns: 1fr; }
    .hero-right-co { order: -1; }
    .screen-mockup { max-width: 380px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .pricing-perks { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .hero-wrap { padding-top: 80px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .sticky-cta { display: flex; }
    body { padding-bottom: 88px; }
    .pricing-perks { grid-template-columns: 1fr; }
    .video-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .plans-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    h1.hero-title { font-size: 2rem; }
    .price-main   { font-size: 2.8rem; }
    .btn-primary  { width: 100%; justify-content: center; }
}