*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    color: #222;
    background-color: #000;
    padding-top: 100px;
    
} 

    /* overflow: hidden; toma a tela toda deixar pra pagina inicial isso*/ 

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header { 
    background: #000;
    color: #fff;
    padding: 100px 20px 120px;
    text-align: center;
    position: relative;
}

.gradient-text {
    background: linear-gradient(90deg, #00f5ff, #0080ff, #3cff00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3.5em;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: -2px;
    line-height: 1.1;

}

.subtitle {
    font-size: 1.5;
    margin-bottom: 50px;
    color: #999;
    font-weight: 300;
    max-width: 700;
    margin-left: auto;
    margin-right: auto;
}

.hero-button {
    display: inline-block;
    background: linear-gradient(90deg, #00f5ff, #0080ff);
    color: #000;
    padding: 20px 60px;
    border-radius: 100px;
    border: none;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    transition: 0.5s;
}

.hero-button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 40px rgba(0, 245, 255, 0.5);
    }

.benefits h2 {
    grid-column: 1 / -1;
}

.section-title { 
    text-align: center;
    color: #fff;
    font-weight: 800;
     
    }

  /* font-weight: 800; nao funcionou na section-title */


.benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    background-color: #000;
    padding: 120px 20px;
    position: relative;
}

.benefit-card {
    background: -moz-linear-gradient(145deg, #111, #1a1a1a);
    border: 1px solid #222;
    border-radius: 30px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px0;
    bottom: 2px;
    background: linear-gradient(90deg, #00f5ff, #0080ff, #3cff00);
    border-radius: 30px;
    opacity: 0;
    z-index: -1;
    transform: 0.5s ease;
}

.benefit-card:hover::before {
    opacity: 1;
}

.benefit-card:hover {
    transform: translateY(-10px);
     background: linear-gradient(90deg, #043bf1, #3cff00, #b6976e);
    cursor: pointer;
}


.benefit-number {
    font-size: 3.5em;
    font-weight: 900;
    background: linear-gradient(90deg, #00f5ff, #0080ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.benefit-number-um  {
     font-size: 3.5em;
    font-weight: 900;
    background: linear-gradient(90deg, #0400ff, #03abee, #0400ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.benefit-number-two {
     font-size: 3.5em;
    font-weight: 900;
    background: linear-gradient(90deg, #0400ff, #03abee, #0400ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.benefit-number-tree {
     font-size: 3.5em;
    font-weight: 900;
    background: linear-gradient(90deg, #0400ff, #03abee, #0400ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}


.benefit-subtitulo {
     font-size: 3em;
}

.benefit-card:hover .benefit-number {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #0400ff;

}

.benefit-number h3 {
    color: #999;
    line-height: 1.8;
    font-size: 1.1em;
}

.benefit-subtitulo-tecnologia {
    color: #034397;
    font-size: 3em;
}

.benefit-subtitulo-saude {
    color: #207705;
    font-size: 3em;
}

.benefit-subtitulo-educacao {
    color: #f08c0a;
    font-size: 3em;
}


.benefit-paragrafo-tecnologia {
     color: #0400ff;
}

.benefit-paragrafo-saude {
     color: #184208;
}

.benefit-paragrafo-educacao {
     color: #724204;
}


.benefit-card:hover .benefit-paragrafo {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #3cff00;

}
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    background-color: #111;
    padding: 120px 20px;
    text-align: center;
}

.features h2 {
    width: 100%;
    margin-bottom: 50px;
    }

.pill {
    color: #fff;
    background-color: #000;
    border: 2px solid #222;
    border-radius: 50px;
    font-weight: 600px;
    padding: 15px 30px;
    transition: 0.5s;
    cursor: pointer;
}

.pill:hover {
    border-color: #00f5ff;
    color: #00f5ff;
    transform: scale(1.1);
}

.cta-section {
    background: linear-gradient(14deg, #111, #1a1a1a);
    border: 2px solid #222;
    border-radius: 40px;
    padding: 80px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 120px auto;
}

.cta-section h2 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 800;
}

.cta-section p {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #888;
}

footer {
    background: linear-gradient(90deg, #00f5ff, #0080ff, #3cff00);
    color: #666;
    padding: 60px 0;
    border-top: 1px solid #222;
}


/* --- RODAPÉ ORGANIZADO --- */
footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    padding: 60px 5% 40px; /* Aumentado o padding inferior */
    background: var(--dark);
    color: #810808;
    align-items: start;
}

footer h3, footer h4 {
    margin-bottom: 20px;
    color: #fff;
}

footer p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}

/* Garante que o texto de Copyright ocupe a largura total */
footer .copy {
    grid-column: 1 / -1;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin-top: 20px;
    font-size: 13px;
}







