:root {
    --base: #13203d;
    --texto: #e6e6ed;
    --destaque: #ffe500;
    --borda: #ff8400;
}

* {
    margin: 0;
    padding: 0;
    margin-block: 0;
    margin-inline: 0;
}

#primeiraImagem {
    padding-top: 30px;
    border-radius: 16px;
}

ul {
    list-style-position: inside;
}

img {
    object-fit: contain;
    object-position: 50% 50%;
    max-width: 98%;
    max-height: auto;
}

body {
    font-family: "Reddit Sans Condensed", sans-serif;
    font-size: 1.5rem;
    background-color: var(--base);
    color: var(--texto);
    padding: 0 16px 32px;
    line-height: 1.35;
    margin: 0 auto;
    max-width: 1680px;
}

section {
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: center;
}

#primeiraImagem {
    max-width: 35dvh;
}

#carroMoeda {
    width: 98%;
    border-radius: 16px;
}

article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 72px;
}

a {
    all: unset;
}
a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0.5rem 3rem;
    color: var(--base);
    background: var(--destaque);
    border-radius: 0.75rem;
    font-weight: 800;
    text-align: center;
    height: 3rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-box-trim: trim-both;
    text-box-edge: cap;
}

a:focus {
    border: 3px solid var(--borda);
}

a:hover {
    border: 3px solid var(--borda);
    cursor: pointer;
}

#terceiraChamada {
    font-weight: 700;
    text-align: center;
    text-wrap: balance;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100svw;
    min-height: 100svh;
    background-image: url("../img/MarcaDeRoda.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 60% top;
}

header > div {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    gap: 32px;
    min-width: 100%;
    min-height: 100%;
}

#destaquePreco {
    font-family: "Reddit Sans", sans-serif;
    font-weight: 800;
    text-align: center;
    color: var(--destaque);
    text-transform: uppercase;
    font-size: 2.5rem;
}

#primeiraChamada {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
}

#primeiroBotao {
    font-size: 1.5rem;
    width: 17rem;
    height: 3rem;
}

.linha {
    height: 1px;
    border: 0;
    border-top: 1px solid var(--destaque);
    width: 100%;
}

.destaqueFrase {
    color: var(--destaque);
    font-weight: 700;
    text-align: center;
    text-wrap: balance;
    overflow: hidden;
}

.divisor {
    content: url("../img/Divisor.png");
    height: 18px;
    width: auto;
    object-fit: contain;
    border: none;
    display: flex;
    flex-flow: column wrap;
    max-width: 100%;
    overflow: hidden;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

ol {
    list-style-type: none;
    display: flex;
    flex-flow: row wrap;
    align-items: first baseline;
    gap: 32px;
    padding: 32px 0;
    flex-grow: 1;
    justify-content: center;
}

.itemListaAprendizagem {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-basis: 274px;
}

em {
    text-align: center;
    font-weight: 700;
    font-style: normal;
}

#sessaoBonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

#faqs {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

ul li {
    list-style-type: disc;
}

.numeradorLista {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--destaque);
    color: var(--base);
    width: 68px;
    height: 68px;
    font-size: 4rem;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 800;
}

#segundaChamada {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#segundaChamada > p {
    max-width: 42ch;
}

q {
    quotes: none;
}

#depoimentos {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.grupoDepoimento {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.fotosDepoimentoImpar {
    display: flex;
    gap: 16px;
    flex-direction: row;
}

.fotosDepoimentoPar {
    display: flex;
    gap: 16px;
    flex-direction: row-reverse;
}

.fotosDepoimentoPar > img {
    transform: scaleX(-1);
}

.depoimentoImpar {
    text-align: right;
}

.depoimentoPar {
    text-align: left;
}

.autorDepoimento {
    font-weight: 700;
}

#listaMotivacao {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#listaMotivacao p {
    text-align: left;
}

/* iPhone 13 Mini */
@media (width >=360px) {
    body {
        padding: 0 32px 64px;
    }
}

/* iPad Mini */
@media (width >=580px) {
    body {
        padding: 0 48px 64px;
    }

    #destaquePreco {
        font-size: 3.5rem;
    }

    header > div {
        font-size: 2rem;
        gap: 45px;
    }

    #primeiroBotao {
        font-size: 2rem;
        width: 20.3rem;
        height: 4rem;
    }
}

/* iPad pro 12.9" */
@media (width >= 1024px) {
    body {
        padding: 0 64px 64px;
    }

    header > div {
        flex-direction: row-reverse;
    }

    header {
        background-position: 80% top;
    }

    #primeiraSessao {
        flex-flow: row-reverse wrap;
    }

    #primeiraChamada {
        align-items: flex-start;
        text-align: left;
    }

    #segundaChamada {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    #carroMoeda {
        max-width: 30%;
    }

    #depoimentos {
        display: flex;
        flex-direction: row;
        gap: 36px;
    }

    .fotosDepoimentoImpar,
    .fotosDepoimentoPar {
        display: flex;
        flex-direction: row;
        transform: scaleX(1);
    }

    .fotosDepoimentoPar > img {
        transform: scaleX(1);
    }

    .depoimentoPar,
    .depoimentoImpar {
        text-align: left;
    }
}

@media (width >=1320px) {
    ol {
        gap: 72px;
    }
}

/* MacbookPro16 */
@media (width >=1440px) {
    body {
        padding: 0 96px 64px;
    }

    ol {
        flex-flow: row wrap;
        align-items: first baseline;
        gap: 104px;
    }

    #listaMotivacao {
        flex-direction: row;
    }
}

@media (width >=1600px) {
    ol {
        flex-wrap: nowrap;
        align-items: first baseline;
        gap: 3%;
    }
}

@media (width >=2100px) {
    header {
        background-position: 70% top;
    }
}
@media (prefers-contrast: more) {
    body {
        background-color: black;
    }
    :root {
        --texto: #ffffff;
    }
}
