/* Audio-ajánlat komponens (eloadas.html, koszonjuk.html).
   Az oldalak natívan világosak (boseg paletta) — a korábbi sötét-téma
   felülíró !important blokk eltávolítva, mert lapos dobozokat rakott
   az átlátszó szekciók mögé. */

.audio-offer-section {
    padding: 18px 15px 70px;
}

.audio-offer-card {
    position: relative;
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 32px 22px 34px;
    overflow: hidden;
    background: var(--card, #FDFBF8);
    border: 2px solid var(--gold-light);
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 14px 48px rgba(139, 116, 66, 0.17), 0 0 0 6px rgba(160, 136, 83, 0.06);
}

.audio-offer-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--gold-light), var(--gold-bright), var(--gold-pale), var(--gold-bright), var(--gold-light));
}

.audio-offer-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(160, 136, 83, 0.13);
    color: var(--gold-bright);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.audio-offer-card h2 {
    margin-bottom: 7px;
    color: var(--cream);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 7vw, 3rem);
    font-weight: 600;
    line-height: 1.1;
}

.audio-offer-subtitle {
    margin-bottom: 16px;
    color: var(--gold-light);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
}

.audio-offer-lead {
    width: min(100%, 610px);
    margin: 0 auto 18px;
    color: var(--text-muted);
    font-size: 0.92rem;
}

.audio-offer-list {
    width: min(100%, 580px);
    margin: 18px auto;
    padding: 17px 19px;
    background: #F5EFE6;
    border: 1px solid rgba(139, 116, 66, 0.18);
    border-radius: 11px;
    text-align: left;
}

.audio-offer-list li {
    position: relative;
    padding: 5px 0 5px 23px;
    list-style: none;
    color: var(--text-light);
    font-size: 0.86rem;
    line-height: 1.55;
}

.audio-offer-list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--gold-light);
}

.audio-offer-price {
    margin: 19px 0 15px;
}

.audio-offer-price .old-price {
    margin-right: 10px;
    color: var(--text-muted);
    font-size: 1rem;
    text-decoration: line-through;
}

.audio-offer-price .new-price {
    color: var(--gold-light);
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 600;
}

.audio-offer-price small {
    display: block;
    margin-top: 3px;
    color: var(--gold-bright);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.audio-offer-btn,
.webinar-cta-btn {
    display: inline-block;
    padding: 16px 30px;
    border: 0;
    border-radius: 8px;
    background: var(--gold-light);
    color: #FDFBF8;
    box-shadow: 0 5px 20px rgba(139, 116, 66, 0.25);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease;
}

.audio-offer-btn:hover,
.webinar-cta-btn:hover {
    transform: translateY(-2px);
    background: var(--gold-bright);
}

.audio-offer-btn[aria-busy='true'] {
    cursor: wait;
    opacity: 0.75;
}

.audio-offer-note {
    margin-top: 13px;
    color: var(--text-muted);
    font-size: 0.74rem;
    font-style: italic;
}

.main > .webinar-cta-btn {
    width: min(100%, 600px);
}

.main {
    flex-direction: column;
    justify-content: flex-start;
    gap: 22px;
}

@media (min-width: 768px) {
    .audio-offer-card { padding: 42px 42px 44px; }
    .audio-offer-lead { font-size: 1rem; }
    .audio-offer-list li { font-size: 0.95rem; }
}
