.elementor-81 .elementor-element.elementor-element-0f6c5ea{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7a17452 *//* ═══════════════════════════════════════════════════════════
   364 SOLAR — Stylesheet
   Fonte: Sora herdada do Elementor Pro (sem import)
   Max-width: 1140px
═══════════════════════════════════════════════════════════ */

/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  --amarelo: #F5A623;
  --amarelo-dark: #D4891A;
  --azul: #0D2E6E;
  --azul-mid: #1A4A9A;
  --azul-light: #2563C8;
  --cinza: #8A96A8;
  --cinza-bg: #F2F4F7;
  --cinza-dark: #3A4152;
  --branco: #FFFFFF;
  --texto: #1C2333;
  --texto-muted: #5A6A82;
  --verde-wa: #25D366;
  --verde-wa-hover: #1ebe5a;
  --max: 1140px;
  --r: 12px;
  --shadow: 0 4px 24px rgba(13, 46, 110, .10);
  --shadow-lg: 0 12px 48px rgba(13, 46, 110, .16);
}

/* ─── RESET ──────────────────────────────────────────────── */
.s364 *, .s364 *::before, .s364 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.s364 {
  font-family: inherit; /* Sora do Elementor */
  color: var(--texto);
  line-height: 1.6;
}
.s364 img { display: block; max-width: 100%; }
.s364 a { text-decoration: none; color: inherit; }
.s364 section { width: 100%; }

/* ─── UTILITÁRIOS ────────────────────────────────────────── */
.s364 .wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

/* Botão WhatsApp — verde exclusivo para CTA primário */
.s364 .btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--verde-wa);
  color: #fff;
  font-weight: 800;
  font-size: .95rem;
  padding: 15px 26px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  text-decoration: none;
  letter-spacing: .01em;
  white-space: nowrap; /* removido no mobile via media query */
}
.s364 .btn-wa:hover {
  background: var(--verde-wa-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
}
.s364 .btn-wa svg { flex-shrink: 0; }

/* Botão secundário — amarelo */
.s364 .btn-amarelo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--amarelo);
  color: var(--azul);
  font-weight: 800;
  font-size: .95rem;
  padding: 15px 26px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  text-decoration: none;
  letter-spacing: .01em;
  white-space: nowrap; /* removido no mobile via media query */
}
.s364 .btn-amarelo:hover {
  background: var(--amarelo-dark);
  transform: translateY(-2px);
}

/* Tag / eyebrow pill */
.s364 .tag {
  display: inline-block;
  background: rgba(245, 166, 35, .15);
  color: var(--amarelo-dark);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.s364 .tag-blue {
  background: rgba(13, 46, 110, .08);
  color: var(--azul);
}

/* Títulos */
.s364 h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--azul);
  letter-spacing: -.02em;
}
.s364 p {
  color: var(--texto-muted);
  font-size: .975rem;
  font-weight: 500;
}

/* ─── NAV ────────────────────────────────────────────────── */
.nav-364 {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 8000;
  background: rgba(8, 18, 48, .0);
  backdrop-filter: blur(0px);
  transition: background .35s, backdrop-filter .35s, box-shadow .35s;
  padding: 0 24px;
}
.nav-364.scrolled {
  background: rgba(8, 18, 48, .97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* Logo: height fixo, width auto — proporcional garantido */
.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-logo img {
  height: 36px;
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-menu a {
  color: rgba(255,255,255,.80);
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: color .2s;
  white-space: nowrap;
}
.nav-menu a:hover { color: var(--amarelo); }

/* Item WA dentro do menu — só aparece no mobile */
.nav-menu-wa { display: none; }

/* Botão WA desktop — fora do menu, visível só em telas largas */
.nav-cta-desktop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--verde-wa);
  color: #fff;
  font-weight: 800;
  font-size: .82rem;
  padding: 10px 20px;
  border-radius: 50px;
  white-space: nowrap;
  transition: background .2s, transform .15s;
  letter-spacing: .03em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.nav-cta-desktop:hover {
  background: var(--verde-wa-hover);
  transform: translateY(-1px);
}

/* .nav-cta genérico (usado dentro do menu mobile) */
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--verde-wa);
  color: #fff;
  font-weight: 800;
  font-size: .82rem;
  padding: 10px 20px;
  border-radius: 50px;
  white-space: nowrap;
  transition: background .2s, transform .15s;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.nav-cta:hover {
  background: var(--verde-wa-hover);
  transform: translateY(-1px);
}

/* Hamburger mobile */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all .3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── HERO ───────────────────────────────────────────────── */
.hero-364 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #05102A;
}

/* YouTube iframe background */
.hero-yt-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-yt-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /*
    Técnica letterbox-proof:
    No desktop, cobre pela largura (100vw x 56.25vw).
    No mobile, usamos 100vh de altura e calculamos a largura proporcional
    para que o vídeo cubra toda a tela sem barras pretas.
  */
  width: max(100%, calc(100vh * 16 / 9));
  height: max(100%, calc(100vw * 9 / 16));
  transform: translate(-50%, -50%);
  border: none;
  /* No mobile, forçamos cobertura total */
  min-width: 100%;
  min-height: 100%;
}

/* Overlay em gradiente usando as cores da logo */
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(5, 16, 42, .88) 0%,
      rgba(13, 46, 110, .70) 50%,
      rgba(5, 16, 42, .55) 100%
    );
}

/* Barra decorativa amarela na base do hero */
.hero-overlay::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--amarelo), var(--azul-light), var(--amarelo));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: 120px 24px 100px;
  width: 100%;
}
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amarelo);
  margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 2px;
  background: var(--amarelo);
  flex-shrink: 0;
}
.hero-h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  max-width: 760px;
  margin-bottom: 22px;
  letter-spacing: -.03em;
}
.hero-h1 em {
  font-style: normal;
  color: var(--amarelo);
}
.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: rgba(255, 255, 255, .78) !important;
  max-width: 580px;
  margin-bottom: 40px;
  line-height: 1.75;
  font-weight: 500;
}
.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}
/* Botão hero: nunca quebra o texto */
.hero-cta-group .btn-wa {
  white-space: nowrap;
}
.hero-microcopy {
  color: rgba(255, 255, 255, .45) !important;
  font-size: .78rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: .03em;
}
.hero-microcopy::before { content: '⚡'; }

.hero-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
}
.hero-dots button {
  width: 8px; height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .3);
  cursor: pointer;
  padding: 0;
  transition: background .2s, width .3s;
}
.hero-dots button.active {
  background: var(--amarelo);
  width: 26px;
  border-radius: 4px;
}

/* ─── STATS BAR ──────────────────────────────────────────── */
.stats-bar {
  background: var(--azul);
  padding: 32px 24px;
  position: relative;
}
.stats-bar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--amarelo), var(--azul-light));
}
.stats-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item .num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--amarelo);
  letter-spacing: -.02em;
}
.stat-item .lbl {
  font-size: .78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .6);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* ─── DOR ────────────────────────────────────────────────── */
.sec-dor {
  padding: 88px 24px;
  background: var(--cinza-bg);
}
.dor-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.dor-text h2 { margin-bottom: 14px; }
.dor-text > p { margin-bottom: 28px; }
.dor-pains {
  list-style: none;
  margin-bottom: 36px;
}
.dor-pains li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #DDE3EC;
  font-size: .95rem;
  font-weight: 600;
  color: var(--texto);
}
.dor-pains li:last-child { border: none; }
.dor-pains li::before {
  content: '✗';
  color: #D94040;
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.dor-img {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.dor-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

/* ─── CARDS ───────────────────────────────────────────────── */
.sec-cards { padding: 88px 24px; background: #fff; }
.cards-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 52px;
}
.cards-head p { margin-top: 12px; }
.cards-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.card-item {
  background: var(--cinza-bg);
  border-radius: var(--r);
  padding: 28px 22px;
  border-top: 3px solid var(--amarelo);
  transition: transform .2s, box-shadow .2s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.card-icon {
  width: 48px; height: 48px;
  background: var(--azul);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card-item h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--azul);
  margin-bottom: 8px;
  line-height: 1.3;
}
.card-item p { font-size: .875rem; line-height: 1.6; }

/* ─── STEPS ───────────────────────────────────────────────── */
.sec-steps { padding: 88px 24px; background: var(--cinza-bg); }
.steps-head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}
.steps-head p { margin-top: 12px; }
.steps-track {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.steps-track::before {
  content: '';
  position: absolute;
  top: 35px;
  left: calc(12.5% + 4px);
  right: calc(12.5% + 4px);
  height: 2px;
  background: linear-gradient(90deg, var(--amarelo), var(--azul-light));
  z-index: 0;
}
.step-item {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: var(--azul);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  border: 4px solid var(--cinza-bg);
  box-shadow: 0 0 0 3px var(--amarelo);
}
.step-item h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--azul);
  margin-bottom: 8px;
}
.step-item p { font-size: .875rem; }

/* ─── FINANCIAMENTO ──────────────────────────────────────── */
.sec-fin {
  padding: 88px 24px;
  background: var(--azul);
  position: relative;
  overflow: hidden;
}
.sec-fin::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: rgba(245, 166, 35, .06);
}
.fin-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.fin-text .tag { background: rgba(245,166,35,.2); color: var(--amarelo); }
.fin-text h2 { color: #fff; margin-bottom: 16px; }
.fin-text > p { color: rgba(255,255,255,.70); margin-bottom: 28px; font-weight: 500; }
.fin-list {
  list-style: none;
  margin-bottom: 36px;
}
.fin-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,.82);
  padding: 9px 0;
  font-size: .95rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.fin-list li:last-child { border: none; }
.fin-list li::before {
  content: '✓';
  color: var(--amarelo);
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}
.fin-visual {
  background: rgba(255,255,255,.07);
  border-radius: var(--r);
  padding: 36px 32px;
  border: 1px solid rgba(255,255,255,.12);
  text-align: center;
}
.fin-visual .big-num {
  font-size: 3.8rem;
  font-weight: 900;
  color: var(--amarelo);
  line-height: 1;
  letter-spacing: -.03em;
}
.fin-visual .big-label {
  color: rgba(255,255,255,.6);
  font-size: .85rem;
  font-weight: 600;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.fin-vs {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}
.fin-box {
  flex: 1;
  background: rgba(255,255,255,.08);
  border-radius: 8px;
  padding: 14px 12px;
}
.fin-box .fb-label {
  font-size: .7rem;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}
.fin-box .fb-val {
  font-size: 1.15rem;
  font-weight: 900;
  color: #fff;
  margin-top: 6px;
  letter-spacing: -.01em;
}
.fin-box.destaque { border: 1px solid rgba(245,166,35,.4); }
.fin-box.destaque .fb-val { color: var(--amarelo); }
.fin-disclaimer {
  color: rgba(255,255,255,.4);
  font-size: .72rem;
  margin-top: 14px;
  line-height: 1.5;
}

/* ─── GALERIA ────────────────────────────────────────────── */
.sec-gallery { padding: 88px 24px; background: #fff; }
.gallery-head {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 44px;
}
.gallery-head p { margin-top: 12px; }

/*
  .gallery-outer: limita a 1140px e esconde overflow.
  O track desliza DENTRO desse container — sem vazar para fora.
*/
.gallery-outer {
  max-width: var(--max);
  margin: 0 auto;
}
.gallery-track-wrap {
  overflow: hidden;
  width: 100%;
}
.gallery-track {
  display: flex;
  gap: 16px;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.gallery-track a {
  flex: 0 0 calc(33.333% - 11px);
  border-radius: var(--r);
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
}
.gallery-track a::after {
  content: '🔍';
  position: absolute;
  inset: 0;
  background: rgba(13,46,110,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  opacity: 0;
  transition: opacity .3s;
}
.gallery-track a:hover::after { opacity: 1; }
.gallery-track img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.gallery-track a:hover img { transform: scale(1.06); }
.gallery-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 26px;
}
.gallery-nav button {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 2px solid var(--azul);
  background: #fff;
  color: var(--azul);
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-nav button:hover {
  background: var(--azul);
  color: #fff;
}

/* LIGHTBOX */
.lb-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.93);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.lb-backdrop.open { display: flex; }
.lb-img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 8px;
  object-fit: contain;
}
.lb-close {
  position: fixed;
  top: 20px; right: 24px;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  font-weight: 300;
}
.lb-prev, .lb-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  background: rgba(255,255,255,.12);
  border: none;
  cursor: pointer;
  padding: 14px 18px;
  border-radius: 8px;
  transition: background .2s;
  font-weight: 300;
}
.lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,.22); }
.lb-prev { left: 14px; }
.lb-next { right: 14px; }

/* ─── SOBRE / SÓCIOS ─────────────────────────────────────── */
.sec-about { padding: 88px 24px; background: var(--cinza-bg); }
.about-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 64px;
  align-items: center;
}
.about-photo {
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 4px solid #fff;
  height: 400px;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-text h2 { margin-bottom: 14px; }
.about-text p { margin-bottom: 14px; }
.about-names {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.aname {
  background: var(--azul);
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 800;
  border-left: 3px solid var(--amarelo);
}
.aname span {
  display: block;
  font-size: .75rem;
  font-weight: 500;
  opacity: .65;
  margin-top: 3px;
}

/* ─── LOJA FÍSICA ────────────────────────────────────────── */
.sec-loja { padding: 88px 24px; background: #fff; }
.loja-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.loja-text h2 { margin-bottom: 14px; }
.loja-text > p { margin-bottom: 24px; }
.loja-address {
  background: var(--cinza-bg);
  border-radius: var(--r);
  padding: 18px 22px;
  margin-bottom: 22px;
  border-left: 4px solid var(--amarelo);
  font-size: .95rem;
  font-weight: 700;
  color: var(--texto);
  line-height: 1.6;
}
.loja-contatos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 26px;
}
.loja-contatos a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--azul);
  font-size: .95rem;
  transition: color .2s;
}
.loja-contatos a:hover { color: var(--verde-wa); }
.loja-map {
  border-radius: var(--r);
  overflow: hidden;
  height: 360px;
  box-shadow: var(--shadow);
}
.loja-map iframe { width: 100%; height: 100%; border: none; }

/* ─── REVIEWS ────────────────────────────────────────────── */
.sec-reviews {
  padding: 64px 24px 88px;
  background: var(--cinza-bg);
  text-align: center;
}
.sec-reviews h2 { margin-bottom: 8px; }
.sec-reviews > p { margin-bottom: 40px; }
.reviews-wrap { max-width: var(--max); margin: 0 auto; }

/* ─── CTA FINAL ──────────────────────────────────────────── */
.sec-cta-final {
  padding: 88px 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--azul) 0%, #1A3A8A 100%);
  position: relative;
  overflow: hidden;
}
.sec-cta-final::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--amarelo), var(--azul-light), var(--amarelo));
}
.sec-cta-final h2 {
  color: #fff;
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}
.sec-cta-final > p {
  color: rgba(255,255,255,.68);
  max-width: 520px;
  margin: 0 auto 36px;
  font-weight: 500;
}
.cta-microcopy {
  color: rgba(255,255,255,.4);
  font-size: .78rem;
  font-weight: 600;
  margin-top: 14px;
  letter-spacing: .04em;
}

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer-364 {
  background: #060E26;
  padding: 52px 24px 24px;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
}
.footer-logo img { height: 38px; margin-bottom: 14px; }
.footer-logo p {
  font-size: .825rem;
  font-weight: 500;
  color: rgba(255,255,255,.42);
  max-width: 240px;
  line-height: 1.65;
}
.footer-col h4 {
  color: rgba(255,255,255,.90);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 14px;
}
/* Espaço compacto entre linhas do footer */
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: -5px; }
.footer-col ul li a {
  color: rgba(255,255,255,.48) !important;
  font-size: .825rem;
  font-weight: 500;
  transition: color .2s;
  line-height: 1.4;
}
.footer-col ul li a:hover { color: var(--amarelo) !important; }

.footer-bottom {
  max-width: var(--max);
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom p {
  font-size: .75rem;
  color: rgba(255,255,255,.28);
  font-weight: 500;
}
.footer-social { display: flex; gap: 8px; }
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.50);
  transition: all .2s;
}
.footer-social a:hover {
  background: var(--amarelo);
  color: #fff;
}

/* ─── FAB WHATSAPP ───────────────────────────────────────── */
.wa-fab {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.wa-tooltip {
  background: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: .82rem;
  font-weight: 700;
  color: var(--texto);
  box-shadow: var(--shadow-lg);
  white-space: nowrap;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s, transform .3s;
  pointer-events: none;
  font-family: inherit;
  border-left: 3px solid var(--verde-wa);
}
.wa-tooltip.show { opacity: 1; transform: translateY(0); }
.wa-btn {
  width: 62px; height: 62px;
  background: var(--verde-wa);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,.5);
  animation: waPulse 2.4s ease-out infinite;
  position: relative;
  text-decoration: none;
}
.wa-badge {
  position: absolute;
  top: -3px; right: -3px;
  width: 20px; height: 20px;
  background: #E53E3E;
  color: #fff;
  border-radius: 50%;
  font-size: .68rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .4s;
  border: 2px solid var(--verde-wa);
}
.wa-badge.visible { opacity: 1; }
@keyframes waPulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.6); }
  70%  { box-shadow: 0 0 0 18px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ─── RESPONSIVO ─────────────────────────────────────────── */
@media (max-width: 960px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }

  /* Esconde menu e botão desktop */
  .nav-menu { display: none; }
  .nav-cta-desktop { display: none; }
  .nav-toggle { display: flex; }

  /* Menu aberto no mobile */
  .nav-menu.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 72px; left: 0; right: 0;
    background: rgba(8,18,48,.98);
    padding: 20px 24px 28px;
    gap: 18px;
    backdrop-filter: blur(12px);
    align-items: flex-start;
  }

  /* Mostra o item WA dentro do menu mobile */
  .nav-menu-wa { display: block; }
  .nav-menu-wa .nav-cta {
    display: inline-flex;
    width: auto;
  }
}

@media (max-width: 768px) {
  .dor-grid,
  .fin-inner,
  .loja-inner,
  .about-inner { grid-template-columns: 1fr; }
  .about-photo { width: 100%; height: 280px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .steps-track { grid-template-columns: 1fr 1fr; gap: 32px; }
  .steps-track::before { display: none; }
  .gallery-track a { flex: 0 0 calc(80% - 8px); }
  .fin-vs { flex-direction: column; }
  .hero-content { padding: 100px 20px 80px; }

  /* Hero YT mobile: garante cobertura total da tela */
  .hero-yt-wrap iframe {
    width: calc(100vh * 16 / 9);
    height: 100vh;
    min-width: calc(100vh * 16 / 9);
    min-height: 100%;
  }

  /*
    BOTÕES MOBILE — regra-mãe:
    - white-space: normal → texto pode quebrar se necessário
    - width: 100% → ocupa o container, nunca vaza
    - font-size menor → cabe em telas estreitas
    - text-align: center + justify-content: center → centralizado
  */
  .s364 .btn-wa,
  .s364 .btn-amarelo {
    white-space: normal;
    width: 100%;
    max-width: 420px;      /* cap razoável: não fica enorme em tablet */
    font-size: .85rem;
    padding: 14px 20px;
    justify-content: center;
    text-align: center;
    align-self: center;
    box-sizing: border-box;
  }

  /* Seções que têm botão alinhado à esquerda → viram coluna centralizada */
  .dor-text,
  .fin-text,
  .loja-text,
  .sec-cta-final {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Listas e blocos de texto mantêm alinhamento à esquerda */
  .dor-pains,
  .fin-list,
  .loja-address,
  .loja-contatos,
  .about-names {
    align-self: stretch;
    text-align: left;
  }

  /* Hero CTA e microcopy centralizam */
  .hero-cta-group { justify-content: center; }
  .hero-microcopy { justify-content: center; }
}

@media (max-width: 480px) {
  .cards-grid { grid-template-columns: 1fr; }
  .steps-track { grid-template-columns: 1fr; }
  .gallery-track a { flex: 0 0 calc(90%); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }

  /* Telas muito pequenas: sem cap, ocupa tudo */
  .s364 .btn-wa,
  .s364 .btn-amarelo {
    max-width: 100%;
    font-size: .82rem;
    padding: 13px 16px;
  }
}/* End custom CSS */