/* BEGAMERS — section styles */

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  padding-top: 140px; padding-bottom: 80px;
  background:
    radial-gradient(ellipse at 72% 18%, rgba(204,0,0,0.22), transparent 50%),
    radial-gradient(ellipse at 12% 85%, rgba(204,0,0,0.09), transparent 38%),
    linear-gradient(180deg, #050505 0%, #000 100%);
  overflow: hidden;
}
/* signature diagonal slash motif — animated */
@keyframes heroAura {
  0%   { opacity: 0.07; transform: rotate(-12deg) scale(1); }
  50%  { opacity: 0.16; transform: rotate(-12deg) scale(1.18); }
  100% { opacity: 0.07; transform: rotate(-12deg) scale(1); }
}
.hero::before {
  content: "";
  position: absolute;
  top: -200px; left: -220px;
  width: 1100px; height: 1100px;
  background: var(--accent);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  pointer-events: none;
  filter: blur(8px);
  animation: heroAura 9s ease-in-out infinite;
}
.hero-bottom-rule {
  position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.6;
}
.hero-inner {
  position: relative; z-index: 2; width: 100%;
  padding-left: 0;
}
.hero .container {
  padding-left: clamp(12px, 1.2vw, 16px);
}
.hero-copy {
  max-width: min(720px, 55%);
}
@media (max-width: 980px) {
  .hero-copy { max-width: 100%; }
}
.hero h1 {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 8rem);
  line-height: 0.88;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin: 2rem 0 0;
  color: #fff;
  max-width: 16ch;
  text-shadow: 0 2px 20px rgba(0,0,0,0.95), 0 4px 48px rgba(0,0,0,0.70);
}
.hero h1 .red { color: var(--accent); position: relative; }
.hero h1 .strike {
  position: relative;
  display: inline-block;
}
.hero h1 .strike::before {
  content: ""; position: absolute;
  left: -2%; right: -2%; top: 50%;
  height: 0.10em;
  background: var(--accent);
  transform: translateY(-50%) rotate(-4deg);
  z-index: -1;
  opacity: 0.4;
}
.hero-lede {
  font-size: 20px; line-height: 1.55;
  color: var(--fg2);
  max-width: 56ch;
  margin: 36px 0 44px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.90);
}
.hero-lede strong { color: #fff; font-weight: 600; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-meta {
  margin-top: clamp(64px, 10vh, 112px);
  padding-top: 24px;
  border-top: 1px solid #1c1c1c;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
/* glow em onda — passa pelo stat 1→4 em loop */
@keyframes statGlow {
  0%, 100% { text-shadow: none; }
  50%       { text-shadow: 0 0 22px rgba(204,0,0,0.75), 0 0 48px rgba(204,0,0,0.30); }
}
@keyframes ruleExpand {
  0%, 100% { width: 24px; opacity: 0.55; }
  50%       { width: 44px; opacity: 1; }
}

.hero-stat .num {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: clamp(24px, 3.0vw, 44px);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}
.hero-stat .num .red { color: var(--accent); }
.hero-stat .label {
  margin-top: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.82);
  text-transform: uppercase;
}
.hero-stat .rule {
  width: 24px; height: 3px;
  background: var(--accent);
  margin: 14px 0 0;
}

/* animação staggered em cada stat */
.hero-stat:nth-child(1) .num  { animation: statGlow   3.6s ease-in-out infinite 0.0s; }
.hero-stat:nth-child(2) .num  { animation: statGlow   3.6s ease-in-out infinite 0.9s; }
.hero-stat:nth-child(3) .num  { animation: statGlow   3.6s ease-in-out infinite 1.8s; }
.hero-stat:nth-child(4) .num  { animation: statGlow   3.6s ease-in-out infinite 2.7s; }
.hero-stat:nth-child(5) .num  { animation: statGlow   3.6s ease-in-out infinite 3.6s; }
.hero-stat:nth-child(1) .rule { animation: ruleExpand 3.6s ease-in-out infinite 0.0s; }
.hero-stat:nth-child(2) .rule { animation: ruleExpand 3.6s ease-in-out infinite 0.9s; }
.hero-stat:nth-child(3) .rule { animation: ruleExpand 3.6s ease-in-out infinite 1.8s; }
.hero-stat:nth-child(4) .rule { animation: ruleExpand 3.6s ease-in-out infinite 2.7s; }
.hero-stat:nth-child(5) .rule { animation: ruleExpand 3.6s ease-in-out infinite 3.6s; }

@media (max-width: 720px) {
  .hero-meta { grid-template-columns: repeat(2, 1fr); }
}

/* ============ VIDEO REEL ============ */
.video-reel {
  position: relative;
  background: #000;
  padding-top: clamp(56px, 7vh, 80px);
  padding-bottom: clamp(56px, 7vh, 80px);
  border-top: 0;
}
.video-reel::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 35%;
  background: url('assets/lado direito_midia.webp') center/cover no-repeat;
  opacity: 0.18;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, transparent 100%);
  mask-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.video-reel .container { position: relative; z-index: 2; }
.reel-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  gap: 16px;
  margin-bottom: 32px;
}
.reel-title {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: clamp(28px, 4.2vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  width: 100%;
}
.reel-title .red { color: var(--accent); }
.reel-title-line2 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: clamp(28px, 4.2vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--accent);
}
.reel-section-logo {
  height: 90px;
  width: auto;
  flex-shrink: 0;
}
.reel-destaque {
  text-shadow: 0 0 28px rgba(204,0,0,0.55), 0 0 8px rgba(204,0,0,0.30);
  display: inline-block;
}
.reel-frame {
  position: relative;
  background: #050505;
  border: 1px solid #1c1c1c;
  padding: 28px;
  clip-path: polygon(0 16px, 16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px));
}
.reel-corner { position: absolute; width: 22px; height: 22px; border: 2px solid var(--accent); pointer-events: none; z-index: 3; }
.reel-corner.tl { top: 12px; left: 12px; border-right: 0; border-bottom: 0; }
.reel-corner.tr { top: 12px; right: 12px; border-left: 0; border-bottom: 0; }
.reel-corner.bl { bottom: 12px; left: 12px; border-right: 0; border-top: 0; }
.reel-corner.br { bottom: 12px; right: 12px; border-left: 0; border-top: 0; }

.reel-badge {
  position: absolute; top: 40px; left: 40px;
  z-index: 4;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(0,0,0,0.65);
  border: 1px solid var(--accent);
  padding: 8px 14px;
  font-family: var(--font-display-heavy);
  font-weight: 900; font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #fff;
  pointer-events: none;
}

.reel-iframe-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.reel-iframe-wrap iframe {
  position: absolute; top: 50%; left: 50%;
  /* escala agressiva pra cortar barras e logo do YouTube */
  width: 145%; height: 145%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
/* vignette geral */
.reel-iframe-wrap::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.50) 100%);
  pointer-events: none;
  z-index: 2;
}
/* cobre cantos onde ficam logo e branding do YouTube */
.reel-iframe-wrap::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 8%, transparent 92%, rgba(0,0,0,0.5) 100%),
    linear-gradient(to right,  rgba(0,0,0,0.4) 0%, transparent 6%, transparent 94%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
  z-index: 2;
}

@keyframes reelScan { 0%,100% { transform: translateY(0); } 50% { transform: translateY(100%); } }
.reel-scanline {
  position: absolute; left: 28px; right: 28px;
  top: 28px; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(204,0,0,0.5), transparent);
  filter: blur(1px);
  z-index: 4;
  pointer-events: none;
  animation: reelScan 6s linear infinite;
}

.reel-meta {
  margin-top: 16px;
  display: flex; justify-content: space-between; gap: 16px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.10em;
  color: var(--fg3);
  text-transform: uppercase;
  border-top: 1px solid #1c1c1c;
  padding-top: 12px;
}
.reel-meta span:first-child { color: var(--accent); font-weight: 700; }
@media (max-width: 720px) {
  .reel-frame { padding: 16px; }
  .reel-badge { top: 28px; left: 28px; padding: 6px 10px; font-size: 10px; }
}
/* ============ ROAD TO GLORY ============ */
.r2g {
  position: relative;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(204,0,0,0.16), transparent 55%),
    linear-gradient(180deg, #050505 0%, #000 100%);
  border-top: 1px solid #1c1c1c;
  padding: clamp(80px, 12vh, 128px) 0;
  overflow: hidden;
}
.r2g::before {
  content: ""; position: absolute;
  top: -180px; right: -120px;
  width: 640px; height: 640px;
  background: var(--accent);
  opacity: 0.08;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  transform: rotate(-12deg);
  pointer-events: none;
}
.r2g-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.r2g-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.r2g-tag .slash { display: inline-block; width: 28px; height: 8px; background: var(--accent); clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%); }
.r2g h2 {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: clamp(40px, 6.5vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 24px;
}
.r2g h2 .red { color: var(--accent); }
.r2g p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--fg2);
  max-width: 52ch;
  margin: 0 0 32px;
}
.r2g-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.r2g-steps {
  display: flex; flex-direction: column;
  border: 1px solid #1c1c1c;
  background: rgba(0,0,0,0.45);
}
.r2g-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #1c1c1c;
  align-items: center;
}
.r2g-step:last-child { border-bottom: 0; }
.r2g-step .num {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.r2g-step .k {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 4px;
}
.r2g-step .v {
  font-size: 13px;
  color: var(--fg2);
  line-height: 1.5;
}
@media (max-width: 880px) {
  .r2g-inner { grid-template-columns: 1fr; gap: 32px; }
}

/* ============ PARTNER FORM ============ */
.partner-form-section { background: #000; }
.partner-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.partner-tiers-list {
  display: flex; flex-direction: column; gap: 0;
  border-top: 1px solid #1c1c1c;
  margin-top: 32px;
}
.partner-tier-row {
  padding: 18px 0;
  border-bottom: 1px solid #1c1c1c;
  display: flex; align-items: center; gap: 16px;
}
.partner-tier-row .badge {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  padding: 6px 10px;
  min-width: 110px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 8% 100%);
}
.partner-tier-row .copy {
  font-size: 14px; color: var(--fg2); line-height: 1.5;
}
.partner-tier-row .copy strong { color: #fff; font-weight: 600; }

.partner-form {
  background: var(--surface);
  border: 1px solid #1c1c1c;
  padding: 40px;
  display: grid; gap: 20px;
}
.partner-form .pf-head {
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 20px;
  margin-bottom: 4px;
}
.partner-form .pf-head h3 {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 6px;
}
.partner-form .pf-head p {
  font-size: 13px;
  color: var(--fg2);
  line-height: 1.5;
  margin: 0;
}

.pf-row { display: grid; gap: 8px; }
.pf-row.split {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pf-row label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg3);
}
.pf-row label .req { color: var(--accent); margin-left: 4px; }
.pf-row input,
.pf-row select,
.pf-row textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #3a3a3a;
  padding: 12px 0 10px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  transition: border-color var(--dur-fast) var(--ease-out);
  width: 100%;
}
.pf-row input:focus,
.pf-row select:focus,
.pf-row textarea:focus { border-bottom-color: var(--accent); }
.pf-row textarea { resize: vertical; min-height: 80px; }
.pf-row select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 12px) 50%, calc(100% - 6px) 50%; background-size: 6px 6px; background-repeat: no-repeat; padding-right: 24px; }
.pf-row select option { background: #0a0a0a; }

.pf-radio-group {
  display: flex; gap: 0;
  border: 1px solid #1c1c1c;
}
.pf-radio {
  flex: 1;
  position: relative;
  border-right: 1px solid #1c1c1c;
}
.pf-radio:last-child { border-right: 0; }
.pf-radio input { position: absolute; opacity: 0; pointer-events: none; }
.pf-radio label {
  display: block;
  padding: 14px 12px;
  text-align: center;
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg2);
  cursor: pointer;
  transition: all var(--dur-fast);
  margin: 0;
}
.pf-radio:hover label { color: #fff; }
.pf-radio input:checked ~ label {
  background: var(--accent);
  color: #fff;
}

.pf-actions {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; margin-top: 8px;
}
.pf-actions .note {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--fg3);
  letter-spacing: 0.06em;
}

@media (max-width: 980px) {
  .partner-form-grid { grid-template-columns: 1fr; gap: 32px; }
  .partner-form { padding: 28px; }
  .pf-row.split { grid-template-columns: 1fr; gap: 16px; }
}
/* ============ HERO VISUAL — foto full-bleed, efeitos cinematográficos ============ */

/* Ken Burns — zoom lento na foto */
@keyframes kenBurns {
  0%   { transform: scale(1)    translate(0,    0);    }
  50%  { transform: scale(1.07) translate(-1%, -0.8%); }
  100% { transform: scale(1)    translate(0,    0);    }
}

/* Scanline vermelha varrendo de cima pra baixo */
@keyframes scanSweep {
  0%   { top: -4px;  opacity: 0; }
  4%   { opacity: 1; }
  96%  { opacity: 1; }
  100% { top: 100%;  opacity: 0; }
}

/* Grain animado (estático estilo VHS) */
@keyframes grainShift {
  0%   { transform: translate(0,   0);   }
  20%  { transform: translate(-1px, 1px); }
  40%  { transform: translate(1px,  0);   }
  60%  { transform: translate(0,   -1px); }
  80%  { transform: translate(-1px, 0);   }
  100% { transform: translate(0,   0);   }
}

.hero-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

/* scanline vermelha — varre todo o hero */
.hero-visual::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  background: linear-gradient(to right,
    transparent 0%,
    rgba(204,0,0,0.30) 12%,
    rgba(204,0,0,0.70) 50%,
    rgba(204,0,0,0.30) 88%,
    transparent 100%);
  filter: blur(1px);
  animation: scanSweep 11s linear infinite;
  z-index: 5;
}

.hv-photo { position: absolute; inset: 0; overflow: hidden; }

.hv-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  -webkit-mask-image: linear-gradient(to right,
    rgba(0,0,0,0.30) 0%,
    rgba(0,0,0,0.55) 10%,
    rgba(0,0,0,0.82) 28%,
    #000 45%,
    #000 100%);
  mask-image: linear-gradient(to right,
    rgba(0,0,0,0.30) 0%,
    rgba(0,0,0,0.55) 10%,
    rgba(0,0,0,0.82) 28%,
    #000 45%,
    #000 100%);
  filter: contrast(1.10) saturate(0.80) brightness(0.72);
}

/* CRT — linhas horizontais sutis na foto */
.hv-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent        0px,
    transparent        3px,
    rgba(0,0,0,0.10)   3px,
    rgba(0,0,0,0.10)   4px
  );
  pointer-events: none;
  z-index: 2;
}

/* overlay: dark radial só no copy, foto respira no resto */
.hv-photo-fade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 24% 46%, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.28) 48%, transparent 72%),
    linear-gradient(to right,
      rgba(0,0,0,0.72) 0%,
      rgba(0,0,0,0.42) 22%,
      rgba(0,0,0,0.18) 48%,
      rgba(0,0,0,0.12) 72%,
      rgba(0,0,0,0.26) 100%),
    radial-gradient(ellipse at 72% 42%, rgba(204,0,0,0.20), transparent 52%),
    linear-gradient(to bottom,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.04) 14%,
      transparent 50%,
      rgba(0,0,0,0.82) 100%);
  pointer-events: none;
  z-index: 3;
}

.hv-photo-caption {
  position: absolute;
  right: 28px; bottom: 28px;
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.60);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.06);
  border-left: 2px solid var(--accent);
  padding: 8px 16px;
  z-index: 6;
  box-shadow: 0 0 20px rgba(204,0,0,0.15);
}
.hv-cap-tag { color: var(--accent); font-weight: 700; }
.hv-cap-text { color: var(--fg2); }

@media (max-width: 980px) {
  .hero-visual { position: absolute; inset: 0; }
  .hv-photo img {
    object-position: center 15%;
    -webkit-mask-image: linear-gradient(to right,
      transparent 0%,
      transparent 8%,
      rgba(0,0,0,0.15) 25%,
      rgba(0,0,0,0.55) 44%,
      #000 62%,
      #000 100%);
    mask-image: linear-gradient(to right,
      transparent 0%,
      transparent 8%,
      rgba(0,0,0,0.15) 25%,
      rgba(0,0,0,0.55) 44%,
      #000 62%,
      #000 100%);
  }
  .hv-photo-fade {
    background:
      linear-gradient(to right,
        #000 0%,
        #000 15%,
        rgba(0,0,0,0.90) 30%,
        rgba(0,0,0,0.50) 52%,
        rgba(0,0,0,0.30) 100%),
      linear-gradient(to bottom,
        rgba(0,0,0,0.60) 0%,
        transparent 25%,
        transparent 65%,
        rgba(0,0,0,0.90) 100%);
  }
  .hv-photo-caption { right: 16px; bottom: 16px; font-size: 10px; padding: 6px 10px; }
}

@media (max-width: 560px) {
  .hv-photo img {
    object-position: center 15%;
    -webkit-mask-image: linear-gradient(to bottom,
      #000 0%,
      #000 40%,
      rgba(0,0,0,0.6) 65%,
      transparent 90%
    );
    mask-image: linear-gradient(to bottom,
      #000 0%,
      #000 40%,
      rgba(0,0,0,0.6) 65%,
      transparent 90%
    );
  }
  .hv-photo-fade {
    background:
      linear-gradient(to bottom,
        rgba(0,0,0,0.15) 0%,
        rgba(0,0,0,0.20) 35%,
        rgba(0,0,0,0.78) 62%,
        #000 88%
      );
  }
  .hv-photo-caption { display: none; }
}

/* ============ SECTION HEADER ============ */
.section {
  position: relative;
  padding: clamp(80px, 12vh, 128px) 0;
  border-top: 1px solid #1c1c1c;
}
.section.tight { padding: clamp(64px, 9vh, 96px) 0; }
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}
.section-head .left .eyebrow { margin-bottom: 24px; }
.section-head h2 {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  max-width: 14ch;
}
.section-head h2 .red { color: var(--accent); }
.section-head .right {
  color: var(--fg2);
  font-size: 16px;
  line-height: 1.65;
  max-width: 48ch;
}
.section-head .right p { margin: 0 0 16px; }
@media (max-width: 880px) {
  .section-head { grid-template-columns: 1fr; gap: 24px; align-items: start; }
}

/* ============ SOBRE ============ */
.sobre {
  background: linear-gradient(180deg, #000 0%, #050505 100%);
  position: relative;
  overflow: hidden;
}
.sobre-bg {
  position: absolute;
  top: 0;
  width: 35%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  z-index: 0;
  pointer-events: none;
}
.sobre-bg-left  { left: 0;  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, transparent 100%); mask-image: linear-gradient(to right, rgba(0,0,0,0.8) 0%, transparent 100%); }
.sobre-bg-right { right: 0; -webkit-mask-image: linear-gradient(to left,  rgba(0,0,0,0.8) 0%, transparent 100%); mask-image: linear-gradient(to left,  rgba(0,0,0,0.8) 0%, transparent 100%); }
.sobre .container { position: relative; z-index: 1; }
.sobre-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.sobre-cell {
  padding: 40px 32px 48px;
  border-right: 1px solid #1c1c1c;
  position: relative;
  transition: background var(--dur-med) var(--ease-out);
}
.sobre-cell:last-child { border-right: 0; }
.sobre-cell::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 4px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-med) var(--ease-out);
}
.sobre-cell:hover { background: rgba(204,0,0,0.06); box-shadow: inset 0 0 40px rgba(204,0,0,0.04); }
.sobre-cell:hover::before { transform: scaleX(1); }
.sobre-cell .idx {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  display: block;
}
.sobre-cell h3 {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #fff;
}
.sobre-cell p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--fg2);
}
@media (max-width: 1200px) {
  .sobre-grid { grid-template-columns: repeat(3, 1fr); }
  .sobre-cell { border-bottom: 1px solid #1c1c1c; }
  .sobre-cell:nth-child(3) { border-right: 0; }
  .sobre-cell:nth-child(4), .sobre-cell:nth-child(5) { border-bottom: 0; }
}
@media (max-width: 720px) {
  .sobre-grid { grid-template-columns: 1fr; }
  .sobre-cell { border-right: 0; border-bottom: 1px solid #1c1c1c; }
  .sobre-cell:last-child { border-bottom: 0; }
}

/* ============ ROSTER ============ */
.roster {
  background: #000;
  position: relative;
  overflow: hidden;
}
.trio-bg {
  position:absolute; right:0; top:0;
  width:40%; height:auto;
  object-fit:contain; object-position:top right;
  opacity:.12; z-index:1; pointer-events:none;
  -webkit-mask-image:linear-gradient(to right, transparent 0%, rgba(0,0,0,.5) 28%, #000 62%);
  mask-image:linear-gradient(to right, transparent 0%, rgba(0,0,0,.5) 28%, #000 62%);
}
.trio-overlay {
  position:absolute; inset:0; z-index:2; pointer-events:none;
  background:linear-gradient(to left, rgba(0,0,0,.75) 0%, rgba(0,0,0,.5) 35%, rgba(0,0,0,0) 62%);
}
.roster .container { position:relative; z-index:3; }
@media(max-width:767px){ .trio-bg, .trio-overlay { display:none; } }
.roster::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 38%;
  background: url('assets/road_to_glory.webp') center/cover no-repeat;
  opacity: 0.12;
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.85) 0%, transparent 100%);
  mask-image: linear-gradient(to right, rgba(0,0,0,0.85) 0%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
.roster .container { position: relative; z-index: 1; }
.roster-game-tabs {
  display: flex; gap: 4px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.tab {
  font-family: var(--font-display-heavy);
  font-weight: 900; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--fg3);
  background: transparent;
  border: 1px solid #1c1c1c;
  padding: 12px 18px;
  cursor: pointer;
  transition: all var(--dur-fast) var(--ease-out);
}
.tab.active {
  color: #fff; border-color: var(--accent);
  background: rgba(204,0,0,0.08);
}
.tab:hover { color: #fff; border-color: var(--accent); }

.roster-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 880px) { .roster-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .roster-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .player { aspect-ratio: 2/3; }
  .player-num { font-size: 68px; }
  .player-name { font-size: 16px; }
  .player-content { padding: 0 12px 0 16px; bottom: 14px; }
}

.player {
  position: relative;
  background: var(--surface);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 3 / 4;
  border: 1px solid #1c1c1c;
  transition: border-color var(--dur-med) var(--ease-out),
              transform var(--dur-med) var(--ease-out);
}
.player:hover {
  border-color: var(--accent);
  transform: translateY(-7px);
  box-shadow: 0 0 0 1px var(--accent), 0 16px 48px rgba(204,0,0,0.22), 0 0 80px rgba(204,0,0,0.07);
}
.player::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--accent);
  transform: scaleY(0); transform-origin: top;
  transition: transform var(--dur-med) var(--ease-out);
  z-index: 3;
}
.player:hover::before { transform: scaleY(1); }
.player-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: grayscale(100%) contrast(1.15) brightness(0.7);
  transition: filter var(--dur-slow) var(--ease-out),
              transform var(--dur-slow) var(--ease-out);
}
.player:hover .player-bg {
  filter: grayscale(0%) contrast(1.05) brightness(0.85);
  transform: scale(1.04);
}
.player-photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 1;
  transition: transform var(--dur-slow) var(--ease-out);
}
.player:hover .player-photo { transform: scale(1.04); }
.player-texture {
  position: absolute; inset: 0;
  background: url('assets/fundo_cards.webp') center/cover no-repeat;
  z-index: 0;
  pointer-events: none;
}
.player-texture::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.4);
}
.player-overlay {
  position: absolute; inset: 0;
  z-index: 2;
  background:
    linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 50%),
    linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.95) 100%);
}
.player-overlay::after {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,0.18) 3px 4px);
  pointer-events: none; opacity: 0.4;
}
.player-content {
  position: absolute; left: 0; right: 0; bottom: 20px;
  padding: 0 22px 0 26px;
  z-index: 3;
}
.player-content::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: #CC0000;
  box-shadow: 0 0 8px #CC0000, 0 0 20px #CC0000;
}
.player-name {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 6px;
}
.player-role {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #CC0000;
  line-height: 1.4;
}
.player-real {
  font-size: 11px;
  color: var(--fg3);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.player-flag {
  position: absolute; top: 16px; right: 16px;
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.1em;
  color: #fff;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 4px 8px;
  z-index: 2;
}
.player-num {
  position: absolute; top: 14px; left: 22px;
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 110px;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.15);
  z-index: 1;
  letter-spacing: -0.04em;
}

/* ---- Player card hover CTA ---- */
.player { cursor: pointer; }
.player-hover-cta {
  position: absolute; inset: 0;
  z-index: 4;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px;
  background: rgba(0,0,0,0.62);
  opacity: 0;
  transition: opacity 0.22s var(--ease-out);
  pointer-events: none;
}
.player:hover .player-hover-cta,
.player:focus-visible .player-hover-cta { opacity: 1; pointer-events: auto; }
.phc-play {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 0 rgba(204,0,0,0.5);
  animation: none;
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s;
}
.player:hover .phc-play {
  animation: phcPulse 1.4s ease-out infinite;
}
@keyframes phcPulse {
  0%   { box-shadow: 0 0 0 0 rgba(204,0,0,0.55); }
  70%  { box-shadow: 0 0 0 14px rgba(204,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(204,0,0,0); }
}
.phc-label {
  font-family: var(--font-display-heavy);
  font-weight: 900; font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}

/* ---- Modal vídeo atletas ---- */
@keyframes pmFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes pmLiveBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.player-modal {
  position: fixed; inset: 0;
  z-index: 200;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.player-modal[hidden] { display: none; }
.pm-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pm-box {
  position: relative; z-index: 1;
  width: min(900px, 94vw);
  background: #0a0a0a;
  border-top: 3px solid #CC0000;
  box-shadow: 0 0 20px rgba(204,0,0,0.5), 0 32px 80px rgba(0,0,0,0.9);
  animation: pmFadeIn 0.22s var(--ease-out) both;
}
.pm-corner {
  position: absolute;
  width: 18px; height: 18px;
  border-color: #CC0000;
  border-style: solid;
  pointer-events: none;
}
.pm-corner.tl { top: 0; left: 0; border-width: 0 0 2px 2px; }
.pm-corner.tr { top: 0; right: 0; border-width: 0 2px 2px 0; }
.pm-corner.bl { bottom: 0; left: 0; border-width: 2px 0 0 2px; }
.pm-corner.br { bottom: 0; right: 0; border-width: 2px 2px 0 0; }
.pm-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; gap: 16px;
}
.pm-header-left {
  display: flex; align-items: center; gap: 10px;
  flex: 0 0 auto;
}
.pm-logo { height: 26px; width: auto; }
.pm-live {
  font-family: var(--font-mono);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #CC0000;
  display: flex; align-items: center; gap: 5px;
  animation: pmLiveBlink 1.2s step-end infinite;
}
.pm-live-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #CC0000; flex-shrink: 0;
}
.pm-name {
  font-family: var(--font-display-heavy);
  font-weight: 900; font-size: clamp(18px, 2.4vw, 28px);
  letter-spacing: -0.02em; text-transform: uppercase;
  color: #fff; flex: 1; text-align: center;
}
.pm-header-right {
  display: flex; align-items: center; gap: 14px;
  flex: 0 0 auto;
}
.pm-role {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: #CC0000;
}
.pm-close {
  background: none; border: 1px solid #333; cursor: pointer;
  color: #fff; padding: 6px;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.15s, color 0.15s;
}
.pm-close:hover { border-color: #CC0000; color: #CC0000; }
.pm-player { width: 100%; height: 450px; }
.pm-player iframe { width: 100%; height: 100%; border: 0; display: block; }
.pm-footer {
  border-top: 1px solid #CC0000;
  padding: 10px 20px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: #6b6b6b;
}

/* ============ EVENTS ============ */
.events { background: #050505; }
.event-list { display: flex; flex-direction: column; }
.event {
  display: grid;
  grid-template-columns: 120px 1fr 200px 160px 56px;
  gap: 32px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid #1c1c1c;
  cursor: pointer;
  transition: background var(--dur-med) var(--ease-out),
              padding-left var(--dur-med) var(--ease-out);
  position: relative;
}
.event:last-child { border-bottom: 1px solid #1c1c1c; }
.event::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px; background: var(--accent);
  transform: scaleY(0); transform-origin: center;
  transition: transform var(--dur-med) var(--ease-out);
}
.event:hover { background: rgba(204,0,0,0.035); padding-left: 24px; }
.event:hover::before { transform: scaleY(1); }
.event-date {
  font-family: var(--font-display-heavy);
  font-weight: 900;
}
.event-date .d { font-size: 44px; line-height: 1; color: #fff; letter-spacing: -0.02em; }
.event-date .m { font-size: 13px; letter-spacing: 0.1em; color: var(--accent); text-transform: uppercase; margin-top: 4px; display: block; }
.event-main h4 {
  margin: 0 0 6px;
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 26px; line-height: 1.05;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #fff;
}
.event-main .sub {
  font-size: 13px; color: var(--fg2); line-height: 1.5;
}
.event-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--fg3);
  text-transform: uppercase;
  display: flex; flex-direction: column; gap: 6px;
}
.event-meta .line { display: flex; align-items: center; gap: 8px; }
.event-tag {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1px solid #3a3a3a;
  color: var(--fg2);
  text-align: center;
  white-space: nowrap;
}
.event-tag.live {
  color: #fff;
  border-color: var(--accent);
  background: rgba(204,0,0,0.12);
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
}
.event-tag.upcoming { color: var(--fg2); }
.event-tag.done { color: var(--fg3); }
.event-arrow {
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border: 1px solid #3a3a3a;
  color: var(--fg2);
  transition: all var(--dur-fast) var(--ease-out);
}
.event:hover .event-arrow {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

@media (max-width: 880px) {
  .event { grid-template-columns: 72px 1fr; gap: 14px; align-items: start; }
  .event-meta, .event-arrow { display: none; }
  .event-tag { display: inline-flex; font-size: 10px; padding: 5px 8px; margin-top: 6px; grid-column: 2; justify-self: start; }
  .event-main h4 { font-size: 16px; line-height: 1.2; margin: 0 0 4px; }
  .event .sub { font-size: 12px; line-height: 1.45; }
  .event-date .d { font-size: 28px; }
  .event-date .m { font-size: 11px; }
}

/* ============ PARTNERS ============ */
.partners { background: #000; }
.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid #1c1c1c;
  border-left: 1px solid #1c1c1c;
}
.partner {
  aspect-ratio: 3/2;
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  display: grid; place-items: center;
  padding: 24px;
  position: relative;
  transition: background var(--dur-med) var(--ease-out);
  cursor: pointer;
}
.partner:hover { background: rgba(204,0,0,0.06); }
.partner::before {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--accent);
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur-med) var(--ease-out);
}
.partner:hover::before { transform: scaleX(1); }
.partner-mark {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--fg2);
  text-align: center;
  line-height: 1;
  transition: color var(--dur-fast) var(--ease-out);
}
.partner:hover .partner-mark { color: #fff; }
.partner .tier {
  position: absolute; top: 14px; left: 16px;
  font-family: var(--font-mono);
  font-size: 9px; letter-spacing: 0.14em;
  color: var(--fg3);
  text-transform: uppercase;
}
@media (max-width: 1024px) { .partners-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px)  { .partners-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============ CTA STRIP ============ */
@keyframes ctaSlash {
  0%   { opacity: 0.18; transform: rotate(-8deg) scaleY(1); }
  50%  { opacity: 0.32; transform: rotate(-8deg) scaleY(1.06); }
  100% { opacity: 0.18; transform: rotate(-8deg) scaleY(1); }
}
.cta-strip {
  background: linear-gradient(130deg, #a80000 0%, #cc0000 45%, #9a0000 100%);
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: ""; position: absolute;
  top: -40%; right: -10%; width: 60%; height: 180%;
  background: rgba(0,0,0,0.20);
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  pointer-events: none;
  animation: ctaSlash 5s ease-in-out infinite;
}
.cta-strip .container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
  padding: 80px 0;
  position: relative; z-index: 2;
}
.cta-strip h2 {
  margin: 0;
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  max-width: 16ch;
}
.cta-strip .btn.outline {
  box-shadow: inset 0 0 0 2px #fff;
}
.cta-strip .btn.outline:hover { background: #000; color: #fff; box-shadow: inset 0 0 0 2px #000; }
@media (max-width: 720px) {
  .cta-strip .container { grid-template-columns: 1fr; padding: 56px 0; }
}

/* ============ FOOTER ============ */
.footer { background: #000; border-top: 1px solid #1c1c1c; }
.footer-inner { padding: 80px 0 32px; }
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 64px;
}
.footer-brand p {
  font-size: 14px; line-height: 1.6; color: var(--fg2);
  max-width: 38ch; margin: 20px 0 24px;
}
.footer-brand .wordmark {
  font-family: var(--font-display-heavy);
  font-weight: 900; font-size: 38px;
  letter-spacing: -0.02em; text-transform: uppercase;
  line-height: 1;
}
.footer-brand .wm-be { color: var(--accent); }
.footer-col h5 {
  font-family: var(--font-display-heavy);
  font-weight: 900; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  margin: 0 0 20px;
  color: #fff;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-col a {
  font-size: 14px; color: var(--fg2);
  text-decoration: none;
  transition: color var(--dur-fast);
}
.footer-col a:hover { color: var(--accent); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  gap: 24px; flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid #1c1c1c;
}
.footer-copy {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--fg3);
  letter-spacing: 0.06em;
}
.socials { display: flex; gap: 4px; }
.socials a {
  width: 40px; height: 40px;
  border: 1px solid #1c1c1c;
  display: grid; place-items: center;
  color: var(--fg2);
  text-decoration: none;
  transition: all var(--dur-fast);
}
.socials a:hover {
  border-color: var(--accent);
  color: #fff;
  background: rgba(204,0,0,0.12);
}
.socials svg { width: 18px; height: 18px; }
@media (max-width: 880px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  /* Brand centralizada, nav em 3 colunas abaixo */
  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  .footer-brand {
    grid-column: 1 / -1;
    text-align: center !important;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #1c1c1c;
  }
  .footer-brand img  { display: block !important; margin: 0 auto 14px !important; }
  .footer-brand p    { margin: 0 auto 14px !important; text-align: center !important; max-width: 100% !important; }
  .footer-brand .mono { display: block !important; text-align: center !important; }
  .footer-col       { padding: 0 8px 0 0; }
  .footer-col h5    { font-size: 11px; margin-bottom: 12px; }
  .footer-col a     { font-size: 12px; }
  .footer-col ul    { gap: 8px; }
  /* Bottom bar centralizado */
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .socials { justify-content: center; }
}
@media (max-width: 400px) {
  .footer-top { grid-template-columns: 1fr; gap: 0; }
  .footer-brand { grid-column: auto; }
  .footer-col { border-top: 1px solid #1c1c1c; padding: 16px 0; }
}

/* ============ MARQUEE ============ */
.marquee {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  overflow: hidden;
  background: #050505;
}
.marquee-track {
  display: flex; gap: 64px;
  padding: 18px 0;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  width: max-content;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============ PARTNER LOGOS TICKER ============ */
.partner-ticker {
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  overflow: hidden;
  background: #050505;
}
.partner-ticker-track {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 28px 60px;
  white-space: nowrap;
  animation: partnerTicker 28s linear infinite;
  width: max-content;
}
@keyframes partnerTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.partner-ticker-logo {
  max-height: 44px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.5);
  transition: filter 0.25s;
  flex-shrink: 0;
}
.partner-ticker-logo:hover {
  filter: brightness(0) invert(1) opacity(1);
}

.marquee-item {
  font-family: var(--font-display-heavy);
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fg2);
  display: inline-flex; align-items: center; gap: 64px;
}
.marquee-item .dot {
  width: 8px; height: 8px; background: var(--accent);
  display: inline-block;
}

/* ============================================================
   RESPONSIVE — breakpoints adicionais
   ============================================================ */

/* 768px — mobile principal */
@media (max-width: 768px) {
  /* Previne overflow horizontal em toda página */
  .section, .r2g, .video-reel, .roster, .sobre, .partner-form-section { overflow-x: hidden; }
  /* Hero */
  .hero-lede { font-size: 17px; margin: 20px 0 32px; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; justify-content: center; }

  /* section-head — centraliza tudo em mobile */
  .section-head .left  { text-align: center; }
  .section-head .left .eyebrow { justify-content: center; }
  .section-head .left h2 { max-width: 100%; }
  .section-head .right { text-align: center; }
  .section-head .right .btn { display: inline-flex; margin-top: 16px; }
  /* roster-game-tabs é flexbox — precisa justify-content */
  .section-head .right .roster-game-tabs { justify-content: center; }

  /* Botões de largura 100% — remove clip-path que cria efeito de "corte" nas bordas */
  .hero-ctas .btn,
  .r2g-ctas .btn,
  .cta-strip .btn { clip-path: none; }

  /* R2G — centraliza botão Quero participar */
  .r2g-ctas { justify-content: center; }

  /* Bega na Mídia — logo menor, meta empilhada */
  .reel-section-logo { height: 52px !important; }
  .reel-meta { flex-direction: column; gap: 6px; }
  .video-reel::before { opacity: 0.08; }

  /* Partner logos ticker — reduz */
  .partner-ticker-track { gap: 48px; padding: 16px 20px; }
  .partner-ticker-logo { max-height: 28px; }

  /* [movido para bloco 767px abaixo] */

  /* Footer bottom — centraliza em mobile */
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .socials { justify-content: center; }

  /* CTA strip — botões empilhados */
  .cta-strip .container > div { display: flex; flex-direction: column; gap: 12px; width: 100%; }
  .cta-strip .btn { width: 100%; justify-content: center; }

  /* Partner form headline */
  .partner-ticker-logo[style*="max-height: 68px"] { max-height: 44px !important; }
}

/* 767px — mobile puro (≤767px = mobile; 768px+ = tablet/desktop) */
@media (max-width: 767px) {
  /* Hero stats: 2 colunas só no mobile */
  .hero-meta { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  /* Imagens decorativas — esconde só no mobile */
  .r2g > img[aria-hidden="true"],
  .events > img[aria-hidden="true"],
  .partner-form-section > img[aria-hidden="true"] { display: none; }

  /* Sobre — esconde bg lateral só no mobile */
  .sobre-bg { display: none; }
}

/* 480px — telas pequenas */
@media (max-width: 480px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 48px;
  }
  .hero-meta {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 48px;
  }
  .hero-lede {
    font-size: 16px;
    margin: 24px 0 32px;
  }
  .section { padding: clamp(56px, 9vh, 80px) 0; }
  .section-head { margin-bottom: 40px; }
  .r2g { padding: 56px 0; }
  .r2g-step { grid-template-columns: 40px 1fr; gap: 14px; padding: 18px 16px; }
  .r2g-step .num { font-size: 24px; }
  .partner-form { padding: 24px 20px; }
  .pf-row.split { grid-template-columns: 1fr; gap: 16px; }
  .reel-frame { padding: 12px; }
  .reel-badge { top: 20px; left: 20px; }
  .event-date .d { font-size: 32px; }
  .event-main h4 { font-size: 18px; }
  .cta-strip .container { padding: 48px 0; gap: 28px; }
  .footer-inner { padding: 56px 0 24px; }
  .footer-top { gap: 24px; margin-bottom: 40px; }
  .marquee-item { font-size: 16px; gap: 32px; }
  .marquee-track { gap: 32px; }
}

/* 540px — títulos e células */
@media (max-width: 540px) {
  /* Hero h1 — reduz mínimo de 48px para 26px */
  .hero h1 { font-size: clamp(26px, 8.5vw, 40px); line-height: 0.92; }

  /* Títulos de seção — mínimo original 40px → 26px */
  .section-head h2 { font-size: clamp(26px, 7.5vw, 38px); }
  .r2g h2           { font-size: clamp(26px, 7.5vw, 38px); }
  .cta-strip h2     { font-size: clamp(22px, 6.5vw, 32px); }
  .reel-title,
  .reel-title-line2 { font-size: clamp(22px, 6.5vw, 30px); }

  /* Textos de apoio */
  .hero-lede { font-size: 16px; margin: 14px 0 22px; }
  .r2g p     { font-size: 14px; }

  /* Sobre — células empilhadas */
  .sobre-cell     { padding: 22px 16px 26px; }
  .sobre-cell h3  { font-size: 19px; }

  /* Section head — reduz margem */
  .section-head { margin-bottom: 28px; }

  /* Footer — logo inline e wordmark */
  .footer-brand img  { height: 36px !important; margin-bottom: 14px !important; }
  .footer-brand .wordmark { font-size: 24px; }
  .footer-brand p    { font-size: 13px; margin: 12px 0 16px; }

  /* Hero meta stats */
  .hero-meta { gap: 14px; margin-top: 36px; padding-top: 14px; }
  .hero-stat .num { font-size: clamp(22px, 5.5vw, 32px); }
  .hero-stat .label { font-size: 10px; }

  /* Logo Bega na Mídia */
  .reel-section-logo { height: 32px !important; }
  .reel-title-line2 { flex-wrap: wrap; gap: 12px; }

  /* Player card — nome menor em 1 coluna */
  .player-name { font-size: 20px; }
}

/* 360px — edge case muito pequeno */
@media (max-width: 360px) {
  .hero-meta { grid-template-columns: 1fr; gap: 16px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .r2g-ctas { flex-direction: column; align-items: center; }
  .r2g-ctas .btn { width: 100%; justify-content: center; }
  .sobre-cell { padding: 20px 16px 24px; }
}

/* Touch — garante tap targets mínimos de 44px */
@media (hover: none) and (pointer: coarse) {
  .btn { min-height: 48px; }
  .tab { min-height: 44px; }
  .event { padding: 22px 0; }
  .socials a { width: 48px; height: 48px; }
  .footer-col a { padding: 6px 0; display: inline-block; }
}

/* ============================================================
   TABLET RANGE — 769px a 1024px
   iPad Air landscape, iPad Pro portrait, telas médias
   ============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Sobre células menos apertadas */
  .sobre-cell { padding: 28px 20px 36px; }
  .sobre-cell h3 { font-size: 22px; }
  /* Footer: 2 colunas */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  /* Eventos: simplificados nessa faixa */
  .event { grid-template-columns: 80px 1fr; gap: 16px; }
  .event-meta, .event-arrow { display: none; }
  .event-tag { display: inline-flex; font-size: 10px; padding: 5px 8px; margin-top: 6px; }
  .event-main h4 { font-size: 18px; }
}
