/*========Div 1========*/
#div1 {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 100dvh;
    background: linear-gradient(160deg, #08000F 0%, #0F0020 55%, #08000F 100%);
    color: white;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

#heroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Container principal */
.div1-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 800px;
}

/* Oculta o elemento gráfico */
.graphic-container {
    display: none !important;
}

@media (max-width: 768px) {
    #div1 {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

/*===================*/

/*========Text div1========*/
#divNovosAspectos {
    width: 100%;
    text-align: center; /* Centraliza todo o conteúdo de texto */
}

/* Títulos */
#novo,
#resultados {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-family: 'Wallop', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
}

#aspecto {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-family: 'Wallop', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2;
}

/* Parágrafo */
#Textodiv1 p {
    margin: 25px auto 40px auto;
    padding: 0;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    max-width: 650px;
}

/* Ajustes para telas menores */
@media (max-width: 768px) {
    #novo, #resultados, #aspecto {
        font-size: 40px; /* AJUSTADO: Tamanho para tablets */
        line-height: 1.3;
    }
    #Textodiv1 p {
        font-size: 18px;
    }
}

@media (max-width: 460px) {
    #novo, #resultados, #aspecto {
        font-size: 32px; /* AJUSTADO: Tamanho para mobile para não quebrar a linha */
    }
}


/*===================*/

/*========Btn div1========*/
#btn2 {
    margin: 0 auto;
    border-radius: 68px;
    background: #57AE6C;
    display: inline-flex; /* AJUSTADO: Garante que os itens internos fiquem na linha */
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 12px 30px; /* AJUSTADO: Padding mais consistente */
    border: solid 0px;
    max-width: none; /* AJUSTADO: Remove a largura máxima que causava a quebra */
}

#btn2:hover {
    background-color: #258a5c;
}

#vamos2 {
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-right: 1rem;
    padding: 0;
    white-space: nowrap; /* AJUSTADO: Impede que o texto quebre a linha */
}

#btn2 svg {
    width: 1.3rem;
    height: 1.3rem;
    background-color: #150024;
    border-radius: 50%;
    padding: 6px;
    flex-shrink: 0; /* Impede que o ícone seja esmagado ou quebre a linha */
}

@media (max-width: 460px) {
    #btn2 {
        padding: 12px 25px;
    }
    #vamos2 {
        font-size: 16px;
    }
    #btn2 svg {
        width: 1.1rem;
        height: 1.1rem;
    }
}

/*========Hero Frame========*/
.hero-frame {
    position: relative;
    display: block;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 6px;
    padding: 2rem 2.5rem 1.75rem 2.5rem;
    margin-bottom: 1.75rem;
    -webkit-mask-image: radial-gradient(ellipse 110% 130% at 50% 50%, black 30%, transparent 100%);
    mask-image: radial-gradient(ellipse 110% 130% at 50% 50%, black 30%, transparent 100%);
}

.hero-corner {
    position: absolute;
    color: rgba(212, 175, 55, 0.7);
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.hero-corner--tl { top: -11px; left: -11px; }
.hero-corner--tr { top: -11px; right: -11px; }
.hero-corner--bl { bottom: -11px; left: -11px; }
.hero-corner--br { bottom: -11px; right: -11px; }

/*========Hero Badge========*/
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 1.25rem;
}

.hero-badge-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #57AE6C;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-badge-ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #57AE6C;
    animation: hero-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes hero-ping {
    75%, 100% {
        transform: scale(2.4);
        opacity: 0;
    }
}

.hero-badge-text {
    color: #57AE6C;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/*========Hero Buttons========*/
.hero-btns {
    display: flex;
    flex-direction: row;
    gap: 0.875rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    white-space: nowrap;
}

.hero-btn-primary:hover {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.28);
}

.hero-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.38);
    border-radius: 100px;
    color: #D4AF37;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.hero-btn-outline:hover {
    background: rgba(212, 175, 55, 0.09);
    border-color: rgba(212, 175, 55, 0.6);
}

@media (max-width: 768px) {
    .hero-frame {
        padding: 1.5rem 1.5rem 1.25rem 1.5rem;
    }
}

@media (max-width: 460px) {
    .hero-frame {
        padding: 1.25rem 1rem 1rem 1rem;
        margin-bottom: 1.5rem;
    }
    .hero-btns {
        flex-direction: column;
        align-items: center;
    }
    .hero-btn-primary,
    .hero-btn-outline {
        width: 100%;
        max-width: 300px;
        font-size: 0.9rem;
    }
}