html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif; 
}

body{
    background:#FFFFFF; 
    color:#001C2E;
    overflow-x: hidden;
    line-height: 1.6;
}

header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 10px 10%;
    background:#001C2E; 
    position: absolute;
    top: 0;
    width:100%;
    z-index:1000;
    height: 100px; 
}

.logo{
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img{
    width: 70px; 
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    padding: 5px;
}

.logo h2{
    font-size: 1.4rem;
    color: white;
}

.logo span{ color:#CB1B1B; }

.btn-topo{
    background:#CB1B1B;
    padding:10px 20px;
    border-radius:30px; 
    color:white;
    text-decoration:none;
    font-weight: 600;
    font-size: 0.9rem;
}
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    overflow: hidden;
    padding: 100px 0 50px 0;
}

.hero-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    z-index: 2;
    position: relative;
}

.hero-text-content {
    flex: 1;
    max-width: 600px;
    text-align: left;
}

.hero h1 {
    font-size: clamp(32px, 4.5vw, 55px) !important; 
    line-height: 1.1;
    margin-bottom: 25px;
    color: #001C2E;
    text-align: left !important; 
}

.hero p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 35px;
    max-width: 500px;
    text-align: left !important;
    margin-left: 0 !important; 
}

.hero-image-modern {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
}

.hero-image-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hero-btns {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-outline {
    padding: 15px 30px;
    border: 2px solid #CB1B1B;
    color: #CB1B1B;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}

.btn-outline:hover {
    background: #CB1B1B;
    color: white;
}

.logos-flutuantes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.logo-pequena {
    max-width: 150px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: 0.3s;
}

.logo-pequena:hover { filter: grayscale(0%); transform: scale(1.1); }

.btn{
    background:#CB1B1B;
    padding:18px 35px;
    border-radius:50px;
    text-decoration:none;
    color:white;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(203, 27, 27, 0.2);
}

.numeros{
    display:flex;
    justify-content: space-around;
    padding: 80px 10%;
    background: #F4F7F8;
    flex-wrap: wrap;
    gap: 30px;
}

.numeros h2{ color:#086FA7; font-size: 40px; }
.numeros p { color: #555; font-weight: 600; }

.servicos{ padding: 80px 10%; text-align:center; }

.cards{
    display:flex;
    gap: 25px;
    justify-content:center;
    flex-wrap:wrap;
    margin-top: 40px;
}

.card{
    background: white;
    padding: 40px 25px;
    border-radius: 15px;
    width: 300px;
    border: 1px solid #EEE;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.card:hover { transform: translateY(-10px); border-color: #086FA7; }
.card i { font-size: 40px; color: #00A959; margin-bottom: 20px; }
.card h3 { margin-bottom: 15px; color: #001C2E; }

.cta{
    padding: 100px 10%;
    text-align:center;
    background:#086FA7;
    color: white;
}

.cta h2 { margin-bottom: 30px; font-size: 2.5rem; }

footer{
    padding: 30px;
    text-align:center;
    background:#001C2E;
    color: #888;
    font-size: 0.9rem;
}

h1, h2, h3, .logo h2, .btn, .btn-topo {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.5px; 
}

h1 {
    font-weight: 800; 
    text-transform: none;
}

h2 {
    font-weight: 700;
}

.footer-col h3 {
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #00A959; 
}

.secao-institucional-abrafad {
    padding: 100px 10%;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.abrafad-flex {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.abrafad-texto-lado { flex: 1; }
.abrafad-imagem-lado { flex: 1; display: flex; justify-content: center; }

.tag-verde {
    background: #00A959;
    color: white;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.abrafad-texto-lado h2 { font-size: 2.5rem; color: #001C2E; margin-bottom: 25px; }
.abrafad-texto-lado h2 strong { color: #086FA7; }
.abrafad-texto-lado p { font-size: 1.1rem; color: #555; line-height: 1.8; margin-bottom: 30px; }

.selo-garantia {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #086FA7;
    font-weight: 700;
}

.selo-garantia i { font-size: 2rem; }

.moldura-foto {
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.moldura-foto img { max-width: 250px; height: auto; }

.secao-beneficios { padding: 100px 10%; background: #ffffff; }
.header-beneficios { text-align: center; margin-bottom: 60px; }
.header-beneficios h2 { font-size: 2.5rem; color: #001C2E; }
.header-beneficios h2 strong { color: #CB1B1B; }

.grid-beneficios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.card-beneficio {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.4s;
    border: 1px solid #eee;
    position: relative;
}

.beneficio-img-bg {
    height: 120px;
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
}

.beneficio-content { padding: 30px; position: relative; }

.icon-circle {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: absolute;
    top: -30px;
    left: 30px;
}

.icon-circle i { color: #CB1B1B; font-size: 22px; }

.card-beneficio h3 { margin-top: 15px; margin-bottom: 20px; font-size: 1.4rem; color: #001C2E; }
.card-beneficio ul { list-style: none; padding: 0; }
.card-beneficio ul li { margin-bottom: 12px; font-size: 0.95rem; color: #666; display: flex; align-items: center; gap: 10px; }
.card-beneficio ul li i { color: #00A959; font-size: 0.8rem; }

.card-beneficio:hover { transform: translateY(-15px); border-color: #CB1B1B; box-shadow: 0 20px 40px rgba(203, 27, 27, 0.1); }

@media (max-width: 900px) {
    .abrafad-flex { flex-direction: column; text-align: center; }
    .selo-garantia { justify-content: center; }
}


@media (max-width: 768px) {
    .abrafad-card.featured {
        transform: scale(1);
    }
    .abrafad-header h2 {
        font-size: 1.8rem;
    }
}

.modelos-loja {
    padding: 100px 10%;
    background: #ffffff;
}

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

.header-modelos {
    text-align: center;
    margin-bottom: 50px;
}

.tag-modelos {
    color: #CB1B1B;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.header-modelos h2 {
    font-size: 2.5rem;
    color: #001C2E;
}

.header-modelos h2 strong {
    color: #086FA7;
}

.grid-modelos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.card-modelo {
    background: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
    border: 1px solid #eee;
}

.card-modelo:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.img-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #eee; z
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #ffffff;
    padding: 15px;
    transition: 0.5s;
}

.card-modelo:hover .img-wrapper img {
    transform: scale(1.1);
}

.info-modelo {
    padding: 25px;
    text-align: center;
}

.info-modelo h3 {
    font-size: 1.5rem;
    color: #001C2E;
    margin-bottom: 10px;
}

.info-modelo p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .header-modelos h2 {
        font-size: 1.8rem;
    }
}

.floating-buttons {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    z-index: 99999 !important;
}

.float-btn {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 30px !important;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important;
    transition: all 0.3s ease !important;
    animation: pulsar-botao 2s infinite !important;
}

.float-btn.whatsapp {
    background-color: #25d366 !important;
}

.float-btn.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.float-btn:hover {
    transform: scale(1.1) translateY(-5px) !important;
    filter: brightness(1.1) !important;
}

@keyframes pulsar-botao {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@media (max-width: 768px) {
    .floating-buttons { bottom: 20px !important; right: 20px !important; }
    .float-btn { width: 50px !important; height: 50px !important; font-size: 25px !important; }
}

.quem-somos-container {
    width: 90%; 
    max-width: 1300px;
    margin: 80px auto;
    border-radius: 20px; 
    overflow: hidden; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.quem-somos-flex {
    display: flex;
    min-height: 450px;
}

.quem-somos-texto {
    flex: 1;
    background-color: #CB1B1B; 
    color: white;
    padding: 60px 6%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subtitulo-quem {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    opacity: 0.9;
}

.subtitulo-quem {
    font-size: 1.8rem !important;
    margin-bottom: 25px;
}

.quem-somos-texto p {
    font-size: 1.4rem !important; 
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: left;
}

.btn-quem-somos {
    font-size: 1.2rem !important;
    padding: 15px 40px !important;
}


.btn-quem-somos {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border: 2px solid white;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    width: fit-content;
    transition: 0.3s;
}

.btn-quem-somos:hover {
    background: white;
    color: #CB1B1B;
}

.quem-somos-imagem {
    flex: 1.2;
}

.quem-somos-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.barra-numeros {
    display: flex;
    width: 100%;
}

.num-item {
    flex: 1;
    padding: 35px 15px;
    text-align: center;
    color: white;
}

.num-item h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 5px; }
.num-item p { font-size: 0.85rem; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }

.num-item.verde { background-color: #00A959; }
.num-item.azul-claro { background-color: #33CCFF; }
.num-item.azul-medio { background-color: #00B2EE; }
.num-item.azul-escuro { background-color: #0099CC; }

@media (max-width: 900px) {
    .quem-somos-container { width: 95%; margin: 40px auto; }
    .quem-somos-flex { flex-direction: column; }
    .quem-somos-imagem { height: 280px; order: -1; } 
    .barra-numeros { flex-wrap: wrap; }
    .num-item { width: 50%; }
}

@media (max-width: 600px) {
    .num-item { width: 100%; }
}

.secao-mapa-brasil {
    padding: 80px 5%;
    background: #ffffff;
}

.container-mapa {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.cards-lado-a-lado {
    display: flex;
    gap: 20px;
    flex: 2;
}

.card-colorido {
    flex: 1;
    padding: 50px 40px;
    border-radius: 10px;
    color: white;
    min-height: 550px;
    display: flex;
    flex-direction: column;
}

.card-colorido.verde { background-color: #008947; }
.card-colorido.vermelho { background-color: #D32128; }

.card-colorido h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}

.lista-itens .item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.item i { font-size: 2rem; min-width: 45px; }
.item p { font-size: 1.05rem; line-height: 1.5; font-weight: 500; }

.texto-destaque-mapa {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.grid-tags-estados {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.grid-tags-estados span {
    background: #33CCFF; 
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
}

.mapa-e-botao {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.imagem-mapa img {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.btn-ver-portfolio {
    background-color: #D32128;
    color: white;
    padding: 18px 0;
    width: 100%;
    max-width: 350px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 10px 20px rgba(211, 33, 40, 0.2);
    transition: 0.3s;
}

.btn-ver-portfolio:hover { transform: translateY(-5px); background-color: #b51a21; }

@media (max-width: 1100px) {
    .container-mapa { flex-direction: column; }
    .cards-lado-a-lado { flex-direction: column; width: 100%; }
    .card-colorido { min-height: auto; }
}

.secao-faq {
    padding: 100px 10%;
    background-color: #ffffff;
}

.container-faq {
    max-width: 900px;
    margin: 0 auto;
}

.secao-faq h2 {
    font-size: 2.5rem;
    color: #001C2E;
    margin-bottom: 50px;
    text-align: left;
}

.lista-faq {
    border-top: 2px solid #CB1B1B; 
}

.faq-item {
    border-bottom: 1px solid #CB1B1B; 
}

.faq-pergunta {
    width: 100%;
    padding: 25px 0;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 1.15rem;
    font-weight: 700;
    color: #001C2E;
    cursor: pointer;
    transition: 0.3s;
}

.faq-pergunta i {
    font-size: 1rem;
    color: #CB1B1B;
    transition: 0.4s;
}

.faq-pergunta:hover {
    padding-left: 10px;
    color: #CB1B1B;
}

.faq-resposta {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #f9f9f9;
}

.faq-resposta p {
    padding: 20px;
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
}

.faq-item.ativo .faq-resposta {
    max-height: 200px;
}

.faq-item.ativo .faq-pergunta i {
    transform: rotate(180deg);
}

.faq-section {
    padding: 80px 10%;
    background: #FFFFFF;
}

.container-faq {
    max-width: 900px;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 2.5rem;
    color: #001C2E;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.faq-item {
    border-top: 1px solid #CB1B1B; 
}

.faq-item:last-of-type {
    border-bottom: 1px solid #CB1B1B;
}

details {
    padding: 20px 0;
}

summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    color: #001C2E;
    font-family: 'Montserrat', sans-serif;
}

summary::-webkit-details-marker { display: none; }

summary::after {
    content: '⌵';
    font-size: 1.5rem;
    color: #CB1B1B;
    transition: transform 0.3s ease;
}

details[open] summary::after {
    transform: rotate(180deg);
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease;
    padding: 0 0 0 10px;
    line-height: 1.6;
    color: #555;
    font-size: 1rem;
}

details[open] .answer {
    max-height: 500px;
    padding: 20px 0 10px 10px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%; 
    background: #001C2E; 
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 80px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px; /
}

.logo-img {
    width: 60px; 
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    padding: 5px;
}

.menu {
    display: flex;
    gap: 20px;
    margin-left: auto; 
    margin-right: 30px; 
}

.menu a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.3s;
}

.btn-topo {
    background: #CB1B1B;
    padding: 12px 25px; 
    border-radius: 5px; 
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase; 
    white-space: nowrap; 
}

@media(max-width: 1024px) {
    header {
        padding: 0 2%;
    }
    .menu {
        gap: 10px;
        margin-right: 15px;
    }
}

.logo-group {
    display: flex;
    align-items: center;
    gap: 20px;          
}

.header-logo {
    height: 35px;       
    width: auto;
    object-fit: contain;
}

.header-logo.main-logo {
    height: 75px;           
    background-color: #FFFFFF;
    padding: 8px;           
    border-radius: 50%;      
    object-fit: contain;    
    margin-right: 15px;     
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); 
}

@media (max-width: 768px) {
    .header-logo.main-logo {
        height: 50px;
    }
    .header-logo {
        height: 25px;
    }
    .logo-group {
        gap: 10px;
    }
}

.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    padding: 0 10%;
}

.hero-wrapper {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    gap: 40px; 
    margin: 0 auto;
}

.hero-text-content {
    flex: 1.2; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.hero h1 {
    font-size: clamp(30px, 5vw, 55px);
    margin-bottom: 20px;
    color: #001C2E;
    max-width: 100%;
}

.hero p {
    color: #666;
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 100%; 
    margin-left: 0;
    margin-right: 0;
}

.logos-flutuantes {
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.logo-pequena {
    max-width: 150px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: 0.3s;
}

.logo-pequena:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.parceiros-section {
    padding: 60px 0 !important; 
    background-color: #ffffff !important;
    overflow: hidden !important; 
        width: 100% !important;
    position: relative !important;
}

.container-parceiros {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.container-parceiros h2 {
    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.5rem !important;
    margin-bottom: 50px !important;
    color: #001C2E !important;
}

.container-parceiros h2 span {
    color: #CB1B1B !important;
}

.logos-slider {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    background: white !important;
    padding: 20px 0 !important;
}

.logos-track {
    display: flex !important;
    width: calc(250px * 18) !important; 
    animation: scroll-infinito 30s linear infinite !important; 
    gap: 60px !important; 
    align-items: center !important;
}

.logos-track img {
    height: 60px !important; 
    object-fit: contain !important;
    flex-shrink: 0 !important;
    filter: grayscale(100%) !important; 
    opacity: 0.6 !important;
    transition: all 0.3s ease !important;
}

.logos-track img:hover {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    transform: scale(1.1) !important;
}

@keyframes scroll-infinito {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 9 - 60px * 9)); 
    }
}

.logos-slider::before,
.logos-slider::after {
    content: "" !important;
    height: 100% !important;
    position: absolute !important;
    width: 200px !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.logos-slider::before {
    left: 0 !important;
    top: 0 !important;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.logos-slider::after {
    right: 0 !important;
    top: 0 !important;
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%) !important;
}

@media (max-width: 768px) {
    .logos-track img {
        height: 40px !important; 
    }
    
    .logos-track {
        gap: 30px !important;
    }
    
    .container-parceiros h2 {
        font-size: 1.8rem !important;
    }

    .logos-slider::before,
    .logos-slider::after {
        width: 100px !important;
    }
}

.logos-slider {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 40px 0 !important;
    background: white !important;
}

.logos-track {
    display: flex !important;
    width: max-content !important; 
    animation: scroll-perfeito 40s linear infinite !important; 
    gap: 80px !important; 
    align-items: center !important;
}

/* 3. Ajuste das Logos */
.logos-track img {
    height: 55px !important; 
    width: auto !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    filter: grayscale(100%) !important;
    opacity: 0.5 !important;
    transition: all 0.3s ease !important;
}

.logos-track img:hover {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    transform: scale(1.1) !important;
}

@keyframes scroll-perfeito {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); 
    }
}

.logos-slider::before,
.logos-slider::after {
    content: "" !important;
    height: 100% !important;
    position: absolute !important;
    width: 150px !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

.logos-slider::before {
    left: 0 !important;
    top: 0 !important;
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.logos-slider::after {
    right: 0 !important;
    top: 0 !important;
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.logos-track img {
    height: 60px !important; 
    width: auto !important; 
    object-fit: contain !important;
    flex-shrink: 0 !important;
    
    filter: none !important;      
    opacity: 1 !important;       
    
    transition: none !important;  
    transform: none !important;   
}

.logos-track img:hover {
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.logos-track {
    display: flex !important;
    width: auto !important; 
    animation: scroll-infinito 40s linear infinite !important; 
    gap: 80px !important; 
    align-items: center !important;
    padding: 20px 0 !important;
}

@keyframes scroll-infinito {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* 
   CORREÇÃO: LAYOUT PARA NOTEBOOKS
   
   Copie este código e cole no FINAL do seu arquivo style.css
   Isso vai organizar o header e o hero para telas de notebook (1024px até 1440px)
*/

/* ============================================
   AJUSTES PARA NOTEBOOKS (1024px a 1440px)
   ============================================ */

@media (min-width: 1024px) and (max-width: 1440px) {
    
    /* 1. HEADER - Organiza melhor o espaçamento */
    header {
        padding: 15px 5% !important;
        height: auto !important;
        gap: 20px !important;
    }
    
    .logo {
        gap: 10px !important;
    }
    
    .logo-img {
        width: 60px !important;
        height: 60px !important;
    }
    
    .logo h2 {
        font-size: 1.2rem !important;
    }
    
    .menu {
        gap: 15px !important;
        font-size: 0.85rem !important;
    }
    
    .btn-topo {
        padding: 10px 20px !important;
        font-size: 0.85rem !important;
    }
    
    /* 2. HERO - Ajusta o texto e a imagem */
    .hero {
        padding: 120px 0 50px 0 !important;
        min-height: auto !important;
    }
    
    .hero-wrapper {
        padding: 0 3% !important;
    }
    
    .hero h1 {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
    }
    
    .hero p {
        font-size: 1rem !important;
        margin-bottom: 25px !important;
    }
    
    .hero-image-modern {
        width: 58% !important;
        height: 700px !important;
    }
    
    .hero-btns {
        gap: 12px !important;
    }
    
    .btn-outline {
        padding: 12px 25px !important;
        font-size: 0.9rem !important;
    }
    
    .logos-flutuantes {
        gap: 20px !important;
        margin-bottom: 30px !important;
    }
    
    .logo-pequena {
        max-width: 120px !important;
        max-height: 50px !important;
    }
}

.secao-comercial-exclusiva {
    padding: 80px 10%;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

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

.comercial-titulo-principal {
    font-size: 2.5rem;
    color: #003366;
    margin-bottom: 60px;
    text-align: left;
    font-weight: 800;
}

.comercial-fluxo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.comercial-fluxo-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comercial-icon-box {
    font-size: 4rem;
    color: #003366;
    margin-bottom: 25px;
}

.comercial-fluxo-item h3 {
    font-size: 1.1rem;
    color: #333;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
}

.comercial-seta {
    font-size: 1.5rem;
    color: #007bff;
}

.comercial-suporte {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 2px solid #e9ecef;
}

.comercial-suporte-item {
    flex: 1;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.comercial-suporte-item:hover {
    transform: translateY(-5px);
}

.comercial-suporte-icon {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 15px;
}

.comercial-suporte-item p {
    font-size: 0.95rem;
    color: #555;
    font-weight: 600;
}

.comercial-footer-detalhe {
    margin-top: 80px;
    position: relative;
    padding-top: 20px;
}

.comercial-linhas {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}

.comercial-linha {
    height: 4px;
    width: 100%;
    border-radius: 2px;
}

.comercial-linha.c-azul { background-color: #003366; }
.comercial-linha.c-verde { background-color: #28a745; }
.comercial-linha.c-vermelha { background-color: #dc3545; }

.comercial-numero-pagina {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #003366;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    margin: -35px auto 0;
    position: relative;
    z-index: 2;
    border: 3px solid #fff;
}

@media (max-width: 768px) {
    .comercial-fluxo, .comercial-suporte {
        flex-direction: column;
    }
    
    .comercial-seta {
        transform: rotate(90deg);
        margin: 20px 0;
    }
    
    .comercial-titulo-principal {
        text-align: center;
    }
}

.secao-comercial-exclusiva {
    padding: 80px 10%;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

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

.comercial-titulo-principal {
    font-size: 2.5rem;
    color: #003366;
    margin-bottom: 60px;
    text-align: left;
    font-weight: 800;
}

.comercial-fluxo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px;
}

.comercial-fluxo-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.comercial-icon-box {
    font-size: 4rem;
    color: #003366;
    margin-bottom: 25px;
}

.comercial-fluxo-item h3 {
    font-size: 1.1rem;
    color: #333;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
}

.comercial-seta {
    font-size: 1.5rem;
    color: #007bff;
}

.comercial-suporte {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 2px solid #e9ecef;
}

.comercial-suporte-item {
    flex: 1;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.comercial-suporte-item:hover {
    transform: translateY(-5px);
}

.comercial-suporte-icon {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 15px;
}

.comercial-suporte-item p {
    font-size: 0.95rem;
    color: #555;
    font-weight: 600;
}

@media (max-width: 768px) {
    .comercial-fluxo, .comercial-suporte { flex-direction: column; }
    .comercial-seta { transform: rotate(90deg); margin: 20px 0; }
    .comercial-titulo-principal { text-align: center; }
}

.secao-assistencia-moderna {
    padding: 100px 10%;
    background-color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

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

.assistencia-titulo {
    font-size: 2.5rem;
    color: #001C2E;
    margin-bottom: 20px;
    font-weight: 800;
}

.assistencia-subtitulo {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.assistencia-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.assistencia-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.assistencia-card:hover {
    transform: translateY(-10px);
    border-color: #086FA7;
    box-shadow: 0 15px 40px rgba(8, 111, 167, 0.1);
}

.assistencia-card.wide { grid-column: span 2; }

.card-icon {
    font-size: 2.5rem;
    color: #086FA7;
    margin-bottom: 15px;
}

.assistencia-card p {
    font-size: 0.95rem;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.assistencia-destaques {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    text-align: left;
}

.destaque-box {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.destaque-header {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.destaque-header.azul { background-color: #086FA7; }
.destaque-header.vermelho { background-color: #CB1B1B; }

.destaque-header i { font-size: 1.8rem; }
.destaque-header h3 { font-size: 1.3rem; font-weight: 800; text-transform: uppercase; margin: 0; }

.destaque-body { padding: 30px; }
.destaque-body p { font-size: 0.95rem; color: #555; margin-bottom: 20px; line-height: 1.6; }
.destaque-body ul { list-style: none; padding: 0; }
.destaque-body li { font-size: 0.9rem; color: #333; font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.destaque-body li::before { content: '✔'; color: #00A959; font-weight: bold; }

.obs-texto { font-size: 0.8rem; color: #888; margin-bottom: 20px; }

@media (max-width: 992px) { .assistencia-destaques { flex-direction: column; } }
@media (max-width: 768px) { .assistencia-card.wide { grid-column: span 1; } .assistencia-titulo { font-size: 2rem; } }


.secao-parceiras-sucesso {
    padding: 100px 10%;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

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

.parceiras-titulo {
    font-size: 2.5rem;
    color: #001C2E;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 800;
}

.parceira-bloco.abcfarma {
    background: #f8f9fa;
    border-radius: 30px;
    padding: 60px;
    margin-bottom: 60px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.03);
    border-left: 10px solid #086FA7;
}

.parceira-header {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.parceira-logo-box {
    background: #fff;
    padding: 20px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    min-width: 250px;
    text-align: center;
}

.parceira-logo-box img {
    max-width: 100%;
    height: auto;
}

.fallback-logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #001C2E;
    margin: 0;
}

.parceira-info-intro {
    flex: 1;
}

.parceira-info-intro p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    font-weight: 500;
}

.parceira-detalhes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}

.detalhe-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.detalhe-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(8, 111, 167, 0.1);
}

.detalhe-icon {
    font-size: 2rem;
    color: #086FA7;
}

.detalhe-text strong {
    display: block;
    font-size: 1rem;
    color: #001C2E;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.detalhe-text p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
}

.app-flex-container {
    display: flex;
    align-items: stretch;
    background: #001C2E;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
}

.app-logo-side {
    flex: 1;
    background: #CB1B1B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.app-logo-wrapper {
    text-align: center;
}

.app-logo-wrapper i {
    font-size: 5rem;
    margin-bottom: 15px;
}

.app-logo-wrapper span {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.app-logo-wrapper small {
    background: #fff;
    color: #CB1B1B;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 1rem;
    vertical-align: middle;
}

.app-content-side {
    flex: 2;
    padding: 60px;
    position: relative;
    display: flex;
    align-items: center;
}

.app-accent-bar {
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 6px;
    background: #CB1B1B;
    border-radius: 0 10px 10px 0;
}

.app-text-box p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    opacity: 0.9;
}

.app-text-box p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .parceira-header, .app-flex-container {
        flex-direction: column;
    }
    
    .parceira-logo-box, .app-logo-side {
        width: 100%;
        min-width: auto;
    }
    
    .parceira-detalhes-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .secao-parceiras-sucesso { padding: 60px 5%; }
    .parceira-bloco.abcfarma { padding: 30px; }
    .app-content-side { padding: 40px; }
    .parceiras-titulo { font-size: 2rem; }
}

.parcerias-modernas {
    padding: 100px 10%;
    background: #fdfdfd;
    overflow: hidden;
}

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

.parcerias-header {
    text-align: center;
    margin-bottom: 60px;
}

.subtitulo-parcerias {
    color: #086FA7;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.parcerias-header h2 {
    font-size: 2.5rem;
    color: #001C2E;
    margin-bottom: 20px;
}

.parcerias-header h2 span {
    color: #CB1B1B;
}

.parcerias-header p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.parcerias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.parceria-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #f0f0f0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.parceria-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 28, 46, 0.08);
    border-color: #086FA7;
}

.card-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #00A959;
    color: #fff;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.card-tag.azul { background: #086FA7; }
.card-tag.vermelho { background: #CB1B1B; }

.card-icon-box {
    width: 70px;
    height: 70px;
    background: #f8f9fa;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.3s;
}

.card-icon-box i {
    font-size: 30px;
    color: #001C2E;
}

.parceria-card:hover .card-icon-box {
    background: #086FA7;
}

.parceria-card:hover .card-icon-box i {
    color: #fff;
}

.parceria-card h3 {
    font-size: 1.3rem;
    color: #001C2E;
    margin-bottom: 15px;
}

.parceiros-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 15px;
}

.parceiros-logos span {
    background: #f0f4f7;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    color: #086FA7;
    font-weight: 600;
}

.parceria-card p {
    font-size: 0.95rem;
    color: #777;
    line-height: 1.5;
}

.destaque-texto {
    font-weight: 500;
    color: #444 !important;
}

@media (max-width: 768px) {
    .parcerias-modernas {
        padding: 60px 5%;
    }
    .parcerias-header h2 {
        font-size: 2rem;
    }
}

.main-logo {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* AJUSTE FINAL E INFALÍVEL DO TOPO */
.main-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 5% !important;
    width: 100% !important;
    height: 100px !important;
    background: #001C2E !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
}

.main-header .logo-group {
    display: flex !important;
    flex: 0 0 auto !important;
}

.main-header .menu {
    display: flex !important;
    gap: 25px !important;
    margin-left: auto !important;
    margin-right: 40px !important; 
}

.main-header .btn-topo {
    flex: 0 0 auto !important;
}

.main-header .main-logo {
    max-height: 70px !important;
    width: auto !important;
}

@media (max-width: 768px) {

    header {
        height: auto !important;
        flex-direction: column !important;
        padding: 20px !important;
        gap: 15px !important;
        position: relative !important;
    }

    .menu {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        margin: 0 !important;
    }

    .hero-wrapper, 
    .cards, 
    .grid-beneficios, 
    .assistencia-grid, 
    .footer-container, 
    .barra-numeros,
    .quem-somos-flex {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 30px !important;
    }

    .hero-image-modern, .card, .card-beneficio, .assistencia-card, .footer-col {
        width: 100% !important;
        position: relative !important;
        height: auto !important;
    }

    h1 {
        font-size: 26px !important;
    }
    
    h2 {
        font-size: 22px !important;
    }
}

/* ===== SEÇÃO HISTÓRIA DO GRUPO FORTE+ ===== */

.secao-historia {
    padding: 100px 10%;
    background: linear-gradient(135deg, #FFFFFF 0%, #F8F9FA 100%);
    position: relative;
    overflow: hidden;
}

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

.historia-header {
    text-align: center;
    margin-bottom: 80px;
}

.subtitulo-historia {
    display: inline-block;
    background: #00A959;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.historia-header h2 {
    font-size: clamp(32px, 5vw, 55px);
    color: #001C2E;
    margin-bottom: 15px;
    line-height: 1.2;
}

.historia-header h2 span {
    color: #CB1B1B;
}

.historia-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.historia-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Timeline Esquerda */
.historia-texto {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.timeline-item {
    display: flex;
    gap: 30px;
    position: relative;
}

.timeline-year {
    font-size: 2.5rem;
    font-weight: 800;
    color: #CB1B1B;
    min-width: 120px;
    font-family: 'Montserrat', sans-serif;
}

.timeline-text h3 {
    font-size: 1.5rem;
    color: #001C2E;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.timeline-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

.timeline-divider {
    width: 3px;
    height: 60px;
    background: linear-gradient(180deg, #CB1B1B 0%, transparent 100%);
    margin-left: 60px;
    opacity: 0.5;
}

/* Card do Fundador - Direita */
.founder-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.founder-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.founder-image-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: linear-gradient(135deg, #001C2E 0%, #086FA7 100%);
}

.founder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.founder-card:hover .founder-image {
    transform: scale(1.05);
}

.founder-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.founder-card:hover .founder-overlay {
    opacity: 1;
}

.founder-badge {
    background: #CB1B1B;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.founder-info {
    padding: 40px;
    text-align: center;
}

.founder-info h3 {
    font-size: 1.8rem;
    color: #001C2E;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.founder-title {
    color: #CB1B1B;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.founder-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

.founder-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 30px;
    border-top: 2px solid #EEE;
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #CB1B1B;
    font-family: 'Montserrat', sans-serif;
}

.stat-label {
    font-size: 0.85rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsividade */
@media (max-width: 1024px) {
    .historia-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .historia-texto {
        order: 2;
    }

    .historia-imagem {
        order: 1;
    }
}

@media (max-width: 768px) {
    .secao-historia {
        padding: 60px 5%;
    }

    .historia-header {
        margin-bottom: 50px;
    }

    .historia-header h2 {
        font-size: 28px;
    }

    .historia-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .timeline-item {
        flex-direction: column;
        gap: 15px;
    }

    .timeline-year {
        font-size: 2rem;
    }

    .timeline-divider {
        display: none;
    }

    .founder-image-wrapper {
        height: 300px;
    }

    .founder-info {
        padding: 30px 20px;
    }

    .founder-stats {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

.depoimentos-slider-section {
    padding: 60px 10%;
    background: linear-gradient(135deg, #0a3a47 0%, #0d4f5c 100%);
    overflow: hidden;
}

.depoimentos-container {
    max-width: 1400px;
    margin: 0 auto;
}

.depoimentos-container h2 {
    text-align: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.depoimentos-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.depoimentos-track {
    display: flex;
    gap: 20px;
    width: fit-content;
    transition: transform 0.05s linear;
}

.depoimento-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    min-width: 300px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.depoimento-card:hover {
    transform: translateY(-5px);
}

.depoimento-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.depoimento-foto {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #0a3a47;
}

.depoimento-stars {
    display: flex;
    gap: 3px;
}

.depoimento-stars i {
    color: #ffc107;
    font-size: 0.9rem;
}

.depoimento-card h3 {
    font-size: 1.1rem;
    color: #001C2E;
    margin-bottom: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.depoimento-loja {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 10px;
    font-weight: 500;
}

.depoimento-texto {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    font-style: italic;
}

@media (max-width: 768px) {
    .depoimentos-slider-section {
        padding: 40px 5%;
    }

    .depoimentos-container h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .depoimento-card {
        min-width: 250px;
        padding: 15px;
    }

    .depoimento-foto {
        width: 50px;
        height: 50px;
    }

    .depoimento-card h3 {
        font-size: 0.95rem;
    }

    .depoimento-texto {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    /* HEADER */
    header {
        height: auto;
        padding: 15px 5%;
        flex-direction: row;
        gap: 10px;
        position: relative;
        justify-content: space-between;
    }

    .logo-group {
        flex: 1;
    }

    .logo-group img {
        width: 50px;
        height: 50px;
    }

    .menu {
        display: none;
    }

    .btn-topo {
        padding: 8px 15px;
        font-size: 0.75rem;
        white-space: nowrap;
    }

    /* HERO */
    .hero {
        padding: 80px 0 30px 0;
        min-height: auto;
        flex-direction: column;
    }

    .hero-wrapper {
        padding: 0 5%;
        flex-direction: column;
    }

    .hero-text-content {
        max-width: 100%;
        text-align: center;
        z-index: 10;
    }

    .hero h1 {
        font-size: 24px !important;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .hero p {
        font-size: 0.9rem;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .logos-flutuantes {
        gap: 15px;
        margin-bottom: 25px;
    }

    .logo-pequena {
        max-width: 80px;
        max-height: 40px;
    }

    .hero-btns {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        width: 100%;
    }

    .btn, .btn-outline {
        width: 100%;
        padding: 12px 20px;
        font-size: 0.9rem;
        text-align: center;
    }

    .hero-image-modern {
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 20px;
        z-index: 1;
    }

    .hero-image-modern img {
        clip-path: none;
        border-radius: 15px;
    }

    /* QUEM SOMOS */
    .quem-somos-container {
        width: 95%;
        margin: 40px auto;
        border-radius: 15px;
    }

    .quem-somos-flex {
        flex-direction: column;
        min-height: auto;
    }

    .quem-somos-texto {
        padding: 40px 5%;
        text-align: center;
    }

    .subtitulo-quem {
        font-size: 1.2rem !important;
        margin-bottom: 15px;
    }

    .quem-somos-texto p {
        font-size: 1rem !important;
        margin-bottom: 25px;
    }

    .btn-quem-somos {
        font-size: 1rem !important;
        padding: 10px 25px !important;
    }

    .quem-somos-imagem {
        height: 250px;
        order: -1;
    }

    .barra-numeros {
        flex-wrap: wrap;
    }

    .num-item {
        width: 50%;
        padding: 25px 10px;
    }

    .num-item h2 {
        font-size: 1.8rem;
    }

    .num-item p {
        font-size: 0.75rem;
    }

    /* HISTÓRIA */
    .historia-container {
        padding: 40px 5%;
    }

    .historia-header h2 {
        font-size: 1.8rem;
    }

    .historia-content {
        flex-direction: column;
    }

    .founder-card {
        text-align: center;
    }

    .founder-image {
        width: 150px;
        height: 150px;
    }

    /* COMERCIAL */
    .comercial-container {
        padding: 40px 5%;
    }

    .comercial-titulo-principal {
        font-size: 1.8rem;
    }

    .comercial-fluxo {
        flex-direction: column;
        gap: 15px;
    }

    .comercial-fluxo-item {
        width: 100%;
    }

    .comercial-seta {
        display: none;
    }

    .comercial-suporte {
        flex-direction: column;
        gap: 15px;
    }

    /* ASSISTÊNCIA */
    .assistencia-container {
        padding: 40px 5%;
    }

    .assistencia-titulo {
        font-size: 1.8rem;
    }

    .detalhe-flex {
        flex-direction: column;
    }

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

    /* BENEFÍCIOS */
    .secao-beneficios {
        padding: 40px 5%;
    }

    .header-beneficios h2 {
        font-size: 1.8rem;
    }

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

    .card-beneficio {
        min-width: 100%;
    }

    /* PARCEIROS */
    .parceiros-section {
        padding: 40px 5%;
    }

    .container-parceiros h2 {
        font-size: 1.8rem;
    }

    .logos-slider {
        overflow-x: auto;
    }

    /* DEPOIMENTOS SLIDER */
    .depoimentos-slider-section {
        padding: 40px 5%;
    }

    .depoimentos-container h2 {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

    .depoimento-card {
        min-width: 280px;
        padding: 15px;
    }

    .depoimento-foto {
        width: 50px;
        height: 50px;
    }

    .depoimento-card h3 {
        font-size: 1rem;
    }

    .depoimento-loja {
        font-size: 0.75rem;
    }

    .depoimento-texto {
        font-size: 0.8rem;
    }

    /* FAQ */
    .container-faq {
        padding: 40px 5%;
    }

    .faq-title {
        font-size: 1.8rem;
    }

    .faq-item summary {
        font-size: 0.95rem;
        padding: 15px;
    }

    .answer {
        font-size: 0.85rem;
        padding: 15px;
    }

    /* FOOTER */
    .footer-completo {
        padding: 40px 5% 20px 5%;
    }

    .footer-container {
        gap: 20px;
    }

    .footer-col {
        min-width: 100%;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
        order: -1;
    }

    .footer-logo img {
        max-width: 120px;
    }

    /* BOTÕES FLUTUANTES */
    .floating-buttons {
        bottom: 15px !important;
        right: 15px !important;
        gap: 10px !important;
    }

    .float-btn {
        width: 50px !important;
        height: 50px !important;
        font-size: 22px !important;
    }

    /* GERAL */
    h1, h2, h3 {
        font-size: 1.5rem;
    }

    .card, .passo, .card-dica {
        width: 100%;
        margin: 0 auto;
    }

    .cards, .passos, .cards-dicas {
        flex-direction: column;
        gap: 15px;
    }

    section {
        padding: 40px 5% !important;
    }
}

@media (max-width: 480px) {
    /* EXTRA SMALL DEVICES */
    header {
        padding: 10px 3%;
    }

    .logo-group img {
        width: 40px;
        height: 40px;
    }

    .btn-topo {
        padding: 6px 12px;
        font-size: 0.65rem;
    }

    .hero {
        padding: 70px 0 20px 0;
    }

    .hero h1 {
        font-size: 20px !important;
    }

    .hero p {
        font-size: 0.85rem;
    }

    .btn, .btn-outline {
        padding: 10px 15px;
        font-size: 0.85rem;
    }

    .hero-image-modern {
        height: 250px;
        margin-top: 15px;
    }

    .quem-somos-texto p {
        font-size: 0.95rem !important;
    }

    .num-item h2 {
        font-size: 1.5rem;
    }

    .depoimento-card {
        min-width: 250px;
        padding: 12px;
    }

    .depoimento-foto {
        width: 45px;
        height: 45px;
    }

    .depoimento-card h3 {
        font-size: 0.95rem;
    }

    .depoimento-texto {
        font-size: 0.75rem;
    }

    .float-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }

    section {
        padding: 30px 3% !important;
    }
}
