@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* =====================================================
   FUNNEL — capture & video pages
   ===================================================== */

/* ── Capture page (nueva versión 2-columnas) ─────── */

.fc-body {
    background: #f0edf8;
    min-height: 100vh;
    font-family: 'Inter', Arial, sans-serif;
}

.fc-outer {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem 2.5rem;
}

.fc-container {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 56px rgba(76,29,149,0.16), 0 2px 8px rgba(76,29,149,0.06);
    width: 100%;
    max-width: 1080px;
    overflow: hidden;
    border-top: 4px solid #6d28d9;
}

@keyframes fcGradientShift {
    0%, 100% { background-position: 0% 50%; }
    50%       { background-position: 100% 50%; }
}

/* Header — solo logo */
.fc-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f0eafa;
    background: linear-gradient(to bottom, rgba(76,29,149,0.04) 0%, #fff 100%);
}

.fc-logo img  { max-height: 40px; }
.fc-logo span { font-weight: 700; font-size: 1.1rem; color: #4c1d95; }

/* Píldora badge — usada en columna derecha */
.fc-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    color: #4c1d95;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 0.38rem 1.1rem;
    border-radius: 99px;
    margin-bottom: 0.85rem;
    border: 1px solid #c4b5fd;
    box-shadow: 0 2px 10px rgba(76,29,149,0.15);
}

/* Grid */
.fc-grid {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .fc-grid {
        flex-direction: row;
        align-items: flex-start;
    }
}

/* Columna izquierda */
.fc-left {
    background: linear-gradient(160deg, #f5f0ff 0%, #faf9ff 100%);
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    order: 1;
}

@media (min-width: 768px) {
    .fc-left {
        width: 44%;
        flex-shrink: 0;
        order: 0;
        border-right: 1px solid #f0eafa;
        position: sticky;
        top: 0;
    }
}

.fc-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}

.fc-image {
    width: 100%;
    max-height: 420px;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
}

.fc-credibility { display: flex; flex-direction: column; gap: 0.55rem; }

.fc-cred-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.95rem;
    color: #2d1b69;
    font-weight: 600;
    background: #fff;
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
    border: 1px solid #ede9fe;
    box-shadow: 0 1px 4px rgba(76,29,149,0.07);
}

.fc-cred-icon { color: #6d28d9; font-size: 1.05rem; flex-shrink: 0; }

/* Mobile intro (badge + título encima de imagen, solo mobile) */
.fc-mobile-intro {
    padding: 1.25rem 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    order: 0;
}

/* Columna derecha */
.fc-right {
    padding: 1.75rem 1.5rem 2rem;
    flex: 1;
    min-width: 0;
    order: 2;
    display: flex;
    flex-direction: column;
}

/* Subtítulo mobile-only (hijo directo de fc-grid) */
.fc-desc-mobile {
    order: 3;
    padding: 0 1.5rem 1.75rem;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Mobile: formulario antes que imagen, subtítulo al final */
@media (max-width: 767px) {
    .fc-mobile-intro { order: 0; }
    .fc-right        { order: 1; }
    .fc-left         { order: 2; }
    .fc-desc-mobile  { order: 3; }
}

.fc-title {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1a0a3c;
    margin-bottom: 0.6rem;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .fc-title { font-size: 2.3rem; }
}

.fc-desc {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.fc-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.fc-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #374151;
}

.fc-bullet-icon { color: #4c1d95; font-size: 1rem; flex-shrink: 0; margin-top: 0.1rem; }

.fc-form { margin-top: 0.5rem; }

.fc-input {
    height: 50px;
    font-size: 0.97rem;
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    transition: border-color 0.2s;
}

.fc-input:focus {
    border-color: #4c1d95;
    box-shadow: 0 0 0 3px rgba(76,29,149,0.10);
}

.fc-btn {
    background: linear-gradient(135deg, #4c1d95 0%, #6d28d9 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 0.9rem 1.5rem;
    border-radius: 10px;
    border: none;
    width: 100%;
    transition: box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 4px 22px rgba(76,29,149,0.40);
    animation: fcBtnPulse 2.8s ease-in-out infinite;
}

.fc-btn:hover  {
    background: linear-gradient(135deg, #3b1578 0%, #5b21b6 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(76,29,149,0.55);
    animation: none;
}
.fc-btn:active { transform: translateY(0); animation: none; }

@keyframes fcBtnPulse {
    0%, 100% { box-shadow: 0 4px 22px rgba(76,29,149,0.40); }
    50%       { box-shadow: 0 6px 32px rgba(109,40,217,0.60); }
}

.fc-privacy {
    font-size: 0.78rem;
    color: #888;
    text-align: center;
    margin: 0.75rem 0 0;
}

/* ── Legacy capture (clase por si se usa en otro lugar) ─ */
.funnel-body { background: #f4f6fa; min-height: 100vh; font-family: 'Inter', sans-serif; }
.funnel-wrap { max-width: 520px; margin: 0 auto; padding: 2rem 1rem 3rem; }
.funnel-card { background: #fff; border-radius: 16px; box-shadow: 0 4px 32px rgba(0,0,0,0.10); padding: 2rem 2rem 2.5rem; }
.funnel-title { font-size: 1.7rem; font-weight: 800; line-height: 1.25; color: #1a1a2e; margin-bottom: 0.75rem; text-align: center; }
.funnel-subtitle { color: #555; font-size: 1rem; line-height: 1.6; text-align: center; }
.funnel-input { height: 52px; font-size: 1rem; border-radius: 8px; border: 2px solid #e2e8f0; transition: border-color 0.2s; }
.funnel-input:focus { border-color: #6c63ff; box-shadow: 0 0 0 3px rgba(108,99,255,0.12); }
.btn-funnel { background: linear-gradient(135deg, #16a34a 0%, #15803d 100%); color: #fff; font-weight: 800; font-size: 1.05rem; padding: 0.85rem 1.5rem; border-radius: 8px; border: none; transition: box-shadow 0.2s, transform 0.15s; box-shadow: 0 4px 20px rgba(22,163,74,0.40); }
.btn-funnel:hover { background: linear-gradient(135deg, #15803d 0%, #166534 100%); color: #fff; transform: translateY(-2px); box-shadow: 0 7px 28px rgba(22,163,74,0.55); }
.btn-funnel:active { transform: translateY(0); }
.funnel-privacy { font-size: 0.8rem; color: #888; text-align: center; margin-bottom: 0; }

/* =====================================================
   VIDEO PAGE
   ===================================================== */

.funnel-video-body {
    background: #1a1a2e;
    color: #fff;
}

.funnel-video-body .funnel-logo span {
    color: #fff;
}

.funnel-video-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem 4rem;
}

.funnel-video-title {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.025em;
    background: linear-gradient(135deg, #ffffff 40%, #c4b5fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff;
}

.funnel-video-sub {
    color: #c4cde8;
    font-size: 1.05rem;
    margin-top: 0.65rem;
    line-height: 1.65;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.funnel-video-container {
    max-width: 1100px;
    margin: 0 auto;
}

.funnel-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 12px 72px rgba(0,0,0,0.75), 0 0 0 1px rgba(255,255,255,0.06);
}

.funnel-video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

/* Wistia — usa Web Component propio, no el padding-bottom trick */
.fv-wistia-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 72px rgba(0,0,0,0.75), 0 0 0 1px rgba(255,255,255,0.06);
    margin-bottom: 2rem;
}
.fv-wistia-wrapper wistia-player {
    display: block;
}
.fv-wistia-wrapper .fv-overlay {
    border-radius: 12px;
}

/* Oferta */
.funnel-offer-block {
    background: #fff;
    color: #1a1a2e;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    text-align: center;
    box-shadow: 0 8px 50px rgba(0,0,0,0.28);
    max-width: 640px;
    margin: 0 auto;
    border-top: 4px solid #4c1d95;
}

.funnel-offer-title {
    font-size: 1.75rem;
    font-weight: 900;
    color: #1a0a3c;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.funnel-offer-desc {
    color: #555;
    font-size: 0.97rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.funnel-offer-price {
    font-size: 1.5rem;
    font-weight: 800;
    color: #6c63ff;
    margin-bottom: 1.5rem;
}

.btn-funnel-offer {
    font-size: 1.1rem;
    padding: 1rem 2rem;
    width: 100%;
    max-width: 380px;
}

@media (max-width: 575.98px) {
    .funnel-card {
        padding: 1.5rem 1.25rem 2rem;
    }
    .funnel-title {
        font-size: 1.4rem;
    }
    .funnel-video-title {
        font-size: 1.65rem;
    }
    .funnel-offer-block {
        padding: 1.75rem 1.25rem;
    }
    .funnel-offer-title {
        font-size: 1.45rem;
    }
}

/* ── VIDEO PAGE — logo ── */
.fv-logo-bar {
    padding: 1.75rem 1rem 1rem;
}
.fv-logo-img {
    max-height: 44px;
    filter: brightness(0) invert(1);
}

/* ── VIDEO PAGE — ended overlay ── */
.fv-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(26,26,46,0.93);
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
}
.fv-overlay-inner {
    text-align: center;
    padding: 2rem 1.5rem;
}
.fv-overlay-q {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}
.fv-overlay-btn {
    background: #4c1d95;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 1rem 1.75rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.3;
    max-width: 340px;
    transition: background 0.2s;
}
.fv-overlay-btn:hover { background: #3b1578; color: #fff; }

/* ── VIDEO PAGE — benefits grid ── */
.fv-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    text-align: left;
}
@media (min-width: 480px) {
    .fv-benefits { grid-template-columns: 1fr 1fr; }
}
.fv-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.88rem;
    color: #374151;
    line-height: 1.4;
}
.fv-benefit-icon {
    color: #4c1d95;
    flex-shrink: 0;
    font-size: 0.95rem;
    margin-top: 0.15rem;
}

/* ── VIDEO PAGE — offer reveal animation ── */
@keyframes fadeInOffer {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.funnel-offer-reveal {
    animation: fadeInOffer 0.8s ease forwards;
}

/* ── VIDEO PAGE — whatsapp ── */
.fv-whatsapp-wrap {
    text-align: center;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}
.fv-whatsapp-question {
    color: #b0b8d0;
    font-size: 0.95rem;
    margin-bottom: 0.6rem;
}
.fv-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.7rem 1.8rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s;
}
.fv-whatsapp-btn:hover {
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-1px);
}
/* ── VIDEO PAGE — testimonios social-proof card ── */
.fv-testi-section {
    margin-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}
.fv-testi-card {
    background: linear-gradient(135deg, #1f1a38 0%, #2d1b69 100%);
    border: 2px solid #f59e0b;
    border-radius: 20px;
    padding: 2rem 1.5rem 2.25rem;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 0 48px rgba(245,158,11,0.22), 0 8px 32px rgba(0,0,0,0.45);
    position: relative;
    overflow: hidden;
}
.fv-testi-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b 0%, #fde68a 50%, #f59e0b 100%);
    background-size: 200% 100%;
    animation: fv-shimmer 2.4s linear infinite;
}
@keyframes fv-shimmer {
    from { background-position: 200% center; }
    to   { background-position: -200% center; }
}
.fv-testi-avatars {
    display: flex;
    justify-content: center;
    margin-bottom: 0.9rem;
}
.fv-testi-av {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #2d1b69;
    border: 2px solid #f59e0b;
    margin: 0 -6px;
    line-height: 1;
}
.fv-testi-stars {
    font-size: 1.7rem;
    color: #fcd34d;
    letter-spacing: 3px;
    margin-bottom: 0.8rem;
    text-shadow: 0 0 14px rgba(252,211,77,0.55);
}
.fv-testi-heading {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.fv-testi-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #1a1a2e;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 22px rgba(245,158,11,0.42);
    transition: transform 0.2s, box-shadow 0.2s;
}
.fv-testi-btn:hover {
    color: #1a1a2e;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 7px 30px rgba(245,158,11,0.60);
}
.fv-testi-sub {
    font-size: 0.8rem;
    color: #9aa4bf;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* ── VIDEO PAGE — fullscreen button ── */
.fv-fullscreen-wrap {
    margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
    .fv-fullscreen-wrap { display: none; }
}
.fv-fullscreen-btn {
    background: none;
    border: 1px solid #ddd;
    color: #888;
    font-size: 0.82rem;
    cursor: pointer;
    padding: 5px 14px;
    border-radius: 20px;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.fv-fullscreen-btn:hover {
    color: #444;
    border-color: #aaa;
    background: #f5f5f5;
}

/* ── VIDEO PAGE — price ── */
.fv-price-wrap {
    margin: 1.5rem auto;
    background: #f8f7ff;
    border: 1px solid #ddd6fe;
    border-radius: 14px;
    padding: 1.4rem 1.5rem;
    text-align: center;
    max-width: 340px;
}
.fv-price-original {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
    text-decoration: line-through;
    margin-bottom: 0.6rem;
}
.fv-price {
    font-size: 3.4rem;
    font-weight: 800;
    color: #4c1d95;
    line-height: 1.1;
    display: block;
}
.fv-price-check-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #6d28d9;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 0.6rem;
    cursor: pointer;
    transition: color 0.15s;
}
.fv-price-check-btn:hover {
    color: #4c1d95;
}
.fv-price-currency {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #16a34a;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 20px;
    padding: 0.2rem 0.65rem;
    margin-top: 0.4rem;
}
.fv-price-note {
    font-size: 0.82rem;
    color: #888;
    margin-top: 0.3rem;
}

/* ── VIDEO PAGE — trust block ── */
.fv-trust {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1.25rem;
    text-align: center;
}
.fv-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    font-size: 0.83rem;
    color: #666;
}
.fv-trust-icon {
    font-size: 1rem;
    color: #999;
    flex-shrink: 0;
}
.fv-trust-guarantee {
    font-weight: 600;
    color: #166534;
    font-size: 0.9rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 10px 14px;
}
.fv-trust-guarantee .fv-trust-icon {
    color: #16a34a;
    font-size: 1.3rem;
}
.fv-trust-payment {
    font-weight: 600;
    color: #4c1d95;
    font-size: 0.9rem;
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    border-radius: 8px;
    padding: 10px 14px;
}
.fv-trust-payment .fv-trust-icon {
    color: #6d28d9;
    font-size: 1.3rem;
}
.fv-hotmart-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 1.25rem;
    font-size: 0.78rem;
    color: #999;
    line-height: 1;
}
.fv-hotmart-logo {
    height: 24px;
    width: auto;
    opacity: 0.9;
    margin-top: -6px;
}

/* ── VIDEO PAGE — navegación a otras clases ── */
.fv-next-classes {
    text-align: center;
    margin: 0 auto 2rem;
    max-width: 700px;
    padding: 1.75rem 1.5rem;
    background: #f5f3ff;
    border-radius: 12px;
    border: 1.5px solid #ddd6fe;
}
.fv-next-classes-label {
    font-size: 1.05rem;
    font-weight: 600;
    color: #4c1d95;
    margin-bottom: 1rem;
}
.fv-next-classes-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.25rem;
}
.fv-next-class-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #4c1d95;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.2s, transform 0.15s;
}
.fv-next-class-btn:hover {
    background: #3b1578;
    color: #fff;
    transform: translateY(-1px);
}

/* ── VIDEO PAGE — material descargable ── */
.fv-download-wrap {
    text-align: center;
    margin: 0 auto 1.75rem;
    max-width: 700px;
}
.fv-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f5f3ff;
    color: #4c1d95;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.8rem;
    border-radius: 8px;
    text-decoration: none;
    border: 1.5px solid #ddd6fe;
    transition: background 0.2s;
}
.fv-download-btn:hover {
    background: #ede9fe;
    color: #3b1578;
}

/* ── VIDEO PAGE — aviso bajo el video ── */
.fv-class-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #f0eaff;
    border: 1px solid #c4b5fd;
    border-radius: 10px;
    padding: 0.9rem 1.1rem;
    margin: 0 auto 1.75rem;
    max-width: 700px;
    font-size: 0.93rem;
    color: #4c1d95;
    line-height: 1.5;
}
.fv-class-notice-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ── VIDEO PAGE — timer personalizado ── */
.fv-timer {
    background: #fff7ed;
    border: 1.5px solid #fed7aa;
    border-radius: 10px;
    padding: 0.7rem 1rem 0.8rem;
    margin: 1rem auto;
    max-width: 340px;
    text-align: center;
}
.fv-timer-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.45rem;
}
.fv-timer-digits {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.15rem;
}
.fv-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 54px;
}
.fv-timer-unit span {
    font-size: 2.2rem;
    font-weight: 800;
    color: #dc2626;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}
.fv-timer-unit small {
    font-size: 0.6rem;
    color: #92400e;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2px;
}
.fv-timer-sep {
    font-size: 1.7rem;
    font-weight: 800;
    color: #dc2626;
    line-height: 1;
    margin-bottom: 0.4rem;
    padding: 0 0.05rem;
}
.fv-timer--expired {
    background: #fef2f2;
    border-color: #fca5a5;
    padding: 0.75rem 1rem;
}
.fv-timer--expired .fv-timer-label {
    color: #991b1b;
    font-size: 0.85rem;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
}

/* ── VIDEO PAGE — preguntas frecuentes ── */
.fv-faq-section {
    margin: 2rem auto 2rem;
    max-width: 700px;
    width: 100%;
}
.fv-faq-title {
    color: #e9d5ff;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}
.fv-faq-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(196,181,253,0.25);
    border-radius: 10px;
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.fv-faq-item[open] {
    border-color: rgba(196,181,253,0.50);
}
.fv-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1.1rem;
    cursor: pointer;
    color: #e9d5ff;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
    list-style: none;
    user-select: none;
    gap: 0.75rem;
}
.fv-faq-q::-webkit-details-marker { display: none; }
.fv-faq-q::marker { display: none; }
.fv-faq-chevron {
    flex-shrink: 0;
    transition: transform 0.25s ease;
    font-size: 0.85rem;
    color: #a78bfa;
}
.fv-faq-item[open] .fv-faq-chevron {
    transform: rotate(180deg);
}
.fv-faq-a {
    padding: 0 1.1rem 0.95rem;
    color: #c4b5fd;
    font-size: 0.9rem;
    line-height: 1.65;
    border-top: 1px solid rgba(196,181,253,0.15);
    padding-top: 0.75rem;
}

/* ── TESTIMONIOS PAGE — hero intro ── */
.ft-hero {
    text-align: center;
    padding: 0.5rem 1rem 1.75rem;
    max-width: 700px;
    margin: 0 auto;
}
.ft-hero-stars {
    font-size: 1.9rem;
    color: #fcd34d;
    letter-spacing: 4px;
    text-shadow: 0 0 20px rgba(252,211,77,0.50);
    margin-bottom: 0.5rem;
    line-height: 1;
}
.ft-hero-tagline {
    color: #9aa4bf;
    font-size: 0.97rem;
    margin: 0;
    font-style: italic;
}
