@font-face {
  font-family: 'Inter-Regular';
  src: url("./fonts/Inter-Regular.ttf");
}


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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter-Regular';
    line-height: 1.6;
    color: black;
    overflow-x: hidden;
    background-color: #ffffff;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2 {
    font-family: 'Inter-Regular';
    line-height: 1.2;
    font-weight: 900;
}

h2 {
    font-size: 2.3rem;
    color: #082871;
    text-align: center;
    margin-bottom: 50px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Classe utilitária para acessibilidade: esconde visualmente, mas mantém para leitores de tela */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*RadStation Formulário*/
.modal {
    background-color: #0108275a;
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    inset: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 999 !important;
    overflow-y: auto;
    padding: 20px 20px;
}

.maxcontainerModal {
    max-width: 700px;
    margin: auto;
    background-color: #e6e6e6;
    border-radius: 20px;
    padding: 10px 10px;
    width: 100%;
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: scroll;
}

.maxcontainerModal > button {
    background-color: #4f8c20;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    margin-left: auto;
    border-radius: 8px;
    cursor: pointer;
}

.fixed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4f8c20;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
/*RadStation Formulário*/



/*   Componentes*/
.btn {
    font-family: 'Inter-Regular';
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

.btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.btn-yellow {
    background-color: #FFB515;
    color: #082871;
}

.btn-blue {
    background-color: #0060C8;
    color: #ffffff;
}

.btn-dark-blue {
    background-color: #082871;
    color: #ffffff;
}



/*   Seção 1: Herói*/
.secao-1 {
    background: url('assets/BG-1.png') no-repeat center center/cover;
    padding: 60px 0;
    overflow: hidden;
}



.secao-1-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.secao-1-image {
    flex: 0 0 40%;
    align-self: flex-end;
    margin-bottom: -60px;
}

.secao-1-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.texto-e-imagem {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 25px;
}

.logo {
    width: 150px;
    margin-bottom: 20px;
}

.titulo-imagem {
    width: 100%;
    max-width: 600px;
}

.texto-secao-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    font-family: 'Inter-Regular';
}

.texto-secao-1 p {
    font-size: 1.5rem;
    max-width: 450px;
    text-align: right;
    margin: 0 0 20px 0;
    color: #082871;
}



/*   Seção 2: Para quem é */
.secao-2 {
    background-color: #FFB515;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: 'Inter-Regular';
}

.secao-2 h2 {
    color: #082871;
    text-align: center;
    font-family: 'Inter-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}


.secao-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/person-putting-coins-piggy-bank-with-books-pencils\ 1.png');
    background-size: cover;
    background-position: center;
    opacity: 0.22;
    z-index: 0;
}

.secao-2 .container {
    position: relative;
    z-index: 1;
}

.secao-2-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.secao-2-list {
    flex: 1.2;
}

.secao-2-image {
    flex: 0.8;
    align-self: flex-end;
    margin-bottom: -80px;
}

.secao-2-list ul, .content-list ul {
    list-style: none;
    margin-bottom: 30px;
}

.secao-2-list li, .content-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    min-height: 110px;
    border-radius: 25px;
    background: #ffffff;
    padding: 15px 25px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
}

.secao-2-list .numero, .content-list .numero {
    color: #0060C8;
    font-family: 'Inter-Regular';
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;
}

.secao-2-list li {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


/*   Seção 3: Conteúdo*/
.content {
    background-color: #ffffff;
    padding: 80px 0;
    font-family: 'Inter-Regular';
}

.content h2 {
    color: #082871;
    text-align: center;
    font-family: 'Inter-Regular';
    font-size: 45px;
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
}

.content-container {
    display: flex;
    align-items: stretch;
    gap: 60px;
}

.content-image {
    flex: 1;
    display: flex;
    align-items: center;
}

.content-image img {
    object-fit: contain;
}

.content-list {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-list li {
    border: 3px solid #082871;
}

.content-list .btn {
    width: 100%;
    padding: 20px;
}


/*   Seção 4: Download*/
.baixar {
    background: url('assets/BG-4.png') no-repeat center center/cover;
    color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
    font-family: 'Inter-Regular';
}

.baixar-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    text-align: center;
    font-family: 'Inter-Regular';
}

.baixar-text {
    flex: 1;
    max-width: 514px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
}

.baixar-livro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.baixar-livro img {
    width: 200px;
}

.baixar-livro .btn-dark-blue {
    width: 100%;
    border-radius: 10px;
}



/*   Footer */
footer {
    background-color: #082871;
    padding: 40px 0;
    text-align: center;
}

.logo-footer {
    width: 180px;
    margin: 0 auto 20px auto;
}

.copyright {
    color: #ffffff;
    font-size: 0.9rem;
    opacity: 0.8;
}


/*   Responsividade */
@media (max-width: 900px) {
    .secao-1-container,
    .secao-2-container,
    .content-container,
    .baixar-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    .secao-1-texto {
        order: 1;
        align-items: center;
    }

    .secao-1-image {
        order: 2;
        width: 80%;
        max-width: 350px;
        margin: 30px auto -65px;
    }

    .secao-1-texto p {
        text-align: center;
    }

    .texto-e-imagem, .texto-secao-1 {
        align-items: center;
    }

    .secao-2 { padding-bottom: 40px; }
    .secao-2-image { margin-bottom: 0; margin-bottom: -45px; }
    
    .secao-2-list li, .content-list li {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .secao-2-list .numero, .content-list .numero {
        font-size: 3rem;
    }
    
    .content-list { order: 1; }
    .content-image { 
        order: 2;
        width: 70%;
        max-width: 300px;
        margin-top: 30px;
    }

    .baixar-text {
        text-align: center;
    }
}

@media (max-width: 480px) {
    h2 { font-size: 1.8rem; }
    
    .secao-1-texto p { font-size: 1.1rem; }

    .secao-2-list li,
    .content-list li {
        padding: 20px 15px;
        font-size: 1.1rem;
    }

    .btn { padding: 12px 25px; }
}