/* ============================================================
   THE TOUR — Landing Page (premium, responsiva, fiel ao design)
   Paleta: branco · preto · verde-lime · cinza claro.
   Fotos de estádio, logos de torneios e fotos de atletas = SLOTS
   (placeholders) para receber assets licenciados.
   ============================================================ */
:root {
  --lime: #C8FF3D; --lime-ink: #1A2408; --ink: #0C0F13; --text: #10151C;
  --dim: #6B7684; --line: #E9ECF2; --surface: #FFFFFF; --bg: #FFFFFF; --soft: #F6F8FB;
  --live: #FF3B30; --atp: #3D8BFD; --wta: #FF5CA8; --chl: #5AD1B0;
  --clay: #C15A34; --grass: #2f7d3a; --hard1: #16386f; --hard2: #0f2f63;
  --maxw: 1180px; --r: 16px;
  --shadow-sm: 0 1px 2px rgba(16,21,28,.05);
  --shadow: 0 14px 40px rgba(16,21,28,.10);
  --shadow-lg: 0 40px 90px rgba(16,21,28,.22);
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 3px solid #9bc400; outline-offset: 2px; border-radius: 8px; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* buttons + stores */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; font-weight: 800; font-size: 15px; padding: 12px 22px; transition: transform .25s var(--ease), box-shadow .25s var(--ease); white-space: nowrap; }
.btn-primary { background: var(--lime); color: var(--lime-ink); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(200,255,61,.55); }
.btn-ghost { background: #fff; color: var(--text); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.store-badges { display: flex; gap: 14px; flex-wrap: wrap; }
.store-badges.col { flex-direction: column; }
.store { display: inline-flex; align-items: center; gap: 11px; background: var(--ink); color: #fff; border-radius: 13px; padding: 10px 20px; transition: transform .25s var(--ease), box-shadow .25s; }
.store:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.store svg { width: 26px; height: 26px; fill: #fff; flex: none; }
.store > span { display: flex; flex-direction: column; line-height: 1.12; }
.store .st-sub { font-size: 10px; opacity: .85; letter-spacing: .3px; text-transform: uppercase; }
.store .st-name { font-size: 18px; font-weight: 700; letter-spacing: -.3px; }
.stars { color: var(--lime); filter: drop-shadow(0 1px 0 #9bc400); letter-spacing: 2px; }
.rating { display: inline-flex; align-items: center; gap: 8px; }
.rating small { color: var(--dim); font-weight: 600; }

/* ---------------- Navbar ---------------- */
.nav { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .3s, box-shadow .3s, backdrop-filter .3s; }
.nav-inner { display: flex; align-items: center; gap: 30px; height: 78px; }
.nav.scrolled { background: color-mix(in srgb, #fff 84%, transparent); backdrop-filter: saturate(180%) blur(16px); box-shadow: 0 1px 0 var(--line), var(--shadow-sm); }
.brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; letter-spacing: -.5px; font-size: 22px; }
.brand .ball { width: 26px; height: 26px; }
.brand-logo { height: 32px; width: auto; display: block; }
.footer .brand-logo { height: 28px; }
.cta-logo-img { height: 34px; }
.nav-links { display: flex; gap: 26px; margin: 0 auto; }
.nav-links a { color: var(--dim); font-weight: 600; font-size: 15px; position: relative; padding: 4px 0; transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--lime); border-radius: 2px; transition: width .25s var(--ease); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.burger { display: none; width: 44px; height: 44px; border-radius: 12px; align-items: center; justify-content: center; }
.burger span, .burger span::before, .burger span::after { display: block; width: 20px; height: 2px; background: var(--ink); transition: .25s; position: relative; }
.burger span::before { content: ""; position: absolute; top: -6px; }
.burger span::after { content: ""; position: absolute; top: 6px; }

/* ---------------- Hero ---------------- */
.hero { padding: 120px 0 30px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(340px, 460px) 1fr; gap: 0; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 9px; color: #556b00; font-weight: 800; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.badge::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(200,255,61,.7); animation: pulse 1.8s infinite; }
.hero h1 { font-size: clamp(40px, 5.4vw, 66px); line-height: 1.03; letter-spacing: -2px; font-weight: 800; margin: 18px 0 20px; }
.hero h1 .hl { color: #82b300; }
.hero p.sub { font-size: 17px; color: var(--dim); max-width: 440px; margin: 0 0 26px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-rating { display: flex; flex-direction: column; gap: 4px; }
.hero-rating .stars { font-size: 20px; }
.hero-rating small { color: var(--dim); font-size: 14px; }

/* Hero visual — imagem de arte (header). Grande, à direita, "sangrando" pra fora
   da borda direita, lado a lado com o texto (igual à ref). */
.hero-visual { position: relative; min-height: 580px; }
.hero-art { position: absolute; top: 50%; left: -3%; transform: translateY(-50%); height: 122%; width: auto; max-width: none; max-height: none; }
.hero-art.missing { display: none; }

/* (legado) leque de banners + phone — mantido caso volte ao modo construído */
.hero-visual:has(.fan) { height: 640px; }
.fan { position: absolute; inset: 0; }
.slam { position: absolute; top: 50%; width: 250px; height: 580px; border-radius: 4px; overflow: hidden; transform-origin: center; box-shadow: 0 30px 60px rgba(16,21,28,.18); }
.slam-photo { position: absolute; inset: 0; } /* SLOT: troque por background:url(foto-licenciada) center/cover */
.slam-photo.clay { background: linear-gradient(165deg, #d9743f 0%, #a8442a 60%, #7d3320 100%); }
.slam-photo.grass { background: linear-gradient(165deg, #64a94f 0%, #2f7d3a 55%, #1c5a2a 100%); }
.slam-photo.hard-blue { background: linear-gradient(165deg, #2f6bd0 0%, #16386f 70%); }
.slam-photo.hard-blue2 { background: linear-gradient(165deg, #24509e 0%, #0f2f63 70%); }
.slam-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35)); }
.slam-logo { position: absolute; top: 42%; left: 50%; transform: translate(-50%, -50%); width: 92px; height: 92px; border-radius: 50%; border: 2px solid rgba(255,255,255,.85); display: grid; place-items: center; color: rgba(255,255,255,.9); }
.slam-logo::before { content: "LOGO"; font-size: 11px; font-weight: 800; letter-spacing: 1px; opacity: .8; }
.slam-name { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: #fff; font-weight: 800; font-size: 16px; letter-spacing: .5px; text-align: center; text-shadow: 0 2px 10px rgba(0,0,0,.5); white-space: nowrap; }
/* posições do leque (esq→dir), rotação crescente */
.slam.s1 { left: 2%;  transform: translateY(-50%) rotate(-7deg); z-index: 1; }
.slam.s2 { left: 20%; transform: translateY(-50%) rotate(-4deg); z-index: 2; }
.slam.s3 { left: 52%; transform: translateY(-50%) rotate(6deg);  z-index: 2; }
.slam.s4 { left: 70%; transform: translateY(-50%) rotate(9deg);  z-index: 1; }

.phone { position: absolute; left: 27%; top: 50%; transform: translateY(-50%); width: 292px; z-index: 6; will-change: transform; }
.phone-frame { background: #0C0F13; border-radius: 44px; padding: 10px; box-shadow: var(--shadow-lg), 0 0 0 2px #2a2e35; }
.phone-scr { background: #0F1319; border-radius: 34px; overflow: hidden; aspect-ratio: 292/600; display: flex; flex-direction: column; color: #fff; }
.pn-top { padding: 14px 16px 10px; }
.pn-brand { font-weight: 800; font-size: 15px; display: flex; align-items: center; gap: 5px; }
.pn-tabs { display: flex; gap: 14px; margin-top: 12px; font-size: 11px; color: #6b7787; }
.pn-tabs b { color: #fff; border-bottom: 2px solid var(--lime); padding-bottom: 4px; }
.pn-hero { position: relative; height: 96px; margin: 0 12px; border-radius: 12px; overflow: hidden; }
.pn-hero-img { position: absolute; inset: 0; background: linear-gradient(120deg, #b9683e, #6c3d24); } /* SLOT: foto de estádio */
.pn-hero-live { position: absolute; left: 8px; bottom: 8px; background: var(--lime); color: #14210a; font-weight: 800; font-size: 9px; padding: 3px 7px; border-radius: 6px; }
.pn-body { padding: 12px; display: flex; flex-direction: column; gap: 10px; background: #fff; color: var(--text); flex: 1; }
.pn-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 11px; box-shadow: var(--shadow-sm); }
.pn-live { color: var(--live); font-weight: 800; font-size: 9px; display: inline-flex; align-items: center; gap: 4px; }
.pn-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--live); }
.pn-tt { font-weight: 800; font-size: 13px; margin: 5px 0 2px; }
.pn-tt small { display: block; color: var(--dim); font-weight: 600; font-size: 10px; }
.pn-row { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; font-size: 12px; }
.pn-row .pl { display: flex; align-items: center; gap: 6px; font-weight: 700; }
.flag { width: 16px; height: 11px; border-radius: 2px; flex: none; background: #dfe5ee; }
.flag.es { background: linear-gradient(#c60b1e 33%, #ffc400 33% 66%, #c60b1e 66%); }
.flag.it { background: linear-gradient(90deg, #009246 33%, #fff 33% 66%, #ce2b37 66%); }
.pn-sc { display: flex; gap: 8px; font-weight: 800; font-variant-numeric: tabular-nums; }
.pn-sc .cur { color: #82b300; }
.pn-cta { text-align: center; border: 1px solid var(--line); border-radius: 9px; padding: 8px; font-weight: 800; font-size: 11px; margin-top: 9px; }
.pn-nextrow { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.pn-verall { color: #82b300; font-weight: 700; font-size: 10px; }
.pn-next { display: flex; align-items: center; gap: 8px; margin-top: 9px; }
.pl-av { width: 22px; height: 22px; border-radius: 50%; background: #e9ecf2; flex: none; }
.pn-nx { flex: 1; font-size: 11px; font-weight: 700; }
.pn-nx small { display: block; color: var(--dim); font-weight: 500; font-size: 9px; }
.pn-bell { font-size: 12px; }

@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(200,255,61,.7); } 70% { box-shadow: 0 0 0 9px rgba(200,255,61,0); } 100% { box-shadow: 0 0 0 0 rgba(200,255,61,0); } }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------------- Section base ---------------- */
.section { padding: 42px 0; }
.sec-title { font-size: 13px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--text); }
.link-more { color: var(--dim); font-weight: 700; font-size: 14px; }
.link-more:hover { color: var(--text); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------------- Ao vivo agora ---------------- */
.live-sec { border-top: 1px solid var(--line); padding-top: 34px; }
.live-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.lh-title { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 13px; letter-spacing: .8px; text-transform: uppercase; color: var(--live); }
.lh-title .rd { width: 9px; height: 9px; border-radius: 50%; background: var(--live); animation: pulse2 1.4s infinite; }
@keyframes pulse2 { 0% { box-shadow: 0 0 0 0 rgba(255,59,48,.6); } 70% { box-shadow: 0 0 0 7px rgba(255,59,48,0); } }
.live-right { display: flex; align-items: center; gap: 14px; }
.car-arrows { display: flex; gap: 8px; }
.car-arrows button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; transition: .2s; }
.car-arrows button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.car-arrows svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 2.4; }
.live-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.match-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s; }
.match-card:hover { transform: translateY(-4px) scale(1.01); box-shadow: var(--shadow); }
.match-card.feat { border-color: color-mix(in srgb, var(--live) 45%, var(--line)); box-shadow: 0 10px 30px rgba(255,59,48,.08); }
.mc-live { color: var(--live); font-weight: 800; font-size: 10px; display: inline-flex; align-items: center; gap: 5px; border: 1px solid color-mix(in srgb, var(--live) 30%, #fff); border-radius: 999px; padding: 3px 9px; }
.mc-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--live); }
.mc-tt { font-weight: 800; font-size: 16px; letter-spacing: -.3px; margin: 12px 0 2px; }
.mc-round { color: var(--dim); font-size: 13px; margin-bottom: 8px; }
.mc-pl { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border-top: 1px solid var(--soft); }
.mc-pl .who { display: flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px; }
.mc-pl .av { width: 24px; height: 24px; border-radius: 50%; background: #e9ecf2; flex: none; } /* SLOT foto do jogador */
.mc-pl .mc-flag { width: 22px; text-align: center; font-size: 16px; flex: none; line-height: 1; }
.mc-sc { display: flex; gap: 12px; font-weight: 800; font-variant-numeric: tabular-nums; }
.mc-sc .cur { color: #82b300; }
.mc-watch { display: block; width: 100%; margin-top: 12px; background: var(--lime); color: var(--lime-ink); border-radius: 10px; padding: 11px; font-weight: 800; font-size: 12px; text-align: center; letter-spacing: .3px; transition: .2s; }
.mc-watch:hover { filter: brightness(1.05); }
/* card ao vivo como link + badge + saque */
.match-card { color: inherit; text-decoration: none; display: block; }
.mc-top { display: flex; align-items: center; justify-content: space-between; }
.mc-badge { font-size: 10px; font-weight: 800; letter-spacing: .3px; text-transform: uppercase; color: #fff; padding: 3px 8px; border-radius: 6px; white-space: nowrap; }
.mc-badge.rb-atp { background: var(--atp); } .mc-badge.rb-wta { background: var(--wta); } .mc-badge.rb-chl { background: var(--chl); }
.serve { width: 8px; height: 8px; border-radius: 50%; background: #82b300; display: inline-block; margin-left: 5px; flex: none; }
.live-count { font-size: 11px; font-weight: 700; color: var(--dim); background: var(--soft); border: 1px solid var(--line); border-radius: 999px; padding: 2px 9px; text-transform: none; letter-spacing: 0; margin-left: 4px; }
/* mini-ranking */
.rank-sec { border-top: 1px solid var(--line); }
.rank-list { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.rank-row { display: grid; grid-template-columns: 34px 30px 1fr auto; align-items: center; gap: 12px; padding: 15px 20px; border-top: 1px solid var(--soft); color: inherit; text-decoration: none; transition: background .15s; }
.rank-row:first-child { border-top: none; }
.rank-row:hover { background: var(--soft); }
.rk-pos { font-weight: 800; font-size: 16px; text-align: center; color: var(--text); }
.rk-flag { font-size: 20px; }
.rk-nm { font-weight: 700; }
.rk-pts { font-weight: 800; font-variant-numeric: tabular-nums; }
.rk-pts small { color: var(--dim); font-weight: 600; font-size: 11px; margin-left: 3px; }

/* ---------------- Calendário ---------------- */
.cal-head { display: flex; align-items: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.cal-head .sec-title { margin-right: auto; }
.filters { display: flex; gap: 8px; }
.chip { border: none; background: transparent; color: var(--dim); border-radius: 999px; padding: 7px 16px; font-weight: 700; font-size: 14px; transition: .2s; }
.chip.on { background: var(--lime); color: var(--lime-ink); }
.chip:hover:not(.on) { color: var(--text); }
.cal-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.tcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), box-shadow .25s; display: flex; flex-direction: column; gap: 6px; min-height: 210px; }
.tcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tcard .t-date { font-size: 11px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; color: var(--dim); }
.tcard .t-nm { font-weight: 800; font-size: 16px; letter-spacing: -.3px; margin-top: 4px; }
.tcard .t-cat, .tcard .t-loc { color: var(--dim); font-size: 13px; }
.tcard .t-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; }
/* thumb = imagem da superfície (saibro/grama/rápida) */
.t-logo { width: 52px; height: 52px; border-radius: 12px; overflow: hidden; display: block; flex: none; }
.t-logo .t-surf-img { width: 52px; height: 52px; object-fit: cover; display: block; }
.pill { font-size: 11px; font-weight: 800; letter-spacing: .3px; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; }
.pill.live { color: var(--live); background: color-mix(in srgb, var(--live) 10%, #fff); border: 1px solid color-mix(in srgb, var(--live) 32%, #fff); display: inline-flex; align-items: center; gap: 5px; }
.pill.live::before { content: "●"; font-size: 8px; }
.pill.soon { color: var(--dim); background: var(--soft); }
.pill.done { color: #82b300; background: color-mix(in srgb, var(--lime) 16%, #fff); }

/* ---------------- Benefícios ---------------- */
.benefits { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ben-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.ben .bi { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 20px; border: 1.5px solid color-mix(in srgb, var(--lime) 60%, #fff); background: color-mix(in srgb, var(--lime) 12%, #fff); margin-bottom: 12px; }
.ben h3 { font-size: 15px; margin: 0 0 5px; letter-spacing: -.2px; }
.ben p { color: var(--dim); font-size: 13px; margin: 0; }

/* ---------------- CTA escuro ---------------- */
/* ---------------- Planos ---------------- */
.pricing-head { text-align: center; margin-bottom: 30px; }
.pricing-sub { color: var(--dim); margin: 8px auto 0; font-size: 15px; max-width: 520px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 840px; margin: 0 auto; align-items: stretch; }
.plan { border: 1px solid var(--line); border-radius: 20px; padding: 30px 28px; background: #fff; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.plan.featured { border: 2px solid var(--lime); box-shadow: 0 14px 44px rgba(0,0,0,.10); position: relative; }
.plan-tag { position: absolute; top: -12px; left: 28px; background: var(--lime); color: #10240a; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .5px; padding: 5px 11px; border-radius: 999px; }
.plan-name { font-weight: 800; font-size: 18px; }
.plan-price { margin: 12px 0 2px; display: flex; align-items: baseline; gap: 4px; }
.plan-price b { font-size: 42px; letter-spacing: -1.5px; line-height: 1; }
.plan-price span { color: var(--dim); font-weight: 600; }
.plan-alt { color: var(--dim); font-size: 13px; margin-top: 4px; }
.plan-feats { list-style: none; padding: 0; margin: 18px 0 24px; display: grid; gap: 11px; }
.plan-feats li { position: relative; padding-left: 26px; font-size: 14px; color: var(--text); line-height: 1.4; }
.plan-feats li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #5a8a00; font-weight: 800; }
.plan-cta { margin-top: auto; justify-content: center; text-align: center; }
.pricing-note { text-align: center; color: var(--dim); font-size: 13px; margin-top: 22px; }
@media (max-width: 720px) { .pricing-grid { grid-template-columns: 1fr; max-width: 420px; } }

.cta-sec { padding-top: 20px; }
.cta { background: var(--ink); color: #fff; border-radius: 22px; padding: 40px 44px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 24px; align-items: center; position: relative; overflow: hidden; }
.cta::after { content: ""; position: absolute; right: 24%; bottom: -30px; width: 300px; height: 120px; background: radial-gradient(closest-side, rgba(200,255,61,.5), transparent); filter: blur(6px); transform: rotate(-8deg); }
.cta-copy h2 { font-size: clamp(24px, 2.5vw, 30px); letter-spacing: -.8px; margin: 0 0 12px; line-height: 1.12; }
.cta-copy p { color: #aeb9c6; margin: 0; font-size: 14px; }
.cta-player { position: relative; height: 200px; z-index: 1; }
.player-slot { position: absolute; inset: 0; border-radius: 16px; background: linear-gradient(160deg, #2b7a2b, #14431f); } /* SLOT foto do atleta */
.cta-player .ph-note { position: absolute; bottom: 8px; left: 10px; font-size: 10px; color: rgba(255,255,255,.6); }
.cta-dl { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; z-index: 1; }
.cta-dl .store { border: 1px solid #2b323c; }
.cta-dl .big49 { font-size: 22px; font-weight: 800; }
.cta-dl .stars { font-size: 16px; }
.cta-dl .dlcount { color: #aeb9c6; font-size: 13px; }
.cta-phone { display: grid; place-items: center; z-index: 1; }
.cta-phone-frame { width: 120px; height: 210px; border-radius: 26px; border: 3px solid #2b323c; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: #0a0d11; }
.cta-ball svg { width: 54px; height: 54px; }
.cta-logo { font-weight: 800; font-size: 12px; letter-spacing: .5px; }

/* ---------------- Footer ---------------- */
.footer { padding: 50px 0 32px; border-top: 1px solid var(--line); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.foot-brand p { color: var(--dim); font-size: 14px; max-width: 280px; margin: 12px 0 0; }
.foot-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .6px; color: var(--dim); margin: 0 0 12px; }
.foot-col a { display: block; color: var(--text); font-size: 14px; padding: 5px 0; opacity: .85; }
.foot-col a:hover { opacity: 1; color: #6f9600; }
.foot-bot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--dim); font-size: 13px; flex-wrap: wrap; }
.ph-badge { font-size: 10px; color: var(--dim); background: var(--soft); border: 1px dashed var(--line); border-radius: 6px; padding: 3px 8px; }
.ph-note { font-size: 10px; }

/* ============================================================ RESPONSIVO ============================================================ */
@media (max-width: 1080px) {
  .hero { overflow: hidden; }
  .hero-grid { grid-template-columns: 1fr; gap: 8px; }
  .hero-visual { min-height: 0; order: 2; margin: 0 -28px; }
  .hero-art { position: static; transform: none; height: auto; width: 100%; max-width: 640px; margin: 0 auto; display: block; }
  .live-track { grid-template-columns: repeat(2, 1fr); }
  .cal-grid { grid-template-columns: repeat(3, 1fr); }
  .ben-grid { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .cta { grid-template-columns: 1fr 1fr; }
  .cta-phone { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links, .nav-cta .btn-ghost { display: none; }
  .burger { display: flex; margin-left: auto; }
  .nav-links.open { display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; gap: 0; background: #fff; padding: 8px 28px 18px; box-shadow: var(--shadow); }
  .nav-links.open a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { padding: 104px 0 20px; }
  .hero-visual { height: 460px; }
  .phone { width: 240px; left: 50%; transform: translate(-50%, -50%); }
  .slam { width: 180px; height: 400px; }
  .slam.s1 { left: -8%; } .slam.s2 { left: 14%; } .slam.s3 { left: 58%; } .slam.s4 { left: 78%; }
  .live-track { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 82%; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
  .live-track::-webkit-scrollbar { display: none; }
  .match-card { scroll-snap-align: start; }
  .cal-grid { grid-template-columns: 1fr 1fr; }
  .ben-grid { grid-template-columns: 1fr 1fr; }
  .cta { grid-template-columns: 1fr; text-align: left; padding: 30px 24px; }
  .cta-player { display: none; }
  .foot-grid { grid-template-columns: 1fr; }
}
@media (max-width: 420px) { .cal-grid, .ben-grid { grid-template-columns: 1fr; } .cta-dl .store { width: 100%; } }
@media (prefers-reduced-motion: reduce) { *, ::before, ::after { animation: none !important; } .reveal { opacity: 1; transform: none; } html { scroll-behavior: auto; } }

/* ===== ver mais / ver todos ===== */
.see-more-wrap { display: flex; justify-content: center; margin-top: 18px; }
.see-more-btn { background: #fff; border: 1px solid var(--line); color: var(--text); font-weight: 800; font-size: 14px; padding: 12px 26px; border-radius: 999px; cursor: pointer; transition: .2s; }
.see-more-btn:hover { border-color: var(--ink); transform: translateY(-1px); box-shadow: var(--shadow); }
.see-all-link { color: #6f9600; font-weight: 800; font-size: 14px; padding: 12px 4px; }
.see-all-link:hover { text-decoration: underline; }
/* meu calendário — vazio */
.meucal-empty { text-align: center; background: #fff; border: 1px dashed var(--line); border-radius: var(--r); padding: 34px 20px; }
.meucal-empty .mc-ico { font-size: 30px; color: var(--lime); filter: drop-shadow(0 1px 0 #9bc400); }
.meucal-empty p { color: var(--dim); margin: 10px 0 14px; }
.meucal-empty b { color: var(--text); }
/* rank filters em linha (Simples/Duplas + ATP/WTA) */
.cal-head .filters + .filters { margin-left: -4px; }
/* coração de favorito nos cards de torneio */
.t-foot-r { display: inline-flex; align-items: center; gap: 8px; }
.fav-heart { background: none; border: none; padding: 4px; cursor: pointer; color: var(--dim); display: inline-flex; line-height: 0; border-radius: 8px; transition: transform .12s, color .15s; }
.fav-heart svg { fill: none; stroke: currentColor; stroke-width: 2; }
.fav-heart:hover { color: var(--live); transform: scale(1.15); }
.fav-heart.on { color: var(--live); }
.fav-heart.on svg { fill: currentColor; }

/* ---------------- Lightbox — captura de e-mail ---------------- */
.lb-overlay { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px;
  background: rgba(8,12,24,.62); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  opacity: 0; transition: opacity .25s ease; }
.lb-overlay.on { opacity: 1; }
.lb-overlay[hidden] { display: none; }
.lb-card { position: relative; width: min(440px, 100%); background: #fff; border-radius: 22px; padding: 34px 30px 26px;
  box-shadow: 0 24px 70px rgba(0,0,0,.34); text-align: center; transform: translateY(12px) scale(.98);
  transition: transform .28s var(--ease); }
.lb-overlay.on .lb-card { transform: none; }
.lb-close { position: absolute; top: 12px; right: 14px; width: 34px; height: 34px; border: none; border-radius: 50%;
  background: var(--soft); color: var(--dim); font-size: 22px; line-height: 1; cursor: pointer; transition: background .15s; }
.lb-close:hover { background: #e6e9f0; color: var(--text); }
.lb-emoji { font-size: 40px; line-height: 1; margin-bottom: 8px; }
.lb-logo { display: block; width: 150px; max-width: 60%; height: auto; margin: 0 auto 14px; }
.lb-card h3 { font-size: 22px; font-weight: 800; letter-spacing: -.4px; }
.lb-sub { color: var(--dim); font-size: 15px; margin-top: 8px; line-height: 1.5; }
.lb-form { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.lb-form input { width: 100%; padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 12px; font-size: 15px; font-family: inherit; outline: none; transition: border-color .15s; }
.lb-form input:focus { border-color: var(--lime); }
.lb-form .btn { justify-content: center; padding: 13px; font-size: 15px; }
.lb-fine { color: var(--dim); font-size: 12px; margin-top: 12px; }
.lb-err { color: #d5342b; font-size: 13px; margin-top: 8px; min-height: 0; }
.lb-done { padding: 6px 0; }
@media (max-width: 480px) { .lb-card { padding: 30px 22px 22px; } .lb-card h3 { font-size: 20px; } }
