/* ============================================================
   EMPREGOS CUIABÁ — CSS Principal
   Esquema editorial: verde profundo, creme, dourado
   Inspire Web — Brendon Fernandes
   ============================================================ */

:root {
  --green-950: #06241a;
  --green-900: #0a3a25;
  --green-800: #0f4a2a;
  --green-700: #1a6b3d;
  --green-600: #2a8954;
  --green-500: #3da76a;
  --green-100: #e0ebe2;
  --green-50:  #f1f5f0;
  --cream:     #faf7ee;
  --cream-2:   #f3efe1;
  --paper:     #ffffff;
  --ink-950:   #08120c;
  --ink-900:   #0f1a14;
  --ink-700:   #36433a;
  --ink-500:   #6b756c;
  --ink-400:   #98a098;
  --ink-300:   #c4cac4;
  --line:      #e6e2d4;
  --line-2:    #efece1;
  --gold:      #b18130;
  --gold-soft: #f0e1bf;
  --red:       #b8321a;

  --serif: 'Newsreader', 'Georgia', serif;
  --sans:  'Geist', 'Helvetica Neue', system-ui, sans-serif;
  --mono:  'Geist Mono', ui-monospace, monospace;

  --r-sm: 4px;
  --r:    8px;
  --r-lg: 14px;
  --r-xl: 22px;

  --shadow-card: 0 1px 0 rgba(15,30,20,.04), 0 1px 2px rgba(15,30,20,.05);
  --shadow-pop:  0 10px 30px -10px rgba(10,40,25,.18), 0 2px 6px rgba(10,40,25,.06);

  /* Força modo claro — evita que o navegador do visitante escureça
     inputs/selects automaticamente quando o sistema está em dark mode */
  color-scheme: light;
}

/* ── Reset base ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: var(--sans);
  color: var(--ink-900);
  background: var(--cream);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button {
  font: inherit; cursor: pointer; color-scheme: light;
  -webkit-appearance: none; appearance: none;
  background: none; border: 0; margin: 0; padding: 0;
}
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { color: var(--ink-900); margin: 0; }

.ec-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ── Marquee (cotações + clima) ───────────────────────────────── */
.marquee {
  background: var(--ink-950);
  color: var(--cream);
  font-size: 12px;
  font-family: var(--mono);
  letter-spacing: .02em;
  padding: 6px 0;
  border-bottom: 1px solid #000;
}
.marquee-row { display: flex; gap: 28px; align-items: center; padding: 0 24px; flex-wrap: wrap; max-width: 1280px; margin: 0 auto; }
.marquee-item { display: inline-flex; gap: 8px; align-items: center; }
.marquee-label { color: var(--ink-400); }
.marquee-tag {
  background: var(--gold);
  color: var(--ink-950);
  border-radius: 3px;
  padding: 1px 6px;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.marquee-tag.buy { background: #2d8f5b; color: #fff; }
.marquee-clima { margin-left: auto; color: var(--cream); display: inline-flex; gap: 8px; align-items: center; }
.marquee-clima b { font-weight: 600; }

/* ── Header ─────────────────────────────────────────────────── */
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header-inner {
  max-width: 1280px; margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; gap: 36px;
}
.brand { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 46px; }
.brand-name {
  font-family: var(--serif); font-size: 22px; font-weight: 600;
  letter-spacing: -.01em; color: var(--green-900); line-height: 1;
}
.brand-tag {
  font-family: var(--mono); font-size: 10px; text-transform: uppercase;
  letter-spacing: .12em; color: var(--ink-500); margin-top: 4px;
}

.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav a {
  padding: 10px 14px; border-radius: var(--r); font-weight: 500;
  color: var(--ink-700); font-size: 14px; letter-spacing: -.005em;
  transition: background .15s, color .15s;
}
.main-nav a:hover { background: var(--green-50); color: var(--green-900); }
.main-nav a.active { color: var(--green-900); background: var(--green-100); }
.main-nav a.active::before {
  content:""; display:inline-block; width:5px; height:5px; border-radius:50%;
  background: var(--green-700); margin-right:8px; vertical-align: middle;
}

.header-actions { display:flex; gap: 10px; align-items: center; }
.btn {
  border: 1px solid var(--line); background: var(--paper); border-radius: var(--r);
  padding: 9px 14px; font-weight: 500; color: var(--ink-900); font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px; transition: all .15s;
}
.btn:hover { border-color: var(--ink-300); }
.btn-primary { background: var(--green-800); color: #fff; border-color: var(--green-800); }
.btn-primary:hover { background: var(--green-900); border-color: var(--green-900); color: #fff; }
.btn-ghost { background: transparent; border-color: transparent; }
.btn-ghost:hover { background: var(--green-50); }
.btn-whatsapp { background: #25D366; color: #fff; border-color: #25D366; }
.btn-whatsapp:hover { background: #128C7E; border-color: #128C7E; color: #fff; }

/* ── Hero / Search ──────────────────────────────────────────── */
.hero {
  background: linear-gradient(180deg, var(--green-900) 0%, var(--green-800) 80%);
  color: var(--cream); padding: 56px 24px 96px; position: relative; overflow: hidden;
}
.hero::before {
  content:""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.04), transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(177,129,48,.10), transparent 40%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1280px; margin: 0 auto; position: relative;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: end;
}
.hero-eyebrow {
  font-family: var(--mono); font-size: 11px; text-transform: uppercase;
  letter-spacing: .18em; color: var(--gold-soft); margin-bottom: 16px;
}
.hero h1 {
  font-family: var(--serif); font-weight: 500; font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04; margin: 0 0 18px; letter-spacing: -.02em; color: #fff;
}
.hero h1 i { font-style: italic; color: var(--gold-soft); font-weight: 500; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,.78); max-width: 48ch; margin: 0 0 28px; }
.hero-stats { display: flex; gap: 32px; margin-top: 32px; flex-wrap: wrap; }
.hero-stat { color: rgba(255,255,255,.85); }
.hero-stat b {
  display: block; font-family: var(--serif); font-weight: 500;
  font-size: 28px; color: #fff; letter-spacing: -.02em;
}
.hero-stat span {
  font-family: var(--mono); font-size: 10px; letter-spacing: .15em;
  text-transform: uppercase; color: var(--gold-soft);
}

/* Search card */
.search-card {
  background: var(--paper); border-radius: var(--r-xl); padding: 20px;
  color: var(--ink-900); box-shadow: var(--shadow-pop); position: relative;
}
.search-card-title {
  font-family: var(--serif); font-size: 18px; font-weight: 500;
  margin: 4px 4px 14px; display: flex; gap: 10px; align-items: center;
}
.search-row { display: grid; grid-template-columns: 1fr; gap: 8px; }
.field {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--line);
  border-radius: var(--r); padding: 11px 14px; background: var(--cream);
  transition: border .15s, background .15s;
}
.field:focus-within { border-color: var(--green-700); background: #fff; }
.field svg { color: var(--ink-500); flex: 0 0 18px; }
.field input, .field select {
  border: 0; outline: none; background: var(--cream); color: var(--ink-900); flex: 1;
  font: inherit; min-width: 0; color-scheme: light;
  -webkit-appearance: none; appearance: none;
}
.field:focus-within input, .field:focus-within select { background: #fff; }
.field input::placeholder { color: var(--ink-400); opacity: 1; }
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2398a098' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 18px;
  cursor: pointer;
}
.search-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.search-card-cta {
  margin-top: 8px; width: 100%; background: var(--green-800); color: #fff; border: 0;
  padding: 13px; border-radius: var(--r); font-weight: 600; font-size: 15px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background .15s;
}
.search-card-cta:hover { background: var(--green-900); }
.quick-tags { display:flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.quick-tag {
  border: 1px solid var(--line); background: var(--paper); color: var(--ink-700);
  border-radius: 99px; padding: 4px 11px; font-size: 12px; font-family: var(--mono);
  letter-spacing: .02em; cursor: pointer; transition: all .15s;
}
.quick-tag:hover { background: var(--green-100); color: var(--green-900); border-color: var(--green-100); }

/* ── Main grid ──────────────────────────────────────────────── */
.main { max-width: 1280px; margin: -56px auto 0; padding: 0 24px 96px; position: relative; }
.layout { display: grid; grid-template-columns: 1fr 320px; gap: 36px; align-items: start; }
.layout-full { display: block; }

.panel { background: var(--paper); border-radius: var(--r-lg); border: 1px solid var(--line); padding: 24px; }
.panel + .panel { margin-top: 20px; }

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 16px; }
.side-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; }
.side-card h3 {
  font-family: var(--serif); font-size: 18px; font-weight: 500; margin: 0 0 12px;
  display: flex; align-items: baseline; justify-content: space-between;
}
.side-card h3 a { font-family: var(--sans); font-size: 12px; font-weight: 500; color: var(--green-800); }
.side-card h3 a:hover { text-decoration: underline; }

/* Section heading */
.sec-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 18px; flex-wrap: wrap; gap: 12px; }
.sec-head h2 { font-family: var(--serif); font-weight: 500; font-size: 28px; letter-spacing: -.015em; margin: 0; }
.sec-head .eyebrow {
  font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .18em;
  color: var(--ink-500); margin-bottom: 6px; display: block;
}
.sec-head a.see-all { color: var(--green-800); font-weight: 500; font-size: 13px; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.sec-head a.see-all:hover { text-decoration: underline; }

/* ── Job row (lista) ────────────────────────────────────────── */
.jobs-list { display: flex; flex-direction: column; gap: 0; }
.job-row {
  display: grid; grid-template-columns: 56px 1fr auto; gap: 16px; padding: 18px 8px;
  align-items: center; border-top: 1px solid var(--line-2); cursor: pointer; transition: background .15s;
}
.job-row:first-child { border-top: 0; }
.job-row:hover { background: var(--green-50); }
.job-logo {
  width: 56px; height: 56px; border-radius: 12px; background: var(--cream-2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 500; font-size: 22px; color: var(--green-900); overflow: hidden;
}
.job-info h4 { font-family: var(--serif); font-weight: 500; font-size: 18px; margin: 0 0 4px; letter-spacing: -.005em; }
.job-info h4 a { color: inherit; }
.job-meta { color: var(--ink-500); font-size: 13px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.job-meta .dot { color: var(--ink-300); }
.job-meta svg { width: 13px; height: 13px; vertical-align: -2px; margin-right: 5px; color: var(--ink-400); }
.job-aside { text-align: right; display: flex; flex-direction: column; gap: 6px; align-items: flex-end; }
.job-salary { font-weight: 600; color: var(--ink-900); font-size: 14px; font-variant-numeric: tabular-nums; }
.badges { display: inline-flex; gap: 6px; flex-wrap: wrap; }
.badge {
  font-size: 11px; padding: 3px 8px; border-radius: 99px; background: var(--green-100);
  color: var(--green-900); font-weight: 500; font-family: var(--mono); letter-spacing: .02em;
}
.badge.alt { background: var(--gold-soft); color: #6a4815; }
.badge.gray { background: var(--cream-2); color: var(--ink-700); }
.badge.dot::before {
  content:""; display:inline-block; width:6px; height:6px; border-radius:50%;
  background: currentColor; margin-right: 6px; vertical-align: 1px; opacity: .7;
}

/* Featured job */
.job-featured {
  display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 20px;
  background: linear-gradient(180deg, var(--green-50), var(--paper));
  border: 1px solid var(--green-100); border-radius: var(--r-lg); margin-bottom: 16px; position: relative;
}
.job-featured-ribbon {
  position: absolute; top: 14px; right: 14px; background: var(--green-800); color: #fff;
  font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 99px;
}
.job-featured .job-logo { width: 64px; height: 64px; font-size: 26px; }
.job-featured h3 {
  font-family: var(--serif); font-weight: 500; font-size: 22px; margin: 0 0 6px; letter-spacing: -.01em;
}
.job-featured h3 a { color: inherit; }

/* ── News / editorial ───────────────────────────────────────── */
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; }
.news-feature {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; cursor: pointer; transition: transform .25s;
}
.news-feature:hover { transform: translateY(-2px); }
.news-feature-img {
  aspect-ratio: 16/10; width: 100%; object-fit: cover;
  background: linear-gradient(135deg, rgba(15,74,42,.55), rgba(10,58,37,.3)),
              repeating-linear-gradient(45deg, #d6cfb3 0 16px, #e7e1c5 16px 32px);
  position: relative;
}
.news-feature-body { padding: 22px 24px 26px; }
.news-feature h3 { font-family: var(--serif); font-weight: 500; font-size: 28px; line-height: 1.15; margin: 8px 0 10px; letter-spacing: -.015em; }
.news-feature h3 a { color: inherit; }
.news-feature p { color: var(--ink-700); margin: 0; }

.news-list { display: flex; flex-direction: column; gap: 14px; }
.news-item { border-bottom: 1px solid var(--line-2); padding-bottom: 14px; cursor: pointer; }
.news-item:last-child { border-bottom: 0; }
.news-item h4 { font-family: var(--serif); font-weight: 500; font-size: 18px; margin: 6px 0; line-height: 1.25; letter-spacing: -.005em; }
.news-item h4 a { color: inherit; }
.news-item p { margin: 0; color: var(--ink-500); font-size: 13px; }
.news-item:hover h4 { color: var(--green-800); }

.topic { font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--green-800); }
.topic.gold { color: var(--gold); }
.read-time { color: var(--ink-400); font-family: var(--mono); font-size: 11px; }

/* ── Concursos ──────────────────────────────────────────────── */
.concurso-row { padding: 14px 0; border-top: 1px solid var(--line-2); display: grid; grid-template-columns: 1fr auto; gap: 8px; cursor: pointer; }
.concurso-row:first-child { border-top: 0; }
.concurso-row:hover .concurso-cargo { color: var(--green-800); }
.concurso-org { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-500); }
.concurso-cargo { font-family: var(--serif); font-weight: 500; font-size: 16px; margin: 2px 0 6px; line-height: 1.3; }
.concurso-meta { font-size: 12px; color: var(--ink-500); }
.concurso-meta b { color: var(--ink-900); font-weight: 600; font-variant-numeric: tabular-nums; }
.concurso-dead { align-self: center; text-align: right; font-family: var(--mono); font-size: 11px; color: var(--red); letter-spacing: .02em; }

/* Grid de concursos no painel principal (homepage) — cards, não lista */
.concursos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.concursos-grid > a {
  display: flex; flex-direction: column; gap: 4px; padding: 12px;
  border: 1px solid var(--line-2); border-radius: 10px; transition: border-color .15s;
}
.concursos-grid > a:hover { border-color: var(--green-700); }
.concursos-grid .concurso-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.concursos-grid .concurso-dead { text-align: left; align-self: auto; margin-top: 4px; }
@media (max-width: 600px) { .concursos-grid { grid-template-columns: 1fr; } }

/* ── Currículos ─────────────────────────────────────────────── */
.cv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.cv-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 16px; cursor: pointer; transition: border .15s, transform .15s; background: var(--paper); }
.cv-card:hover { border-color: var(--green-700); transform: translateY(-1px); }
.cv-header { display: flex; gap: 12px; align-items: center; margin-bottom: 10px; }
.cv-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--green-800); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 18px; font-weight: 500;
}
.cv-name { font-family: var(--serif); font-weight: 500; font-size: 16px; }
.cv-area { color: var(--ink-500); font-size: 13px; }
.cv-skills { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 8px; }

/* ── AdSense placeholder ────────────────────────────────────── */
.adslot {
  border: 1px dashed var(--ink-300);
  background: repeating-linear-gradient(45deg, transparent 0 12px, rgba(177,129,48,.05) 12px 24px), var(--cream);
  color: var(--ink-500); border-radius: var(--r); display: flex; align-items: center; justify-content: center;
  flex-direction: column; text-align: center; padding: 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; position: relative;
}
.adslot::after { content: attr(data-size); position: absolute; bottom: 8px; right: 10px; font-size: 10px; color: var(--ink-400); letter-spacing: .08em; }
.adslot b { color: var(--gold); font-weight: 600; letter-spacing: .2em; display: block; margin-bottom: 4px; }
.adslot.h-banner { min-height: 100px; }
.adslot.h-rect { min-height: 250px; }
.adslot.h-tall { min-height: 600px; }
.adslot.h-infeed { min-height: 110px; margin: 8px 0; background-color: var(--cream-2); }

/* ── Footer ─────────────────────────────────────────────────── */
.site-footer { background: var(--green-950); color: rgba(255,255,255,.7); padding: 56px 24px 32px; }
.site-footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.site-footer h5 { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 14px; }
.site-footer a { display: block; color: rgba(255,255,255,.7); padding: 4px 0; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-brand p { font-size: 14px; line-height: 1.5; max-width: 36ch; margin: 0; }
.footer-bottom {
  max-width: 1280px; margin: 36px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: rgba(255,255,255,.5);
}

/* ── Breadcrumbs ────────────────────────────────────────────── */
.crumbs {
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-500); margin: 24px 0; display: flex; gap: 8px; align-items: center;
}
.crumbs a { color: var(--ink-500); }
.crumbs a:hover { color: var(--green-800); }
.crumbs .sep { color: var(--ink-300); }
.crumbs .cur { color: var(--green-900); }

/* ── Vaga detalhe ───────────────────────────────────────────── */
.vaga-head { padding: 0 0 28px; border-bottom: 1px solid var(--line); margin-bottom: 28px; }
.vaga-head .badges { margin-bottom: 14px; }
.vaga-head h1 { font-family: var(--serif); font-weight: 500; font-size: 44px; margin: 0 0 16px; letter-spacing: -.02em; line-height: 1.08; }
.vaga-keyline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 24px 0 0; }
.vaga-key { display: block; }
.vaga-key .l { font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-500); }
.vaga-key .v { font-family: var(--serif); font-size: 18px; color: var(--ink-900); margin-top: 4px; font-weight: 500; }

.vaga-body p { margin: 0 0 16px; line-height: 1.65; color: var(--ink-700); }
.vaga-body h3 { font-family: var(--serif); font-weight: 500; font-size: 22px; margin: 28px 0 12px; letter-spacing: -.01em; }
.vaga-body ul { padding-left: 20px; color: var(--ink-700); }
.vaga-body ul li { margin-bottom: 6px; }

.cta-band {
  margin-top: 32px; padding: 24px; background: var(--green-50); border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.cta-band p { margin: 0; font-family: var(--serif); font-size: 22px; }

/* ── Notícia / artigo ───────────────────────────────────────── */
.article-hero {
  aspect-ratio: 21/9; width: 100%; object-fit: cover;
  background: linear-gradient(180deg, rgba(15,74,42,.15), rgba(10,40,25,.55)),
              repeating-linear-gradient(45deg, #d6cfb3 0 22px, #e7e1c5 22px 44px);
  border-radius: var(--r-lg); margin-bottom: 28px; position: relative;
}
.article-body { max-width: 68ch; margin: 0 auto; font-family: var(--serif); font-size: 19px; color: var(--ink-900); line-height: 1.6; }
.article-body p { margin: 0 0 22px; }
.article-body .lede::first-letter {
  font-family: var(--serif); font-weight: 600; float: left; font-size: 64px;
  line-height: .9; margin: 6px 10px 0 0; color: var(--green-800);
}
.article-byline { display:flex; gap: 14px; color: var(--ink-500); font-size: 13px; margin-bottom: 20px; }
.article-share { display: flex; gap: 8px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 28px 0; }
.share-btn { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: flex; align-items: center; justify-content: center; color: var(--ink-700); }
.share-btn:hover { background: var(--green-50); color: var(--green-800); }

/* ── Forms ──────────────────────────────────────────────────── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.label { font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--ink-500); margin-bottom: 6px; }
.input, .select, .textarea {
  width: 100%; border: 1px solid var(--line); border-radius: var(--r); padding: 11px 14px;
  background: var(--paper); color: var(--ink-900); font: inherit; outline: none; transition: border .15s;
  color-scheme: light; -webkit-appearance: none; appearance: none;
}
.input::placeholder, .textarea::placeholder { color: var(--ink-400); opacity: 1; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--green-700); }
.textarea { min-height: 110px; resize: vertical; }
.row-full { grid-column: 1 / -1; }

.seg { display: inline-flex; padding: 4px; gap: 4px; background: var(--cream-2); border-radius: var(--r); border: 1px solid var(--line); }
.seg button { border: 0; background: transparent; padding: 8px 16px; border-radius: 6px; font-weight: 500; font-size: 14px; color: var(--ink-700); }
.seg button.on { background: var(--paper); color: var(--green-900); box-shadow: var(--shadow-card); }

/* ── Filter chips ───────────────────────────────────────────── */
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 6px 0 18px; }
.chip { border: 1px solid var(--line); background: var(--paper); border-radius: 99px; padding: 6px 14px; font-size: 13px; color: var(--ink-700); cursor: pointer; }
.chip.on { background: var(--green-900); color: #fff; border-color: var(--green-900); }
.chip:hover:not(.on) { background: var(--green-50); }

/* ── Paginação ──────────────────────────────────────────────── */
.ec-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.ec-pagination a, .ec-pagination span {
  min-width: 38px; height: 38px; padding: 0 10px; display: flex; align-items: center; justify-content: center;
  border-radius: var(--r); border: 1px solid var(--line); font-weight: 500; font-size: 13px; color: var(--ink-900);
}
.ec-pagination a:hover { border-color: var(--green-700); color: var(--green-800); }
.ec-pagination .current, .ec-pagination span.current { background: var(--green-800); color: #fff; border-color: var(--green-800); }
.ec-pagination ul { list-style: none; display: flex; gap: 8px; margin: 0; padding: 0; }

/* ── Responsivo ─────────────────────────────────────────────── */
@media (max-width: 980px) {
  .hero { padding: 36px 20px 80px; }
  .hero-inner { grid-template-columns: 1fr; }
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .news-grid { grid-template-columns: 1fr; }
  .cv-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .vaga-head h1 { font-size: 34px; }
  .vaga-keyline { grid-template-columns: 1fr 1fr; }
  .site-footer-inner { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
}

/* ── Compatibilidade Hello Elementor — largura total ──────── */
html, body { overflow-x: hidden; margin: 0; padding: 0; }
body > .site,
body > #page,
body > #wrap,
body > #wrapper { max-width: 100% !important; width: 100% !important; }
.site-header, .marquee, .site-footer {
  box-sizing: border-box;
  width: 100%;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ── Override cores globais do Elementor — evita rosa/roxo padrão ── */
:root {
  --e-global-color-primary:   #0f4a2a;
  --e-global-color-secondary: #1a6b3d;
  --e-global-color-text:      #0f1a14;
  --e-global-color-accent:    #b18130;
}
.elementor-heading-title,
.elementor-widget-heading .elementor-heading-title {
  color: var(--ink-900) !important;
}
h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title { color: var(--ink-900) !important; }
.elementor-widget-text-editor a { color: var(--green-800) !important; }
.elementor a:not(.btn):not(.chip):not(.badge) { color: inherit; }

/* Sobrescreve padding/margin do Elementor na área de conteúdo */
.elementor-section-full_width .elementor-container { max-width: 100%; }
.elementor-page-header, .elementor-page-footer { display: none; }
