:root {
    --main--color: #d11313;
    --preto: #13131a;
    --bg--color: #010103;
    --border: 0.1rem solid rgba(255, 255, 255, 0.3);
    --font--size: 10px;
    --main-red: #d11313;
    --main-red-hover: #f01717;
    --whatsapp-green: #25d366;
    --whatsapp-green-hover: #1eb954;
    --modal-bg: #1e1e24;
    --card-bg: #2a2a32;
    --border-color: rgba(255, 255, 255, 0.1);
    --text-main: #ffffff;
    --text-muted: #b0b0b5;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}

body {
    background: #0f0f12;
    color: white;
}


/* NAVBAR (mobile) */

.header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
}

.navbar {
    display: flex;
    margin: 0;
    padding: 0%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navbar a {
    margin: 0 0.4rem;
    /* Tamanho da fonte da nav-bar */
    font-size: 3vw;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

.navbar a:hover {
    color: var(--main--color);
    font-size: 2.8vw;
}


.logo {
    width: 20vw;
}

/* LAYOUT MOBILE */

.layout {
    display: flex;
    flex-direction: column;
}

@media (min-width: 700px) {
    .header {
        height: 10vh;
    }

    .navbar a {
        font-size: 1.2rem;
    }
}

/* about MOBILE */

.about {
    position: relative;
    background-image: url(../Imagens/Banners/background/banner-dualsacolas.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 26% 0%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 19rem 4rem;
    border-radius: 0 0 20px 20px;
}

.about-text {
    max-width: 100%;
}

.about h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.about p {
    margin-bottom: 10px;
}

.about img {
    width: 100%;
    border-radius: 10px;
}

.about .home-Container .home .content {
    position: absolute;
    top: 12vh;
    left: 10%;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 4vw;
    font-stretch: ultra-expanded;
    color: rgba(105, 105, 105, 0.89);
}

.about .home-Container .home h3 {
    font-family: 'Orbitron', sans-serif;
    font-weight: 800;
    font-stretch: ultra-expanded;
}

.dale-gremio {
    color: var(--main--color);
}

.orc {
    position: relative;
    left: 59%;
    top: 11rem;
    background: var(--main--color);
    border-radius: 6px;
    border: none;
    font-size: 3vw;
    padding: 1vh 3vw;
    font-weight: bold;
    text-decoration: none;
    color: white;
    backdrop-filter: blur(10px);
    width: 30vw;
}

@media (max-width: 500px) {
    .about .home-Container .home .content {
        top: 10vh;
    }
}

@media (max-width: 407px) {
    .about .home-Container .home .content {
        font-size: 6vw;
        top: 7vh;
    }
}

/* BOTÕES */

.btn {
    display: inline-block;
    background: #d11313;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    color: white;
}


/* PRODUTOS MOBILE */

.produtos {
    padding: 40px 20px;
}

/* Cards */

.prom-service {
    background-image: url(../Imagens/Banners/background/banner-sacola-mao-destver.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 20%;
    padding: 4rem 2rem;
    z-index: -300;
    position: relative;
    top: -1rem;
}

.prom-service h2 {
    color: rgba(105, 105, 105, 0.89);
    display: flex;
    justify-content: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 28px;
    display: flex;

}

.FONT-1 {
    font-size: 0.9rem;
}

.cards {
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    aspect-ratio: 1;
    width: 40vw;
    margin-bottom: 1rem;
    margin: 1vw;
    text-transform: uppercase;
}

.card h3 {
    margin: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

@media (min-width: 534px) {
    .card h3 {
        font-size: 1.6em;
    }
}

@media (min-width: 700px) {
    .card {
        width: 40vw;
    }
}

.videoz {
    margin-top: -2rem;
    position: relative;
    height: 75vh;
    padding-bottom: 2rem;
    padding-top: 2rem;
    overflow: hidden;
    border-radius: 10px;
}


/* FUNDO DESFOCADO */
.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(20px) brightness(0.5);
    z-index: 0;
}

/* VÍDEO PRINCIPAL */
.video-promservice {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: block;
    display: block;
    border-radius: 10px;
}

/* Configurações Gerais da Seção Menu */
.menu {
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.4);
    /* Fundo neutro claro */
    text-align: center;
}

.menu .tittle {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu .tittle span {
    color: var(--main--color);
    /* Um tom de azul profissional, ajuste se desejar */
    font-weight: 800;
}

/* Container do Carrossel */
.box-Container.carousel {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 50px auto;
    overflow: hidden;
    /* Esconde os itens fora da área */
    padding: 10px;
}

/* Cartão do Produto (Box Slide) */
.box.slide {
    margin: auto 0;
    align-items: center;
    flex: 0 0 calc(33.333% - 20px);
    /* 3 itens por linha no desktop */
    background-color: rgba(128, 128, 128, 0.671);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #eee;
}

.box.slide:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.box.slide img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
    max-width: clamp(100px, 50%, 300px);
    /* Ajusta o tamanho da imagem para o desktop */
}

.box.slide h3 {
    font-size: clamp(0.4rem, 2vw + 1rem, 3rem);
    color: #222;
    margin-bottom: 10px;
}

.box.slide h5 {
    font-size: 0.8rem;
    color: #777;
    font-weight: 400;
    margin-bottom: 5px;
}

.box.slide h4 {
    font-size: 1rem;
    color: #444;
    margin-bottom: 15px;
}

/* Preços */
.price {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    font-weight: 900;
    color: #27ae60;
    /* Verde para sucesso/preço */
    margin-bottom: 20px;

}

.price span {
    font-size: 0.9rem;
    color: #bbbbbb;
    margin-left: 10px;
    justify-content: center;
    margin: 0 auto;
}

/* Botão de Orçamento */
.btn-orcamento {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
    width: 60%;
}

.btn-orcamento:hover {
    background-color: var(--main--color);
}

/* Ajuste na Pista do Carrossel */
.track {
    display: flex;
    gap: 20px;
    /* Espaçamento entre os cards */
    overflow-x: auto;
    /* Permite o scroll horizontal */
    scroll-behavior: smooth;
    /* Suaviza o movimento */
    scrollbar-width: none;
    /* Esconde a barra no Firefox */
    -ms-overflow-style: none;
    /* Esconde a barra no IE/Edge */
    padding: 10px 0;
}

/* Esconde a barra de rolagem no Chrome, Safari e Opera */
.track::-webkit-scrollbar {
    display: none;
}

/* Garante que os cards não esmaguem */
.box.slide {
    flex: 0 0 100%;
    width: 90%;
    /* Largura fixa para os cards no desktop */
}



/* Botões de Navegação (Setas) */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav:hover {
    background: #333;
    color: #fff;
}

.nav.prev {
    left: 0;
}

.nav.next {
    right: 0;
}

.nav p {
    font-size: 24px;
    margin: 0;
    line-height: 0;
}

/* Responsividade */

@media (max-width: 580px) {
    .box.slide {
        flex: 0 0 100%;
        /* 1 item no celular */
    }

    .menu .tittle {
        font-size: 1.8rem;
    }
}

/* FOOTER - CORREÇÃO DE ALINHAMENTO */

.footer-moderno {
    background: rgba(26, 26, 26, 0.98);
    backdrop-filter: blur(10px);
    color: #f4f4f4;
    padding: 60px 5% 30px; 
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    /* Ajustado o minmax para 250px para evitar colunas muito magras */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    /* Garante que os títulos h4 de cada coluna fiquem alinhados no topo */
    align-items: start; 
}

.footer-brand {
    display: flex;
    flex-direction: column;
}

.footer-logo {
    width: 100px;
    margin: 0 0 1.5rem 0; /* Removido margens que poderiam desalinhá-la */
    filter: brightness(0) invert(1);
    display: block;
}

.footer-brand p {
    font-size: 0.9rem;
    color: #aaa;
    line-height: 1.6;
    margin: 0;
}

.footer-moderno h4 {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Corrigido: Links agora se comportam bem em qualquer alinhamento */
.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 0.95rem;
    transition: 0.3s ease;
    display: inline-block; /* Permite o transform sem quebrar o fluxo do bloco */
    width: max-content;   /* Garante que o hover ocorra apenas sobre o texto */
}

/* No Mobile (se você usar text-align center), o max-content precisa de margin auto */
@media (max-width: 600px) {
    .footer-content {
        text-align: center;
    }
    .footer-logo, .footer-brand p, .footer-links a {
        margin-left: auto;
        margin-right: auto;
    }
    .social-group {
        justify-content: center;
    }
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

.footer-contact p {
    color: #aaa;
    margin-bottom: 15px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.social-group {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
    margin-top: 5px;
}

.social-link {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    background: var(--main--color, #d11313);
    border-color: var(--main--color, #d11313);
}

.footer-copyright {
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.8rem;
    color: #666;
}

/* Mantendo seus Media Queries originais intactos como solicitado */
@media (max-width: 600px) {
    .footer-content {
        text-align: center;
    }

    .social-group {
        justify-content: center;
    }
}

@media (min-width: 1024px) {

    .layout {
        display: grid;
        grid-template-columns: 200px 1fr 200px;
    }

    aside {
        display: block;
        padding: 20px;
        background: #14141a;
        min-height: 100vh;
    }

    aside a {
        display: block;
        margin: 10px 0;
        color: white;
        text-decoration: none;
    }

    .btn-aside {
        display: inline-block;
        margin-top: 10px;
        padding: 10px 20px;
        background: #d11313;
        border-radius: 6px;
    }

    .about h1 {
        font-size: 40px;
    }

    .produtos {
        padding: 60px;
    }

    .sobre {
        padding: 60px;
        max-width: 700px;
    }

}

/* 

.modal-moderno {
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 0;
    width: 92%;
    max-width: 480px;
    background: var(--modal-bg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8);
    color: var(--text-main);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow-y: auto;
    z-index: 2000;
}

.logo-modal{
    margin: 2vw auto 3vh auto;
}
*/
/* --- ESTILO GLOBAL PARA TODOS OS MODAIS --- */
.modal-moderno {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    background: rgba(15, 15, 18, 0.8); /* Fundo do body com transparência */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    color: white;
    padding: 0;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    outline: none;
}

.modal-moderno::backdrop {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

.modal-content {
    padding: 35px 25px;
    text-align: center;
    position: relative;
}

/* Botão fechar seguindo o padrão minimalista */
.btn-fechar {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
}

.btn-fechar:hover {
    background: var(--main-red);
    border-color: var(--main-red);
}

/* --- ESTILO ESPECÍFICO DESTE MODAL (ORÇAMENTO) --- */

.modal-orcamento-selecao .logo-modal {
    width: 110px;
    margin-bottom: 15px;
}

.modal-orcamento-selecao h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.modal-orcamento-selecao .grid-opcoes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px 0;
}

/* Cards de opção inspirados nos seus cards de produtos */
.opcao-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.opcao-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
}

.opcao-card strong {
    font-size: 0.9rem;
    color: white;
    text-transform: uppercase;
}

.opcao-card span {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* Card Destaque com a cor principal do seu site */
.opcao-card.destaque {
    border: 1px solid var(--main-red);
    background: rgba(209, 19, 19, 0.05);
}

.opcao-card.destaque strong {
    color: var(--main-red);
}

.divisor-modal {
    display: flex;
    align-items: center;
    margin: 20px 0;
    opacity: 0.5;
}

.divisor-modal div {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}

.divisor-modal span {
    padding: 0 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--text-muted);
}

/* Botão WhatsApp inspirado no seu .btn e .orc */
.btn-whatsapp-modal {
    display: block;
    text-decoration: none;
    background: var(--whatsapp-green);
    color: white;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1rem;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

.btn-whatsapp-modal:hover {
    background: var(--whatsapp-green-hover);
    transform: scale(1.02);
}

/* --- ESTILO PARA O MODAL DE FORMULÁRIO --- */

.modal-formulario-contato {
    max-width: 500px; /* Um pouco mais largo para os campos */
}

/* Alinhamento do conteúdo do form */
.form-orcamento-container {
    text-align: left !important;
}

/* Caixa de aviso (Por que pedimos esses dados?) */
.info-box-dados {
    background: rgba(209, 19, 19, 0.08);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
    border-left: 4px solid var(--main--color);
}

.info-box-dados p {
    color: var(--text-main);
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0;
}

/* Fieldset e Legend estilizados */
.fieldset-orcamento {
    border: none;
    margin-bottom: 25px;
    padding: 0;
}

.legend-orcamento {
    font-weight: bold;
    color: var(--main--color);
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding-bottom: 8px;
}

/* Estilização dos Inputs e Labels */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    color: var(--text-muted);
    font-size: 0.9rem;
    display: block;
    margin-bottom: 6px;
    margin-left: 4px;
}

.input-moderno {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-size: 1rem;
    transition: 0.3s;
    outline: none;
}

.input-moderno:focus {
    border-color: var(--main--color);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 10px rgba(209, 19, 19, 0.2);
}

/* Grid para campos duplos (CEP/Estado, Numero/S-N) */
.form-row-duplo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 15px;
}

/* Botão S/N (Sem número) */
.btn-sn {
    height: 48px; /* Alinha com a altura do input */
    background: transparent;
    color: var(--main--color);
    border: 1px solid var(--main--color);
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-sn:hover {
    background: var(--main--color);
    color: white;
}

/* Botão Submit (Seguindo o padrão .btn e .orc do seu site) */
.btn-submit-form {
    width: 100%;
    padding: 18px;
    background: var(--main--color);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 10px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(209, 19, 19, 0.3);
}

.btn-submit-form:hover {
    filter: brightness(1.2);
    transform: translateY(-2px);
}

/* Estilo para botões de ação geral dentro dos modais */
.btn-modal-estilizado {
    display: inline-block;
    background: var(--main--color);
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(209, 19, 19, 0.2);
}

.btn-modal-estilizado:hover {
    background: var(--main-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(209, 19, 19, 0.4);
}

/* Variante para botões secundários ou de contorno (como o S/N) */
.btn-modal-outline {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-modal-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--main--color);
    color: var(--main--color);
}

/* --- ESTILOS PARA O FORMULÁRIO DE REQUISITOS --- */

.form-estilizado .input-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-estilizado label {
    display: block;
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 5px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Estilização para Inputs, Selects e Textarea */
.form-estilizado input, 
.form-estilizado select, 
.form-estilizado textarea {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    transition: 0.3s;
    outline: none;
}

.form-estilizado input:focus, 
.form-estilizado select:focus, 
.form-estilizado textarea:focus {
    border-color: var(--main--color);
    background: rgba(255, 255, 255, 0.08);
}

.form-estilizado textarea {
    resize: none;
}

/* Estilização da caixa de Dica (Substituindo o amarelo por um tom escuro elegante) */
.dica-whatsapp {
    background: rgba(37, 211, 102, 0.05);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid rgba(37, 211, 102, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.dica-whatsapp p {
    color: #25d366; /* Verde WhatsApp */
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.4;
}

/* Botão final WhatsApp */
.btn-final-whatsapp {
    width: 100%;
    padding: 18px;
    background: #25d366;
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.95rem;
    letter-spacing: 1px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}

.btn-final-whatsapp:hover {
    background: #1eb954;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(37, 211, 102, 0.3);
}

/* Ajuste para o select no modo dark */
.form-estilizado select option {
    background: #1a1a1a;
    color: white;
}

.logo-modal{
    width: 10%;
}

/*
.btn-fechar {
    position: absolute;
    top: 15px;
    right: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.btn-fechar:hover {
    background: var(--main-red);
    color: white;
    transform: rotate(90deg);
}

.modal-moderno h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.subtitulo-modal {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.grid-opcoes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0;
}

.opcao-card {
    background-color: rgba(0, 0, 255, 0.13);
    border: 2px solid blue;
    padding: 18px 10px;
    border-radius: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.opcao-card strong {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.opcao-card span {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.opcao-card:hover {
    background: #35353f;
    transform: translateY(-3px);
}

.opcao-card.destaque {
    border: 2px solid var(--main-red);
    background: rgba(209, 19, 19, 0.1);
}

.form-estilizado {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.input-group label {
    font-size: 0.75rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}

.input-group input, 
.input-group select, 
.form-estilizado textarea {
    width: 100%;
    padding: 13px;
    background: var(--card-bg);
    border: 1px solid #3f3f46;
    border-radius: 12px;
    color: white;
    font-size: 0.95rem;
    outline: none;
    transition: 0.3s;
}

.input-group input:focus, .input-group select:focus {
    border-color: var(--main-red);
    background: #32323b;
}
.grid-inputs-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.grid-inputs-btn {
    display: grid;
    grid-template-columns: 1fr 90px;
    gap: 10px;
    align-items: end;
}
.alerta-info, .alerta-dica {
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 0.85rem;
    line-height: 1.4;
}

.alerta-info {
    background: rgba(33, 150, 243, 0.1);
    border-left: 4px solid #2196f3;
}

.alerta-dica {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.alerta-dica strong { color: #ffc107; }
.btn-whatsapp, .btn-enviar {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.btn-whatsapp {
    background: var(--whatsapp-green);
    color: white;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.2);
}

.btn-whatsapp:hover {
    background: var(--whatsapp-green-hover);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.3);
}

.btn-enviar {
    background: var(--main-red);
    color: white;
    box-shadow: 0 10px 20px rgba(209, 19, 19, 0.2);
}

.btn-enviar:hover {
    background: var(--main-red-hover);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(209, 19, 19, 0.3);
}

.moder-ops-332 label{
    margin-top: 0.6rem;
}

.btn-secundario {
    background: #3f3f46;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: bold;
    cursor: pointer;
}
.label-secao {
    display: block;
    color: var(--main-red);
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.divisor-modal {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin: 20px 0;
}
@media (max-width: 480px) {
    .grid-opcoes, .grid-inputs-2 {
        grid-template-columns: 1fr;
    }
    .modal-content {
        padding: 30px 15px;
    }
} */


/* Notificação Toast */

.toast-aviso {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--preto);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    border-left: 5px solid var(--main--color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 2000;
    transition: transform 0.5s ease;
    width: 90%;
    max-width: 400px;
    text-align: center;
    font-size: 0.9rem;
}



.toast-aviso.show {
    transform: translateX(-50%) translateY(0);
}



@media (min-width: 768px) {

    .modal-moderno {
        width: 450px;
        /* Largura fixa no desktop */
    }

}

/* Escondido por padrão */

#landscape-blocker {

    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    color: rgb(0, 0, 0);
    text-align: center;
    justify-content: center;
    align-items: center;
}

#landscape-blocker div img {
    width: 18rem;
    margin-bottom: 20px;
}

/* Só aparece se a tela estiver em modo paisagem (landscape) E for um dispositivo móvel */

@media only screen and (orientation: landscape) {

    #landscape-blocker {

        display: flex;
        background-image: url('../Imagens/Banners/background/banner-dualsacolas.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .total-display {
        display: none;
        /* Trava o scroll do site ao fundo */
    }

    .blocker-content p {
        font-size: 2em;
        display: block;
        flex-direction: column;
        font-weight: bold;
        margin-bottom: 20px;
        width: 60%;
    }

    .blocker-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 2rem;
        border-radius: 12px;
    }

}