/* ===================================================
   GM7 Sistemas — Landing Page v3
   Dark theme · GSAP animations · Glassmorphism
   =================================================== */

:root {
  --bg:      #050a14;
  --bg2:     #080e1c;
  --surf:    rgba(255,255,255,0.04);
  --surf2:   rgba(255,255,255,0.07);
  --border:  rgba(255,255,255,0.08);
  --cyan:    #22D3EE;
  --indigo:  #6366F1;
  --green:   #34D399;
  --red:     #F87171;
  --text:    #F1F5F9;
  --text2:   #94A3B8;
  --text3:   #64748B;
  --r:       16px;
  --rs:      10px;
  --grad:    linear-gradient(135deg, #22D3EE, #6366F1);
  --font:    'Inter', 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
  overflow-x: hidden;
}

/* scrollbar */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--indigo); border-radius: 3px; }

/* ── CANVAS ── */
#gm7-canvas {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none; opacity: 0.55;
}

/* ── LAYOUT ── */
main { position: relative; z-index: 1; }
section { position: relative; z-index: 1; }
footer { position: relative; z-index: 1; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ── SECTION HEADERS ── */
.sec-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--cyan); margin-bottom: 14px;
}
.sec-label::before { content: ''; width: 20px; height: 2px; background: var(--grad); border-radius: 2px; }
.sec-title {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem); font-weight: 900;
  line-height: 1.18; margin-bottom: 16px; letter-spacing: -0.02em;
}
.sec-sub { font-size: 1.05rem; color: var(--text2); max-width: 540px; line-height: 1.7; margin-bottom: 56px; }
.sec-header { margin-bottom: 56px; }
.sec-header.centered { text-align: center; }
.sec-header.centered .sec-sub { margin: 0 auto 56px; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border: none; border-radius: 10px;
  background: var(--grad); color: #fff;
  font-size: 0.95rem; font-weight: 700; cursor: pointer;
  text-decoration: none; transition: opacity 0.2s, transform 0.2s, box-shadow 0.3s;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); }
.glow-btn:hover { box-shadow: 0 8px 32px rgba(34,211,238,0.35); }
.btn-lg { padding: 16px 32px; font-size: 1rem; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border: 1px solid rgba(34,211,238,0.35);
  border-radius: 10px; background: transparent; color: var(--cyan);
  font-size: 0.95rem; font-weight: 600; cursor: pointer;
  text-decoration: none; transition: all 0.2s;
}
.btn-ghost:hover { background: rgba(34,211,238,0.08); border-color: var(--cyan); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border: 2px solid rgba(99,102,241,0.5);
  border-radius: 10px; background: transparent; color: var(--text);
  font-size: 0.95rem; font-weight: 600; cursor: pointer;
  text-decoration: none; transition: all 0.2s;
}
.btn-outline:hover { background: rgba(99,102,241,0.1); border-color: var(--indigo); transform: translateY(-2px); }
.btn-arr { display: inline-block; transition: transform 0.2s; }
.btn-primary:hover .btn-arr { transform: translateX(4px); }

/* ── NAVBAR ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 0 24px; height: 64px; display: flex; align-items: center;
  transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s;
}
.nav.scrolled {
  background: rgba(5,10,20,0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}
.nav-inner { max-width: 1200px; width: 100%; margin: 0 auto; display: flex; align-items: center; gap: 32px; }
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; font-weight: 800; font-size: 1.15rem; color: var(--text); flex-shrink: 0;
}
.nav-logo-img { width: 34px; height: 34px; border-radius: 8px; object-fit: contain; display: block; }
.nav-logo-fb {
  width: 34px; height: 34px; border-radius: 8px;
  background: var(--grad); align-items: center; justify-content: center;
  font-size: 0.95rem; font-weight: 900; color: #fff;
}
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; flex: 1; justify-content: center; }
.nav-links a {
  color: var(--text2); text-decoration: none; font-size: 0.88rem; font-weight: 500;
  transition: color 0.2s; position: relative; padding-bottom: 2px;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 1px; background: var(--cyan); transform: scaleX(0); transition: transform 0.25s;
}
.nav-links a:hover { color: var(--cyan); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px; margin-left: auto; background: none; border: none;
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text2); border-radius: 2px; transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile menu */
.mobile-menu {
  display: none; flex-direction: column; gap: 0;
  padding: 12px 24px 20px; background: rgba(5,10,20,0.97);
  border-bottom: 1px solid var(--border); position: fixed;
  top: 64px; left: 0; right: 0; z-index: 199;
}
.mobile-menu.open { display: flex; }
.mm-link {
  color: var(--text2); text-decoration: none; font-size: 0.95rem;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.04); transition: color 0.2s;
}
.mm-link:hover { color: var(--cyan); }
.mm-sep { height: 1px; background: rgba(255,255,255,0.06); margin: 8px 0; }
.mm-ghost { color: var(--cyan) !important; font-weight: 600; }
.mm-cta {
  padding: 12px 0 !important; font-weight: 700 !important;
  color: #fff !important; background: var(--grad); border-radius: 8px;
  text-align: center; border-bottom: none !important; margin-top: 6px;
}

/* ── HERO ── */
.hero-section { min-height: 100vh; display: flex; align-items: center; padding: 100px 0 80px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.22);
  border-radius: 999px; padding: 6px 16px;
  font-size: 0.8rem; font-weight: 600; color: var(--cyan);
  margin-bottom: 28px; opacity: 0;
}
.eyebrow-dot {
  width: 6px; height: 6px; background: var(--cyan); border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.4)} }

.hero-title {
  font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 900;
  line-height: 1.1; margin-bottom: 24px; letter-spacing: -0.03em;
}
.clip-wrap { display: block; overflow: hidden; }
.clip-wrap > span { display: block; } /* GSAP animates this */
.hero-title em { font-style: normal; }

.hero-sub { font-size: 1.1rem; color: var(--text2); max-width: 460px; line-height: 1.7; margin-bottom: 36px; opacity: 0; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; opacity: 0; }
.hero-stats { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; opacity: 0; }
.hs-item { text-align: left; }
.hs-num {
  font-size: 2.2rem; font-weight: 900;
  background: var(--grad); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; line-height: 1;
}
.hs-label { font-size: 0.78rem; color: var(--text3); margin-top: 4px; }
.hs-div { width: 1px; height: 36px; background: rgba(255,255,255,0.1); flex-shrink: 0; }

/* Hero visual */
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; opacity: 0; }
.hv-glow {
  position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,211,238,0.2) 0%, rgba(99,102,241,0.1) 45%, transparent 70%);
  filter: blur(40px); pointer-events: none; z-index: 0;
}
.hv-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; backdrop-filter: blur(8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5); position: relative; z-index: 1;
}
.hv-card--main {
  width: 100%; max-width: 420px;
  padding: 20px; animation: floatMain 7s ease-in-out infinite;
}
@keyframes floatMain {
  0%,100% { transform: translateY(0) rotateX(1deg); }
  50% { transform: translateY(-14px) rotateX(-1deg); }
}
.hv-topbar { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.hv-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.hv-dot--r { background: #F87171; }
.hv-dot--y { background: #FCD34D; }
.hv-dot--g { background: #34D399; }
.hv-title { font-size: 0.72rem; color: var(--text3); flex: 1; text-align: center; }
.hv-badge { font-size: 0.62rem; font-weight: 700; color: #34D399; background: rgba(52,211,153,0.1); border: 1px solid rgba(52,211,153,0.22); border-radius: 999px; padding: 2px 8px; }
.hv-code { font-family: 'Fira Code', 'Courier New', monospace; font-size: 0.72rem; line-height: 1.7; }
.code-line { white-space: nowrap; overflow: hidden; }
.ct { color: var(--indigo); }
.cv { color: var(--cyan); }
.cs { color: #34D399; }
.cf { color: #FCD34D; }
.cp { color: var(--text2); }

.hv-card--kpi {
  position: absolute; bottom: -24px; right: -28px; padding: 14px 18px;
  min-width: 170px; animation: floatKpi 5s ease-in-out infinite; animation-delay: 0.5s;
}
@keyframes floatKpi { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.hv-kpi-label { font-size: 0.62rem; color: var(--text3); margin-bottom: 4px; }
.hv-kpi-val { font-size: 1.1rem; font-weight: 800; color: var(--cyan); }
.hv-kpi-trend { font-size: 0.65rem; color: #34D399; margin-top: 3px; }

.hv-card--deploy {
  position: absolute; top: -18px; left: -24px; padding: 10px 14px;
  font-size: 0.68rem; font-weight: 600; color: #34D399;
  display: flex; align-items: center; gap: 8px;
  animation: floatDep 6s ease-in-out infinite; animation-delay: 1.5s;
}
@keyframes floatDep { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.deploy-dot {
  width: 8px; height: 8px; background: #34D399; border-radius: 50%;
  animation: blink 1.5s ease-in-out infinite;
}

/* ── MARQUEE ── */
.marquee-section {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.02); padding: 18px 0;
  position: relative; z-index: 1; overflow: hidden;
}
.marquee-label { font-size: 0.75rem; color: var(--text3); text-align: center; margin-bottom: 12px; }
.marquee-track {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  mask: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.marquee-inner {
  display: flex; gap: 32px; width: max-content;
  animation: marquee 28s linear infinite;
}
@keyframes marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }
.marquee-item {
  font-size: 0.85rem; font-weight: 600; color: var(--text2);
  background: var(--surf); border: 1px solid var(--border);
  border-radius: 999px; padding: 7px 18px; white-space: nowrap;
  transition: border-color 0.2s;
}
.marquee-item:hover { border-color: rgba(34,211,238,0.3); color: var(--cyan); }
.rm .marquee-inner { animation: none; }

/* ── SOLUÇÕES ── */
.sol-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.sol-card {
  background: var(--surf); border: 1px solid var(--border);
  border-radius: var(--r); padding: 36px 28px;
  position: relative; overflow: hidden;
  transition: transform 0.35s cubic-bezier(.22,.68,0,1.2), box-shadow 0.35s, border-color 0.35s;
  cursor: default;
}
.sol-card::before {
  content: ''; position: absolute; inset: 0; border-radius: var(--r); padding: 1px;
  background: var(--grad);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; transition: opacity 0.35s;
}
.sol-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.4); border-color: transparent; }
.sol-card:hover::before { opacity: 1; }
.sol-card--featured {
  background: linear-gradient(135deg, rgba(34,211,238,0.07), rgba(99,102,241,0.1));
  border-color: rgba(99,102,241,0.28);
}
.sol-icon { font-size: 2.4rem; margin-bottom: 18px; display: block; }
.sol-card h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 10px; }
.sol-card p  { font-size: 0.88rem; color: var(--text2); line-height: 1.65; }
.sol-tag {
  display: inline-block; margin-top: 16px; padding: 4px 12px;
  border-radius: 999px; font-size: 0.7rem; font-weight: 700;
  background: linear-gradient(135deg, rgba(34,211,238,0.12), rgba(99,102,241,0.12));
  color: var(--cyan); border: 1px solid rgba(34,211,238,0.18);
}

/* ── PRODUTO GM7 LOG ── */
.produto-section {
  background: rgba(255,255,255,0.015);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.prod-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }

/* Dashboard mockup */
.prod-visual { position: relative; display: flex; justify-content: center; align-items: center; }
.prod-glow {
  position: absolute; width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,211,238,0.18) 0%, rgba(99,102,241,0.1) 50%, transparent 70%);
  filter: blur(40px); pointer-events: none;
}
.dash-mock {
  width: 100%; max-width: 440px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px; padding: 22px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.55);
  backdrop-filter: blur(4px); position: relative; z-index: 1;
  animation: floatDash 7s ease-in-out infinite;
}
@keyframes floatDash { 0%,100%{transform:translateY(0) rotate(-1deg)} 50%{transform:translateY(-14px) rotate(1deg)} }
.dm-header { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.dm-dots { display: flex; gap: 5px; }
.dm-dots span { width: 8px; height: 8px; border-radius: 50%; }
.dm-dots span:nth-child(1){background:#F87171}
.dm-dots span:nth-child(2){background:#FCD34D}
.dm-dots span:nth-child(3){background:#34D399}
.dm-title { font-size: 0.72rem; font-weight: 600; color: var(--text2); flex: 1; }
.dm-live {
  display: flex; align-items: center; gap: 5px; font-size: 0.6rem;
  font-weight: 700; color: #34D399;
  background: rgba(52,211,153,0.1); border: 1px solid rgba(52,211,153,0.2);
  border-radius: 999px; padding: 2px 8px;
}
.dm-live-dot { width: 5px; height: 5px; background: #34D399; border-radius: 50%; animation: blink 1.5s ease-in-out infinite; }
.dm-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 16px; }
.dm-kpi { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07); border-radius: 9px; padding: 10px 8px; text-align: center; }
.dm-kpi-l { font-size: 0.6rem; color: var(--text3); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 4px; }
.dm-kpi-v { font-size: 0.9rem; font-weight: 800; }
.dm-kpi-v.green { color: var(--green); }
.dm-kpi-v.red   { color: var(--red); }
.dm-kpi-v.cyan  { color: var(--cyan); }
.dm-kpi-t { font-size: 0.58rem; font-weight: 700; margin-top: 2px; }
.dm-kpi-t.up { color: var(--green); }
.dm-kpi-t.down { color: var(--red); }
.dm-chart { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 9px; padding: 12px 10px; margin-bottom: 12px; }
.dm-chart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.dm-chart-label { font-size: 0.6rem; color: var(--text3); text-transform: uppercase; letter-spacing: .05em; }
.dm-chart-period { font-size: 0.58rem; color: var(--text3); }
.dm-bars { display: flex; align-items: flex-end; gap: 5px; height: 72px; }
.dm-bw { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; height: 72px; justify-content: flex-end; }
.dm-bw span { font-size: 0.5rem; color: var(--text3); }
.dm-bar { width: 100%; height: var(--h,50%); border-radius: 4px 4px 0 0; background: linear-gradient(180deg,var(--cyan),var(--indigo)); opacity: .72; transform-origin: bottom; animation: growBar 1.5s ease forwards; }
.dm-bar.hi { background: linear-gradient(180deg, var(--green), #059669); opacity: .92; }
.dm-bw:nth-child(1) .dm-bar{animation-delay:.1s}
.dm-bw:nth-child(2) .dm-bar{animation-delay:.2s}
.dm-bw:nth-child(3) .dm-bar{animation-delay:.3s}
.dm-bw:nth-child(4) .dm-bar{animation-delay:.4s}
.dm-bw:nth-child(5) .dm-bar{animation-delay:.5s}
.dm-bw:nth-child(6) .dm-bar{animation-delay:.6s}
@keyframes growBar { from{transform:scaleY(0);opacity:0} to{transform:scaleY(1);opacity:.72} }
.dm-rows { display: flex; flex-direction: column; gap: 5px; }
.dm-row { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.03); border-radius: 7px; padding: 7px 9px; }
.dm-row-ic { width: 22px; height: 22px; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; flex-shrink: 0; }
.dm-row-ic.truck { background: rgba(34,211,238,0.12); }
.dm-row-ic.fuel  { background: rgba(248,113,113,0.12); }
.dm-row-ic.ok    { background: rgba(52,211,153,0.12); }
.dm-row-t { font-size: 0.68rem; color: var(--text3); flex: 1; }
.dm-row-v { font-size: 0.7rem; font-weight: 700; }
.dm-row-v.green { color: var(--green); }
.dm-row-v.red   { color: var(--red); }

/* Produto texto */
.prod-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg,rgba(34,211,238,0.12),rgba(99,102,241,0.12));
  border: 1px solid rgba(34,211,238,0.2); border-radius: 999px;
  padding: 5px 14px; font-size: 0.75rem; font-weight: 700;
  color: var(--cyan); margin-bottom: 16px;
}
.prod-checks { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 32px; }
.prod-checks li { display: flex; align-items: center; gap: 10px; font-size: 0.93rem; color: var(--text2); }
.chk {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--cyan), var(--indigo));
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; font-weight: 900; color: #fff;
}
.prod-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── STATS BAR ── */
.stats-bar {
  background: linear-gradient(135deg, rgba(99,102,241,0.08), rgba(34,211,238,0.05));
  border-top: 1px solid rgba(99,102,241,0.18); border-bottom: 1px solid rgba(99,102,241,0.18);
  padding: 60px 0; position: relative; z-index: 1; overflow: hidden;
}
.stats-bar::before {
  content: ''; position: absolute; width: 600px; height: 200px;
  background: radial-gradient(ellipse, rgba(34,211,238,0.1) 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none;
}
.stats-inner { display: flex; align-items: center; justify-content: space-around; gap: 24px; flex-wrap: wrap; }
.stats-item { text-align: center; flex: 1; min-width: 120px; }
.stats-val {
  font-size: clamp(2rem,4vw,3.2rem); font-weight: 900;
  background: var(--grad); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 8px;
}
.stats-lbl { font-size: 0.82rem; color: var(--text3); }
.stats-div { width: 1px; height: 56px; background: rgba(255,255,255,0.08); flex-shrink: 0; }

/* ── PROCESSO ── */
.proc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.proc-card {
  background: var(--surf); border: 1px solid var(--border);
  border-radius: var(--r); padding: 32px 24px;
  position: relative; overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.proc-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.35); border-color: rgba(34,211,238,0.22); }
.proc-num {
  font-size: 2.4rem; font-weight: 900;
  background: var(--grad); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; opacity: 0.4; line-height: 1; margin-bottom: 12px;
}
.proc-icon { font-size: 1.8rem; margin-bottom: 12px; display: block; }
.proc-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; }
.proc-card p  { font-size: 0.85rem; color: var(--text2); line-height: 1.6; }
.proc-arrow {
  position: absolute; top: 50%; right: -12px; width: 24px; height: 2px;
  background: var(--grad); transform: translateY(-50%); z-index: 10;
}
.proc-arrow::after {
  content: ''; position: absolute; right: -1px; top: 50%; transform: translateY(-50%);
  border: 5px solid transparent; border-left-color: var(--indigo);
}

/* ── SOBRE ── */
.sobre-section {
  background: rgba(255,255,255,0.015);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.sobre-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.sobre-img-box {
  background: var(--surf); border: 1px solid var(--border);
  border-radius: var(--r); padding: 48px 36px; text-align: center;
}
.sobre-logo-wrap {
  width: 120px; height: 120px; border-radius: 24px;
  background: rgba(34,211,238,0.08); border: 1px solid rgba(34,211,238,0.15);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; box-shadow: 0 0 40px rgba(34,211,238,0.1);
}
.sobre-logo { width: 80px; height: 80px; object-fit: contain; }
.sobre-img-name { font-size: 1.1rem; font-weight: 800; margin-bottom: 6px; }
.sobre-img-sub { font-size: 0.82rem; color: var(--text3); margin-bottom: 20px; }
.sobre-tags { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.sobre-tags span {
  font-size: 0.72rem; font-weight: 600; color: var(--text2);
  background: var(--surf2); border: 1px solid var(--border);
  border-radius: 999px; padding: 4px 12px;
}
.sobre-text { font-size: 0.95rem; color: var(--text2); line-height: 1.75; }

/* ── DEPOIMENTOS ── */
.dep-section {
  background: rgba(255,255,255,0.015);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.dep-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.dep-card {
  background: var(--surf); border: 1px solid var(--border);
  border-radius: var(--r); padding: 28px 24px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.dep-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.dep-quote { font-size: 2rem; color: var(--indigo); line-height: 1; margin-bottom: 10px; font-family: Georgia, serif; }
.dep-text { font-size: 0.9rem; color: var(--text2); line-height: 1.65; margin-bottom: 18px; font-style: italic; }
.dep-author { display: flex; align-items: center; gap: 12px; }
.dep-photo {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--surf2); display: flex; align-items: center;
  justify-content: center; font-size: 1rem; flex-shrink: 0;
}
.dep-name    { font-size: 0.88rem; font-weight: 700; }
.dep-company { font-size: 0.75rem; color: var(--text3); }
.dep-empty { text-align: center; color: var(--text3); grid-column: 1/-1; padding: 48px 0; }
.dep-empty span { display: block; font-size: 2.5rem; margin-bottom: 12px; opacity: .4; }

/* ── FAQ ── */
.faq-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 72px; align-items: start; }
.faq-left { position: sticky; top: 80px; }
.faq-left .sec-sub { margin-bottom: 0; }
.faq-link { color: var(--cyan); text-decoration: none; font-weight: 600; }
.faq-link:hover { text-decoration: underline; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 20px 0; background: none; border: none;
  color: var(--text); font-size: 1rem; font-weight: 600; font-family: var(--font);
  cursor: pointer; text-align: left; transition: color 0.2s; line-height: 1.4;
}
.faq-q:hover { color: var(--cyan); }
.faq-ic {
  width: 26px; height: 26px; border-radius: 50%; background: var(--surf2);
  border: 1px solid var(--border); flex-shrink: 0;
  position: relative; transition: all 0.3s;
}
.faq-ic::before,.faq-ic::after {
  content: ''; position: absolute; background: var(--text2); border-radius: 2px; transition: all 0.3s;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.faq-ic::before { width: 10px; height: 2px; }
.faq-ic::after  { width: 2px; height: 10px; }
.faq-item.open .faq-ic { background: rgba(34,211,238,0.12); border-color: rgba(34,211,238,0.3); }
.faq-item.open .faq-ic::before { background: var(--cyan); }
.faq-item.open .faq-ic::after  { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }
.faq-item.open .faq-q { color: var(--cyan); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.4s cubic-bezier(.4,0,.2,1); }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { padding: 0 0 20px; font-size: 0.91rem; color: var(--text2); line-height: 1.7; }

/* ── CONTATO ── */
.contato-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: start; }
.contato-info { display: flex; flex-direction: column; gap: 20px; }
.ci-item { display: flex; align-items: flex-start; gap: 14px; }
.ci-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: linear-gradient(135deg,rgba(34,211,238,0.12),rgba(99,102,241,0.12));
  border: 1px solid rgba(34,211,238,0.18);
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.ci-title { font-size: 0.8rem; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.ci-val { font-size: 0.9rem; color: var(--text2); text-decoration: none; transition: color 0.2s; }
.ci-val:hover { color: var(--cyan); }
.contato-form { background: var(--surf); border: 1px solid var(--border); border-radius: var(--r); padding: 36px 32px; }
.cf-row { margin-bottom: 18px; }
.cf-row label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text2); margin-bottom: 6px; }
.cf-row input, .cf-row textarea {
  width: 100%; background: rgba(255,255,255,0.05); border: 1px solid var(--border);
  border-radius: 8px; padding: 11px 14px; color: var(--text); font-size: 0.9rem;
  font-family: var(--font); outline: none; transition: border-color 0.2s;
}
.cf-row input:focus,.cf-row textarea:focus { border-color: var(--cyan); }
.cf-row textarea { min-height: 100px; resize: vertical; }
.cf-row input::placeholder,.cf-row textarea::placeholder { color: var(--text3); }
.cf-msg { margin-top: 12px; font-size: 0.85rem; text-align: center; min-height: 1.2em; }
.cf-msg.ok  { color: var(--green); }
.cf-msg.err { color: var(--red); }

/* ── CTA FINAL ── */
.cta-final { padding: 80px 0; position: relative; z-index: 1; }
.cta-box {
  position: relative;
  background: linear-gradient(135deg, rgba(34,211,238,0.07) 0%, rgba(99,102,241,0.11) 100%);
  border: 1px solid rgba(99,102,241,0.22); border-radius: 24px;
  padding: 80px 48px; text-align: center; overflow: hidden;
}
.cta-glow {
  position: absolute; width: 500px; height: 300px;
  background: radial-gradient(ellipse, rgba(34,211,238,0.18) 0%, rgba(99,102,241,0.08) 50%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  pointer-events: none; filter: blur(24px);
}
.cta-content { position: relative; z-index: 1; }
.cta-title {
  font-size: clamp(1.9rem,3.5vw,3rem); font-weight: 900;
  line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em;
}
.cta-sub { font-size: 1rem; color: var(--text2); margin-bottom: 36px; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer { background: rgba(255,255,255,0.02); border-top: 1px solid var(--border); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-logo-img { width: 28px; height: 28px; border-radius: 6px; object-fit: contain; }
.footer-brand-name { font-size: 1.1rem; font-weight: 800; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.footer-desc { font-size: 0.88rem; color: var(--text3); line-height: 1.6; max-width: 260px; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 10px; }
.footer-soc {
  width: 36px; height: 36px; border-radius: 8px; background: var(--surf2);
  border: 1px solid var(--border); display: flex; align-items: center;
  justify-content: center; font-size: 0.9rem; text-decoration: none;
  color: var(--text3); transition: all 0.2s;
}
.footer-soc:hover { background: rgba(34,211,238,0.1); border-color: rgba(34,211,238,0.3); color: var(--cyan); }
.footer-col-title { font-size: 0.82rem; font-weight: 700; color: var(--text); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 0.85rem; color: var(--text3); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom {
  padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-copy  { font-size: 0.8rem; color: var(--text3); }
.footer-admin { font-size: 0.75rem; color: var(--text3); text-decoration: none; opacity: 0.45; transition: opacity 0.2s; }
.footer-admin:hover { opacity: 1; color: var(--cyan); }

/* ── GSAP / REVEAL ── */
[data-reveal] { opacity: 0; transform: translateY(40px); }

/* ── REDUCED MOTION ── */
.rm [data-reveal],
.rm .hero-eyebrow,
.rm .hero-sub,
.rm .hero-ctas,
.rm .hero-stats,
.rm .hero-visual,
.rm .clip-wrap > span { opacity: 1 !important; transform: none !important; animation: none !important; }
.rm .dash-mock,
.rm .hv-card--main,
.rm .hv-card--kpi,
.rm .hv-card--deploy,
.rm .dm-bar { animation: none !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .proc-grid { grid-template-columns: repeat(2,1fr); }
  .proc-arrow { display: none; }
}
@media (max-width: 900px) {
  .hero-grid    { grid-template-columns: 1fr; }
  .hero-visual  { display: none; }
  .sol-grid     { grid-template-columns: 1fr 1fr; }
  .prod-inner   { grid-template-columns: 1fr; }
  .prod-visual  { display: none; }
  .sobre-inner  { grid-template-columns: 1fr; }
  .dep-grid     { grid-template-columns: 1fr; }
  .faq-inner    { grid-template-columns: 1fr; gap: 40px; }
  .faq-left     { position: static; }
  .contato-grid { grid-template-columns: 1fr; }
  .footer-grid  { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav-links    { display: none; }
  .nav-actions  { display: none; }
  .hamburger    { display: flex; }
  .stats-div    { display: none; }
  .cta-box      { padding: 48px 28px; }
}
@media (max-width: 600px) {
  .section { padding: 64px 0; }
  .sol-grid { grid-template-columns: 1fr; }
  .proc-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn-primary,
  .hero-ctas .btn-outline { width: 100%; justify-content: center; }
  .cta-btns { flex-direction: column; align-items: center; }
  .cta-btns .btn-primary,
  .cta-btns .btn-outline { width: 100%; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-box { padding: 40px 20px; }
  .marquee-item { padding: 5px 12px; font-size: 0.78rem; }
}
