/* ==========================================================================
   DeepCar and NL Parts - subdominio institucional
   Conceito: "azul electrico sobre grafite" - design ousado, premium, 2026.
   Cor de marca: azul DeepCar #0b02b7. Tons mais claros do MESMO azul usados
   apenas como brilho/realce sobre fundo escuro (sao variacoes de luminancia da
   marca, nunca outra cor). Verde NL Parts reservado, nao usado.
   Tipos: Clash Display (titulos) + Inter (corpo), self-hosted em assets/fonts/.
   ========================================================================== */

:root {
  /* Grafite (fundos escuros) */
  --ink:    #080a14;
  --ink-2:  #0d1020;
  --ink-3:  #151a30;

  /* Azul de marca + variacoes de luminancia */
  --blue:       #0b02b7;   /* marca, base */
  --blue-2:     #1c12e0;   /* hover/realce */
  --blue-elec:  #4b3dff;   /* brilho electrico sobre escuro */
  --blue-soft:  #edefff;   /* fundo subtil sobre claro */
  --blue-line:  rgba(75, 61, 255, .35);

  /* Claro (papel) */
  --paper:   #ffffff;
  --paper-2: #f4f5fb;

  /* Texto */
  --on-dark-hi:  #ffffff;
  --on-dark:     rgba(255, 255, 255, .68);
  --on-dark-dim: rgba(255, 255, 255, .42);
  --on-light:    #0a0b14;
  --on-light-sub:#535a72;

  /* Linhas */
  --line-dark:  rgba(255, 255, 255, .10);
  --line-light: #e7e9f2;

  /* Sistema */
  --display: 'Clash Display', system-ui, -apple-system, Segoe UI, sans-serif;
  --sans: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --max: 1240px;
  --r: 18px;
  --r-sm: 11px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* Base ----------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%; scroll-behavior: smooth;
  /* Compensa o cabecalho fixo ao saltar para ancoras (#vantagens, etc.),
     para a secção não ficar tapada pela nav. */
  scroll-padding-top: 92px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--ink);
  color: var(--on-light);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--blue-elec); color: #fff; }

h1, h2, h3, .display {
  font-family: var(--display);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.02em;
  margin: 0;
}

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.eyebrow {
  font-family: var(--sans);
  font-weight: 600; font-size: .76rem; letter-spacing: .22em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .6; }
.accent { color: var(--blue); }
.accent-elec { color: var(--blue-elec); }

/* Botoes --------------------------------------------------------------------- */
.btn {
  --bg: var(--blue); --fg: #fff;
  position: relative; display: inline-flex; align-items: center; gap: .65em;
  font-family: var(--sans); font-weight: 600; font-size: .98rem;
  padding: 16px 28px; border-radius: 100px; border: 1px solid transparent;
  background: var(--bg); color: var(--fg); cursor: pointer;
  transition: transform .35s var(--ease), background .25s, box-shadow .35s, border-color .25s;
  white-space: nowrap; overflow: hidden;
}
.btn svg { width: 17px; height: 17px; transition: transform .35s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg { transform: translateX(4px); }
.btn--primary { box-shadow: 0 10px 30px -8px rgba(75, 61, 255, .6); }
.btn--primary:hover { background: var(--blue-2); box-shadow: 0 16px 40px -10px rgba(75, 61, 255, .75); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.25); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--blue-soft); color: var(--blue); }
.btn--lg { padding: 19px 34px; font-size: 1.05rem; }
.btn--block { width: 100%; justify-content: center; }

/* Navegacao ------------------------------------------------------------------ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px clamp(20px, 4vw, 48px);
  transition: background .3s, backdrop-filter .3s, padding .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(8, 10, 20, .78); backdrop-filter: saturate(160%) blur(16px);
  border-bottom-color: var(--line-dark); padding-top: 14px; padding-bottom: 14px;
}
.brand { display: flex; align-items: center; gap: 12px; }
/* Lockup da marca DeepCar PRO — MESMO desenho em todo o lado (topo + hero + rodape).
   "DeepCar" no tipo dos titulos + "PRO" num badge azul. So muda o tamanho. */
.brand .wm, .foot-brand, .hero-brand {
  display: inline-flex; align-items: center; gap: .42em;
  font-family: var(--display); font-weight: 600; letter-spacing: -.02em;
  color: #fff; line-height: 1;
}
/* Topo: logotipo em destaque na 1a dobra (barra transparente) e encolhe ao
   fazer scroll, quando a barra solidifica — para nao tapar conteudo. */
.brand .wm { font-size: clamp(1.85rem, 7vw, 2.6rem); transition: font-size .3s var(--ease); }
.nav.scrolled .brand .wm { font-size: 1.3rem; }
.wm .pro, .foot-brand .pro, .hero-brand .pro {
  font-family: var(--sans); font-weight: 800; font-size: .42em;
  letter-spacing: .12em; text-transform: uppercase; color: #fff;
  background: var(--blue-elec); padding: .4em .56em; border-radius: 6px;
  line-height: 1; box-shadow: 0 8px 22px rgba(75,61,255,.38);
}
.nav.scrolled .wm .pro { box-shadow: 0 6px 18px rgba(75,61,255,.32); }
.hero-brand { font-size: clamp(1.9rem, 7vw, 2.7rem); margin-bottom: 26px; }
/* A marca "entra": surge primeiro, com um leve movimento, ao abrir a pagina. */
.brand { animation: brandIn .8s var(--ease) both; }
.brand .pro { animation: badgeIn .6s var(--ease) .35s both; transform-origin: left center; }
@keyframes brandIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
@keyframes badgeIn { from { opacity: 0; transform: scale(.7); } to { opacity: 1; transform: scale(1); } }
.nav-mid { display: flex; gap: 34px; }
.nav-mid a { color: rgba(255,255,255,.7); font-size: .95rem; font-weight: 500; position: relative; padding: 4px 0; }
.nav-mid a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: var(--blue-elec); transition: width .3s var(--ease); }
.nav-mid a:hover { color: #fff; }
.nav-mid a:hover::after { width: 100%; }
.nav .btn { padding: 12px 22px; font-size: .9rem; }

/* Barra de progresso de leitura --------------------------------------------- */
.scrollbar {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200;
  background: linear-gradient(90deg, var(--blue), var(--blue-elec));
  transform: scaleX(0); transform-origin: 0 50%; will-change: transform;
}

/* Textura partilhada (grão + grelha) ---------------------------------------- */
.grain::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
}

/* Hero ----------------------------------------------------------------------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  background: var(--ink); color: #fff; overflow: hidden; isolation: isolate;
  padding: 140px 0 80px;
}
.hero::before { /* grelha técnica */
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background-image:
    linear-gradient(var(--line-dark) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 78%);
}
.hero-glow {
  position: absolute; z-index: 0; border-radius: 50%; filter: blur(90px); pointer-events: none;
}
.hero-glow.a { width: 620px; height: 620px; top: -180px; right: -120px;
  background: radial-gradient(circle, rgba(75,61,255,.55), transparent 65%); animation: float1 14s ease-in-out infinite; }
.hero-glow.b { width: 460px; height: 460px; bottom: -160px; left: -120px;
  background: radial-gradient(circle, rgba(11,2,183,.6), transparent 68%); animation: float2 18s ease-in-out infinite; }
@keyframes float1 { 50% { transform: translate(-40px, 50px); } }
@keyframes float2 { 50% { transform: translate(50px, -30px); } }

/* Brilho que segue o cursor (subtil; desligado em touch / reduced-motion) */
.hero-cursor {
  position: absolute; z-index: 0; width: 540px; height: 540px; border-radius: 50%;
  left: var(--cx, 70%); top: var(--cy, 30%); transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(75, 61, 255, .30), transparent 60%);
  filter: blur(40px); pointer-events: none; opacity: 0;
  transition: opacity .6s ease, left .5s var(--ease), top .5s var(--ease);
}
.hero.cursor-on .hero-cursor { opacity: 1; }
@media (hover: none) { .hero-cursor { display: none; } }

.hero .wrap { position: relative; z-index: 2; }
.hero-side {
  position: absolute; left: 14px; top: 50%; z-index: 2;
  transform: translateY(-50%); writing-mode: vertical-rl;
  font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: var(--on-dark-dim);
}
.hero-chip {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px;
  padding: 9px 16px; border-radius: 100px; font-size: .8rem; font-weight: 600;
  background: rgba(75,61,255,.12); border: 1px solid var(--blue-line); color: #cfcaff;
}
.hero-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-elec); box-shadow: 0 0 0 4px rgba(75,61,255,.25); }
/* Kicker: etiqueta fina com tracinho (detalhe editorial, abre o hero) */
.hero-kicker {
  display: inline-flex; align-items: center; gap: 13px; margin-bottom: 28px;
  font-size: .76rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: #b9b4ff;
}
.hero-kicker::before {
  content: ""; width: 38px; height: 1px; flex: none;
  background: linear-gradient(90deg, var(--blue-elec), rgba(75,61,255,0));
}
/* Nota: ligacao discreta a marca-mae, abaixo do CTA */
.hero-note { margin-top: 18px; font-size: .82rem; letter-spacing: .03em; color: var(--on-dark-dim); }
.hero h1 {
  font-size: clamp(2.9rem, 8.5vw, 6.6rem); font-weight: 600; max-width: 14ch; margin-bottom: 26px;
  line-height: 1.02; letter-spacing: -.022em;
}
.hero h1 .l2 {
  color: transparent; -webkit-background-clip: text; background-clip: text;
  background-image: linear-gradient(100deg, var(--blue-elec) 0%, #b9b4ff 35%, var(--blue-elec) 70%);
  background-size: 220% 100%; animation: shimmer 7s linear infinite;
}
@keyframes shimmer { to { background-position: -220% 0; } }
.hero-lead { font-size: clamp(1.06rem, 1.55vw, 1.28rem); line-height: 1.62; color: var(--on-dark); max-width: 46ch; margin-bottom: 34px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px 26px; align-items: center; }
/* Acao secundaria discreta, ao lado do CTA principal */
.hero-link {
  display: inline-flex; align-items: center; gap: 8px; position: relative;
  color: #fff; font-weight: 600; font-size: .98rem; padding: 6px 2px;
}
.hero-link::after {
  content: "→"; color: var(--blue-elec); transition: transform .25s var(--ease);
}
.hero-link::before {
  content: ""; position: absolute; left: 2px; right: 18px; bottom: 0; height: 1px;
  background: rgba(255,255,255,.28); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease);
}
.hero-link:hover::after { transform: translateX(4px); }
.hero-link:hover::before { transform: scaleX(1); }
.hero-meta {
  margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: 14px 34px; color: var(--on-dark-dim);
  font-size: .82rem; letter-spacing: .04em;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 9px; }
.hero-meta span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-elec); }

/* Hero em duas colunas (texto + visual) */
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.hero-grid h1 { font-size: clamp(2.6rem, 5.6vw, 5.2rem); }
.hero-visual {
  position: relative; aspect-ratio: 4 / 4.4; border-radius: 22px; overflow: hidden;
  border: 1px solid rgba(124,132,170,.22); background: linear-gradient(160deg, #15193a, #0a0d1c);
  /* definicao + profundidade (sobrio); azul reduzido a um sussurro */
  box-shadow: 0 50px 90px -45px rgba(0,0,0,.85), 0 0 90px -34px rgba(75,61,255,.16);
}
/* borda interior: so um realce subtil no topo (sem glow colorido) */
.hero-visual::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 2;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
.hero-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-ph { display: none; }
.hero-visual.no-img { display: grid; place-items: center; }
.hero-visual.no-img::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 20px 20px;
}
.hero-visual.no-img .hero-photo { display: none; }
.hero-visual.no-img .hero-ph {
  display: flex; flex-direction: column; align-items: center; gap: 14px; z-index: 1; padding: 26px;
  text-align: center; color: var(--on-dark-dim); font-size: .9rem; letter-spacing: .02em;
}
.hero-ph svg { width: 52px; height: 52px; color: var(--blue-elec); opacity: .85; }
.hero-ph b { color: var(--on-dark); font-weight: 600; }

/* Montra (showcase de fotos) */
.showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.shot {
  position: relative; aspect-ratio: 4 / 3.2; border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line-light); background: linear-gradient(160deg, #eef0f8, #e1e4f1);
}
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.shot .ph { display: none; }
.shot.no-img { display: grid; place-items: center; }
.shot.no-img img { display: none; }
.shot.no-img .ph {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  color: #9aa0bb; font-size: .85rem; text-align: center; padding: 18px;
}
.shot .ph svg { width: 30px; height: 30px; color: var(--blue); opacity: .55; }
.shot .cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 18px; color: #fff; font-weight: 650;
  background: linear-gradient(transparent, rgba(8, 10, 20, .72));
}
.shot.no-img .cap { position: static; background: none; color: var(--on-light); padding-top: 0; }

/* Marquee -------------------------------------------------------------------- */
.marquee {
  background: var(--blue); color: #fff; overflow: hidden; white-space: nowrap;
  border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 18px 0;
}
.marquee-track { display: inline-flex; gap: 0; animation: marquee 28s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span {
  font-family: var(--display); font-weight: 600; font-size: clamp(1.05rem, 2vw, 1.5rem);
  letter-spacing: .01em; text-transform: uppercase; padding: 0 26px; display: inline-flex; align-items: center; gap: 26px;
}
.marquee-track span::after { content: "\2726"; color: rgba(255,255,255,.55); font-size: .7em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Seccoes gerais ------------------------------------------------------------- */
section { position: relative; }
.section { padding: clamp(72px, 11vw, 140px) 0; }
.section--light { background: var(--paper); color: var(--on-light); }
.section--paper2 { background: var(--paper-2); color: var(--on-light); }
.section--dark { background: var(--ink); color: #fff; }
.section-head { max-width: 60ch; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(2rem, 4.6vw, 3.6rem); margin: 18px 0 0; }
.section--light .eyebrow, .section--paper2 .eyebrow {
  color: var(--blue); padding: 8px 15px; border-radius: 100px;
  background: var(--blue-soft); border: 1px solid rgba(11, 2, 183, .16);
}
.section--light .eyebrow::before, .section--paper2 .eyebrow::before {
  width: 7px; height: 7px; border-radius: 50%; background: var(--blue);
  opacity: 1; box-shadow: 0 0 0 4px rgba(11, 2, 183, .12);
}
.section--dark .eyebrow { color: #9b93ff; }
.lead-sub { color: var(--on-light-sub); font-size: 1.08rem; margin-top: 18px; max-width: 56ch; }
.section--dark .lead-sub { color: var(--on-dark); }

/* Reveal --------------------------------------------------------------------- */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
[data-reveal][data-delay="4"] { transition-delay: .32s; }
[data-reveal][data-delay="5"] { transition-delay: .40s; }

/* Bento de vantagens --------------------------------------------------------- */
.bento {
  display: grid; gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
    "a a b b"
    "a a c d"
    "e e f f";
}
.tile {
  position: relative; overflow: hidden; border-radius: var(--r);
  background: var(--paper); border: 1px solid var(--line-light);
  padding: 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px;
  min-height: 210px; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.tile:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -22px rgba(10,11,20,.35); border-color: var(--blue-line); }
.tile .idx { font-family: var(--display); font-weight: 600; font-size: 1rem; color: var(--blue); letter-spacing: .1em; }
.tile .ico { width: 28px; height: 28px; color: var(--blue); }
.tile h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); margin: 0 0 10px; color: var(--on-light); }
.tile p { margin: 0; color: var(--on-light-sub); font-size: .98rem; }
.tile-top { display: flex; align-items: center; justify-content: space-between; }
.tile--a { grid-area: a; background: var(--blue); border-color: transparent; color: #fff; }
.tile--a .idx, .tile--a .ico { color: rgba(255,255,255,.85); }
.tile--a h3 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.tile--a p { color: rgba(255,255,255,.82); font-size: 1.05rem; }
.tile--a::after { content: ""; position: absolute; width: 320px; height: 320px; right: -120px; bottom: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.16), transparent 70%); }
.tile--b { grid-area: b; } .tile--c { grid-area: c; } .tile--d { grid-area: d; }
.tile--e { grid-area: e; } .tile--f { grid-area: f; }

/* Manifesto ------------------------------------------------------------------ */
.manifesto { text-align: center; }
.manifesto .wrap { max-width: 1100px; }
.manifesto h2 { font-size: clamp(2.2rem, 6.5vw, 5rem); line-height: 1; }
.manifesto h2 em {
  font-style: normal; color: transparent; -webkit-background-clip: text; background-clip: text;
  background-image: linear-gradient(100deg, var(--blue-elec) 0%, #b9b4ff 35%, var(--blue-elec) 70%);
  background-size: 220% 100%; animation: shimmer 7s linear infinite;
}
.manifesto p { color: var(--on-dark); max-width: 60ch; margin: 30px auto 0; font-size: 1.1rem; }

/* Beneficios (3 cartoes fortes, fundo claro) -------------------------------- */
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit {
  background: #fff; border: 1px solid var(--line-light); border-radius: 20px; padding: 38px 32px;
  box-shadow: 0 1px 2px rgba(15,17,21,.04), 0 22px 48px -28px rgba(15,17,21,.22);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.benefit:hover { transform: translateY(-5px); box-shadow: 0 32px 60px -28px rgba(11,2,183,.3); border-color: rgba(11,2,183,.2); }
.benefit .ico {
  box-sizing: border-box; width: 56px; height: 56px; padding: 14px; border-radius: 16px;
  background: var(--blue-soft); color: var(--blue); margin-bottom: 26px;
}
.benefit h3 { font-family: var(--display); font-weight: 600; font-size: 1.55rem; color: var(--on-light); letter-spacing: -.01em; margin-bottom: 12px; }
.benefit p { color: var(--on-light-sub); margin: 0; font-size: 1.04rem; }

/* Passos em fundo claro (como funciona) */
.section--paper2 .step { border-top-color: var(--line-light); }
.section--paper2 .step .n { -webkit-text-stroke-color: var(--blue); }
.section--paper2 .step h3 { color: var(--on-light); }
.section--paper2 .step p { color: var(--on-light-sub); }

/* Seccao azul cheia (momento de marca) -------------------------------------- */
.section--blue {
  position: relative; overflow: hidden; color: #fff; isolation: isolate;
  background:
    radial-gradient(1100px 540px at 84% -14%, #2a1fe6, transparent 60%),
    linear-gradient(165deg, #1609cc 0%, #0a0186 100%);
}
.section--blue::before { /* grelha tecnica subtil */
  content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 70px 70px; mask-image: radial-gradient(120% 100% at 50% 0%, #000 35%, transparent 82%);
}
.section--blue .wrap { position: relative; z-index: 1; }
.section--blue .eyebrow {
  color: #fff; padding: 8px 15px; border-radius: 100px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .28);
}
.section--blue .eyebrow::before {
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  opacity: 1; box-shadow: 0 0 0 4px rgba(255, 255, 255, .2);
}
.section--blue .lead-sub { color: rgba(255,255,255,.85); }

/* Crescimento (grafico grande) ---------------------------------------------- */
.growth-head { max-width: 760px; }
.growth-head h2 { font-size: clamp(2.3rem, 5.2vw, 4.2rem); color: #fff; }
.growth-chart-lg { position: relative; margin-top: clamp(34px, 5vw, 56px); }
.chart-lg { width: 100%; height: auto; display: block; overflow: visible; }
.chart-lg .ar { fill: url(#areaW); opacity: 0; animation: chartFade 1.2s ease 1.1s forwards; }
.chart-lg .ln {
  fill: none; stroke: #fff; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 8px 26px rgba(255,255,255,.45));
  stroke-dasharray: 1750; stroke-dashoffset: 1750; animation: chartDraw 2.1s var(--ease) .2s forwards;
}
.chart-lg .nd, .chart-lg .goal { fill: #fff; filter: drop-shadow(0 4px 12px rgba(0,0,0,.25)); }
.chart-lg .ring {
  fill: none; stroke: rgba(255,255,255,.7); stroke-width: 2;
  transform-box: fill-box; transform-origin: center; animation: ringPulse 2.8s ease-out 2s infinite;
}
@keyframes chartDraw { to { stroke-dashoffset: 0; } }
@keyframes chartFade { to { opacity: 1; } }
@keyframes ringPulse { 0% { transform: scale(.6); opacity: .85; } 100% { transform: scale(3); opacity: 0; } }
.growth-steps-lg { display: flex; margin-top: 22px; }
.growth-steps-lg span { flex: 1; text-align: center; padding: 0 8px; color: rgba(255,255,255,.78); font-size: .98rem; font-weight: 500; }
.growth-steps-lg span b { display: block; color: #fff; font-weight: 700; font-size: 1.06rem; }
@media (max-width: 560px) { .growth-steps-lg span { font-size: .74rem; } }

/* Passos --------------------------------------------------------------------- */
.steps { display: grid; gap: 26px; grid-template-columns: repeat(4, 1fr); }
.steps--3 { grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding-top: 30px; border-top: 1px solid var(--line-dark); }
.step .n { font-family: var(--display); font-weight: 600; font-size: 3.4rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.3px var(--blue-elec); margin-bottom: 22px; display: block; }
.step h3 { font-size: 1.3rem; color: #fff; margin-bottom: 10px; }
.step p { color: var(--on-dark); font-size: .98rem; margin: 0; }

/* Parceiro ideal (chips) ----------------------------------------------------- */
.partners { display: flex; flex-wrap: wrap; gap: 12px; }
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: 100px; border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, .03); color: #fff; font-weight: 600; font-size: 1rem;
  transition: border-color .25s, background .25s, transform .25s var(--ease);
}
.pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--blue-elec); flex: 0 0 auto; }
.pill:hover { border-color: var(--blue-line); background: rgba(75, 61, 255, .08); transform: translateY(-2px); }

/* Candidatura ---------------------------------------------------------------- */
.apply { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: start; }
.apply-aside h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-top: 22px; }
.apply-aside .lead-sub { margin-bottom: 30px; }
.apply-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.apply-list li { display: flex; gap: 13px; color: var(--on-dark); font-size: 1rem; }
.apply-list svg { width: 22px; height: 22px; color: var(--blue-elec); flex: 0 0 auto; margin-top: 1px; }

.form-card {
  background: #fff; color: var(--on-light); border-radius: var(--r);
  padding: 38px; box-shadow: 0 40px 80px -40px rgba(0,0,0,.6);
}
.form-ok {
  display: none; background: #ecf7f0; border: 1px solid #bfe3cb; color: #1c7a3e;
  border-radius: var(--r-sm); padding: 15px 18px; font-weight: 600; margin-bottom: 22px;
}
.form-ok.show { display: block; }
.form-err {
  display: none; background: #fbeaea; border: 1px solid #e6bcbc; color: #c0271a;
  border-radius: var(--r-sm); padding: 15px 18px; font-weight: 600; margin-bottom: 22px;
}
.form-err.show { display: block; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.fields { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.wide { grid-column: 1 / -1; }
.field label { font-weight: 600; font-size: .88rem; color: var(--on-light); }
.field label .req { color: var(--blue); }
.field input, .field textarea {
  font: inherit; font-size: 1rem; color: var(--on-light);
  padding: 13px 15px; border: 1.5px solid var(--line-light); border-radius: var(--r-sm);
  background: var(--paper-2); transition: border-color .2s, box-shadow .2s, background .2s; width: 100%;
}
.field textarea { resize: vertical; min-height: 108px; }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(11,2,183,.12);
}
.field .err { color: #c0271a; font-size: .82rem; display: none; }
.field.bad input, .field.bad textarea { border-color: #c0271a; background: #fff7f6; }
.field.bad .err { display: block; }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: .9rem; color: var(--on-light-sub); }
.consent input { width: 19px; height: 19px; margin-top: 2px; flex: 0 0 auto; accent-color: var(--blue); }
.form-card .btn { margin-top: 6px; }
.form-foot { text-align: center; font-size: .82rem; color: #8a90a6; margin-top: 14px; }
.field .hint { font-size: .8rem; color: #8a90a6; }
.apply-note { margin-top: 26px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; font-size: .94rem; color: var(--on-dark); }
.apply-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 17px; border-radius: 100px; font-size: .88rem; font-weight: 600;
  color: #cfcaff; background: rgba(75, 61, 255, .12); border: 1px solid var(--blue-line);
  text-decoration: none; transition: background .25s, border-color .25s, color .25s, transform .25s;
}
.apply-link svg { width: 14px; height: 14px; transition: transform .25s var(--ease); }
.apply-link:hover { background: rgba(75, 61, 255, .22); border-color: #6f66ff; color: #fff; transform: translateY(-1px); }
.apply-link:hover svg { transform: translateX(3px); }

/* Etiqueta do formulario como pastilha viva (estilo do hero chip): legivel sobre escuro */
#candidatura .apply-aside .eyebrow {
  padding: 8px 15px; border-radius: 100px; color: #cfcaff;
  background: rgba(75, 61, 255, .14); border: 1px solid var(--blue-line);
}
#candidatura .apply-aside .eyebrow::before {
  width: 7px; height: 7px; border-radius: 50%; background: var(--blue-elec);
  opacity: 1; box-shadow: 0 0 0 4px rgba(75, 61, 255, .22);
}

/* CTA final ------------------------------------------------------------------ */
.endcta { text-align: center; }
.endcta h2 { font-size: clamp(2rem, 5vw, 3.6rem); color: #fff; max-width: 18ch; margin: 0 auto 26px; }

/* Rodape --------------------------------------------------------------------- */
.foot { background: #05060d; color: var(--on-dark); padding: 80px 0 34px; }
.foot-top { padding-bottom: 40px; border-bottom: 1px solid var(--line-dark); }
.foot-brand-block { max-width: 460px; }
.foot-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.foot-nav a { color: var(--on-dark); transition: color .2s; }
.foot-nav a:hover { color: #fff; }
.foot-cta { color: #fff; font-weight: 600; transition: color .2s; }
.foot-cta:hover { color: #9b93ff; }
/* Redes sociais (rodape) */
.foot-social { display: flex; gap: 12px; margin-top: 24px; }
.foot-social a {
  width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 11px; border: 1px solid var(--line-dark); color: var(--on-dark);
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.foot-social a:hover { color: #fff; border-color: var(--blue-elec); background: rgba(75,61,255,.14); transform: translateY(-2px); }
.foot-social svg { width: 20px; height: 20px; }
.foot-brand { font-size: clamp(2rem, 5vw, 3rem); }
.foot p { margin: 18px 0 0; max-width: 38ch; color: var(--on-dark-dim); }
.foot p.foot-sub { margin-top: 12px; font-size: .82rem; letter-spacing: .04em; color: #9b93ff; text-transform: uppercase; font-weight: 600; }
.foot h4 { color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin: 0 0 18px; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.foot ul a { color: var(--on-dark); transition: color .2s; }
.foot ul a:hover { color: #fff; }
.foot-bot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 26px; color: var(--on-dark-dim); font-size: .84rem; }

/* Numeros / credibilidade ---------------------------------------------------- */
.stats-band { background: var(--ink-2); color: #fff; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 48px); }
.stat-n {
  font-family: var(--display); font-weight: 600; font-size: clamp(2.1rem, 3.8vw, 3.1rem); line-height: 1.05;
  color: transparent; background: linear-gradient(100deg, #6f66ff, #c4bdff);
  -webkit-background-clip: text; background-clip: text;
}
.stat-l { font-weight: 700; color: #fff; margin-top: 14px; font-size: 1.08rem; }
.stat p { color: var(--on-dark); margin: 8px 0 0; font-size: .95rem; }

/* Testemunho ----------------------------------------------------------------- */
.testimonial blockquote { margin: 0; max-width: 1000px; }
.testimonial .quote-mark { font-family: var(--display); font-size: 4.5rem; line-height: .5; color: var(--blue-elec); display: block; margin-bottom: 18px; }
.testimonial p {
  font-family: var(--display); font-weight: 500; font-size: clamp(1.6rem, 3.6vw, 2.8rem);
  line-height: 1.2; letter-spacing: -.01em; color: #fff; margin: 0 0 24px;
}
.testimonial cite { font-style: normal; color: #9b93ff; font-weight: 600; font-size: 1rem; letter-spacing: .02em; }

/* CTA a meio (crescimento) */
.growth-cta { margin-top: clamp(32px, 5vw, 52px); }

/* Link no consentimento */
.consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }

/* Responsivo ----------------------------------------------------------------- */
@media (max-width: 960px) {
  .nav-mid { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 440px; }
  .apply { grid-template-columns: 1fr; gap: 38px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .bento {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b b" "c d" "e e" "f f";
  }
}
@media (max-width: 620px) {
  .fields { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .hero-visual { aspect-ratio: auto; height: 300px; } /* imagem do hero visivel no telemovel, como banner */
  .showcase-grid { grid-template-columns: 1fr; }
  .benefits { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .nav .btn--primary { display: none; } /* sem CTA no cabecalho no telemovel; ha CTAs nos blocos */
  .bento { grid-template-columns: 1fr; grid-template-areas: "a" "b" "c" "d" "e" "f"; }
  .foot-top { grid-template-columns: 1fr; gap: 30px; }
  .form-card { padding: 24px 20px; }
  .hero-side { display: none; }
  .hero-cta .btn { width: 100%; justify-content: center; }
  /* No telemovel: mais espaco entre o logotipo do topo e a headline do hero */
  .hero { min-height: auto; align-items: flex-start; padding: 132px 0 56px; }
  .hero-grid h1 { font-size: clamp(2.8rem, 12vw, 3.9rem); } /* headline com mais punch */
}
