/* =========================================================
   DD+ — LANDING PAGE
   Cabeçalho / Menu principal
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #1f2937;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   TOPO
   ========================================================= */

.topo {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e8edf2;
}

.topo-conteudo {
    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

/* Logo */

.logo-link {
    display: flex;
    align-items: center;
}

.logo {
    display: block;
    width: auto;
    max-height: 52px;
}

/* Menu */

.menu-principal {
    display: flex;
    align-items: center;

    gap: 28px;
}

.menu-principal a {
    text-decoration: none;

    color: #334155;

    font-size: 14px;
    font-weight: 600;

    transition: 0.2s ease;
}

.menu-principal a:hover {
    color: #1689c9;
}

/* Botão Entrar */

.menu-principal .btn-entrar {
    padding: 11px 22px;

    border-radius: 8px;

    background: #1689c9;
    color: #ffffff;

    font-weight: 700;
}

.menu-principal .btn-entrar:hover {
    background: #1175ad;
    color: #ffffff;
}
/* =========================================================
   ILUSTRAÇÃO DO HERO
   ========================================================= */

.hero-conteudo {
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: center;
    gap: 40px;

    padding-top: 55px;
    padding-bottom: 55px;
}

.hero-texto {
    max-width: 560px;
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-ilustracao {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
}

/* =========================================================
   TEXTO
   ========================================================= */

.hero-texto {
    max-width: 600px;
}

.hero-marca {
    display: inline-block;

    margin-bottom: 18px;

    color: #1e88e5;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2px;
}

.hero h1 {
    margin: 0 0 24px;

    color: #0d1426;

    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -2px;
}

.hero h1 span {
    color: #21c55d;
}

.hero-descricao {
    max-width: 540px;

    margin-bottom: 32px;

    color: #475569;

    font-size: 19px;
    line-height: 1.65;
}


/* =========================================================
   BOTÃO PRINCIPAL
   ========================================================= */

.hero-acoes {
    display: flex;
    align-items: center;
}

.btn-comecar {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 16px;

    min-height: 56px;

    padding: 0 26px;

    border-radius: 12px;

    background: linear-gradient(
        90deg,
        #1e88e5,
        #21c55d
    );

    color: #ffffff;

    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    box-shadow:
        0 10px 25px rgba(30, 136, 229, 0.20);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.btn-comecar span {
    font-size: 24px;
    line-height: 1;
}

.btn-comecar:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(30, 136, 229, 0.28);
}


/* Login */

.hero-login {
    margin-top: 20px;

    color: #64748b;

    font-size: 14px;
}

.hero-login a {
    margin-left: 6px;

    color: #0d63b8;

    font-weight: 700;

    text-decoration: none;
}


/* =========================================================
   ÁREA DA ILUSTRAÇÃO
   provisória
   ========================================================= */

.hero-visual {
    min-height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

.hero-visual-placeholder {
    width: 420px;
    height: 360px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    border-radius: 40px;

    background:
        linear-gradient(
            145deg,
            rgba(30, 136, 229, 0.08),
            rgba(33, 197, 85, 0.10)
        );

    border: 1px solid rgba(30, 136, 229, 0.10);
}

.hero-visual-placeholder span {
    color: #0d63b8;

    font-size: 70px;
    font-weight: 700;
}

.hero-visual-placeholder p {
    margin-top: 10px;

    color: #64748b;

    font-size: 16px;
}
/* =========================================================
   O QUE É O DD+
   ========================================================= */

.sobre-ddplus {
    padding: 90px 0;
    background: #f8fbfd;
}

.sobre-conteudo {
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: center;
    gap: 60px;
}

.secao-etiqueta {
    display: inline-block;
    margin-bottom: 18px;

    color: #1e88e5;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.sobre-texto h2 {
    margin-bottom: 28px;

    color: #0d1426;

    font-size: 42px;
    line-height: 1.15;
}

.sobre-texto h2 span {
    color: #21c55d;
}

.sobre-texto p {
    margin-bottom: 18px;

    color: #475569;

    font-size: 17px;
    line-height: 1.7;
}

.sobre-destaque {
    margin-top: 28px;

    color: #0d63b8 !important;

    font-size: 19px !important;
    font-weight: 700;
}


/* FLUXO */

.sobre-fluxo {
    display: grid;

    grid-template-columns:
        120px 28px
        120px 28px
        120px 28px
        120px;

    align-items: center;
    justify-content: center;

    gap: 10px;
}

.fluxo-item {
    min-width: 120px;
    min-height: 120px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 18px;

    background: #ffffff;

    border-radius: 18px;

    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.07);
}

.fluxo-item span {
    font-size: 34px;
}

.fluxo-item strong {
    color: #0d1426;

    font-size: 12px;

    text-align: center;
}

.fluxo-seta {
    color: #21c55d;

    font-size: 28px;
    font-weight: 700;
}
/* =========================================================
   COMO FUNCIONA
   ========================================================= */

.como-funciona {
    padding: 95px 0;
    background: #ffffff;
}

.secao-cabecalho {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.secao-cabecalho h2 {
    margin-bottom: 18px;

    color: #0d1426;

    font-size: 42px;
    line-height: 1.15;
}

.secao-cabecalho h2 span {
    color: #21c55d;
}

.secao-cabecalho p {
    color: #64748b;

    font-size: 17px;
    line-height: 1.7;
}

.como-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 24px;
}

.como-card {
    position: relative;

    min-height: 300px;

    padding: 34px 26px;

    background: #ffffff;

    border: 1px solid #e8edf2;
    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(15, 23, 42, 0.06);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.como-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.10);
}

.como-numero {
    position: absolute;

    top: 20px;
    right: 20px;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eef7ff;

    color: #1e88e5;

    font-size: 14px;
    font-weight: 700;
}

.como-icone {
    margin-bottom: 24px;

    font-size: 42px;
}

.como-card h3 {
    margin-bottom: 14px;

    color: #0d1426;

    font-size: 20px;
}

.como-card p {
    color: #64748b;

    font-size: 15px;
    line-height: 1.65;
}
/* =========================================================
   TIPOS DE DESAFIOS
   ========================================================= */

.tipos-desafios {
    padding: 95px 0;
    background: #f8fbfd;
}

.tipos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.tipo-card {
    min-height: 280px;

    padding: 30px 22px;

    background: #ffffff;

    border: 1px solid #e8edf2;
    border-radius: 20px;

    text-align: center;

    box-shadow:
        0 12px 35px rgba(15, 23, 42, 0.05);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.tipo-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 18px 40px rgba(15, 23, 42, 0.10);
}

.tipo-icone img {
    width: 120px;
    height: 120px;
}

.tipo-card h3 {
    margin-bottom: 14px;

    color: #0d1426;

    font-size: 20px;
}

.tipo-card p {
    color: #64748b;

    font-size: 14px;
    line-height: 1.65;
}


/* CTA */

.tipos-cta {
    margin-top: 50px;

    display: flex;
    flex-direction: column;

    align-items: center;

    gap: 18px;
}

.tipos-cta p {
    color: #0d1426;

    font-size: 21px;
    font-weight: 700;
}
/* =========================================================
   CONQUISTAS E EVOLUÇÃO
   ========================================================= */

.conquistas {
    padding: 95px 0;
    background: #ffffff;
}

.conquistas-conteudo {
    display: grid;

    /* O gap agora faz parte corretamente da largura total */
    grid-template-columns: 42fr 58fr;

    align-items: center;
    gap: 60px;
}

.conquistas-texto,
.conquistas-painel {
    min-width: 0;
}

.conquistas-texto h2 {
    margin-bottom: 26px;

    color: #0d1426;

    font-size: 42px;
    line-height: 1.15;
}

.conquistas-texto h2 span {
    color: #21c55d;
}

.conquistas-texto p {
    margin-bottom: 16px;

    color: #64748b;

    font-size: 17px;
    line-height: 1.7;
}

.conquistas-frase {
    margin-top: 28px;

    color: #0d63b8 !important;

    font-weight: 700;
}


/* PAINEL */

.conquistas-painel {
    padding: 32px;

    background: #f8fbfd;

    border-radius: 24px;
}


/* NÍVEIS */

.niveis {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 35px;
}

.nivel-item {
    display: flex;
    flex-direction: column;

    align-items: center;

    gap: 6px;

    text-align: center;
}

.nivel-item span {
    font-size: 28px;
}

.nivel-item strong {
    color: #0d1426;

    font-size: 11px;
}

.nivel-linha {
    flex: 1;

    height: 2px;

    margin: 0 8px;

    background: #dbe6ee;
}


/* PROGRESSO */

.progresso-card {
    padding: 24px;

    background: #ffffff;

    border-radius: 18px;

    box-shadow:
        0 10px 30px rgba(15, 23, 42, 0.06);
}

.progresso-topo {
    display: flex;
    justify-content: space-between;

    margin-bottom: 14px;

    color: #0d1426;
}

.progresso-topo span {
    color: #1e88e5;

    font-weight: 700;
}

.barra-progresso {
    height: 12px;

    overflow: hidden;

    background: #e4edf4;

    border-radius: 10px;
}

.barra-preenchimento {
    width: 62%;
    height: 100%;

    background: linear-gradient(
        90deg,
        #1e88e5,
        #21c55d
    );

    border-radius: 10px;
}

.progresso-card p {
    margin-top: 12px;

    color: #64748b;

    font-size: 13px;
}


/* BENEFÍCIOS */

.beneficios-conquista {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 16px;

    margin-top: 22px;
}

.beneficios-conquista > div {
    padding: 20px;

    background: #ffffff;

    border-radius: 16px;

    text-align: center;
}

.beneficios-conquista span {
    display: block;

    margin-bottom: 8px;

    font-size: 30px;
}

.beneficios-conquista strong {
    display: block;

    margin-bottom: 7px;

    color: #0d1426;

    font-size: 14px;
}

.beneficios-conquista p {
    color: #64748b;

    font-size: 12px;
    line-height: 1.5;
}
/* =========================================================
   DD+ PARA TODOS
   ========================================================= */

.para-todos {
    padding: 95px 0;
    background: #f8fbfd;
}

.publicos-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    gap: 18px;
}

.publico-card {
    min-height: 300px;

    padding: 30px 22px;

    display: flex;
    flex-direction: column;

    align-items: center;

    background: #ffffff;

    border: 1px solid #e8edf2;
    border-radius: 20px;

    text-align: center;

    box-shadow:
        0 12px 35px rgba(15, 23, 42, 0.05);
}

.publico-card.destaque {
    border-color: rgba(33, 197, 85, 0.35);

    box-shadow:
        0 14px 38px rgba(33, 197, 85, 0.12);
}

.publico-icone {
    margin-bottom: 20px;

    font-size: 42px;
}

.publico-card h3 {
    margin-bottom: 14px;

    color: #0d1426;

    font-size: 19px;
}

.publico-card p {
    flex: 1;

    color: #64748b;

    font-size: 14px;
    line-height: 1.65;
}

.publico-card a,
.publico-card > span {
    margin-top: 22px;

    color: #1e88e5;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;
}

.publico-card.destaque a {
    color: #21a956;
}

.publicos-frase {
    margin-top: 48px;

    color: #0d63b8;

    font-size: 20px;
    font-weight: 700;

    text-align: center;
}
.publico-icon {
    width: 130px;
    height: 130px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
}
/* =========================================================
   GRATUITO / APOIE O DD+
   ========================================================= */

.apoie-ddplus {
    padding: 100px 0;
    background: #ffffff;
}

.apoie-conteudo {
    display: grid;
    grid-template-columns: 48% 52%;

    align-items: center;

    gap: 80px;
}


/* TEXTO */

.apoie-texto h2 {
    margin-bottom: 28px;

    color: #0d1426;

    font-size: 44px;
    line-height: 1.15;
}

.apoie-texto h2 span {
    color: #21c55d;
}

.apoie-texto > p {
    max-width: 540px;

    margin-bottom: 17px;

    color: #64748b;

    font-size: 17px;
    line-height: 1.7;
}


/* GRATUITO */

.apoie-gratis {
    max-width: 500px;

    display: flex;
    align-items: center;

    gap: 18px;

    margin-top: 32px;

    padding: 22px;

    background: #f4fcf7;

    border: 1px solid rgba(33, 197, 85, 0.25);
    border-radius: 16px;
}

.apoie-gratis > span {
    width: 44px;
    height: 44px;

    flex: 0 0 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #21c55d;
    color: #ffffff;

    border-radius: 50%;

    font-size: 22px;
    font-weight: 700;
}

.apoie-gratis strong {
    display: block;

    margin-bottom: 4px;

    color: #0d1426;

    font-size: 16px;
}

.apoie-gratis p {
    margin: 0;

    color: #64748b;

    font-size: 14px;
    line-height: 1.5;
}
.icone-gratuito {
    width: 96px;
    height: 96px;
    object-fit: contain;
    flex-shrink: 0;
}


/* CARD APOIE */

.apoie-card {
    max-width: 570px;

    padding: 42px;

    background:
        linear-gradient(
            145deg,
            #f3f9ff,
            #f2fcf6
        );

    border: 1px solid #e0ebf3;
    border-radius: 26px;

    box-shadow:
        0 18px 50px rgba(15, 23, 42, 0.08);
}

.apoie-coracao {
    margin-bottom: 16px;

    font-size: 38px;
}

.apoie-label {
    display: block;

    margin-bottom: 12px;

    color: #1e88e5;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}

.apoie-card h3 {
    margin-bottom: 20px;

    color: #0d1426;

    font-size: 28px;
    line-height: 1.25;
}

.apoie-card p {
    margin-bottom: 16px;

    color: #64748b;

    font-size: 15px;
    line-height: 1.65;
}

.apoie-escolha {
    display: block;

    margin: 25px 0;

    color: #0d63b8;

    font-size: 15px;
    line-height: 1.6;
}


/* BOTÃO APOIAR */

.btn-apoiar {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 50px;

    padding: 0 24px;

    border: 1px solid #1e88e5;
    border-radius: 10px;

    color: #0d63b8;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: 0.2s ease;
}

.btn-apoiar:hover {
    background: #1e88e5;
    color: #ffffff;
}
/* =========================================================
   CTA FINAL
   ========================================================= */

.cta-final {
    padding: 90px 0;

    background:
        linear-gradient(
            135deg,
            #0d63b8,
            #1e88e5 48%,
            #21c55d
        );

    text-align: center;
}

.cta-final-conteudo {
    max-width: 760px;
}

.cta-final h2 {
    margin-bottom: 18px;

    color: #ffffff;

    font-size: 44px;
    line-height: 1.15;
}

.cta-final h2 span {
    color: #d8ffe6;
}

.cta-final p {
    margin-bottom: 30px;

    color: rgba(255, 255, 255, 0.88);

    font-size: 18px;
    line-height: 1.6;
}

.cta-final .btn-comecar {
    background: #ffffff;
    color: #0d63b8;

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.14);
}

.cta-final .btn-comecar:hover {
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.20);
}

.cta-login {
    margin-top: 22px;

    color: rgba(255, 255, 255, 0.82);

    font-size: 14px;
}

.cta-login a {
    margin-left: 5px;

    color: #ffffff;

    font-weight: 700;

    text-decoration: none;
}


/* =========================================================
   RODAPÉ
   ========================================================= */

.rodape {
    background: #0d1426;
}

.rodape-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;

    gap: 55px;

    padding-top: 65px;
    padding-bottom: 60px;
}

.rodape-logo {
    display: block;

    width: 210px;
    max-width: 100%;

    margin-bottom: 22px;
}

.rodape-marca p,
.rodape-coluna p {
    max-width: 260px;

    color: #94a3b8;

    font-size: 14px;
    line-height: 1.6;
}

.rodape-coluna {
    display: flex;
    flex-direction: column;

    gap: 11px;
}

.rodape-coluna h3 {
    margin-bottom: 8px;

    color: #ffffff;

    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rodape-coluna a {
    color: #94a3b8;

    font-size: 14px;
    text-decoration: none;

    transition: color 0.2s ease;
}

.rodape-coluna a:hover {
    color: #21c55d;
}


/* FAIXA FINAL */

.rodape-final {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rodape-final p {
    padding: 22px 0;

    color: #64748b;

    font-size: 12px;
    text-align: center;
}
/* =========================================================
   MENU MOBILE
   ========================================================= */

.menu-toggle {
    display: none;

    border: 0;
    background: transparent;

    color: #0d1426;

    font-size: 30px;
    line-height: 1;

    cursor: pointer;
}


/* =========================================================
   RESPONSIVIDADE — CABEÇALHO
   ========================================================= */

@media (max-width: 900px) {

    .topo-conteudo {
        min-height: 72px;

        position: relative;
    }


    /* Logo */

    .logo {
        max-height: 46px;
    }


    /* Botão hambúrguer */

    .menu-toggle {
        display: block;
    }


    /* Menu fechado */

    .menu-principal {
        display: none;

        position: absolute;

        top: 72px;
        left: 0;
        right: 0;

        z-index: 1000;

        padding: 20px;

        flex-direction: column;
        align-items: stretch;

        gap: 0;

        background: #ffffff;

        border-top: 1px solid #e8edf2;

        box-shadow:
            0 14px 30px rgba(15, 23, 42, 0.10);
    }


    /* Menu aberto */

    .menu-principal.ativo {
        display: flex;
    }


    .menu-principal a {
        display: block;

        padding: 14px 4px;

        border-bottom: 1px solid #eef2f5;

        font-size: 15px;
    }


    .menu-principal .btn-entrar {
        margin-top: 14px;

        padding: 14px;

        border-bottom: 0;

        text-align: center;

        border-radius: 10px;
    }
}
/* =========================================================
   RESPONSIVIDADE — HERO
   ========================================================= */

@media (max-width: 900px) {

    .hero {
        min-height: auto;
    }

    .hero-conteudo {
        grid-template-columns: 1fr;

        gap: 35px;

        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero-texto {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 48px;
        line-height: 1.08;

        letter-spacing: -1.5px;
    }

    .hero-descricao {
        max-width: 520px;

        font-size: 17px;
    }

    .hero-visual {
        width: 100%;

        justify-content: center;
    }

    .hero-ilustracao {
        width: 100%;
        max-width: 620px;

        margin: 0 auto;
    }
}
@media (max-width: 600px) {

    .hero-conteudo {
        gap: 12px;

        padding-top: 38px;
        padding-bottom: 40px;
    }

    .hero-marca {
        margin-bottom: 14px;

        font-size: 11px;
    }

    .hero h1 {
        margin-bottom: 20px;

        font-size: 38px;
        line-height: 1.08;

        letter-spacing: -1px;
    }

    .hero-descricao {
        margin-bottom: 26px;

        font-size: 16px;
        line-height: 1.65;
    }

    .btn-comecar {
        min-height: 54px;

        padding: 0 22px;

        font-size: 13px;
    }

    .hero-login {
        margin-top: 16px;
    }

    .hero-ilustracao {
        max-width: 520px;
    }
    .hero-visual {
    min-height: auto;
    margin-top: 5px;
}

.hero-ilustracao {
    margin-top: 0;
}
}
/* =========================================================
   RESPONSIVIDADE — O QUE É O DD+
   ========================================================= */

@media (max-width: 900px) {

    .sobre-conteudo {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .sobre-texto {
        max-width: 650px;
    }

    .sobre-fluxo {
        grid-template-columns:
            120px 28px
            120px 28px
            120px 28px
            120px;

        justify-content: start;
    }
}


@media (max-width: 600px) {

    .sobre-ddplus {
        padding: 70px 0;
    }

    .sobre-texto h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .sobre-texto p {
        font-size: 16px;
    }

    .sobre-fluxo {
        grid-template-columns: 1fr;

        justify-items: center;

        gap: 10px;
    }

    .fluxo-item {
        width: 100%;
        max-width: 260px;

        min-height: 105px;
    }

    .fluxo-seta {
        transform: rotate(90deg);

        font-size: 25px;
    }

}
/* =========================================================
   RESPONSIVIDADE — COMO FUNCIONA
   ========================================================= */

@media (max-width: 900px) {

    .como-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .como-funciona {
        padding: 70px 0;
    }

    .secao-cabecalho {
        margin-bottom: 40px;
    }

    .secao-cabecalho h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .secao-cabecalho p {
        font-size: 16px;
    }

    .como-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .como-card {
        min-height: auto;

        padding: 28px 24px;
    }

    .como-icone {
        margin-bottom: 18px;
    }

}
/* =========================================================
   RESPONSIVIDADE — TIPOS DE DESAFIOS
   ========================================================= */

@media (max-width: 900px) {

    .tipos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .tipos-desafios {
        padding: 70px 0;
    }

    .tipos-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tipo-card {
        min-height: auto;
        padding: 28px 24px;
    }

   .tipo-icone img {
    width: 120px;
    height: 120px;
}

    .tipo-card h3 {
        font-size: 21px;
    }

    .tipo-card p {
        font-size: 15px;
    }

    .tipos-cta {
        margin-top: 38px;
    }

    .tipos-cta p {
        font-size: 19px;
        text-align: center;
    }

}
/* =========================================================
   RESPONSIVIDADE — CONQUISTAS E EVOLUÇÃO
   ========================================================= */

@media (max-width: 900px) {

    .conquistas-conteudo {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}


@media (max-width: 600px) {

    .conquistas {
        padding: 70px 0;
    }

    .conquistas-texto h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .conquistas-texto p {
        font-size: 16px;
    }


    /* Painel */

    .conquistas-painel {
        padding: 22px 18px;

        border-radius: 20px;
    }


    /* Níveis */

    .niveis {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 22px 8px;

    width: 100%;

    margin-bottom: 30px;
}

.nivel-item {
    min-width: 0;
}

.nivel-item img {
    width: 88px;
    max-width: 100%;
    height: auto;

    margin: 0 auto;
}
    /* As linhas horizontais do desktop não são
       necessárias na grade mobile */

    .nivel-linha {
        display: none;
    }


    /* Progresso */

    .progresso-card {
        padding: 20px 18px;
    }

    .progresso-topo {
        gap: 15px;
    }


    /* Cards inferiores */

    .beneficios-conquista {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .beneficios-conquista > div {
        padding: 22px 18px;
    }

    .beneficios-conquista strong {
        font-size: 15px;
    }

    .beneficios-conquista p {
        font-size: 13px;
    }

}
/* =========================================================
   RESPONSIVIDADE — DD+ PARA TODOS
   ========================================================= */

@media (max-width: 900px) {

    .publicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .para-todos {
        padding: 70px 0;
    }

    .publicos-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .publico-card {
        min-height: auto;

        padding: 28px 24px;
    }

    .publico-icone {
        margin-bottom: 16px;

        font-size: 42px;
    }

    .publico-card h3 {
        font-size: 21px;
    }

    .publico-card p {
        font-size: 15px;
    }

    .publico-card a,
    .publico-card > span {
        margin-top: 20px;
    }

    .publicos-frase {
        margin-top: 38px;

        font-size: 18px;
        line-height: 1.5;

        padding: 0 10px;
    }

}
/* =========================================================
   RESPONSIVIDADE — GRATUITO / APOIE O DD+
   ========================================================= */

@media (max-width: 900px) {

    .apoie-conteudo {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .apoie-texto {
        max-width: 650px;
    }

    .apoie-card {
        max-width: 650px;
    }

}


@media (max-width: 600px) {

    .apoie-ddplus {
        padding: 70px 0;
    }

    .apoie-conteudo {
        gap: 38px;
    }


    /* Texto principal */

    .apoie-texto h2 {
        font-size: 34px;
        line-height: 1.15;
    }

    .apoie-texto > p {
        font-size: 16px;
    }


    /* Destaque gratuito */

    .apoie-gratis {
        padding: 20px 18px;
        gap: 15px;
    }

    .apoie-gratis > span {
        width: 40px;
        height: 40px;

        flex-basis: 40px;

        font-size: 20px;
    }


    /* Card Apoie */

    .apoie-card {
        width: 100%;

        padding: 30px 24px;

        border-radius: 20px;
    }

    .apoie-coracao {
        font-size: 34px;
    }

    .apoie-card h3 {
        font-size: 25px;
    }

    .apoie-card p {
        font-size: 15px;
    }

    .btn-apoiar {
        width: 100%;
    }

}
/* =========================================================
   RESPONSIVIDADE — CTA FINAL + RODAPÉ
   ========================================================= */

@media (max-width: 900px) {

    .rodape-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px;
    }

}


@media (max-width: 600px) {

    /* =====================================================
       CTA FINAL
       ===================================================== */

    .cta-final {
        padding: 70px 0;
    }

    .cta-final-conteudo {
        padding-left: 24px;
        padding-right: 24px;
    }

    .cta-final h2 {
        font-size: 36px;
        line-height: 1.15;
    }

    .cta-final p {
        font-size: 16px;
        line-height: 1.6;
    }

    .cta-final .btn-comecar {
        width: 100%;
        max-width: 330px;
    }

    .cta-login {
        margin-top: 20px;
    }
    .tipo-icone img {
    width: 120px;
    height: 120px;
}


    /* =====================================================
       RODAPÉ
       ===================================================== */

    .rodape-grid {
        grid-template-columns: 1fr;

        gap: 38px;

        padding-top: 55px;
        padding-bottom: 45px;
    }

    .rodape-marca {
        margin-bottom: 5px;
    }

    .rodape-logo {
        width: 190px;
    }

    .rodape-marca p,
    .rodape-coluna p {
        max-width: 100%;
    }

    .rodape-coluna {
        gap: 12px;
    }

    .rodape-coluna h3 {
        margin-bottom: 5px;
    }

    .rodape-final p {
        padding: 20px 10px;

        line-height: 1.5;
    }

}
/* =========================================================
   ÍCONES OFICIAIS — TIPOS DE DESAFIOS
   ========================================================= */

.tipo-icone img {
    display: block;

    width: 76px;
    height: 76px;

    margin: 0 auto;

    object-fit: contain;
}
.como-card img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
}
/* =========================================================
   DD+ - ÍCONES DO FLUXO "O QUE É O DD+"
   ========================================================= */

.about-flow .flow-item img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: 0 auto 12px;
}
/* =========================================================
   ÍCONES DO FLUXO — O QUE É O DD+
   ========================================================= */

.fluxo-item img {
    width: 72px;
    height: 72px;

    display: block;

    margin: 0 auto 10px;

    object-fit: contain;
}
/* =========================================================
   DD+ - ÍCONES DOS NÍVEIS
   ========================================================= */

.nivel-item img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    display: block;
    margin: 0 auto 6px;
}
/* =========================================================
   NÍVEIS DD+ — SELOS COMPLETOS
   ========================================================= */

.niveis {
    display: grid;

    grid-template-columns: repeat(6, minmax(0, 1fr));

    align-items: center;

    gap: 8px;

    width: 100%;

    margin-bottom: 35px;
}

.nivel-item {
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.nivel-item img {
    display: block;

    width: 92px;
    max-width: 100%;
    height: auto;

    margin: 0 auto;

    object-fit: contain;
}

/* Não usamos mais as antigas linhas entre níveis */
.nivel-linha {
    display: none;
}
/* =========================================================
   CORREÇÃO FINAL — NÍVEIS NO MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .niveis {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

        gap: 22px 8px;

        width: 100%;
    }

    .nivel-item {
        width: 100%;
        min-width: 0;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nivel-item img {
        width: 88px;
        max-width: 100%;
        height: auto;
    }

}
/* Ícone 3D dos cards de evolução */
.beneficio-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
}
.icone-apoie {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin-bottom: 16px;
}