:root {
  --blue: #36a9e1;
  --blue-dark: #1d71b8;
  --navy: #091751;
  --green: #63a31f;
  --green-dark: #2fac66;
  --yellow: #ffde00;
  --orange: #e94e1b;
  --purple: #662483;
  --ink: #121212;
  --muted: #667085;
  --light: #f5f7fa;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 20px 60px rgba(9, 23, 81, .10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(9,23,81,.07);
}
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 190px; display: block; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.nav-links a { transition: .25s; }
.nav-links a:hover { color: var(--blue-dark); }
.nav-button {
  padding: 13px 20px; border-radius: 100px; color: white !important;
  background: var(--navy); box-shadow: 0 8px 20px rgba(9,23,81,.18);
}
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px; }

.hero {
  min-height: 680px; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(54,169,225,.18), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(99,163,31,.12), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f7fbff 100%);
}
.hero-grid {
  min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; gap: 40px; position: relative; z-index: 2;
}
.eyebrow, .section-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em;
}
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(233,78,27,.12); }
.hero h1 { margin-top: 18px; font-size: clamp(46px, 6vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 700; }
.hero h1 strong { color: var(--blue-dark); }
.hero-text { max-width: 590px; margin-top: 26px; color: #586174; font-size: 17px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  min-height: 52px; padding: 0 22px; border-radius: 12px;
  font-size: 13px; font-weight: 700; transition: .25s;
}
.btn span { font-size: 20px; line-height: 1; }
.btn-primary { background: var(--blue-dark); color: white; box-shadow: 0 12px 30px rgba(29,113,184,.24); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(29,113,184,.3); }
.btn-ghost { border: 1px solid #dce2ea; background: white; }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue-dark); }
.btn-dark { background: var(--navy); color: white; }
.btn-light { background: white; color: var(--navy); }

.hero-stats { display: flex; gap: 36px; margin-top: 48px; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 22px; color: var(--navy); }
.hero-stats span { color: #8992a3; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.visual-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(54,169,225,.22); }
.ring-1 { width: 430px; height: 430px; }
.ring-2 { width: 330px; height: 330px; border-color: rgba(99,163,31,.25); }
.visual-card {
  width: 285px; height: 350px; border-radius: 150px 150px 35px 35px;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  color: white; display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 35px 80px rgba(9,23,81,.24); position: relative; overflow: hidden;
}
.visual-card:before {
  content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%;
  border: 35px solid rgba(255,222,0,.85); top: -90px; right: -65px;
}
.visual-card:after {
  content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%;
  border: 22px solid rgba(47,172,102,.65); bottom: -80px; left: -65px;
}
.card-label { font-size: 76px; line-height: .8; font-weight: 800; letter-spacing: -.08em; position: relative; z-index: 2; }
.card-year { font-size: 34px; font-weight: 700; color: var(--yellow); position: relative; z-index: 2; }
.visual-card p { margin-top: 24px; font-size: 8px; letter-spacing: .18em; position: relative; z-index: 2; }

.floating-card {
  position: absolute; z-index: 4; background: white; padding: 14px 17px;
  border-radius: 14px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 11px;
  animation: float 4s ease-in-out infinite;
}
.floating-card span { font-size: 25px; }
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: 11px; }
.floating-card small { font-size: 9px; color: #8a93a3; margin-top: 2px; }
.card-top { top: 80px; right: 0; }
.card-bottom { bottom: 70px; left: 10px; animation-delay: -1.5s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.hero-decoration { position: absolute; border-radius: 50%; filter: blur(1px); }
.decor-one { width: 180px; height: 180px; right: -70px; top: 120px; background: rgba(102,36,131,.08); }
.decor-two { width: 120px; height: 120px; left: -50px; bottom: 50px; background: rgba(255,222,0,.12); }

.ticker { background: var(--navy); color: white; overflow: hidden; white-space: nowrap; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 26px; padding: 14px 0; animation: ticker 28s linear infinite; }
.ticker span { font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.ticker i { color: var(--yellow); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 110px 0; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.section-kicker { margin-bottom: 16px; }
.section h2 { font-size: clamp(38px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.section h2 em, .cta h2 em { color: var(--blue-dark); font-style: normal; }
.about-content > p { color: var(--muted); font-size: 16px; max-width: 620px; }
.feature-list { margin-top: 38px; display: grid; gap: 18px; }
.feature { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid #edf0f4; }
.feature-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.feature-icon.blue { background: rgba(54,169,225,.14); color: var(--blue-dark); }
.feature-icon.green { background: rgba(47,172,102,.13); color: var(--green-dark); }
.feature-icon.yellow { background: rgba(255,222,0,.25); color: #8d7800; }
.feature b, .feature small { display: block; }
.feature b { font-size: 13px; }
.feature small { color: #8a93a3; font-size: 11px; margin-top: 2px; }

.modalities { background: var(--light); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading > p { max-width: 330px; color: var(--muted); font-size: 13px; }
.modalities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sport-card { min-height: 320px; border-radius: var(--radius); padding: 28px; position: relative; overflow: hidden; transition: .3s; }
.sport-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.sport-card:after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; right: -75px; bottom: -80px; background: rgba(255,255,255,.12); }
.sport-number { font-size: 10px; font-weight: 800; opacity: .7; }
.sport-icon { font-size: 48px; margin: 45px 0 15px; }
.sport-card h3 { font-size: 21px; }
.sport-card p { font-size: 11px; opacity: .8; max-width: 180px; margin-top: 5px; }
.sport-card a { display: inline-block; margin-top: 24px; font-size: 10px; font-weight: 800; }
.sport-blue { background: var(--blue); color: white; }
.sport-green { background: var(--green); color: white; }
.sport-yellow { background: var(--yellow); color: var(--navy); }
.sport-orange { background: var(--orange); color: white; }
.more-modalities { display: flex; justify-content: space-between; margin-top: 20px; padding: 20px 24px; background: white; border-radius: 14px; font-size: 11px; }
.more-modalities span { color: var(--muted); }
.more-modalities a { font-weight: 800; color: var(--blue-dark); }

.program { background: white; }
.program-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.program-copy p { color: var(--muted); font-size: 14px; max-width: 420px; margin: 25px 0 30px; }
.schedule-card { background: var(--navy); border-radius: 26px; padding: 30px; color: white; box-shadow: 0 25px 60px rgba(9,23,81,.2); }
.schedule-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.schedule-head span:first-child, .schedule-head b { display: block; }
.schedule-head span:first-child { font-size: 9px; color: #8ea0c4; letter-spacing: .15em; }
.schedule-head b { font-size: 15px; margin-top: 2px; }
.live-badge { background: rgba(47,172,102,.15); color: #70dc91; padding: 7px 10px; border-radius: 100px; font-size: 8px; font-weight: 800; }
.live-badge i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #46d67a; margin-right: 5px; }
.match { display: grid; grid-template-columns: 85px 1fr 80px; gap: 18px; align-items: center; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.match:last-child { border-bottom: 0; }
.match-time { font-size: 14px; font-weight: 800; }
.match-time small { display: block; color: #7285ad; font-size: 7px; letter-spacing: .1em; margin-top: 3px; }
.teams { display: flex; align-items: center; gap: 14px; font-size: 11px; }
.teams span { color: var(--yellow); font-weight: 800; }
.match-sport { text-align: right; color: #8ea0c4; font-size: 9px; }

.results { padding-top: 0; }
.results-box {
  border-radius: 28px; padding: 55px 65px; color: white;
  background: linear-gradient(120deg, var(--blue-dark), var(--navy));
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  position: relative; overflow: hidden;
}
.results-box:after { content: ""; position: absolute; width: 320px; height: 320px; border: 55px solid rgba(255,222,0,.13); border-radius: 50%; right: -100px; top: -140px; }
.results-box .section-kicker { color: var(--yellow); }
.results-box h2 { font-size: 38px; }
.results-box p { max-width: 580px; margin-top: 12px; color: rgba(255,255,255,.72); font-size: 13px; }

.cta { padding: 90px 0; background: #f7f8fa; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-right { max-width: 360px; }
.cta-right p { color: var(--muted); font-size: 13px; margin-bottom: 22px; }

.footer { background: var(--navy); color: white; padding: 55px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .7fr; gap: 50px; padding-bottom: 45px; }
.footer-brand img { width: 180px; filter: brightness(0) invert(1); }
.footer-brand p { color: #8d9cbd; font-size: 11px; margin-top: 12px; }
.footer-links, .footer-social { display: flex; flex-direction: column; gap: 11px; font-size: 11px; color: #b6c0d4; }
.footer-links a:hover, .footer-social a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; color: #6e7d9e; font-size: 9px; }

.back-top {
  position: fixed; right: 22px; bottom: 22px; width: 42px; height: 42px; border: 0;
  border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 18px;
  font-weight: 800; cursor: pointer; opacity: 0; pointer-events: none; transition: .25s; z-index: 99;
}
.back-top.visible { opacity: 1; pointer-events: auto; }

@media (max-width: 900px) {
  .nav-links {
    position: absolute; top: 88px; left: 0; right: 0; padding: 25px;
    background: white; flex-direction: column; align-items: stretch; gap: 5px;
    box-shadow: 0 20px 30px rgba(0,0,0,.08); display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .menu-toggle { display: block; }
  .hero-grid, .about-grid, .program-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { padding: 75px 0 30px; }
  .hero-visual { min-height: 450px; }
  .modalities-grid { grid-template-columns: repeat(2, 1fr); }
  .program-grid { gap: 45px; }
  .results-box, .cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav { height: 74px; }
  .brand img { width: 160px; }
  .nav-links { top: 74px; }
  .hero-grid { padding-top: 55px; }
  .hero h1 { font-size: 46px; }
  .hero-text { font-size: 14px; }
  .hero-stats { gap: 18px; }
  .hero-stats strong { font-size: 18px; }
  .hero-visual { transform: scale(.82); margin: -35px 0; }
  .section { padding: 75px 0; }
  .about-grid { gap: 45px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .modalities-grid { grid-template-columns: 1fr; }
  .sport-card { min-height: 280px; }
  .match { grid-template-columns: 65px 1fr; }
  .match-sport { display: none; }
  .teams { flex-wrap: wrap; }
  .results-box { padding: 38px 28px; }
  .results-box h2 { font-size: 30px; }
  .cta { padding: 70px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
