/* ── TOKENS ─────────────────────────────────────────────────────── */
:root {
  --green:      #00693E;
  --green-dark: #004D2C;
  --green-deep: #002E1A;
  --gold:       #C9A535;
  --gold-dark:  #A8861E;
  --off-white:  #F5F5F3;
  --ink:        #2E3332;
  --text:       #1C1C1C;
  --text-muted: #555;
  --border:     #E0E0E0;
  --shadow-sm:  0 2px 8px rgba(0,0,0,0.08);
  --shadow-md:  0 6px 20px rgba(0,0,0,0.12);
  --shadow-lg:  0 12px 32px rgba(0,0,0,0.14);
}

/* ── RESET + BASE ───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px; line-height: 1.6;
  color: var(--text); background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
h1, h2, h3, h4, h5 {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  letter-spacing: 0.02em; line-height: 1.1; margin: 0;
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--gold); color: var(--green-dark); }

/* ── LAYOUT ─────────────────────────────────────────────────────── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block;
}
.section-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green);
  border-bottom: 2px solid var(--green); padding-bottom: 2px;
  transition: color 0.15s;
}
.section-link:hover { color: var(--green-dark); }
section { padding: 80px 0; }
.section-header { margin-bottom: 48px; }
.section-header h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 700; text-transform: uppercase; }
.section-header p { font-size: 15px; color: var(--text-muted); margin-top: 10px; max-width: 560px; }
.section-header-row {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 48px; gap: 16px; flex-wrap: wrap;
}

/* ── BUTTONS ────────────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: var(--gold); color: var(--green-dark);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 14px 30px; border-radius: 4px;
  transition: background 0.15s, transform 0.1s;
  border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); color: var(--green-dark); }
.btn-outline {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.5); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 12px 28px; border-radius: 4px;
  transition: border-color 0.15s, background 0.15s;
}
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.btn-green {
  display: inline-block;
  background: var(--green); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 14px 30px; border-radius: 4px;
  transition: background 0.15s;
}
.btn-green:hover { background: var(--green-dark); color: #fff; }
.btn-ghost {
  display: inline-block;
  border: 2px solid var(--green); color: var(--green);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 10px 24px; border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.btn-ghost:hover { background: var(--green); color: #fff; }

/* ── HEADER ─────────────────────────────────────────────────────── */
.site-header {
  --logo-h: 74px;
  position: sticky; top: 0; z-index: 100;
  background: var(--green-dark);
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: calc(var(--logo-h) + 20px);
  padding-top: 10px; padding-bottom: 10px;
  gap: 16px;
}
.site-logo {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; flex-shrink: 0;
}
.feep-logo-img {
  height: var(--logo-h);
  max-height: var(--logo-h);
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.feep-logo-img--footer { height: var(--footer-logo-h, 52px); max-height: var(--footer-logo-h, 52px); }

/* ── Alianza Slab ─────────────────────────────────────────────────── */
@font-face { font-family: 'Alianza Slab'; src: url('../fonts/Alianza Slab 100.otf') format('opentype'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alianza Slab'; src: url('../fonts/Alianza Slab 300.otf') format('opentype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alianza Slab'; src: url('../fonts/Alianza Slab 400.otf') format('opentype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alianza Slab'; src: url('../fonts/Alianza Slab 500.otf') format('opentype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alianza Slab'; src: url('../fonts/Alianza Slab 600.otf') format('opentype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alianza Slab'; src: url('../fonts/Alianza Slab 700.otf') format('opentype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alianza Slab'; src: url('../fonts/Alianza Slab 800.otf') format('opentype'); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alianza Slab'; src: url('../fonts/Alianza Slab 900.otf') format('opentype'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 100.otf') format('opentype'); font-weight: 100; font-style: italic; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 200.otf') format('opentype'); font-weight: 200; font-style: italic; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 300.otf') format('opentype'); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 400.otf') format('opentype'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 500.otf') format('opentype'); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 600.otf') format('opentype'); font-weight: 600; font-style: italic; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 700.otf') format('opentype'); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 800.otf') format('opentype'); font-weight: 800; font-style: italic; font-display: swap; }
@font-face { font-family: 'Alianza Italic'; src: url('../fonts/Alianza Italic 900.otf') format('opentype'); font-weight: 900; font-style: italic; font-display: swap; }

/* ── Texto lateral da logo ── */
.logo-side-text {
  display: flex; flex-direction: column; justify-content: center;
  gap: 1px;
  padding-left: 14px;
  border-left: 2px solid rgba(255,255,255,0.25);
}
.logo-line { display: block; }
.logo-line--top {
  font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.75);
  letter-spacing: 0.03em; line-height: 1.3;
}
.logo-line--mid {
  font-family: 'Alianza Slab', Georgia, serif;
  font-size: 15px; font-weight: 700; color: #fff;
  line-height: 1.2; letter-spacing: 0.01em;
}
.logo-line--bot {
  font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.75);
  letter-spacing: 0.03em; line-height: 1.3;
}

/* ── Navigation ── */
.nav-menu {
  display: flex; align-items: center; gap: 4px;
}
.nav-menu li { list-style: none; }
.nav-menu a {
  display: block; color: rgba(255,255,255,0.85);
  font-size: 13.5px; font-weight: 500;
  padding: 8px 12px; border-radius: 4px;
  transition: background 0.15s, color 0.15s;
}
.nav-menu a:hover,
.nav-menu .current-menu-item > a,
.nav-menu .current-page-ancestor > a {
  background: rgba(255,255,255,0.1); color: #fff;
}
/* Portal CTA button — atribuir classe CSS "feep-portal" ao item de menu */
.nav-menu .feep-portal > a,
.nav-menu .feep-btn-cta > a {
  background: var(--gold); color: var(--green-dark) !important;
  font-weight: 700; font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; letter-spacing: 0.04em;
  padding: 8px 18px; border-radius: 4px;
  transition: background 0.15s;
}
.nav-menu .feep-portal > a:hover,
.nav-menu .feep-btn-cta > a:hover { background: var(--gold-dark); }

/* ── Dropdown submenu ── */
.nav-menu .menu-item-has-children { position: relative; }

.nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background: var(--green-dark);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.28);
  z-index: 200;
  padding: 6px 0;
  list-style: none;
}
/* Ponte invisível que evita o dropdown fechar ao cruzar o espaço entre item e menu */
.nav-menu .menu-item-has-children::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
}
.nav-menu .menu-item-has-children:hover > .sub-menu,
.nav-menu .menu-item-has-children.is-open  > .sub-menu { display: block; }

.nav-menu .sub-menu li { list-style: none; }
.nav-menu .sub-menu a {
  display: block;
  padding: 10px 18px;
  font-size: 13.5px; font-weight: 500;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
  border-radius: 0;
  transition: background 0.15s, color 0.15s;
}
.nav-menu .sub-menu a:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* seta indicadora ▾ */
.nav-menu .menu-item-has-children > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.55;
  transition: opacity 0.15s;
}
.nav-menu .menu-item-has-children:hover > a::after { opacity: 1; }

/* Hamburger */
.menu-toggle {
  display: none; flex-direction: column; justify-content: space-between;
  width: 32px; height: 22px; padding: 0; cursor: pointer;
  background: none; border: none;
}
.menu-toggle span {
  display: block; height: 2px; width: 100%;
  background: #fff; border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.menu-toggle.is-active span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

/* ── HERO ────────────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 620px;
  display: flex; align-items: flex-end;
  overflow: hidden; background: var(--green-deep);
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,30,16,0.90) 42%, rgba(0,30,16,0.30) 100%);
}
.hero-content {
  position: relative; z-index: 1;
  padding-bottom: 80px;
}
.hero-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.hero h1 {
  font-size: clamp(40px, 5vw, 64px); font-weight: 800;
  color: #fff; max-width: 860px; margin-bottom: 18px; text-transform: uppercase;
  text-wrap: balance;
}
.hero p {
  font-size: 17px; color: rgba(255,255,255,0.75);
  max-width: 860px; margin-bottom: 36px; line-height: 1.65;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── STATS BAR ───────────────────────────────────────────────────── */
.stats-bar { background: var(--green); }
.stats-inner {
  display: flex; justify-content: space-around; flex-wrap: wrap;
  padding: 32px 0; gap: 16px;
}
.stat { text-align: center; }
.stat-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 44px; font-weight: 800; color: #fff; line-height: 1;
}
.stat-label { font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }

/* ── NEWS SECTION ────────────────────────────────────────────────── */
.news { background: var(--off-white); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card {
  background: #fff; border-radius: 6px; overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex; flex-direction: column;
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.news-card-img {
  height: 186px; background: var(--green-dark);
  overflow: hidden; flex-shrink: 0;
}
.news-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.news-card:hover .news-card-img img { transform: scale(1.04); }
.news-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.news-card-body h3 { font-size: 20px; font-weight: 700; margin-bottom: 10px; line-height: 1.25; }
.news-card-body p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; flex: 1; }
.news-card-body time { display: block; font-size: 12px; color: #999; margin-top: 14px; }
.news-footer { margin-top: 40px; text-align: center; }

/* ── COMPETITION TABLE ───────────────────────────────────────────── */
.competitions-table { width: 100%; border-collapse: collapse; }
.competitions-table thead tr { background: var(--ink); color: #fff; }
.competitions-table th {
  padding: 14px 18px; text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.competitions-table td { padding: 16px 18px; font-size: 14px; border-bottom: 1px solid var(--border); }
.competitions-table tbody tr:hover { background: var(--off-white); }
.competitions-table tbody tr:last-child td { border-bottom: none; }
.badge {
  display: inline-block; padding: 3px 10px; border-radius: 20px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
}
.badge-open     { background: #E6F4EE; color: var(--green); }
.badge-upcoming { background: #FEF3D0; color: #8A6200; }
.badge-closed   { background: #F0F0F0; color: #777; }
.comp-footer { margin-top: 32px; text-align: center; }

/* ── COMPETITION CARDS (página Competições) ─────────────────────── */
.competitions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.competition-card {
  background: #fff; border-radius: 6px; border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.competition-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cc-main { display: flex; flex-direction: row; flex: 1; }
.cc-image { flex: 0 0 160px; background: #fff; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 10px; }
.cc-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.cc-date {
  flex-shrink: 0; width: 56px; height: 56px;
  background: var(--green-dark); border-radius: 6px; color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.cc-date-day {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 800; line-height: 1;
}
.cc-date-month { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; margin-top: 2px; }
.cc-body { flex: 1; min-width: 0; padding: 20px; display: flex; flex-direction: column; }
.cc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.cc-discipline {
  font-size: 11px; font-weight: 600; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--text-muted);
}
.cc-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.cc-body h3 { font-size: 20px; font-weight: 700; line-height: 1.3; margin: 0; }
.cc-location { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; }
.cc-text { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.cc-text p { margin-bottom: 8px; }
.cc-text p:last-child { margin-bottom: 0; }
.cc-text a { color: var(--green); text-decoration: underline; }
.cc-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; }
.cc-date-full { font-size: 12px; color: #999; }
.cc-enroll { padding: 0 16px 16px; }
.cc-enroll-btn {
  display: block; width: 100%; box-sizing: border-box;
  background: var(--green); color: #fff;
  text-align: center; padding: 11px 0; border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none;
  transition: background 0.18s;
}
.cc-enroll-btn:hover { background: var(--green-dark); }

.comp-section--divided {
  margin-top: 56px; padding-top: 56px;
  border-top: 1px solid var(--border);
}

/* ── RANKINGS ────────────────────────────────────────────────────── */
.rankings { background: var(--off-white); }
.rankings-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ranking-card {
  background: #fff; border-radius: 6px; border: 1px solid var(--border);
  padding: 28px 24px; transition: box-shadow 0.2s;
}
.ranking-card:hover { box-shadow: var(--shadow-md); }
.ranking-icon {
  width: 48px; height: 48px; background: var(--green-dark); border-radius: 6px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.ranking-icon svg { width: 24px; height: 24px; fill: var(--gold); }
.ranking-card h3 { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.ranking-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin-bottom: 18px; }

/* ── ATHLETES GRID ───────────────────────────────────────────────── */
.athletes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.athlete-card {
  background: #fff; border-radius: 6px; border: 1px solid var(--border);
  overflow: hidden; transition: transform 0.2s, box-shadow 0.2s;
}
.athlete-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.athlete-photo {
  height: 220px; background: var(--green-dark); overflow: hidden;
}
.athlete-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.athlete-photo-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 48px; font-weight: 800; color: rgba(255,255,255,0.3);
}
.athlete-body { padding: 18px 16px; }
.athlete-discipline {
  font-size: 11px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 6px;
}
.athlete-body h3 { font-size: 20px; font-weight: 700; margin-bottom: 4px; line-height: 1.2; }
.athlete-category { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.athlete-achievement {
  font-size: 13px; color: var(--green-dark); font-weight: 500;
  border-top: 1px solid var(--border); padding-top: 10px; margin-top: 8px;
}
.athlete-club { font-size: 12px; color: #999; margin-top: 4px; }

/* ── FILIAÇÃO ────────────────────────────────────────────────────── */
.filiacao { background: var(--green-deep); color: #fff; text-align: center; }
.filiacao .section-label { color: var(--gold); }
.filiacao h2 {
  color: #fff; font-size: clamp(36px, 5vw, 60px); font-weight: 800;
  text-transform: uppercase; margin-bottom: 16px;
}
.filiacao > .container > p { color: rgba(255,255,255,0.7); font-size: 16px; max-width: 540px; margin: 0 auto 36px; }
.filiacao-cards { display: flex; justify-content: center; gap: 24px; margin-top: 48px; flex-wrap: wrap; }
.filiacao-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px; padding: 32px 28px;
  flex: 1; min-width: 220px; max-width: 260px; text-align: center;
}
.filiacao-card.destaque { border-color: var(--gold); }
.filiacao-card h4 { font-size: 22px; font-weight: 700; }
.filiacao-card .price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px; font-weight: 800; color: var(--gold); line-height: 1; margin: 12px 0 4px;
}
.filiacao-card .price-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.filiacao-card ul { text-align: left; }
.filiacao-card ul li {
  font-size: 13.5px; color: rgba(255,255,255,0.75);
  padding: 6px 0 6px 18px; border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.filiacao-card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.filiacao-note { font-size: 13px; color: rgba(255,255,255,0.4); margin-top: 32px; }

/* ── SOBRE ───────────────────────────────────────────────────────── */
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sobre-img { height: 440px; border-radius: 6px; overflow: hidden; background: var(--green-dark); }
.sobre-img img { width: 100%; height: 100%; object-fit: cover; }
.sobre-text h2 { font-size: clamp(30px, 3.5vw, 44px); font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
.sobre-text p { font-size: 15px; color: var(--text-muted); line-height: 1.75; margin-bottom: 16px; }
.sobre-logos { display: flex; align-items: center; gap: 24px; margin-top: 32px; flex-wrap: wrap; }
.parceiro-box {
  border: 1px solid var(--border); border-radius: 4px; padding: 10px 20px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 18px;
  color: var(--green-dark); letter-spacing: 0.05em;
}

/* ── APOIADORES ──────────────────────────────────────────────────── */
.apoiadores { background: var(--off-white); }
.apoiadores-header { justify-content: center; text-align: center; margin-bottom: 40px; }
.apoiadores-header h2 {
  font-size: clamp(28px, 3.5vw, 40px); font-weight: 700;
  text-transform: uppercase; color: var(--green-dark);
}
.apoiadores-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.apoiador-item {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 12px; text-align: center;
  flex: 0 1 calc(25% - 18px); max-width: calc(25% - 18px);
}
.apoiador-logo { display: flex; align-items: center; justify-content: center; max-width: 100%; }
.apoiador-logo img { height: 100%; width: auto; max-width: 100%; object-fit: contain; }
.apoiador-nome { font-size: 13px; color: var(--text-muted); font-weight: 600; }

/* ── SINGLE POST ─────────────────────────────────────────────────── */
.post-hero {
  background: var(--ink); padding: 64px 0 48px;
}
.post-hero h1 { color: #fff; font-size: clamp(28px, 4vw, 52px); font-weight: 800; text-transform: uppercase; max-width: 760px; }
.post-meta { color: rgba(255,255,255,0.55); font-size: 13px; margin-top: 16px; }
.post-thumbnail { height: 480px; overflow: hidden; }
.post-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.post-content-wrap { max-width: 1180px; margin: 0 auto; padding: 56px 24px; }
.post-content h2 { font-size: 28px; font-weight: 700; color: var(--green-dark); text-transform: uppercase; margin: 36px 0 14px; }
.post-content h3 { font-size: 22px; font-weight: 700; color: var(--green-dark); text-transform: uppercase; margin: 28px 0 10px; }
.post-content p  { font-size: 16px; line-height: 1.8; color: var(--text-muted); margin-bottom: 20px; }
.post-content a  { color: var(--green); border-bottom: 1px solid var(--green); }
.post-content ul, .post-content ol { padding-left: 24px; margin-bottom: 20px; }
.post-content ul li, .post-content ol li { font-size: 16px; color: var(--text-muted); line-height: 1.7; margin-bottom: 8px; }
.post-content blockquote {
  border-left: 4px solid var(--gold); padding: 16px 20px;
  background: var(--off-white); margin: 28px 0; border-radius: 0 4px 4px 0;
}
.post-content blockquote p { color: var(--text); font-style: italic; }
.post-content img { border-radius: 6px; margin: 28px 0; }
.post-content .wp-caption { margin: 28px 0; }
.post-content .wp-caption-text { font-size: 12px; color: #999; text-align: center; margin-top: 8px; }
.post-back { border-top: 1px solid var(--border); padding-top: 32px; margin-top: 48px; }
.single-enroll { margin-top: 40px; }
.single-enroll-btn {
  display: block; width: 100%; box-sizing: border-box;
  background: var(--green); color: #fff;
  text-align: center; padding: 16px 0; border-radius: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  text-decoration: none;
  transition: background 0.18s;
}
.single-enroll-btn:hover { background: var(--green-dark); }

/* ── ARCHIVE ─────────────────────────────────────────────────────── */
.archive-hero { background: var(--ink); padding: 52px 0; }
.archive-hero h1 { color: #fff; font-size: clamp(32px, 5vw, 56px); font-weight: 800; text-transform: uppercase; }
.archive-hero p { color: rgba(255,255,255,0.6); font-size: 15px; margin-top: 8px; }
.archive-content { padding: 64px 0; background: var(--off-white); }

/* ── PAGINATION ──────────────────────────────────────────────────── */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; flex-wrap: wrap; }
.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 4px;
  font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700;
  border: 2px solid var(--border); color: var(--text-muted); transition: all 0.15s;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current { background: var(--green); border-color: var(--green); color: #fff; }
.pagination .prev, .pagination .next { width: auto; padding: 0 14px; font-size: 14px; }

/* ── PAGE HERO (genérico) ────────────────────────────────────────── */
.page-hero { background: var(--ink); padding: 56px 0; }
.page-hero .section-label { margin-bottom: 8px; }
.page-hero h1 { color: #fff; font-size: clamp(32px, 5vw, 56px); font-weight: 800; text-transform: uppercase; line-height: 1; }
.page-hero p  { color: rgba(255,255,255,0.6); font-size: 15px; margin-top: 12px; max-width: 560px; }
.page-content-section { padding: 64px 0; }

/* ── TRANSPARENCY PAGE ───────────────────────────────────────────── */
.trans-intro { margin-bottom: 48px; }
.trans-section { margin-bottom: 56px; }
.trans-section-title {
  font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 0;
  padding-bottom: 10px; border-bottom: 2px solid var(--gold);
}
.trans-doc-list { list-style: none; margin: 0; padding: 0; }
.trans-doc-item {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 4px; border-bottom: 1px solid var(--border);
  transition: background 0.15s;
}
.trans-doc-item:hover { background: var(--off-white); padding-left: 8px; padding-right: 8px; margin: 0 -8px; }
.trans-doc-info { flex: 1; min-width: 0; }
.trans-doc-name { display: block; font-size: 15px; font-weight: 600; color: var(--ink); }
.trans-doc-desc { display: block; font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.trans-doc-download {
  display: inline-flex; align-items: center; gap: 6px; flex-shrink: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--green); border-bottom: 2px solid var(--green); padding-bottom: 1px;
  text-decoration: none; white-space: nowrap;
}
.trans-doc-download:hover { color: var(--green-dark); border-color: var(--green-dark); }
.trans-doc-ext {
  font-size: 10px; font-weight: 700; letter-spacing: 0.05em;
  background: var(--green); color: #fff; padding: 1px 5px; border-radius: 3px;
}
.trans-empty { font-size: 14px; color: var(--text-muted); padding: 20px 0; font-style: italic; }

/* ── DIRETORIA (SOBRE) ───────────────────────────────────────────── */
.board-section { margin-top: 56px; padding-top: 56px; border-top: 1px solid var(--border); }
.board-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.board-card { text-align: center; }
.board-photo-wrap {
  width: 80%; aspect-ratio: 1 / 1;
  border-radius: 12px; overflow: hidden;
  background: var(--off-white);
  border: 1px solid var(--border);
  margin: 0 auto 12px;
}
.board-photo-wrap .board-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.board-photo-placeholder { width: 100%; height: 100%; background: var(--off-white); }
.board-name  { font-size: 15px; font-weight: 700; color: var(--ink); margin: 0 0 4px; }
.board-cargo { font-size: 13px; color: var(--text-muted); margin: 0; }
.trans-section-desc { font-size: 14px; color: var(--text-muted); margin: 8px 0 16px; }
.trans-empty-state { padding: 48px 0; text-align: center; color: var(--text-muted); font-size: 15px; }

/* ── VALORES (SOBRE) ─────────────────────────────────────────────── */
.values-section { margin-top: 16px; padding-top: 56px; border-top: 1px solid var(--border); }
.values-title { font-size: 28px; font-weight: 700; color: var(--green-dark); text-transform: uppercase; margin: 0 0 24px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.value-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.value-icon { margin-bottom: 16px; color: var(--green); }
.value-icon svg { display: block; }
.value-title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.value-desc  { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin: 0; }

/* ── CONTACT ─────────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; }
.contact-info h3 { font-size: 26px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
.contact-info p  { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 14px; }
.contact-detail { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.contact-detail strong { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); }
.contact-detail p { font-size: 14px; color: var(--text-muted); margin-top: 2px; }
/* Formulário de Contato */
.cf-honeypot { position: absolute; left: -9999px; visibility: hidden; }
.cf-form { display: flex; flex-direction: column; gap: 20px; }
.cf-row { display: flex; flex-direction: column; gap: 6px; }
.cf-row label {
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-muted);
}
.cf-required { color: var(--green); }
.cf-row input[type="text"],
.cf-row input[type="email"],
.cf-row textarea {
  width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 15px; color: var(--text);
  background: #fff; transition: border-color 0.15s, box-shadow 0.15s;
}
.cf-row input:focus,
.cf-row textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,105,62,0.1);
}
.cf-row textarea { resize: vertical; min-height: 140px; }
.cf-submit {
  align-self: flex-start; background: var(--green); color: #fff; border: none; cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700;
  letter-spacing: 0.05em; text-transform: uppercase; padding: 14px 32px; border-radius: 4px;
  transition: background 0.15s;
}
.cf-submit:hover { background: var(--green-dark); }
.cf-success {
  background: #d4edda; border: 1px solid #b8dacc; color: #155724;
  padding: 16px 20px; border-radius: 6px; margin-bottom: 24px; font-size: 15px; line-height: 1.5;
}
.cf-success strong { display: block; margin-bottom: 4px; }
.cf-error {
  background: #f8d7da; border: 1px solid #f1b0b7; color: #721c24;
  padding: 16px 20px; border-radius: 6px; margin-bottom: 24px; font-size: 15px;
}

/* ── PAGE CONTENT (editor content) ──────────────────────────────── */
.page-editor-content { max-width: 760px; }
.page-editor-content h2 { font-size: 28px; font-weight: 700; color: var(--green-dark); text-transform: uppercase; margin: 36px 0 14px; }
.page-editor-content h3 { font-size: 22px; font-weight: 700; color: var(--green-dark); margin: 24px 0 10px; }
.page-editor-content p  { font-size: 15px; color: var(--text-muted); line-height: 1.8; margin-bottom: 18px; }
.page-editor-content a  { color: var(--green); border-bottom: 1px solid currentColor; }
.page-editor-content ul { padding-left: 20px; list-style: disc; margin-bottom: 18px; }
.page-editor-content ul li { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 6px; }

/* ── FOOTER ──────────────────────────────────────────────────────── */
footer.site-footer { background: var(--ink); color: rgba(255,255,255,0.75); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { font-size: 13px; line-height: 1.7; margin-top: 16px; color: rgba(255,255,255,0.5); }
.footer-logo { display: flex; align-items: center; gap: 12px; }
.footer-logo .logo-text strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 700; color: #fff; line-height: 1; }
.footer-logo .logo-text span   { font-size: 11px; color: rgba(255,255,255,0.5); }
.footer-col h5 {
  font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #fff; margin-bottom: 18px;
}
.footer-col .menu li { margin-bottom: 10px; }
.footer-col .menu a { font-size: 13.5px; color: rgba(255,255,255,0.6); transition: color 0.15s; }
.footer-col .menu a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.social-icon {
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.2); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; transition: border-color 0.15s, background 0.15s; color: rgba(255,255,255,0.7);
}
.social-icon:hover { border-color: var(--gold); background: rgba(201,165,53,0.1); color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.35); }

/* ── ATHLETE CARD — BADGE + RANKINGS ────────────────────────────── */
.athlete-photo { position: relative; }
.badge-selecao {
  position: absolute; top: 10px; left: 10px;
  background: rgba(0,30,16,0.82); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  padding: 4px 10px; border-radius: 20px;
  backdrop-filter: blur(4px);
}
.athlete-rankings {
  display: flex; flex-direction: column; gap: 4px;
  border-top: 1px solid var(--border); padding-top: 10px; margin-top: 10px;
}
.athlete-rank {
  font-size: 12px; font-weight: 600; color: var(--text-muted);
  display: flex; align-items: center; gap: 5px;
}
.athlete-rank em { font-style: normal; font-weight: 400; color: #999; }
.rank-mundial    { color: #1a6fbf; }
.rank-brasileiro { color: #1e7d4a; }
.rank-paranaense { color: var(--green); }
.bandeira-pr {
  height: 1em;
  width: 1.5em;
  object-fit: cover;
  vertical-align: -0.1em;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.18);
}

/* ── MEMBERS TABLE (Filiados) ────────────────────────────────────── */
.members-filter { background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 20px 24px; margin-bottom: 24px; }
.members-filter-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.members-search-wrap { flex: 1; min-width: 180px; }
.members-search-input {
  width: 100%; padding: 10px 14px; border: 1px solid var(--border); border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: var(--text);
  transition: border-color 0.15s;
}
.members-search-input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,105,62,0.1); }
.members-select {
  padding: 10px 14px; border: 1px solid var(--border); border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 14px; color: var(--text);
  background: #fff; cursor: pointer; min-width: 160px;
  transition: border-color 0.15s;
}
.members-select:focus { outline: none; border-color: var(--green); }
.members-filter-btn {
  background: var(--green); color: #fff;
  font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 10px 22px; border-radius: 4px; border: none; cursor: pointer;
  transition: background 0.15s;
}
.members-filter-btn:hover { background: var(--green-dark); }
.members-clear-btn {
  font-size: 13px; color: var(--text-muted); text-decoration: underline; cursor: pointer;
}
.members-header-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px; flex-wrap: wrap; gap: 10px;
}
.members-count { font-size: 14px; color: var(--text-muted); }
.members-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 6px; border: 1px solid var(--border); }
.members-table { width: 100%; border-collapse: collapse; background: #fff; }
.members-table thead tr { background: var(--ink); color: #fff; }
.members-table th {
  padding: 12px 16px; text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  white-space: nowrap;
}
.members-table td { padding: 13px 16px; font-size: 14px; border-bottom: 1px solid var(--border); }
.members-table tbody tr:last-child td { border-bottom: none; }
.members-table tbody tr:hover { background: var(--off-white); }
.members-table td:first-child { font-weight: 600; }

/* ── WORDPRESS UTILITIES ─────────────────────────────────────────── */
.alignleft  { float: left; margin: 0 24px 16px 0; }
.alignright { float: right; margin: 0 0 16px 24px; }
.aligncenter { margin: 16px auto; display: block; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 12px; color: #999; text-align: center; margin-top: 6px; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
  height: 1px; overflow: hidden; position: absolute; word-wrap: normal; width: 1px;
}
