/* =====================================================================
   SUA HORA UNHA — Design System (público)
   Identidade oficial: PRETO & BRANCO editorial · Playfair Display + Montserrat
   ---------------------------------------------------------------------
   Tagline: "Sua beleza em dia, sem hora marcada."
   ⭐ Cores da marca no bloco :root (P&B). Ajuste fino aqui, se preciso.
   ===================================================================== */
:root {
  /* --- Cores da marca (P&B oficial) --- */
  --ink: #0f0f0f;           /* preto da marca         */
  --ink-2: #1c1c1c;
  --muted: #6b6b6b;         /* texto secundário       */
  --muted-2: #9a9a9a;
  --paper: #ffffff;         /* branco                 */
  --paper-2: #f7f5f2;       /* off-white quente sutil */
  --paper-3: #eee9e2;
  --line: #e7e3dc;          /* hairlines              */
  --line-2: #d9d4cc;
  --black: #0f0f0f;
  --white: #ffffff;

  /* --- Funcionais (discretos, para não competir com o P&B) --- */
  --ok: #2f7d54;
  --erro: #b23a48;

  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 12px rgba(15, 15, 15, 0.05);
  --shadow: 0 14px 44px rgba(15, 15, 15, 0.10);
  --shadow-lg: 0 26px 70px rgba(15, 15, 15, 0.16);

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --maxw: 1160px;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* =========================== BOTÕES =========================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 28px; border-radius: 999px; border: 1.5px solid transparent;
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  letter-spacing: .04em; text-transform: uppercase;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 10px 24px rgba(15,15,15,.18); }
.btn-primary:hover { background: #000; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(15,15,15,.26); }
.btn-ghost { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-lg { padding: 17px 38px; font-size: 15px; }
.btn-sm { padding: 10px 20px; font-size: 12.5px; }
.btn-xs { padding: 7px 15px; font-size: 11.5px; }
.btn-block { width: 100%; }
.btn-whats { background: #111; color: #fff; }
.btn-whats:hover { background: #000; transform: translateY(-2px); }

/* Botões sobre fundo preto */
.section-dark .btn-ghost, .hero-dark .btn-ghost, .cta-final .btn-ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.section-dark .btn-ghost:hover, .cta-final .btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.section-dark .btn-primary, .cta-final .btn-primary { background: #fff; color: var(--ink); }
.section-dark .btn-primary:hover, .cta-final .btn-primary:hover { background: #f0ece6; }

/* =========================== NAV =========================== */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .86); backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { height: 30px; width: auto; }
.footer-logo { height: 34px; width: auto; }
/* fallback (caso o badge textual ainda seja usado) */
.brand-mark {
  display: grid; place-items: center; width: 40px; height: 40px; border-radius: 8px;
  background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: .04em;
}
.brand-mark.sm { width: 32px; height: 32px; font-size: 12px; }
.brand-name { font-family: var(--font-display); font-size: 19px; color: var(--ink); }

/* =========================== HERO =========================== */
.hero { position: relative; overflow: hidden; background: var(--paper-2); padding: clamp(60px, 9vw, 120px) 0 clamp(52px, 7vw, 92px); border-bottom: 1px solid var(--line); }
.hero-glow {
  position: absolute; inset: -20% -10% auto auto; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(15,15,15,.05), transparent 62%);
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 800px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 12px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink); margin-bottom: 26px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--ink); display: inline-block; }
.hero-title {
  font-family: var(--font-display); font-weight: 500; line-height: 1.04;
  font-size: clamp(40px, 6.6vw, 76px); letter-spacing: -.015em; color: var(--ink);
}
.hero-title em { font-style: italic; }
.hero-sub { font-size: clamp(16px, 2vw, 19px); color: var(--muted); margin-top: 24px; max-width: 620px; }
.hero-sub strong { color: var(--ink); font-weight: 600; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; }
.badge-pill {
  background: var(--paper); border: 1px solid var(--line-2); border-radius: 999px;
  padding: 8px 16px; font-size: 13px; font-weight: 500; color: var(--ink);
}

/* =========================== SEÇÕES =========================== */
.section { padding: clamp(60px, 8vw, 104px) 0; }
.section-soft { background: var(--paper-2); }
.section-eyebrow {
  display: inline-block; font-weight: 600; font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 16px;
}
.section-eyebrow.light { color: rgba(255,255,255,.6); }
.section-title {
  font-family: var(--font-display); font-weight: 500; letter-spacing: -.015em;
  font-size: clamp(30px, 4.4vw, 46px); line-height: 1.1; color: var(--ink);
}
.section-title.light { color: #fff; }
.section-desc { color: var(--muted); font-size: 17px; margin-top: 14px; max-width: 560px; }
.section-head-center { text-align: center; max-width: 660px; margin: 0 auto 56px; }
.section-head-center .section-desc { margin: 14px auto 0; }
.section-intro { color: var(--muted); font-size: 15px; margin: -6px 0 22px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 68px); align-items: center; }
.lead { font-size: 18px; color: var(--muted); margin: 20px 0 28px; }
.lead strong { color: var(--ink); font-weight: 600; }

.feature-list { list-style: none; display: grid; gap: 20px; }
.feature-list li { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: none; padding-bottom: 0; }
.feature-list span { font-size: 20px; line-height: 1.3; }
.feature-list strong { color: var(--ink); font-weight: 600; }
.feature-list div { color: var(--muted); font-size: 15px; }

/* Card "sobre" — bloco preto (assinatura fundo preto) */
.sobre-card { background: var(--ink); border-radius: var(--radius-lg); padding: 8px; box-shadow: var(--shadow-lg); }
.sobre-card-inner { border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 40px; color: rgba(255,255,255,.82); }
.sobre-quote { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 27px; line-height: 1.3; color: #fff; margin-bottom: 16px; }
.sobre-quote-author { display: block; font-family: var(--font-body); font-style: normal; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-top: 12px; }
.sobre-card p { color: rgba(255,255,255,.66); }
.sobre-stats { display: flex; gap: 10px; margin-top: 32px; }
.sobre-stats div { flex: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; padding: 16px 12px; text-align: center; }
.sobre-stats b { display: block; font-family: var(--font-display); font-size: 22px; color: #fff; }
.sobre-stats .sep { color: rgba(255,255,255,.3); margin: 0 3px; }
.sobre-stats span { font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: rgba(255,255,255,.55); }

/* =========================== STEPS =========================== */
.steps { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; transition: transform .2s ease, box-shadow .2s ease; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.step-num {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  border: 1.5px solid var(--ink); color: var(--ink); font-family: var(--font-display);
  font-size: 18px; font-weight: 600; margin-bottom: 18px;
}
.step-body h3 { font-size: 15px; font-weight: 700; margin-bottom: 7px; }
.step-body p { font-size: 13.5px; color: var(--muted); }

/* =========================== VAGAS =========================== */
.vagas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vaga-card {
  position: relative; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px 28px; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex; flex-direction: column;
}
.vaga-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .28s ease; }
.vaga-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--line-2); }
.vaga-card:hover::after { transform: scaleX(1); }
.vaga-icon {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  border: 1.5px solid var(--ink); color: var(--ink); margin-bottom: 22px;
}
.vaga-icon svg { width: 28px; height: 28px; }
.vaga-tag {
  display: inline-block; align-self: flex-start; font-size: 11px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
.tag-clt { background: var(--ink); color: #fff; }
.tag-pj { background: transparent; color: var(--ink); border: 1.3px solid var(--ink); }
.vaga-nome { font-family: var(--font-display); font-weight: 500; font-size: 25px; margin-bottom: 10px; letter-spacing: -.01em; }
.vaga-resumo { color: var(--muted); font-size: 14.5px; flex: 1; }
.vaga-link {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 24px;
  font-weight: 600; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink);
}
.vaga-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.vaga-card:hover .vaga-link svg { transform: translateX(5px); }

/* =========================== BENEFÍCIOS (fundo preto) =========================== */
.section-dark { background: var(--ink); }
.benef-grid { align-items: stretch; }
.benef-card {
  background: transparent; border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-lg); padding: 40px 36px; color: rgba(255,255,255,.86);
}
.benef-card-gold { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.32); }
.benef-badge {
  display: inline-block; border: 1px solid rgba(255,255,255,.4); color: #fff; font-weight: 600;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}
.benef-badge.gold { background: #fff; color: var(--ink); border-color: #fff; }
.benef-card h3 { font-family: var(--font-display); font-weight: 500; font-size: 27px; color: #fff; margin-bottom: 8px; }
.benef-desc { color: rgba(255,255,255,.6); margin-bottom: 24px; }
.check-list { list-style: none; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,.9); font-size: 15px; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 8px;
  border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg);
}
.check-list.sm li { color: var(--ink); font-size: 14px; }
.check-list.sm li::before { border-color: var(--ink); }
.benef-note { margin-top: 24px; font-size: 12.5px; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.16); padding-top: 18px; }
.benef-note.sm { color: var(--muted); border-color: var(--line); }

/* =========================== CTA FINAL (fundo preto) =========================== */
.cta-final { text-align: center; background: var(--ink); }
.cta-inner { max-width: 640px; margin: 0 auto; }
.cta-final h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(30px,4.2vw,44px); margin-bottom: 14px; color: #fff; }
.cta-final p { color: rgba(255,255,255,.62); font-size: 18px; margin-bottom: 30px; }

/* =========================== FOOTER =========================== */
.site-footer { background: var(--ink); color: rgba(255,255,255,.66); padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; }
.footer-tagline { color: rgba(255,255,255,.5); margin-top: 14px; font-family: var(--font-display); font-style: italic; font-size: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-title { color: #fff; font-weight: 600; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; }
.footer-col a:hover { color: #fff; }
.footer-muted { color: rgba(255,255,255,.42); font-size: 14px; }
.footer-bottom {
  max-width: var(--maxw); margin: 44px auto 0; padding: 22px 24px 0;
  border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 12.5px; color: rgba(255,255,255,.45);
}

/* =====================================================================
   PÁGINA DA VAGA + FORMULÁRIO
   ===================================================================== */
.vaga-hero { padding: clamp(44px, 6vw, 76px) 0; background: var(--ink); color: #fff; }
.vaga-hero.cor-vinho { background: var(--ink); }
.vaga-hero-tag { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; margin-bottom: 18px; border: 1px solid rgba(255,255,255,.45); color: #fff; }
.vaga-hero-title { font-family: var(--font-display); font-weight: 500; font-size: clamp(34px,5vw,56px); color: #fff; letter-spacing: -.015em; }
.vaga-hero-sub { color: rgba(255,255,255,.66); font-size: 18px; margin-top: 12px; max-width: 640px; }

.vaga-layout { display: grid; grid-template-columns: 340px 1fr; gap: 44px; padding-top: 52px; padding-bottom: 80px; align-items: start; }
.vaga-desc { position: sticky; top: 96px; display: grid; gap: 28px; }
.desc-block h2 { font-family: var(--font-display); font-weight: 500; font-size: 23px; margin-bottom: 12px; }
.desc-block h3 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ink); margin-bottom: 14px; }
.desc-block p { color: var(--muted); font-size: 15px; }
.dot-list { list-style: none; display: grid; gap: 10px; }
.dot-list li { position: relative; padding-left: 22px; font-size: 14px; color: var(--ink); }
.dot-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border: 1.4px solid var(--ink); border-radius: 50%; }
.benef-inline { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }

/* Formulário */
.vaga-form-wrap { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 48px); }
.form-head { margin-bottom: 22px; }
.form-head h2 { font-family: var(--font-display); font-weight: 500; font-size: 30px; }
.form-head p { color: var(--muted); font-size: 15px; margin-top: 4px; }

.form-section { border: none; padding: 32px 0; border-top: 1px solid var(--line); }
.form-section:first-of-type { padding-top: 8px; border-top: none; }
.form-section legend { display: flex; align-items: center; gap: 14px; font-family: var(--font-display); font-weight: 500; font-size: 23px; color: var(--ink); margin-bottom: 20px; padding: 0; }
.sec-num { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 14px; font-weight: 600; font-family: var(--font-body); flex-shrink: 0; }
.legend-note { font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line-2); padding: 4px 10px; border-radius: 999px; }

.field { margin-bottom: 20px; }
.field-label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 8px; color: var(--ink); }
.field-help { font-size: 13px; color: var(--muted); margin: -4px 0 8px; }
.req { color: var(--erro); font-weight: 700; }
.opt { color: var(--muted); font-weight: 400; font-size: 13px; }

.input {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 15px; color: var(--ink); background: var(--paper); transition: border-color .16s ease, box-shadow .16s ease;
}
.input:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(15,15,15,.08); }
.input[readonly] { background: var(--paper-2); color: var(--muted); }
textarea.input { resize: vertical; min-height: 62px; }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236b6b6b' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 16px; }
.form-section .grid-2 { grid-template-columns: 1fr 1fr; align-items: start; }
.form-section .grid-3 { grid-template-columns: 1fr 1fr 1fr; align-items: start; }
.form-section .grid-4 { grid-template-columns: repeat(4, 1fr); align-items: start; }
.field-span-2 { grid-column: span 2; }
.grid-narrow { max-width: 260px; }
.grid-cidade-uf { display: grid; grid-template-columns: 1fr 64px; gap: 10px; }
.uf-box { width: 64px; }

/* Choices */
.choice-group { display: flex; flex-wrap: wrap; gap: 10px; }
.choice-stack { flex-direction: column; }
.choice {
  display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1.5px solid var(--line-2);
  border-radius: var(--radius-sm); cursor: pointer; font-size: 14px; transition: border-color .15s ease, background .15s ease;
  background: var(--paper);
}
.choice:hover { border-color: var(--ink); }
.choice input { accent-color: var(--ink); width: 17px; height: 17px; }
.choice:has(input:checked) { border-color: var(--ink); background: var(--ink); color: #fff; font-weight: 500; }
.choice:has(input:checked) input { accent-color: #fff; }
.choice-stack .choice { width: 100%; }

/* Escala */
.scale { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.scale-end { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.scale-opts { display: flex; gap: 8px; }
.scale-opt { cursor: pointer; }
.scale-opt input { position: absolute; opacity: 0; }
.scale-opt span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line-2); font-weight: 600; color: var(--muted); transition: all .15s ease; }
.scale-opt:has(input:checked) span { background: var(--ink); border-color: var(--ink); color: #fff; }
.scale-opt:hover span { border-color: var(--ink); }

.is-conditional { animation: fadeIn .25s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

.insta-preview { display: inline-block; margin-top: 8px; font-size: 12.5px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--ink); }

/* Upload */
.file-drop { position: relative; border: 1.5px dashed var(--line-2); border-radius: var(--radius); background: var(--paper-2); transition: border-color .15s ease, background .15s ease; }
.file-drop:hover, .file-drop.drag { border-color: var(--ink); }
.file-drop input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.file-drop-inner { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 28px; color: var(--muted); font-size: 14.5px; text-align: center; }
.file-drop-inner svg { width: 26px; height: 26px; color: var(--ink); flex-shrink: 0; }
.file-drop.has-file { border-style: solid; border-color: var(--ink); background: var(--paper); }
.file-drop.has-file .file-drop-inner { color: var(--ink); font-weight: 600; }

/* LGPD */
.lgpd-box { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; margin: 8px 0 26px; }
.choice-lgpd { border: none; background: none; align-items: flex-start; padding: 0; font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.choice-lgpd input { margin-top: 2px; accent-color: var(--ink); }
.choice-lgpd:has(input:checked) { background: none; color: var(--muted); font-weight: 400; }
.choice-lgpd a { color: var(--ink); font-weight: 600; text-decoration: underline; }
.choice-lgpd strong { color: var(--ink); }

.form-actions { text-align: center; }
.form-foot { font-size: 12.5px; color: var(--muted); margin-top: 16px; }

/* Alertas */
.alert { border-radius: var(--radius-sm); padding: 16px 18px; margin-bottom: 24px; font-size: 14px; }
.alert-erro { background: #fbeced; border: 1px solid #eecacd; color: #97313d; }
.alert-erro ul { margin: 8px 0 0; padding-left: 20px; }
.alert-ok { background: #eaf5ef; border: 1px solid #c7e5d4; color: #256b45; }

/* =========================== THANKS =========================== */
.thanks { padding: clamp(64px, 10vw, 128px) 0; text-align: center; }
.thanks-inner { max-width: 560px; margin: 0 auto; }
.thanks-icon { width: 84px; height: 84px; margin: 0 auto 28px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; }
.thanks-icon svg { width: 38px; height: 38px; }
.thanks h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(30px,4vw,42px); }
.thanks-lead { color: var(--muted); font-size: 18px; margin-top: 14px; }
.protocolo-box { display: inline-flex; flex-direction: column; gap: 6px; background: var(--paper-2); border: 1px dashed var(--line-2); border-radius: var(--radius); padding: 18px 36px; margin: 30px 0; }
.protocolo-box span { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; }
.protocolo-box strong { font-family: var(--font-display); font-size: 24px; color: var(--ink); letter-spacing: .02em; }
.thanks-note { color: var(--muted); font-size: 15px; margin-bottom: 32px; }

/* =========================== LEGAL =========================== */
.legal { max-width: 760px; }
.legal-updated { color: var(--muted); margin: 10px 0 32px; }
.legal h3 { font-family: var(--font-display); font-weight: 500; font-size: 21px; margin: 28px 0 8px; color: var(--ink); }
.legal p { color: var(--muted); }
.legal a { color: var(--ink); text-decoration: underline; }
.legal-back { margin-top: 36px; }

/* =========================== ERRO =========================== */
.erro-page { text-align: center; padding: clamp(64px, 10vw, 132px) 0; }
.erro-code { font-family: var(--font-display); font-size: clamp(72px, 14vw, 132px); line-height: 1; color: var(--ink); }
.erro-page h1 { font-family: var(--font-display); font-weight: 500; font-size: 30px; margin: 6px 0 10px; }
.erro-page p { color: var(--muted); margin-bottom: 30px; }

/* =========================== RESPONSIVO =========================== */
@media (max-width: 960px) {
  .grid-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .vagas-grid { grid-template-columns: repeat(2, 1fr); }
  .vaga-layout { grid-template-columns: 1fr; }
  .vaga-desc { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .steps { grid-template-columns: 1fr; }
  .vagas-grid { grid-template-columns: 1fr; }
  .form-section .grid-2, .form-section .grid-3, .form-section .grid-4 { grid-template-columns: 1fr; }
  .field-span-2 { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-cta .btn { flex: 1; }
}
