:root {
  --bg: #080b0d;
  --bg-soft: #0d1115;
  --surface: #12181d;
  --surface-2: #182027;
  --text: #f3f5f1;
  --muted: #aab0b4;
  --line: rgba(255,255,255,.1);
  --sport: #a8c80d;
  --sport-bright: #d7ee12;
  --cta: #1fbf68;
  --cta-hover: #19a95b;
  --font-heading: "Manrope", Arial, sans-serif;
  --font-body: "Inter", Arial, sans-serif;
  --shadow: 0 28px 70px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 10px 16px; border-radius: 8px; background: var(--cta); color: #07130c; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.07); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-heading); font-weight: 800; }
.brand img { width: 54px; height: 54px; border-radius: 50%; clip-path: circle(50%); }
.brand strong { color: var(--sport-bright); }
nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 600; }
nav > a { color: #d6d8df; transition: color .2s ease; }
nav > a:hover { color: #fff; }
.nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--cta); color: #07130c !important; }

.hero { position: relative; min-height: 100vh; padding: 142px 0 56px; overflow: hidden; background: radial-gradient(circle at 65% 20%, #18220d 0, #0d1115 36%, #080b0d 72%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(168,200,13,.72), transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(92px); opacity: .18; pointer-events: none; }
.glow-one { width: 360px; height: 360px; top: 10%; right: 4%; background: var(--sport); }
.glow-two { width: 280px; height: 280px; bottom: 0; left: -10%; background: var(--cta); }
.eyebrow { margin: 0 0 18px; color: #d8dae1; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 700; }
.eyebrow span { display: inline-block; width: 22px; height: 2px; margin: 0 9px 3px 0; background: var(--sport-bright); }
h1, h2 { margin-top: 0; font-family: var(--font-heading); letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.35rem, 5.1vw, 4.35rem); line-height: 1.03; font-weight: 800; }
h1 em { color: #f2c53d; font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.7vw, 3.2rem); line-height: 1.12; font-weight: 800; }
.hero-subtitle { max-width: 650px; margin: 0 0 30px; color: #c1c4ce; font-size: clamp(1.06rem, 1.7vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 15px 24px; border-radius: 13px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:focus-visible, a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button-whatsapp { position: relative; isolation: isolate; overflow: hidden; background: var(--cta); color: #06130b; box-shadow: 0 14px 30px rgba(31,191,104,.22); animation: whatsappPulse 1.8s ease-in-out infinite; }
.button-whatsapp::before { content: ""; position: absolute; z-index: 0; top: -45%; bottom: -45%; left: -55%; width: 36%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.52), transparent); transform: translateX(0) skewX(-18deg); will-change: transform, opacity; pointer-events: none; animation: whatsappShine 2.7s ease-in-out infinite; }
.button-whatsapp > * { position: relative; z-index: 1; }
.button-whatsapp:hover { background: var(--cta-hover); animation-play-state: paused; transform: translateY(-2px) scale(1.02); }
.button-main { min-width: min(100%, 356px); min-height: 66px; font-size: 1.05rem; }
.whatsapp-icon { flex: 0 0 auto; width: 25px; height: 25px; fill: currentColor; }
.admin-note { color: #c8cbd3; font-size: .9rem; }
.admin-note strong { color: var(--cta); font-weight: 800; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 26px; color: #8f969b; font-size: .84rem; }
.trust-row span::before { content: "•"; margin-right: 8px; color: var(--sport-bright); }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.logo-halo { position: absolute; width: 77%; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 45deg, #d7ee12, #1fbf68, #49610a, #d7ee12); filter: blur(30px); opacity: .28; }
.hero-logo { position: relative; width: min(100%, 500px); aspect-ratio: 1; object-fit: contain; border-radius: 50%; clip-path: circle(50%); filter: drop-shadow(0 28px 42px rgba(0,0,0,.48)); animation: float 6s ease-in-out infinite; }
.sport-chip { position: absolute; padding: 8px 13px; border: 1px solid rgba(168,200,13,.35); border-radius: 999px; background: rgba(10,14,16,.84); color: #e4edaa; backdrop-filter: blur(10px); box-shadow: 0 10px 28px rgba(0,0,0,.3); font-size: .77rem; font-weight: 700; }
.chip-academia { top: 15%; left: 1%; }
.chip-ciclismo { top: 26%; right: -1%; }
.chip-corrida { bottom: 12%; left: 8%; }

.other-groups { position: relative; z-index: 3; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.member-counter { width: min(100%, 620px); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 2px 22px; margin: 0 auto 34px; padding: 20px 26px 18px; border: 1px solid rgba(168,200,13,.22); border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.035)); box-shadow: 0 20px 46px rgba(0,0,0,.26); }
.counter-number { grid-row: 1 / 3; color: #dff2d9; font: 800 clamp(3.35rem, 7vw, 5.25rem)/.9 var(--font-heading); letter-spacing: -.06em; }
.counter-content span { display: block; color: #73dc9a; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.counter-content p { margin: 2px 0 0; color: #e1e5e0; font-size: 1rem; }
.counter-progress { grid-column: 1 / -1; height: 8px; margin-top: 15px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.09); }
.counter-progress span { display: block; width: 92%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--sport-bright), var(--cta)); box-shadow: 0 0 18px rgba(31,191,104,.45); transition: width 1s ease; }
.other-groups > p { margin: 0 0 16px; color: #b7bcc0; font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.other-groups-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.other-groups-grid a { min-height: 148px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.035); color: #dce0e2; font-size: .8rem; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.other-groups-grid a:hover { transform: translateY(-3px); border-color: rgba(168,200,13,.42); background: rgba(255,255,255,.07); }
.other-groups-grid img { width: 80px; height: 80px; border-radius: 50%; clip-path: circle(50%); object-fit: contain; }
.other-groups-grid span { width: 100%; min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 7px 8px; border-radius: 9px; background: var(--cta); color: #06130b; line-height: 1.05; text-align: center; }
.other-groups-grid span svg { width: 16px; height: 16px; flex: 0 0 auto; fill: currentColor; }

.sport-details { padding: 112px 0; background: linear-gradient(180deg, #0c1013, #10161a); }
.details-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 76px; }
.details-visual { position: relative; display: grid; place-items: center; }
.details-ring { position: absolute; width: 78%; aspect-ratio: 1; border: 1px solid rgba(168,200,13,.26); border-radius: 50%; box-shadow: 0 0 70px rgba(168,200,13,.11); }
.details-visual img { position: relative; width: min(100%, 390px); aspect-ratio: 1; object-fit: contain; border-radius: 50%; clip-path: circle(50%); filter: drop-shadow(0 22px 34px rgba(0,0,0,.42)); }
.details-copy > p:not(.eyebrow) { max-width: 680px; margin: 0 0 30px; color: #bdc2c5; font-size: 1.08rem; line-height: 1.75; }
.details-copy strong { color: #eef4ca; }
.button-secondary { min-width: min(100%, 330px); }

.marketplaces { padding: 104px 0 96px; overflow: hidden; background: #0a0e11; border-top: 1px solid var(--line); }
.marketplaces-heading { text-align: center; }
.marketplaces-heading h2 { margin-bottom: 12px; }
.marketplaces-heading > p:last-child { margin: 0 auto 38px; color: var(--muted); }
.marketplace-marquee { position: relative; overflow: hidden; padding: 6px 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.marketplace-track { width: max-content; display: flex; align-items: center; gap: 18px; animation: marketplaceScroll 24s linear infinite; }
.marketplace-item { width: 230px; min-height: 86px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 16px; background: #11171b; box-shadow: 0 16px 35px rgba(0,0,0,.22); font-family: var(--font-heading); font-size: 1.35rem; font-weight: 800; letter-spacing: -.035em; }
.amazon { color: #f0a51a; }
.shopee { color: #ee4d2d; }
.aliexpress { color: #ff4d65; }
.mercado-livre { color: #ffe600; }
.magalu { color: #35a8e0; }

.site-footer { padding: 62px 0 34px; background: #06080a; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 50px; padding-bottom: 42px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 64px; height: 64px; border-radius: 50%; clip-path: circle(50%); }
.footer-brand strong, .footer-links strong { display: block; margin-bottom: 8px; font-family: var(--font-heading); }
.footer-brand p { margin: 0; color: #858a90; font-size: .86rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-links a { color: #9da2a7; font-size: .86rem; }
.footer-links a:hover { color: #fff; }
.footer-legal { padding-top: 26px; border-top: 1px solid var(--line); color: #747b80; font-size: .72rem; }
.footer-legal p { max-width: 970px; margin: 0 0 7px; }
.footer-legal > span { display: block; margin-top: 16px; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes whatsappPulse { 0%,100% { transform: scale(1); box-shadow: 0 14px 30px rgba(31,191,104,.22), 0 0 0 0 rgba(31,191,104,.4); } 50% { transform: scale(1.025); box-shadow: 0 18px 38px rgba(31,191,104,.34), 0 0 0 9px rgba(31,191,104,0); } }
@keyframes whatsappShine { 0%,18% { transform: translateX(0) skewX(-18deg); opacity: 0; } 28% { opacity: 1; } 60%,100% { transform: translateX(500%) skewX(-18deg); opacity: 0; } }
@keyframes marketplaceScroll { to { transform: translateX(calc(-50% - 9px)); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-logo, .button-whatsapp, .button-whatsapp::before, .marketplace-track { animation: none !important; }
  .marketplace-marquee { overflow-x: auto; mask-image: none; }
  .marketplace-item[aria-hidden="true"] { display: none; }
  .counter-progress span { transition: none; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-copy { text-align: center; }
  .hero-subtitle { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 430px; max-width: 560px; width: 100%; margin-inline: auto; }
  .other-groups-grid { grid-template-columns: repeat(5, minmax(130px, 1fr)); overflow-x: auto; padding: 5px 4px 12px; }
  .details-grid { grid-template-columns: .85fr 1.15fr; gap: 44px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 70px; }
  .brand span { font-size: .86rem; }
  .brand img { width: 44px; height: 44px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 13px; font-size: .76rem; }
  .hero { padding-top: 112px; padding-bottom: 42px; }
  h1 { font-size: clamp(2.15rem, 11vw, 3.15rem); }
  .hero-subtitle { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button-main { width: 100%; min-width: 0; }
  .hero-visual { min-height: 330px; }
  .hero-logo { width: 86%; }
  .sport-chip { padding: 6px 9px; font-size: .66rem; }
  .chip-academia { left: 0; }
  .chip-ciclismo { right: 0; }
  .other-groups { margin-top: 20px; }
  .member-counter { grid-template-columns: auto 1fr; gap: 2px 16px; margin-bottom: 28px; padding: 18px 18px 16px; }
  .counter-number { font-size: 3.45rem; }
  .counter-content span { font-size: .68rem; letter-spacing: .12em; }
  .counter-content p { font-size: .88rem; }
  .other-groups-grid { grid-template-columns: repeat(5, 126px); }
  .other-groups-grid a { min-height: 132px; padding: 8px; }
  .other-groups-grid img { width: 68px; height: 68px; }
  .sport-details { padding: 82px 0; }
  .details-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .details-visual img { width: min(86%, 340px); }
  .details-copy > p:not(.eyebrow) { font-size: 1rem; }
  .button-secondary { width: 100%; min-width: 0; }
  .marketplaces { padding: 82px 0 76px; }
  .marketplace-item { width: 190px; min-height: 76px; font-size: 1.14rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 390px) {
  .brand span { display: none; }
}
