/* ==========================================================================
   PERFORMAR — Design System
   Escritório de Tecnologia, Soluções e Gestão
   Tokens: navy institucional + dourado, tipografia serifada expressiva
           (Fraunces) sobre grotesca sóbria (Inter) e mono utilitária
           (JetBrains Mono) para dados, rótulos e numeração.
   ========================================================================== */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
ul, ol { list-style: none; }
input, textarea { font: inherit; color: inherit; }

/* ---------- Tokens ---------- */
:root {
  /* Brand */
  --navy-950: #030f1a;
  --navy-900: #05223e; /* brand primary */
  --navy-850: #082b4b;
  --navy-800: #0c3559;
  --navy-700: #144877;
  --navy-600: #1d5c95;

  --gold-700: #8a6a20;
  --gold-600: #b0892d; /* brand secondary */
  --gold-500: #c69a3d;
  --gold-400: #d9b45c;
  --gold-200: #ecd9a6;

  --cream: #f6f0e2;
  --cream-dim: #d9d2bf;
  --slate: #93a8bd;
  --slate-dim: #6b7f94;

  --line: rgba(246, 240, 226, 0.10);
  --line-strong: rgba(246, 240, 226, 0.22);
  --gold-line: rgba(176, 137, 45, 0.45);

  --shadow-lift: 0 30px 60px -25px rgba(2, 8, 16, 0.65);
  --shadow-soft: 0 12px 30px -14px rgba(2, 8, 16, 0.5);
  --shadow-float: 0 26px 50px -24px rgba(2, 8, 16, 0.7), 0 4px 16px -4px rgba(2, 8, 16, 0.55);
  --shadow-float-hover: 0 34px 60px -22px rgba(2, 8, 16, 0.75), 0 6px 20px -4px rgba(2, 8, 16, 0.6);

  /* Type */
  --font-display: "Fraunces", "Iowan Old Style", ui-serif, Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --fs-hero: clamp(2.6rem, 1.7rem + 3.6vw, 5.2rem);
  --fs-h1: clamp(2.25rem, 1.6rem + 2.4vw, 3.6rem);
  --fs-h2: clamp(1.9rem, 1.5rem + 1.6vw, 2.75rem);
  --fs-h3: clamp(1.3rem, 1.15rem + .6vw, 1.65rem);
  --fs-lead: clamp(1.05rem, .96rem + .4vw, 1.3rem);
  --fs-body: 1rem;
  --fs-small: .875rem;
  --fs-eyebrow: 0.9375rem;

  /* Layout */
  --maxw: 1240px;
  --gutter: clamp(20px, 5vw, 64px);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 22px;
  --header-h: 84px;
}

/* ---------- Base ---------- */
body {
  background: var(--navy-950);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(1100px 620px at 82% -8%, rgba(176,137,45,0.09), transparent 60%),
    var(--navy-950);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--cream);
}
h2 { line-height: 1.3; }

p { color: var(--slate); max-width: 62ch; }
p.lead { font-size: var(--fs-lead); color: var(--cream-dim); max-width: 46ch; }

.mono { font-family: var(--font-mono); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-family: var(--font-mono);
  font-size: var(--fs-eyebrow);
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold-400);
  font-weight: 500;
  padding: 11px 22px 11px 18px;
  border: 1px solid var(--gold-line);
  border-radius: 999px;
  background: rgba(176,137,45,.07);
  box-shadow: var(--shadow-float);
}
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 9px 1px rgba(198,154,61,.75);
  display: inline-block;
  flex-shrink: 0;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

section[id] { scroll-margin-top: calc(var(--header-h) + 16px); }

section { position: relative; }
.section-pad { padding-block: clamp(64px, 9vw, 128px); }
.section-pad-sm { padding-block: clamp(44px, 6vw, 80px); }

/* Gaps reduzidos entre blocos (valores fixos, substituem o padding fluido padrão) */
#diferenciais-home { padding-bottom: 80px; }
#o-que-fazemos { padding-top: 80px; padding-bottom: 80px; } /* Diferenciais→Fazemos 160px | Fazemos→Soluções 160px */
#solucoes { padding-top: 80px; }
#logistica { padding-bottom: 80px; } /* Solução 07→Formato 160px */
#formato-home { padding-top: 80px; padding-bottom: 80px; } /* →Formato 160px | Formato→Tipos 160px */
#tipos-de-projeto-home { padding-top: 80px; padding-bottom: 80px; } /* Formato→Tipos 160px | Tipos→Sobre 160px */
#sobre-o-criador { padding-top: 80px; padding-bottom: 80px; } /* Tipos→Sobre 160px | Sobre→FAQ 160px */
#faq-home { padding-top: 80px; padding-bottom: 70px; } /* Sobre→FAQ 160px | FAQ→CTA 140px */
#cta-final-home { padding-top: 70px; } /* FAQ→CTA 140px */

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-strong) 20%, var(--line-strong) 80%, transparent);
  border: none;
}

/* Visually hidden */
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Skip link ---------- */
.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  background: var(--gold-600);
  color: var(--navy-950);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  z-index: 1000;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  padding: 15px 28px;
  border-radius: 999px;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }

.btn-primary {
  background: var(--gold-500);
  color: var(--navy-950);
  box-shadow:
    0 0 0 1px rgba(198,154,61,.55),
    0 0 16px 1px rgba(198,154,61,.5),
    0 0 38px 6px rgba(198,154,61,.3),
    var(--shadow-soft);
  animation: neonPulse 2.6s ease-in-out infinite;
}
.site-header .btn-primary { background: #ac9558; }
.btn-primary:hover {
  transform: translateY(-2px);
  animation-play-state: paused;
  box-shadow:
    0 0 0 1px rgba(198,154,61,.7),
    0 0 24px 3px rgba(198,154,61,.65),
    0 0 56px 12px rgba(198,154,61,.4),
    0 18px 34px -14px rgba(176,137,45,.55);
}
@keyframes neonPulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(198,154,61,.5),
      0 0 14px 1px rgba(198,154,61,.45),
      0 0 34px 5px rgba(198,154,61,.26),
      var(--shadow-soft);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(198,154,61,.68),
      0 0 22px 3px rgba(198,154,61,.6),
      0 0 48px 9px rgba(198,154,61,.36),
      var(--shadow-soft);
  }
}

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--line-strong);
}
.btn-ghost:hover { border-color: var(--gold-line); background: rgba(176,137,45,.08); transform: translateY(-2px); }

.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(3, 15, 26, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; }
.brand-word { font-family: "Solway", var(--font-display); font-size: 1.28rem; font-weight: 800; letter-spacing: .01em; line-height: 1; }
.brand-word span { display: block; font-family: var(--font-mono); font-size: .58rem; letter-spacing: .18em; color: var(--gold-400); text-transform: uppercase; margin-top: 4px; font-weight: 500; }

.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); }
.main-nav a {
  font-size: .93rem;
  font-weight: 500;
  color: var(--cream-dim);
  position: relative;
  padding-block: 6px;
  transition: color .2s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.main-nav a:hover { color: var(--cream); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav a[aria-current="page"] { color: var(--cream); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.header-actions .btn { padding: 12px 22px; font-size: .88rem; }
.nav-mobile-cta { display: none; }

.nav-toggle {
  display: none;
  width: 40px; height: 40px;
  align-items: center; justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
}
.nav-toggle svg { width: 20px; height: 20px; }
.nav-toggle .icon-close { display: none; }
.nav-open .nav-toggle .icon-menu { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }

@media (max-width: 900px) {
  .main-nav { position: fixed; inset: var(--header-h) 0 0 0; height: calc(100dvh - var(--header-h));
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    background: var(--navy-950);
    padding: 32px var(--gutter);
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s;
    overflow-y: auto;
  }
  .nav-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease, visibility 0s linear 0s;
  }
  .main-nav a { font-size: 1.4rem; padding-block: 14px; width: 100%; border-bottom: 1px solid var(--line); font-family: var(--font-display); }
  .main-nav a::after { display: none; }
  .header-actions .btn-ghost,
  .header-actions .btn-primary { display: none; }
  .main-nav .nav-mobile-cta { display: flex; margin-top: 24px; width: 100%; }
  .nav-toggle { display: inline-flex; }
}

/* ---------- Letreiro rolante ---------- */
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
  border-block: 1px solid var(--gold-line);
  padding-block: 16px;
}
.marquee::before, .marquee::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: clamp(30px, 8vw, 120px);
  z-index: 2;
  pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, #000, transparent); }
.marquee::after { right: 0; background: linear-gradient(270deg, #000, transparent); }
.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 24s linear infinite;
}
.marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.marquee-group span:not(.sep) {
  font-family: var(--font-mono);
  font-size: 1.07rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--gold-500);
  text-shadow: 0 0 6px rgba(198,154,61,.55), 0 0 14px rgba(198,154,61,.3);
  white-space: nowrap;
  padding-inline: 22px;
}
.marquee-group .sep {
  color: var(--gold-700);
  text-shadow: 0 0 6px rgba(198,154,61,.4);
  font-size: .92rem;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.marquee:hover .marquee-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation-duration: 110s !important; animation-iteration-count: infinite !important; }
}

/* ---------- Hero brand block (PERFORMAR + tagline + pitch + CTA) ---------- */
.hero-brand-block { text-align: center; margin-bottom: 160px; }
.hero-brand-name {
  max-width: none;
  font-family: "Solway", var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--cream);
  font-size: clamp(2.8rem, 2rem + 4vw, 5.6rem);
}
.hero-brand-tagline {
  max-width: none;
  margin-top: 14px;
  font-family: var(--font-mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold-400);
  font-size: clamp(1rem, .9rem + .4vw, 1.25rem);
}
.hero-brand-subtitle {
  max-width: none;
  margin-top: 24px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--cream);
  font-size: 30px;
  line-height: 1.35;
}
.hero-pitch {
  margin: 32px auto 0;
  max-width: 900px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--cream-dim);
}
.hero-brand-cta { justify-content: center; margin-top: 36px; }
.hero-brand-cta .btn { font-size: 1.3875rem; font-weight: 700; background: #ac9558; }

/* ---------- Hero ---------- */
.hero {
  padding-top: clamp(24px, 3vw, 40px);
  padding-bottom: clamp(56px, 8vw, 96px);
}
.hero .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 6vw, 72px); align-items: stretch; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: var(--fs-hero); }
.hero h1 em { font-style: normal; color: var(--gold-400); }
.hero p.lead { margin-top: 24px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }

.hero-strip {
  margin-top: clamp(40px, 6vw, 64px);
  display: flex; flex-wrap: wrap;
  gap: 10px;
}
.hero-strip-wide { margin-top: clamp(36px, 5vw, 52px); }
.chip {
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .05em;
  color: var(--slate);
  border: 1px solid var(--line);
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(246,240,226,.02);
  box-shadow: 0 10px 22px -14px rgba(2,8,16,.6);
}

.hero-visual { position: relative; height: 100%; }
.hero-visual svg { width: 100%; height: auto; overflow: visible; }
.hero-visual svg .draw { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.3s cubic-bezier(.4,0,.2,1); }
.hero-visual.is-live svg .draw { stroke-dashoffset: 0; }
.hero-visual svg .node,
.hero-visual svg .panel { opacity: 0; transform: scale(.8); transform-box: fill-box; transform-origin: center; transition: opacity .6s ease, transform .6s cubic-bezier(.3,1.4,.4,1); }
.hero-visual.is-live svg .node,
.hero-visual.is-live svg .panel { opacity: 1; transform: scale(1); }
.hero-visual svg .caption { opacity: 0; transition: opacity .8s ease; }
.hero-visual.is-live svg .caption { opacity: 1; }
.hero-visual .frame-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: .08em;
  fill: var(--slate-dim);
  text-transform: uppercase;
}

/* ---------- Dashboard mockup (hero) — painel vertical alto ---------- */
.dash-mock { position: relative; height: 100%; display: flex; }

.dash-window {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: rgba(5,34,62,.4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
  padding: 20px 22px 22px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: opacity .7s ease, transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
}
.hero-visual.is-live .dash-window { opacity: 1; transform: none; }
.hero-visual.is-live .dash-window:hover { transform: scale(1.018); box-shadow: var(--shadow-float-hover); border-color: var(--gold-500); }

.dash-window-bar { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; flex-shrink: 0; }
.dash-dot { width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--slate-dim); }
.dash-window-bar .dash-url { flex: 1; height: 14px; margin-left: 10px; border-radius: 7px; border: 1px solid var(--line-strong); }

.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; flex-shrink: 0; }
.dash-kpi {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  padding: 14px 14px 12px;
  background: rgba(246,240,226,.02);
}
.dash-kpi-value { display: block; font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; color: var(--cream); }
.dash-kpi-label { display: block; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; color: var(--slate-dim); margin-top: 4px; }
.dash-kpi-delta { display: inline-block; margin-top: 8px; font-family: var(--font-mono); font-size: .72rem; color: #7fd99a; }

.dash-chart { border-radius: var(--radius-md); overflow: hidden; flex-shrink: 0; height: 150px; margin-bottom: 20px; }
.dash-chart svg { width: 100%; height: 100%; display: block; }
.dash-chart .draw { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1) .5s; }
.hero-visual.is-live .dash-chart .draw { stroke-dashoffset: 0; }
.dash-chart .area-fill { opacity: 0; transition: opacity 1s ease .9s; }
.hero-visual.is-live .dash-chart .area-fill { opacity: 1; }

/* Mini-gráficos (pizza, barras, linha suave) preenchendo o espaço abaixo do gráfico principal */
.dash-mini-charts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; flex-shrink: 0; }
.dash-mini-chart-card {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  padding: 10px 8px 9px;
  background: rgba(246,240,226,.02);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.dash-mini-chart-card svg { width: 100%; height: 46px; display: block; }
.dash-mini-chart-card span {
  font-family: var(--font-mono); font-size: .56rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--slate-dim); text-align: center;
}

.dash-section-label {
  display: block; margin: 0 0 12px;
  font-family: var(--font-mono); font-size: .62rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--slate-dim);
  flex-shrink: 0;
}
.dash-integrations + .dash-section-label { margin-top: 20px; }

/* Integrações entre sistemas */
.dash-integrations { display: flex; flex-wrap: wrap; gap: 8px; flex-shrink: 0; }
.dash-integration-icon {
  width: 32px; height: 32px; border-radius: 9px;
  border: 1px solid var(--line-strong);
  background: rgba(246,240,226,.02);
  display: flex; align-items: center; justify-content: center;
  color: var(--slate);
  transition: border-color .25s ease, color .25s ease;
}
.dash-integration-icon:hover { border-color: var(--gold-line); color: var(--gold-400); }
.dash-integration-icon svg { width: 15px; height: 15px; }

/* Distribuição por área (mini barras) */
.dash-bars { display: grid; gap: 12px; flex-shrink: 0; }
.dash-bar-row {
  display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center;
  font-family: var(--font-mono); font-size: .68rem; color: var(--slate);
}
.dash-bar-row strong { color: var(--gold-400); font-weight: 500; }
.dash-bar-track {
  grid-column: 1 / -1; height: 5px; border-radius: 3px;
  background: rgba(246,240,226,.08); overflow: hidden;
}
.dash-bar-fill {
  height: 100%; border-radius: 3px; width: 0%;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-400));
  transition: width 1.1s cubic-bezier(.2,.8,.2,1) .3s;
}
.hero-visual.is-live .dash-bar-fill { width: var(--fill, 0%); }

/* ---------- Cards de indicadores (rodapé interno do painel) ---------- */
.dash-mini-divider { border: none; border-top: 1px solid var(--line-strong); margin: 20px 0 16px; flex-shrink: 0; }
.dash-mini-row { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 12px; flex-shrink: 0; margin-top: auto; min-height: 130px; }

.dash-mini-card {
  display: flex; align-items: center; gap: 12px;
  background: rgba(3,15,26,.75);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid var(--gold-line);
  border-radius: var(--radius-md);
  padding: 16px 17px;
  box-shadow: var(--shadow-float);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease, border-color .3s ease;
}
.hero-visual.is-live .dash-mini-card { opacity: 1; transform: none; }
.hero-visual.is-live .dash-mini-card:hover { transform: scale(1.045); }
.dash-mini-card:nth-child(1) { transition-delay: .5s, 0s, 0s, 0s; }
.dash-mini-card:nth-child(2) { transition-delay: .58s, 0s, 0s, 0s; }
.dash-mini-card:nth-child(3) { transition-delay: .66s, 0s, 0s, 0s; }
.dash-mini-card:nth-child(4) { transition-delay: .74s, 0s, 0s, 0s; }
.dash-mini-card:hover { box-shadow: var(--shadow-float-hover); border-color: var(--gold-500); z-index: 2; }

.dash-mini-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 11px; border: 1px solid var(--gold-line);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-400);
}
.dash-mini-icon svg { width: 18px; height: 18px; }
.dash-mini-card .lbl { display: block; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; color: var(--slate-dim); }
.dash-mini-card strong { display: block; font-family: var(--font-body); font-weight: 600; font-size: .82rem; color: var(--cream); margin-top: 3px; line-height: 1.3; }

.dash-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #58e07b; box-shadow: 0 0 8px 1px rgba(88,224,123,.7); animation: liveDotPulse 1.8s ease-in-out infinite; }
@keyframes liveDotPulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }

@media (max-width: 480px) {
  .dash-mini-row { grid-template-columns: 1fr; grid-template-rows: none; }
}

@media (max-width: 480px) {
  .dash-kpis { grid-template-columns: 1fr 1fr; }
  .dash-kpi:last-child { grid-column: 1 / -1; }
  .dash-float { padding: 10px 13px; }
  .dash-float-live { top: -10px; right: 0; }
  .dash-float-automation { bottom: -12px; left: -6px; }
}

@media (max-width: 900px) {
  .hero .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 420px; margin-inline: auto; }
}

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Section headers ---------- */
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head-wide { max-width: 1040px; }
.section-head-wide p { max-width: none; }
.section-head-solutions { max-width: 1160px; }
.section-head-solutions p { max-width: none; }
.section-head h2 { margin-top: 36px; font-size: var(--fs-h2); }
.section-head p { margin-top: 18px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; margin-inline: auto; }
.section-head.center p { margin-inline: auto; }

/* ---------- Card grid: what we do ---------- */
.grid-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: var(--navy-950);
  padding: clamp(26px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float);
  transition: background .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.service-card:hover { background: rgba(176,137,45,.05); border-color: var(--gold-line); transform: translateY(-5px); box-shadow: var(--shadow-float-hover); }
.service-card .icon-wrap {
  width: 46px; height: 46px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gold-line);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-400);
}
.service-card .icon-wrap svg { width: 22px; height: 22px; }
.service-card h3 { font-size: 1.15rem; }
.service-card p { font-size: .93rem; margin: 0; }
.service-card .tag { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; color: var(--slate-dim); text-transform: uppercase; }

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

.services-more { margin-top: 28px; display: flex; justify-content: center; }

/* ---------- Diferenciais strip ---------- */
.diff-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; }
.diff-item { border-top: 1px solid var(--gold-line); padding-top: 18px; }
.diff-item h4 { font-size: 1rem; font-family: var(--font-body); font-weight: 600; }
.diff-item p { font-size: .92rem; margin-top: 10px; }
@media (max-width: 900px) { .diff-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .diff-list { grid-template-columns: 1fr; } }

/* ---------- Timeline / Formato de trabalho ---------- */
.timeline { display: flex; flex-direction: column; }
.timeline-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: clamp(16px, 3vw, 40px);
  padding-block: 28px;
  border-top: 1px solid var(--line);
}
.timeline-item:last-child { border-bottom: 1px solid var(--line); }
.timeline-item .num { font-family: var(--font-mono); font-size: 1.6rem; color: var(--gold-600); font-weight: 500; }
.timeline-item h3 { font-size: 1.15rem; margin-bottom: 8px; }
.timeline-item p { margin: 0; font-size: .95rem; }
@media (max-width: 620px) { .timeline-item { grid-template-columns: 52px 1fr; } .timeline-item .num { font-size: 1.15rem; } }

/* ---------- Process mini (home teaser) ---------- */
.process-mini { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-mini-item { background: var(--navy-950); padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-float); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.process-mini-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-float-hover); border-color: var(--gold-line); }
.process-mini-item .num { font-family: var(--font-mono); color: var(--gold-400); font-size: .85rem; }
.process-mini-item h4 { font-family: var(--font-body); font-weight: 600; font-size: 1rem; margin-top: 10px; }
.process-mini-item p { font-size: .86rem; margin-top: 6px; }
@media (max-width: 800px) { .process-mini { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .process-mini { grid-template-columns: 1fr; } }

/* ---------- Placeholder media (troca futura por imagens reais) ---------- */
.placeholder-media {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-md);
  border: 1px dashed var(--gold-line);
  background:
    repeating-linear-gradient(135deg, rgba(176,137,45,0.06) 0 2px, transparent 2px 14px),
    var(--navy-950);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px;
  color: var(--slate-dim);
  overflow: hidden;
}
.placeholder-media svg { width: 34px; height: 34px; opacity: .6; }
.placeholder-media span {
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .06em;
  text-align: center;
  padding-inline: 20px;
  text-transform: uppercase;
}

/* ---------- Mockup: diagrama de fluxo (7 blocos de Soluções) ---------- */
.flow-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 20px 22px 26px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.flow-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(246, 240, 226, .03);
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.flow-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 6px 1px rgba(217, 180, 92, .6);
  animation: flowDotPulse 1.8s ease-in-out infinite;
}
@keyframes flowDotPulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

@keyframes flowDash { to { background-position: 32px 0; } }

/* Diagrama em zigue-zague: 2 linhas de 4 nós (1-4 topo, 5-8 base),
   sentido "S" contínuo. .flow-line-bottom usa row-reverse — isso
   por si só já alinha o nó 5 embaixo do nó 4 (mesma composição de
   filhos nas duas linhas, só espelhada), sem cálculo manual de
   posição. .flow-turn replica a mesma composição com slots
   invisíveis (.flow-turn-spacer/.flow-turn-gap) só pra herdar as
   mesmas larguras e garantir que o conector vertical caia exatamente
   na coluna do nó 4/5. */
.flow-diagram {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  margin-top: 26px;
}
.flow-line { display: flex; align-items: flex-start; width: 100%; }
.flow-line-bottom { flex-direction: row-reverse; }
.flow-line-bottom .flow-connector svg { transform: scaleX(-1); }

.flow-node {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.flow-node-icon {
  width: 56px; height: 56px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(3, 15, 26, .85);
  box-shadow: var(--shadow-float);
  color: var(--gold-400);
}
.flow-node-icon svg { width: 24px; height: 24px; }
.flow-node span:last-child {
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--slate-dim);
  text-align: center;
}

/* Conector horizontal entre nós da mesma linha — seta indica o
   sentido do fluxo; espelhada via CSS na linha de baixo. */
.flow-connector {
  flex-shrink: 0;
  width: 22px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-400);
}
.flow-connector svg { width: 20px; height: 12px; }

/* Conector de virada — desce da coluna do nó 4 até a coluna do nó 5 */
.flow-turn { display: flex; align-items: flex-start; height: 28px; flex-shrink: 0; }
.flow-turn-spacer { flex: 1; }
.flow-turn-gap { flex-shrink: 0; width: 22px; }
.flow-turn-link { flex: 1; display: flex; align-items: flex-start; justify-content: center; color: var(--gold-400); }
.flow-turn-link svg { width: 16px; height: 28px; }

@media (max-width: 480px) {
  .flow-node-icon { width: 48px; height: 48px; }
  .flow-node-icon svg { width: 20px; height: 20px; }
  .flow-node span:last-child { font-size: .52rem; }
}

/* ---------- Mockup: painel de relatório (Solução 03 — Dados/BI) ---------- */
.report-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.report-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(246, 240, 226, .03);
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.report-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 6px 1px rgba(217, 180, 92, .6);
  animation: flowDotPulse 1.8s ease-in-out infinite;
}
.report-grid {
  flex: 1;
  min-height: 0;
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
.report-card {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(246, 240, 226, .02);
  padding: 12px 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
  min-width: 0;
}
.report-card svg { flex: 1; width: 100%; height: 100%; display: block; min-height: 0; }
.report-card-label {
  font-family: var(--font-mono);
  font-size: .58rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--slate-dim);
  flex-shrink: 0;
}
.report-kpi { justify-content: center; }
.report-kpi-value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--cream);
  line-height: 1;
}
.report-kpi-delta {
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--gold-400);
}

/* ---------- Mockup: chat de agente de IA (Solução 05) ---------- */
.chat-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(246, 240, 226, .03);
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.chat-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 6px 1px rgba(217, 180, 92, .6);
  animation: flowDotPulse 1.8s ease-in-out infinite;
}

.chat-content { flex: 1; min-height: 0; margin-top: 20px; display: flex; flex-direction: column; }

.chat-top { flex: 3; min-height: 0; display: flex; flex-direction: column; }
.chat-agent-id { flex-shrink: 0; display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.chat-agent-name {
  font-family: var(--font-mono);
  font-size: .64rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

.chat-messages {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.chat-msg { display: flex; max-width: 90%; }
.chat-msg-agent { align-self: flex-start; }
.chat-msg-user { align-self: flex-end; }

.chat-avatar {
  width: 26px; height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(3, 15, 26, .85);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-400);
}
.chat-avatar svg { width: 14px; height: 14px; }

.chat-bubble {
  font-family: var(--font-body);
  font-size: .74rem;
  line-height: 1.4;
  color: var(--cream-dim);
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 4px 12px 12px 12px;
  background: rgba(246, 240, 226, .04);
}
.chat-msg-user .chat-bubble {
  border-radius: 12px 4px 12px 12px;
  background: rgba(198, 154, 61, .12);
  border-color: rgba(198, 154, 61, .3);
  color: var(--cream);
}

.chat-typing { display: inline-flex; align-items: center; gap: 4px; padding-block: 2px; }
.chat-typing-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold-400);
  animation: chatTypingDot 1.2s ease-in-out infinite;
}
.chat-typing-dot:nth-child(2) { animation-delay: .18s; }
.chat-typing-dot:nth-child(3) { animation-delay: .36s; }
@keyframes chatTypingDot {
  0%, 60%, 100% { opacity: .3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-2px); }
}

.chat-divider { flex-shrink: 0; height: 1px; margin: 14px 0 12px; background: var(--line-strong); }

.chat-tasks { flex: 2; min-height: 0; display: flex; flex-direction: column; }
.chat-tasks-label {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: .58rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--slate-dim);
  margin-bottom: 8px;
}
.chat-task-list { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
.chat-task-row { display: flex; align-items: center; gap: 8px; }
.chat-task-icon {
  width: 20px; height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(246, 240, 226, .02);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-400);
}
.chat-task-icon svg { width: 11px; height: 11px; }
.chat-task-label {
  flex: 1;
  min-width: 0;
  font-family: var(--font-body);
  font-size: .68rem;
  color: var(--cream-dim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-task-check { flex-shrink: 0; width: 15px; height: 15px; color: var(--gold-400); }

/* ---------- Mockup: hub radial de integração (Solução 06) ---------- */
.hub-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 20px 22px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hub-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(246, 240, 226, .03);
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.hub-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 6px 1px rgba(217, 180, 92, .6);
  animation: flowDotPulse 1.8s ease-in-out infinite;
}
.hub-diagram-wrap { flex: 1; min-height: 0; margin-top: 22px; display: flex; }
.hub-diagram { width: 100%; height: 100%; display: block; }
.hub-spoke {
  stroke: var(--gold-400);
  stroke-width: 1.5;
  stroke-dasharray: 4 5;
  stroke-linecap: round;
  animation: hubDash 1.1s linear infinite;
}
@keyframes hubDash { to { stroke-dashoffset: -9; } }
.hub-center-circle { fill: rgba(198, 154, 61, .14); stroke: var(--gold-500); stroke-width: 2; }
.hub-center-icon { stroke: var(--gold-400); }
.hub-node-circle { fill: rgba(3, 15, 26, .85); stroke: var(--line-strong); stroke-width: 1.5; }
.hub-node-icon { color: var(--gold-400); }

/* ---------- Mockup: rota logística (Solução 07) ---------- */
.tech-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 20px 22px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tech-badge {
  position: absolute;
  top: 18px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(246, 240, 226, .03);
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.tech-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 6px 1px rgba(217, 180, 92, .6);
  animation: flowDotPulse 1.8s ease-in-out infinite;
}

.tech-rows { flex: 3; min-height: 0; margin-top: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.tech-row { display: flex; align-items: center; gap: 10px; }
.tech-node { flex-shrink: 0; width: 68px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.tech-node-label {
  font-family: var(--font-mono);
  font-size: .56rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--slate-dim);
  text-align: center;
}
.tech-connector {
  flex: 1;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, var(--gold-400) 0 8px, transparent 8px 16px);
  background-size: 32px 2px;
  animation: flowDash 1.4s linear infinite;
}

.tech-divider { flex-shrink: 0; height: 1px; margin: 14px 0 12px; background: var(--line-strong); }

.tech-kpis { flex: 1; min-height: 0; }

/* ---------- Mockup: núcleo tecnológico radial (Solução 01 — introdutória) ----------
   Sem barra de navegador de propósito (diferente das outras 7) — não é a UI de um
   sistema específico, é uma composição decorativa de "peças de um ecossistema".
   3 camadas: fundo (dot-grid), composição radial (núcleo + 6 módulos + linhas +
   pontos viajantes), rodapé (pills). .kit-radial é o único contexto de posicionamento
   — núcleo, módulos, linhas e pontos usam % relativos a essa caixa (já recuada pelo
   padding do painel), nunca ao painel inteiro, então nada escapa do overflow:hidden.
   Os pontos viajantes usam CSS @keyframes (não SMIL) de propósito: animação SMIL
   (<animateMotion>) ignora a regra global de prefers-reduced-motion do site. */
.kit-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background:
    radial-gradient(circle, rgba(198, 154, 61, .14) 1px, transparent 1.4px) 0 0 / 18px 18px,
    rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.kit-radial { position: relative; flex: 1; min-height: 0; }

.kit-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }

.kit-core {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 56px; height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--gold-500);
  background: rgba(198, 154, 61, .16);
  box-shadow: var(--shadow-float);
  color: var(--gold-400);
  display: flex; align-items: center; justify-content: center;
}
.kit-core svg { width: 25px; height: 25px; }

.kit-node {
  position: absolute;
  left: var(--nx); top: var(--ny);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
}
.kit-node-icon {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  background: rgba(3, 15, 26, .65);
  box-shadow: var(--shadow-float);
  color: var(--gold-400);
  display: flex; align-items: center; justify-content: center;
}
.kit-node-icon svg { width: 17px; height: 17px; }
.kit-node-label {
  font-family: var(--font-mono);
  font-size: .54rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--slate-dim);
  white-space: nowrap;
}

/* Ponto de fluxo — viaja entre o núcleo e o módulo e pulsa ao mesmo tempo
   (mesma cadência de 1.8s do .dash-live-dot do Hero), tudo em CSS puro. */
.kit-travel-dot {
  position: absolute;
  left: var(--sx); top: var(--sy);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 6px 1px rgba(217, 180, 92, .6);
  animation: kitDotTravel 2.6s ease-in-out infinite;
}
@keyframes kitDotTravel {
  0%, 100% { left: var(--sx); top: var(--sy); opacity: .3; }
  50% { left: var(--ex); top: var(--ey); opacity: 1; }
}

.kit-footer {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line-strong);
}

/* ---------- Mockup: UI de aplicativo (Solução 01 — Web) ---------- */
.apps-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 20px 20px 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Área de conteúdo da janela — contexto de posicionamento único;
   tudo que é absoluto daqui pra baixo fica preso a esta caixa,
   que já está recuada do padding do painel — nunca toca a borda externa. */
.apps-content { position: relative; flex: 1; min-height: 0; margin-top: 18px; display: flex; gap: 14px; }

.app-sidebar {
  flex-shrink: 0;
  width: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-top: 2px;
}
.app-sidebar-icon {
  width: 30px; height: 30px;
  flex-shrink: 0;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-strong);
  background: rgba(246, 240, 226, .02);
  display: flex; align-items: center; justify-content: center;
  color: var(--slate-dim);
}
.app-sidebar-icon svg { width: 15px; height: 15px; }
.app-sidebar-icon.is-active {
  border-color: var(--gold-500);
  background: rgba(198, 154, 61, .14);
  color: var(--gold-400);
}

/* Coluna à direita da sidebar — contém as 2 mini-telas empilhadas,
   sempre dentro deste box (min-width:0 evita que estourem a largura). */
.app-content-main {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.app-mini-success {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(3, 15, 26, .7);
  box-shadow: var(--shadow-float);
  padding: 9px 11px;
}
.app-mini-success-icon {
  width: 22px; height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(198, 154, 61, .16);
  color: var(--gold-400);
  display: flex; align-items: center; justify-content: center;
}
.app-mini-success-icon svg { width: 12px; height: 12px; }
.app-mini-success-text { font-family: var(--font-body); font-size: .62rem; line-height: 1.3; color: var(--cream-dim); }

.app-mini-form {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(3, 15, 26, .7);
  box-shadow: var(--shadow-float);
  padding: 10px 11px;
}
.app-mini-title { display: block; height: 8px; width: 55%; border-radius: 4px; background: var(--line-strong); }
.app-mini-field { display: block; height: 13px; border-radius: 5px; border: 1px solid var(--line-strong); background: rgba(246, 240, 226, .02); }
.app-mini-btn {
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: .52rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--gold-500);
  color: var(--navy-950);
}

/* Linha de 3 formatos de entrega (página web / app / dado) — preenche
   o espaço vertical restante de .app-content-main (flex:1), sempre
   dentro da área de conteúdo já recuada, nunca toca a borda do painel. */
.app-delivery-row {
  flex: 1;
  min-height: 0;
  display: flex;
  gap: 8px;
}
.app-delivery-item {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(246, 240, 226, .02);
  padding: 6px;
  display: flex;
  flex-direction: column;
}

/* Item 1 — página web: header fino + banner + linhas de texto */
.app-delivery-page { gap: 3px; }
.adp-header { flex-shrink: 0; height: 4px; border-radius: 2px; background: var(--line-strong); }
.adp-banner { flex: 1; min-height: 0; border-radius: 3px; background: rgba(198, 154, 61, .14); margin: 3px 0; }
.adp-line { flex-shrink: 0; height: 3px; border-radius: 2px; background: var(--line-strong); }
.adp-line.short { width: 60%; }

/* Item 2 — app: status bar + ícone central + tab bar */
.app-delivery-app { align-items: center; justify-content: space-between; }
.ada-status { flex-shrink: 0; height: 3px; width: 34%; border-radius: 2px; background: var(--line-strong); }
.ada-icon {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1px solid var(--gold-500);
  background: rgba(198, 154, 61, .16);
}
.ada-nav { flex-shrink: 0; height: 3px; width: 55%; border-radius: 2px; background: var(--line-strong); }

/* Item 3 — dado/percentual: valor grande ilustrativo + barra de progresso */
.app-delivery-stat { align-items: center; justify-content: center; gap: 6px; }
.ads-value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--cream);
  line-height: 1;
}
.ads-value small { font-size: .6em; color: var(--gold-400); margin-left: 1px; }
.ads-bar { width: 78%; height: 4px; border-radius: 999px; background: var(--line-strong); overflow: hidden; }
.ads-bar-fill { display: block; height: 100%; width: 68%; border-radius: 999px; background: var(--gold-500); }

@media (max-width: 480px) {
  .ads-value { font-size: .92rem; }
}

/* ---------- Mockup: sites responsivos desktop + mobile (Solução 02) ---------- */
.devices-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 4/3);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  overflow: hidden;
  padding: 20px;
}
.device-desktop {
  position: absolute;
  top: 20px; left: 20px; right: 58px; bottom: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(3, 15, 26, .55);
  padding: 12px 14px 14px;
}
.device-desktop .dash-window-bar { margin-bottom: 16px; flex-shrink: 0; }

.device-title { flex-shrink: 0; display: block; height: 15px; width: 62%; border-radius: 5px; background: var(--line-strong); }
.device-sub { flex-shrink: 0; display: block; margin-top: 8px; height: 8px; width: 40%; border-radius: 4px; background: var(--line-strong); opacity: .65; }
.device-cta {
  align-self: flex-start;
  flex-shrink: 0;
  display: inline-block;
  margin-top: 12px;
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--gold-500);
  color: var(--navy-950);
}
.device-image {
  flex: 1;
  min-height: 0;
  display: block;
  margin-top: 12px;
  border-radius: var(--radius-sm);
  border: 1px dashed var(--gold-line);
  background: rgba(198, 154, 61, .07);
}

.device-mobile {
  position: absolute;
  right: 6px; bottom: 6px;
  width: 88px; height: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(3, 15, 26, .92);
  box-shadow: var(--shadow-float-hover);
  padding: 12px 9px 10px;
}
.device-mobile-notch { flex-shrink: 0; width: 20px; height: 3px; border-radius: 2px; background: var(--line-strong); margin-bottom: 10px; }
.device-mobile .device-title { width: 90%; height: 8px; margin-top: 0; }
.device-mobile .device-sub { width: 65%; height: 5px; margin-top: 5px; }
.device-mobile .device-cta { margin-top: 8px; padding: 4px 10px; font-size: .48rem; align-self: center; }
.device-mobile .device-image { margin-top: 8px; width: 100%; }

/* ---------- Mockup: dashboard logístico (case-card "Dashboard & BI") ---------- */
.logdash-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 16/10);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.logdash-mock .dash-kpis { gap: 10px; margin-bottom: 14px; }
.logdash-mock .dash-kpi { padding: 10px 10px 9px; }
.logdash-mock .dash-kpi-value { font-size: 1.1rem; }
.logdash-chart { flex: 1; min-height: 0; border-radius: var(--radius-md); overflow: hidden; }
.logdash-chart svg { width: 100%; height: 100%; display: block; }

/* ---------- Mockup: qualificação de leads (case-card "Agente de IA") ---------- */
.leadqual-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 16/10);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* Header não pode encolher e o gap abaixo dele é explícito — evita
   que a lista (que só cresce/centraliza no espaço que sobra) chegue
   perto demais do ícone+texto do topo. */
.leadqual-header { flex-shrink: 0; display: flex; align-items: center; gap: 8px; margin-top: 2px; margin-bottom: 16px; }
.leadqual-header .chat-avatar { width: 20px; height: 20px; }
.leadqual-header .chat-avatar svg { width: 12px; height: 12px; }
/* justify-content: flex-start (não center) — se o card ficar muito
   estreito e a lista não couber inteira, o excesso vaza pra baixo
   (contido pelo overflow:hidden do painel), nunca pra cima sobre o
   header. */
.leadqual-list { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: flex-start; gap: 6px; }
.leadqual-row {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(246, 240, 226, .02);
  padding: 4px 10px;
}
.leadqual-contact { display: flex; align-items: center; gap: 8px; min-width: 0; }
.leadqual-avatar { width: 16px; height: 16px; flex-shrink: 0; border-radius: 50%; border: 1px solid var(--line-strong); background: rgba(246, 240, 226, .04); }
.leadqual-name { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .02em; color: var(--cream-dim); white-space: nowrap; }
.leadqual-badge {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: .56rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid var(--gold-line);
  color: var(--gold-400);
}
.leadqual-badge.is-hot { background: rgba(198, 154, 61, .26); }
.leadqual-badge.is-warm { background: rgba(198, 154, 61, .13); }
.leadqual-badge.is-cold { background: rgba(198, 154, 61, .05); color: var(--slate-dim); }

/* ---------- Mockup: antes/depois da automação (case-card "Automação de Processos") ---------- */
.ba-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 16/10);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ba-columns { flex: 1; min-height: 0; display: flex; align-items: stretch; gap: 4px; margin-top: 4px; }
.ba-col { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.ba-col-label {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: .6rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--slate-dim);
  margin-bottom: 10px;
}
.ba-after .ba-col-label { color: var(--gold-400); }
.ba-task-list { flex: 1; min-height: 0; display: flex; flex-direction: column; justify-content: center; gap: 9px; }
.ba-task { display: flex; align-items: center; gap: 7px; min-width: 0; }
.ba-task-icon {
  width: 18px; height: 18px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: rgba(246, 240, 226, .02);
  color: var(--slate-dim);
}
.ba-after .ba-task-icon { border-color: var(--gold-line); background: rgba(198, 154, 61, .14); color: var(--gold-400); }
.ba-task-icon svg { width: 10px; height: 10px; }
.ba-task-text { font-family: var(--font-mono); font-size: .62rem; letter-spacing: .01em; color: var(--slate-dim); white-space: nowrap; }
.ba-after .ba-task-text { color: var(--cream-dim); }

/* Divisória entre as colunas — linha tracejada vertical + seta de transformação */
.ba-divider { flex-shrink: 0; width: 22px; position: relative; display: flex; align-items: center; justify-content: center; color: var(--gold-400); }
.ba-divider::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  border-left: 1px dashed var(--gold-line);
  transform: translateX(-50%);
}
.ba-divider svg { position: relative; width: 11px; height: 15px; }

/* ---------- Mockup: site institucional / credibilidade (case-card "Páginas Web") ---------- */
.credsite-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 16/10);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.credsite-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line-strong);
}
.credsite-logo { width: 24px; height: 7px; border-radius: 4px; background: var(--gold-500); flex-shrink: 0; }
.credsite-menu { display: flex; align-items: center; gap: 9px; }
.credsite-menu-item { width: 22px; height: 4px; border-radius: 3px; background: var(--line-strong); }

.credsite-section {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 0 10px;
}
.credsite-badge {
  width: 34px; height: 34px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid var(--gold-line);
  background: rgba(198, 154, 61, .14);
  color: var(--gold-400);
  display: flex; align-items: center; justify-content: center;
}
.credsite-badge svg { width: 17px; height: 17px; }
.credsite-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: .72rem;
  line-height: 1.35;
  color: var(--cream-dim);
  max-width: 200px;
}

/* ---------- Mockup: landing page de conversão (case-card "Landing Page") ---------- */
.lp-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 16/10);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lp-content {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 12px;
}
.lp-headline { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 6px; width: 100%; }
.lp-headline span { display: block; height: 9px; border-radius: 5px; background: var(--line-strong); }
.lp-headline span:first-child { width: 78%; }
.lp-headline span:last-child { width: 54%; }

/* CTA — mesmo dourado + glow neonPulse do .btn-primary real, só em miniatura */
.lp-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border-radius: 999px;
  background: var(--gold-500);
  color: var(--navy-950);
  font-family: var(--font-mono);
  font-size: .62rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow:
    0 0 0 1px rgba(198, 154, 61, .55),
    0 0 14px 1px rgba(198, 154, 61, .5),
    0 0 28px 5px rgba(198, 154, 61, .28);
  animation: neonPulse 2.6s ease-in-out infinite;
}

.lp-form { flex-shrink: 0; display: flex; flex-direction: column; gap: 7px; width: 100%; max-width: 170px; }
.lp-field { display: block; height: 14px; border-radius: 5px; border: 1px solid var(--line-strong); background: rgba(246, 240, 226, .02); }

/* ---------- Mockup: mapa de zonas do armazém (case-card "Logística Inteligente") ---------- */
.zonemap-mock {
  position: relative;
  aspect-ratio: var(--ph-ratio, 16/10);
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-line);
  background: rgba(5, 34, 62, .4);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: var(--shadow-float);
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* Linha de fluxo atrás dos blocos + seta ao final — top:15px alinha
   com o centro vertical de .zonemap-icon (30px de altura). */
.zonemap-row {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
.zonemap-row::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  border-top: 1px dashed var(--gold-line);
}
.zonemap-arrow { position: absolute; top: 15px; right: 9%; transform: translateY(-50%); color: var(--gold-400); }
.zonemap-arrow svg { display: block; width: 9px; height: 9px; }

.zonemap-zone {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.zonemap-icon {
  width: 38px; height: 30px;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-strong);
  background: rgba(3, 15, 26, .85);
  box-shadow: var(--shadow-float);
  color: var(--gold-400);
}
.zonemap-icon svg { width: 16px; height: 16px; }
.zonemap-label {
  font-family: var(--font-mono);
  font-size: .56rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--slate-dim);
  text-align: center;
}

/* ---------- Case / prova social cards ---------- */
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--navy-950); box-shadow: var(--shadow-float); transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease; }
.case-card:hover { border-color: var(--gold-line); transform: translateY(-5px); box-shadow: var(--shadow-float-hover); }
.case-card .placeholder-media { border-radius: 0; border-width: 0 0 1px 0; }
.case-card .logdash-mock { border-radius: 0; border-width: 0 0 1px 0; }
.case-card .leadqual-mock { border-radius: 0; border-width: 0 0 1px 0; }
.case-card .ba-mock { border-radius: 0; border-width: 0 0 1px 0; }
.case-card .credsite-mock { border-radius: 0; border-width: 0 0 1px 0; }
.case-card .lp-mock { border-radius: 0; border-width: 0 0 1px 0; }
.case-card .zonemap-mock { border-radius: 0; border-width: 0 0 1px 0; }
.case-body { padding: 22px 24px 26px; }
.case-body .tag { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .08em; color: var(--gold-400); text-transform: uppercase; }
.case-body h3 { font-size: 1.05rem; margin-top: 10px; font-family: var(--font-body); font-weight: 600; }
.case-body p { font-size: .9rem; margin-top: 8px; }
@media (max-width: 900px) { .case-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .case-grid { grid-template-columns: 1fr; } }

/* ---------- Solution detail blocks ---------- */
.solution-block { padding-block: clamp(40px, 5vw, 72px); }
.solution-text h2 { font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.4rem); }
.solution-text p { max-width: none; margin-top: 18px; }
.solution-text::after { content: ""; display: block; clear: both; }
.solution-media {
  float: left;
  width: 100%;
  max-width: 580px;
  margin: 6px 32px 24px 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-float);
}
.solution-block.reverse .solution-media { float: right; margin: 6px 0 24px 32px; }
@media (max-width: 860px) {
  .solution-media { float: none; max-width: 100%; margin: 0 0 24px; }
}

/* Founder note / highlight quote panel */
.note-panel {
  margin-top: 28px;
  border-left: 2px solid var(--gold-600);
  padding: 20px 26px;
  background: rgba(176,137,45,.05);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  box-shadow: var(--shadow-float);
}
.note-panel p { color: var(--cream-dim); font-size: .95rem; margin: 0; }
.note-panel .signoff { margin-top: 12px; font-family: var(--font-mono); font-size: .78rem; color: var(--gold-400); }

/* Question / provocation box (logística) */
.provoke-box {
  margin-top: 26px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  padding: 24px 26px;
  box-shadow: var(--shadow-float);
}
.provoke-box p { color: var(--cream); font-size: 1.02rem; margin: 0; }

.mini-steps { margin-top: 22px; display: grid; gap: 14px; }
.mini-steps li { display: flex; gap: 14px; align-items: flex-start; }
.mini-steps .num { font-family: var(--font-mono); color: var(--gold-400); font-size: .95rem; flex-shrink: 0; width: 24px; }
.mini-steps p { margin: 0; font-size: .93rem; color: var(--cream-dim); }

/* ---------- Sobre o criador ---------- */
.creator-photo {
  float: left;
  max-width: 320px;
  margin: 26px 28px 20px 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-float);
}
.creator-photo img { width: 100%; height: auto; display: block; }
.creator-text p { max-width: none; font-size: 1.125rem; }
.creator-text .clear-photo { clear: left; }
.creator-text p + p { margin-top: 18px; }
.creator-text::after { content: ""; display: block; clear: both; }
@media (max-width: 620px) {
  .creator-photo { float: none; max-width: 100%; margin: 0 0 24px; }
}

/* ---------- Integrations / tech tags ---------- */
.tag-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 14px; }
.faq-item { background: var(--navy-950); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-float); transition: border-color .3s ease, box-shadow .3s ease; }
.faq-item:hover { border-color: var(--gold-line); }
.faq-item[open] { box-shadow: var(--shadow-float-hover); }
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--font-body); font-weight: 600; color: var(--cream); font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chevron { flex-shrink: 0; width: 20px; height: 20px; color: var(--gold-400); transition: transform .25s ease; }
.faq-item[open] summary .chevron { transform: rotate(180deg); }
.faq-item .faq-answer { padding: 0 26px 24px; font-size: .93rem; color: var(--slate); max-width: 68ch; }
.faq-item summary:focus-visible { outline: 2px solid var(--gold-400); outline-offset: -2px; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  border-radius: var(--radius-lg);
  padding: clamp(48px, 7vw, 84px) clamp(28px, 6vw, 80px);
  background: var(--navy-950);
  border: 1px solid var(--gold-line);
  box-shadow: var(--shadow-float);
  overflow: hidden;
  text-align: center;
}
.cta-band::before {
  content: "";
  position: absolute; inset: -40%;
  background: radial-gradient(480px 320px at 50% 0%, rgba(176,137,45,.16), transparent 65%);
  pointer-events: none;
}
.cta-band .eyebrow { justify-content: center; }
.cta-band h2 { font-size: var(--fs-h1); margin-top: 16px; max-width: 18ch; margin-inline: auto; }
.cta-band p { margin: 18px auto 0; max-width: 52ch; font-size: var(--fs-lead); }
.cta-band .hero-ctas { justify-content: center; }

/* ---------- Contact page specific ---------- */
.contact-hero { min-height: calc(100dvh - var(--header-h)); display: flex; align-items: center; }
.contact-card { max-width: 720px; margin-inline: auto; text-align: center; }
.contact-meta { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.contact-meta-item { border-top: 1px solid var(--gold-line); padding-top: 14px; }
.contact-meta-item .lbl { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--slate-dim); }
.contact-meta-item .val { margin-top: 8px; font-family: var(--font-display); font-size: 1.05rem; }
@media (max-width: 620px) { .contact-meta { grid-template-columns: 1fr; } }

/* ---------- Empresa page specific ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 6vw, 72px); align-items: start; }
.about-visual { position: sticky; top: calc(var(--header-h) + 24px); }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } .about-visual { position: static; } }

.mission-quote {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.1rem + 1vw, 1.9rem);
  line-height: 1.4;
  color: var(--cream);
  border-left: 2px solid var(--gold-600);
  padding-left: 26px;
  margin-block: 8px;
}

.summary-panel { margin-top: 0; }
.summary-panel .summary-title { color: var(--cream); font-family: var(--font-mono); font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
.summary-panel p { margin-bottom: 10px; }
.summary-panel p:last-child { margin-bottom: 0; }
.summary-panel strong { color: var(--cream); }

.founder-line { display: flex; align-items: center; gap: 14px; margin-top: 20px; }
.founder-avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; border: 1px solid var(--gold-line); box-shadow: var(--shadow-float); flex-shrink: 0; }
.founder-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-meta .name { font-weight: 600; font-size: .93rem; color: var(--cream); }
.founder-meta .role { font-family: var(--font-mono); font-size: .72rem; color: var(--slate-dim); letter-spacing: .05em; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding-block: clamp(48px, 6vw, 72px) 28px; }
.footer-top { display: block; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand p { font-size: .9rem; }
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a { width: 38px; height: 38px; border: 1px solid var(--line-strong); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: border-color .2s ease, color .2s ease; color: var(--slate); }
.footer-social a:hover { border-color: var(--gold-line); color: var(--gold-400); }
.footer-social svg { width: 16px; height: 16px; }

.footer-bottom { margin-top: clamp(36px, 5vw, 56px); padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.footer-bottom p { font-size: .8rem; color: var(--slate-dim); margin: 0; }

/* ---------- WhatsApp floating button ---------- */
.wa-float {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 400;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #ac9558;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lift);
  color: var(--navy-950);
  transition: transform .25s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 26px; height: 26px; }

/* ---------- Page hero (Soluções / Empresa) ---------- */
.page-hero { padding-top: clamp(56px, 8vw, 88px); padding-bottom: clamp(36px, 5vw, 56px); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { font-size: var(--fs-h1); max-width: 18ch; }
.page-hero p.lead { margin-top: 20px; }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-lg { margin-top: clamp(40px, 6vw, 72px); }
