/* ===== RESET & GLOBAL ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Exo', sans-serif;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    background-color: #042853;
    padding: 80px 0;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.22);
    z-index: 1;
}

.hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-logo {
    margin-bottom: 20px;
}

.hero-logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 15px;
}

.gold-text {
    color: #F2C623;
}

.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 25px;
    max-width: 700px;
}

.hero-cta {
    margin-top: 15px;
}

.btn-cta-green {
    background-color: #39CE0A;
    color: #1F1D1D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cta-green:hover {
    background-color: #2fb808;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(57, 206, 10, 0.4);
}

/* ===== JA SOU ASSOCIADO ===== */
.associado-section {
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.associado-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('modelo/bg-pattern.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: 0;
}

.associado-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.associado-title {
    font-family: 'Exo', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.3em;
    color: #444D88;
}

.btn-suporte {
    background-color: #6F0000;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 7px;
    padding: 20px 97px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-suporte:hover {
    background-color: #FF0000;
    transform: translateY(-2px);
}

/* ===== POR QUE ESCOLHER ===== */
.porque-section {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.porque-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('modelo/bg-pattern.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: 0;
}

.porque-section .container {
    position: relative;
    z-index: 1;
}

.porque-label {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    color: #444D88;
    margin-bottom: 10px;
}

.porque-title {
    font-family: 'Exo', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3em;
    color: #211D4C;
    margin-bottom: 40px;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.beneficio-card {
    padding: 25px 20px;
    text-align: center;
}

.beneficio-content h4 {
    font-family: 'Exo', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6em;
    color: #444D88;
    margin-bottom: 10px;
}

.beneficio-content p {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #666060;
}

/* ===== COBERTURA APVS ===== */
.cobertura-section {
    background-color: #F7F7F7;
    padding: 100px 0;
}

.cobertura-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.cobertura-left {
    flex: 1;
}

.cobertura-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.panfleto-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cobertura-label {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    color: #0F0F0F;
    margin-bottom: 10px;
}

.cobertura-title {
    font-family: 'Exo', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3em;
    color: #211D4C;
    margin-bottom: 15px;
}

.cobertura-desc {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    color: #424242;
    margin-bottom: 20px;
}

.servicos-label {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0F0F0F;
    margin-bottom: 15px;
}

/* Servicos Accordion */
.servicos-accordion {
    margin-bottom: 25px;
}

.servico-item {
    margin-bottom: 0;
    border: none;
}

.servico-btn {
    width: 100%;
    background-color: #F3F3F3;
    color: #666060;
    border: none;
    padding: 20px 20px;
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    text-align: left;
}

.servico-btn:hover {
    background-color: #e8e8e8;
}

.servico-btn .fa-minus {
    display: none;
}

.servico-btn.active .fa-plus {
    display: none;
}

.servico-btn.active .fa-minus {
    display: inline;
}

.servico-content {
    display: none;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #DFDFDF;
}

.servico-content.active {
    display: block;
}

.servico-content p {
    font-size: 14px;
    line-height: 1.6em;
    color: #424242;
}

.cobertura-cta {
    margin-top: 20px;
}

.btn-cobertura-cta {
    background-color: #211D4C;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 7px;
    padding: 20px 34px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cobertura-cta:hover {
    background-color: #2d2866;
    transform: scale(1.02);
}

/* ===== COMO ATUAMOS ===== */
.como-atuamos-section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #211D4C 0%, #444D88 100%);
    padding: 48px;
    color: #fff;
}

.como-atuamos-header {
    text-align: center;
    margin-bottom: 40px;
}

.como-atuamos-label {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    color: #F5F5F5;
    margin-bottom: 10px;
}

.como-atuamos-title {
    font-family: 'Exo', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 15px;
}

.como-atuamos-desc {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    color: #CACACA;
    max-width: 700px;
    margin: 0 auto;
}

.passos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.passo-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.passo-numero {
    font-family: 'Exo', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #D9B03D;
    line-height: 1;
}

.passo-info h4 {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.passo-info p {
    font-family: 'Exo', sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #CACACA;
}

/* ===== QUEM SOMOS + FORM ===== */
.sobre-section {
    background-color: #211D4C;
    background-image: linear-gradient(180deg, #211D4C 0%, #444D88 100%);
    padding: 80px 0;
    color: #fff;
}

.sobre-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.sobre-left {
    flex: 1;
}

.sobre-title {
    font-family: 'Exo', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 15px;
}

.sobre-divider {
    width: 60px;
    height: 3px;
    background-color: #D9B03D;
    margin-bottom: 20px;
}

.sobre-info p {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    color: #CACACA;
    margin-bottom: 15px;
}

.sobre-enderecos {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 25px;
}

.endereco-icon {
    color: #D9B03D;
    font-size: 24px;
    flex-shrink: 0;
    margin-top: 4px;
}

.endereco-info h4 {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.endereco-info p {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #CACACA;
    margin-bottom: 10px;
}

/* Contact Form */
.sobre-right {
    flex: 0 0 auto;
}

.sobre-form-wrapper {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 450px;
    max-width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

.form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: #2F29F2;
}

.btn-form-submit {
    width: 100%;
    background-color: #2F29F2;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 14px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-form-submit:hover {
    background-color: #2320cc;
    transform: translateY(-2px);
}

/* ===== ESTATISTICAS ===== */
.stats-section {
    background-color: #444D88;
    padding: 25px 48px 30px;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.stat-item {
    text-align: center;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.stat-item h2 {
    font-family: 'Exo', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
}

.stat-item p {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    color: #CACACA;
    line-height: 1.5em;
}

/* ===== DEPOIMENTOS ===== */
.depoimentos-section {
    padding: 100px 0;
    text-align: center;
}

.depoimentos-label {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    color: #444D88;
    margin-bottom: 10px;
}

.depoimentos-title {
    font-family: 'Exo', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3em;
    color: #211D4C;
    margin-bottom: 40px;
}

.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.depoimento-card {
    background-color: #F7F7F7;
    padding: 30px 25px 50px;
    border-radius: 20px;
    text-align: center;
}

.depoimento-text {
    margin-bottom: 25px;
}

.depoimento-text p {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #000;
}

.depoimento-author {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.depoimento-author img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    text-align: left;
}

.author-info strong {
    display: block;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.2em;
    color: #211D4C;
}

.author-info span {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    color: #666;
}

.depoimentos-cta {
    text-align: center;
}

.btn-depoimento-cta {
    background-color: #39CE0A;
    color: #1F1D1D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 18px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-depoimento-cta:hover {
    background-color: #2fb808;
    color: #fff;
    transform: translateY(-2px);
}

/* ===== FAQ SECTION ===== */
.faq-section {
    background-color: transparent;
    background-image: linear-gradient(90deg, #211D4C 0%, #444D88 100%);
    padding: 100px 0;
    text-align: center;
}

.faq-label {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    color: #D9B03D;
    margin-bottom: 10px;
}

.faq-title {
    font-family: 'Exo', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 40px;
}

.faq-accordion {
    max-width: 670px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-btn {
    width: 100%;
    background-color: #D9B03D;
    color: #fff;
    border: none;
    padding: 25px 25px;
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: all 0.3s ease;
    border-radius: 0;
}

.faq-btn:hover {
    background-color: #c9a035;
}

.faq-btn .fa-minus {
    display: none;
}

.faq-btn.active .fa-plus {
    display: none;
}

.faq-btn.active .fa-minus {
    display: inline;
}

.faq-content {
    display: none;
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: left;
}

.faq-content.active {
    display: block;
}

.faq-content p {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #CACACA;
}

.faq-content a {
    color: #D9B03D;
    text-decoration: underline;
}

/* ===== FOOTER ===== */
.main-footer {
    background-color: #444D88;
    padding: 25px 40px 30px;
    color: #fff;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left p,
.footer-right p {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 5px;
}

.footer-left a,
.footer-right a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-left a:hover,
.footer-right a:hover {
    opacity: 0.7;
}

.footer-right {
    text-align: right;
}

/* ===== POPUP COTACAO ===== */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.popup-overlay.active {
    display: flex;
}

.popup-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 450px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
}

.popup-close:hover {
    color: #000;
}

.popup-form .form-group {
    margin-bottom: 16px;
}

.popup-form .form-group label {
    display: block;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

.popup-form .form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    color: #333;
}

.popup-form .form-group input:focus {
    outline: none;
    border-color: #2F29F2;
}

.btn-popup-submit {
    width: 100%;
    background-color: #2F29F2;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-popup-submit:hover {
    background-color: #2320cc;
}

/* ===== POPUP SUPORTE ===== */
.popup-suporte-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 40px 30px;
    text-align: center;
}

.btn-suporte-option {
    display: block;
    width: 100%;
    padding: 18px 20px;
    background-color: #211D4C;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

.btn-suporte-option:nth-child(2) {
    background-color: #6BBE4A;
}

.btn-suporte-option:nth-child(3) {
    background-color: #8B2500;
}

.btn-suporte-option:nth-child(4) {
    background-color: #1B2A4A;
}

.btn-suporte-option:nth-child(5) {
    background-color: #B5A642;
}

.btn-suporte-option:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* ===== COOKIE NOTICE ===== */
.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(50, 50, 58, 1);
    z-index: 10000;
    padding: 15px 20px;
    display: none;
}

.cookie-notice.active {
    display: block;
}

.cookie-notice-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
}

.cookie-text {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    flex: 1;
}

.cookie-btn {
    background-color: #00a99d;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 4px;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookie-btn:hover {
    background-color: #008f85;
}

/* ===== PAGINA OBRIGADO ===== */
.obrigado-section {
    min-height: 100vh;
    background-color: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.obrigado-container {
    text-align: center;
    max-width: 600px;
}

.obrigado-logo {
    margin-bottom: 40px;
}

.obrigado-logo img {
    max-width: 280px;
    width: 100%;
    height: auto;
}

.obrigado-title {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.obrigado-desc {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #999;
}

@media (max-width: 480px) {
    .obrigado-title {
        font-size: 28px;
    }

    .obrigado-logo img {
        max-width: 200px;
    }
}

/* ===== PHONE ERROR ===== */
.phone-length-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 32px;
        padding: 0 40px;
    }

    .porque-title,
    .como-atuamos-title,
    .sobre-title,
    .stat-item h2,
    .depoimentos-title,
    .faq-title {
        font-size: 32px;
    }

    .beneficios-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .passos-grid {
        flex-wrap: wrap;
    }

    .passo-card {
        min-width: 45%;
    }

    .associado-section {
        padding: 48px 24px;
    }

    .associado-title {
        font-size: 20px;
    }

    .btn-suporte {
        padding: 20px 20px;
        border-radius: 7px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
        padding: 0 20px;
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 1.5em;
    }

    .porque-title,
    .como-atuamos-title,
    .sobre-title,
    .depoimentos-title,
    .faq-title {
        font-size: 28px;
    }

    .beneficios-grid {
        grid-template-columns: 1fr;
    }

    .cobertura-container {
        flex-direction: column-reverse;
    }

    .cobertura-right {
        width: 100%;
    }

    .cobertura-section {
        padding: 48px 24px;
    }

    .como-atuamos-section {
        padding: 48px 24px;
    }

    .passos-grid {
        flex-direction: column;
        align-items: center;
    }

    .passo-card {
        min-width: 100%;
        max-width: 100%;
    }

    .sobre-container {
        flex-direction: column;
        align-items: center;
    }

    .sobre-right {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sobre-form-wrapper {
        width: 100%;
        max-width: 450px;
    }

    .sobre-section {
        padding: 48px 24px;
    }

    .stats-container {
        flex-direction: column;
    }

    .stats-section {
        padding: 25px 24px 30px;
    }

    .depoimentos-grid {
        grid-template-columns: 1fr;
    }

    .depoimentos-section {
        padding: 48px 24px;
    }

    .faq-section {
        padding: 48px 24px;
    }

    .faq-accordion {
        max-width: 100%;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-right {
        text-align: center;
    }

    .main-footer {
        padding: 25px 24px 30px;
    }

    .cookie-notice-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-cta .btn-cta-green {
        width: 100%;
    }

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

    .cobertura-cta .btn-cobertura-cta {
        width: 100%;
        text-align: center;
    }

    .depoimentos-cta .btn-depoimento-cta {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 26px;
        padding: 0;
    }

    .porque-title,
    .como-atuamos-title,
    .sobre-title,
    .depoimentos-title,
    .faq-title {
        font-size: 24px;
    }

    .passo-numero {
        font-size: 32px;
    }

    .stat-item h2 {
        font-size: 28px;
    }
}
