/* ============================================================
   ORIZON EXPRESS · orizonexpress.com.br
   Transporte dedicado, expresso e emergencial · Paulínia/SP
   Site em código (Kit Visibilidade MAB) · sem frameworks
   ============================================================ */

/* ---------- Fontes (self-hosted, sem chamadas a CDN) ---------- */
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/barlow-400.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/barlow-500.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/barlow-600.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/barlow-condensed-600.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/barlow-condensed-700.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: italic; font-weight: 700; font-display: swap; src: url('../fonts/barlow-condensed-700-italic.woff2') format('woff2'); }
@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/ibm-plex-mono-500.woff2') format('woff2'); }

/* ---------- Tokens ---------- */
:root {
  --navy: #051a2e;          /* marca: navy profundo */
  --navy-2: #07223c;        /* painel */
  --navy-3: #0a2a48;        /* card */
  --navy-4: #0d3254;        /* card hover */
  --amber: #d6902b;         /* marca: âmbar */
  --amber-2: #efa634;       /* âmbar claro (gradiente da logo) */
  --amber-ink: #241503;     /* texto sobre âmbar */
  --ice: #eef2f5;           /* marca: cinza claro (texto) */
  --muted: #8ba3b6;         /* texto secundário */
  --muted-2: #b5c6d4;       /* texto de apoio */
  --line: rgba(238, 242, 245, 0.08);
  --line-2: rgba(238, 242, 245, 0.16);
  --amber-line: rgba(214, 144, 43, 0.35);
  --amber-soft: rgba(214, 144, 43, 0.1);
  --glow: rgba(214, 144, 43, 0.16);
  --wa: #25d366;
  --wa-2: #128c7e;
  --grad-amber: linear-gradient(135deg, var(--amber-2), var(--amber));
  --display: 'Barlow Condensed', 'Bahnschrift', 'Arial Narrow', sans-serif;
  --body: 'Barlow', 'Segoe UI', sans-serif;
  --mono: 'IBM Plex Mono', 'Consolas', monospace;
  --r: 12px;
  --r-lg: 18px;
  --header-h: 72px;
  --pad: clamp(20px, 4vw, 32px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
body {
  background: var(--navy);
  color: var(--ice);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
ul, ol { list-style: none; }
button { font-family: inherit; }
::selection { background: var(--amber); color: var(--amber-ink); }
:focus-visible { outline: 2px solid var(--amber-2); outline-offset: 3px; border-radius: 4px; }

.container { max-width: 1200px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* textura de grid sutil no fundo */
.grid-bg { position: relative; }
.grid-bg::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(238,242,245,0.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(238,242,245,0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 20%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 20%, #000 0%, transparent 75%);
}

/* ---------- Tipografia de seção ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--amber-2);
  background: var(--amber-soft); border: 1px solid var(--amber-line);
  padding: 7px 15px; border-radius: 30px;
}
.eyebrow svg { flex-shrink: 0; }
.sec-head { margin-bottom: clamp(36px, 6vw, 56px); }
.sec-head h2 {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(34px, 4.6vw, 54px); line-height: 1.02; letter-spacing: 0.4px;
  margin-top: 18px; max-width: 21ch;
}
.sec-head h2 em { font-style: italic; background: var(--grad-amber); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--amber); padding-right: 3px; }
.sec-head .sec-sub { color: var(--muted-2); font-size: 17.5px; max-width: 60ch; margin-top: 14px; }
.sec-head.center { text-align: center; }
.sec-head.center h2, .sec-head.center .sec-sub { margin-left: auto; margin-right: auto; }

/* motivo da marca: barras de velocidade da logo */
.speedbars { display: inline-flex; flex-direction: column; gap: 3px; }
.speedbars i { display: block; height: 3px; border-radius: 2px; background: var(--grad-amber); }
.speedbars i:nth-child(1) { width: 22px; }
.speedbars i:nth-child(2) { width: 15px; }
.speedbars i:nth-child(3) { width: 9px; }

/* ---------- Botões ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: 1.2px; text-transform: uppercase;
  padding: 15px 30px; border-radius: var(--r); text-decoration: none; cursor: pointer;
  border: none; overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.btn svg { transition: transform 0.25s ease; }
.btn:hover svg.i-arrow { transform: translateX(4px); }
.btn-primary { background: var(--grad-amber); color: var(--amber-ink); box-shadow: 0 8px 28px rgba(214, 144, 43, 0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(214, 144, 43, 0.45); }
.btn-ghost { background: rgba(238, 242, 245, 0.05); border: 1px solid var(--line-2); color: var(--ice); }
.btn-ghost:hover { background: rgba(238, 242, 245, 0.1); border-color: var(--amber-line); transform: translateY(-2px); }
.btn-wa { background: linear-gradient(135deg, var(--wa), var(--wa-2)); color: #fff; box-shadow: 0 8px 28px rgba(37, 211, 102, 0.25); }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(37, 211, 102, 0.4); }
.btn .ripple {
  position: absolute; border-radius: 50%; pointer-events: none;
  background: rgba(255, 255, 255, 0.45); transform: scale(0);
  animation: ripple 0.55s ease-out forwards;
}
@keyframes ripple { to { transform: scale(2.6); opacity: 0; } }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--header-h);
  display: flex; align-items: center;
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease, backdrop-filter 0.35s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(5, 26, 46, 0.88); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-color: var(--line); }
.site-header.hidden { transform: translateY(-100%); }
.header-inner { display: flex; align-items: center; gap: 24px; width: 100%; }
.brand { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.brand img { height: 40px; width: auto; }
.main-nav { display: flex; gap: 2px; margin-left: auto; }
.main-nav a {
  font-family: var(--display); font-weight: 600; font-size: 15.5px; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--muted-2); text-decoration: none; padding: 8px 12px; border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}
.main-nav a:hover { color: var(--ice); background: rgba(238, 242, 245, 0.06); }
.main-nav a.active { color: var(--amber-2); }
.header-cta { flex-shrink: 0; padding: 11px 20px; font-size: 15px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line-2); border-radius: 10px; color: var(--ice); width: 44px; height: 44px; cursor: pointer; align-items: center; justify-content: center; }
.mobile-menu {
  display: none; position: fixed; top: var(--header-h); left: 0; right: 0; bottom: 0; z-index: 990;
  background: rgba(5, 26, 46, 0.98); backdrop-filter: blur(10px);
  flex-direction: column; padding: 28px var(--pad); gap: 4px; overflow-y: auto;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted-2); text-decoration: none; padding: 15px 4px; border-bottom: 1px solid var(--line);
}
.mobile-menu a:active { color: var(--amber-2); }
.mobile-menu .btn { margin-top: 20px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; overflow: hidden; background: var(--navy); }
.hero-media { position: absolute; top: 0; right: 0; bottom: 0; width: 56%; clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 60%; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(5, 26, 46, 0.82) 0%, rgba(5, 26, 46, 0.25) 45%, rgba(5, 26, 46, 0.08) 100%); }
/* fio âmbar exatamente sobre a aresta inclinada do recorte, em qualquer tamanho */
.hero-media::before {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: var(--grad-amber);
  clip-path: polygon(17% 0, calc(17% + 7px) 0, 7px 100%, 0 100%);
}
.hero-inner { position: relative; z-index: 4; flex: 1; display: flex; align-items: center; width: 100%; padding-top: calc(var(--header-h) + 24px); padding-bottom: 40px; }
/* como .hero-inner e flex, o .container vira flex item e encolhe (shrink-to-fit) em vez de usar o
   max-width de 1200px: sem isto o texto sai do scrim escuro e monta em cima da van. */
.hero-inner > .container { width: 100%; }
/* A foto ocupa 56% da direita com clip-path diagonal: a aresta cai de ~53% da largura (topo)
   ate 44% (base). Com max-width fixo o titulo atravessava a faixa e caia sobre a lataria branca
   da van (medido: invasao de 92px em 1280). O limite abaixo acompanha a diagonal: ~48vw menos o
   recuo do container e uma folga, travado em 490px nas telas largas (onde o container ja centraliza). */
.hero-content { max-width: min(516px, calc(48vw - 76px)); }
.hero h1 {
  font-family: var(--display); font-weight: 700; font-style: italic; text-transform: uppercase;
  /* reduzido de 92px: a coluna do texto agora respeita a diagonal da foto, e no tamanho antigo
     o titulo quebrava em 6 linhas e empurrava subtitulo/CTAs para fora da dobra. */
  font-size: clamp(44px, 5.5vw, 71px); line-height: 0.97; letter-spacing: 0.5px;
  margin: 26px 0 22px; text-shadow: 0 4px 30px rgba(5, 26, 46, 0.6);
}
.hero h1 .hl { background: var(--grad-amber); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--amber); padding-right: 5px; }
.hero-sub { font-size: clamp(16.5px, 2vw, 19px); color: var(--muted-2); max-width: 54ch; }
.hero-check { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; font-size: 15.5px; font-weight: 500; color: var(--ice); }
.hero-check svg { flex-shrink: 0; color: var(--amber-2); margin-top: 3px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }

/* rota decorativa animada do hero */
.hero-route { position: absolute; left: 0; right: 44%; bottom: 148px; z-index: 3; pointer-events: none; opacity: 0.8; }
.hero-route svg { width: 100%; height: 46px; display: block; }
.hero-route .route-line { stroke-dasharray: 6 8; animation: routeDash 1.4s linear infinite; }
@keyframes routeDash { to { stroke-dashoffset: -14; } }

/* faixa de stats */
.hero-stats { position: relative; z-index: 5; border-top: 1px solid var(--line-2); background: rgba(5, 26, 46, 0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.hero-stats .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 26px 20px 24px 0; border-left: 1px solid var(--line); padding-left: 22px; }
.stat:first-child { border-left: none; padding-left: 0; }
.stat-num { font-family: var(--display); font-weight: 700; font-size: clamp(26px, 3vw, 38px); line-height: 1; color: var(--amber-2); letter-spacing: 0.5px; text-transform: uppercase; }
.stat-label { font-size: 13.5px; color: var(--muted); margin-top: 7px; line-height: 1.45; }

/* ---------- Marquee de slogans ---------- */
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--navy-2); overflow: hidden; padding: 20px 0; }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: marquee 36s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; gap: 56px; flex-shrink: 0; }
.marquee-item span {
  font-family: var(--display); font-weight: 700; font-style: italic; text-transform: uppercase;
  font-size: clamp(22px, 3vw, 34px); letter-spacing: 1px; white-space: nowrap;
  color: transparent; -webkit-text-stroke: 1px rgba(238, 242, 245, 0.35);
}
.marquee-item span.solid { color: var(--amber); -webkit-text-stroke: 0; opacity: 0.95; }
.marquee-item svg { flex-shrink: 0; opacity: 0.9; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Seções ---------- */
section { position: relative; }
.sec { padding: clamp(72px, 10vw, 120px) 0; }

/* ---------- Sobre ---------- */
.about-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(36px, 6vw, 72px); align-items: center; }
.about-media { position: relative; }
.about-media .frame { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); aspect-ratio: 4 / 5; }
.about-media .frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.about-media:hover .frame img { transform: scale(1.035); }
.about-media::before {
  content: ''; position: absolute; top: -14px; left: -14px; right: 34%; bottom: 38%;
  border: 1px solid var(--amber-line); border-radius: var(--r-lg); pointer-events: none;
}
.about-badge {
  position: absolute; right: -12px; bottom: 26px; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  background: var(--navy-3); border: 1px solid var(--amber-line); border-radius: 14px;
  padding: 14px 18px; box-shadow: 0 18px 44px rgba(2, 10, 18, 0.55);
}
.about-badge .ic { width: 42px; height: 42px; border-radius: 50%; background: var(--amber-soft); border: 1px solid var(--amber-line); display: flex; align-items: center; justify-content: center; color: var(--amber-2); box-shadow: 0 0 22px var(--glow); flex-shrink: 0; }
.about-badge strong { display: block; font-family: var(--display); font-size: 17px; letter-spacing: 0.8px; text-transform: uppercase; line-height: 1.15; }
.about-badge small { color: var(--muted); font-size: 12.5px; }
.about-text p { color: var(--muted-2); margin-top: 16px; font-size: 16.5px; }
.about-quote { position: relative; margin: 26px 0 0; padding: 22px 24px 22px 30px; background: var(--navy-2); border: 1px solid var(--line); border-radius: var(--r-lg); }
.about-quote::before { content: ''; position: absolute; left: 0; top: 18px; bottom: 18px; width: 4px; border-radius: 3px; background: var(--grad-amber); }
.about-quote p { font-size: 17px; color: var(--ice); font-style: italic; margin: 0; }
.about-quote footer { margin-top: 12px; font-size: 14px; color: var(--muted); }
.about-quote footer strong { color: var(--amber-2); font-weight: 600; }
.about-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.about-list li { display: flex; align-items: center; gap: 12px; background: rgba(238, 242, 245, 0.03); border: 1px solid var(--line); border-radius: var(--r); padding: 13px 16px; font-size: 14.5px; font-weight: 500; transition: border-color 0.25s ease, background 0.25s ease; }
.about-list li:hover { border-color: var(--amber-line); background: var(--amber-soft); }
.about-list svg { flex-shrink: 0; color: var(--amber-2); }

/* ---------- Serviços ---------- */
.services { background: var(--navy-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr) 0.9fr; grid-auto-rows: 1fr; gap: 18px; }
.svc-card {
  position: relative; overflow: hidden;
  background: var(--navy-3); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px 28px; display: flex; flex-direction: column; gap: 14px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.svc-card::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity 0.35s ease;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(214, 144, 43, 0.09), transparent 65%);
}
.svc-card:hover { transform: translateY(-5px); border-color: var(--amber-line); box-shadow: 0 22px 48px rgba(2, 10, 18, 0.5); }
.svc-card:hover::before { opacity: 1; }
.svc-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.svc-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--amber-soft); border: 1px solid var(--amber-line); color: var(--amber-2); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 24px var(--glow); }
.svc-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 2px; color: var(--muted); border: 1px solid var(--line-2); padding: 4px 10px; border-radius: 6px; text-transform: uppercase; }
.svc-card h3 { font-family: var(--display); font-weight: 700; font-size: 26px; letter-spacing: 0.6px; text-transform: uppercase; line-height: 1.05; }
.svc-card p { color: var(--muted-2); font-size: 15.5px; flex: 1; }
.svc-media { position: relative; grid-row: span 2; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); min-height: 320px; }
.svc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5, 26, 46, 0.88) 0%, rgba(5, 26, 46, 0.12) 55%, rgba(5, 26, 46, 0.25) 100%); }
.svc-media figcaption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; }
.svc-media figcaption .speedbars { margin-bottom: 10px; }
.svc-media figcaption strong { display: block; font-family: var(--display); font-size: 22px; text-transform: uppercase; letter-spacing: 0.8px; line-height: 1.1; }
.svc-media figcaption small { color: var(--muted-2); font-size: 13.5px; }
.services-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.services-foot p { color: var(--muted); font-size: 15px; display: flex; align-items: center; gap: 10px; }
.services-foot p svg { color: var(--amber-2); flex-shrink: 0; }

/* ---------- Diferenciais ---------- */
.diff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-2); border: 1px solid var(--line-2); border-radius: var(--r-lg); overflow: hidden; }
.diff-cell { background: var(--navy); padding: 34px 30px; transition: background 0.3s ease; position: relative; }
.diff-cell:hover { background: var(--navy-2); }
.diff-cell .ic {
  width: 56px; height: 56px; border-radius: 50%; margin-bottom: 20px;
  background: var(--amber-soft); border: 1px solid var(--amber-line); color: var(--amber-2);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 rgba(214, 144, 43, 0); transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.diff-cell:hover .ic { box-shadow: 0 0 34px var(--glow); transform: translateY(-3px); }
.diff-cell h3 { font-family: var(--display); font-weight: 700; font-size: 23px; letter-spacing: 0.6px; text-transform: uppercase; line-height: 1.1; margin-bottom: 10px; }
.diff-cell p { color: var(--muted-2); font-size: 15px; }

/* ---------- Faixa parallax de slogan ---------- */
.slogan-band { position: relative; overflow: hidden; padding: clamp(90px, 13vw, 150px) 0; }
.band-media { position: absolute; inset: -18% 0; z-index: 0; will-change: transform; }
.band-media img { width: 100%; height: 100%; object-fit: cover; }
.band-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 26, 46, 0.92), rgba(5, 26, 46, 0.62) 50%, rgba(5, 26, 46, 0.92)); }
.slogan-band .container { position: relative; z-index: 2; text-align: center; }
.slogan-band .speedbars { align-items: center; margin: 0 auto 20px; }
.slogan-band .speedbars i:nth-child(2) { margin: 0 auto; }
.slogan-band blockquote {
  font-family: var(--display); font-weight: 700; font-style: italic; text-transform: uppercase;
  font-size: clamp(34px, 5.4vw, 62px); line-height: 1.02; letter-spacing: 0.5px; max-width: 22ch; margin: 0 auto;
}
.slogan-band blockquote em { font-style: italic; background: var(--grad-amber); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--amber); }
.slogan-band p { color: var(--muted-2); margin-top: 16px; font-size: 16.5px; }

/* ---------- Segmentos ---------- */
.seg-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.seg-intro .sec-head { margin-bottom: 24px; }
.seg-note { display: flex; gap: 12px; align-items: flex-start; background: var(--navy-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 20px; color: var(--muted-2); font-size: 15px; margin: 22px 0 26px; }
.seg-note svg { flex-shrink: 0; color: var(--amber-2); margin-top: 2px; }
.seg-photo { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-2); aspect-ratio: 16 / 10; margin-top: 30px; }
.seg-photo img { width: 100%; height: 100%; object-fit: cover; }
.seg-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5, 26, 46, 0.85), transparent 55%); }
.seg-photo figcaption { position: absolute; left: 20px; bottom: 16px; right: 20px; z-index: 2; font-size: 13.5px; color: var(--muted-2); }
.chips { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.chip {
  display: flex; align-items: center; gap: 14px;
  background: var(--navy-3); border: 1px solid var(--line); border-radius: 14px; padding: 17px 18px;
  font-weight: 500; font-size: 15.5px;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.chip:hover { transform: translateX(6px); border-color: var(--amber-line); background: var(--navy-4); }
.chip .ic { width: 42px; height: 42px; border-radius: 11px; flex-shrink: 0; background: var(--amber-soft); border: 1px solid var(--amber-line); color: var(--amber-2); display: flex; align-items: center; justify-content: center; }

/* ---------- Como funciona (rota em 4 passos) ---------- */
.steps-wrap { position: relative; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; counter-reset: passo; }
.steps::before { content: ''; position: absolute; top: 27px; left: 28px; right: 28px; height: 2px; background: var(--line-2); }
.steps-progress { position: absolute; top: 27px; left: 28px; height: 2px; width: 0; background: var(--grad-amber); box-shadow: 0 0 14px rgba(214, 144, 43, 0.7); z-index: 1; transition: width 0.15s linear; max-width: calc(100% - 56px); }
.steps-van { position: absolute; top: 27px; left: 28px; z-index: 3; transform: translate(-50%, -50%); color: var(--amber-2); filter: drop-shadow(0 0 10px rgba(214, 144, 43, 0.75)); transition: left 0.15s linear; }
.step { position: relative; z-index: 2; }
.step-node {
  counter-increment: passo;
  width: 56px; height: 56px; border-radius: 50%; margin-bottom: 20px;
  background: var(--navy-3); border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; font-size: 21px; color: var(--muted-2);
  transition: border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.step-node::before { content: counter(passo); }
.step.done .step-node { border-color: var(--amber); color: var(--amber-2); background: var(--navy-2); box-shadow: 0 0 24px var(--glow); }
.step h3 { font-family: var(--display); font-weight: 700; font-size: 24px; letter-spacing: 0.5px; text-transform: uppercase; line-height: 1.08; margin-bottom: 10px; }
.step p { color: var(--muted-2); font-size: 15px; }
.steps-cta { text-align: center; margin-top: 48px; }

/* ---------- Cobertura (radar + mapa SP) ---------- */
.coverage { background: var(--navy-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cov-grid { display: grid; grid-template-columns: 6fr 5fr; gap: clamp(36px, 5vw, 64px); align-items: center; }
.radar-wrap { position: relative; width: 100%; max-width: 560px; margin: 0 auto; }
.radar { position: relative; width: 100%; aspect-ratio: 1; }
.radar svg { width: 100%; height: 100%; display: block; }
.radar .ring { fill: none; stroke: var(--line-2); stroke-width: 1; }
.radar .ring-label { font-family: var(--mono); font-size: 11px; fill: var(--muted); letter-spacing: 1px; }
.radar .crosshair { stroke: var(--line); stroke-width: 1; stroke-dasharray: 3 6; }
.radar-sweep {
  position: absolute; border-radius: 50%; pointer-events: none;
  left: 10.7%; top: 10.7%; width: 78.6%; height: 78.6%;
  background: conic-gradient(from 0deg, rgba(214, 144, 43, 0.22), rgba(214, 144, 43, 0.05) 55deg, transparent 75deg);
  animation: sweep 7s linear infinite;
}
@keyframes sweep { to { transform: rotate(360deg); } }
.city { cursor: pointer; }
.city circle.dot { fill: var(--muted-2); transition: fill 0.25s ease, r 0.25s ease; }
.city circle.halo { fill: none; stroke: var(--amber-2); stroke-width: 1.4; opacity: 0; }
.city text { font-family: var(--display); font-weight: 600; font-size: 15px; letter-spacing: 0.8px; fill: var(--muted-2); text-transform: uppercase; transition: fill 0.25s ease; }
.city:hover circle.dot, .city.on circle.dot { fill: var(--amber-2); }
.city:hover text, .city.on text { fill: var(--ice); }
.city.on circle.halo { animation: cityPulse 1.8s ease-out infinite; }
@keyframes cityPulse { 0% { opacity: 0.9; r: 6; } 100% { opacity: 0; r: 20; } }
.base circle.core { fill: url(#gradAmber); }
.base circle.wave { fill: none; stroke: var(--amber); stroke-width: 1.6; opacity: 0; animation: baseWave 2.6s ease-out infinite; }
.base circle.wave2 { animation-delay: 1.3s; }
@keyframes baseWave { 0% { opacity: 0.85; r: 12; } 100% { opacity: 0; r: 52; } }
.base text { font-family: var(--display); font-weight: 700; font-size: 17px; letter-spacing: 1.5px; fill: var(--amber-2); text-transform: uppercase; }
.radar-chip {
  position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 9px; white-space: nowrap;
  background: var(--navy-3); border: 1px solid var(--amber-line); border-radius: 30px; padding: 9px 18px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ice);
  box-shadow: 0 14px 34px rgba(2, 10, 18, 0.5);
}
.radar-chip .pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 10px var(--wa); flex-shrink: 0; }
.cov-content .sec-head { margin-bottom: 22px; }
.cov-content > p { color: var(--muted-2); font-size: 16.5px; margin-bottom: 14px; }
.cov-tiers { display: flex; flex-direction: column; gap: 12px; margin: 26px 0; }
.cov-tiers li { display: flex; align-items: center; gap: 15px; background: var(--navy-3); border: 1px solid var(--line); border-radius: var(--r); padding: 15px 18px; transition: border-color 0.25s ease, transform 0.25s ease; }
.cov-tiers li:hover { border-color: var(--amber-line); transform: translateX(6px); }
.cov-tiers .ic { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; background: var(--amber-soft); border: 1px solid var(--amber-line); color: var(--amber-2); display: flex; align-items: center; justify-content: center; }
.cov-tiers strong { display: block; font-family: var(--display); font-size: 18.5px; letter-spacing: 0.7px; text-transform: uppercase; line-height: 1.15; }
.cov-tiers small { color: var(--muted); font-size: 13.5px; }
.sp-map { display: flex; align-items: center; gap: 18px; background: var(--navy-3); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 20px; }
.sp-map svg { width: 130px; flex-shrink: 0; height: auto; }
.sp-map .sp-shape { fill: rgba(238, 242, 245, 0.06); stroke: var(--line-2); stroke-width: 1.2; }
.sp-map .sp-dot { fill: var(--amber-2); }
.sp-map .sp-wave { fill: none; stroke: var(--amber); stroke-width: 1.2; opacity: 0; animation: baseWave 2.6s ease-out infinite; }
.sp-map p { color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.sp-map p strong { color: var(--ice); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--navy-2); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: border-color 0.3s ease; }
.faq-item.open { border-color: var(--amber-line); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: none; border: none; color: var(--ice); text-align: left; cursor: pointer;
  padding: 20px 24px; font-family: var(--body); font-weight: 600; font-size: 16.5px; line-height: 1.4;
}
.faq-q .faq-ic { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line-2); display: flex; align-items: center; justify-content: center; color: var(--amber-2); transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease; }
.faq-item.open .faq-ic { transform: rotate(45deg); background: var(--amber-soft); border-color: var(--amber-line); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a > div { padding: 0 24px 22px; color: var(--muted-2); font-size: 15.5px; max-width: 68ch; }

/* ---------- CTA final ---------- */
.cta-final { position: relative; overflow: hidden; padding: clamp(90px, 12vw, 140px) 0; }
.cta-final .band-media::after { background: linear-gradient(180deg, rgba(5, 26, 46, 0.9), rgba(5, 26, 46, 0.55) 50%, rgba(5, 26, 46, 0.95)); }
.cta-final .container { position: relative; z-index: 2; text-align: center; }
.cta-final h2 {
  font-family: var(--display); font-weight: 700; font-style: italic; text-transform: uppercase;
  font-size: clamp(36px, 5.4vw, 64px); line-height: 1; letter-spacing: 0.5px; max-width: 20ch; margin: 20px auto 0;
}
.cta-final h2 em { background: var(--grad-amber); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--amber); }
.cta-final p { color: var(--muted-2); font-size: 17px; max-width: 56ch; margin: 18px auto 0; }
.cta-final .hero-ctas { justify-content: center; margin-top: 32px; }

/* ---------- Contato ---------- */
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.channel-list { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.channel {
  display: flex; align-items: center; gap: 16px; text-decoration: none;
  background: var(--navy-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 20px;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.channel:hover { border-color: var(--amber-line); transform: translateX(6px); }
.channel .ic { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; background: var(--amber-soft); border: 1px solid var(--amber-line); color: var(--amber-2); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 20px var(--glow); }
.channel strong { display: block; font-family: var(--display); font-size: 18px; letter-spacing: 0.7px; text-transform: uppercase; line-height: 1.1; }
.channel small { color: var(--muted); font-size: 14px; word-break: break-word; }
.form-card { background: var(--navy-2); border: 1px solid var(--line-2); border-radius: 22px; padding: clamp(26px, 4vw, 40px); box-shadow: 0 24px 60px rgba(2, 10, 18, 0.45); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; letter-spacing: 0.4px; color: var(--muted-2); }
.field input, .field textarea {
  background: rgba(5, 26, 46, 0.7); border: 1px solid var(--line-2); border-radius: 11px;
  padding: 13px 16px; color: var(--ice); font-family: var(--body); font-size: 15px; outline: none; width: 100%;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(139, 163, 182, 0.55); }
.field input:focus, .field textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(214, 144, 43, 0.15); }
.field textarea { min-height: 110px; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; }
.consent input { margin-top: 4px; accent-color: var(--amber); width: 16px; height: 16px; flex-shrink: 0; }
.consent label { font-size: 13px; color: var(--muted); line-height: 1.55; }
.consent a { color: var(--amber-2); }
.form-msg { display: none; margin-top: 14px; font-size: 14.5px; border-radius: 11px; padding: 13px 16px; line-height: 1.5; }
.form-msg.err { display: block; background: rgba(255, 107, 107, 0.08); border: 1px solid rgba(255, 107, 107, 0.3); color: #ff9d9d; }
.form-success { display: none; text-align: center; padding: 26px 8px; }
.form-success.show { display: block; }
.form-success .ok-ic { width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%; background: var(--amber-soft); border: 2px solid var(--amber); color: var(--amber-2); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 34px var(--glow); }
.form-success h3 { font-family: var(--display); font-size: 28px; text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 8px; }
.form-success p { color: var(--muted-2); font-size: 15.5px; max-width: 44ch; margin: 0 auto 20px; }
/* honeypot anti-spam: invisível para humanos, irresistível para bots */
.hp-field { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }

/* ---------- Footer ---------- */
.site-footer { background: #03121f; border-top: 1px solid var(--line); padding: 64px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.footer-brand img { height: 44px; width: auto; margin-bottom: 16px; }
.footer-brand p { color: var(--muted); font-size: 14.5px; max-width: 30ch; }
.footer-brand .tagline { font-family: var(--display); font-style: italic; font-weight: 700; text-transform: uppercase; font-size: 19px; letter-spacing: 0.8px; color: var(--amber-2); margin-bottom: 10px; max-width: none; }
.footer-col h4 { font-family: var(--mono); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.footer-col a { display: block; color: var(--muted); text-decoration: none; font-size: 14.5px; padding: 5px 0; transition: color 0.2s ease, transform 0.2s ease; }
.footer-col a:hover { color: var(--amber-2); }
.footer-legal { padding-top: 26px; display: flex; flex-direction: column; gap: 8px; }
.footer-legal p { color: var(--muted); font-size: 13px; }
.footer-credits { color: rgba(139, 163, 182, 0.65); font-size: 12px; line-height: 1.6; }
.footer-credits a { color: rgba(181, 198, 212, 0.8); }

/* ---------- WhatsApp flutuante ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 950; display: flex; align-items: center; gap: 12px; flex-direction: row-reverse; }
.wa-btn {
  width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--wa), var(--wa-2)); color: #fff;
  display: flex; align-items: center; justify-content: center; text-decoration: none;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wa-btn:hover { transform: scale(1.08); box-shadow: 0 14px 38px rgba(37, 211, 102, 0.55); }
.wa-tip {
  background: var(--navy-3); border: 1px solid var(--line-2); border-radius: 14px; padding: 11px 16px;
  color: var(--ice); font-size: 13.5px; max-width: 230px; line-height: 1.45;
  box-shadow: 0 14px 34px rgba(2, 10, 18, 0.55);
  opacity: 0; transform: translateX(8px); pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.wa-float:hover .wa-tip, .wa-float.show-tip .wa-tip { opacity: 1; transform: translateX(0); }

/* ---------- Banner de cookies (LGPD) ---------- */
.cookie-banner {
  position: fixed; left: 22px; bottom: 22px; z-index: 960; max-width: 420px;
  background: var(--navy-3); border: 1px solid var(--line-2); border-radius: var(--r-lg);
  padding: 22px; box-shadow: 0 24px 60px rgba(2, 10, 18, 0.6);
  opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cookie-banner.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cookie-banner h3 { font-family: var(--display); font-size: 20px; text-transform: uppercase; letter-spacing: 0.6px; display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
.cookie-banner h3 svg { color: var(--amber-2); }
.cookie-banner p { font-size: 13.5px; color: var(--muted-2); margin-bottom: 16px; }
.cookie-banner a { color: var(--amber-2); }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions .btn { padding: 11px 18px; font-size: 14px; flex: 1; }

/* ---------- Cursor custom + magnetismo (só ponteiro fino) ---------- */
.cursor-dot, .cursor-ring { display: none; }
@media (pointer: fine) {
  .cursor-dot {
    display: block; position: fixed; z-index: 9999; pointer-events: none;
    width: 7px; height: 7px; border-radius: 50%; background: var(--amber-2);
    transform: translate(-50%, -50%); top: 0; left: 0;
  }
  .cursor-ring {
    display: block; position: fixed; z-index: 9998; pointer-events: none;
    width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid rgba(214, 144, 43, 0.55);
    transform: translate(-50%, -50%); top: 0; left: 0;
    transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  }
  .cursor-ring.on { width: 58px; height: 58px; border-color: rgba(239, 166, 52, 0.9); }
  body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: none; }
}

/* ---------- Reveals ---------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; transition-delay: var(--d, 0s); }
[data-reveal].in { opacity: 1; transform: translateY(0); }
[data-reveal="left"] { transform: translateX(-30px); }
[data-reveal="right"] { transform: translateX(30px); }
[data-reveal="left"].in, [data-reveal="right"].in { transform: translateX(0); }

/* ---------- Página de privacidade ---------- */
.legal-hero { padding: calc(var(--header-h) + clamp(48px, 8vw, 80px)) 0 clamp(40px, 6vw, 64px); border-bottom: 1px solid var(--line); background: var(--navy-2); }
.legal-hero h1 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(34px, 5vw, 56px); line-height: 1.02; margin-top: 18px; }
.legal-hero .updated { font-family: var(--mono); font-size: 13px; letter-spacing: 1px; color: var(--muted); margin-top: 14px; }
.legal-body { padding: clamp(48px, 7vw, 80px) 0; }
.legal-body .container { max-width: 860px; }
.legal-body h2 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(23px, 3vw, 30px); letter-spacing: 0.5px; margin: 44px 0 14px; padding-top: 26px; border-top: 1px solid var(--line); }
.legal-body h2:first-child { margin-top: 0; border-top: none; padding-top: 0; }
.legal-body h3 { font-size: 17px; font-weight: 600; color: var(--ice); margin: 24px 0 8px; }
.legal-body p { color: var(--muted-2); margin-bottom: 14px; font-size: 15.5px; }
.legal-body ul, .legal-body ol { margin: 0 0 16px; display: flex; flex-direction: column; gap: 8px; }
.legal-body ul li, .legal-body ol li { position: relative; padding-left: 26px; color: var(--muted-2); font-size: 15.5px; }
.legal-body ul li::before { content: ''; position: absolute; left: 4px; top: 10px; width: 10px; height: 3px; border-radius: 2px; background: var(--grad-amber); }
.legal-body ol { counter-reset: itens; }
.legal-body ol li { counter-increment: itens; }
.legal-body ol li::before { content: counter(itens) '.'; position: absolute; left: 0; top: 0; font-family: var(--display); font-weight: 700; color: var(--amber-2); }
.legal-body strong { color: var(--ice); }
.legal-body a { color: var(--amber-2); }
.legal-card { background: var(--navy-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px 24px; margin: 18px 0; }
.legal-card p { margin-bottom: 6px; }
.legal-card p:last-child { margin-bottom: 0; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; }
  .marquee-item:nth-child(2) { display: none; }
  .marquee-item { flex-wrap: wrap; justify-content: center; }
  .radar-sweep { display: none; }
  .band-media { inset: 0; }
  .cursor-dot, .cursor-ring { display: none !important; }
  body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: auto; }
  .hero-route .route-line { animation: none; }
}

/* ---------- Responsivo ---------- */
@media (max-width: 1080px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; margin-left: auto; }
  .header-cta { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .svc-media { grid-row: auto; grid-column: 1 / -1; min-height: 240px; }
  .diff-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 920px) {
  .hero { min-height: auto; }
  .hero-media { position: relative; width: 100%; clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%); aspect-ratio: 16 / 10; order: 2; }
  .hero-media::after { background: linear-gradient(180deg, rgba(5, 26, 46, 0.55) 0%, rgba(5, 26, 46, 0.05) 40%, rgba(5, 26, 46, 0.35) 100%); }
  .hero-media::before { clip-path: polygon(0 8%, 100% 0, 100% 6px, 0 calc(8% + 6px)); }
  .hero-route { display: none; }
  .hero-inner { padding-top: calc(var(--header-h) + 44px); padding-bottom: 44px; }
  .hero-content { max-width: 100%; }
  .hero-stats .container { grid-template-columns: 1fr 1fr; }
  .stat { border-left: none; padding-left: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(-n+2) { border-top: none; }
  .about-grid, .seg-grid, .cov-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 440px; }
  .steps { grid-template-columns: 1fr; gap: 34px; padding-left: 8px; }
  .steps::before { top: 28px; bottom: 28px; left: 27px; right: auto; width: 2px; height: auto; }
  .steps-progress { top: 28px; left: 26px; width: 2px !important; height: 0; max-width: none; max-height: calc(100% - 56px); }
  .steps-van { left: 27px !important; }
  .step { display: grid; grid-template-columns: 56px 1fr; gap: 18px; }
  .step-node { margin-bottom: 0; }
  .radar-wrap { max-width: 460px; }
  .cov-grid { gap: 56px; }
}
@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  .diff-grid { grid-template-columns: 1fr; }
  .chips { grid-template-columns: 1fr; }
  .about-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-grid .footer-brand { grid-column: 1 / -1; }
  .hero-ctas .btn { width: 100%; }
  .cookie-banner { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .wa-float { right: 14px; bottom: 88px; }
  .wa-tip { display: none; }
  .about-badge { right: 8px; }
  .city text { font-size: 17px; }
}
@media (max-width: 400px) {
  .hero-stats .container { grid-template-columns: 1fr; }
  .stat { border-top: 1px solid var(--line); }
  .stat:first-child { border-top: none; }
}
