/* ============================================================
   COMERCIAL BARBOSA — GRUPO VIP
   MAIN.CSS
   ============================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Barlow', sans-serif;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  background: #002a14;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

:root {
  --green-forest: #00592D;
  --green-grass:  #00A859;
  --green-dark:   #003d1f;
  --green-glow:   #00A859;
  --green-cta:    #00A859;
  --green-cta-dk: #007a40;
  --gold:         #C9A84C;
  --gold-light:   #F0D080;
  --black:        #1A1A1A;
  --off-white:    #F2F2F2;
  --bg-deep:      #001a0d;
  --bg-section:   #002a14;
  --bg-foot:      #000f07;
  --radius:       12px;
  --transition:   0.26s ease;
}

/* ── PARTICLES ─────────────────────────────────────────────── */
#particles { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.star { position: absolute; border-radius: 50%; background: var(--gold-light); }
section, footer, .ticker-bar, .divider-carousel { position: relative; z-index: 1; }

/* ── TICKER ─────────────────────────────────────────────────── */
.ticker-bar {
  background: var(--green-forest);
  padding: 9px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 10;
}
.ticker-bar::before,
.ticker-bar::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.ticker-bar::before { left: 0;  background: linear-gradient(90deg,  var(--green-forest), transparent); }
.ticker-bar::after  { right: 0; background: linear-gradient(-90deg, var(--green-forest), transparent); }
.ticker-track { display: flex; gap: 0; width: max-content; will-change: transform; }
.ticker-item {
  display: flex;
  align-items: center;
  gap: .65rem;
  white-space: nowrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: #fff;
  padding: 0 2rem;
  text-transform: uppercase;
}
.ticker-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); flex-shrink: 0; }

/* ── HERO ───────────────────────────────────────────────────── */
#hero {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 0 72px;
  position: relative;
  overflow: hidden;
  background-image: url('../images/FUNDOPC.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(0,42,20,.30) 0%,
    rgba(0,42,20,.12) 35%,
    rgba(0,20,10,.78) 100%);
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg,   transparent, transparent 59px, rgba(0,168,89,.025) 59px, rgba(0,168,89,.025) 60px),
    repeating-linear-gradient(90deg,  transparent, transparent 59px, rgba(0,168,89,.025) 59px, rgba(0,168,89,.025) 60px);
}
.hero-glow {
  position: absolute;
  width: 700px; height: 420px;
  top: 38%; left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(0,168,89,.22) 0%, transparent 68%);
  pointer-events: none;
  z-index: 1;
}
.hero-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

/* EVENT BADGE */
.event-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(0,168,89,.15);
  border: 1.5px solid rgba(0,168,89,.55);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 100px;
  margin-bottom: 22px;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.event-badge .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green-grass);
  box-shadow: 0 0 8px var(--green-grass), 0 0 18px rgba(0,168,89,.5);
  flex-shrink: 0;
}

/* SEAL */
.hero-seal {
  width: 240px;
  height: auto;
  margin-bottom: 10px;
  filter: drop-shadow(0 0 28px rgba(0,168,89,.55));
}

/* EVENT NAME */
.event-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(.95rem, 2.8vw, 1.2rem);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.9);
  margin-bottom: 4px;
  text-shadow: 0 1px 6px rgba(0,0,0,.6);
}

/* HEADLINE */
.hero-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.4rem, 8vw, 5.2rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 30px rgba(255,255,255,.13), 0 4px 40px rgba(0,0,0,.65);
  margin-top: 14px;
  margin-bottom: 10px;
}
.hero-headline .green {
  color: var(--green-grass);
  text-shadow: 0 0 20px rgba(0,168,89,.65), 0 0 50px rgba(0,168,89,.25);
}
.hero-headline .gold {
  color: var(--gold-light);
  text-shadow: 0 0 20px rgba(201,168,76,.65), 0 0 50px rgba(201,168,76,.25);
}
.hero-headline .white-glow {
  color: #fff;
  text-shadow: 0 0 18px rgba(255,255,255,.48), 0 0 40px rgba(255,255,255,.15);
}

.hero-sub {
  font-size: clamp(.92rem, 2.5vw, 1.1rem);
  font-weight: 600;
  color: rgba(255,255,255,.9);
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 0 1px 8px rgba(0,0,0,.68);
}

/* MEMBERS SOCIAL PROOF */
.members-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.avatars-stack {
  display: flex;
  align-items: center;
}
.avatars-stack img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--green-grass);
  object-fit: cover;
  margin-left: -10px;
  flex-shrink: 0;
}
.avatars-stack img:first-child { margin-left: 0; }
.members-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(.85rem, 2vw, 1rem);
  font-weight: 700;
  color: rgba(255,255,255,.92);
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,.6);
}
.members-text strong { color: var(--green-grass); }

/* CTA BUTTON */
.btn-vip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--green-cta);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  border-radius: 100px;
  padding: 17px 48px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  margin-top: 26px;
}
.btn-vip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  background-size: 200% 100%;
  pointer-events: none;
}
.btn-vip:hover  { transform: scale(1.05) translateY(-2px); background: var(--green-cta-dk); box-shadow: 0 0 38px rgba(0,168,89,1), 0 0 80px rgba(0,168,89,.55); }
.btn-vip:active { transform: scale(.97); }
.btn-vip .wpp-icon { width: 22px; height: 22px; flex-shrink: 0; pointer-events: none; }
.btn-note { margin-top: 14px; font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.82); letter-spacing: .06em; }
.btn-note strong { color: #fff; }

/* ── PILLS CAROUSEL ─────────────────────────────────────────── */
.carousel-section {
  width: 100%;
  align-self: stretch;   /* estica no flex do #hero */
  overflow: hidden;
  position: relative;
  margin-top: 44px;
  z-index: 2;
}
.carousel-section::before,
.carousel-section::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.carousel-section::before { left: 0;  background: linear-gradient(90deg,  rgba(0,20,10,.95), transparent); }
.carousel-section::after  { right: 0; background: linear-gradient(-90deg, rgba(0,20,10,.95), transparent); }
.carousel-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 10px 8px;
  will-change: transform;
  cursor: grab;
}
.carousel-track:active { cursor: grabbing; }

.pill-card {
  flex-shrink: 0;
  width: 200px;
  background: rgba(0,89,45,.4);
  border-radius: 14px;
  border: 1.5px solid rgba(0,168,89,.38);
  padding: 14px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 14px rgba(0,168,89,.12);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.pill-card::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,.6), transparent);
  pointer-events: none;
}
.pill-card:hover {
  border-color: rgba(0,168,89,.65);
  box-shadow: 0 0 24px rgba(0,168,89,.45);
}
.pill-card img.icon {
  width: 34px; height: 34px;
  object-fit: contain;
  flex-shrink: 0;
}
.pill-card span {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
  white-space: nowrap;
}

/* ── DIVIDER ─────────────────────────────────────────────────── */
.divider-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--green-forest);
  padding: 9px 0;
}
.divider-carousel::before,
.divider-carousel::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.divider-carousel::before { left: 0;  background: linear-gradient(90deg,  var(--green-forest), transparent); }
.divider-carousel::after  { right: 0; background: linear-gradient(-90deg, var(--green-forest), transparent); }
.divider-track { display: flex; gap: 0; width: max-content; align-items: center; will-change: transform; }
.divider-item {
  display: flex;
  align-items: center;
  gap: .7rem;
  white-space: nowrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 2rem;
}
.divider-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); flex-shrink: 0; }

/* ── SECTION SHARED ─────────────────────────────────────────── */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,168,89,.1);
  border: 1.5px solid rgba(0,168,89,.38);
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .75rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
  color: #fff;
}
.section-label .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green-grass);
  box-shadow: 0 0 8px var(--green-grass);
  flex-shrink: 0;
}

/* ── TRIGGERS ───────────────────────────────────────────────── */
#triggers {
  position: relative;
  overflow: hidden;
  padding: 72px 0 80px;
  background-image: url('../images/FUNDOPC.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#triggers::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(0,42,20,.90) 0%,
    rgba(0,42,20,.94) 50%,
    rgba(0,20,10,.98) 100%);
}
#triggers::after {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,168,89,.65), transparent);
  pointer-events: none;
  z-index: 1;
}
.triggers-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.triggers-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 10px;
}
.triggers-title .green { color: var(--green-grass); text-shadow: 0 0 14px rgba(0,168,89,.45); }
.triggers-title .gold  { color: var(--gold-light); text-shadow: 0 0 14px rgba(201,168,76,.45); }
.triggers-sub {
  font-size: .96rem;
  font-weight: 600;
  color: rgba(255,255,255,.82);
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
}

.trigger-list { width: 100%; display: flex; flex-direction: column; gap: 14px; margin-bottom: 48px; }
.trigger-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(0,89,45,.28);
  border: 1px solid rgba(0,168,89,.2);
  border-radius: var(--radius);
  padding: 18px 22px;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}
.trigger-item:hover {
  background: rgba(0,89,45,.5);
  border-color: rgba(0,168,89,.55);
  transform: translateX(5px);
}
.trigger-item img.check {
  width: 28px; height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}
.trigger-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
}
.trigger-text .highlight { color: var(--green-grass); }
.trigger-text .highlight-gold { color: var(--gold-light); }

/* ── AUTHORITY SECTION ──────────────────────────────────────── */
#authority {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: var(--black);
}
#authority::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,168,89,.5), transparent);
  pointer-events: none;
}
.authority-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.authority-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 14px;
}
.authority-text {
  font-size: clamp(.9rem, 2vw, 1.05rem);
  font-weight: 500;
  color: rgba(255,255,255,.78);
  text-align: center;
  line-height: 1.75;
  max-width: 720px;
  margin-bottom: 52px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.stat-card {
  background: rgba(0,89,45,.22);
  border: 1px solid rgba(0,168,89,.25);
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}
.stat-card:hover {
  background: rgba(0,89,45,.4);
  border-color: rgba(0,168,89,.55);
  transform: translateY(-4px);
}
.stat-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: var(--green-grass);
  text-shadow: 0 0 20px rgba(0,168,89,.5);
  line-height: 1;
  display: block;
}
.stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  margin-top: 8px;
  line-height: 1.3;
  display: block;
}

/* ── DIFERENCIAIS ───────────────────────────────────────────── */
#diferenciais {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: var(--bg-section);
}
#diferenciais::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,.5), transparent);
  pointer-events: none;
}
.diferenciais-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diferenciais-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 10px;
}
.diferenciais-sub {
  font-size: .95rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  text-align: center;
  margin-bottom: 44px;
}
.dif-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.dif-card {
  background: rgba(0,89,45,.18);
  border: 1px solid rgba(0,168,89,.2);
  border-radius: 16px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.dif-card:hover {
  background: rgba(0,89,45,.38);
  border-color: rgba(0,168,89,.55);
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0,89,45,.35);
}
.dif-icon {
  width: 48px; height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}
.dif-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--green-grass);
  line-height: 1.2;
}
.dif-desc {
  font-size: .88rem;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
}

/* ── PÚBLICO ────────────────────────────────────────────────── */
#publico {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: var(--black);
}
#publico::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,168,89,.5), transparent);
  pointer-events: none;
}
.publico-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.publico-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 10px;
}
.publico-sub {
  font-size: .95rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  text-align: center;
  margin-bottom: 44px;
}
.publico-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.publico-card {
  background: rgba(0,89,45,.18);
  border: 1px solid rgba(0,168,89,.2);
  border-radius: 16px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
}
.publico-card:hover {
  background: rgba(0,89,45,.35);
  border-color: rgba(0,168,89,.55);
  transform: translateY(-4px);
}
.publico-card-badge {
  display: inline-block;
  background: var(--green-forest);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  align-self: flex-start;
}
.publico-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  line-height: 1.2;
}
.publico-card-desc {
  font-size: .88rem;
  font-weight: 500;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

/* ── LOCALIZAÇÃO ────────────────────────────────────────────── */
#localizacao {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: var(--bg-section);
}
#localizacao::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,.5), transparent);
  pointer-events: none;
}
.localizacao-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.localizacao-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 10px;
}
.localizacao-sub {
  font-size: .95rem;
  font-weight: 600;
  color: rgba(255,255,255,.75);
  text-align: center;
  margin-bottom: 44px;
  max-width: 640px;
}
.loc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
  margin-bottom: 36px;
}
.loc-card {
  background: rgba(0,89,45,.18);
  border: 1px solid rgba(0,168,89,.22);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color var(--transition), transform var(--transition);
}
.loc-card:hover { border-color: rgba(0,168,89,.55); transform: translateY(-3px); }
.loc-map {
  width: 100%;
  height: 220px;
  border: none;
  display: block;
  filter: grayscale(20%) contrast(1.05);
}
.loc-info {
  padding: 20px 22px;
}
.loc-tag {
  display: inline-block;
  background: var(--green-grass);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 100px;
  margin-bottom: 10px;
}
.loc-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #fff;
  margin-bottom: 6px;
}
.loc-address {
  font-size: .84rem;
  color: rgba(255,255,255,.65);
  line-height: 1.55;
}

/* ── CTA FINAL ──────────────────────────────────────────────── */
#cta-final {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-image: url('../images/FUNDOPC.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,42,20,.92) 0%, rgba(0,20,10,.97) 100%);
}
.cta-final-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cta-final-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.9rem, 5vw, 3.4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 14px;
}
.cta-final-sub {
  font-size: clamp(.9rem, 2vw, 1.05rem);
  font-weight: 500;
  color: rgba(255,255,255,.8);
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 8px;
}

/* ── BOTTOM CTA ──────────────────────────────────────────────── */
.bottom-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 20px;
  padding: 20px 24px 0;
  border-top: 1px solid rgba(0,168,89,.18);
  text-align: center;
}
.bottom-cta-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
  margin-bottom: 22px;
}

/* ── REVEAL ──────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.reveal.on { opacity: 1; transform: translateY(0); }

/* ── FOOTER ─────────────────────────────────────────────────── */
footer {
  background: var(--bg-foot);
  border-top: 1.5px solid rgba(255,255,255,.06);
  padding: 32px 20px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.foot-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.foot-logo-wrap img {
  height: 160px; width: auto; max-width: 340px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(0,168,89,.45));
}
.foot-brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
}
.foot-tagline {
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  letter-spacing: .06em;
  text-transform: uppercase;
}
.foot-social { display: flex; align-items: center; justify-content: center; gap: 14px; }
.foot-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  transition: background var(--transition), border-color var(--transition), transform var(--transition);
  overflow: hidden;
}
.foot-social a:hover {
  background: rgba(0,89,45,.35);
  border-color: rgba(0,168,89,.4);
  transform: translateY(-2px);
}
.foot-social a img { width: 26px; height: 26px; object-fit: contain; display: block; }
.foot-disc  { font-size: .68rem; color: rgba(255,255,255,.38); max-width: 580px; line-height: 1.85; text-align: center; }
.foot-copy  { font-size: .72rem; color: rgba(255,255,255,.32); text-align: center; }
