/* ============================================================
   AVORA AI — Carreiras
   Linguagem: SaaS premium dark (ref. clickmax.io)
   Inter · títulos com degradê branco→prata · dourado como acento
   cards arredondados · pills · glows suaves
   ============================================================ */

:root {
  color-scheme: dark;

  --bg: #0a0a0b;
  --surface: #121214;
  --surface-2: #17171a;
  --surface-3: #1c1c20;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.14);

  --text: #b4b6bc;
  --text-dim: #85878f;
  --text-strong: #f4f4f6;

  --gold: #e8b45c;
  --gold-hi: #f2cd8b;
  --gold-deep: #cf9440;
  --gold-soft: rgba(232, 180, 92, 0.13);

  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;

  --r-card: 20px;
  --r-md: 14px;
  --r-sm: 12px;

  --nav-h: 68px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 20px);
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

/* [hidden] sempre vence displays declarados (flex/grid/inline-flex) */
[hidden] { display: none !important; }

/* honeypot anti-bot: fora da tela, sem ocupar espaço, invisível a humanos */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul, ol { list-style: none; }

::selection { background: rgba(232, 180, 92, 0.3); color: #fff; }

:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
  border-radius: 6px;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #26262b; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: #333338; }

/* ---------- Utilitários ---------- */
.container {
  width: min(1160px, 92%);
  margin-inline: auto;
}
.container--narrow { width: min(860px, 92%); }

.section { padding: clamp(84px, 9vw, 124px) 0; position: relative; }

.section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 56px);
}

/* Título com degradê branco → prata; cauda em prata mais funda */
.section__title {
  font-size: clamp(1.75rem, 3.5vw, 2.7rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.025em;
  text-wrap: balance;
  max-width: 800px;
  background: linear-gradient(180deg, #ffffff 20%, #c8cad1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 18px;
}
.fade-tail {
  background: linear-gradient(180deg, #a9abb3 10%, #6e7078 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section__title--left { text-align: left; margin-inline: 0; }

.section__sub {
  max-width: 600px;
  font-size: 1.02rem;
  color: var(--text-dim);
  text-wrap: pretty;
}
.section__sub--left { text-align: left; }

/* Palavra-acento em serifa dourada */
.gold-word {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.06em;
  background: linear-gradient(120deg, #f6d292 0%, var(--gold) 55%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---------- Pills / badges ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 500;
  color: #cfd0d5;
  margin-bottom: 22px;
}
.pill--gold { color: var(--gold-hi); border-color: rgba(232, 180, 92, 0.28); }
.pill--proof {
  padding: 8px 18px 8px 10px;
  font-size: 0.86rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
}
.pill--proof img { border-radius: 6px; }
.pill--proof strong { color: var(--text-strong); font-weight: 600; }

/* ---------- Botões (pílulas) ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 12px 24px;
  border-radius: 999px;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
  white-space: nowrap;
}
.btn--lg { padding: 15px 28px; font-size: 0.98rem; }

.btn--gold {
  color: #1b1204;
  background: linear-gradient(180deg, var(--gold-hi) 0%, #ddA249 100%);
  box-shadow: 0 10px 30px -12px rgba(232, 180, 92, 0.45);
}
.btn--gold:hover {
  background: linear-gradient(180deg, #f7d79c 0%, #e5ac52 100%);
  box-shadow: 0 14px 36px -12px rgba(232, 180, 92, 0.55);
}
.btn--gold:active { transform: translateY(1px); }

.btn__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: -4px -10px -4px 2px;
  border-radius: 50%;
  background: #17120a;
  color: var(--gold-hi);
  font-size: 0.85rem;
  transition: transform 0.3s var(--ease);
}
.btn--gold:hover .btn__circle { transform: translateX(3px); }

.btn--ghost {
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-strong);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
}

/* ---------- Tags (chips) ---------- */
.tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
}
.tag--gold {
  color: var(--gold-hi);
  border-color: rgba(232, 180, 92, 0.4);
  background: var(--gold-soft);
}

/* ---------- Faixa de pontinhos (divisor decorativo) ---------- */
.dots-divider {
  width: min(1000px, 84%);
  height: 56px;
  margin: 0 auto;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1.4px);
  background-size: 14px 14px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
  opacity: 0.5;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-h);
  transition: background 0.4s var(--ease), border-color 0.4s var(--ease),
    backdrop-filter 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav--scrolled {
  background: rgba(10, 10, 11, 0.75);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}

.nav__inner {
  width: min(1240px, 94%);
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav__brand { display: flex; align-items: center; margin-right: auto; flex: none; }
.nav__logo { height: 27px; width: auto; transition: opacity 0.3s ease; }
.nav__brand:hover .nav__logo { opacity: 0.85; }

.nav__links { display: flex; gap: 4px; }
.nav__links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  padding: 8px 13px;
  border-radius: 999px;
  transition: color 0.25s ease, background 0.25s ease;
}
.nav__links a:hover { color: var(--text-strong); background: rgba(255, 255, 255, 0.06); }

.nav__cta { padding: 10px 20px; font-size: 0.88rem; }

/* Barra de progresso de leitura */
.nav__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1.5px;
  background: linear-gradient(90deg, #f2cd8b, #b9bcc4);
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

.nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  align-items: center;
}
.nav__burger span {
  display: block;
  width: 22px;
  height: 1.8px;
  border-radius: 2px;
  background: var(--text-strong);
  transition: transform 0.35s var(--ease), opacity 0.35s var(--ease);
}
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.9px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.9px) rotate(-45deg); }

/* Menu mobile */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(10, 10, 11, 0.92);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  display: flex;
  overflow-y: auto;
  padding: 92px 24px 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s var(--ease), visibility 0s 0.35s;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.35s var(--ease);
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: auto;
  width: min(400px, 100%);
}
.mobile-menu nav > a:not(.btn) {
  padding: 13px 16px;
  border-radius: var(--r-md);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-strong);
  transition: background 0.25s ease;
}
.mobile-menu nav > a:not(.btn):active { background: rgba(255, 255, 255, 0.07); }
.mobile-menu__cta { margin-top: 20px; }
@media (max-height: 700px) {
  .mobile-menu { padding-top: 80px; }
  .mobile-menu nav > a:not(.btn) { padding: 10px 16px; font-size: 1.05rem; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: calc(var(--nav-h) + clamp(52px, 8vh, 88px)) 0 clamp(56px, 7vw, 88px);
  overflow: hidden;
}

/* fundo: grade de pontos + brilho dourado suave no topo */
.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1.3px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(70% 62% at 50% 30%, #000 30%, transparent 100%);
  mask-image: radial-gradient(70% 62% at 50% 30%, #000 30%, transparent 100%);
}
.hero__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -220px;
  transform: translateX(-50%);
  width: min(920px, 100vw);
  height: 480px;
  background: radial-gradient(ellipse at center,
    rgba(232, 180, 92, 0.16) 0%,
    rgba(190, 196, 210, 0.07) 45%,
    transparent 72%);
  filter: blur(48px);
}

.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero__title {
  font-size: clamp(2.5rem, 6vw, 4.3rem);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -0.032em;
  background: linear-gradient(180deg, #ffffff 25%, #c4c6cd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 22px;
  text-wrap: balance;
}
.hero__title .gold-word { font-size: 1.05em; }

.hero__sub {
  max-width: 640px;
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  color: var(--text-dim);
  margin-bottom: 34px;
  text-wrap: pretty;
}

.hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: clamp(56px, 7vw, 76px);
}

/* Foto dos fundadores como o grande momento do hero, com glow vazando */
.hero__media {
  position: relative;
  width: min(920px, 100%);
  margin: 0 auto;
}
.hero__media::before {
  content: "";
  position: absolute;
  inset: -8px -36px 8px;
  background: radial-gradient(60% 70% at 50% 42%,
    rgba(232, 180, 92, 0.34) 0%,
    rgba(244, 246, 250, 0.12) 45%,
    transparent 75%);
  filter: blur(44px);
  z-index: 0;
}
.hero__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto; /* o atributo height="1000" perderia para o aspect-ratio */
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: 50% 24%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.hero__media-tag {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(10, 10, 11, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  color: var(--text);
}
.hero__media-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px 1px rgba(232, 180, 92, 0.6);
}

/* Números */
.hero__stats {
  display: flex;
  justify-content: center;
  gap: clamp(32px, 5vw, 64px);
  margin-top: clamp(44px, 6vw, 64px);
}
.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  max-width: 220px;
}
.stat + .stat {
  border-left: 1px solid var(--line);
  padding-left: clamp(32px, 5vw, 64px);
}
.stat__num {
  font-size: clamp(1.4rem, 2.4vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #ffffff 20%, #c0c2c9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.stat__label { font-size: 0.83rem; color: var(--text-dim); line-height: 1.5; }

/* ============================================================
   MANIFESTO
   ============================================================ */
.manifesto .container--narrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.check-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 6px 0 36px;
}
.check-row li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text);
  white-space: nowrap;
}
.check-row li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
}

.manifesto__body {
  display: grid;
  gap: 18px;
  max-width: 640px;
  text-align: left;
  font-size: 1.02rem;
}
.manifesto__body strong { color: var(--text-strong); font-weight: 600; }

.manifesto__motto {
  margin-top: 40px;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-strong);
}
.manifesto__motto .gold-word { font-size: 1.12em; }

/* ============================================================
   ECOSSISTEMA — bento de cards
   ============================================================ */
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 28px;
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease),
    transform 0.35s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .card:hover {
    border-color: var(--line-strong);
    background: #141417;
    transform: translateY(-3px);
  }
}

.card__icon {
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  background: var(--gold-soft);
  border: 1px solid rgba(232, 180, 92, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.card__icon svg { width: 20px; height: 20px; fill: var(--gold); }

.card h3 {
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--text-strong);
  margin-bottom: 8px;
}
.card p { font-size: 0.92rem; color: var(--text-dim); line-height: 1.6; }

.card__meta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 999px;
  background: var(--gold-soft);
  border: 1px solid rgba(232, 180, 92, 0.25);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--gold-hi);
}

.card--feature { grid-column: span 2; padding: 32px; }
.card--feature p { max-width: 480px; }

.ecosystem__cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* ============================================================
   INTERLÚDIO — verbete num card com glow
   ============================================================ */
.interlude { padding: clamp(40px, 5vw, 64px) 0; }

.interlude__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(44px, 6vw, 64px) clamp(24px, 5vw, 56px);
  overflow: hidden;
}
.interlude__card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -140px;
  transform: translateX(-50%);
  width: 560px;
  height: 300px;
  background: radial-gradient(ellipse at center,
    rgba(232, 180, 92, 0.14) 0%,
    rgba(190, 196, 210, 0.06) 50%,
    transparent 75%);
  filter: blur(40px);
  pointer-events: none;
}

.interlude__mark {
  position: relative;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  margin-bottom: 22px;
}
.interlude__word {
  position: relative;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 4.4rem);
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 10%, #a9adb8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 10px;
}
.interlude__phonetic {
  font-size: 0.9rem;
  color: var(--text-dim);
  margin-bottom: 26px;
}
.interlude__phonetic em { font-family: var(--font-serif); }

.interlude__defs {
  display: grid;
  gap: 8px;
  font-size: 1rem;
  margin-bottom: 26px;
}
.interlude__defs strong { color: var(--text-strong); font-weight: 600; }

.interlude__quote {
  position: relative;
  padding-top: 24px;
  max-width: 560px;
}
.interlude__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 180, 92, 0.6), transparent);
}
.interlude__quote em {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  line-height: 1.4;
  background: linear-gradient(120deg, #f6d292 0%, var(--gold) 55%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ============================================================
   VALORES
   ============================================================ */
.values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.value { padding: 26px; }
.value__num {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 8px;
  background: var(--surface-3);
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold-hi);
  margin-bottom: 16px;
}
.value h3 { font-size: 1rem; }
.value p { font-size: 0.9rem; }

/* ============================================================
   CULTURA — card grande com checklist
   ============================================================ */
.culture__card {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(36px, 5vw, 72px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(28px, 4.5vw, 56px);
}
.culture__intro .pill { margin-bottom: 18px; }
.culture__intro .section__title { font-size: clamp(1.6rem, 3vw, 2.2rem); }

.check-list { display: grid; gap: 4px; }
.check-list li {
  position: relative;
  padding: 12px 0 12px 36px;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--gold-soft);
  border: 1px solid rgba(232, 180, 92, 0.25);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
}
.check-list h3 {
  font-size: 0.99rem;
  font-weight: 600;
  color: var(--text-strong);
  margin-bottom: 3px;
}
.check-list p { font-size: 0.9rem; color: var(--text-dim); }

/* ============================================================
   FUNDADORES — card de citação
   ============================================================ */
.founders__card {
  position: relative;
  background: linear-gradient(180deg, #141417 0%, #101013 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(32px, 5vw, 56px);
  overflow: hidden;
}
.founders__card::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle at center, rgba(232, 180, 92, 0.09), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}

.founders__quote {
  position: relative;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  line-height: 1.45;
  color: var(--text-strong);
  text-wrap: pretty;
  max-width: 640px;
}
.founders__quote em {
  font-style: italic;
  background: linear-gradient(120deg, #f6d292 0%, var(--gold) 55%, var(--gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.founders__names {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 48px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.founder-name { display: flex; align-items: center; gap: 14px; }
.founder-name__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  background: var(--surface-3);
}
.founder-name h3 { font-size: 0.98rem; font-weight: 600; color: var(--text-strong); }
.founder-name p { font-size: 0.82rem; color: var(--text-dim); }

/* ============================================================
   VAGAS
   ============================================================ */
.jobs__list { display: grid; gap: 14px; }

.job-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-align: left;
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 28px 30px;
  transition: border-color 0.35s var(--ease), background 0.35s var(--ease),
    transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .job-card:hover {
    border-color: rgba(232, 180, 92, 0.4);
    background: #141417;
    transform: translateY(-3px);
    box-shadow: 0 18px 44px -20px rgba(232, 180, 92, 0.25);
  }
  .job-card:hover .job-card__arrow {
    background: var(--gold);
    color: #1b1204;
    transform: translateX(3px);
  }
}

.job-card__main { display: block; }
.job-card__title {
  display: block;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  margin-bottom: 14px;
}
.job-card__tags { display: flex; gap: 8px; flex-wrap: wrap; }

.job-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--surface-3);
  border: 1px solid var(--line-strong);
  color: var(--gold-hi);
  font-size: 1.1rem;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s var(--ease);
}

.talent-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: transparent;
  border: 1px dashed var(--line-strong);
  border-radius: var(--r-card);
  padding: 26px 30px;
}
.talent-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-strong);
  margin-bottom: 5px;
}
.talent-card p { font-size: 0.9rem; color: var(--text-dim); max-width: 480px; }
.talent-card .btn { flex: none; }

/* ============================================================
   FAQ — accordion em cards
   ============================================================ */
.faq__list { display: grid; gap: 10px; }

.faq__item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: border-color 0.3s ease;
}
.faq__item[open] { border-color: var(--line-strong); }

.faq__item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 19px 22px;
  font-size: 0.99rem;
  font-weight: 500;
  color: var(--text-strong);
}
.faq__item summary::-webkit-details-marker { display: none; }

.faq__icon {
  position: relative;
  flex: none;
  margin-left: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--surface-3);
  border: 1px solid var(--line-strong);
  transition: transform 0.4s var(--ease), border-color 0.3s ease;
}
.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--text-strong);
  border-radius: 2px;
}
.faq__icon::before { width: 10px; height: 1.5px; transform: translate(-50%, -50%); }
.faq__icon::after { width: 1.5px; height: 10px; transform: translate(-50%, -50%); }
.faq__item[open] .faq__icon {
  transform: rotate(45deg);
  border-color: rgba(232, 180, 92, 0.4);
}

.faq__answer {
  padding: 0 56px 20px 22px;
  font-size: 0.93rem;
  color: var(--text-dim);
}
.faq__answer .btn { margin-top: 16px; }
.faq__item[open] .faq__answer { animation: faqIn 0.4s var(--ease); }
@keyframes faqIn {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   PAINEL DA VAGA
   ============================================================ */
.panel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 190;
  background: rgba(5, 5, 6, 0.62);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.panel-backdrop:not(.is-open) { pointer-events: none; }
.panel-backdrop.is-open { opacity: 1; }

/* Modal centralizado */
.panel {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 200;
  width: min(640px, calc(100vw - 32px));
  max-height: min(88vh, 880px);
  max-height: min(88dvh, 880px);
  background: #101013;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  box-shadow: 0 40px 100px -24px rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) translateY(14px) scale(0.97);
  opacity: 0;
  transition: transform 0.4s var(--ease), opacity 0.4s var(--ease);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.panel.is-open {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.panel__inner {
  padding: clamp(24px, 4vw, 40px);
  padding-top: 0;
}

/* Barra fixa no topo do painel: o ✕ permanece visível durante toda a rolagem */
.panel__bar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  padding: 14px 0 10px;
  margin-bottom: 6px;
  background: linear-gradient(180deg, rgba(16, 16, 19, 0.95) 65%, rgba(16, 16, 19, 0));
}

.panel__close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--surface-3);
  color: var(--text-strong);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.panel__close:hover { background: #232327; border-color: rgba(255, 255, 255, 0.3); }

.panel h2 {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  line-height: 1.2;
  margin: 4px 0 16px;
}

.panel__tags { margin-bottom: 6px; }

.panel__section { margin-top: 32px; }
.panel__section h3 {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text-strong);
  margin-bottom: 12px;
}
.panel__section p { font-size: 0.95rem; }
.panel__section ul { display: grid; gap: 10px; }
.panel__section li {
  position: relative;
  padding-left: 30px;
  font-size: 0.93rem;
}
.panel__section li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 700;
}

.panel__apply { margin-top: 40px; width: 100%; }

/* ---------- Formulário ---------- */
.apply-form__title { margin-bottom: 6px; }
.apply-form__sub { font-size: 0.93rem; color: var(--text-dim); margin-bottom: 32px; }

.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field-row .field { margin-bottom: 20px; }

.field label {
  font-size: 0.86rem;
  font-weight: 500;
  color: #d9dade;
}
.req { color: var(--gold); }
.opt { font-weight: 400; color: var(--text-dim); font-size: 0.8rem; }

.field input,
.field select,
.field textarea {
  width: 100%;
  font: inherit;
  font-size: 1rem; /* ≥16px evita o auto-zoom do iOS Safari ao focar */
  color: var(--text-strong);
  background: var(--surface-2);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  padding: 12px 16px;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}
.field textarea { resize: vertical; min-height: 90px; }

.field input::placeholder,
.field textarea::placeholder { color: #6f727c; }

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(232, 180, 92, 0.55);
  background: #191920;
  box-shadow: 0 0 0 3px rgba(232, 180, 92, 0.12);
}

.field select { color: var(--text-strong); cursor: pointer; }
.field select:invalid { color: #8a8d96; }
.select-wrap { position: relative; }
.select-wrap::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.6px solid var(--text-dim);
  border-bottom: 1.6px solid var(--text-dim);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea { border-color: rgba(255, 107, 107, 0.65); }

.field__error {
  /* sempre renderizado (colapsa quando vazio) para que aria-live anuncie */
  display: block;
  font-size: 0.85rem;
  color: #ff8f8f;
}

.apply-form__notice {
  font-size: 0.8rem;
  color: var(--text-dim);
  margin: 4px 0 22px;
}

.apply-form__submit { width: 100%; }
.apply-form__submit[disabled] { opacity: 0.6; cursor: wait; }
.apply-form__error { display: block; margin-top: 14px; text-align: center; }

/* ============================================================
   PÁGINA DE OBRIGADO
   ============================================================ */
.nav__back {
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  transition: color 0.25s ease, background 0.25s ease;
}
.nav__back:hover { color: var(--text-strong); background: rgba(255, 255, 255, 0.06); }

.thanks {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--nav-h) + 40px) 0 64px;
  overflow: hidden;
}
.thanks__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1.3px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(65% 60% at 50% 35%, #000 30%, transparent 100%);
  mask-image: radial-gradient(65% 60% at 50% 35%, #000 30%, transparent 100%);
}
.thanks__bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -180px;
  transform: translateX(-50%);
  width: min(760px, 100vw);
  height: 400px;
  background: radial-gradient(ellipse at center,
    rgba(232, 180, 92, 0.14) 0%,
    rgba(190, 196, 210, 0.06) 45%,
    transparent 72%);
  filter: blur(46px);
}
.thanks__content { position: relative; }

.thanks__card {
  width: min(600px, 100%);
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  padding: clamp(32px, 5vw, 48px);
  text-align: center;
}
.thanks__mark { width: 78px; height: 78px; margin: 0 auto 24px; }
.thanks__mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.thanks__mark circle { opacity: 0.3; }
.thanks__mark path {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: drawCheck 0.7s var(--ease) 0.25s forwards;
}
@keyframes drawCheck { to { stroke-dashoffset: 0; } }

.thanks__card h1 {
  font-size: clamp(1.4rem, 3vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  margin-bottom: 12px;
}
.thanks__card > p { font-size: 0.96rem; color: var(--text-dim); max-width: 460px; margin: 0 auto; }

.thanks__pending {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: var(--r-md);
  background: var(--gold-soft);
  border: 1px solid rgba(232, 180, 92, 0.3);
  font-size: 0.9rem;
  text-align: left;
  color: var(--text);
}
.thanks__pending strong { color: var(--gold-hi); }
.thanks__pending a { color: var(--gold-hi); text-decoration: underline; }
.thanks__pending .btn { margin-top: 14px; }

.thanks__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}
.thanks__note {
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-dim);
  margin-top: 22px;
}
.thanks__note a { color: var(--text); text-decoration: underline; }

/* ============================================================
   PÁGINAS LEGAIS
   ============================================================ */
.legal { padding: calc(var(--nav-h) + 56px) 0 88px; }
.legal__content { max-width: 760px; }
.legal h1 {
  font-size: clamp(1.7rem, 3.4vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-strong);
  margin-bottom: 10px;
}
.legal__meta {
  font-size: 0.86rem;
  color: var(--text-dim);
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.legal h2 {
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--text-strong);
  margin: 30px 0 10px;
}
.legal p { font-size: 0.95rem; margin-bottom: 14px; }
.legal ul { display: grid; gap: 8px; margin-bottom: 14px; }
.legal li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
}
.legal li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.58em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.6;
}
.legal a { color: var(--gold-hi); text-decoration: underline; }
.legal strong { color: var(--text-strong); font-weight: 600; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  position: relative;
  border-top: 1px solid var(--line);
  background: var(--bg);
  overflow: hidden;
}

.footer__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(72px, 9vw, 110px) 0 clamp(56px, 7vw, 84px);
  border-bottom: 1px solid var(--line);
}
.footer__cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -160px;
  transform: translateX(-50%);
  width: min(760px, 92vw);
  height: 360px;
  background: radial-gradient(ellipse at center,
    rgba(232, 180, 92, 0.11) 0%,
    rgba(190, 196, 210, 0.05) 50%,
    transparent 72%);
  filter: blur(52px);
  pointer-events: none;
}
.footer__cta .section__title { margin-bottom: 14px; }
.footer__cta-sub { color: var(--text-dim); margin-bottom: 30px; }

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  padding: 52px 0 44px;
  border-bottom: 1px solid var(--line);
}

.footer__logo { height: 32px; width: auto; display: block; }
.footer__tagline {
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--text-dim);
  max-width: 340px;
}

.footer__col { display: flex; flex-direction: column; align-items: flex-start; }
.footer__col h3 {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 14px;
}
.footer__col a {
  font-size: 0.92rem;
  color: var(--text);
  padding: 6px 0;
  transition: color 0.25s ease;
}
.footer__col a:hover { color: var(--text-strong); }

.footer__col--nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  align-items: start;
  justify-items: start;
}
.footer__col--nav h3 { grid-column: 1 / -1; }

.footer__disclaimer {
  padding-top: 26px;
  font-size: 0.78rem;
  line-height: 1.65;
  color: #6f727b;
  max-width: 920px;
}
.footer__disclaimer a { color: var(--text-dim); text-decoration: underline; }

.footer__legal {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 22px 0 30px;
  font-size: 0.82rem;
  color: var(--text-dim);
}
.footer__legal a { color: var(--text-dim); text-decoration: underline; }
.footer__legal a:hover { color: var(--text); }

.footer--slim { border-top: 1px solid var(--line); }
.footer--slim .footer__legal { padding: 22px 0 26px; }
.footer__wink { font-family: var(--font-serif); font-style: italic; font-size: 0.95rem; }
.footer__wink::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 9px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.7;
}

/* ============================================================
   PAINEL ADMIN
   ============================================================ */
.admin-body { background: var(--bg); }

.admin-boot {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-spinner {
  width: 30px; height: 30px;
  border: 2px solid var(--line-strong);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: adminSpin 0.8s linear infinite;
}
@keyframes adminSpin { to { transform: rotate(360deg); } }

/* Login */
.admin-login {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(232,180,92,0.10), transparent 70%),
    var(--bg);
}
.admin-login__card {
  width: min(400px, 100%);
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: 20px;
  padding: clamp(28px, 5vw, 40px);
  text-align: center;
}
.admin-login__logo { height: 30px; width: auto; margin: 0 auto 22px; }
.admin-login__card h1 {
  font-size: 1.3rem; font-weight: 600; letter-spacing: -0.02em;
  color: var(--text-strong); margin-bottom: 8px;
}
.admin-login__sub { font-size: 0.9rem; color: var(--text-dim); margin-bottom: 26px; }
.admin-login__card .field { text-align: left; margin-bottom: 18px; }
.admin-login__card .btn { width: 100%; }

/* Painel */
.admin-panel { max-width: 900px; margin: 0 auto; padding: 24px clamp(16px, 4vw, 32px) 80px; }

.admin-head {
  position: sticky; top: 0; z-index: 5;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 0;
  margin-bottom: 8px;
  background: rgba(10,10,11,0.85);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.admin-head__brand { display: flex; align-items: center; gap: 12px; }
.admin-head__brand img { height: 26px; width: auto; }
.admin-head__tag {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-hi); padding: 4px 10px; border: 1px solid rgba(232,180,92,0.3);
  border-radius: 999px;
}
.admin-head__actions { display: flex; align-items: center; gap: 14px; }
.admin-head__count { font-size: 0.85rem; color: var(--text-dim); white-space: nowrap; }
.admin-head__actions .btn { padding: 9px 18px; font-size: 0.85rem; }

.admin-toolbar { margin: 18px 0; }
.admin-search {
  width: 100%; font: inherit; font-size: 0.95rem; color: var(--text-strong);
  background: var(--surface-2); border: 1px solid var(--line-strong);
  border-radius: var(--r-sm); padding: 12px 16px; -webkit-appearance: none; appearance: none;
}
.admin-search::placeholder { color: #6f727c; }
.admin-search:focus { outline: none; border-color: rgba(232,180,92,0.5); }

.admin-list { display: grid; gap: 10px; }

.adm-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-md); overflow: hidden; transition: border-color 0.25s ease;
}
.adm-card.is-open { border-color: var(--line-strong); }
.adm-card__head {
  width: 100%; text-align: left; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 18px;
}
.adm-card__id { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.adm-name { font-size: 1rem; font-weight: 600; color: var(--text-strong); }
.adm-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.adm-tag {
  font-size: 0.72rem; font-weight: 500; color: var(--gold-hi);
  background: var(--gold-soft); border: 1px solid rgba(232,180,92,0.25);
  padding: 2px 9px; border-radius: 999px;
}
.adm-dot { font-size: 0.8rem; color: var(--text-dim); }
.adm-dot + .adm-dot::before { content: "·"; margin-right: 8px; color: var(--line-strong); }
.adm-chevron { color: var(--text-dim); transition: transform 0.3s var(--ease); flex: none; }
.adm-card.is-open .adm-chevron { transform: rotate(180deg); }

.adm-card__body { padding: 4px 18px 20px; border-top: 1px solid var(--line); }
.adm-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px 24px; padding: 18px 0;
}
.adm-field { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.adm-label {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-dim);
}
.adm-val { font-size: 0.92rem; color: var(--text-strong); word-break: break-word; }
.adm-link { font-size: 0.92rem; color: var(--gold-hi); text-decoration: underline; word-break: break-all; }

.adm-block { padding: 12px 0; border-top: 1px solid var(--line); }
.adm-block .adm-label { margin-bottom: 6px; display: block; }
.adm-text { font-size: 0.92rem; color: var(--text); white-space: pre-wrap; word-break: break-word; }

.adm-actions { padding-top: 16px; }
.adm-actions .btn { padding: 9px 18px; font-size: 0.85rem; }
.adm-foot { padding-top: 14px; margin-top: 12px; border-top: 1px solid var(--line); }
.adm-ua { font-size: 0.72rem; color: #5f626b; word-break: break-all; }

.admin-empty { text-align: center; padding: 60px 20px; color: var(--text-dim); }

.admin-pager {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  margin-top: 24px;
}
.admin-pager .btn { padding: 10px 18px; font-size: 0.85rem; }
.admin-pager .btn:disabled { opacity: 0.4; cursor: not-allowed; }
.admin-pager__info { font-size: 0.88rem; color: var(--text-dim); }

@media (max-width: 560px) {
  .admin-head__count { display: none; }
  .adm-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ANIMAÇÕES DE ENTRADA
   (escopadas em .js: sem JavaScript a página fica 100% visível)
   ============================================================ */
.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--reveal-delay, 0s);
}
.js .reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1024px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }

  .bento { grid-template-columns: repeat(2, 1fr); }
  .card--feature { grid-column: span 2; }

  .values__grid { grid-template-columns: repeat(2, 1fr); }

  .culture__card { grid-template-columns: 1fr; gap: 32px; }

  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .hero__title { font-size: clamp(2.1rem, 9.4vw, 2.9rem); }
  .hero__actions { width: 100%; }
  .hero__actions .btn { flex: 1; }
  .hero__media img { aspect-ratio: 4 / 3; }
  .hero__media-tag { left: 10px; bottom: 10px; font-size: 0.74rem; }

  .hero__stats { flex-direction: column; gap: 18px; align-items: center; }
  .stat + .stat {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }

  .check-row { flex-direction: column; align-items: center; gap: 8px; }
  .check-row li { white-space: normal; text-align: left; }

  .bento { grid-template-columns: 1fr; }
  .card--feature { grid-column: auto; }

  .values__grid { grid-template-columns: 1fr; }

  .job-card { flex-wrap: wrap; }

  .talent-card { flex-direction: column; align-items: flex-start; }

  .faq__answer { padding-right: 22px; }

  .panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 18px;
  }

  .field-row { grid-template-columns: 1fr; gap: 0; }

  .footer__grid { grid-template-columns: 1fr; gap: 32px; padding: 40px 0 36px; }
  .footer__legal { flex-direction: column; gap: 6px; }
}

/* ============================================================
   ACESSIBILIDADE — reduz movimento
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001s !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
