/* Identidade esportiva complementar; conteúdo, rotas e semântica permanecem independentes da apresentação. */
:root { color: #f4f1e8; background: #080d0a; font-family: Sora, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-synthesis: none; --ink: #f4f1e8; --muted: #9bb1a1; --paper: #111c15; --line: rgb(255 255 255 / 10%); --green: #23d86b; --lime: #9bec3f; --gold: #f5c542; --dark: #080d0a; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: radial-gradient(circle at 12% 8%, rgb(35 216 107 / 16%), transparent 34rem), radial-gradient(circle at 86% 16%, rgb(245 197 66 / 11%), transparent 30rem), linear-gradient(135deg, #080d0a 0%, #0d1811 48%, #080d0a 100%); }
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 30; padding: 12px 16px; border-radius: 8px; background: #fff; color: #07130d; font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgb(8 13 10 / 86%); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand span { display: block; width: 154px; height: 76px; overflow: hidden; background: url("/assets/logo.png") center / contain no-repeat; color: transparent; font-size: 0; filter: drop-shadow(0 10px 18px rgb(0 0 0 / 42%)); }
.brand strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 6px; }
.site-header nav a, footer nav a { padding: 10px 12px; border-radius: 9px; color: #c6d2c9; font-size: .9rem; font-weight: 720; text-decoration: none; }
.site-header nav a:hover, footer nav a:hover { background: rgb(255 255 255 / 7%); color: var(--green); }
.site-header .nav-cta { margin-left: 8px; background: var(--green); color: #06110a; box-shadow: 0 0 26px rgb(35 216 107 / 22%); }
.site-header .nav-cta:hover { background: #35f188; color: #041008; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(42px, 7vw, 100px); min-height: calc(100vh - 88px); padding-block: 88px; }
.eyebrow { color: var(--green); font-size: .74rem; font-weight: 850; letter-spacing: .22em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin: 20px 0 28px; color: var(--ink); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4rem, 8vw, 7rem); font-weight: 500; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; text-shadow: 0 12px 40px rgb(0 0 0 / 46%); }
.hero-copy > p { max-width: 650px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.6; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; background: var(--green); color: #06110a; font-weight: 800; text-decoration: none; box-shadow: 0 14px 30px rgb(35 216 107 / 22%); }
.button:hover { background: #35f188; transform: translateY(-1px); }
.text-link { padding: 12px 4px; color: var(--ink); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--green); }
.pitch-card { position: relative; overflow: hidden; min-height: 480px; padding: 26px; border: 1px solid rgb(35 216 107 / 32%); border-radius: 28px; background: linear-gradient(150deg, rgb(20 38 27 / 96%), rgb(6 16 11 / 98%)); color: #fff; box-shadow: 0 30px 80px rgb(0 0 0 / 48%), 0 0 56px rgb(35 216 107 / 10%); }
.score-head { display: flex; justify-content: space-between; color: #b8c7bc; font-size: .82rem; font-weight: 800; letter-spacing: .04em; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: #d9f9df; }
.live-dot::before { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); content: ""; box-shadow: 0 0 0 5px rgb(143 227 93 / 12%); }
.fixture { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 70px 0 55px; text-align: center; }
.fixture > div { display: grid; justify-items: center; gap: 14px; }
.crest { display: grid; width: 76px; height: 84px; place-items: center; border: 1px solid rgb(255 255 255 / 22%); border-radius: 18px 18px 28px 28px; background: linear-gradient(145deg, #36b86b, #16733d); font-size: 1.2rem; font-weight: 900; }
.crest-away { background: linear-gradient(145deg, #ffe078, #c99c1e); color: #13220f; }
.versus { color: #8ca096; font-size: 1.5rem; }
.decision-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.decision-grid span { display: grid; gap: 7px; padding: 14px 8px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 12px; background: rgb(255 255 255 / 5%); text-align: center; }
.decision-grid small { color: #91a399; }
.pitch-lines { position: absolute; inset: 70px 25px 115px; opacity: .14; border: 1px solid #fff; border-radius: 120px; }
.pitch-lines i { position: absolute; display: block; border: 1px solid #fff; border-radius: 50%; }
.pitch-lines i:nth-child(1) { inset: 50% 0 auto; border: 0; border-top: 1px solid #fff; border-radius: 0; }
.pitch-lines i:nth-child(2) { left: 50%; top: 50%; width: 90px; height: 90px; transform: translate(-50%, -50%); }
.marquee { display: flex; justify-content: center; gap: clamp(24px, 5vw, 74px); overflow: hidden; padding: 20px 24px; border-block: 1px solid rgb(35 216 107 / 18%); background: #060a07; color: #bfd0c3; font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
.marquee span::before { margin-right: clamp(24px, 5vw, 74px); color: var(--lime); content: "•"; }
.feature-section { padding-block: 120px 140px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px 60px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { color: var(--ink); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 500; line-height: 1; letter-spacing: -.015em; text-transform: uppercase; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading p { margin-bottom: 4px; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.feature-grid article { min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgb(20 31 24 / 92%), rgb(12 20 15 / 92%)); box-shadow: 0 22px 52px rgb(0 0 0 / 18%); transition: transform .2s ease, border-color .2s ease; }
.feature-grid article:hover { border-color: rgb(35 216 107 / 38%); transform: translateY(-4px); }
.feature-number { color: var(--green); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.feature-grid h3 { margin: 80px 0 14px; font-size: 1.6rem; letter-spacing: -.035em; }
.feature-grid p { color: var(--muted); line-height: 1.62; }
.dark-band { border-block: 1px solid var(--line); background: linear-gradient(135deg, #050806, #0d1a11); color: #fff; }
.dark-band .eyebrow { color: var(--lime); }
.loop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 120px; }
.loop-grid h2 { max-width: 600px; margin-top: 18px; color: #f2f8f3; }
.loop-grid ol { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.loop-grid li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid #23382b; }
.loop-grid li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #183522; color: var(--lime); font-size: .78rem; font-weight: 900; }
.loop-grid li strong { font-size: 1.15rem; }
.loop-grid li p { margin: 8px 0 0; color: #9fb1a4; line-height: 1.5; }
.final-cta { padding-block: 140px; text-align: center; }
.final-cta h2 { margin: 18px auto; }
.final-cta p { max-width: 620px; margin: 0 auto 32px; color: var(--muted); font-size: 1.1rem; line-height: 1.6; }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; padding: 30px max(24px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: #060a07; }
.footer-main { display: flex; align-items: center; gap: 18px; }
.footer-main p, footer small { margin: 0; color: var(--muted); font-size: .82rem; }
.page-hero { padding-block: 100px 72px; }
.page-hero h1 { max-width: 920px; font-size: clamp(3.6rem, 7vw, 6.4rem); }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.2rem; line-height: 1.65; }
.content-grid { display: grid; grid-template-columns: minmax(220px, .35fr) minmax(0, .65fr); gap: 70px; padding-bottom: 120px; }
.content-aside { position: sticky; top: 105px; align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.content-aside strong { display: block; margin-bottom: 8px; }
.content-aside p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.legal-contact { display: inline-flex; margin-top: 14px; color: var(--green); font-size: .9rem; font-weight: 800; overflow-wrap: anywhere; }
.content-body { display: grid; gap: 54px; }
.content-body section { scroll-margin-top: 100px; }
.content-body h2 { margin-bottom: 18px; font-size: clamp(2rem, 3vw, 3rem); }
.content-body h3 { margin: 28px 0 10px; font-size: 1.22rem; }
.content-body p, .content-body li { color: #b7c6bb; line-height: 1.75; }
.content-body ul { display: grid; gap: 9px; padding-left: 22px; }
.steps { counter-reset: step; display: grid; gap: 14px; }
.steps article { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.steps article::before { counter-increment: step; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: var(--dark); color: var(--lime); font-weight: 900; content: "0" counter(step); }
.steps h2 { margin: 4px 0 10px; font-size: 1.65rem; }
.steps p { margin: 0; }
.play-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; padding: 42px; border: 1px solid rgb(35 216 107 / 28%); border-radius: 24px; background: linear-gradient(135deg, #101f16, #07100b); color: #fff; box-shadow: 0 24px 60px rgb(0 0 0 / 26%); }
.play-card h2 { margin-bottom: 12px; color: #fff; }
.play-card p { margin: 0; color: #aebfb2; line-height: 1.6; }
.play-card .button { background: var(--lime); color: var(--dark); white-space: nowrap; }
a:focus-visible, button:focus-visible { outline: 3px solid #4fbbff; outline-offset: 3px; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; min-height: auto; }.pitch-card { width: min(100%, 620px); }.section-heading, .loop-grid, .content-grid { grid-template-columns: 1fr; }.content-aside { position: static; }.feature-grid { grid-template-columns: 1fr; }.feature-grid article { min-height: 220px; }.feature-grid h3 { margin-top: 46px; }.loop-grid { gap: 30px; }.footer-main p { display: none; } }
@media (max-width: 680px) { .site-header { min-height: 72px; padding-inline: 16px; }.site-header .brand span { width: 112px; height: 58px; }.site-header nav a:not(.nav-cta) { display: none; }.section-shell { width: min(100% - 32px, 1180px); }.hero { padding-block: 64px; }.hero h1 { font-size: clamp(3.5rem, 18vw, 5.2rem); }.pitch-card { min-height: 420px; padding: 20px 16px; }.fixture { gap: 8px; padding-block: 62px 46px; }.crest { width: 64px; height: 72px; }.decision-grid { gap: 5px; }.decision-grid span { padding-inline: 4px; }.marquee { justify-content: flex-start; }.feature-section, .final-cta { padding-block: 86px; }.loop-grid { padding-block: 86px; }.page-hero { padding-block: 72px 52px; }.page-hero h1 { overflow-wrap: break-word; font-size: clamp(2.75rem, 13vw, 4.2rem); }.content-grid { gap: 42px; padding-bottom: 86px; }.steps article { grid-template-columns: 1fr; }.play-card { grid-template-columns: 1fr; padding: 30px 24px; }.play-card .button { width: 100%; } footer { grid-template-columns: 1fr; gap: 18px; }.footer-main { justify-content: center; } footer nav { justify-content: center; flex-wrap: wrap; } footer small { text-align: center; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
