:root {
  --navy: #071c2d;
  --navy-light: #102b42;
  --navy-card: #13324a;
  --ink: #162235;
  --muted: #64727e;
  --paper: #f5f7f8;
  --card: #ffffff;
  --line: #dce3e6;
  --green: #27b052;
  --green-dark: #168d3d;
  --green-soft: #ebf9ee;
  --blue: #3973b6;
  --purple: #9a52c3;
  --orange: #bd7535;
  --teal: #318d88;
  --shadow: 0 20px 60px rgba(7, 28, 45, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 50; padding: 10px 14px; color: var(--ink); background: white; border-radius: 6px; }
.skip-link:focus { left: 12px; }
:focus-visible { outline: 3px solid #85ddb0; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 20; color: #fff; background: rgba(7, 28, 45, .96); border-bottom: 1px solid rgba(255, 255, 255, .08); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: white; text-decoration: none; }
.brand-name { font-size: 15px; line-height: 1.08; font-weight: 800; letter-spacing: .04em; }
.brand-mark { width: 37px; height: 43px; display: grid; place-items: center; flex: 0 0 auto; border: 3px solid #37bd5d; border-radius: 12px 5px 12px 5px; color: #f8ffff; background: #15334a; transform: rotate(-5deg); box-shadow: 0 4px 12px rgba(2, 13, 23, .25); }
.brand-mark span { font-size: 20px; transform: rotate(5deg); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #d5e2eb; font-size: 13px; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover { color: white; }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; border-radius: 5px; color: white; background: var(--green); font-weight: 800; box-shadow: 0 6px 18px rgba(39, 176, 82, .22); }
.site-nav .nav-cta:hover { background: var(--green-dark); }
.menu-toggle { display: none; padding: 8px 10px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 6px; color: white; background: transparent; }
.menu-icon { font-size: 20px; line-height: 1; }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, black 0%, transparent 75%); }
.hero::after { position: absolute; width: 750px; height: 750px; right: -280px; top: -340px; content: ""; border: 1px solid rgba(72, 205, 115, .12); border-radius: 50%; box-shadow: 0 0 0 40px rgba(72,205,115,.025), 0 0 0 80px rgba(72,205,115,.02); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 56px; padding-top: 94px; padding-bottom: 78px; }
.hero-copy { max-width: 510px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 16px; color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.light-heading .eyebrow { color: #6ee08a; }
.eyebrow-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(39,176,82,.14); }
.hero h1 { margin: 0; font-size: clamp(50px, 7vw, 86px); line-height: .99; letter-spacing: -.055em; }
h1 span, h2 span { color: var(--green); }
.hero-lead { max-width: 495px; margin: 28px 0 0; color: #b8c7d1; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--green); box-shadow: 0 8px 22px rgba(39, 176, 82, .22); }
.button-primary:hover { background: var(--green-dark); }
.button-ghost { color: #d5e2eb; border-color: #3a5266; background: transparent; }
.button-ghost:hover { color: white; border-color: #6e8799; background: rgba(255,255,255,.05); }
.hero-note { margin: 20px 0 0; color: #87a0ae; font-size: 12px; }
.hero-note span { margin-right: 7px; color: #72da8f; font-weight: 800; }

.hero-visual { position: relative; min-width: 0; padding: 14px 0 0; }
.glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.glow-one { width: 380px; height: 380px; right: 2%; top: -60px; background: rgba(37, 161, 81, .16); filter: blur(40px); }
.glow-two { width: 220px; height: 220px; left: 3%; bottom: -10px; background: rgba(44, 108, 170, .17); filter: blur(36px); }
.dashboard-window { position: relative; display: grid; grid-template-columns: 145px 1fr; min-height: 476px; overflow: hidden; border: 1px solid rgba(225, 241, 234, .28); border-radius: 12px; background: #f8faf9; box-shadow: 0 30px 70px rgba(0,0,0,.28), 0 0 0 7px rgba(255,255,255,.04); transform: perspective(1500px) rotateY(-4deg) rotateX(2deg); }
.dashboard-sidebar { padding: 20px 11px; color: white; background: linear-gradient(180deg, #0a2236, #0b2940); }
.dashboard-brand { display: flex; align-items: center; gap: 7px; padding: 0 5px 19px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 10px; font-weight: 800; line-height: 1.05; letter-spacing: .03em; }
.mini-mark { width: 25px; height: 29px; display: grid; place-items: center; border: 2px solid #35bd5e; border-radius: 8px 3px 8px 3px; font-size: 12px; transform: rotate(-5deg); }
.dashboard-user { display: flex; align-items: center; gap: 8px; padding: 18px 5px; border-bottom: 1px solid rgba(255,255,255,.12); }
.avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 9px; font-weight: 800; }
.dashboard-user strong, .dashboard-user small { display: block; }
.dashboard-user strong { color: #f7fbff; font-size: 9px; }
.dashboard-user small { margin-top: 3px; color: #adc0ca; font-size: 8px; }
.dashboard-user i { width: 5px; height: 5px; display: inline-block; margin-right: 3px; border-radius: 50%; background: #2ed05b; }
.dashboard-nav { display: grid; gap: 7px; padding-top: 19px; }
.dashboard-nav span { display: flex; align-items: center; gap: 9px; min-height: 35px; padding: 0 8px; border-radius: 5px; color: #b8cbd4; font-size: 9px; }
.dashboard-nav span.active { color: #77dd92; background: #1c3c54; font-weight: 800; }
.dashboard-nav b { width: 13px; color: currentColor; font-size: 14px; font-weight: 400; text-align: center; }
.dashboard-content { min-width: 0; padding: 24px 17px; background: #f7f9f8; }
.dashboard-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid #e0e6e5; }
.dashboard-kicker { margin: 0; color: #2c8047; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.dashboard-topline h2 { margin: 5px 0 0; color: #0d1b2e; font-size: 19px; line-height: 1.1; }
.countdown { min-width: 132px; padding: 8px 10px; border: 1px solid #dce6df; border-radius: 6px; text-align: right; background: white; }
.countdown span { display: block; color: #7a8883; font-size: 7px; }
.countdown strong { display: block; margin-top: 3px; color: #31804b; font-size: 13px; letter-spacing: .06em; }
.mini-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; padding: 14px 0; }
.mini-stat { display: flex; align-items: center; gap: 7px; min-width: 0; min-height: 55px; padding: 7px; border: 1px solid #e0e5e5; border-radius: 5px; background: white; }
.mini-stat > span:last-child { display: grid; min-width: 0; gap: 3px; }
.mini-stat small, .mini-stat strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mini-stat small { color: #738089; font-size: 7px; }
.mini-stat strong { color: #1e2d37; font-size: 9px; font-weight: 700; }
.mini-stat strong.green-text { color: #31804b; }
.stat-icon { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; font-size: 9px; font-weight: 800; }
.stat-icon.green { color: #318b4a; background: #e7f6e9; }
.stat-icon.slate { color: #697784; background: #e8edf0; }
.stat-icon.blue { color: #2a72c4; background: #e8f2ff; }
.stat-icon.purple { color: #9950c2; background: #f4eaf9; font-size: 13px; }
.dashboard-panels { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8px; }
.pick-panel, .schedule-panel { min-width: 0; overflow: hidden; border: 1px solid #dfe5e5; border-radius: 6px; background: white; }
.pick-panel { padding: 13px; }
.panel-heading { display: flex; align-items: center; gap: 5px; min-height: 28px; }
.panel-heading h3 { margin: 0; color: #183023; font-size: 11px; }
.panel-heading-between { justify-content: space-between; padding: 0 11px; border-bottom: 1px solid #e4e9e9; }
.target-icon { color: #2d8a4a; font-size: 19px; line-height: 1; }
.pick-panel p { margin: 10px 0 14px; color: #64717a; font-size: 9px; line-height: 1.5; }
.fake-select { display: flex; align-items: center; justify-content: space-between; min-height: 34px; padding: 0 9px; border: 1px solid #d7dde0; border-radius: 4px; color: #78848b; font-size: 9px; }
.fake-select span { color: #263c4a; font-size: 14px; }
.dashboard-notice { display: flex; gap: 6px; margin-top: 9px; padding: 7px 8px; border: 1px solid #cbdcf3; border-radius: 4px; color: #527094; background: #edf5ff; font-size: 8px; line-height: 1.45; }
.dashboard-notice span { flex: 0 0 auto; font-size: 11px; }
.fake-save { display: flex; align-items: center; justify-content: center; min-height: 34px; margin-top: 11px; border-radius: 4px; color: white; background: var(--green); font-size: 10px; font-weight: 800; }
.view-link { color: #47728d; font-size: 8px; }
.fixture-row { display: grid; grid-template-columns: 54px 30px 1fr 9px 1fr; align-items: center; min-height: 37px; padding: 0 10px; border-bottom: 1px solid #e6ebeb; color: #71808a; font-size: 7px; }
.fixture-row:last-child { border-bottom: 0; }
.fixture-row strong { color: #4e5d66; font-size: 7px; font-weight: 500; }
.fixture-row em { color: #869299; font-style: normal; text-align: center; }
.team { display: flex; align-items: center; justify-content: flex-end; gap: 4px; min-width: 0; color: #26353f; white-space: nowrap; }
.team.away { justify-content: flex-start; }
.club-badge { width: 18px; height: 18px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; font-size: 6px; font-weight: 800; }
.club-badge.pec { background: #5792be; }.club-badge.fey { background: #25272c; }.club-badge.az { color: #a03747; background: #f3dfe4; }.club-badge.twe { background: #cd4151; }.club-badge.psv { background: #df536b; }.club-badge.cam { color: #704a1c; background: #e4d8ae; }.club-badge.aja { background: #d6596b; }.club-badge.goe { color: #5c4a1e; background: #dbc775; }
.stat-strip { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.1); }
.stat-strip > div { display: grid; gap: 3px; padding: 22px 0 24px 24px; border-right: 1px solid rgba(255,255,255,.1); }
.stat-strip > div:first-child { padding-left: 0; }.stat-strip > div:last-child { border-right: 0; }
.stat-strip strong { color: #f3f8f9; font-size: 21px; }.stat-strip span { color: #89a1af; font-size: 11px; }

.section { padding: 112px 0; }
.section-light { background: white; }.section-paper { background: var(--paper); }
.section-heading h2 { margin: 0; color: #102133; font-size: clamp(34px, 4vw, 49px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.section-heading.centered { max-width: 590px; margin: 0 auto 58px; text-align: center; }.section-heading.centered .eyebrow { justify-content: center; }.section-heading.centered h2 { text-align: center; }
.section-heading.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }.split-heading > p { max-width: 290px; margin-bottom: 3px !important; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 285px; padding: 29px 29px 25px; border: 1px solid #e1e6e8; border-radius: 8px; background: #fbfcfc; }
.step-card.featured-step { border-color: #badfc4; background: linear-gradient(150deg, #f2fbf3, #fff); box-shadow: 0 13px 30px rgba(44, 137, 74, .08); transform: translateY(-9px); }
.step-number { position: absolute; top: 27px; right: 29px; color: #afbfc5; font-size: 11px; font-weight: 800; letter-spacing: .08em; }.featured-step .step-number { color: #78b987; }
.step-icon, .feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font-size: 24px; }.step-icon { margin-bottom: 25px; }.green-bg { color: #2d9550; background: #e5f6e8; }.blue-bg { color: #2b72c1; background: #e8f2ff; }.purple-bg { color: #9853bf; background: #f4eafa; }
.step-card h3, .feature-card h3 { margin: 0; color: #182b38; font-size: 17px; }.step-card p, .feature-card p { margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.feature-card { min-height: 240px; padding: 26px 25px 23px; border: 1px solid var(--line); border-radius: 8px; background: white; transition: transform .2s ease, box-shadow .2s ease; }.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.feature-icon { width: 42px; height: 42px; margin-bottom: 20px; font-size: 20px; }.green-icon { color: #2b9550; background: #e5f6e8; }.blue-icon { color: #2b72c1; background: #e8f2ff; }.purple-icon { color: #9853bf; background: #f4eafa; }.orange-icon { color: #ba7234; background: #faeee3; }.teal-icon { color: #318d88; background: #e5f5f3; }.feature-link { display: block; margin-top: 17px; color: #337c4a; font-size: 11px; font-weight: 800; }

.competitions-section { position: relative; overflow: hidden; color: white; background: #091f32; }.competitions-section::before { position: absolute; inset: 0; content: ""; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 58px 58px; }.competitions-section .container { position: relative; z-index: 1; }.light-heading h2 { color: white; }.light-heading h2 span { color: #67da85; }.light-heading > p:last-child { color: #a9bdc9; }
.competition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.competition-card { min-height: 370px; padding: 24px; border: 1px solid #274357; border-radius: 8px; background: #102f46; }.active-competition { border-color: #3baf5e; background: linear-gradient(150deg, #123e4d, #102f46); box-shadow: 0 17px 35px rgba(0,0,0,.16); }.competition-top { display: flex; align-items: center; justify-content: space-between; }.competition-badge { padding: 4px 8px; border-radius: 3px; font-size: 8px; font-weight: 800; letter-spacing: .1em; }.badge-green { color: #b0f1bf; background: rgba(45, 179, 83, .2); }.badge-blue { color: #b3d6ff; background: rgba(62, 133, 207, .2); }.badge-purple { color: #e2c5f4; background: rgba(154, 82, 195, .22); }.competition-season { color: #7793a3; font-size: 9px; letter-spacing: .08em; }.competition-emblem { width: 62px; height: 62px; display: grid; place-items: center; margin: 31px 0 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 27px; font-weight: 800; }.eredivisie-emblem { color: #d8efdd; background: rgba(63, 178, 86, .25); }.friends-emblem { color: #c5def8; background: rgba(61, 128, 191, .25); }.business-emblem { color: #e4cff2; background: rgba(153, 81, 194, .25); }.competition-card h3 { margin: 0; color: white; font-size: 21px; }.competition-card p { min-height: 62px; margin: 10px 0 17px; color: #a9bdc9; font-size: 13px; line-height: 1.65; }.competition-meta { display: flex; gap: 8px; padding-top: 15px; border-top: 1px solid #2a4a5e; color: #7f9aaa; font-size: 10px; }.competition-link { display: inline-flex; gap: 7px; margin-top: 20px; color: #78dc92; font-size: 12px; font-weight: 800; text-decoration: none; }.competition-link:hover { color: white; }

.rules-section { background: white; }.rules-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 90px; }.rules-layout h2 { margin: 0; color: #102133; font-size: clamp(33px, 4vw, 47px); line-height: 1.07; letter-spacing: -.045em; }.rules-intro { max-width: 410px; margin: 22px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }.text-link { display: inline-flex; gap: 8px; color: #2d8148; font-size: 13px; font-weight: 800; text-decoration: none; }.text-link:hover { color: var(--green-dark); }.rules-list { border-top: 1px solid var(--line); }.rule-row { display: grid; grid-template-columns: 45px 1fr; gap: 19px; align-items: start; padding: 21px 0; border-bottom: 1px solid var(--line); }.rule-check { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #31804b; background: var(--green-soft); font-size: 10px; font-weight: 800; }.rule-row strong { display: block; color: #1a2b37; font-size: 14px; }.rule-row p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

.final-cta { color: white; background: linear-gradient(115deg, #0a2438, #102e45); }.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 76px; padding-bottom: 76px; }.final-cta .eyebrow { margin-bottom: 12px; color: #71dd8b; }.final-cta h2 { margin: 0; color: white; font-size: clamp(34px, 4vw, 52px); line-height: 1.03; letter-spacing: -.05em; }.button-large { min-width: 160px; min-height: 54px; }
.site-footer { color: #a7bac6; background: #061827; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 90px; }.footer-brand { opacity: .9; }.footer-brand .brand-name { font-size: 11px; }.small-mark { width: 29px; height: 33px; border-width: 2px; }.small-mark span { font-size: 15px; }.footer-inner p { margin: 0; font-size: 11px; }.footer-links { display: flex; gap: 20px; }.footer-links a { color: #a7bac6; font-size: 11px; text-decoration: none; }.footer-links a:hover { color: white; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 50px; padding-top: 74px; }.hero-copy { max-width: 700px; }.hero-visual { max-width: 800px; width: 100%; margin: 0 auto; }.dashboard-window { transform: none; }.rules-layout { gap: 50px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, 560px); }.header-inner { min-height: 70px; }.menu-toggle { display: inline-flex; }.site-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 7px; background: #0c263b; box-shadow: 0 18px 35px rgba(0,0,0,.25); }.site-nav.open { display: flex; }.site-nav a { padding: 12px; }.site-nav .nav-cta { justify-content: center; margin-top: 5px; }.hero-grid { padding-top: 64px; padding-bottom: 55px; }.hero h1 { font-size: clamp(51px, 15vw, 75px); }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.dashboard-window { grid-template-columns: 1fr; min-height: 0; }.dashboard-sidebar { display: none; }.dashboard-content { padding: 17px 10px; }.dashboard-topline { display: block; }.countdown { width: 100%; margin-top: 14px; text-align: left; }.mini-stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }.dashboard-panels { grid-template-columns: 1fr; }.schedule-panel { order: -1; }.fixture-row { grid-template-columns: 61px 35px 1fr 10px 1fr; }.stat-strip { grid-template-columns: repeat(2, 1fr); }.stat-strip > div, .stat-strip > div:first-child { padding: 18px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }.stat-strip > div:nth-child(2) { border-right: 0; }.stat-strip > div:nth-child(3), .stat-strip > div:nth-child(4) { border-bottom: 0; }.stat-strip strong { font-size: 18px; }.stat-strip span { font-size: 10px; }
  .section { padding: 76px 0; }.section-heading.centered { margin-bottom: 38px; }.section-heading h2 { font-size: 37px; }.section-heading.split-heading { display: block; margin-bottom: 34px; }.split-heading > p { max-width: 100%; margin-top: 18px !important; }.steps-grid, .feature-grid, .competition-grid { grid-template-columns: 1fr; }.step-card { min-height: 0; }.step-card.featured-step { transform: none; }.feature-card { min-height: 0; }.competition-card { min-height: 0; }.competition-card p { min-height: 0; }.rules-layout { grid-template-columns: 1fr; gap: 42px; }.final-cta-inner { align-items: flex-start; flex-direction: column; padding-top: 60px; padding-bottom: 60px; }.button-large { width: auto; }.footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 25px; padding-bottom: 25px; }.footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button, .feature-card { transition: none; }.button:hover, .feature-card:hover { transform: none; } }
