:root { 
    --ab-primary: #CCFF00;
}

/* ==========================================================================
   Efeito Smart Menu (Hide on Scroll Down / Show on Scroll Up)
   ========================================================================== */
.navbar-fixed {
    height: 80px !important;
}

.navbar-fixed nav {
    transition: transform 0.3s ease-in-out;
    border-bottom: 5px solid #7eb529;
}

.navbar-fixed nav.nav-up {
    transform: translateY(-100%);
}

.navbar-fixed nav.nav-down {
    transform: translateY(0);
}

/* ==========================================================================
   Pintura Premium: Fundo Gradiente Sutil para a Primeira Dobra
   ========================================================================== */
.welcome_area {
   background: linear-gradient(180deg, #ffffff 0%, #eaf0f6 100%); 
   overflow: hidden;
}

/* ======================================================
   EFEITO SOFTING: (FUNDO HERÓI)
   ====================================================== */
.hero-shapes-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.shape-blob {
    position: absolute;
    filter: blur(40px);
    z-index: 0;
    opacity: 0.5;
}

.shape-1 {
    top: -10%;
    right: -5%;
    width: 350px;
    height: 450px;
    background: linear-gradient(to right, rgb(126 181 41 / 86%) 0%, rgb(0 0 0 / 10%) 100%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morphBlob 12s ease-in-out infinite alternate;
}

.shape-2 {
    bottom: 15%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: linear-gradient(to right, #000000, rgb(126 181 41 / 64%));
    border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
    animation: morphBlob 15s ease-in-out infinite alternate-reverse;
}

.shape-dots {
    position: absolute;
    top: 20%;
    left: 45%;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(rgb(209 249 15) 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.2;
    animation: floatDots 10s ease-in-out infinite alternate;
}

@keyframes morphBlob {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    100% {
        border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
        transform: translate(-30px, 30px) rotate(15deg) scale(1.03);
    }
}

@keyframes floatDots {
    0% { transform: translateY(0); }
    100% { transform: translateY(30px); }
}

@media (max-width: 992px) {
    .shape-1 { width: 300px; height: 300px; top: 0; right: -20%; }
    .shape-2 { width: 300px; height: 300px; bottom: 0; left: -20%; }
    .shape-dots { display: none; }
}

@media (max-width: 600px) {
    .shape-blob {
        filter: blur(30px);
        opacity: 0.35;
    }
}

/* ======================================================
   IMAGEM HERO E BOTÕES NEON
   ====================================================== */
.photo-hero-wrapper {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-hero-img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    border: 1px solid var(--ab-primary);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.photo-hero-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px var(--ab-primary), 0 5px 50px rgba(204, 255, 0, 0.3);
}

.btn-neon {
    color: #050505 !important;
    border-radius: 50px !important;
    height: 64px !important;
    line-height: 64px !important;
    padding: 0 45px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: relative !important;
    overflow: hidden !important; 
    border: 1px solid #D1F90F !important;
    background-color: transparent !important;
    z-index: 1 !important;
    transition: color 0.4s ease !important;
}

.btn-neon::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #D1F90F !important;
    z-index: -2 !important;
}

.btn-neon::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #050505 !important;
    z-index: -1 !important;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    -webkit-clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), 
                -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1) !important;
}

.btn-neon i.right {
    margin-left: 12px !important;
    font-size: 24px !important;
    transition: transform 0.4s ease !important;
}

.btn-neon:hover { color: #ffffff !important; }
.btn-neon:hover::after {
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    -webkit-clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}
.btn-neon:hover i.right { transform: rotate(45deg); }

/* ======================================================
   TICKER ANIMADO (LETREIRO NEON E PRETO)
   ====================================================== */
.promo-ticker-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

.ticker-strip {
  position: absolute;
  width: 110vw;
  left: -5vw;
  display: flex;
  overflow: hidden;
  padding: 15px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.ticker-neon {
  background-color: #ccff00;
  color: #111;
  transform: rotate(2deg);
  z-index: 1;
}

.ticker-black {
  background-color: #1e291c;
  color: #fff;
  transform: rotate(-2deg);
  z-index: 2;
}

.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: scrollMarquee 20s linear infinite;
}

.track-reverse {
  animation: scrollMarqueeReverse 20s linear infinite;
}

.ticker-item {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 2px;
  padding: 0 30px;
}

.ticker-item .star { margin-left: 30px; font-size: 1.5rem; }

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

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

/* ======================================================
   PRODUTOS E ACESSÓRIOS (CARDS E LISTAS)
   ====================================================== */
.products-section { padding: 4rem 0; }
.product-card {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}

.neon-kicker {
  color: var(--ab-primary);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}

.product-card .main-title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.product-card .description {
  color: #cccccc;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-neon-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--ab-primary);
  color: var(--ab-primary);
  padding: 0 30px;
  height: 50px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-neon-outline span { font-size: 1.2rem; margin-left: 10px; font-weight: 900; }
.btn-neon-outline:hover {
  background: var(--ab-primary);
  color: #111;
  box-shadow: 0 0 15px var(--ab-primary);
}

.product-image-wrapper {
  border: 2px solid var(--ab-primary);
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s ease;
}

.product-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.product-image-wrapper:hover { transform: translateY(-5px); }

@media (max-width: 600px) {
  .product-card { flex-direction: column; }
  .product-card .text-content { margin-bottom: 30px; }
  .product-card .main-title { font-size: 1.8rem; }
}

/* ======================================================
   CARROSSEL DE IMAGENS (CSS PURO)
   ====================================================== */
.carousel-sniper { position: relative; }
.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  object-fit: cover;
}
.swipe-hint {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(17, 17, 17, 0.85);
  color: var(--ab-primary);
  padding: 8px 20px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--ab-primary);
  opacity: 0.9;
}
.neon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(17, 17, 17, 0.75);
  color: var(--ab-primary);
  border: 1px solid var(--ab-primary);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.prev-arrow { left: 15px; }
.next-arrow { right: 15px; }
.neon-arrow:hover {
  background: var(--ab-primary);
  color: #111;
  box-shadow: 0 0 15px var(--ab-primary);
}

@media (max-width: 768px) { .neon-arrow { display: none; } }
@media (min-width: 769px) { .swipe-hint { display: none; } }

/* ======================================================
   OUTROS ACESSÓRIOS (GRADE DE CARDS)
   ====================================================== */
.other-accessories-section { padding: 5rem 0; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-kicker {
  color: var(--ab-primary);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
}
.section-title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
.text-outline-neon {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ab-primary);
}

.accessory-card {
  background: #111111;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #222222;
  transition: all 0.4s ease;
}
.accessory-card:hover {
  transform: translateY(-10px);
  border-color: var(--ab-primary);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 15px rgba(204, 255, 0, 0.1);
}
.accessory-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.accessory-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.accessory-card:hover .accessory-img img { transform: scale(1.08); }

.accessory-content { padding: 30px 25px; }
.accessory-content h3 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.accessory-content p {
  color: #a0a0a0;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 25px;
  min-height: 70px;
}
.accessory-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.action-text {
  color: var(--ab-primary);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-round-neon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--ab-primary);
  color: #111111;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
.btn-round-neon:hover {
  background: #ffffff;
  box-shadow: 0 0 15px var(--ab-primary);
  transform: rotate(45deg);
}
@media (max-width: 600px) { .section-title { font-size: 2rem; } }

/* ======================================================
   PROVA SOCIAL (CARDS DE AVALIAÇÃO)
   ====================================================== */
.sniper-review-card {
  border-radius: 12px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  background-color: #111111;
  border: 1px solid #222222;
  margin: 10px 5px;
  transition: all 0.4s ease;
}
.sniper-review-card:hover {
  transform: translateY(-5px);
  border-color: var(--ab-primary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 15px rgba(204, 255, 0, 0.1);
}
.sniper-review-card .card-content { padding: 25px !important; }
.review-header { margin-bottom: 20px; }
.avatar-fantasma {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.review-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--ab-primary);
  color: var(--ab-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  margin-right: 15px;
  flex-shrink: 0;
}
.review-author-info { flex-grow: 1; line-height: 1.3; }
.author-name { font-weight: 700; color: #ffffff; font-size: 14px; text-transform: uppercase; }
.author-meta { font-size: 12px; color: #888888; margin-top: 4px; }
.google-logo img { width: 25px !important; height: auto; opacity: 0.8; }
.review-stars-date { margin-bottom: 15px; }
.review-stars-date .stars { color: var(--ab-primary); display: flex; margin-right: 15px; }
.review-stars-date .stars i { font-size: 20px; letter-spacing: -2px; }
.review-date { font-size: 12px; color: #888888; }
.review-body { font-size: 0.95rem; color: #cccccc; line-height: 1.6; }
.review-body b, .review-body strong { color: #ffffff; font-weight: 800; }

.css-carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 20px;
  padding: 10px 5px 30px 5px;
  scrollbar-width: none;
}
.css-carousel-track::-webkit-scrollbar { display: none; }
.css-carousel-slide {
  flex: 0 0 32%;
  scroll-snap-align: center;
}
.css-carousel-slide .sniper-review-card { margin: 0; height: 100%; }

@media (max-width: 992px) { .css-carousel-slide { flex: 0 0 48%; } }
@media (max-width: 600px) { .css-carousel-slide { flex: 0 0 85%; } }

.prev-review, .next-review {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.prev-review { left: -15px; }
.next-review { right: -15px; }
@media (min-width: 769px) { .reviews-section .swipe-hint { display: none; } }
@media (max-width: 768px) { .prev-review, .next-review { display: none; } }

/* ======================================================
   LOJAS FÍSICAS (SOBRE NÓS)
   ====================================================== */
.store-card-large img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.store-card-small img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .store-card-large { margin-bottom: 3rem; }
  .about-us-section .row { flex-direction: column; }
}

/* ======================================================
   FAQ - PERGUNTAS FREQUENTES (NOVO PADRÃO DARK)
   ====================================================== */
.faq-item {
  background: #111;
  border: 1px solid #222;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-item[open] {
  border-color: var(--ab-primary);
  box-shadow: 0 0 15px rgba(204, 255, 0, 0.1);
}
.faq-question {
  padding: 25px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question .icon {
  color: var(--ab-primary);
  font-size: 1.5rem;
  font-weight: 900;
  transition: transform 0.3s ease;
}
.faq-item[open] .icon { transform: rotate(45deg); }
.faq-answer {
  padding: 0 25px 25px 25px;
  color: #ccc;
  line-height: 1.6;
}
.faq-question::-webkit-details-marker { display: none; }

/* ======================================================
   VANTAGENS (ÍCONES ABAIXO DA DESCRIÇÃO)
   ====================================================== */
.advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
}
@media (max-width: 600px) {
  .advantage-box { margin-bottom: 20px; }
  h1 { font-size: 2.2rem !important; }
}

/* ======================================================
   PÍLULAS DE MARCAS FLUTUANTES
   ====================================================== */
.marcas-container {
    background-color: #0b0b0b;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.marcas-container .section-title {
    color: #ffffff;
    font-weight: 900;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.marcas-container .section-subtitle {
    color: #9e9e9e;
    font-size: 1.1rem;
    margin-bottom: 50px;
}
.pills-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    min-height: 220px;
}
.marca-pill {
    background-color: #fff;
    border: 1px solid #262626;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}
.marca-pill:hover {
    border-color:var(--ab-primary);
    transform: translateY(-3px) scale(1.02);
}
.marca-logo {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.marca-nome {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
}
.marca-pill.drop-active {
    opacity: 1;
    transform: translateY(0) !important;
}

/* ======================================================
   ESTILOS DE SUPORTE E CLEAN-UP DO HTML INLINE
   ====================================================== */
.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #101010;
    position: fixed;
    z-index: 999;
    top: 0; left: 0; right: 0; bottom: 0;
}
.modal-logo-wrapper { margin-bottom: 15px; }
.modal-logo-img { max-width: 300px; }
.modal-footer-legal { margin-top: 40px; font-size: 0.8em; }

.main-nav { background-color: #000000e8; }
.nav-brand-img { max-height: 55px; margin-top: 12px; }
.nav-menu-icon i { color: #d1f90f; }
.nav-link-item { color: #ffffff !important; font-weight: 500; }
.sidenav-header { padding: 32px 32px 10px 32px; background-color: #101010; }
.sidenav-logo-img { max-width: 100%; }

.hero-bg-custom { background-image: url('../img/hero-bg1.1.png'); }
.reviews-bg-custom { padding: 3rem 0; background-image: url('../img/hero-bg-02.png'); }
.bg-catalog-custom { background-image: url('../img/hero-bg1.1.png'); }
.marcas-bg-custom { background-image: url('../img/hero-bg-04.png'); }
.faq-bg-custom { padding: 5rem 0; background: #0a0a0a; }

.mb-3rem { margin-bottom: 3rem; }
.section-kicker-custom, .section-kicker-faq {
    color: var(--ab-primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.section-kicker-custom { font-size: 0.9rem; display: block; margin-bottom: 10px; }
.section-title-custom {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}
.text-outline-neon-custom {
    color: #101010;
    -webkit-text-stroke: 1.5px var(--ab-primary);
}

.relative-wrapper { position: relative; width: 100%; }
.avatar-bg-01 { background-image: url('../img/avatar-001.png'); }
.hint-bottom-center { position: relative; margin-top: 15px; left: 50%; bottom: 0; }
.product-advantages-row { margin-top: 3rem; }
.icon-advantage { color: var(--ab-primary); font-size: 2rem; }
.text-advantage { color: #fff; font-size: 0.85rem; font-weight: 700; }
.swipe-center { margin-top: 15px; text-align: center; color: #777; font-size: 0.9rem; }

.pill-delay-0 { transition-delay: 0ms; transform: translateY(-50px); }
.pill-delay-100 { transition-delay: 100ms; transform: translateY(-70px); }
.pill-delay-150 { transition-delay: 150ms; transform: translateY(-40px); }
.pill-delay-200 { transition-delay: 200ms; transform: translateY(-60px); }
.pill-delay-300 { transition-delay: 300ms; transform: translateY(-80px); }

.about-padding { padding: 5rem 0; }
.about-flex-wrapper { display: flex; align-items: center; flex-wrap: wrap; }
.about-intro-text { color: #ccc; margin-bottom: 2rem; }
.store-img-border { border-radius: 20px; border: 2px solid var(--ab-primary); }
.store-info-pad { padding: 20px 0; }
.store-title-large { color: #fff; margin: 0; }
.store-title-small { color: #fff; font-size: 1.5rem; margin-top: 0; }
.store-address-text { color: #aaa; }
.store-buttons-wrap { margin-top: 15px; }
.mr-10 { margin-right: 10px; }
.store-map-link { color: var(--ab-primary); font-weight: 700; }
.store-card-small { background: #111; padding: 20px; border-radius: 20px; border: 1px solid #333; }
.store-img-margin { margin: 15px 0; border-radius: 15px; }
.store-buttons-flex { display: flex; gap: 10px; align-items: center; }
.btn-small-custom { padding: 0 15px; height: 40px; font-size: 0.8rem; }
.store-map-link-small { color: var(--ab-primary); font-weight: 700; font-size: 0.9rem; }

.footer-bg-custom { padding: 2.5rem 0; background-image: url('../img/hero-bg-02.png'); }
.footer-logo-main { width: 300px; }
.footer-author-link { opacity: 0.5; transition: opacity 0.3s; }
.footer-author-link:hover { opacity: 1; }
.footer-author-img { max-width: 180px; }
.btn-fixed-whats-wrap { position: fixed; z-index: 10; bottom: 95px; right: 38px; }
.icon-fixed-whats { position: fixed; z-index: 10; bottom: 105px; right: 45px; }


@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
      line-height: 80px !important;
    }
  }

  
  /* ======================================================
   CORREÇÃO: IDENTIDADE VISUAL DA PRIMEIRA DOBRA (HERO)
   ====================================================== */

/* Força o alinhamento à esquerda para desfazer a centralização */
.welcome_text_area {
    text-align: left !important;
}

/* O Título Principal */
.welcome_text_area h1 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 3.8rem; /* Tamanho grande de impacto */
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: 35px;
    margin-bottom: 20px;
}

/* Efeito de texto vazado padrão (Computadores e Telas Grandes) */
.welcome_text_area h1 span {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900 !important;
    color: #101010 !important; /* Cor do fundo da primeira dobra para "apagar" o miolo */
    -webkit-text-fill-color: #101010 !important;
    -webkit-text-stroke-color: var(--ab-primary) !important;
    -webkit-text-stroke-width: 2px !important; /* Um pouquinho mais encorpado para destacar */
}

/* Ajuste opcional para celular caso queira o traço mais fininho na tela menor */
@media (max-width: 768px) {
    .welcome_text_area h1 span {
        -webkit-text-stroke-width: 1.5px !important;
    }
}

/* Blindagem exclusiva para Celulares (Resolve o bug sem perder o estilo) */
@media (max-width: 768px) {
    .welcome_text_area h1 span {
        color: transparent !important;
        -webkit-text-stroke: 1px var(--ab-primary) !important; /* Traço mais fino para não embolar nos pixels do celular */
        text-shadow: none !important;
    }
}
/* O Subtítulo */
.welcome_text_area h2 {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 400;
    color: #fdfff3 !important; /* Cinza claro bem legível */
    margin-bottom: 30px;
    text-align: left;
    max-width: 90%; /* Evita que o texto encoste muito na foto */
}

/* Ajustes de responsividade para o celular */
@media (max-width: 600px) {
    .welcome_text_area {
        text-align: center !important; /* No mobile fica melhor centralizado */
    }
    .welcome_text_area h1 {
        font-size: 2.5rem !important; /* Diminui o título no celular */
        
    }
    .welcome_text_area h2 {
        text-align: center !important;
        max-width: 100%;
        font-size: 20px !important;
        line-height: 1.2;
    }
}

/* ======================================================
   BARRA DE CONSENTIMENTO DE COOKIES (LGPD)
   ====================================================== */
.cookies-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1000px;
    z-index: 9999;
    /* A classe .hide do Materialize já a mantém invisível até o JS chamar */
}

.cookies-consent-content {
    background-color: #111111; /* Fundo escuro premium */
    border: 1px solid #333333;
    border-bottom: 3px solid var(--ab-primary); /* Filete neon na base */
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
}

.cookies-consent-content-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px; /* Dá um respiro legal entre o texto e o botão */
    flex-wrap: nowrap; /* A MÁGICA AQUI: Força a ficar na mesma linha no desktop */
}

.cookies-consent-content-items-left {
    flex: 1; /* Faz a caixa de texto ocupar o espaço livre, mas sem "quebrar" a linha */
    text-align: left;
}

.cookies-consent-content-items-left p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    color: #cccccc;
    line-height: 1.5;
}

/* Link da Política de Privacidade */
.cookies-consent-content-items-left p a {
    color: var(--ab-primary);
    font-weight: 700;
    text-decoration: underline;
    margin-left: 5px;
    transition: color 0.3s ease;
}

.cookies-consent-content-items-left p a:hover {
    color: #ffffff;
}


/* Botão "Entendi" */
.cookies-consent-content-items-right {
    flex-shrink: 0; /* Impede que o botão seja esmagado pelo texto */
}

.cookies-consent-content-items-right button {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap; /* Impede que o botão quebre a linha */
}

.cookies-consent-content-items-right button:hover {
    background-color: var(--ab-primary);
    color: #111111;
    border-color: var(--ab-primary);
}

/* Ajuste Responsivo para Celulares */
@media (max-width: 768px) {
    .cookies-consent-content-items {
        flex-direction: column;
        text-align: center;
    }
    .cookies-consent-content-items-right {
        width: 100%;
    }
    .cookies-consent-content-items-right button {
        width: 100%; /* Botão ocupa 100% da largura no celular */
        padding: 15px;
    }
    .cookies-consent-content-items-left p {
      text-align: center;
    }
}



/* ======================================================
   CORREÇÃO: MODAL DE PRIVACIDADE (DARK THEME)
   ====================================================== */

/* Fundo escuro e bordas arredondadas para o modal */
#modal1.modal {
    background-color: #111111;
    border: 1px solid #333333;
    border-radius: 15px;
}

/* Fundo do rodapé do modal */
#modal1 .modal-footer {
    background-color: #0a0a0a;
    border-top: 1px solid #222222;
}

/* Os botões de fechar (X) */
#modal1 .modal-close i {
    color: var(--ab-primary);
    transition: color 0.3s ease;
}

#modal1 .modal-close:hover i {
    color: #ffffff;
}

/* A MÁGICA AQUI: Resetando a classe que deixou o texto gigante */
#modal1 .section-title {
    color: #cccccc !important; /* Texto cinza claro para leitura */
    font-size: 0.95rem !important; /* Tamanho de texto normal */
    text-transform: none !important; /* Remove o CAIXA ALTA */
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.6;
    text-align: left;
}

/* Destaque para os títulos de cada tópico da política */
#modal1 .section-title b {
    color: var(--ab-primary);
    font-size: 1.15rem;
    font-weight: 800;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Ajuste das listas de dados coletados */
#modal1 .section-title ul {
    padding-left: 20px;
}

#modal1 .section-title li {
    list-style-type: disc;
    margin-bottom: 8px;
    color: #aaaaaa;
}

/* Rodapé com CNPJ */
.modal-footer-legal {
    color: #666666 !important;
    border-top: 1px solid #222222;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 0.8rem;
    text-align: center;
}
