/* ============================================================
   faq.css — Pickle Pro Tour
   Sistema: Mabry Pro · navy #0b0c4c · celeste #6ed4ff
   ============================================================ */

#pagina { margin-top: 60px; }
#pagina::before { background: none !important; pointer-events: none !important; }
#pagina > .container { position: relative; z-index: 2; }

.faq-wrap p {
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 0;
    color: #4B5A7A;
}

/* ── CONTENEDOR ─────────────────────────────────────────── */
.faq-wrap {
    font-family: var(--font-primary, 'Mabry Pro'), sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 60px;
    color: #0b0c4c;
}

/* ── HERO ────────────────────────────────────────────────── */
.faq-hero {
    background: #0b0c4c;
    border-radius: 20px;
    padding: 48px 48px 0;
    display: flex;
    align-items: flex-end;
    gap: 32px;
    overflow: hidden;
    min-height: 200px;
}

.faq-hero-text {
    flex: 1;
    padding-bottom: 44px;
}

.faq-hero-tag {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6ed4ff;
    margin-bottom: 8px;
}

.faq-hero-title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    letter-spacing: -1.5px;
    margin: 0;
}

.faq-hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.55);
    margin-top: 10px;
    font-weight: 400;
    padding: 0;
}

.faq-hero-img {
    flex-shrink: 0;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    align-self: flex-end;
}

.faq-hero-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ── SECCIONES FAQ ───────────────────────────────────────── */
.faq-section {
    margin-top: 48px;
}

.faq-section-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.faq-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #6ed4ff;
    color: #0b0c4c;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #0b0c4c;
    letter-spacing: -0.3px;
    margin: 0;
}

/* ── ACORDEÓN ────────────────────────────────────────────── */
.faq-item {
    border-bottom: 1px solid #EEF1F8;
}

.faq-item:first-child {
    border-top: 1px solid #EEF1F8;
}

.faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 18px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: var(--font-primary, 'Mabry Pro'), sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0b0c4c;
    line-height: 1.4;
    transition: color 0.2s;
}

.faq-q:hover { color: #236af8; }

.faq-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: #EEF1F8;
    border-radius: 50%;
    padding: 7px;
    color: #0b0c4c;
    transition: background 0.2s, transform 0.25s, color 0.2s;
}

.faq-item.open .faq-icon {
    background: #0b0c4c;
    color: #6ed4ff;
    transform: rotate(180deg);
}

.faq-a {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
}

.faq-item.open .faq-a {
    max-height: 700px;
}

.faq-a p {
    padding-bottom: 20px !important;
    font-size: 14px !important;
    color: #4B5A7A;
    line-height: 1.7;
}

.faq-a a {
    color: #236af8;
    text-decoration: underline;
}

/* ── VÍDEO DENTRO DEL ACORDEÓN ───────────────────────────── */
.faq-video-wrap {
    margin: 0 0 20px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
}

.faq-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ── SPLIT 50/50 CON IMAGEN GRANDE ──────────────────────── */
.faq-split {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
    min-height: 340px;
}

/* DESKTOP: imagen ocupa 48% a la izquierda */
.faq-split-img {
    flex: 0 0 48%;
    overflow: hidden;
}

.faq-split-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.4s ease;
}

.faq-split:hover .faq-split-img img {
    transform: scale(1.03);
}

/* Texto a la derecha */
.faq-split-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 44px;
    gap: 8px;
}

.faq-split-text--navy { background: #0b0c4c; }
.faq-split-text--pink { background: #e91e8c; }
.faq-split-text--blue { background: #236af8; }

.faq-banner-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

.faq-split-text--navy .faq-banner-tag { color: #6ed4ff; }

.faq-split-title {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1px;
    display: block;
    margin-top: 4px;
}

.faq-split-text--navy .faq-split-title { color: #6ed4ff; }

.faq-split-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    display: block;
    margin-top: 4px;
}

/* Versión invertida: texto izquierda, imagen derecha */
.faq-split--reverse .faq-split-img { order: 2; }
.faq-split--reverse .faq-split-text { order: 1; }

/* Botón dentro del split */
.faq-cta-btn {
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
    background: #6ed4ff;
    color: #0b0c4c;
    border-radius: 50px;
    padding: 10px 24px;
    font-family: var(--font-primary, 'Mabry Pro'), sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity 0.2s;
    align-self: flex-start;
}

.faq-cta-btn:hover { opacity: 0.85; }

/* ── BANDA FINAL ─────────────────────────────────────────── */
.faq-final-band {
    background: #6ed4ff;
    border-radius: 16px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.faq-final-band > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.faq-final-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(11,12,76,0.55);
}

.faq-final-title {
    font-size: 22px;
    font-weight: 700;
    color: #0b0c4c;
    letter-spacing: -0.3px;
    display: block;
}

.faq-final-btn {
    background: #0b0c4c;
    color: #6ed4ff;
    border-radius: 50px;
    padding: 12px 28px;
    font-family: var(--font-primary, 'Mabry Pro'), sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.faq-final-btn:hover { opacity: 0.85; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 700px) {

    .faq-hero {
        padding: 32px 24px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .faq-hero-text { padding-bottom: 0; }
    .faq-hero-title { font-size: 32px; }

    .faq-hero-img {
        width: 100%;
    }

    .faq-hero-img img {
        width: 100%;
        height: auto;        /* ← era 200px */
        object-fit: contain; /* ← añadir */
        border-radius: 0;
    }

    .faq-split {
        flex-direction: column;
        min-height: auto;
    }

    /* En móvil: imagen arriba, sin recorte */
    .faq-split-img {
        flex: none;
        width: 100%;
        height: auto;
        order: 1 !important;
    }

    .faq-split-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center center;
    }

    .faq-split-text {
        order: 2 !important;
        padding: 28px 24px 32px;
    }

    .faq-split-title { font-size: 26px; }

    .faq-section-title { font-size: 18px; }

    .faq-final-band {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 24px;
    }

    .faq-video-wrap {
        aspect-ratio: 16 / 9;
    }
}