/* =========================================================================
   Jonathan Sodré — Elétrica e Hidráulica
   Design system: azul neon (elétrica) · amarelo (energia) · branco · vidro
   ========================================================================= */

:root {
  /* cores */
  --bg: #050a18;
  --bg-2: #07112a;
  --bg-3: #0b1a3a;
  --surface: rgba(255, 255, 255, 0.045);
  --surface-2: rgba(255, 255, 255, 0.08);
  --line: rgba(255, 255, 255, 0.10);
  --line-2: rgba(255, 255, 255, 0.18);

  --blue: #1e7bff;
  --blue-2: #5aa8ff;
  --blue-neon: #3ec6ff;
  --blue-deep: #0b3d91;
  --yellow: #ffc21a;
  --yellow-2: #ffd75e;
  --yellow-deep: #d99a00;
  --white: #f3f6ff;
  --muted: #a6b4d0;
  --muted-2: #7d8bab;
  --danger: #ff6a3d;

  --glow-blue: 0 0 24px rgba(62, 198, 255, 0.45), 0 0 60px rgba(30, 123, 255, 0.25);
  --glow-yellow: 0 0 24px rgba(255, 194, 26, 0.45), 0 0 60px rgba(255, 194, 26, 0.2);

  /* tipografia */
  --font-display: "Outfit", "Segoe UI", system-ui, sans-serif;
  --font-body: "Manrope", "Segoe UI", system-ui, sans-serif;

  /* layout */
  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --radius: 22px;
  --radius-sm: 14px;
  --radius-xs: 10px;
  --section: clamp(72px, 10vw, 128px);
  --header-h: 76px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* -------------------------------------------------------------------------
   Base
   ------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; width: 100%; }
html:focus-within { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 700; letter-spacing: -0.015em; }
p { margin: 0; }
:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--yellow); color: #1a1200; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.ic { width: 1.25em; height: 1.25em; flex: none; }
.skip {
  position: absolute; left: 12px; top: -60px; z-index: 1000;
  padding: 10px 16px; background: var(--yellow); color: #1a1200; border-radius: 10px; font-weight: 700;
  transition: top .2s;
}
.skip:focus { top: 12px; }

/* fundo geral: textura de grade sutil + vinheta */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(30, 123, 255, 0.16), transparent 60%),
    radial-gradient(900px 500px at -10% 40%, rgba(255, 194, 26, 0.07), transparent 60%),
    var(--bg);
}
body::after {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .35;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 80%);
}

/* -------------------------------------------------------------------------
   Texto com brilho
   ------------------------------------------------------------------------- */
.txt-blue { color: var(--blue-2); text-shadow: 0 0 18px rgba(90, 168, 255, 0.55); }
.txt-yellow { color: var(--yellow); text-shadow: 0 0 18px rgba(255, 194, 26, 0.5); }
.txt-neon {
  color: #fff;
  text-shadow:
    0 0 6px rgba(255,255,255,0.8),
    0 0 18px rgba(62, 198, 255, 0.9),
    0 0 42px rgba(30, 123, 255, 0.7),
    0 0 80px rgba(30, 123, 255, 0.45);
  animation: neon-flicker 6s infinite;
}
@keyframes neon-flicker {
  0%, 18%, 22%, 25%, 53%, 57%, 100% { opacity: 1; }
  20%, 24%, 55% { opacity: .82; }
}

/* -------------------------------------------------------------------------
   Vidro
   ------------------------------------------------------------------------- */
.glass {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025) 55%, rgba(255,255,255,0.05));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    inset 0 -1px 0 rgba(0,0,0,0.25),
    0 20px 50px -20px rgba(0,0,0,0.6);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
}
/* reflexo diagonal fixo, como vidro de verdade */
.glass::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.06) 45%, rgba(255,255,255,0.10) 50%, rgba(255,255,255,0.06) 55%, transparent 70%);
  opacity: .8;
}

/* spotlight que segue o mouse (variáveis --mx/--my vêm do JS) */
.spot { --mx: 50%; --my: 50%; overflow: hidden; }
.spot::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(360px circle at var(--mx) var(--my), rgba(90,168,255,0.16), transparent 45%);
  opacity: 0; transition: opacity .35s;
}
.spot:hover::after { opacity: 1; }
.card-water.spot::after, .signal-water.spot::after { background: radial-gradient(360px circle at var(--mx) var(--my), rgba(62,198,255,0.18), transparent 45%); }
.card-gold.spot::after { background: radial-gradient(360px circle at var(--mx) var(--my), rgba(255,194,26,0.16), transparent 45%); }

/* -------------------------------------------------------------------------
   Botões
   ------------------------------------------------------------------------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: .01em;
  line-height: 1; white-space: nowrap; overflow: hidden; isolation: isolate;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s;
  will-change: transform;
}
.btn .ic { width: 20px; height: 20px; }
.btn-lg { padding: 18px 30px; font-size: 16px; }
.btn-sm { padding: 11px 18px; font-size: 14px; }
.btn:active { transform: translateY(1px) scale(.99); }

/* Amarelo com brilho passando */
.btn-shine {
  color: #1a1200;
  background: linear-gradient(180deg, var(--yellow-2), var(--yellow) 55%, var(--yellow-deep));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -2px 0 rgba(0,0,0,0.12),
    0 10px 30px -8px rgba(255, 194, 26, 0.6);
}
.btn-shine::before {
  content: ""; position: absolute; top: -20%; bottom: -20%; left: -40%; width: 40%; z-index: 1;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,0.0) 30%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0) 70%, transparent 100%);
  transform: skewX(-20deg);
  animation: shine 3.4s var(--ease) infinite;
  pointer-events: none;
}
.btn-shine:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 14px 36px -8px rgba(255, 194, 26, 0.8), var(--glow-yellow); }
.btn-shine:hover::before { animation-duration: 1.1s; }
@keyframes shine {
  0% { left: -45%; }
  45%, 100% { left: 125%; }
}

/* Vidro espelhado com varredura no hover */
.btn-mirror {
  color: var(--white);
  background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid var(--line-2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -1px 0 rgba(0,0,0,0.3), 0 10px 30px -14px rgba(0,0,0,0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.btn-mirror::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(115deg, transparent 20%, rgba(90,168,255,0.35) 45%, rgba(255,255,255,0.55) 50%, rgba(90,168,255,0.35) 55%, transparent 80%);
  transform: translateX(-120%);
  transition: transform .9s var(--ease);
}
.btn-mirror::after {
  content: ""; position: absolute; left: 10%; right: 10%; top: 0; height: 50%; border-radius: 999px 999px 40% 40%;
  background: linear-gradient(180deg, rgba(255,255,255,0.22), transparent);
  pointer-events: none;
}
.btn-mirror:hover { transform: translateY(-2px); border-color: rgba(90,168,255,0.7); box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), var(--glow-blue); }
.btn-mirror:hover::before { transform: translateX(120%); }
.btn-mirror:hover .ic { transform: translateX(3px); }
.btn-mirror .ic { transition: transform .35s var(--ease); }

/* -------------------------------------------------------------------------
   Barra de progresso + cabeçalho
   ------------------------------------------------------------------------- */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 1001; background: transparent; }
.progress span {
  display: block; height: 100%; width: 0;
  background: linear-gradient(90deg, var(--yellow), var(--blue-neon));
  box-shadow: 0 0 12px rgba(62,198,255,0.8);
  transition: width .1s linear;
}

.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 14px 0;
  transition: padding .35s var(--ease), background .35s, box-shadow .35s, border-color .35s;
  border-bottom: 1px solid transparent;
}
.header.is-scrolled {
  padding: 8px 0;
  background: rgba(5, 10, 24, 0.72);
  border-bottom-color: var(--line);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 10px 40px -20px rgba(0,0,0,0.8);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 56px; height: auto; filter: drop-shadow(0 0 12px rgba(62,198,255,0.5)); transition: transform .4s var(--ease); }
.brand:hover .brand-mark { transform: rotate(-6deg) scale(1.06); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text b { font-family: var(--font-display); font-size: 18px; font-weight: 800; letter-spacing: -.01em; }
.brand-text small { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.brand-text small i { color: var(--yellow); font-style: normal; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav > a:not(.btn) {
  position: relative; padding: 10px 13px; font-size: 14px; font-weight: 600; color: var(--muted);
  border-radius: 10px; transition: color .25s, background .25s;
}
.nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 6px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--blue-neon));
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nav > a:not(.btn):hover, .nav > a.is-active { color: var(--white); }
.nav > a:not(.btn):hover::after, .nav > a.is-active::after { transform: scaleX(1); }
.nav-cta { margin-left: 10px; }
.menu-btn { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); align-items: center; justify-content: center; }
.menu-btn .ic { width: 24px; height: 24px; }
.menu-btn .ic-close { display: none; }
.menu-btn[aria-expanded="true"] .ic-open { display: none; }
.menu-btn[aria-expanded="true"] .ic-close { display: block; }

/* -------------------------------------------------------------------------
   Hero
   ------------------------------------------------------------------------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  padding: calc(var(--header-h) + 48px) 0 72px; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; animation: orb-drift 14s ease-in-out infinite alternate; }
.orb-blue { width: 620px; height: 620px; right: -160px; top: -120px; background: radial-gradient(circle, rgba(30,123,255,0.65), rgba(30,123,255,0) 70%); }
.orb-yellow { width: 440px; height: 440px; left: -140px; bottom: -80px; background: radial-gradient(circle, rgba(255,194,26,0.45), rgba(255,194,26,0) 70%); animation-delay: -6s; }
@keyframes orb-drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(40px, 30px, 0) scale(1.08); } }
.grid-lines {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(90,168,255,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90,168,255,0.10) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000, transparent);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000, transparent);
  animation: grid-pan 30s linear infinite;
}
@keyframes grid-pan { to { background-position: 80px 80px; } }
#sparks { position: absolute; inset: 0; width: 100%; height: 100%; }

.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 10px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line); font-size: 13px; font-weight: 600; color: var(--muted);
  margin-bottom: 22px;
}
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(255,194,26,0.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,194,26,0.6); } 70% { box-shadow: 0 0 0 12px rgba(255,194,26,0); } 100% { box-shadow: 0 0 0 0 rgba(255,194,26,0); } }

.hero h1 {
  font-size: clamp(38px, 5.6vw, 68px); line-height: 1.16; font-weight: 800; letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.lead { font-size: clamp(16px, 1.6vw, 19px); color: var(--muted); max-width: 560px; margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.trust { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 14px; font-weight: 600; }
.trust li { display: inline-flex; align-items: center; gap: 8px; }
.trust .ic { color: var(--yellow); width: 18px; height: 18px; }

.hero-visual { position: relative; }
.hero-frame {
  position: relative; border-radius: 28px; overflow: visible;
  transform-style: preserve-3d; transition: transform .5s var(--ease);
}
.hero-frame img { border-radius: 28px; border: 1px solid var(--line-2); box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9), inset 0 0 0 1px rgba(255,255,255,0.05); }
.hero-frame-glow {
  position: absolute; inset: -2px; border-radius: 30px; z-index: -1;
  background: conic-gradient(from 0deg, var(--blue), var(--blue-neon), var(--yellow), var(--blue), var(--blue-neon), var(--yellow), var(--blue));
  filter: blur(18px); opacity: .55; animation: spin 10s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.float-card {
  position: absolute; display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px;
  border-radius: 16px; font-size: 13px; line-height: 1.15; transform: translateZ(60px);
  animation: floaty 6s ease-in-out infinite;
}
.float-card .ic { width: 34px; height: 34px; padding: 7px; border-radius: 10px; color: var(--yellow); background: rgba(255,194,26,0.12); box-shadow: inset 0 0 0 1px rgba(255,194,26,0.3); }
.float-card .ic.drop { color: var(--blue-neon); background: rgba(62,198,255,0.12); box-shadow: inset 0 0 0 1px rgba(62,198,255,0.35); }
.float-card b { display: block; font-family: var(--font-display); font-size: 14px; }
.float-card small { color: var(--muted); font-size: 12px; }
.fc-1 { left: -34px; top: 12%; }
.fc-2 { right: -26px; top: 42%; animation-delay: -2s; }
.fc-3 { left: -10px; bottom: 14%; animation-delay: -4s; }
@keyframes floaty { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }

.hero-logo {
  position: absolute; right: -28px; top: -56px; width: clamp(110px, 12vw, 160px); z-index: 2;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,0.6));
  animation: floaty 7s ease-in-out infinite;
}
/* reflexo espelhado sob a logo */
.reflect { -webkit-box-reflect: below -18px linear-gradient(transparent 55%, rgba(255,255,255,0.28)); }

.scroll-hint {
  position: absolute; left: 50%; bottom: 22px; translate: -50% 0; width: 26px; height: 42px; border-radius: 14px;
  border: 2px solid var(--line-2); display: flex; justify-content: center; padding-top: 6px; opacity: .7;
}
.scroll-hint span { width: 4px; height: 8px; border-radius: 2px; background: var(--yellow); animation: wheel 1.8s infinite; }
@keyframes wheel { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(16px); opacity: 0; } }

/* -------------------------------------------------------------------------
   Faixa rolante
   ------------------------------------------------------------------------- */
.marquee {
  position: relative; overflow: hidden; padding: 16px 0;
  background: linear-gradient(90deg, var(--blue-deep), var(--blue) 40%, var(--blue-neon) 70%, var(--blue));
  border-top: 1px solid rgba(255,255,255,0.18); border-bottom: 1px solid rgba(255,255,255,0.18);
  transform: rotate(-1.2deg) scale(1.03); margin: -10px 0 10px; z-index: 2;
  box-shadow: 0 20px 60px -20px rgba(30,123,255,0.8);
}
.marquee-track { display: flex; gap: 48px; width: max-content; animation: marquee 34s linear infinite; }
.marquee span { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: #fff; white-space: nowrap; }
.marquee .ic { color: var(--yellow); width: 20px; height: 20px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* -------------------------------------------------------------------------
   Números
   ------------------------------------------------------------------------- */
.stats { padding: 56px 0 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.stat { padding: 26px 22px; display: flex; flex-direction: column; gap: 6px; text-align: left; }
.stat .ic { width: 30px; height: 30px; color: var(--yellow); margin-bottom: 6px; filter: drop-shadow(0 0 8px rgba(255,194,26,0.5)); }
.stat strong { font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 42px); font-weight: 800; line-height: 1; letter-spacing: -0.02em; }
.stat > span { color: var(--muted); font-size: 14px; font-weight: 600; }

/* -------------------------------------------------------------------------
   Seções
   ------------------------------------------------------------------------- */
.section { position: relative; padding: var(--section) 0; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.0)); }
.section-alt::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line-2), transparent); }
.section-head { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-head-left { text-align: left; margin: 0; }
.section-head h2, .about-copy h2, .wallbox-copy h2, .areas-copy h2, .insta-copy h2, .cta-copy h2 {
  font-size: clamp(30px, 4vw, 48px); line-height: 1.22; font-weight: 800; letter-spacing: -0.025em; margin-bottom: 16px;
}
.section-head > p:not(.kicker) { color: var(--muted); font-size: clamp(15px, 1.4vw, 18px); }
.kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px;
  font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--blue-2);
}
.kicker .ic { width: 18px; height: 18px; }
.kicker-warn { color: var(--yellow); }
.section-cta { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 48px; text-align: center; color: var(--muted); }

/* -------------------------------------------------------------------------
   Abas de serviços
   ------------------------------------------------------------------------- */
.tabs {
  position: relative; display: inline-flex; gap: 4px; padding: 6px; margin: 0 auto 40px; left: 50%; translate: -50% 0;
  border-radius: 999px; background: var(--surface); border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.tab {
  position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--muted); transition: color .3s;
}
.tab .ic { width: 18px; height: 18px; }
.tab.is-active { color: #1a1200; }
.tab-glider {
  position: absolute; top: 6px; bottom: 6px; left: 0; width: 0; border-radius: 999px;
  background: linear-gradient(180deg, var(--yellow-2), var(--yellow));
  box-shadow: 0 8px 24px -6px rgba(255,194,26,0.7), inset 0 1px 0 rgba(255,255,255,0.5);
  transition: left .45s var(--ease-bounce), width .45s var(--ease-bounce);
}
.tabs-panel { display: none; animation: fade-up .5s var(--ease); }
.tabs-panel.is-active { display: block; }
@keyframes fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.cards-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card { padding: 28px 24px; transition: transform .45s var(--ease), border-color .35s, box-shadow .45s; }
.card:hover { transform: translateY(-6px); border-color: rgba(90,168,255,0.45); box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 30px 60px -24px rgba(30,123,255,0.5); }
.card-water:hover { border-color: rgba(62,198,255,0.5); }
.card-gold:hover { border-color: rgba(255,194,26,0.5); box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 30px 60px -24px rgba(255,194,26,0.4); }
.card-ic {
  width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(90,168,255,0.22), rgba(30,123,255,0.06));
  border: 1px solid rgba(90,168,255,0.35); color: var(--blue-2);
  box-shadow: 0 0 0 0 rgba(90,168,255,0); transition: box-shadow .4s, transform .4s var(--ease);
}
.card-ic .ic { width: 28px; height: 28px; }
.card:hover .card-ic { box-shadow: var(--glow-blue); transform: rotate(-6deg) scale(1.06); }
.card-water .card-ic { background: linear-gradient(135deg, rgba(62,198,255,0.22), rgba(62,198,255,0.05)); border-color: rgba(62,198,255,0.4); color: var(--blue-neon); }
.card-gold .card-ic { background: linear-gradient(135deg, rgba(255,194,26,0.22), rgba(255,194,26,0.05)); border-color: rgba(255,194,26,0.4); color: var(--yellow); }
.card-gold:hover .card-ic { box-shadow: var(--glow-yellow); }
.card h3 { font-size: 18px; line-height: 1.3; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 14.5px; }

/* -------------------------------------------------------------------------
   Sinais de alerta
   ------------------------------------------------------------------------- */
.signals-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.signal { padding: 26px 22px 24px; transition: transform .45s var(--ease), border-color .35s; }
.signal:hover { transform: translateY(-6px); border-color: rgba(255,194,26,0.45); }
.signal-water:hover { border-color: rgba(62,198,255,0.5); }
.signal-badge {
  position: absolute; top: 16px; right: 16px; font-size: 10.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 999px; color: var(--yellow); background: rgba(255,194,26,0.12); border: 1px solid rgba(255,194,26,0.3);
}
.signal-water .signal-badge { color: var(--blue-neon); background: rgba(62,198,255,0.12); border-color: rgba(62,198,255,0.35); }
.signal > .ic { width: 34px; height: 34px; color: var(--yellow); margin-bottom: 16px; filter: drop-shadow(0 0 10px rgba(255,194,26,0.45)); }
.signal-water > .ic { color: var(--blue-neon); filter: drop-shadow(0 0 10px rgba(62,198,255,0.5)); }
.signal h3 { font-size: 17px; line-height: 1.32; margin-bottom: 8px; padding-right: 8px; }
.signal p { color: var(--muted); font-size: 14px; }

/* -------------------------------------------------------------------------
   Sobre
   ------------------------------------------------------------------------- */
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 88px); align-items: center; }
.about-visual { position: relative; padding-right: 60px; }
.about-photo { position: relative; border-radius: 28px; transform-style: preserve-3d; }
.about-photo img { border-radius: 28px; border: 1px solid var(--line-2); box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9); }
.about-photo::before {
  content: ""; position: absolute; inset: -14px; z-index: -1; border-radius: 36px;
  background: linear-gradient(135deg, rgba(90,168,255,0.35), transparent 40%, transparent 60%, rgba(255,194,26,0.35));
  filter: blur(16px);
}
.about-tag { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 12px; font-weight: 700; font-size: 14px; transform: translateZ(40px); }
.about-tag .ic { color: var(--yellow); width: 18px; height: 18px; }
.about-mascot { position: absolute; right: -20px; bottom: -30px; width: clamp(150px, 20vw, 230px); filter: drop-shadow(0 20px 30px rgba(0,0,0,0.7)) drop-shadow(0 0 20px rgba(62,198,255,0.25)); }
.float { animation: floaty 6s ease-in-out infinite; }
.about-copy > p:not(.kicker) { color: var(--muted); font-size: 16.5px; margin-bottom: 16px; }
.about-values { margin: 26px 0 30px; display: grid; gap: 12px; }
.about-values li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--muted); }
.about-values li b { color: var(--white); }
.about-values .ic { width: 24px; height: 24px; padding: 4px; border-radius: 8px; color: #1a1200; background: var(--yellow); box-shadow: 0 0 14px rgba(255,194,26,0.5); margin-top: 1px; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* -------------------------------------------------------------------------
   Como funciona
   ------------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; counter-reset: step; position: relative; }
.steps::before {
  content: ""; position: absolute; left: 8%; right: 8%; top: 46px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--blue-neon), var(--yellow), transparent);
  opacity: .5;
}
.step { padding: 30px 24px 26px; transition: transform .45s var(--ease), border-color .35s; }
.step:hover { transform: translateY(-6px); border-color: rgba(90,168,255,0.45); }
.step-n {
  position: absolute; top: 16px; right: 18px; font-family: var(--font-display); font-weight: 800; font-size: 40px; line-height: 1;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,0.18);
}
.step > .ic {
  width: 52px; height: 52px; padding: 12px; border-radius: 50%; margin-bottom: 18px;
  color: #1a1200; background: linear-gradient(180deg, var(--yellow-2), var(--yellow));
  box-shadow: 0 0 0 6px rgba(255,194,26,0.12), 0 0 30px rgba(255,194,26,0.45);
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* -------------------------------------------------------------------------
   Diferenciais
   ------------------------------------------------------------------------- */
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.why { padding: 30px 26px; transition: transform .45s var(--ease), border-color .35s; }
.why:hover { transform: translateY(-6px); border-color: rgba(90,168,255,0.45); }
.why > .ic { width: 40px; height: 40px; color: var(--blue-2); margin-bottom: 16px; filter: drop-shadow(0 0 10px rgba(90,168,255,0.55)); transition: transform .4s var(--ease); }
.why:hover > .ic { transform: scale(1.12) rotate(-6deg); color: var(--yellow); filter: drop-shadow(0 0 12px rgba(255,194,26,0.6)); }
.why h3 { font-size: 19px; margin-bottom: 8px; }
.why p { color: var(--muted); font-size: 14.5px; }

/* -------------------------------------------------------------------------
   Wallbox
   ------------------------------------------------------------------------- */
.wallbox { padding-top: 0; }
.wallbox-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 40px; align-items: center; padding: clamp(28px, 4vw, 56px); overflow: hidden; }
.wallbox-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(600px 300px at 90% 50%, rgba(62,198,255,0.16), transparent 60%);
}
.wallbox-copy > p:not(.kicker) { color: var(--muted); font-size: 16px; margin-bottom: 20px; }
.check-list { display: grid; gap: 10px; margin-bottom: 28px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--white); }
.check-list .ic { width: 20px; height: 20px; color: var(--blue-neon); margin-top: 3px; filter: drop-shadow(0 0 6px rgba(62,198,255,0.7)); }
.wallbox-art { position: relative; aspect-ratio: 1; max-width: 400px; margin: 0 auto; display: grid; place-items: center; }
.wb-ring { position: absolute; inset: 6%; border-radius: 50%; border: 1px solid rgba(62,198,255,0.35); animation: ring 4s ease-out infinite; }
.wb-ring-2 { animation-delay: -2s; }
@keyframes ring { 0% { transform: scale(.55); opacity: 1; } 100% { transform: scale(1.15); opacity: 0; } }
.wb-svg { position: relative; width: 100%; height: 100%; filter: drop-shadow(0 30px 40px rgba(0,0,0,0.6)); }
.wb-led { animation: led-pulse 2.4s ease-in-out infinite; }
@keyframes led-pulse { 0%, 100% { opacity: .55; } 50% { opacity: 1; } }
.wb-bars rect { transform-origin: 50% 100%; transform-box: fill-box; animation: bar-fill 2.8s ease-in-out infinite; }
.wb-bars rect:nth-child(2) { animation-delay: .25s; }
.wb-bars rect:nth-child(3) { animation-delay: .5s; }
.wb-bars rect:nth-child(4) { animation-delay: .75s; }
@keyframes bar-fill { 0%, 15% { transform: scaleY(.15); opacity: .35; } 55%, 80% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(.15); opacity: .35; } }
.wb-bolt { animation: bolt-blink 2.8s ease-in-out infinite; }
@keyframes bolt-blink { 0%, 100% { opacity: .5; } 50% { opacity: 1; } }
.wb-energy { animation: energy-flow 1.6s linear infinite; }
@keyframes energy-flow { to { stroke-dashoffset: -56; } }
.wb-sparks circle { animation: spark 3s ease-in-out infinite; }
.wb-sparks circle:nth-child(2) { animation-delay: -.6s; }
.wb-sparks circle:nth-child(3) { animation-delay: -1.2s; }
.wb-sparks circle:nth-child(4) { animation-delay: -1.8s; }
.wb-sparks circle:nth-child(5) { animation-delay: -2.4s; }
@keyframes spark { 0%, 100% { opacity: 0; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-8px); } }

/* -------------------------------------------------------------------------
   Galeria
   ------------------------------------------------------------------------- */
.filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filter { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-weight: 700; font-size: 14px; color: var(--muted); transition: all .3s; }
.filter:hover { color: var(--white); border-color: var(--line-2); }
.filter.is-active { color: #1a1200; background: var(--yellow); border-color: var(--yellow); box-shadow: 0 8px 24px -8px rgba(255,194,26,0.7); }
/* carrossel: viewport sangra até a borda da tela, o trilho é movido via JS (transform) */
.gallery-viewport { overflow: hidden; padding: 6px 0 10px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent); }
.gallery-track {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 20px;
  padding-inline: var(--gutter); will-change: transform;
}
.gallery-track.is-carousel { flex-wrap: nowrap; justify-content: flex-start; width: max-content; position: relative; padding-inline: 0; margin-inline: var(--gutter); }
.g-item { margin: 0; flex: none; width: min(300px, 78vw); }
.g-item.is-hidden { display: none; }
.g-item[data-clone] { pointer-events: none; }
.g-card {
  display: block; position: relative; border-radius: var(--radius-sm); overflow: hidden;
  transition: transform .45s var(--ease), border-color .35s, box-shadow .45s;
}
.g-card:hover { transform: translateY(-6px); border-color: rgba(90,168,255,0.45); box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 26px 50px -22px rgba(30,123,255,0.5); }
.g-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.g-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.g-card:hover .g-media img { transform: scale(1.08); }
.g-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(5,10,24,0.35)); pointer-events: none; }
.g-body { display: block; padding: 18px 20px 22px; }
.g-cat { display: block; font-family: var(--font-display); font-size: 10.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--yellow); margin-bottom: 8px; }
.g-title { display: block; font-family: var(--font-display); font-size: 16.5px; font-weight: 700; line-height: 1.3; margin-bottom: 7px; color: var(--white); }
.g-desc { display: block; font-size: 13.5px; line-height: 1.55; color: var(--muted); }

.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; background: rgba(3,6,16,0.92); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1100px, 92vw); text-align: center; animation: fade-up .35s var(--ease); }
.lightbox img { max-height: 80vh; width: auto; margin: 0 auto; border-radius: 16px; box-shadow: 0 40px 100px rgba(0,0,0,0.8); }
.lightbox figcaption { margin-top: 14px; color: var(--muted); font-size: 15px; }
.lb-close, .lb-prev, .lb-next {
  position: absolute; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--line-2); color: var(--white); transition: background .3s, transform .3s;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--yellow); color: #1a1200; transform: scale(1.06); }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 20px; top: 50%; translate: 0 -50%; }
.lb-prev .ic { transform: rotate(180deg); }
.lb-next { right: 20px; top: 50%; translate: 0 -50%; }
.lb-close .ic, .lb-prev .ic, .lb-next .ic { width: 22px; height: 22px; }

/* -------------------------------------------------------------------------
   Vídeo
   ------------------------------------------------------------------------- */
.video-frame { position: relative; overflow: hidden; padding: 0; aspect-ratio: 16/9; max-width: 960px; margin: 0 auto; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.video-play {
  position: absolute; left: 50%; top: 50%; translate: -50% -50%; width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center;
  color: #1a1200; background: linear-gradient(180deg, var(--yellow-2), var(--yellow)); box-shadow: 0 0 0 12px rgba(255,194,26,0.15), var(--glow-yellow);
  transition: transform .35s var(--ease);
}
.video-play .ic { width: 36px; height: 36px; margin-left: 4px; }
.video-play:hover { transform: scale(1.08); }
.video-frame.is-playing .video-play { display: none; }

/* -------------------------------------------------------------------------
   Depoimentos
   ------------------------------------------------------------------------- */
.testi-wrap { position: relative; }
.testi-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 2 * 18px) / 3); gap: 18px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 6px 6px 18px;
  scrollbar-width: none;
}
.testi-track::-webkit-scrollbar { display: none; }
.testi { padding: 30px 26px 24px; scroll-snap-align: start; display: flex; flex-direction: column; gap: 14px; }
.testi .quote { position: absolute; top: 18px; right: 20px; width: 40px; height: 40px; color: rgba(255,194,26,0.18); }
.stars { display: flex; gap: 3px; color: var(--yellow); }
.stars .ic { width: 16px; height: 16px; filter: drop-shadow(0 0 4px rgba(255,194,26,0.6)); }
.testi p { color: var(--white); font-size: 15px; line-height: 1.7; flex: 1; }
.testi footer { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 1px solid var(--line); }
.av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; color: #1a1200; background: linear-gradient(135deg, var(--yellow-2), var(--yellow)); box-shadow: 0 0 16px rgba(255,194,26,0.4); }
.who { display: flex; flex-direction: column; line-height: 1.2; }
.who b { font-size: 15px; }
.who span { color: var(--muted); font-size: 13px; }
.testi-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 12px; }
.testi-btn { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line-2); transition: background .3s, color .3s, transform .3s; }
.testi-btn:hover { background: var(--yellow); color: #1a1200; transform: scale(1.06); }
#testi-prev .ic { transform: rotate(180deg); }
.testi-dots { display: flex; gap: 8px; }
.testi-dots button { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); transition: all .3s; padding: 0; }
.testi-dots button.is-active { width: 26px; border-radius: 4px; background: var(--yellow); box-shadow: 0 0 10px rgba(255,194,26,0.6); }

/* -------------------------------------------------------------------------
   Áreas
   ------------------------------------------------------------------------- */
.areas-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.areas-copy > p:not(.kicker) { color: var(--muted); font-size: 16.5px; margin-bottom: 26px; }
.areas-list { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; padding: 32px; }
.areas-col h3 { display: flex; align-items: center; gap: 8px; font-size: 17px; margin-bottom: 14px; color: var(--yellow); }
.areas-col h3.mt { margin-top: 22px; color: var(--blue-2); }
.areas-col h3 .ic { width: 20px; height: 20px; }
.areas-col ul { display: grid; gap: 7px; }
.areas-col li { position: relative; padding-left: 16px; color: var(--muted); font-size: 14.5px; }
.areas-col li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-neon); box-shadow: 0 0 8px rgba(62,198,255,0.8); }

/* -------------------------------------------------------------------------
   Instagram
   ------------------------------------------------------------------------- */
.insta { padding-top: 0; }
.insta-card { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 40px; align-items: center; padding: clamp(28px, 4vw, 56px); overflow: hidden; }
.insta-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(500px 300px at 85% 40%, rgba(255,194,26,0.12), transparent 60%); }
.insta-copy > p:not(.kicker) { color: var(--muted); font-size: 16px; margin-bottom: 24px; }
.insta-mock {
  position: relative; z-index: 1; width: min(300px, 100%); margin: 0 auto; border-radius: 22px; overflow: hidden;
  background: #0d1730; border: 1px solid var(--line-2); box-shadow: 0 40px 80px -30px rgba(0,0,0,0.9);
  transform: rotate(-3deg); transition: transform .5s var(--ease);
}
.insta-mock:hover { transform: rotate(0) scale(1.03); }
.insta-mock-head { display: flex; align-items: center; gap: 10px; padding: 12px 14px; font-size: 13px; line-height: 1.1; }
.insta-mock-head span { display: flex; flex-direction: column; gap: 3px; }
.insta-mock-head small { color: var(--muted); font-size: 11px; }
.insta-mock > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 22%; background: linear-gradient(180deg, #14224a, #0a1330); }
.insta-mock-foot { display: flex; gap: 14px; padding: 12px 14px; color: var(--muted); }
.insta-mock-foot .ic { width: 22px; height: 22px; }
.insta-mock-foot span:first-child { color: var(--danger); }

/* -------------------------------------------------------------------------
   FAQ
   ------------------------------------------------------------------------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.faq-grid .section-head { position: sticky; top: 100px; }
.faq-grid .section-head .btn { margin-top: 20px; }
.faq-list { display: grid; gap: 12px; }
.faq { padding: 0; overflow: hidden; transition: border-color .3s; }
.faq[open] { border-color: rgba(255,194,26,0.45); }
.faq summary {
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer;
  padding: 20px 22px; font-family: var(--font-display); font-weight: 700; font-size: 16.5px; line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { width: 22px; height: 22px; color: var(--yellow); transition: transform .4s var(--ease); flex: none; }
.faq[open] summary .ic { transform: rotate(180deg); }
.faq-body { padding: 0 22px 22px; color: var(--muted); font-size: 15px; }
.faq-body p { animation: fade-up .4s var(--ease); }

/* -------------------------------------------------------------------------
   CTA final
   ------------------------------------------------------------------------- */
.cta-final { padding-bottom: calc(var(--section) * .8); }
.cta-card {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 24px; align-items: end;
  padding: clamp(32px, 5vw, 64px); border-radius: 32px; overflow: hidden;
  background: linear-gradient(135deg, var(--bg-3), var(--blue-deep) 60%, #0a2d6b);
  border: 1px solid rgba(90,168,255,0.35);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05), 0 40px 100px -40px rgba(30,123,255,0.8), inset 0 1px 0 rgba(255,255,255,0.12);
}
.cta-bg { position: absolute; inset: 0; pointer-events: none; }
.cta-bg .orb-blue { right: 20%; top: -200px; opacity: .6; }
.cta-bg .orb-yellow { left: -100px; bottom: -200px; opacity: .45; }
.cta-copy { position: relative; z-index: 1; padding-bottom: 8px; }
.cta-copy > p:not(.kicker) { color: rgba(243,246,255,0.8); font-size: 17px; margin-bottom: 28px; max-width: 560px; }
.cta-copy .kicker { color: var(--yellow); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.cta-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; color: rgba(243,246,255,0.75); font-size: 14px; font-weight: 600; }
.cta-meta li { display: inline-flex; align-items: center; gap: 8px; }
.cta-meta .ic { width: 18px; height: 18px; color: var(--yellow); }
.cta-mascot { position: relative; z-index: 1; width: min(100%, 340px); margin: -40px auto -80px; filter: drop-shadow(0 30px 40px rgba(0,0,0,0.7)) drop-shadow(0 0 30px rgba(62,198,255,0.35)); }

/* -------------------------------------------------------------------------
   Rodapé
   ------------------------------------------------------------------------- */
.footer { position: relative; padding: 64px 0 28px; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.footer-brand img { width: 130px; margin-bottom: 14px; filter: drop-shadow(0 0 16px rgba(62,198,255,0.35)); }
.footer-brand p { color: var(--muted); font-size: 14.5px; max-width: 320px; margin-bottom: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); transition: all .3s; }
.footer-social a:hover { background: var(--yellow); color: #1a1200; border-color: var(--yellow); transform: translateY(-3px); box-shadow: 0 10px 24px -8px rgba(255,194,26,0.7); }
.footer-social .ic { width: 20px; height: 20px; }
.footer-col h3 { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--yellow); margin-bottom: 16px; }
.footer-col a, .footer-col p { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 14.5px; padding: 5px 0; transition: color .25s, transform .25s; }
.footer-col a:hover { color: var(--white); transform: translateX(3px); }
.footer-col .ic { width: 17px; height: 17px; color: var(--blue-2); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding-top: 22px; color: var(--muted-2); font-size: 13px; }
.footer-bottom a { color: var(--muted); font-weight: 700; }
.footer-bottom a:hover { color: var(--yellow); }

/* -------------------------------------------------------------------------
   Flutuantes
   ------------------------------------------------------------------------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #2fd66b, #1fa855);
  box-shadow: 0 14px 34px -8px rgba(37,211,102,0.75), inset 0 1px 0 rgba(255,255,255,0.4);
  transition: transform .35s var(--ease);
}
.wa-float:hover { transform: scale(1.08) translateY(-2px); }
.wa-float .ic { width: 32px; height: 32px; position: relative; z-index: 1; }
.wa-float-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(37,211,102,0.8); animation: ring 2.2s ease-out infinite; }
.wa-float-tip {
  position: absolute; right: calc(100% + 12px); top: 50%; translate: 0 -50%; white-space: nowrap;
  padding: 8px 12px; border-radius: 10px; background: var(--white); color: #0a1020; font-weight: 700; font-size: 13px;
  opacity: 0; transform: translateX(8px); transition: all .35s var(--ease); pointer-events: none;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.7);
}
.wa-float-tip::after { content: ""; position: absolute; left: 100%; top: 50%; translate: 0 -50%; border: 6px solid transparent; border-left-color: var(--white); }
.wa-float:hover .wa-float-tip, .wa-float.show-tip .wa-float-tip { opacity: 1; transform: none; }

.to-top {
  position: fixed; right: 30px; bottom: 98px; z-index: 899; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--surface-2); border: 1px solid var(--line-2); color: var(--white); opacity: 0; translate: 0 10px; pointer-events: none;
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: all .35s var(--ease);
}
.to-top.is-visible { opacity: 1; translate: 0 0; pointer-events: auto; }
.to-top:hover { background: var(--yellow); color: #1a1200; }
.to-top .ic { width: 20px; height: 20px; }

/* -------------------------------------------------------------------------
   Animação de entrada
   ------------------------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0ms); }
[data-reveal].is-in { opacity: 1; transform: none; }

/* -------------------------------------------------------------------------
   Responsivo
   ------------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .cards-grid, .signals-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps::before { display: none; }
  .testi-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .nav > a:not(.btn) { padding: 10px 9px; font-size: 13.5px; }
}

@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .menu-btn { display: flex; }
  .nav {
    position: fixed; inset: 0; top: 0; z-index: 999; flex-direction: column; justify-content: center; align-items: stretch; gap: 6px;
    padding: 100px 28px 40px; background: rgba(5,10,24,0.96);
    -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    transform: translateX(100%); transition: transform .5s var(--ease); overflow-y: auto;
  }
  .nav.is-open { transform: none; }
  .nav > a:not(.btn) { font-size: 22px; font-family: var(--font-display); padding: 14px 10px; color: var(--white); }
  .nav > a:not(.btn)::after { bottom: 10px; }
  .nav-cta { margin: 20px 0 0; }
  .header-inner { position: relative; z-index: 1000; }

  .hero { min-height: auto; padding: calc(var(--header-h) + 24px) 0 36px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  /* no celular a foto vem primeiro, o texto embaixo */
  .hero-visual { order: -1; max-width: 520px; margin: 0 auto; padding: 0 20px 22px; }
  .fc-1 { left: 0; }
  .fc-2 { right: 0; }
  .fc-3 { left: 6px; }
  .hero-logo { right: 10px; bottom: -10px; }
  .scroll-hint { display: none; }
  .marquee { margin-top: -20px; }

  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-grid, .areas-grid, .faq-grid, .wallbox-card, .insta-card { grid-template-columns: minmax(0, 1fr); }
  .about-visual { padding-right: 40px; max-width: 460px; }
  .faq-grid .section-head { position: static; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-card { grid-template-columns: minmax(0, 1fr); }
  .cta-mascot { margin: 10px auto -70px; width: min(70%, 280px); }
}

@media (max-width: 640px) {
  :root { --radius: 18px; --section: 64px; }
  .eyebrow { white-space: normal; line-height: 1.35; font-size: 12.5px; padding: 8px 12px 8px 10px; align-items: flex-start; }
  .eyebrow .pulse-dot { margin-top: 4px; }
  .brand-text small { display: none; }
  .brand-text b { font-size: 16px; }
  .brand-mark { width: 48px; }
  .hero h1 { font-size: clamp(34px, 9.5vw, 44px); line-height: 1.16; }
  .btn-lg { padding: 16px 22px; font-size: 15px; width: 100%; }
  .hero-actions .btn { width: 100%; }
  .float-card { padding: 9px 12px 9px 9px; font-size: 12px; }
  .float-card .ic { width: 28px; height: 28px; padding: 5px; }
  .float-card b { font-size: 12.5px; }
  .fc-1 { top: 6%; }
  .fc-2 { top: 38%; }
  .marquee { transform: rotate(-2deg) scale(1.06); }
  .marquee span { font-size: 13px; }
  .cards-grid, .signals-grid, .steps, .why-grid { grid-template-columns: minmax(0, 1fr); }
  .g-item { width: min(240px, 74vw); }
  .tabs { display: flex; left: 0; translate: 0; width: 100%; overflow-x: auto; scrollbar-width: none; }
  .tabs::-webkit-scrollbar { display: none; }
  .tab { flex: none; padding: 11px 14px; font-size: 14px; }
  .stats-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
  .stat { padding: 20px 16px; }
  .testi-track { grid-auto-columns: 100%; }
  .areas-list { grid-template-columns: minmax(0, 1fr); padding: 24px; }
  .areas-col ul { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .wa-float { right: 16px; bottom: 16px; width: 58px; height: 58px; }
  .to-top { right: 22px; bottom: 88px; }
  .about-mascot { right: -10px; width: 140px; }
  .about-visual { padding-right: 30px; }
  .lb-prev, .lb-next { width: 44px; height: 44px; }
  .lb-prev { left: 10px; }
  .lb-next { right: 10px; }
  .section-cta .btn { width: 100%; }
}

/* -------------------------------------------------------------------------
   Movimento reduzido
   ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; }
  #sparks { display: none; }
}
/* mesma coisa, ligado pelo JS (?semanimacao) */
.no-motion *, .no-motion *::before, .no-motion *::after { animation: none !important; transition-duration: .01ms !important; }
.no-motion [data-reveal] { opacity: 1; transform: none; }
.no-motion #sparks { display: none; }
.no-motion .hero { min-height: auto; }
