/*
* ===============================================================
* FAQ PREMIUM - ESPACIO DEL ASADOR
* ===============================================================
*/

.ea-faq-template {
    background:
        radial-gradient(circle at top right, rgba(245, 130, 32, 0.08), transparent 20%),
        linear-gradient(180deg, #151515 0%, #0f0f0f 100%);
    color: #fff;
    padding-bottom: 72px;
}

.ea-faq-template .ast-container {
    max-width: 1240px;
}

/* HERO */
.ea-faq-hero {
    position: relative;
    padding: 56px 0 30px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(18,18,18,0.98) 0%, rgba(15,15,15,0.98) 100%);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.ea-faq-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 28px;
    align-items: center;
}

.ea-faq-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(245, 130, 32, 0.14);
    border: 1px solid rgba(245, 130, 32, 0.24);
    color: #ffd9bc;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ea-faq-hero__content h1 {
    margin: 0 0 12px;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 0.98;
    color: #fff;
}

.ea-faq-hero__content p {
    max-width: 760px;
    margin: 0 0 22px;
    color: rgba(255,255,255,0.82);
    font-size: 1rem;
    line-height: 1.75;
}

.ea-faq-search {
    margin-bottom: 18px;
}

.ea-faq-search input {
    width: 100%;
    min-height: 58px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    color: #fff;
    padding: 16px 18px;
    font-size: 0.98rem;
    outline: none;
    box-shadow: none;
}

.ea-faq-search input::placeholder {
    color: rgba(255,255,255,0.55);
}

.ea-faq-search input:focus {
    border-color: rgba(245, 130, 32, 0.5);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 0 0 3px rgba(245,130,32,0.14);
}

.ea-faq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ea-faq-filters button {
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.ea-faq-filters button:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,0.08);
}

.ea-faq-filters button.is-active {
    background: rgba(245,130,32,0.14);
    border-color: rgba(245,130,32,0.28);
    color: #ffd9bc;
}

.ea-faq-hero__visual {
    display: flex;
    justify-content: flex-end;
}

.ea-faq-hero__card {
    width: 100%;
    max-width: 360px;
    padding: 28px 24px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(54,54,54,0.86) 0%, rgba(30,30,30,0.92) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 22px 56px rgba(0,0,0,0.24);
    backdrop-filter: blur(8px);
    position: relative;
    overflow: hidden;
}

.ea-faq-hero__card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(245,130,32,0.14), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.00));
    pointer-events: none;
}

.ea-faq-hero__card-kicker {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 10px;
    color: #ffcfaa;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ea-faq-hero__card strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.05;
    color: #fff;
}

.ea-faq-hero__card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
    font-size: 0.96rem;
}

/* MAIN */
.ea-faq-main {
    padding: 30px 0 0;
}

.ea-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.ea-faq-content {
    display: grid;
    gap: 22px;
}

.ea-faq-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 110px;
}

.ea-faq-group,
.ea-faq-sidecard,
.ea-faq-no-results {
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(48,48,48,0.88) 0%, rgba(24,24,24,0.97) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

.ea-faq-group {
    padding: 24px;
}

.ea-faq-group__head {
    margin-bottom: 18px;
}

.ea-faq-group__head h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.1;
}

.ea-faq-group__head p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
}

.ea-faq-accordion {
    display: grid;
    gap: 14px;
}

.ea-faq-item {
    border-radius: 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    overflow: hidden;
}

.ea-faq-question {
    width: 100%;
    min-height: 72px;
    padding: 18px 20px;
    background: transparent;
    border: none;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.ea-faq-question span:first-child {
    flex: 1 1 auto;
}

.ea-faq-icon {
    position: relative;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

.ea-faq-icon::before,
.ea-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f58220;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.ea-faq-icon::before {
    width: 16px;
    height: 2px;
}

.ea-faq-icon::after {
    width: 2px;
    height: 16px;
}

.ea-faq-item.is-open .ea-faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

.ea-faq-answer {
    padding: 0 20px 18px;
}

.ea-faq-answer__inner {
    padding-top: 4px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.ea-faq-answer p {
    margin: 14px 0 0;
    color: rgba(255,255,255,0.82);
    line-height: 1.8;
}

.ea-faq-no-results {
    padding: 30px 24px;
    text-align: center;
}

.ea-faq-no-results h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.6rem;
}

.ea-faq-no-results p {
    margin: 0;
    color: rgba(255,255,255,0.80);
    line-height: 1.75;
}

/* SIDEBAR */
.ea-faq-sidecard {
    padding: 24px 22px;
}

.ea-faq-sidecard__kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #ffcfaa;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.ea-faq-sidecard h3 {
    margin: 0 0 14px;
    font-size: 1.45rem;
    line-height: 1.1;
    color: #fff;
}

.ea-faq-sidecard p {
    margin: 0;
    color: rgba(255,255,255,0.80);
    line-height: 1.75;
}

.ea-faq-sidecard--highlight {
    background:
        radial-gradient(circle at top right, rgba(245,130,32,0.16), transparent 26%),
        linear-gradient(180deg, rgba(66,42,22,0.95) 0%, rgba(31,20,11,0.98) 100%);
}

.ea-faq-sidecard__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.ea-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.ea-faq-btn:hover {
    transform: translateY(-2px);
}

.ea-faq-btn--primary {
    background: linear-gradient(45deg, #f58220, #d96505);
    color: #fff;
    box-shadow: 0 14px 24px -14px rgba(245, 130, 32, 0.72);
}

.ea-faq-btn--primary:hover {
    color: #fff;
    box-shadow: 0 18px 28px -12px rgba(217, 101, 5, 0.78);
}

.ea-faq-btn--ghost {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    color: #fff;
}

.ea-faq-btn--ghost:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .ea-faq-hero__inner,
    .ea-faq-grid {
        grid-template-columns: 1fr;
    }

    .ea-faq-hero__visual {
        justify-content: flex-start;
    }

    .ea-faq-hero__card {
        max-width: 100%;
    }

    .ea-faq-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ea-faq-hero {
        padding: 42px 0 24px;
    }

    .ea-faq-group,
    .ea-faq-sidecard,
    .ea-faq-no-results {
        border-radius: 20px;
    }

    .ea-faq-group {
        padding: 20px 18px;
    }

    .ea-faq-question {
        min-height: 64px;
        padding: 16px 16px;
    }

    .ea-faq-answer {
        padding: 0 16px 16px;
    }

    .ea-faq-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .ea-faq-filters,
    .ea-faq-sidecard__actions {
        flex-direction: column;
    }

    .ea-faq-filters button,
    .ea-faq-btn {
        width: 100%;
    }

    .ea-faq-hero__content h1 {
        font-size: 2.35rem;
    }
}