
.form-control
{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

*
{
    margin: 0;
    padding: 0;
    color: #202f5a;
    font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
}

html, body, form
{
    height: 100%;
}

.height
{
    min-height: 70%;
}

.height-about
{
    min-height: 50%;
}

/* LAYOUT GERAL ------------------------------------------------ */
.container
{
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
}

.text-center
{
    text-align: center;
}
.flex
{
    display: flex;
}
.flex-row
{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flex-between
{
    justify-content: space-between;
}
.flex-center
{
    justify-content: center;
}

/* MENU -------------------------------------------------------- */
.menu
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.menu__logo
{
    width: 45%;
    margin-bottom: 15px;
}
.menu__icon
{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.menu__badge
{
    width: 100%;
    display: flex;
    background: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: bold;
    gap: 6px;
    border: 1px solid;
    align-items: center;
    justify-content: space-evenly;
    max-width: 500px;
}

.what-benefit .menu__badge
{
    margin-top: -50px;
}
.what-benefit .menu__badge
{
    width: 100%;
}
.menu__badge p
{
    font-size: 10px;
}

/* BOTÃO ------------------------------------------------------- */
.btn
{
    background: #fbce2d;
    color: #202f5a;
    text-decoration: none;
    padding: 14px 0;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    transition: 0.2s;
}
.btn:hover
{
    filter: saturate(80%);
}
.btn--small
{
    padding: 6px 10px;
    width: auto;
    font-size: 12px;
}
.green
{
    color: #1a8754;
}

/* HOME -------------------------------------------------------- */
.home
{
    text-align: center;
}
.home_container, .home_img, .about_container, .about_img
{
    width: 100%;
}

.home_img img, .about_img img
{
    width: 100%;
    border-radius: 20px;
}

.what-benefit
{
    display: flex;
    flex-direction: column;
}
.what-benefit-div
{
    width: 100%;
    margin-bottom: 20px;
}
.home__highlight
{
    margin: 20px 0;
}
.home__reward-box
{
    width: 260px;
}
.home__rotate-wrapper
{
    display: flex;
    justify-content: flex-end;
    width: 80%;
}
.home__rotate-wrapper h4
{
    transform: rotate(-7deg);
    margin-top: -10px;
}
.home__rotate-wrapper svg
{
    transform: rotate(35deg);
    margin-top: -45px;
}

.about_contest, .what_contest
{
    text-align: center;
    margin-bottom: 20px;
}
.about .menu__badge
{
    width: 100%;
    justify-content: space-evenly;
}

/* TÍTULOS ------------------------------------------------------ */
.section-title
{
    text-align: center;
    margin: 30px 0;
    padding: 8px 0;
}

/* MARCAS ------------------------------------------------------- */
.brand-grid
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}
.brand-grid img
{
    height: 80px;
    max-width: 130px;
    object-fit: contain;
}

/* BOXES DE INFORMAÇÃO ----------------------------------------- */
.info-box
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 25px;
    text-align: center;
}
.info-col
{
    width: 30%;
}
.info-col div
{
    height: 150px;
}

/* BENEFÍCIOS --------------------------------------------------- */
.benefit-item
{
    width: 60%;
    text-align: center;
    margin: 0 auto 25px auto;
}

/* SEGURANÇA ---------------------------------------------------- */
.security ul, .security ol
{
    width: 100%;
    margin: 15px auto 30px auto;
    list-style-position: inside;
    font-size: 24px;
    gap: 10px;
    display: grid;
    margin-bottom: 50px;
}

.security_container a
{
    margin: 0;
}
.security ol p
{
    font-weight: normal;
}
.security ol h4
{
    margin-bottom: 5px;
}
.security__badge
{
    margin: 0 auto 25px auto;
}
.security__links
{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.hora
{
    margin-bottom: 100px;
}
.hora .benefit-item
{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
svg
{
    width: 30px;
    height: 30px;
}

.lampada
{
    width: 100%;
    z-index: -10;
    position: relative;
}
.what_textbox
{
    width: 100%;
}

.what_brands
{
    width: 100%;
}

.security_title
{
    width: 100%;
    background: none;
    border: 1px solid;
    font-size: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.hora_benefitlist
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 24px;
    gap: 12px;
}

.hora_item
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* =============================
   2) CSS DAS NOVAS CLASSES REATORADAS
   ============================= */


/* HOME */
.home_intro
{
    font-size: 28px;
    text-align: center;
}
.reward-box
{
    text-align: center;
    width: auto;
    margin: 15px 0 30px 0;
}
.reward-title
{
    font-size: 34px;
    font-weight: bold;
}
.email-box
{
    border: 1px solid;
    padding: 10px 20px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 5px gray;
    width: 100%;
    margin-bottom: 10px;
}

.email-row
{
    display: flex;
    flex-direction: row;
    margin: 10px auto;
    width: 100%;
    margin-bottom: 20px;
}
.home_info
{
    font-size: 14px;
    margin: 10px;
    width: 80%;
    margin: auto;
}
.home_img--desktop
{
    max-width: 650px;
    margin-top: 250px;
    right: 0;
    position: absolute;
}

/* SOBRE */

.section-title--big
{
    background: none;
    margin-top: 0px;
    font-size: 50px;
}
.about_contest--big
{
    font-size: 30px;
    width: 90%;
}

/* WHAT */
.what_container
{
    justify-content: space-between;
}

.what_lamp
{
    margin-top: 0;
}

.about_contest--center
{
    text-align: center;
}

/* BENEFÍCIOS */
.beneficios_title
{
    margin: auto;
    width: 100%;
    margin-bottom: 30px;
    background: none;
    border: 1px solid black;
    font-size: 50px;
    max-width: 500px;
}
.beneficio_container
{
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.benefit-item--free
{
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
    text-align: center;
}
.benefit_icon--big
{
    width: 70px !important;
    height: 70px !important;
}
.benefit_text
{
    width: 100%;
}

/* estatísticas (badge) */

.security_list
{
    font-weight: normal;
}
.security_badge_text
{
    font-size: 12px;
}
.security__links
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.btn--outline
{
    border: 1px solid;
    background: none !important;
}

/* HORA */
.hora_title
{
    background: none;
    font-size: 62px;
}

.hora_item_text
{
    width: 100%;
}
.footer_contact
{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer_contact p
{
    width: 47%;
    text-align: center;
}

/* Pequenas utilidades (mantidas/úteis) */
.menu__icon
{
    object-fit: contain;
}
.menu__badge p
{
    font-size: 12px;
}

.security-container
{
    width: 90%;
    margin: auto;
}


@media (min-width: 940px)
{
    /* layout geral / containers */
    .email-row
    {
        width: 60%;
    }

    .home__rotate-wrapper
    {
        width: 90%;
    }
    .home .email-row p
    {
        font-size: 24px;
        padding-right: 10px;
    }

    .height-about
    {
        height: 70%;
    }

    .container
    {
        max-width: 80%;
    }

    /* menu / logo / ícones */
    .menu__logo
    {
        width: 20%; /* ultimo valor prevalece (20%) */
    }
    .menu__icon
    {
        width: 50px;
        height: 50px;
    }
    /* ícone dentro de .about mantém tamanho específico */
    .about .menu__icon
    {
        width: 30px;
        height: 30px;
    }

    /* home */
    .home
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        margin-top: 10%;
    }
    .home_container, .about_container
    {
        width: 65%;
    }

    .home_img, .about_img
    {
        width: 30%;
    }

    .what-benefit
    {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .what-benefit-div
    {
        width: 47%;
    }

    .home h3
    {
        font-size: 44px;
    }
    .home p
    {
        font-size: 24px;
    }
    .home__reward-box
    {
        width: auto;
    }
    .home__rotate-wrapper
    {
        width: 70%;
    }
    .home__reward-box h1, .home .home__reward-box h1
    {
        font-size: 48px;
    }
    .home .home_info
    {
        font-size: 14px;
    }

    /* imagens decorativas do header / home */

    .home_img--desktop
    {
        /* valor mais recente (650px/250px/right:0) aplicado ao seletor específico */
        display: block;
        max-width: 650px;
        width: 100%;
        right: 0;
        position: absolute;
        margin-top: 250px;
    }

    /* títulos / textos de seção */
    .section-title
    {
        font-size: 34px;
        text-align: left;
    }

    .email-box
    {
        width: 80%;
        margin: auto;
        margin-bottom: 15px;
    }
    .what-benefit-div .section-title
    {
        text-align: center;
    }

    .menu__badge
    {
        width: 30%;
    }

    .security .beneficios_title
    {
        max-width: 88%;
        margin: 0;
        padding-left: 20px;
        margin-bottom: 50px;
    }

    .about
    {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .about_contest, .what_contest
    {
        text-align: left;
        font-size: 24px;
    }

    /* info columns */
    .info-col
    {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .info-col h3
    {
        font-size: 24px;
    }
    .info-col p
    {
        font-size: 18px;
    }
    .info-col div
    {
        height: 200px;
    }
    .info-box
    {
        justify-content: center;
    }

    /* seção WHAT / lampada (decorativa) */
    .what .container
    {
        display: flex;
        flex-direction: row;
    }
    .what_textbox
    {
        width: 48%;
    }
    .what_brands
    {
        width: 48%;
    }

    /* BENEFÍCIOS */
    .beneficio .container
    {
        display: flex;
        flex-direction: row;
        width: 50%;
        margin: 0;
        margin-left: auto;
    }
    .beneficio .menu__badge
    {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-top: 7%;
    }

    .benefit-item, .benefit-item--free
    {
        width: 50%;
        text-align: center;
        margin: 0 auto 25px auto;
        height: 200px;
    }
    .benefit-item p
    {
        font-size: 18px;
    }

    /* estatísticas / badge de benefícios */

    /* segurança */
    .security .container
    {
        font-size: 22px;
    }
    .security .container h3
    {
        margin-left: 100px;
    }
    .security ol
    {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 10px;
    }
    .security ol li
    {
        width: 30%;
    }
    .security_container
    {
        display: flex;
        flex-direction: row-reverse;
        justify-content: start;
    }
    .security__links
    {
        width: 50%;
    }
    .security__badge
    {
        margin: 0;
        margin-left: 7%;
    }

    /* segurança - título */
    .security_title
    {
        text-align: left;
        width: 70%;
        padding-left: 10%;
        margin: 50px 0;
        max-width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    /* layout flex para benefit-container */
    .benefit-container
    {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .what_textbox
    {
        width: 48%;
    }
    /* reforço do layout */

    .hora
    {
        margin-top: 100px;
    }
    /* HORA / beneficios da seção hora */
    .hora .benefit-item
    {
        width: 50%;
    }
    .hora .benefit-item p
    {
        margin: 0;
    }
    .hora_benefitlist
    {
        display: flex;
        flex-direction: row;
        width: 86%;
        margin-right: auto;
    }
    .hora_item
    {
        width: 30% !important;
    }

    /* utilitários */
    .menu__logo
    {
        width: 20%;
    }
    /* última ocorrência prevalece */
    svg
    {
        width: 50px;
        height: 50px;
    }
    .btn
    {
        width: 60%;
        margin: auto;
        max-width: 300px;
    }
    .hora .btn
    {
        margin: 0 30%;
    }
    .footer_contact
    {
        justify-content: start;
    }
    .footer_contact p
    {
        width: 43%;
    }

    .media-what
    {
        width: 93%;
        margin-left: auto;
        margin-bottom: 50px;
    }

    .media-lampada
    {
        width: 86%;
        margin-left: auto;
    }

    .security-container
    {
        width: 86%;
        margin-left: auto;
    }

    .brand-grid img
    {
        max-width: 180px;
    }

    .menu
    {
        flex-direction: row;
    }
    .menu__logo
    {
        margin-bottom: 0;
    }

