:root {
  --night: #081f38;
  --navy: #0f3458;
  --blue: #176ab1;
  --sky: #7dc8f2;
  --lime: #c7f35a;
  --lime-dark: #80a92d;
  --ink: #132a3b;
  --muted: #5b6d79;
  --paper: #f5f7f4;
  --white: #fff;
  --line: rgba(19, 42, 59, .15);
  --shadow: 0 24px 60px rgba(8, 31, 56, .14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.68 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; border-radius: 4px; }
h1, h2, h3, .report-visual strong { margin-top: 0; font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 11ch; margin-bottom: .28em; font-size: clamp(3.4rem, 7.7vw, 7.3rem); line-height: .92; letter-spacing: -.06em; }
h2 { margin-bottom: .55em; font-size: clamp(2.15rem, 4vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
h3 { margin-bottom: .4rem; font-size: 1.65rem; line-height: 1.1; }
p { margin-top: 0; }

.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  z-index: 100;
  padding: .8rem 1rem;
  color: var(--night);
  background: var(--white);
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }
.section { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: .8rem max(1.25rem, calc((100% - 1180px) / 2));
  color: var(--white);
  background: #06192d;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; color: inherit; font-weight: 850; letter-spacing: .01em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; color: var(--night); background: var(--lime); border-radius: 50%; font-size: .74rem; font-weight: 950; letter-spacing: .04em; }
.site-header nav { display: flex; flex-wrap: wrap; gap: .55rem 2rem; }
.site-header nav a { color: rgba(255,255,255,.78); font-size: .88rem; font-weight: 750; text-decoration: none; }
.site-header nav a:hover { color: var(--lime); }

.hero { position: relative; min-height: min(780px, calc(100vh - 82px)); display: flex; align-items: center; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #06192d, #0b2e52 66%, #0f4268); }
.hero-grid { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent, #000 55%); }
.hero-ring { position: absolute; border: 1px solid rgba(199,243,90,.25); border-radius: 50%; }
.ring-one { width: 680px; height: 680px; right: -170px; top: -210px; box-shadow: 0 0 0 100px rgba(125,200,242,.025), 0 0 0 200px rgba(125,200,242,.018); }
.ring-two { width: 320px; height: 320px; left: 42%; bottom: -180px; }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; padding: clamp(5rem, 10vw, 8rem) 0; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.eyebrow, .kicker { color: var(--blue); font-size: .77rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .8rem; color: var(--lime); }
.eyebrow span { width: 36px; height: 2px; background: currentColor; }
.lead { max-width: 56ch; margin-bottom: 2rem; color: rgba(255,255,255,.83); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.2rem; border: 1px solid transparent; border-radius: 99px; font-weight: 850; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--night); background: var(--lime); }
.button.primary:hover { background: #dcff87; }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,.45); background: transparent; }
.button.secondary:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.report-visual { position: relative; min-height: 480px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--night); background: var(--lime); border-radius: var(--radius); box-shadow: 24px 30px 0 rgba(125,200,242,.14); transform: rotate(2deg); }
.report-visual::after { content: ""; position: absolute; right: -130px; bottom: -170px; width: 390px; height: 390px; border: 55px solid rgba(8,31,56,.09); border-radius: 50%; }
.report-topline, .report-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.report-topline { padding-bottom: 1rem; border-bottom: 1px solid rgba(8,31,56,.25); }
.report-kicker { position: relative; z-index: 1; margin: auto 0 .5rem; font-size: .8rem; font-weight: 850; text-transform: uppercase; }
.report-visual strong { position: relative; z-index: 1; font-size: clamp(3rem, 5.5vw, 5.4rem); line-height: .9; letter-spacing: -.06em; }
.report-bottom i { flex: 1; height: 1px; background: rgba(8,31,56,.35); }

.intro { padding-block: clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 8rem); }
.intro-copy { color: var(--muted); font-size: 1.08rem; }
.text-link { color: var(--blue); font-weight: 850; }

.offers { padding-block: clamp(5rem, 9vw, 8rem); background: var(--white); }
.section-heading { margin-bottom: 2.5rem; display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 4rem; }
.section-heading > p { margin-bottom: .6rem; color: var(--muted); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.offer-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 1.7rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }
.offer-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-number { position: absolute; top: 1.6rem; right: 1.6rem; color: var(--muted); font-size: .75rem; font-weight: 850; }
.card-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: auto; color: var(--blue); background: var(--white); border-radius: 50%; }
.card-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-label { margin: 2rem 0 .6rem; color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.offer-card p:not(.card-label) { color: var(--muted); }
.offer-card > a { margin-top: auto; color: var(--blue); font-weight: 850; }
.clubs-card { background: #edf6fb; }
.dates-card { background: #f2f8e5; }

.mv-band { overflow: hidden; color: var(--night); background: var(--lime); }
.mv-band-inner { min-width: max-content; padding-block: 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.mv-band p { margin: 0; font-size: .8rem; font-weight: 950; letter-spacing: .14em; }

.context { padding-block: clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 8rem); }
.context-lead { color: var(--muted); }
.sport-tags { margin: 1.5rem 0; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem; list-style: none; }
.sport-tags li { padding: .65rem 1rem; color: var(--night); background: var(--white); border: 1px solid var(--line); border-radius: 99px; font-weight: 800; }
.small-note, .transparency { color: var(--muted); font-size: .82rem; }

.products { position: relative; overflow: hidden; color: var(--white); background: var(--night); }
.products-shape { position: absolute; right: -12vw; top: -20%; width: 55vw; height: 150%; border: 1px solid rgba(125,200,242,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(125,200,242,.025), 0 0 0 160px rgba(125,200,242,.018); }
.products-inner { position: relative; z-index: 1; padding-block: clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(3rem, 9vw, 9rem); }
.products .kicker { color: var(--lime); }
.products-copy > p:not(.kicker,.transparency) { color: rgba(255,255,255,.76); }
.product-button { color: var(--night); background: var(--sky); }
.product-button:hover { background: #b0e1fb; }
.transparency { margin-top: 1rem; color: rgba(255,255,255,.58); }
.category-board { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); overflow: hidden; backdrop-filter: blur(8px); }
.category-board div { min-height: 105px; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; padding: 1.25rem; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.045); }
.category-board div:nth-child(even) { border-right: 0; }
.category-board div:nth-last-child(-n+2) { border-bottom: 0; }
.category-board span { color: var(--sky); font-size: .72rem; font-weight: 850; }
.category-board strong { font-size: 1.05rem; }

.faq { padding-block: clamp(5rem, 10vw, 9rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 8vw, 8rem); }
details { padding: 1.3rem 0; border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; font-size: 1.12rem; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--blue); font-size: 1.5rem; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { margin: .8rem 2rem 0 0; color: var(--muted); }
details a { color: var(--blue); font-weight: 750; }

.closing { color: var(--white); background: var(--navy); }
.closing-inner { padding-block: clamp(4.5rem, 9vw, 7rem); }
.closing .kicker { color: var(--lime); }
.closing h2 { max-width: 16ch; }
.closing-inner > div { display: flex; flex-wrap: wrap; gap: .8rem; }

footer { padding: 2.5rem max(1.25rem, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem 3rem; color: var(--muted); background: var(--white); }
.footer-brand { color: var(--night); }
footer p, footer small { margin: 0; }
footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }
footer nav a { color: var(--ink); font-weight: 750; }
footer small { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .hero-inner, .intro, .context, .products-inner, .faq { grid-template-columns: 1fr; }
  .report-visual { min-height: 410px; transform: none; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 340px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .site-header nav { gap: .4rem 1rem; }
  .hero-inner, .section { width: min(100% - 2rem, 1180px); }
  .report-visual { min-height: 350px; padding: 1.35rem; }
  .category-board { grid-template-columns: 1fr; }
  .category-board div { border-right: 0; }
  .category-board div:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .mv-band-inner { gap: 1.2rem; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
