/* =========================
   TEMA PREMIUM ESCURO
   Compatível com main.css
========================= */

body {
    background-color: #0f1115;
    color: #e6e6e6;
}

/* =========================
   SEÇÕES
========================= */

.wrapper.style1 {
    background: linear-gradient(180deg, #0f1115, #141821);
}

.wrapper.style3 {
    background: linear-gradient(180deg, #141821, #0c0f14);
}

/* =========================
   CARDS
========================= */

.card {
    background: linear-gradient(145deg, #1a1f2b, #161b24);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 1rem;
    padding: 2em;
    margin-bottom: 1.5em;
    box-shadow: 0 10px 35px rgba(0,0,0,0.4);
    position: relative;
    height: 100%;
    transition: all 0.35s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
    border-color: rgba(248,157,0,0.3);
}

.card-title {
    font-family: 'Archivo Black', Helvetica, sans-serif;
    font-size: 1.3em;
    color: #ffffff;
    margin-bottom: 0.8em;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
}

.card-icon {
    font-size: 1.2em;
    margin-right: 0.6em;
}

.card-desc {
    color: #b8bcc7;
    line-height: 1.6;
    margin-bottom: 1.3em;
}

.card-price {
    font-family: 'Archivo Black', Helvetica, sans-serif;
    font-size: 1.8em;
    background: linear-gradient(90deg, #f89d00, #ffc868);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.6em 0;
}

.card-duration {
    color: #8e93a3;
    font-style: italic;
    font-size: 0.95em;
    margin-top: -0.3em;
    margin-bottom: 1.2em;
}

/* =========================
   BOTÕES
========================= */

.button.primary {
    background: linear-gradient(90deg, #f89d00, #ffc868);
    border: none;
    color: #000 !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 0.6rem;
    transition: all 0.3s ease;
}

.button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(248,157,0,0.4);
}

/* =========================
   CARDS BLOQUEADOS
========================= */

.card.locked {
    opacity: 0.99;
    border: 1px dashed rgba(255,255,255,0.1);
}

.card.locked .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(10,12,16,0.7),
        rgba(10,12,16,0.95)
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 2em;
    text-align: center;
    border-radius: 1rem;
    backdrop-filter: blur(1px);
}

.card.locked .lock-icon {
    font-size: 2.5em;
    color: #ffc868;
    margin-bottom: 0.75em;
}

.card.locked .lock-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1em;
}

.requirement {
    color: #b8bcc7;
    font-size: 0.95em;
    margin-top: 0.8em;
}

/* =========================
   HEADER DAS SEÇÕES
========================= */

.section-header {
    text-align: center;
    margin-bottom: 3.5em;
}

.section-header h1,
.section-header h2 {
    font-family: 'Archivo Black', Helvetica, sans-serif;
    color: #ffffff;
    font-size: 2.5em;
    letter-spacing: 1px;
}

.section-header p {
    color: #a2a8b5;
    font-size: 1.1em;
    max-width: 720px;
    margin: 1em auto 0;
}

/* =========================
   HIGHLIGHT BOX
========================= */

.highlight-box {
    background: linear-gradient(145deg, #1b1f29, #161a22);
    border: 1px solid rgba(248,157,0,0.3);
    padding: 3em;
    border-radius: 1rem;
    margin: 4em 0;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0,0,0,0.5);
}

.highlight-box h3 {
    font-family: 'Archivo Black', Helvetica, sans-serif;
    color: #ffc868;
    font-size: 1.9em;
    margin-bottom: 1em;
}

.highlight-box p {
    color: #b8bcc7;
    line-height: 1.8;
}

/* =========================
   FOOTER
========================= */

#footer {
    background: #0c0f14;
    border-top: 1px solid rgba(255,255,255,0.05);
}

#footer h3 {
    color: #ffffff;
}

#footer p {
    color: #a2a8b5;
}

#footer .icons a {
    color: #ffc868;
}
