/* DS FITNESS - Site institucional (arquivos estáticos) */
:root{
  --bg:#0b0b0c;
  --bg2:#111114;
  --card:#141418;
  --text:#f4f4f5;
  --muted:#b4b4bf;
  --line:rgba(255,255,255,.10);
  --accent:#a9ff5b;
  --accent2:#f3c86a;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  /* Base escura + leves brilhos */
  background:
    radial-gradient(900px 600px at 15% -10%, rgba(169,255,91,.10), transparent 60%),
    radial-gradient(900px 600px at 110% 10%, rgba(243,200,106,.08), transparent 55%),
    var(--bg);
  background-attachment: fixed;
  color:var(--text);
  line-height:1.5;
  position: relative;
}

img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1120px, 92%);margin:0 auto}

.skip{
  position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;
}
.skip:focus{left:16px;top:16px;width:auto;height:auto;background:#fff;color:#000;padding:10px 12px;border-radius:10px;z-index:9999}

.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

.header{
  position:sticky;top:0;z-index:50;
  backdrop-filter: blur(14px);
  background: rgba(10,10,12,.65);
  border-bottom: 1px solid var(--line);
}
.header__inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand__logo{width:44px;height:44px;border-radius:12px;box-shadow:0 10px 24px rgba(0,0,0,.35)}
.brand__name{font-weight:800;letter-spacing:.08em}
.brand__tag{display:block;font-size:.82rem;color:var(--muted);margin-top:2px}

.nav__menu{
  list-style:none;margin:0;padding:0;
  display:flex;align-items:center;gap:18px;
}
.nav__menu a{color:var(--muted);font-weight:600}
.nav__menu a:hover{color:var(--text)}
.nav__cta{margin-left:4px}

/* Deixar o botão "Orçamento rápido" mais legível no topo (header) */
.header .btn--ghost{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  color: rgba(255,255,255,.92);
}
.header .btn--ghost:hover{
  background: rgba(255,255,255,.20);
  border-color: rgba(255,255,255,.32);
}

.nav__toggle{
  display:none;
  width:44px;height:44px;border-radius:12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  cursor:pointer;
}
.nav__toggleBar{display:block;height:2px;background:var(--text);margin:6px 10px;border-radius:2px}

.hero{position:relative;overflow:hidden}
.hero__bg{
  position:absolute;inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.30), rgba(0,0,0,.70)),
              url("assets/esteiras_1.jpg") center/cover no-repeat;
  filter:saturate(1.05) contrast(1.05);
  transform: scale(1.03);
}
.hero__inner{
  position:relative;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:28px;
  padding:60px 0 46px;
}
.badge{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 14px;border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:600;
}

/* Peças: esconder os selos de apoio (ex.: "Resposta rápida", "Envie modelo/foto") */
.produto-actions .badge{
  display:none !important;
}
.dot{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px rgba(169,255,91,.18)}
.hero h1{
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height:1.05;
  margin:14px 0 12px;
}
.hero p{color:rgba(255,255,255,.86);font-size:1.05rem;max-width:56ch;margin:0 0 18px}
.hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.hero__meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.metaCard{
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:12px 14px;
}
.metaCard__label{display:block;color:var(--muted);font-size:.82rem}
.metaCard__value{display:block;font-weight:700;margin-top:4px}
.link{text-decoration:underline;text-decoration-color:rgba(169,255,91,.55);text-underline-offset:4px}

.mediaCard{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
  position:relative;
}
.mediaCard img{height:100%;width:100%;object-fit:cover;min-height:360px;transition:opacity .35s ease;opacity:1}
.mediaCard__overlay{
  position:absolute;left:0;right:0;bottom:0;
  padding:14px 14px 16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.78));
}
.mediaCard__title{display:block;font-weight:800}
.mediaCard__sub{display:block;color:var(--muted);font-weight:600;font-size:.92rem;margin-top:4px}

.section{padding:56px 0}
.section--alt{background:linear-gradient(180deg, rgba(255,255,255,.03), transparent)}
.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.section__head h2{margin:0;font-size:1.8rem}
.section__head p{margin:0;color:var(--muted);max-width:66ch}

.grid{display:grid;gap:14px}
.grid--3{grid-template-columns: repeat(3, minmax(0, 1fr))}

.card{
  background: rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.card h3{margin:0 0 8px;font-size:1.15rem}
.card p{margin:0 0 12px;color:var(--muted)}
.list{margin:0;padding-left:18px;color:rgba(255,255,255,.82)}
.list li{margin:6px 0}

.feature{
  padding:18px;border-radius:var(--radius);
  background: rgba(0,0,0,.24);
  border:1px solid var(--line);
}
.feature__icon{
  width:40px;height:40px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(169,255,91,.10);
  border: 1px solid rgba(169,255,91,.18);
  margin-bottom:10px;
}
.feature h3{margin:0 0 8px}
.feature p{margin:0;color:var(--muted)}

.gallery{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
}
.gallery__item{
  margin:0;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  box-shadow: 0 16px 44px rgba(0,0,0,.25);
}
.gallery__item img{width:100%;height:260px;object-fit:cover}

.video{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:14px;
  align-items:stretch;
}
.video__frame{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  box-shadow: 0 16px 44px rgba(0,0,0,.25);  aspect-ratio: 9 / 16;
  max-height: 520px;
}
.video video{width:100%;height:100%;display:block;object-fit:contain;background:#000}
.video__copy{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding:18px;
}
.video__copy h3{margin:0 0 8px}
.muted{color:var(--muted)}
.tiny{font-size:.86rem}

.section--cta{
  background: radial-gradient(900px 600px at 20% 0%, rgba(169,255,91,.12), transparent 55%),
              radial-gradient(900px 600px at 110% 0%, rgba(243,200,106,.10), transparent 55%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.cta{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:14px;
  align-items:stretch;
}
.cta__copy{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(0,0,0,.25);
  padding:22px;
}
.cta__copy h2{margin:0 0 10px;font-size:1.9rem;line-height:1.08}
.cta__copy p{margin:0 0 14px;color:rgba(255,255,255,.86)}
.cta__buttons{display:flex;gap:12px;flex-wrap:wrap;margin:14px 0 18px}

.contactBox{
  display:grid;gap:10px;
  border-top:1px solid var(--line);
  padding-top:14px;
}
.contactBox .label{display:block;color:var(--muted);font-size:.86rem}
.contactBox .value{display:block;font-weight:800;margin-top:4px}

.form{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding:18px;
}
.form h3{margin:0 0 6px}
.form p{margin:0 0 14px}
label{display:block;font-weight:700;margin:10px 0 8px}
input, textarea{
  width:100%;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.25);
  color: var(--text);
  padding:12px 12px;
  font: inherit;
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(169,255,91,.55);box-shadow:0 0 0 5px rgba(169,255,91,.12)}
textarea{resize:vertical;min-height:120px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:10px;
  padding:12px 14px;
  border-radius: 999px;
  font-weight:800;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  cursor:pointer;
}
.btn--primary{
  border-color: rgba(169,255,91,.35);
  background: linear-gradient(180deg, rgba(169,255,91,.20), rgba(169,255,91,.10));
}
.btn--primary:hover{filter:brightness(1.05)}
.btn--ghost:hover{background: rgba(255,255,255,.06)}
.btn--block{width:100%}

.footer{
  padding:22px 0;
  background: rgba(0,0,0,.35);
  border-top:1px solid var(--line);
}
.footer__inner{
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap
}
.footer__brand{display:flex;align-items:center;gap:12px}
.footer__brand img{width:42px;height:42px;border-radius:12px}
.footer__links{display:flex;gap:14px;color:var(--muted);font-weight:600}
.footer__links a:hover{color:var(--text)}

.wpp{
  position:fixed;
  right:18px;bottom:18px;
  width:56px;height:56px;border-radius:18px;
  display:grid;place-items:center;
  background: linear-gradient(180deg, rgba(169,255,91,.22), rgba(169,255,91,.12));
  border:1px solid rgba(169,255,91,.35);
  box-shadow: 0 16px 40px rgba(0,0,0,.40);
  z-index:60;
}
.wpp span{font-size:1.35rem}
.wpp:hover{filter:brightness(1.06)}

@media (max-width: 960px){
  .hero__inner{grid-template-columns:1fr; padding:48px 0 38px}
  .mediaCard img{min-height:320px}
  .grid--3{grid-template-columns:1fr}
  .section__head{flex-direction:column;align-items:flex-start}
  .gallery{grid-template-columns:1fr}
  .gallery__item img{height:220px}
  .video{grid-template-columns:1fr}
  .cta{grid-template-columns:1fr}
  .hero__meta{grid-template-columns:1fr}
  .nav__toggle{display:inline-flex;align-items:center;justify-content:center}
  .nav__menu{
    position:absolute;
    right:4%;
    top:68px;
    width:min(360px, 92vw);
    padding:14px;
    flex-direction:column;
    align-items:stretch;
    background: rgba(10,10,12,.95);
    border:1px solid var(--line);
    border-radius:18px;
    display:none;
    box-shadow: var(--shadow);
  }
  .nav__menu.open{display:flex}
  .nav__cta{margin-left:0}
  .nav__menu a{padding:10px 10px;border-radius:12px}
  .nav__menu a:hover{background: rgba(255,255,255,.06)}
}


/* ===== Fundo com “riscos” luminosos (estilo feixes verdes) ===== */
body::before{
  content:"";
  position: fixed;
  inset: -30vh -30vw;
  z-index: -1;
  pointer-events: none;
  opacity: .9;

  /* Camadas: feixes largos + feixes finos + brilho difuso */
  background:
    /* feixe principal */
    linear-gradient(125deg,
      transparent 0%,
      transparent 38%,
      rgba(169,255,91,.00) 41%,
      rgba(169,255,91,.55) 46%,
      rgba(169,255,91,.10) 49%,
      transparent 58%,
      transparent 100%),

    /* feixe secundário */
    linear-gradient(125deg,
      transparent 0%,
      transparent 57%,
      rgba(169,255,91,.00) 60%,
      rgba(169,255,91,.35) 64%,
      rgba(169,255,91,.08) 67%,
      transparent 74%,
      transparent 100%),

    /* riscos finos repetidos */
    repeating-linear-gradient(125deg,
      rgba(169,255,91,.00) 0,
      rgba(169,255,91,.00) 18px,
      rgba(169,255,91,.16) 19px,
      rgba(169,255,91,.00) 22px,
      rgba(169,255,91,.00) 46px),

    /* glow difuso */
    radial-gradient(600px 420px at 18% 82%, rgba(169,255,91,.22), transparent 65%),
    radial-gradient(520px 360px at 78% 18%, rgba(169,255,91,.16), transparent 62%);

  filter: blur(0.0px) saturate(1.1);
  mix-blend-mode: screen;
  transform: translate3d(0,0,0) rotate(0.0001deg);
  animation: beamsFloat 14s ease-in-out infinite alternate;
}

@keyframes beamsFloat{
  0%   { transform: translate3d(-2vw, 1vh, 0) rotate(-1.2deg) scale(1.02); filter: blur(0px) saturate(1.05); opacity: .78; }
  50%  { transform: translate3d(1vw, -1vh, 0) rotate(0.2deg) scale(1.03); filter: blur(0.2px) saturate(1.15); opacity: .86; }
  100% { transform: translate3d(2vw, -2vh, 0) rotate(1.0deg) scale(1.04); filter: blur(0.1px) saturate(1.2); opacity: .82; }
}

/* Ajuste para reduzir o efeito em telas pequenas (fica mais clean no celular) */
@media (max-width: 960px){
  body::before{ opacity: .65; inset: -40vh -40vw; }
}

/* ajuste simples e estável do bloco de vídeo */
.video{
display:grid;
grid-template-columns:360px 420px;
gap:24px;
justify-content:center;
align-items:stretch;
}

.video__copy{
display:flex;
flex-direction:column;
justify-content:center;
}


/* ===== Galeria tamanho uniforme ===== */
.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.gallery__item{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  box-shadow: 0 16px 44px rgba(0,0,0,.25);
  aspect-ratio: 1 / 1;
  position:relative;
}

.gallery__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: transform .35s ease, filter .35s ease;
  cursor: zoom-in;
}

.gallery__item:hover img{
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.05);
}

@media (max-width: 960px){
  .gallery{
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 560px){
  .gallery{
    grid-template-columns: 1fr;
  }
}


/* ===== Lightbox (abre imagem grande) ===== */
.lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(10px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  z-index: 120;
}
.lightbox.open{ display:flex; }
.lightbox__inner{
  width: min(1100px, 96vw);
  max-height: 90vh;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(10,10,12,.55);
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  position: relative;
}
.lightbox__img{
  width: 100%;
  height: 90vh;
  max-height: 90vh;
  object-fit: contain;
  background: #000;
  display:block;
}
.lightbox__close{
  position:absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
  font-size: 18px;
  display:grid;
  place-items:center;
}
.lightbox__close:hover{ background: rgba(255,255,255,.10); }

/* ===== Animações suaves ao rolar ===== */
.reveal{
  opacity: 0;
  transform: translateY(14px);
  filter: blur(2px);
  transition: opacity .7s ease, transform .7s ease, filter .7s ease;
  will-change: opacity, transform;
}
.reveal.visible{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* ===== Botão WhatsApp flutuante (pulse) ===== */
.wpp::before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius: 22px;
  border:1px solid rgba(169,255,91,.25);
  opacity:.0;
  animation: wppPulse 2.4s ease-out infinite;
}
@keyframes wppPulse{
  0%{ transform: scale(.95); opacity:.0; }
  20%{ opacity:.35; }
  70%{ transform: scale(1.18); opacity: .0; }
  100%{ transform: scale(1.18); opacity: .0; }
}

/* ===== Filtros da galeria ===== */
.gallery-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 0 0 14px;
  justify-content:flex-start;
}
.filter-btn{
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.05);
  color: var(--text);
  padding: 10px 14px;
  border-radius: 999px;
  cursor:pointer;
  font-weight:600;
  letter-spacing:.2px;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}
.filter-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.08);
  border-color: rgba(169,255,91,.30);
}
.filter-btn.active{
  background: linear-gradient(180deg, rgba(169,255,91,.22), rgba(169,255,91,.08));
  border-color: rgba(169,255,91,.55);
}

/* Itens ocultos no filtro */
.gallery__item.is-hidden{ display:none; }

/* ===== Avaliações ===== */
.reviews{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.review-card{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  box-shadow: 0 16px 44px rgba(0,0,0,.25);
  padding: 18px 18px;
  position: relative;
  overflow:hidden;
}
.review-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  background: radial-gradient(520px 260px at 18% 0%, rgba(169,255,91,.12), transparent 55%);
  opacity:.9;
  pointer-events:none;
}
.review-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom: 10px;
  position:relative;
}
.review-stars{
  letter-spacing: 1px;
  font-weight: 800;
}
.review-name{
  font-weight: 800;
  opacity: .95;
}
.review-text{
  margin:0;
  opacity:.92;
  line-height: 1.5;
  position:relative;
}
@media (max-width: 960px){
  .reviews{ grid-template-columns: 1fr; }
}

/* ===== WhatsApp flutuante ===== */
.whatsapp-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(169,255,91,.55);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(8px);
  color: var(--text);
  text-decoration:none;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  transition: transform .15s ease, background .2s ease;
}
.whatsapp-float:hover{ transform: translateY(-2px); background: rgba(0,0,0,.68); }
.whatsapp-float .wpp-icon{ font-size: 18px; }
.whatsapp-float .wpp-label{ font-weight: 800; letter-spacing: .2px; }
.whatsapp-float::after{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius: 999px;
  border: 2px solid rgba(169,255,91,.25);
  opacity:.0;
  animation: wppPulse 1.8s infinite;
}
@keyframes wppPulse{
  0%{ transform: scale(.98); opacity:.0; }
  35%{ opacity:.55; }
  100%{ transform: scale(1.16); opacity:0; }
}

/* ===== Botão Orçamento flutuante ===== */
.quote-float{
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
  color: var(--text);
  cursor:pointer;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
}
.quote-float:hover{ transform: translateY(-2px); background: rgba(255,255,255,.09); border-color: rgba(169,255,91,.32); }
.quote-float .quote-icon{ font-size: 18px; }
.quote-float .quote-label{ font-weight: 800; letter-spacing:.2px; }

/* ===== Modal orçamento ===== */
.modal{ position: fixed; inset:0; z-index: 10000; display:none; }
.modal.is-open{ display:block; }
.modal__backdrop{ position:absolute; inset:0; background: rgba(0,0,0,.68); }
.modal__dialog{
  position: relative;
  width: min(560px, calc(100vw - 28px));
  margin: 4vh auto 0;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(20,20,20,.92);
  backdrop-filter: blur(10px);
  padding: 18px 18px 16px;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
  max-height: 88vh;
  overflow: auto;
}
.modal__close{
  position:absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  cursor:pointer;
}
.modal__sub{ margin-top: 6px; opacity:.86; }

.quote-form{
  margin-top: 14px;
  display:grid;
  gap: 12px;
}
.quote-form label span{ display:block; font-weight:700; margin-bottom:6px; opacity:.92; }
.quote-form input, .quote-form select, .quote-form textarea{
  width:100%;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: var(--text);
  padding: 10px 12px;
  outline:none;
}
.quote-form textarea{ resize: vertical; }
.quote-hint{ margin: 8px 0 0; font-size: 12px; opacity:.75; }

@media (max-width: 520px){
  .whatsapp-float .wpp-label, .quote-float .quote-label{ display:none; }
  .quote-float{ bottom: 76px; }
}

@media (max-width: 520px){
  .modal__dialog{
    margin: 3vh auto 0;
    max-height: 92vh;
  }
}


/* SELECT ESCURO (EQUIPAMENTO) */
.quote-form select{
  background: #0b0b0b;
  color: #ffffff;
  border: 1px solid rgba(169,255,91,.35);
}

/* OPÇÕES DO SELECT */
.quote-form select option{
  background: #0b0b0b;
  color: #a9ff5b;
}

/* FOCO */
.quote-form select:focus{
  border-color: #a9ff5b;
  box-shadow: 0 0 0 2px rgba(169,255,91,.2);
}

/* HEADER LOGO FIX */
header .brand img,
header img.logo,
header img.brand-logo,
nav .brand img,
nav img.logo,
nav img.brand-logo{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: contain;
  background: rgba(0,0,0,.35);
  padding: 4px;
  border: 1px solid rgba(255,255,255,.14);
}

/* =========================
   Página Peças
   ========================= */
.productCard{
  display:grid;
  grid-template-columns: 1.05fr 1.35fr;
  gap: 18px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.productMedia{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.35);
  min-height: 240px;
}
.productMedia img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.productBody{display:flex; flex-direction:column; gap: 10px;}
.productTitleRow{display:flex; align-items:center; justify-content:space-between; gap: 10px;}
.productDesc{color: rgba(255,255,255,.78); margin: 0;}
.productList{
  margin: 6px 0 0;
  padding: 0;
  list-style:none;
  display:grid;
  gap: 8px;
  color: rgba(255,255,255,.86);
}
.dotSmall{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display:inline-block;
  margin-right: 10px;
  background: rgba(96,255,96,.85);
  box-shadow: 0 0 18px rgba(96,255,96,.35);
}
.pill{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(96,255,96,.28);
  background: rgba(0,0,0,.25);
  color: rgba(96,255,96,.95);
  white-space: nowrap;
}
.productActions{display:flex; gap: 10px; flex-wrap:wrap; margin-top: 4px;}
.productNote{
  margin-top: 6px;
  font-size: 13px;
  color: rgba(255,255,255,.72);
  border-top: 1px solid rgba(255,255,255,.10);
  padding-top: 10px;
}

.nextCats{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.nextCats__item{
  padding: 14px;
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
}
.nextCats__title{font-weight: 800; letter-spacing: .2px;}
.nextCats__sub{color: rgba(255,255,255,.70); font-size: 13px; margin-top: 6px;}

@media (max-width: 980px){
  .productCard{grid-template-columns: 1fr;}
  .nextCats{grid-template-columns: 1fr;}
}

/* =========================
   PEÇAS (layout tipo catálogo)
   ========================= */
.partsGrid{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.partsCard{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  padding: 14px;
  display: grid;
  gap: 12px;
}

.partsCard--wide{
  grid-column: 1 / -1;
  grid-template-columns: 280px 1fr;
  align-items: stretch;
}

.partsCard__img{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}

.partsCard__img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.partsCard__img--small{
  height: 160px;
}

.partsCard__content h3,
.partsCard__head h3{
  margin: 0;
  font-size: 18px;
}

.partsCard__cols{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.partsCard__cols ul{
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.45;
}

.partsCard__meta{
  margin-top: 10px;
  color: rgba(255,255,255,.88);
}

.partsCard__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pill--light{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

.btn--sm{
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 13px;
}

@media (max-width: 980px){
  .partsGrid{grid-template-columns: 1fr;}
  .partsCard--wide{grid-template-columns: 1fr;}
  .partsCard__img{height: 220px;}
}



/* ===== Peças (layout claro estilo catálogo) ===== */
body.page-pecas-light{
  /* Fundo igual ao site (linhas verdes), mantendo cards brancos */
  background:#0b0f0d !important;
  color:#eaf2ea !important;
}

/* Títulos fora dos cards na página de peças */
.page-pecas-light .section-title,
.page-pecas-light .pecas-subtitle{
  color:#eaf2ea !important;
}
body.page-pecas-light .page{
  background:transparent !important;
}
body.page-pecas-light .section-title{
  font-size:32px;
  font-weight:800;
  letter-spacing:-0.02em;
  margin:18px 0 14px;
  color:#eaf2ea;
  display:flex;
  align-items:center;
  gap:10px;
}
body.page-pecas-light .pecas-subtitle{
  font-size:20px;
  font-weight:800;
  margin:18px 0 10px;
  color:#eaf2ea;
  display:flex;
  align-items:center;
  gap:10px;
}
body.page-pecas-light .pecas-wrap{
  max-width:1100px;
  margin:0 auto;
  padding:10px 18px 60px;
}
body.page-pecas-light .pecas-card{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.06);
  overflow:hidden;
}
body.page-pecas-light .pecas-card + .pecas-card{ margin-top:14px; }
body.page-pecas-light .pecas-card.wide{
  display:grid;
  grid-template-columns: 280px 1fr 220px;
  gap:18px;
  padding:18px;
  align-items:center;
}
body.page-pecas-light .pecas-card.wide.rightimg{
  grid-template-columns: 1fr 220px 280px;
}
body.page-pecas-light .pecas-card.wide .imgbox,
body.page-pecas-light .pecas-card.half .imgbox{
  background:#f6f7f9;
  border-radius:14px;
  height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
body.page-pecas-light .pecas-card.wide .imgbox{ height:190px; }
body.page-pecas-light .pecas-card .imgbox img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
body.page-pecas-light .pecas-card .title{
  font-size:22px;
  font-weight:800;
  margin:0 0 10px;
  color:#111;
}
body.page-pecas-light .cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px 26px;
}
body.page-pecas-light .cols ul{
  margin:0;
  padding-left:18px;
  line-height:1.6;
  color:#222;
}
body.page-pecas-light .price{
  font-weight:800;
  margin-top:12px;
  color:#111;
}
body.page-pecas-light .cta{
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:stretch;
  justify-content:center;
}
body.page-pecas-light .cta .badge{
  align-self:flex-start;
  background:rgba(0,150,70,.12);
  color:#0a7a3c;
  border:1px solid rgba(0,150,70,.25);
  padding:6px 10px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
}
body.page-pecas-light .btn-wpp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:none;
  border-radius:12px;
  background:#1f7a3a;
  color:#fff !important;
  font-weight:800;
  padding:12px 14px;
  cursor:pointer;
  text-decoration:none;
  transition:transform .15s ease, filter .15s ease;
}
body.page-pecas-light .btn-wpp:hover{ transform:translateY(-1px); filter:brightness(1.05); }
body.page-pecas-light .btn-wpp:active{ transform:translateY(0); filter:brightness(.98); }

body.page-pecas-light .grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:14px;
}
body.page-pecas-light .pecas-card.half{
  display:grid;
  grid-template-columns: 1fr 220px;
  gap:14px;
  padding:16px;
  align-items:center;
}
body.page-pecas-light .pecas-card.half .title{ font-size:20px; margin-bottom:8px; }
body.page-pecas-light .pecas-card.half ul{
  margin:0 0 10px;
  padding-left:18px;
  line-height:1.6;
  color:#222;
}
body.page-pecas-light .pecas-card.half .price{ margin-top:0; }

@media (max-width: 980px){
  body.page-pecas-light .pecas-card.wide,
  body.page-pecas-light .pecas-card.wide.rightimg{
    grid-template-columns:1fr;
  }
  body.page-pecas-light .grid2{ grid-template-columns:1fr; }
  body.page-pecas-light .pecas-card.half{ grid-template-columns:1fr; }
}



/* ===== Catálogo premium: sombra + hover + zoom ===== */
.peca-card, .card, .product-card, .peca-box{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 40px rgba(0,0,0,.10);
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease;
  overflow: hidden;
}

.peca-card:hover, .card:hover, .product-card:hover, .peca-box:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(0,0,0,.16);
  border-color: rgba(0, 160, 90, .35);
}

.peca-imagem, .card-image, .product-image{
  overflow: hidden;
}

.peca-imagem img, .card img, .product-card img, .product-image img{
  transition: transform .35s ease, filter .35s ease;
  will-change: transform;
}

.peca-card:hover img, .card:hover img, .product-card:hover img, .peca-box:hover img{
  transform: scale(1.06);
  filter: saturate(1.03) contrast(1.02);
}

/* Botão ganha destaque no hover do card */
.peca-card:hover .botao-whatsapp,
.card:hover .botao-whatsapp,
.product-card:hover .botao-whatsapp{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}

.botao-whatsapp{
  transition: transform .18s ease, box-shadow .22s ease;
}

/* Slider altura igual ao texto */
.slider-container{
max-height:520px;
overflow:hidden;
}

.slider-container img{
width:100%;
height:520px;
object-fit:cover;
}

/* ===== HERO SLIDER (fade) ===== */
#hero-slide{
  transition: opacity .35s ease;
  opacity: 1;
}
#hero-slide.is-fading{
  opacity: 0;
}


.btn-whats{
background:#25D366;
color:#ffffff;
padding:12px 22px;
border-radius:8px;
font-weight:600;
text-decoration:none;
display:inline-block;
transition:0.3s;
}

.btn-whats:hover{
background:#1ebe5d;
transform:scale(1.03);
}



.btn-whats{
  background:#25D366 !important;
  color:#ffffff !important;
  padding:12px 22px !important;
  border-radius:10px !important;
  font-weight:700 !important;
  text-decoration:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  transition:0.3s ease !important;
  box-shadow:0 10px 24px rgba(37,211,102,.25) !important;
  border:1px solid rgba(255,255,255,.10) !important;
}
.btn-whats:hover{
  background:#1ebe5d !important;
  transform:scale(1.03) !important;
  box-shadow:0 12px 28px rgba(37,211,102,.35) !important;
}
.btn-whats::before{
  content:"💬";
  font-size:16px;
  line-height:1;
}

.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  width:64px;
  height:64px;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(37,211,102,.35);
  border:1px solid rgba(255,255,255,.18);
  font-size:30px;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
  animation:waPulse 1.8s infinite;
}
.whatsapp-float:hover{
  transform:scale(1.08);
  background:#1ebe5d;
  box-shadow:0 16px 34px rgba(37,211,102,.45);
}
@keyframes waPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.40), 0 14px 30px rgba(37,211,102,.30);}
  70%{box-shadow:0 0 0 18px rgba(37,211,102,0), 0 14px 30px rgba(37,211,102,.30);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0), 0 14px 30px rgba(37,211,102,.30);}
}

.pecas-card .imgbox img,
.slider img,
#equip-esteiras-slide,
#equip-bikes-slide,
#equip-eliptico-slide,
#equip-muscular-slide{
  transition:transform .35s ease, filter .35s ease;
}
.pecas-card:hover .imgbox img,
.slider:hover img,
.pecas-card:hover #equip-esteiras-slide,
.pecas-card:hover #equip-bikes-slide,
.pecas-card:hover #equip-eliptico-slide,
.pecas-card:hover #equip-muscular-slide{
  transform:scale(1.04);
  filter:brightness(1.03);
}


.videoQuote{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}
.videoQuote__media,
.videoQuote__form{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  overflow:hidden;
}
.videoQuote__media{padding:16px}
.videoQuote__video{
  width:100%;
  height:100%;
  min-height:520px;
  max-height:620px;
  object-fit:cover;
  border-radius:18px;
  background:#000;
}
.videoQuote__form{padding:24px}
.videoQuote__form h2{margin:0 0 8px}
.videoQuote__form p{margin:0 0 16px;color:var(--muted)}
.quote-form--inline{display:grid;gap:12px}
.quote-form--inline label{display:grid;gap:6px}
.quote-form--inline input,
.quote-form--inline select,
.quote-form--inline textarea{
  width:100%;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#fff;
  padding:12px 14px;
}
.quote-form--inline option{color:#111}
@media (max-width: 900px){
  .videoQuote{grid-template-columns:1fr}
  .videoQuote__video{min-height:360px; max-height:420px}
}



/* ===== Vídeo + formulário estilo Apple ===== */
.videoQuote__media--apple,
.videoQuote__form--apple{
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 80px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
}

.videoQuote__media{
  transform: translateY(18px);
  opacity: 0;
  animation: videoReveal .9s ease forwards;
}

.videoQuote__form{
  transform: translateY(18px);
  opacity: 0;
  animation: formReveal .95s ease .08s forwards;
}

@keyframes videoReveal{
  from{opacity:0; transform:translateY(18px) scale(.985);}
  to{opacity:1; transform:translateY(0) scale(1);}
}
@keyframes formReveal{
  from{opacity:0; transform:translateY(18px) scale(.985);}
  to{opacity:1; transform:translateY(0) scale(1);}
}

.videoQuote__video{
  box-shadow: 0 18px 44px rgba(0,0,0,.30);
}

.videoQuote__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin: 2px 0 10px;
  color: rgba(255,255,255,.76);
  font-size: .92rem;
  font-weight: 600;
}
.videoQuote__eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:#25D366;
  box-shadow:0 0 0 6px rgba(37,211,102,.12);
}

/* Formulário visual premium */
.quote-form--inline{
  gap: 14px;
}
.quote-form--inline label{
  gap: 7px;
}
.quote-form--inline span{
  font-size: .92rem;
  color: rgba(255,255,255,.92);
  font-weight: 600;
  letter-spacing: .01em;
}
.quote-form--inline input,
.quote-form--inline select,
.quote-form--inline textarea{
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 14px 16px;
  font-size: .98rem;
  transition: border-color .22s ease, box-shadow .22s ease, transform .16s ease, background .22s ease;
}
.quote-form--inline input::placeholder,
.quote-form--inline textarea::placeholder{
  color: rgba(255,255,255,.48);
}
.quote-form--inline input:focus,
.quote-form--inline select:focus,
.quote-form--inline textarea:focus{
  outline: none;
  border-color: rgba(37,211,102,.62);
  box-shadow: 0 0 0 4px rgba(37,211,102,.12), inset 0 1px 0 rgba(255,255,255,.08);
  background: rgba(255,255,255,.11);
  transform: translateY(-1px);
}
.quote-form--inline textarea{
  min-height: 120px;
  resize: vertical;
}
.quote-form--inline .btn{
  min-height: 52px;
  border-radius: 16px;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 14px 34px rgba(37,211,102,.20);
}
.quote-form--inline .btn:hover{
  transform: translateY(-1px);
}
.quote-hint{
  margin-top: -2px;
  color: rgba(255,255,255,.62);
}

/* Aparição suave só quando a seção entra em cena */
@media (prefers-reduced-motion: reduce){
  .videoQuote__media,
  .videoQuote__form{
    animation: none;
    opacity: 1;
    transform: none;
  }
}



/* WhatsApp flutuante - somente ícone */
.whatsapp-float{
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  width: 64px !important;
  height: 64px !important;
  border-radius: 999px !important;
  background: #25D366 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(37,211,102,.35) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.whatsapp-float:hover{
  background: #1ebe5d !important;
  transform: scale(1.06) !important;
}
.whatsapp-float .wpp-label{
  display: none !important;
}
.whatsapp-float .wpp-icon{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 30px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}
