:root {
    --azul-escuro: #002d5b;
    --amarelo: #ffcc00;
    --branco: #ffffff;
    --cinza: #f4f4f4;
    --texto: #333;
}

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

html { scroll-behavior: smooth; }

body { color: var(--texto); line-height: 1.6; }

.container { padding: 80px 10%; }

/* Navbar */
.navbar {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 10%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

/* Estilização do Logo na Nav */
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 80px; /* Aumentado de 60px para melhor visibilidade */
    width: auto;
    display: block;
    padding: 5px 0;
    transition: transform 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05); /* Efeito leve de zoom ao passar o mouse */
}

/* Ajuste na Navbar para comportar o logo */
.navbar {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 10%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}
.nav-links { 
    display: flex; 
    list-style: none;
    align-items: center;
    transition: 0.3s ease;
}
.nav-links li { margin-left: 28px; }
.nav-links a { 
    color: var(--azul-escuro); 
    text-decoration: none; 
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.3s; 
}
.nav-links a:hover, .nav-links a.active { 
    color: #1a73e8;
}

/* Botão CTA na navbar */
.nav-cta {
    background: var(--azul-escuro) !important;
    color: #ffffff !important;
    padding: 10px 22px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    transition: background 0.3s, transform 0.2s !important;
}
.nav-cta:hover {
    background: #1a73e8 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.menu-toggle { 
    display: none; 
    color: var(--azul-escuro); 
    font-size: 1.5rem; 
    cursor: pointer; 
    background: none;
    border: none;
    padding: 10px;
    transition: 0.3s;
}

.menu-toggle.active {
    color: #1a73e8;
}
/* --- HERO SECTION CORRIGIDA --- */
.hero {
    height: 100vh;
    /* Ajustei o overlay para ser um pouco mais escuro e dar mais contraste ao texto */
    background: linear-gradient(rgba(0, 45, 91, 0.75), rgba(0, 45, 91, 0.75)), 
                url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&q=80&w=1470');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--branco);
    padding: 0 20px; /* Evita que o texto encoste nas bordas em telas pequenas */
}

.hero-content {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px; /* Isso cria um espaço automático e igual entre o H1, o P e o Botão */
}

.hero h1 {
    font-size: clamp(2.2rem, 6vw, 4.2rem); /* Fonte que se ajusta ao tamanho da tela */
    line-height: 1.2;
    margin: 0;
    font-weight: 800;
}

.hero p {
    font-size: clamp(1.1rem, 2.2vw, 1.4rem);
    max-width: 600px;
    margin: 0;
    line-height: 1.5;
    opacity: 0.9;
}

.btn-main {
    background: var(--amarelo);
    color: var(--azul-escuro);
    padding: 18px 35px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-main:hover {
    background: var(--branco);
    transform: translateY(-3px); /* Efeito de subir levemente ao passar o mouse */
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}tn-main:hover { background: var(--branco); }

/* Produtos */
.section-title { text-align: center; margin-bottom: 50px; font-size: 2.5rem; color: var(--azul-escuro); }

/* ===== CAROUSEL 3D ===== */
.showcase-carousel {
    background: linear-gradient(160deg, #f0f4f8 0%, #e8eef6 100%);
    padding: 80px 5% 70px;
    overflow: hidden;
    position: relative;
}

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

.carousel-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1a9fc8;
    margin-bottom: 12px;
}

.carousel-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--azul-escuro);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}

.carousel-header h2 em {
    font-style: normal;
    color: #1a9fc8;
}

.carousel-header p {
    color: #667;
    font-size: 1rem;
}

.carousel-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    min-height: 380px;
}

.carousel-viewport {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 900px;
    min-height: 360px;
}

/* Cards - posicionamento absoluto via JS */
.carousel-card {
    position: absolute;
    width: 240px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,45,91,0.12);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.carousel-card.pos-center {
    transform: translateX(0) scale(1) rotateY(0deg);
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    box-shadow: 0 20px 60px rgba(0,45,91,0.22);
}

.carousel-card.pos-left {
    transform: translateX(-220px) scale(0.82) rotateY(12deg);
    opacity: 0.75;
    z-index: 5;
    pointer-events: auto;
}

.carousel-card.pos-right {
    transform: translateX(220px) scale(0.82) rotateY(-12deg);
    opacity: 0.75;
    z-index: 5;
    pointer-events: auto;
}

.carousel-card.pos-far-left {
    transform: translateX(-390px) scale(0.65) rotateY(18deg);
    opacity: 0.35;
    z-index: 2;
    pointer-events: none;
}

.carousel-card.pos-far-right {
    transform: translateX(390px) scale(0.65) rotateY(-18deg);
    opacity: 0.35;
    z-index: 2;
    pointer-events: none;
}

.carousel-img-wrap {
    height: 200px;
    background: #f3f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.carousel-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.carousel-info {
    padding: 18px 20px 22px;
    text-align: center;
}

.carousel-cat {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a9fc8;
    margin-bottom: 6px;
}

.carousel-info h3 {
    font-size: 0.95rem;
    color: var(--azul-escuro);
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.3;
}

.carousel-cta {
    display: inline-block;
    background: var(--azul-escuro);
    color: #fff;
    padding: 9px 20px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.carousel-cta:hover {
    background: #1a9fc8;
    transform: translateY(-2px);
}

/* Botões de navegação */
.carousel-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid rgba(0,45,91,0.2);
    background: #fff;
    color: var(--azul-escuro);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.25s;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background: var(--azul-escuro);
    color: #fff;
    border-color: var(--azul-escuro);
    transform: scale(1.08);
}

/* Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0,45,91,0.2);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}

.carousel-dot.active {
    background: var(--azul-escuro);
    width: 24px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .carousel-viewport { min-height: 300px; }
    .carousel-card { width: 200px; }
    .carousel-card.pos-left { transform: translateX(-170px) scale(0.78) rotateY(10deg); }
    .carousel-card.pos-right { transform: translateX(170px) scale(0.78) rotateY(-10deg); }
    .carousel-card.pos-far-left, .carousel-card.pos-far-right { opacity: 0; }
    .carousel-img-wrap { height: 160px; }
}

@media (max-width: 480px) {
    .showcase-carousel { padding: 50px 3% 45px; }
    .carousel-card.pos-left, .carousel-card.pos-right { opacity: 0.4; }
    .carousel-card { width: 180px; }
    .carousel-card.pos-left { transform: translateX(-145px) scale(0.72) rotateY(8deg); }
    .carousel-card.pos-right { transform: translateX(145px) scale(0.72) rotateY(-8deg); }
}
/* ======================== */

/* Produtos */
.section-title { text-align: center; margin-bottom: 50px; font-size: 2.5rem; color: var(--azul-escuro); }
.grid-produtos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card {
    background: var(--branco);
    padding: 40px;
    text-align: center;
    border-bottom: 5px solid var(--amarelo);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.card i { font-size: 3rem; color: var(--azul-escuro); margin-bottom: 20px; }

.card-media {
    position: relative;
    height: 170px;
    background: #f3f6fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.card-media img {
    width: 88%;
    height: 88%;
    object-fit: contain;
}

.badge-novo {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--amarelo);
    color: var(--azul-escuro);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 5px 9px;
    border-radius: 999px;
}

/* Contato */
.bg-light { background: #f0f4f8; }
.contato-wrapper { display: flex; flex-wrap: wrap; gap: 50px; align-items: flex-start; }
.contato-info { flex: 1; min-width: 260px; }
.contato-info h3 {
    font-size: 1.6rem;
    color: var(--azul-escuro);
    margin-bottom: 16px;
}
.contato-info p {
    color: #555;
    margin-bottom: 24px;
    line-height: 1.6;
}
.contato-lista {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contato-lista li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #444;
    font-size: 0.97rem;
}
.contato-lista li i {
    color: var(--azul-escuro);
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

/* Card do formulário estilo Athex */
.form-card {
    flex: 1;
    min-width: 300px;
    background: var(--azul-escuro);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 12px 40px rgba(0, 45, 91, 0.25);
}
.contato-form label {
    display: block;
    color: #7ecde8;
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}
.contato-form input,
.contato-form select {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border: none;
    border-radius: 8px;
    background: #ffffff;
    font-size: 0.95rem;
    color: #333;
    outline: none;
    transition: box-shadow 0.2s;
}
.contato-form input:focus,
.contato-form select:focus {
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.35);
}
.contato-form select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23555' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.btn-submit {
    width: 100%;
    background: #1a9fc8;
    color: #ffffff;
    border: none;
    padding: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background 0.3s, transform 0.2s;
    margin-top: 4px;
}
.btn-submit:hover {
    background: #1580a8;
    transform: translateY(-2px);
}

/* Overlay e botão fechar do drawer mobile */
.nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1100;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.nav-overlay.active { display: block; }

.nav-drawer-close {
    display: none; /* visível só dentro do drawer mobile */
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: var(--azul-escuro);
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    transition: color 0.2s;
}
.nav-drawer-close:hover { color: #1a73e8; }

/* Fallback local para ícones quando o CDN do Font Awesome não carrega */
i.fas, i.fab {
    font-style: normal !important;
    font-family: "Segoe UI Symbol", "Segoe UI Emoji", Arial, sans-serif !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fa-phone::before { content: "☎"; }
.fa-envelope::before { content: "✉"; }
.fa-clock::before { content: "🕒"; }
.fa-headset::before { content: "🎧"; }
.fa-whatsapp::before { content: "💬"; }
.fa-check-circle::before { content: "✓"; }
.fa-chevron-left::before { content: "‹"; }
.fa-chevron-right::before { content: "›"; }
.fa-medal::before { content: "🏅"; }
.fa-bolt::before { content: "⚡"; }
.fa-boxes::before { content: "📦"; }
.fa-handshake::before { content: "🤝"; }
.fa-shield-alt::before { content: "🛡️"; }
.fa-map-marked-alt::before { content: "📍"; }
.fa-users::before { content: "👥"; }
.fa-calendar-check::before { content: "✔️"; }
.fa-user::before { content: "👤"; }
.fa-arrow-right::before { content: "→"; }

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    z-index: 1500;
    transition: transform 0.2s ease;
}
.whatsapp-icon-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    padding: 8px;
}
.whatsapp-float:hover {
    transform: scale(1.05);
}

/* Footer */
.footer {
    background: #0d1b2e;
    color: #ccd6e8;
    padding: 60px 10% 0;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr;
    gap: 48px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    align-items: start;
}
.footer-logo {
    height: 70px;
    width: auto;
    margin-bottom: 18px;
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 6px 10px;
    object-fit: contain;
}
.footer-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #90a4be;
    margin-bottom: 20px;
    max-width: 280px;
}
.footer-col h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
}
.footer-col ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dfeaf7;
    font-size: 0.95rem;
    line-height: 1.5;
}
.footer-col ul li i {
    color: #ffffff;
    width: 18px;
    text-align: center;
    font-size: 1rem;
}
.footer-col ul a {
    color: #dfeaf7;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-col ul a:hover { color: #ffffff; }
.socials { display: flex; gap: 14px; }
.socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    color: #ffffff;
    font-size: 1.1rem;
    transition: background 0.2s;
}
.socials a:hover { background: #1a9fc8; }
.footer-bottom {
    text-align: center;
    padding: 20px 0;
    font-size: 0.85rem;
    color: #576d88;
}
:root {
    --azul-escuro: #002b5c;
    --amarelo: #ffcc00;
    --cinza-fundo: #f9f9f9;
    --texto: #333;
}

.catalogo-container {
    padding: 60px 10%;
    background-color: white;
    font-family: Arial, sans-serif;
}

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

.catalogo-header h2 {
    color: var(---azul-escuro);
    font-size: 2.5rem;
    margin-bottom: 10px;
}

/* Estilo dos Filtros */
.filtros-categorias {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.filter-btn {
    padding: 10px 25px;
    border: 2px solid var(--azul-escuro);
    background: transparent;
    color: var(--azul-escuro);
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px;
}

.filter-btn.active, .filter-btn:hover {
    background-color: var(--azul-escuro);
    color: white;
}

/* Grid de Produtos */
.produtos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.produto-card {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-bottom: 5px solid var(--amarelo); /* Mantendo o detalhe amarelo da sua imagem */
    transition: transform 0.3s ease;
    text-align: center;
}

.produto-card:hover {
    transform: translateY(-10px);
}

.produto-img {
    height: 200px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produto-img img {
    max-width: 80%;
    max-height: 80%;
}

.produto-info {
    padding: 20px;
}

.produto-info h3 {
    color: var(--azul-escuro);
    margin-bottom: 10px;
}

.produto-info p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 15px;
    height: 40px; /* Alinha as descrições */
}

.codigo-prod {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 20px;
}

.btn-orcamento {
    display: inline-block;
    background-color: var(--azul-escuro);
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-orcamento:hover {
    background-color: var(--amarelo);
    color: var(--azul-escuro);
}

.mini-slider-section {
    position: relative;
}

.mini-slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 15px;
}

.mini-nav {
    width: 38px;
    height: 38px;
    border: 2px solid var(--azul-escuro);
    background: white;
    color: var(--azul-escuro);
    border-radius: 50%;
    cursor: pointer;
}

.mini-nav:hover {
    background: var(--azul-escuro);
    color: white;
}

.mini-slider-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 36px) / 4);
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
}

.mini-slide {
    position: relative;
    scroll-snap-align: start;
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
    min-height: 190px;
}

.mini-slide img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    margin-bottom: 8px;
}

.mini-slide h3 {
    color: var(--azul-escuro);
    font-size: 0.95rem;
    line-height: 1.3;
}

.mini-slider-cta {
    margin-top: 20px;
    text-align: center;
}
/* Responsivo */
@media (max-width: 1024px) {
    .container { padding: 60px 7%; }
    .hero h1 { font-size: 3rem; }
    .section-title { font-size: 2.2rem; }
    .grid-produtos { gap: 15px; }
    .card { padding: 30px; }
    .menu-toggle { 
        display: block; 
        order: 3;
        width: auto;
    }
    /* Drawer lateral - escondido fora da tela à direita */
    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 280px;
        background: #ffffff;
        flex-direction: column;
        padding: 70px 24px 30px;
        gap: 4px;
        box-shadow: -6px 0 30px rgba(0,0,0,0.12);
        z-index: 1200;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        display: flex !important;
    }
    .nav-links.active {
        transform: translateX(0);
    }

    .nav-drawer-close { display: block; }

    .mini-slider-track {
        grid-auto-columns: calc((100% - 24px) / 3);
    }
}

@media (max-width: 768px) {
    .navbar { 
        padding: 0.5rem 5%; 
        flex-wrap: wrap;
    }
    .logo { flex: 1; }
    .menu-toggle { 
        display: block; 
        order: 3;
        width: auto;
    }
    .nav-links li { 
        margin-left: 0;
        padding: 12px 8px;
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }
    .nav-links li:last-child {
        border-bottom: none;
    }
    .nav-links a { 
        display: block;
        color: var(--azul-escuro);
        font-size: 1rem;
    }
    .nav-cta {
        display: inline-block !important;
        width: fit-content;
        margin-top: 8px;
    }
    .hero { height: 70vh; padding: 20px 5%; }
    .hero h1 { font-size: 2rem; }
    .hero p { font-size: 1rem; }
    .btn-main { padding: 14px 28px; font-size: 0.9rem; }
    .container { padding: 50px 5%; }
    .section-title { font-size: 1.8rem; margin-bottom: 30px; }
    .grid-produtos { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
    .card { padding: 20px; }
    .card i { font-size: 2rem; }
    .contato-wrapper { gap: 30px; }
    .contato-info, .contato-form { flex: 1; min-width: 100%; }
    .footer { padding: 30px 5%; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }

    .mini-slider-track {
        grid-auto-columns: calc((100% - 12px) / 2);
    }
}

@media (max-width: 480px) {
    .navbar { padding: 0.5rem 3%; }
    .logo img { height: 45px; }
    .hero { height: 60vh; padding: 15px 3%; }
    .hero h1 { font-size: 1.5rem; margin: 10px 0; }
    .hero p { font-size: 0.9rem; }
    .btn-main { padding: 12px 24px; font-size: 0.85rem; }
    .container { padding: 30px 3%; }
    .section-title { font-size: 1.5rem; margin-bottom: 20px; }
    .grid-produtos { grid-template-columns: 1fr; gap: 10px; }
    .card { padding: 15px; }
    .card i { font-size: 1.8rem; margin-bottom: 10px; }
    .contato-form input, .contato-form textarea { padding: 10px; font-size: 0.9rem; }
    .btn-submit { padding: 12px 20px; font-size: 0.9rem; }
    .whatsapp-float { width: 50px; height: 50px; right: 12px; bottom: 12px; font-size: 1.5rem; }
    .footer { padding: 20px 3%; font-size: 0.9rem; }
    .socials { font-size: 1.2rem; }

    .mini-slider-track {
        grid-auto-columns: 88%;
    }
}