/* ============================= */
/*   RESET E CONFIGURAÇÃO BASE   */
/* ============================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(135deg, #0b1120 0%, #111b33 50%, #0b1120 100%);
    color: #e5e7eb;
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 90%;
    max-width: 1250px;
    margin: auto;
}

/* ============================= */
/*        LINKS PADRÃO           */
/* ============================= */

a {
    color: #60a5fa; /* azul claro super legível */
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #93c5fd;
}

/* Links dentro de cards (como “ver o conteúdo do curso”) */
.card-dark a,
.card a {
    color: #60a5fa;
    font-weight: 600;
}

.card-dark a:hover,
.card a:hover {
    color: #93c5fd;
    text-decoration: underline;
}

/* ============================= */
/*         NAVBAR                */
/* ============================= */

.navbar {
    width: 100%;
    background: #0d1222;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-logo {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.nav-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu li a {
    color: #a5b4fc;
    font-size: 0.95rem;
}

.nav-menu li a:hover {
    color: #60a5fa;
}

.btn-inscrever {
    background: #2563eb;
    padding: 10px 20px;
    border-radius: 6px;
    color: white !important;
    font-weight: 600;
    transition: .2s;
}

.btn-inscrever:hover {
    background: #1d4ed8;
}

/* ============================= */
/*              HERO             */
/* ============================= */

.hero {
    padding: 80px 0 40px;
    background: radial-gradient(circle, #0d1325, #0b1120);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
}

.tagline {
    background: #1e293b;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.78rem;
    color: #93c5fd;
}

.hero-left h1 {
    margin-top: 20px;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1.3;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-top: 18px;
    color: #cbd5e1;
}

.card-dark {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hero-right h3 {
    color: #fff;
    margin-bottom: 12px;
}

.hero-list {
    list-style: none;
    margin-top: 10px;
}

.hero-list li {
    padding: 6px 0;
    font-size: 0.95rem;
    color: #a5b4fc;
}

/* ============================= */
/*      CARD DE INVESTIMENTO     */
/* ============================= */

.card-investimento {
    margin-top: 40px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    padding: 25px;
    border-radius: 16px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.invest-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.invest-label {
    color: #9ca3af;
    font-size: 0.9rem;
}

.invest-price {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 700;
}

.invest-desc {
    font-size: 0.9rem;
    color: #9ca3af;
}

.invest-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* BOTÃO PRINCIPAL — MESMO TAMANHO DO PAYPAL */

.btn-primary {
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    padding: 16px 20px;
    border-radius: 8px;
    text-decoration: none;
    width: 300px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.3s;
    display: inline-block;
}

.btn-primary:hover {
    background: linear-gradient(90deg, #1d4ed8, #2563eb);
}

/* BOTÃO PAYPAL — VERMELHO */

.btn-paypal {
    background: #b91c1c;
    border: 2px solid #dc2626;
    color: #fff;
    padding: 16px 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.3s;
    display: inline-block;
}

.btn-paypal:hover {
    background: #7f1d1d;
    border-color: #991b1b;
}

/* ============================= */
/*       SEÇÕES (40px)           */
/* ============================= */

.legacy,
.publico,
.tecn-rec,
.conteudo,
.bonus,
.faq,
.cta-final {
    padding: 40px 0;
}

/* ============================= */
/*       SEÇÃO LEGADO (SOBRE)    */
/* ============================= */

.legacy h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #f3f4f6;
}

.legacy-intro {
    margin-bottom: 20px;
    color: #9ca3af;
    max-width: 800px;
}

.legacy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 20px;
}

.legacy-box {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 12px;
}

/* ============================= */
/*       PÚBLICO-ALVO            */
/* ============================= */

.publico h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.intro {
    color: #9ca3af;
    margin-bottom: 20px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 20px;
}

.card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    padding: 25px;
    border-radius: 12px;
}

.card h3 {
    margin-bottom: 12px;
    color: #60a5fa;
}

/* ============================= */
/*   TECNOLOGIAS & RECURSOS      */
/* ============================= */

.tech-rec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
}

.tech-rec-item {
    background: rgba(15,23,42,0.9);
    border: 1px solid rgba(37,99,235,0.5);
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    color: #e5e7eb;
}

/* ============================= */
/*       SEÇÃO FAQ               */
/* ============================= */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.07);
    padding: 20px;
    border-radius: 12px;
}

.faq-item h3 {
    margin-bottom: 8px;
    color: #93c5fd;
}

/* ============================= */
/*        CTA FINAL              */
/* ============================= */

.cta-final {
    text-align: center;
}

.btn-large {
    padding: 18px 40px;
    font-size: 1.2rem;
}

/* ============================= */
/*          FOOTER               */
/* ============================= */

.footer {
    padding: 30px;
    text-align: center;
    background: #0d1120;
    color: #6b7280;
}

/* ============================= */
/*        RESPONSIVIDADE         */
/* ============================= */

@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .card-investimento {
        flex-direction: column;
        text-align: center;
    }

    .invest-buttons {
        align-items: center;
    }

    .nav-menu {
        display: none;
    }
}
