/* NeuroAcademia Cloud v4.25 - Certification CTA */

.cert-cta-box {
    width: min(1280px, calc(100% - 36px));
    margin: 2rem auto;
    background:
        radial-gradient(circle at 82% 20%, rgba(212,175,55,.22), transparent 26%),
        linear-gradient(135deg, #061424, #102f52);
    color: #fff;
    border-radius: 2rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-shadow: 0 18px 52px rgba(6,20,36,.14);
}

.cert-cta-eyebrow {
    color: #d4af37;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 900;
}

.cert-cta-box h2 {
    color: #fff;
    font-size: clamp(1.35rem, 3vw, 2.1rem);
    margin: .2rem 0 .55rem;
}

.cert-cta-box p {
    color: rgba(255,255,255,.78);
    max-width: 760px;
    margin: 0;
}

.cert-cta-meta {
    margin-top: .85rem;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.cert-cta-meta span {
    border-radius: 999px;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.16);
    padding: .35rem .7rem;
    font-size: .84rem;
    color: #fff;
}

.cert-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .55rem;
    min-width: 260px;
}

@media(max-width: 850px) {
    .cert-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .cert-cta-actions {
        justify-content: flex-start;
        min-width: 0;
    }
}
