/* ================== RESET / TOKENS ================== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html, body { height: 100%; overflow-x: clip; }
img, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; background: none; border: 0; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

:root {
  --primary: #2255BF;
  --secondary: #37D3FC;
  --accent: #7AE3FF;
  --bg: #050814;
  --bg-2: #0A1128;
  --bg-3: #0F1A36;
  --line: rgba(123,179,255,0.14);
  --text: #E7EEFB;
  --text-dim: #98A6C7;
  --text-mute: #5C6B8E;
  --grad: linear-gradient(135deg, #2255BF 0%, #37D3FC 100%);
  --grad-text: linear-gradient(120deg, #ffffff 0%, #9DDCFF 50%, #37D3FC 100%);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1280px;
  --pad: clamp(20px, 4vw, 56px);
  --ease: cubic-bezier(.22,1,.36,1);
  --font-display: 'Jost', 'Futura', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-script: 'Caveat', cursive;
}

html { scroll-behavior: auto; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.55;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.lock { overflow: hidden; }

::selection { background: var(--secondary); color: #001022; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
main { overflow-x: clip; }

/* ================== GRAIN ================== */
.grain {
  position: fixed; inset: 0; z-index: 90; pointer-events: none;
  opacity: .06; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
}

/* ================== SECTION DOTS ================== */
.dots {
  position: fixed; right: 22px; top: 50%; transform: translateY(-50%);
  z-index: 95; display: flex; flex-direction: column; gap: 14px;
}
.dots a { position: relative; width: 22px; height: 14px; display: grid; place-items: center; }
.dots a span {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,.22);
  transition: all .35s var(--ease);
}
.dots a:hover span { background: var(--secondary); transform: scale(1.4); }
.dots a.active span { background: var(--secondary); width: 18px; border-radius: 99px; box-shadow: 0 0 12px var(--secondary); }
.dots a i {
  position: absolute; right: 28px; top: 50%; transform: translateY(-50%) translateX(8px);
  font-style: normal; font-family: var(--font-display); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: #fff; padding: 6px 10px; border-radius: 99px;
  background: rgba(5,8,20,.85); backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  white-space: nowrap; opacity: 0; pointer-events: none;
  transition: opacity .25s, transform .25s var(--ease);
}
.dots a:hover i { opacity: 1; transform: translateY(-50%) translateX(0); }
@media (max-width: 920px) { .dots { display: none; } }

/* ================== SCROLL PROGRESS ================== */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 120;
  background: transparent;
  pointer-events: none;
}
.scroll-progress::after {
  content: ""; display: block; height: 100%; width: var(--p, 0%);
  background: var(--grad);
  box-shadow: 0 0 18px var(--secondary);
  transition: width .1s linear;
}

/* ================== MOUSE GLOW ================== */
.mouse-glow {
  position: fixed; top: 0; left: 0; width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55,211,252,.18) 0%, transparent 60%);
  pointer-events: none; z-index: 1;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  opacity: 0;
  mix-blend-mode: screen;
  will-change: transform;
}
.mouse-glow.on { opacity: 1; }
@media (hover: none) { .mouse-glow { display: none; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--secondary);
  font-weight: 500;
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--secondary); opacity: .8;
}
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 4px rgba(55,211,252,.18), 0 0 24px var(--secondary);
}

.h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 4.35vw, 60px);
  line-height: 1.14;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-top: 14px;
  overflow: visible;
  text-wrap: balance;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  /* garante que transforms 3D do char-reveal não sejam cortados */
  padding-bottom: 0.08em;
}
.h2 em {
  font-style: normal;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* When char-reveal splits em into .ch spans, background-clip breaks because
   there's no direct text node left in em. Override with solid color. */
.char-reveal em {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: var(--secondary);
}
.char-reveal .ch-word {
  display: inline-block;
  white-space: nowrap;
}
.char-reveal em .ch {
  color: inherit; /* cyan from parent em */
}

.section-head { max-width: 900px; margin: 0 auto 60px; text-align: center; overflow: visible; }
.section-head .eyebrow::before { display: none; }
.section-head .eyebrow { justify-content: center; }
.section-head .eyebrow::after {
  content: ""; width: 28px; height: 1px; background: var(--secondary); opacity: .8;
}
.section-lead {
  margin-top: 18px; color: var(--text-dim); font-size: 17px;
  max-width: 720px; margin-left: auto; margin-right: auto;
  text-wrap: pretty;
}

/* ================== BUTTONS ================== */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 24px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  position: relative;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .4s var(--ease), color .4s var(--ease);
  overflow: hidden;
  isolation: isolate;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(55,211,252,.55), inset 0 1px 0 rgba(255,255,255,.25);
}
.btn--primary::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(135deg, #37D3FC, #2255BF);
  opacity: 0; transition: opacity .4s var(--ease); z-index: -1;
}
.btn--primary:hover::after { opacity: 1; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -12px rgba(55,211,252,.7); }
.btn--ghost {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  color: var(--text);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(123,179,255,.35); transform: translateY(-2px); }

/* ================== LOADER ================== */
.loader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--bg);
  display: grid; place-items: center;
  transition: opacity .6s var(--ease), visibility .6s;
}
.loader.done { opacity: 0; visibility: hidden; }
.loader__logo img { width: 90px; opacity: .9; animation: pulse 1.6s ease-in-out infinite; }
.loader__bar { margin-top: 28px; width: 220px; height: 2px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; }
.loader__bar span { display: block; height: 100%; width: 0%; background: var(--grad); animation: load 1.4s ease forwards; }
@keyframes pulse { 0%,100%{ transform: scale(1) } 50%{ transform: scale(1.06) } }
@keyframes load { to { width: 100%; } }

/* ================== CURSOR ================== */
.cursor { position: fixed; top: 0; left: 0; z-index: 150; pointer-events: none; mix-blend-mode: difference; }
.cursor__dot {
  position: absolute; width: 6px; height: 6px; border-radius: 50%;
  background: #fff; transform: translate(-50%,-50%);
  transition: transform .15s ease;
}
.cursor__ring {
  position: absolute; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.5);
  transform: translate(-50%,-50%);
  transition: width .3s var(--ease), height .3s var(--ease), border-color .3s;
}
.cursor.is-hover .cursor__ring { width: 64px; height: 64px; border-color: var(--secondary); }
@media (hover: none) { .cursor { display: none; } }

/* ================== NAV ================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: grid; grid-template-columns: auto 1fr auto auto;
  align-items: center; gap: 24px;
  padding: 18px var(--pad);
  transition: background .3s var(--ease), backdrop-filter .3s, border-color .3s, padding .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(5,8,20,.72);
  backdrop-filter: blur(18px) saturate(140%);
  border-color: var(--line);
  padding-top: 12px; padding-bottom: 12px;
}
.nav__brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 700; letter-spacing: .04em; font-size: 18px; }
.nav__brand img { width: 36px; height: 36px; }
.nav__menu { display: flex; gap: 28px; justify-content: center; }
.nav__menu a {
  font-family: var(--font-display); font-weight: 500; font-size: 14px; letter-spacing: .04em;
  color: var(--text-dim); position: relative; transition: color .25s;
}
.nav__menu a::after {
  content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--secondary); transition: width .3s var(--ease);
}
.nav__menu a:hover { color: #fff; }
.nav__menu a:hover::after { width: 100%; }
.nav__menu a.is-current { color: #fff; }
.nav__menu a.is-current::after { width: 100%; }
.nav__cta { padding: 12px 18px; font-size: 13px; }
.nav__burger { display: none; width: 40px; height: 40px; border-radius: 12px; cursor: pointer; }
.nav__brand,
.nav__burger { position: relative; z-index: 3; }
.nav__burger span { display: block; width: 22px; height: 2px; background: #fff; margin: 4px auto; transition: transform .3s, opacity .3s; }
.nav.menu-open .nav__burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav.menu-open .nav__burger span:nth-child(2) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 920px) {
  .nav { grid-template-columns: auto 1fr auto; }
  .nav__menu {
    position: fixed; inset: 0; flex-direction: column; align-items: flex-start; justify-content: flex-start;
    width: 100vw;
    height: 100dvh;
    min-height: 100svh;
    background: #050814;
    backdrop-filter: blur(18px) saturate(120%);
    padding: calc(88px + env(safe-area-inset-top, 0px)) var(--pad) calc(28px + env(safe-area-inset-bottom, 0px));
    gap: 16px;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform .45s var(--ease), opacity .3s ease, visibility .3s ease;
  }
  .nav__menu a {
    width: 100%;
    padding: 12px 0;
    font-size: clamp(22px, 6vw, 28px);
  }
  .nav__menu a::after { bottom: 4px; }
  .nav.menu-open .nav__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .nav.menu-open {
    background: rgba(5,8,20,.92);
    backdrop-filter: blur(18px);
    border-color: var(--line);
  }
  .nav__cta { display: none; }
  .nav__burger { display: block; }
}

/* ================== HERO ================== */
.hero {
  position: relative; min-height: min(100svh, 920px);
  padding: 124px var(--pad) 72px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 5vw, 72px); align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero > * { position: relative; }
.hero__content { z-index: 3; max-width: 660px; }
.hero__visual { z-index: 2; }
.hero__visual .ring {
  position: absolute; inset: 8%; border-radius: 50%;
  border: 1px dashed rgba(123,179,255,.35);
  animation: spin 28s linear infinite;
}
.hero__visual .ring.ring--2 {
  inset: 2%; border: 1px solid rgba(55,211,252,.18); animation-duration: 44s; animation-direction: reverse;
}
.hero__visual .ring .dot-mark {
  position: absolute; top: -4px; left: 50%;
  width: 8px; height: 8px; border-radius: 50%; background: var(--secondary);
  box-shadow: 0 0 16px var(--secondary);
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(123,179,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123,179,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 30%, transparent 75%);
}
.orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px);
  opacity: .55;
  will-change: transform;
}
.orb--1 { width: 560px; height: 560px; background: radial-gradient(circle, #2255BF 0%, transparent 70%); top: -120px; left: -120px; }
.orb--2 { width: 720px; height: 720px; background: radial-gradient(circle, #37D3FC 0%, transparent 70%); bottom: -200px; right: -180px; opacity: .35; }

.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  font-family: var(--font-display); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim);
  backdrop-filter: blur(10px);
}
.hero__title {
  margin-top: 28px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(48px, 7.3vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #fff;
  text-wrap: balance;
}
.hero__title em {
  font-style: normal;
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.split-line { display: block; overflow: hidden; }
.split-line > span { display: block; will-change: transform; }
.hero__title.pre-anim .split-line > span { transform: translateY(110%); }
.hero__lead {
  margin-top: 28px;
  max-width: 580px;
  font-size: clamp(17px, 1.5vw, 19px);
  color: var(--text-dim);
  text-wrap: pretty;
}
.hero__ctas { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero__stats {
  margin-top: 60px; display: flex; gap: clamp(20px, 4vw, 60px);
  border-top: 1px solid var(--line); padding-top: 28px;
  max-width: 540px;
}
.hero__stats div { display: flex; flex-direction: column; }
.hero__stats strong {
  font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 4vw, 44px);
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__stats span { font-size: 12px; color: var(--text-mute); text-transform: uppercase; letter-spacing: .12em; margin-top: 4px; }

.hero__visual { position: relative; display: grid; place-items: center; height: clamp(360px, 54vw, 540px); }
.hero__logo {
  width: min(440px, 80%);
  filter: drop-shadow(0 30px 80px rgba(55,211,252,.35));
  animation: float 9s ease-in-out infinite;
  z-index: 2;
}
.hero__halo {
  position: absolute; inset: 10% ; border-radius: 50%;
  background: radial-gradient(circle, rgba(55,211,252,.35), transparent 60%);
  animation: pulse-halo 5s ease-in-out infinite;
}
@keyframes float { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-18px) } }
@keyframes pulse-halo { 0%,100%{ transform: scale(1); opacity: .55 } 50%{ transform: scale(1.06); opacity: .35 } }

.hero__scroll {
  position: absolute; left: var(--pad); bottom: 40px;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .25em; font-size: 11px; color: var(--text-mute);
}
.hero__scroll .line { width: 60px; height: 1px; background: var(--text-mute); position: relative; overflow: hidden; }
.hero__scroll .line::after { content: ""; position: absolute; inset: 0; background: var(--secondary); transform: translateX(-100%); animation: scroll-line 2.4s ease-in-out infinite; }
@keyframes scroll-line { 0%{ transform: translateX(-100%) } 50%{ transform: translateX(0) } 100%{ transform: translateX(100%) } }

@media (max-width: 920px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 110px; gap: 30px; }
  .hero__content { max-width: none; }
  .hero__visual {
    height: clamp(220px, 46vw, 320px);
    width: min(100%, 420px);
    justify-self: center;
  }
  .hero__scroll { display: none; }
}

/* ================== MARQUEE ================== */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
  overflow: hidden;
  padding: 22px 0;
}
.marquee__track {
  display: flex; gap: 40px; align-items: center;
  white-space: nowrap;
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: .14em; font-size: 14px;
  color: var(--text-dim);
  animation: marquee 32s linear infinite;
  width: max-content;
}
.marquee__track i { color: var(--secondary); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ================== SOBRE ================== */
.sobre { padding: 140px 0; position: relative; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sobre__media { position: relative; }
.sobre__card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4/5;
  background: var(--bg-2);
}
.sobre__card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.sobre__card:hover img { transform: scale(1.04); }
.sobre__tag {
  position: absolute; top: 20px; left: 20px;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(5,8,20,.6); backdrop-filter: blur(12px);
  border: 1px solid var(--line); font-size: 12px; color: #fff;
}
.sobre__badge {
  position: absolute; bottom: -30px; right: -30px;
  background: var(--grad); padding: 22px 26px; border-radius: var(--radius);
  box-shadow: 0 20px 60px -20px rgba(55,211,252,.7);
  display: flex; flex-direction: column;
}
.sobre__badge strong { font-family: var(--font-display); font-size: 28px; font-weight: 700; }
.sobre__badge span { font-size: 11px; opacity: .85; max-width: 180px; }

.sobre__text p { color: var(--text-dim); font-size: 17px; margin-top: 22px; max-width: 540px; }
.sobre__text p,
.mvv p,
.mvv li,
.mission p,
.panel__list span,
.feat p,
.comp-card p,
.join-card p,
.faq__a > p,
.contato__text p,
.depo blockquote {
  text-wrap: pretty;
}

.mvv { margin-top: 44px; display: grid; gap: 22px; }
.mvv > div {
  border-left: 2px solid var(--secondary);
  padding: 4px 0 4px 18px;
}
.mvv h4 { font-family: var(--font-display); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .14em; color: #fff; }
.mvv p { color: var(--text-dim); margin-top: 6px; }
.mvv ul { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--text-dim); }
.mvv li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; }
.mvv li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--secondary); }

@media (max-width: 920px) {
  .grid-2 { grid-template-columns: 1fr; gap: 60px; }
  .sobre__badge { right: 20px; bottom: -20px; }
}

/* ================== MISSÕES ================== */
.missoes { padding: 120px 0 140px; background: linear-gradient(180deg, transparent, var(--bg-2) 30%, var(--bg-2) 70%, transparent); position: relative; overflow-x: clip; }
.missoes__track {
  margin-top: 60px;
  display: flex; gap: 22px;
  padding: 0 var(--pad) 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) transparent;
}
.missoes__track::-webkit-scrollbar { height: 6px; }
.missoes__track::-webkit-scrollbar-thumb { background: var(--secondary); border-radius: 99px; }
.mission {
  flex: 0 0 clamp(260px, 32vw, 420px);
  min-height: 380px;
  padding: 32px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid var(--line);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .6s var(--ease), border-color .4s, background .4s;
  transform-style: preserve-3d;
  will-change: transform;
}
.mission::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 0%), rgba(55,211,252,.22), transparent 65%);
  opacity: 0; transition: opacity .5s;
  pointer-events: none;
}
.mission:hover { border-color: rgba(55,211,252,.4); }
.mission:hover::after { opacity: 1; }
.mission > * { position: relative; z-index: 1; }
.mission__num {
  font-family: var(--font-display); font-weight: 700; font-size: 80px; line-height: .9;
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -.04em;
}
.mission h3 { font-family: var(--font-display); font-weight: 600; font-size: 26px; margin-top: 24px; line-height: 1.15; }
.mission p { color: var(--text-dim); margin-top: 14px; font-size: 15px; }

/* ================== OFERTA ================== */
.oferta { padding: 140px 0; }
.tabs {
  display: inline-flex; gap: 6px; padding: 6px;
  border-radius: 999px; border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  margin: 0 auto 40px; justify-content: center;
}
.tabs { display: flex; max-width: 540px; }
.tab {
  flex: 1; padding: 12px 18px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 500; font-size: 14px;
  color: var(--text-dim); cursor: pointer; transition: color .3s, background .3s;
}
.tab.active { background: var(--grad); color: #fff; box-shadow: 0 6px 20px -6px rgba(55,211,252,.6); }
.panels { position: relative; }
.panel {
  display: none; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center;
}
.panel.active { display: grid; animation: fade .6s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(12px) } to { opacity: 1; transform: translateY(0) } }
.panel__img {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  aspect-ratio: 4/3;
}
.panel__img img { width: 100%; height: 100%; object-fit: cover; }
.panel__list { display: grid; gap: 18px; }
.panel__list li {
  display: grid; grid-template-columns: 36px 1fr; gap: 18px; align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.panel__list li:first-child { border-top: 0; padding-top: 0; }
.panel__list i {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--grad);
  display: grid; place-items: center;
  position: relative;
}
.panel__list i::after {
  content: ""; width: 12px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px,-2px);
}
.panel__list strong { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: #fff; }
.panel__list span { display: block; color: var(--text-dim); font-size: 14px; margin-top: 4px; }

@media (max-width: 920px) { .panel.active { grid-template-columns: 1fr; gap: 30px; } }

/* ================== ESPAÇO ================== */
.espaco { padding: 140px 0; }
.espaco__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.bento {
  position: relative; overflow: hidden; border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-2);
  cursor: pointer;
  isolation: isolate;
}
.bento img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.2s var(--ease), filter .6s;
  filter: saturate(.9) brightness(.85);
  z-index: 0;
}
.bento::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 30%, rgba(5,8,20,.85) 100%);
}
.bento:hover img { transform: scale(1.08); filter: saturate(1.1) brightness(.95); }
.bento__meta {
  position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2;
  color: #fff;
}
.bento__meta span { font-family: var(--font-display); font-size: 11px; letter-spacing: .2em; color: var(--secondary); }
.bento__meta h4 { font-family: var(--font-display); font-weight: 600; font-size: 22px; margin-top: 6px; }
.bento__meta p { color: rgba(255,255,255,.8); font-size: 13px; margin-top: 4px; }

.bento--1 { grid-column: span 3; grid-row: span 2; }
.bento--2 { grid-column: span 3; grid-row: span 1; }
.bento--3 { grid-column: span 2; grid-row: span 1; }
.bento--4 { grid-column: span 1; grid-row: span 1; }
.bento--5 { grid-column: span 3; grid-row: span 1; }
.bento--6 { grid-column: span 3; grid-row: span 1; }

@media (max-width: 920px) {
  .espaco__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .bento { grid-column: span 1 !important; grid-row: span 1 !important; }
  .bento--1 { grid-column: span 2 !important; grid-row: span 2 !important; }
}

.gear { margin-top: 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gear > div {
  padding: 22px; border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}
.gear strong { display: block; font-family: var(--font-display); font-size: 16px; font-weight: 600; color: #fff; }
.gear span { display: block; color: var(--text-dim); font-size: 13px; margin-top: 8px; }
@media (max-width: 920px) { .gear { grid-template-columns: 1fr 1fr; } }

/* ================== TEC ================== */
.tec { padding: 140px 0; background: linear-gradient(180deg, transparent, rgba(34,85,191,.06), transparent); }
.tec__text p { color: var(--text-dim); font-size: 17px; margin-top: 22px; }
.feat { margin-top: 36px; display: grid; gap: 14px; }
.feat li {
  display: grid; grid-template-columns: 60px 1fr; gap: 18px; align-items: start;
  padding: 18px 22px; border-radius: var(--radius-sm);
  background: rgba(255,255,255,.025);
  border: 1px solid var(--line);
  transition: transform .4s var(--ease), background .4s;
}
.feat li:hover { transform: translateX(6px); background: rgba(55,211,252,.06); }
.feat span {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.feat strong { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: #fff; }
.feat p { color: var(--text-dim); font-size: 14px; margin-top: 4px; }

.tec__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card {
  padding: 36px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  position: relative; overflow: hidden;
}
.stat-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(55,211,252,.18), transparent 60%);
  opacity: .8;
}
.stat-card strong {
  position: relative;
  font-family: var(--font-display); font-weight: 600; font-size: clamp(48px, 6vw, 78px); line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block;
}
.stat-card span { position: relative; display: block; margin-top: 14px; color: var(--text-dim); font-size: 14px; }

/* ================== IMPACTO / METODOLOGIA ================== */
.impacto { padding: 140px 0; background: linear-gradient(180deg, transparent, rgba(34,85,191,.05), transparent); }
.method {
  margin-top: 40px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  counter-reset: step;
  list-style: none;
}
.method li {
  position: relative;
  padding: 32px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  min-height: 220px;
  overflow: hidden;
  transition: transform .5s var(--ease), border-color .4s;
}
.method li::before {
  content: ""; position: absolute; top: 0; left: 0; height: 2px; width: 100%;
  background: var(--grad); transform-origin: 0 50%; transform: scaleX(0);
  transition: transform .8s var(--ease);
}
.method li.in::before { transform: scaleX(1); }
.method li::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(55,211,252,.18), transparent 65%);
  opacity: 0; transition: opacity .4s;
  pointer-events: none;
}
.method li:hover { border-color: rgba(55,211,252,.4); }
.method li:hover::after { opacity: 1; }
.method li > * { position: relative; z-index: 1; }
.method .step {
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  letter-spacing: .2em; color: var(--secondary);
}
.method h4 {
  font-family: var(--font-display); font-weight: 600; font-size: 22px; margin-top: 16px;
  color: #fff;
}
.method p { color: var(--text-dim); font-size: 14px; margin-top: 10px; }

@media (max-width: 820px) {
  .method { grid-template-columns: 1fr 1fr; }
  .impacto { padding: 90px 0; }
}
@media (max-width: 560px) {
  .method { grid-template-columns: 1fr; }
}

/* ================== COMP ================== */
.comp { padding: 140px 0; }
.comp__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.comp-card {
  padding: 36px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  min-height: 220px;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .5s var(--ease), border-color .4s;
}
.comp-card { position: relative; overflow: hidden; }
.comp-card::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(55,211,252,.18), transparent 65%);
  opacity: 0; transition: opacity .4s; pointer-events: none;
}
.comp-card:hover { border-color: rgba(55,211,252,.4); }
.comp-card:hover::after { opacity: 1; }
.comp-card > * { position: relative; z-index: 1; }
.comp-card h4 {
  font-family: var(--font-display); font-weight: 700; font-size: 32px;
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -.02em;
}
.comp-card p { color: var(--text-dim); margin-top: 12px; font-size: 14px; }
@media (max-width: 920px) { .comp__grid { grid-template-columns: 1fr 1fr; } }

/* ================== JOIN ================== */
.join { padding: 140px 0; background: var(--bg-2); }
.join__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.join-card {
  position: relative;
  padding: 32px 28px 28px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
  border: 1px solid var(--line);
  min-height: 240px;
  display: flex; flex-direction: column; gap: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: transform .5s var(--ease), border-color .4s;
  transform-style: preserve-3d;
  will-change: transform;
}
.join-card::before {
  content: ""; position: absolute; inset: 0;
  background: var(--grad);
  opacity: 0; transition: opacity .5s;
  z-index: 0;
}
.join-card > * { position: relative; z-index: 1; }
.join-card:hover { transform: translateY(-8px); }
.join-card:hover::before { opacity: 1; }
.join-card:hover .num, .join-card:hover h4, .join-card:hover p, .join-card:hover .arrow { color: #fff; }
.join-card .num { font-family: var(--font-display); font-size: 13px; letter-spacing: .2em; color: var(--secondary); }
.join-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 22px; color: #fff; }
.join-card p { color: var(--text-dim); font-size: 14px; flex: 1; }
.join-card .arrow {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
  display: grid; place-items: center;
  align-self: flex-end;
  transition: transform .4s var(--ease), background .4s;
}
.join-card .arrow svg { width: 16px; height: 16px; }
.join-card:hover .arrow { background: rgba(255,255,255,.18); transform: translateX(4px); }
@media (max-width: 920px) { .join__grid { grid-template-columns: 1fr 1fr; } }

/* ================== PARCEIROS ================== */
.parceiros {
  padding: 90px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.parceiros__row {
  margin-top: 24px;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 60px;
}
.parceiros__row img { height: 56px; opacity: .7; transition: opacity .4s; filter: brightness(1.1); }
.parceiros__row img:hover { opacity: 1; }

/* ================== CONTATO ================== */
.contato { padding: 140px 0; }
.contato__text p { color: var(--text-dim); font-size: 17px; margin-top: 22px; max-width: 460px; }
.contato__channel {
  margin-top: 30px;
  max-width: 500px;
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
}
.contato__channel strong {
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--secondary);
}
.contato__channel p {
  margin-top: 10px;
  max-width: none;
  font-size: 15px;
}
.contato__list { margin-top: 40px; display: grid; gap: 22px; }
.contato__list li {
  display: grid; grid-template-columns: 110px 1fr; gap: 18px; align-items: start;
  padding-bottom: 22px; border-bottom: 1px solid var(--line);
}
.contato__list span { font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: var(--text-mute); padding-top: 6px; }
.contato__list a { font-size: 17px; color: #fff; transition: color .3s; overflow-wrap: anywhere; }
.contato__list a:hover { color: var(--secondary); }
.contato__actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contato__form {
  padding: 36px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  display: grid; gap: 18px;
}
.contato__form-intro {
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.6;
}
.contato__form label { display: grid; gap: 8px; }
.contato__form span {
  font-family: var(--font-display); font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: var(--text-mute);
}
.contato__form input,
.contato__form select,
.contato__form textarea {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: #fff;
  font-size: 15px;
  transition: border-color .3s, background .3s;
}
.contato__form select {
  color-scheme: dark;
  color: #fff;
  background-color: rgba(12,18,38,.98);
}
.contato__form select option {
  color: #0A1128;
  background: #fff;
}
.contato__form select option:checked {
  color: #fff;
  background: #2255BF;
}
.contato__form input:focus,
.contato__form select:focus,
.contato__form textarea:focus {
  outline: 0; border-color: var(--secondary); background: rgba(55,211,252,.05);
}
.contato__form textarea { resize: vertical; min-height: 120px; }
.contato__form button { justify-self: start; margin-top: 4px; }
.contato__form .btn--primary,
.contato__form .btn--primary span,
.contato__form .btn--primary svg { color: #fff; }

/* ================== FOOTER ================== */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.footer__top { padding: 80px 0 40px; display: grid; grid-template-columns: 1.2fr 2fr; gap: 60px; }
.footer__brand img { height: 36px; }
.footer__brand p { margin-top: 18px; color: var(--text-dim); max-width: 320px; font-size: 14px; }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer__links h5 { font-family: var(--font-display); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; color: #fff; margin-bottom: 16px; }
.footer__links a { display: block; color: var(--text-dim); font-size: 14px; padding: 6px 0; transition: color .3s; overflow-wrap: anywhere; }
.footer__links a:hover { color: var(--secondary); }

.footer__bottom {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 28px 0; border-top: 1px solid var(--line);
  font-size: 12px; color: var(--text-mute);
}
.footer__huge {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(120px, 22vw, 320px);
  line-height: .8;
  letter-spacing: -.04em;
  text-align: center;
  background: linear-gradient(180deg, rgba(55,211,252,.15), transparent 80%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin: 20px 0 -40px;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 920px) {
  .footer__top { grid-template-columns: 1fr; }
  .footer__links { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: column; }
}

/* ================== BTN SMALL VARIANT ================== */
.btn--sm { padding: 12px 20px; font-size: 13px; }
.btn--sm svg { width: 16px; height: 16px; }

/* ================== IMPACT NUMBERS BAR ================== */
.impact-numbers {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 56px 0;
}
.impact-numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}
.impact-n {
  padding: 16px 24px;
  border-right: 1px solid var(--line);
}
.impact-n:last-child { border-right: 0; }
.impact-n strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -.03em;
}
.impact-n span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: var(--font-display);
}
@media (max-width: 820px) {
  .impact-numbers__grid { grid-template-columns: repeat(2, 1fr); }
  .impact-n:nth-child(2) { border-right: 0; }
  .impact-n:nth-child(3) { border-top: 1px solid var(--line); }
  .impact-n:nth-child(4) { border-top: 1px solid var(--line); border-right: 0; }
}
@media (max-width: 480px) {
  .impact-numbers__grid { grid-template-columns: 1fr 1fr; }
  .impact-n strong { font-size: 38px; }
}

/* ================== FORM UPGRADES (LGPD + note) ================== */
.lgpd-label {
  display: flex !important; flex-direction: row !important; gap: 12px !important;
  align-items: flex-start;
  cursor: pointer;
}
.lgpd-label input[type="checkbox"] {
  width: 18px; height: 18px; flex: 0 0 18px;
  margin-top: 2px;
  accent-color: var(--secondary);
  cursor: pointer;
}
.lgpd-text {
  font-size: 12px !important;
  color: var(--text-mute) !important;
  line-height: 1.5;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.lgpd-text abbr { text-decoration: underline dotted; cursor: help; }
.form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-note { font-size: 13px; color: var(--text-dim); max-width: 320px; }
.form-note.error { color: #ff6b6b; }

/* ================== MATERIAIS DOWNLOAD ================== */
.contato__materiais {
  margin-top: 28px;
  padding: 20px 24px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
}
.contato__materiais p {
  font-size: 14px; color: var(--text-dim); flex: 1 1 200px;
  margin: 0;
}
@media (max-width: 560px) {
  .contato__materiais { flex-direction: column; align-items: flex-start; }
  .contato__actions { flex-direction: column; align-items: stretch; }
  .contato__actions .btn { width: 100%; justify-content: center; }
}

/* ================== DEPOIMENTOS ================== */
.depoimentos { padding: 120px 0; position: relative; }
.depoimentos::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(800px 400px at 20% 0%, rgba(34,85,191,.18), transparent 70%),
    radial-gradient(800px 400px at 80% 100%, rgba(55,211,252,.10), transparent 70%);
  pointer-events: none;
}
.depo__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  position: relative; align-items: stretch;
}
.depo {
  position: relative;
  padding: 36px 30px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  display: grid; gap: 20px;
  overflow: hidden;
  transition: transform .45s var(--ease), border-color .35s, box-shadow .45s;
}
.depo::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(55,211,252,.10), transparent 60%);
  opacity: 0; transition: opacity .35s; pointer-events: none;
}
.depo:hover { border-color: rgba(123,179,255,.35); box-shadow: 0 30px 70px rgba(0,0,0,.4); }
.depo:hover::before { opacity: 1; }
.depo__quote {
  width: 38px; height: 38px;
  color: var(--secondary);
  opacity: .85;
}
.depo blockquote {
  font-family: var(--font-display);
  font-size: 17px; line-height: 1.55;
  color: #EAF1FF;
  letter-spacing: -.005em;
  margin: 0;
}
.depo figcaption { display: grid; gap: 4px; padding-top: 6px; border-top: 1px solid var(--line); margin-top: auto; }
.depo figcaption strong { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: #fff; }
.depo figcaption span { font-size: 12px; color: var(--text-mute); letter-spacing: .04em; }

/* ================== FAQ ================== */
.faq { padding: 120px 0; }
.faq__head p { color: var(--text-dim); margin-top: 18px; max-width: 420px; }
.faq__head a { color: var(--secondary); text-decoration: underline; text-underline-offset: 4px; }
.faq__list { display: grid; gap: 10px; align-self: start; }
.faq__item {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  overflow: hidden;
  transition: border-color .35s, background .35s;
}
.faq__item:hover { border-color: rgba(123,179,255,.35); }
.faq__item.open {
  border-color: rgba(55,211,252,.45);
  background: linear-gradient(180deg, rgba(55,211,252,.06), rgba(255,255,255,.02));
}
.faq__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 24px;
  text-align: left;
  cursor: pointer;
  font-family: var(--font-display); font-weight: 500; font-size: 16px; color: #fff;
}
.faq__q i {
  width: 26px; height: 26px; flex: 0 0 26px;
  border-radius: 50%; border: 1px solid var(--line);
  position: relative; display: grid; place-items: center;
  transition: transform .35s var(--ease), border-color .35s;
}
.faq__q i::before, .faq__q i::after {
  content: ""; position: absolute;
  background: var(--secondary); border-radius: 1px;
  width: 10px; height: 1.5px; top: 50%; left: 50%; transform: translate(-50%, -50%);
  transition: transform .35s var(--ease), opacity .35s;
}
.faq__q i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item.open .faq__q i { border-color: var(--secondary); transform: rotate(180deg); }
.faq__item.open .faq__q i::after { opacity: 0; }
.faq__a {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .45s var(--ease);
}
.faq__a > p {
  overflow: hidden;
  padding: 0 24px;
  color: var(--text-dim); font-size: 15px; line-height: 1.65;
}
.faq__item.open .faq__a { grid-template-rows: 1fr; }
.faq__item.open .faq__a > p { padding: 0 24px 24px; }

/* ================== FLOATING CTA ================== */
.float-cta {
  position: fixed; right: 22px; bottom: 22px; z-index: 95;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 18px 14px 16px;
  border-radius: 999px;
  background: var(--grad);
  color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .01em;
  box-shadow: 0 20px 50px rgba(34,85,191,.45), 0 0 0 1px rgba(255,255,255,.12) inset;
  transform: translateY(30px) scale(.9); opacity: 0; pointer-events: none;
  transition: transform .5s var(--ease), opacity .4s, box-shadow .35s;
  will-change: transform, opacity;
}
.float-cta.show { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.float-cta:hover { box-shadow: 0 30px 70px rgba(34,85,191,.6), 0 0 0 1px rgba(255,255,255,.2) inset; }
.float-cta svg { width: 20px; height: 20px; }
body.lock .float-cta { opacity: 0; pointer-events: none; transform: translateY(16px) scale(.94); }
@media (max-width: 560px) {
  .float-cta { right: 14px; bottom: 14px; padding: 12px 16px 12px 14px; font-size: 13px; }
  .float-cta svg { width: 18px; height: 18px; }
}

/* ================== REVEAL ================== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ================== CHAR REVEAL ================== */
.char-reveal { perspective: 600px; }
.char-reveal .ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);   /* só Y — sem rotateX para evitar clip 3D */
  will-change: transform, opacity;
}
.char-reveal.revealed .ch {
  animation: chIn .65s var(--ease) both;
  animation-delay: calc(var(--i) * 16ms);
}
@keyframes chIn {
  from { opacity: 0; transform: translateY(0.5em); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ================== TILT ================== */
.tilt { transform-style: preserve-3d; }
.tilt-inner { transform: translateZ(20px); }

/* ================== RESPONSIVE REFINEMENTS ================== */
/* tablet ≤1100 */
@media (max-width: 1100px) and (min-width: 921px) {
  .nav__menu { gap: 20px; }
  .nav__menu a { font-size: 13px; }
  .espaco__grid { grid-auto-rows: 200px; }
}

/* tablet ≤1100 — depo/faq */
@media (max-width: 1100px) {
  .depo__grid { grid-template-columns: 1fr 1fr; }
  .depo__grid .depo:last-child { grid-column: 1 / -1; max-width: 640px; justify-self: center; }
}

/* small tablet ≤820 */
@media (max-width: 820px) {
  :root { --pad: clamp(18px, 5vw, 28px); }
  .depoimentos, .faq { padding: 90px 0; }
  .depo__grid { grid-template-columns: 1fr; }
  .depo__grid .depo:last-child { max-width: none; }
  .faq .grid-2 { gap: 30px; }
  .faq__head p { max-width: none; }
  .hero { padding-top: 110px; }
  .hero__stats { gap: 22px; flex-wrap: wrap; padding-top: 22px; }
  .hero__stats div { min-width: 90px; }
  .hero__stats strong { font-size: 30px; }
  .section-head { margin-bottom: 44px; }
  .sobre, .missoes, .oferta, .espaco, .tec, .comp, .join, .contato { padding: 90px 0; }
  .sobre__card { aspect-ratio: 3/4; }
  .sobre__badge { padding: 16px 20px; bottom: -16px; right: 16px; }
  .sobre__badge strong { font-size: 22px; }
  .comp__grid { grid-template-columns: 1fr 1fr; }
  .join__grid { grid-template-columns: 1fr 1fr; }
  .tec__stats { gap: 12px; }
  .stat-card { padding: 26px 22px; }
  .stat-card strong { font-size: clamp(40px, 10vw, 60px); }
  .footer__huge { font-size: clamp(96px, 24vw, 220px); margin-top: 10px; margin-bottom: -24px; }
  .parceiros__row { gap: 32px; }
  .parceiros__row img { height: 40px; }
  .mvv > div { padding-left: 16px; }
  .mission { min-height: 340px; padding: 26px; }
  .mission__num { font-size: 64px; }
  .mission h3 { font-size: 22px; }
  .tabs { flex-wrap: wrap; }
  .bento__meta { left: 16px; right: 16px; bottom: 16px; }
  .bento__meta h4 { font-size: 18px; }
  .bento__meta p { font-size: 12px; }
}

/* phone ≤560 */
@media (max-width: 560px) {
  :root { --pad: 18px; }
  .nav { gap: 12px; }
  .nav__brand { min-width: 0; gap: 10px; }
  .nav__brand span { font-size: 15px; }
  .nav__menu { padding-top: calc(82px + env(safe-area-inset-top, 0px)); gap: 12px; }
  .nav__menu a { font-size: 22px; }
  .depo { padding: 28px 22px 22px; }
  .depo blockquote { font-size: 16px; }
  .faq__q { padding: 18px 18px; font-size: 15px; }
  .faq__a > p { padding: 0 18px; font-size: 14px; }
  .faq__item.open .faq__a > p { padding: 0 18px 18px; }
  .btn { padding: 14px 20px; font-size: 14px; }
  .hero { padding-top: 92px; padding-bottom: 52px; gap: 18px; min-height: auto; }
  .hero__eyebrow { font-size: 11px; padding: 8px 12px; max-width: 100%; white-space: normal; }
  .hero__title { margin-top: 20px; font-size: clamp(34px, 10.6vw, 44px); letter-spacing: -0.03em; }
  .hero__lead { margin-top: 22px; font-size: 16px; }
  .hero__ctas { margin-top: 28px; flex-direction: column; }
  .hero__ctas .btn { width: 100%; justify-content: center; }
  .hero__stats { margin-top: 34px; width: 100%; gap: 14px; }
  .hero__stats div { flex: 1 1 86px; min-width: 0; }
  .hero__stats strong { font-size: 25px; }
  .hero__stats span { font-size: 10px; line-height: 1.35; text-wrap: balance; }
  .hero__visual { height: clamp(180px, 44vw, 220px); }
  .sobre__media { gap: 16px; }
  .sobre__card { aspect-ratio: 4/3; }
  .sobre__badge {
    position: static;
    width: fit-content;
    max-width: 100%;
    margin-top: 0;
    box-shadow: 0 14px 34px -20px rgba(55,211,252,.55);
  }
  .tabs { flex-direction: row; padding: 4px; max-width: 100%; overflow-x: auto; scrollbar-width: none; }
  .tabs::-webkit-scrollbar { display: none; }
  .tab { padding: 10px 14px; font-size: 13px; white-space: nowrap; }
  .espaco__grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .bento { grid-column: span 1 !important; grid-row: span 1 !important; }
  .bento--1 { grid-row: span 2 !important; }
  .gear { grid-template-columns: 1fr; }
  .comp__grid, .join__grid { grid-template-columns: 1fr; }
  .comp-card { min-height: 180px; padding: 26px 22px; }
  .comp-card h4 { font-size: 28px; }
  .join-card { min-height: 180px; padding: 26px 22px; }
  .tec__stats { grid-template-columns: 1fr 1fr; }
  .contato__channel { padding: 18px 18px; }
  .contato__list li { grid-template-columns: 1fr; gap: 6px; }
  .contato__list span { padding-top: 0; }
  .contato__form { padding: 22px; border-radius: 18px; }
  .footer__links { grid-template-columns: 1fr; }
  .footer__top { padding: 60px 0 30px; gap: 40px; }
  .mvv ul { gap: 6px 12px; }
  .section-head { margin-bottom: 32px; }
  .sobre__text p, .tec__text p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .split-line > span { transform: none !important; }
  .hero__visual .ring { animation: none; }
  .char-reveal .ch { opacity: 1 !important; transform: none !important; }
}
