/* ==========================================================================
   BRAVOS GUERREIROS — Folha de estilo global
   Tema: BRANCO com detalhes em VERMELHO (#d31e24)
   ========================================================================== */

:root {
  --bg: #ffffff;
  --bg-2: #fceaea;
  --surface: #ffffff;
  --surface-2: #f7dede;
  --border: #eddddd;
  --red: #d31e24;
  --red-dark: #a1161b;
  --red-tint: #fdecec;
  --gold: #d31e24;            /* acentos em vermelho */
  --text: #17171b;
  --muted: #63636e;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 14px 40px -18px rgba(20, 20, 30, .28);
  --shadow-sm: 0 4px 18px -8px rgba(20, 20, 30, .18);
  --maxw: 1180px;
  --font-head: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

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

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--text);
}

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

.accent { color: var(--red); }
.gold { color: var(--red); }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px;
  font-size: .95rem; font-weight: 600;
  padding: .85rem 1.7rem; border-radius: 50px; border: 2px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px -8px rgba(211,30,36,.45); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-outline { border-color: var(--red); color: var(--red); background: transparent; }
.btn-outline:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.btn-ghost { border-color: var(--border); color: var(--text); }
.btn-ghost:hover { border-color: var(--red); color: var(--red); }
.btn-lg { padding: 1.05rem 2.3rem; font-size: 1.05rem; }

/* ---------- Cabeçalho / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  border-bottom: 3px solid var(--red);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .6rem 0; min-height: 68px;
}
.brand { display: flex; align-items: center; gap: .7rem; font-family: var(--font-head); }
.brand img { height: 58px; width: auto; }

.nav-links {
  display: flex; align-items: center; gap: .15rem; flex-wrap: wrap; list-style: none;
}
.nav-links a {
  display: block; font-family: var(--font-head); text-transform: uppercase; font-weight: 700;
  font-size: .84rem; letter-spacing: .6px; padding: .5rem .7rem; border-radius: 8px;
  color: var(--text); transition: color .15s, background .15s;
}
.nav-links a:hover, .nav-links a.active { color: var(--red); background: var(--surface-2); }
.nav-links a.is-event { color: var(--red); font-weight: 600; }
.nav-links a.is-event:hover { color: #fff; background: var(--red); }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: .4rem;
  flex-direction: column; gap: 5px;
}
.nav-toggle span { width: 26px; height: 3px; background: var(--text); border-radius: 3px; transition: .3s; }

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; inset: 68px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--border);
    padding: .5rem 18px 1.2rem; max-height: calc(100vh - 68px); overflow-y: auto;
    transform: translateY(-140%); transition: transform .35s ease; box-shadow: var(--shadow);
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: .85rem .6rem; font-size: .95rem; border-bottom: 1px solid var(--border); }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 84vh; display: flex; align-items: center;
  text-align: center; padding: 5rem 0; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-color: #17171b;
  background-image:
    linear-gradient(135deg, rgba(150,18,24,.42) 0%, rgba(18,12,13,.45) 45%, rgba(18,12,13,.66) 100%),
    var(--hero-img, none);
  background-size: cover; background-position: center; background-repeat: no-repeat; z-index: -1;
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px;
  background: var(--red); z-index: -1;
}
.hero .eyebrow {
  display: inline-block; font-family: var(--font-head); letter-spacing: 4px;
  text-transform: uppercase; color: #fff; font-size: .85rem; margin-bottom: 1rem;
  background: var(--red); padding: .35rem 1.1rem; border-radius: 50px;
}
.hero h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); margin-bottom: 1.1rem; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.hero h1 .accent { display: block; color: #ff4c50; }
.hero p { max-width: 640px; margin: 0 auto 2rem; color: rgba(255,255,255,.92); font-size: 1.14rem; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero .btn-outline { border-color: #fff; color: #fff; }
.hero .btn-outline:hover { background: #fff; color: var(--red); }

/* ---------- Page header (sub-páginas) ---------- */
.page-hero {
  position: relative; padding: 4.5rem 0 3rem; text-align: center;
  border-bottom: 3px solid var(--red);
  background: radial-gradient(1000px 400px at 50% -10%, rgba(211,30,36,.18), transparent 70%), var(--bg-2);
}
.page-hero .eyebrow { color: var(--red); font-family: var(--font-head); letter-spacing: 4px; text-transform: uppercase; font-size: .8rem; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); margin: .6rem 0 .4rem; }
.page-hero p { color: var(--muted); max-width: 620px; margin: 0 auto; }
.breadcrumb { font-size: .8rem; color: var(--muted); margin-top: 1rem; }
.breadcrumb a:hover { color: var(--red); }

/* ---------- Seções ---------- */
section { padding: 4.5rem 0; }
.section-title { text-align: center; margin-bottom: 2.6rem; }
.section-title .eyebrow { color: var(--red); font-family: var(--font-head); letter-spacing: 4px; text-transform: uppercase; font-size: .8rem; }
.section-title h2 { font-size: clamp(1.8rem, 4.5vw, 3rem); margin-top: .4rem; }
.section-title h2::after {
  content: ""; display: block; width: 72px; height: 4px; border-radius: 2px;
  background: var(--red); margin: .8rem auto 0;
}

/* ---------- Banner de imagem (largura total do container) ---------- */
.banner {
  max-width: var(--maxw); margin: 2rem auto 0; padding: 0 22px;
}
.banner img {
  width: 100%; border-radius: var(--radius); box-shadow: var(--shadow);
  border-top: 4px solid var(--red); display: block;
}
.lead { font-size: 1.12rem; color: var(--muted); }

.prose { max-width: 760px; margin: 0 auto; }
.prose p { margin-bottom: 1.15rem; color: #3a3a42; }
.prose h3 { color: var(--red); margin: 2rem 0 .8rem; font-size: 1.4rem; }

/* ---------- Grid de cards ---------- */
.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.card {
  background: var(--surface); border: 1px solid var(--border); border-top: 4px solid var(--red);
  border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card .ico {
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px;
  background: var(--red-tint); color: var(--red); font-size: 1.5rem; margin-bottom: 1rem;
}
.card h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.card p { color: var(--muted); font-size: .98rem; }

/* ---------- Split (imagem + texto) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 300px;
  background: linear-gradient(135deg, var(--red-tint) 0%, #f6f6f8 100%);
  box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center;
}
.split-media::after {
  content: "BVG"; font-family: var(--font-head); font-size: 3.4rem; letter-spacing: 4px;
  color: rgba(211,30,36,.14); position: absolute; z-index: 0;
}
.split-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; display: block; }
.split-media.poster { min-height: auto; background: transparent; box-shadow: none; }
.split-media.poster::after { display: none; }
.split-media.poster img { height: auto; object-fit: contain; border-radius: var(--radius); box-shadow: var(--shadow); }

/* --- Pôster(es) de evento no topo da página (posição padronizada) --- */
.poster-single { max-width: 460px; margin: 0 auto; }
.poster-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; max-width: 840px; margin: 0 auto; }
.poster-single img, .poster-duo img {
  width: 100%; border-radius: var(--radius); box-shadow: var(--shadow);
  border-top: 4px solid var(--red); display: block; transition: transform .4s ease;
}
.poster-single:hover img, .poster-duo a:hover img { transform: scale(1.02); }
@media (max-width: 620px) { .poster-duo { grid-template-columns: 1fr; } }

/* --- Destaque dos dados de pagamento --- */
.pay-info {
  max-width: 640px; margin: 1.4rem auto 0; text-align: center;
  background: var(--red-tint); border: 1px solid rgba(211,30,36,.3);
  border-radius: var(--radius); padding: 1rem 1.4rem; font-weight: 700; color: #8a1218;
}
.pay-info strong { color: var(--red); }

/* --- Caixa de chave PIX em destaque --- */
.pix-box {
  max-width: 560px; margin: 1.8rem auto 0; text-align: center;
  background: #fff; border: 2px solid var(--red); border-radius: var(--radius);
  padding: 1.6rem 1.4rem; box-shadow: 0 14px 40px -16px rgba(211,30,36,.45);
  position: relative; overflow: hidden;
}
.pix-box::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--red);
}
.pix-head {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 3px;
  color: var(--red); font-size: .85rem; margin-bottom: .6rem; margin-top: .3rem;
}
.pix-key {
  font-family: var(--font-head); font-size: clamp(1.5rem, 5vw, 2.2rem); font-weight: 700;
  letter-spacing: 1px; color: var(--text); background: var(--red-tint);
  border: 1px dashed rgba(211,30,36,.5); border-radius: 10px;
  padding: .7rem 1rem; margin-bottom: 1rem; word-break: break-all; user-select: all;
}
.pix-copy { cursor: pointer; }
.pix-copy.copied { background: #1c9a51; box-shadow: none; }
.pix-note { margin-top: .9rem; font-size: .9rem; color: var(--muted); }

/* --- Caixa de observação (regras do evento) --- */
.obs-box {
  max-width: 760px; margin: 1.4rem auto 0; text-align: center;
  background: var(--bg-2); border: 1px solid var(--border); border-left: 5px solid var(--red);
  border-radius: var(--radius); padding: 1rem 1.3rem; font-size: .95rem; color: #3a3a42;
}
.obs-box strong { color: var(--red); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 1.8rem; } .split.reverse .split-media { order: 0; } }

/* ---------- Event card ---------- */
.event-card {
  display: grid; grid-template-columns: 150px 1fr auto; gap: 1.5rem; align-items: center;
  background: var(--surface); border: 1px solid var(--border); border-left: 4px solid var(--red);
  border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1.2rem; box-shadow: var(--shadow-sm);
}
.event-date {
  text-align: center; background: var(--red-tint); border-radius: 10px; padding: .8rem;
  font-family: var(--font-head);
}
.event-date .d { font-size: 2rem; color: var(--red); line-height: 1; }
.event-date .m { text-transform: uppercase; letter-spacing: 2px; font-size: .8rem; color: var(--muted); }
.event-card h3 { font-size: 1.35rem; }
.event-card .meta { color: var(--muted); font-size: .9rem; margin-top: .3rem; }
@media (max-width: 720px) { .event-card { grid-template-columns: 1fr; text-align: center; } .event-date { max-width: 130px; margin: 0 auto; } }

/* ---------- Info pills ---------- */
.pill-row { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin: 1.5rem 0; }
.pill {
  display: inline-flex; align-items: center; gap: .5rem; background: var(--surface);
  border: 1px solid var(--border); border-radius: 50px; padding: .55rem 1.2rem; font-size: .92rem;
  box-shadow: var(--shadow-sm);
}
.pill strong { color: var(--red); font-family: var(--font-head); }

/* ---------- Tabela de valores ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.5rem; }
@media (max-width: 720px) { .price-grid { grid-template-columns: 1fr; } }
.price {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.8rem; text-align: center; box-shadow: var(--shadow-sm);
}
.price .val { font-family: var(--font-head); font-size: 2.6rem; color: var(--red); }
.price .val small { font-size: 1rem; color: var(--muted); }
.price .lbl { text-transform: uppercase; letter-spacing: 1px; font-size: .85rem; color: var(--muted); }

/* ---------- Formulários ---------- */
.form-wrap {
  max-width: 720px; margin: 0 auto; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius); padding: 2.4rem; box-shadow: var(--shadow);
}
.form-note {
  background: var(--red-tint); border: 1px solid rgba(211,30,36,.3); color: #8a1218;
  padding: .9rem 1.1rem; border-radius: 10px; font-size: .9rem; margin-bottom: 1.6rem;
}
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-weight: 600; margin-bottom: .4rem; font-size: .92rem; color: var(--text); }
.field label .req { color: var(--red); }
.field input, .field select, .field textarea {
  width: 100%; background: #fff; border: 1px solid var(--border); border-radius: 9px;
  color: var(--text); padding: .8rem .9rem; font-family: var(--font-body); font-size: .97rem;
  transition: border-color .15s, box-shadow .15s;
}
.field input::placeholder, .field textarea::placeholder { color: #9a9aa4; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(211,30,36,.15);
}
.field textarea { min-height: 100px; resize: vertical; }
.field .hint { font-size: .8rem; color: var(--muted); margin-top: .35rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 620px) { .field-row { grid-template-columns: 1fr; } }
.form-submit { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.5rem; }

/* ---------- Depoimento ---------- */
.quote {
  max-width: 780px; margin: 0 auto; text-align: center; background: var(--surface);
  border: 1px solid var(--border); border-radius: var(--radius); padding: 2.6rem; position: relative;
  box-shadow: var(--shadow-sm);
}
.quote::before {
  content: "\201C"; font-family: Georgia, serif; font-size: 5rem; color: var(--red);
  position: absolute; top: -10px; left: 24px; opacity: .35;
}
.quote p { font-size: 1.2rem; font-style: italic; color: #2c2c33; margin-bottom: 1.2rem; }
.quote .author { font-family: var(--font-head); color: var(--red); text-transform: uppercase; letter-spacing: 1px; }

/* ---------- Filiais ---------- */
.branch {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.6rem; border-top: 3px solid var(--red); box-shadow: var(--shadow-sm);
}
.branch h3 { font-size: 1.2rem; color: var(--text); margin-bottom: .6rem; }
.branch .row { display: flex; gap: .5rem; font-size: .92rem; color: var(--muted); margin-bottom: .35rem; }
.branch .row b { color: var(--text); min-width: 82px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--red), var(--red-dark));
  text-align: center; border-radius: var(--radius); padding: 3rem 2rem; margin: 1rem 0;
  color: #fff; box-shadow: 0 18px 40px -16px rgba(211,30,36,.5);
}
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; color: #fff; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 560px; margin: 0 auto 1.6rem; }
.cta-band .btn-outline { border-color: #fff; color: #fff; }
.cta-band .btn-outline:hover { background: #fff; color: var(--red); }

/* ---------- Rodapé ---------- */
.site-footer { background: #fff; border-top: 3px solid var(--red); padding: 3rem 0 1.5rem; margin-top: 2rem; }

/* ---------- Botão flutuante do WhatsApp ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 200;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 24px -6px rgba(0,0,0,.35); transition: transform .18s ease, box-shadow .18s ease;
  animation: waPulse 2.4s ease-out infinite;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 12px 30px -6px rgba(0,0,0,.45); }
.wa-float svg { width: 32px; height: 32px; }
@keyframes waPulse {
  0% { box-shadow: 0 8px 24px -6px rgba(0,0,0,.35), 0 0 0 0 rgba(37,211,102,.55); }
  70% { box-shadow: 0 8px 24px -6px rgba(0,0,0,.35), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 8px 24px -6px rgba(0,0,0,.35), 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 620px) { .wa-float { width: 54px; height: 54px; right: 16px; bottom: 16px; } .wa-float svg { width: 28px; height: 28px; } }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 1.6rem; } }
.footer-logo { height: 74px; width: auto; margin-bottom: 1rem; }
.footer-grid h4 { color: var(--red); font-size: 1rem; margin-bottom: 1rem; letter-spacing: 1px; }
.footer-grid a, .footer-grid p { color: var(--muted); font-size: .92rem; display: block; margin-bottom: .5rem; }
.footer-grid a:hover { color: var(--red); }
.social { display: flex; gap: .8rem; margin-top: 1rem; }
.social.social-center { justify-content: center; }
.social a {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%;
  background: var(--surface); border: 1px solid var(--border); color: var(--red);
  margin: 0; transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.social a:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-2px); }
.social a svg { display: block; }

/* Check de sucesso (página Obrigado) */
.success-check {
  width: 84px; height: 84px; margin: 0 auto 1.4rem; border-radius: 50%;
  background: #eafaf0; color: #1c9a51; border: 2px solid #1c9a51;
  display: grid; place-items: center; font-size: 2.6rem; font-weight: 700;
}
.footer-bottom { text-align: center; color: var(--muted); font-size: .82rem; border-top: 1px solid var(--border); padding-top: 1.4rem; }

/* ---------- Utils ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 1.4rem; } .mt-3 { margin-top: 2.2rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   ANIMAÇÕES
   ========================================================================== */

/* --- Entrada do hero (ao carregar) --- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.14); } }
.hero .eyebrow { animation: fadeUp .7s .10s both; }
.hero h1 { animation: fadeUp .8s .25s both; }
.hero p { animation: fadeUp .8s .45s both; }
.hero-actions { animation: fadeUp .8s .62s both; }
.hero::before { animation: kenburns 20s ease-out both; }

/* --- Revelação escalonada de grids e eventos --- */
.grid .reveal:nth-child(1), .grid.reveal > *:nth-child(1) { transition-delay: .04s; }
.grid .reveal:nth-child(2) { transition-delay: .12s; }
.grid .reveal:nth-child(3) { transition-delay: .20s; }
.grid .reveal:nth-child(4) { transition-delay: .28s; }
.grid .reveal:nth-child(5) { transition-delay: .36s; }
.grid .reveal:nth-child(6) { transition-delay: .44s; }
.event-card.reveal:nth-child(2) { transition-delay: .10s; }
.event-card.reveal:nth-child(3) { transition-delay: .20s; }
.event-card.reveal:nth-child(4) { transition-delay: .30s; }

/* --- Cards e pílulas: reação ao passar o mouse --- */
.card { transition: transform .22s ease, box-shadow .22s ease; }
.card:hover { transform: translateY(-6px); }
.pill { transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.pill:hover { transform: translateY(-3px); border-color: var(--red); background: var(--red-tint); }
.price { transition: transform .2s ease, box-shadow .2s ease; }
.price:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.branch { transition: transform .2s ease, box-shadow .2s ease; }
.branch:hover { transform: translateY(-5px); box-shadow: var(--shadow); }

/* --- Eventos: deslize ao passar o mouse --- */
.event-card { transition: transform .2s ease, box-shadow .2s ease; }
.event-card:hover { transform: translateX(6px); box-shadow: var(--shadow); }

/* --- Zoom suave nas imagens --- */
.banner img, .split-media img { transition: transform .6s ease; }
.banner:hover img, .split-media:hover img { transform: scale(1.05); }

/* --- Menu: sublinhado animado --- */
.nav-links a { position: relative; }
.nav-links a::after {
  content: ""; position: absolute; left: .7rem; right: .7rem; bottom: .28rem; height: 2px;
  background: var(--red); border-radius: 2px; transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.nav-links a:hover::after { transform: scaleX(1); }

/* --- Botões: brilho ao passar o mouse --- */
.btn { position: relative; overflow: hidden; }
.btn::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg); transition: left .55s ease;
}
.btn:hover::after { left: 130%; }
.btn:active { transform: translateY(0) scale(.97); }

/* --- Check de sucesso: pop --- */
@keyframes pop { 0% { transform: scale(0); } 60% { transform: scale(1.15); } 100% { transform: scale(1); } }
.success-check { animation: pop .6s .1s both; }

/* --- Logo do topo: leve zoom --- */
.brand img { transition: transform .25s ease; }
.brand:hover img { transform: scale(1.06) rotate(-2deg); }

/* --- Ícones sociais: giro leve --- */
.social a:hover { transform: translateY(-3px) rotate(-6deg); }

/* --- Mais vermelho pelo site --- */
.price { border-top: 4px solid var(--red); }
.pill { border-color: rgba(211,30,36,.35); }
.form-wrap { border-top: 5px solid var(--red); }
.quote { border-left: 5px solid var(--red); }
.split-media { border-top: 4px solid var(--red); }
.price-grid, .grid { }
.section-title .eyebrow, .page-hero .eyebrow { color: var(--red); }
.event-card { border-left-width: 6px; }
.branch { border-top-width: 4px; }
.lead strong, .prose strong { color: var(--red); }
.field label .req { color: var(--red); }
.footer-bottom { border-top-color: rgba(211,30,36,.35); }
.hero .eyebrow { box-shadow: 0 6px 16px -6px rgba(211,30,36,.6); }

/* --- Respeita quem prefere menos movimento --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ---------- Tabela de categorias de pesos (Brasil Open) ---------- */
.weights { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: 1.6rem; }
@media (max-width: 760px) { .weights { grid-template-columns: 1fr; } }
.wtable { background: var(--surface); border: 1px solid var(--border); border-top: 4px solid var(--red); border-radius: var(--radius); padding: 1.4rem 1.5rem; box-shadow: var(--shadow-sm); }
.wtable h3 { color: var(--red); font-size: 1.15rem; margin-bottom: .8rem; }
.wtable table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.wtable th { text-align: left; font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; font-size: .78rem; color: var(--muted); padding: .35rem 0; border-bottom: 2px solid var(--border); }
.wtable td { padding: .38rem 0; border-bottom: 1px solid var(--border); color: var(--text); }
.wtable td:last-child { text-align: right; font-weight: 600; color: var(--red); white-space: nowrap; }

/* Grade de valores com 2 cards — centralizada */
.price-grid.two { grid-template-columns: repeat(2, minmax(0, 300px)); justify-content: center; }
@media (max-width: 720px) { .price-grid.two { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; } }

/* Campo honeypot (anti-spam) do Netlify — invisível para o usuário */
.hp { position: absolute !important; left: -9999px !important; top: auto; width: 1px; height: 1px; overflow: hidden; }
