:root {
  --bg: #0b1118;
  --surface: #121a23;
  --surface-alt: #182230;
  --surface-strong: #1e2937;
  --text: #f3f7fb;
  --text-soft: #92a0b3;
  --line: #223041;
  --accent: #ff7447;
  --accent-deep: #f05a31;
  --accent-soft: rgba(255, 116, 71, 0.12);
  --success: #163725;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --radius-xl: 0;
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
  --page-width: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 116, 71, 0.14), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(72, 132, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #16212d 0%, #0f1720 38%, #0b1118 72%, #121b27 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.3) 42%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.page-shell {
  max-width: calc(var(--page-width) + 48px);
  margin: 0 auto;
  padding: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(180deg, rgba(6, 11, 17, 0.98), rgba(10, 16, 24, 0.9));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: max(24px, calc((100vw - var(--page-width)) / 2));
  padding-right: max(24px, calc((100vw - var(--page-width)) / 2));
  background: linear-gradient(180deg, rgba(15, 22, 31, 0.7), rgba(11, 17, 24, 0.35));
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo,
.footer-logo {
  display: block;
  width: auto;
  height: 24px;
}

.nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(14, 21, 30, 0.82);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-toggle:focus-visible,
.nav-toggle:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(18, 27, 39, 0.96);
}

.nav-links a {
  color: #c2cfdd;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #ffffff;
}

.section {
  padding: 88px 0;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 132px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: max(36px, calc((100vw - var(--page-width)) / 2));
  padding-right: max(36px, calc((100vw - var(--page-width)) / 2));
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-image:
    linear-gradient(90deg, rgba(7, 12, 18, 0.92) 0%, rgba(7, 12, 18, 0.82) 32%, rgba(7, 12, 18, 0.46) 58%, rgba(7, 12, 18, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 12, 18, 0.26) 0%, rgba(7, 12, 18, 0.14) 38%, rgba(7, 12, 18, 0.8) 100%),
    url("./assets/generated/hero-cycling-race-right.png");
  background-position: 72% center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 24%, rgba(88, 139, 255, 0.16), transparent 22%),
    radial-gradient(circle at 14% 18%, rgba(255, 116, 71, 0.14), transparent 18%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 18%;
  background: linear-gradient(180deg, rgba(7, 12, 18, 0) 0%, rgba(7, 12, 18, 0.72) 100%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.section-band {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 32px;
  padding-left: max(36px, calc((100vw - var(--page-width)) / 2));
  padding-right: max(36px, calc((100vw - var(--page-width)) / 2));
  border: 1px solid var(--line);
  overflow: hidden;
}

.section-band::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.section-band-strong {
  background:
    linear-gradient(180deg, rgba(14, 21, 30, 0.98), rgba(10, 16, 24, 0.98));
  border-color: #2a394a;
  box-shadow: var(--shadow);
}

.section-band-contrast {
  background:
    linear-gradient(180deg, rgba(31, 43, 56, 0.98), rgba(24, 35, 47, 0.98));
  border-color: #42566d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.section-band-light {
  background:
    radial-gradient(circle at top right, rgba(82, 138, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #edf3f8 0%, #dfe8f1 100%);
  border-color: #b7c7d7;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
  color: #0f172a;
}

.section-band-outline {
  background:
    linear-gradient(180deg, rgba(14, 21, 30, 0.72), rgba(14, 21, 30, 0.42));
  border-color: #314152;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 12, 18, 0.34);
  color: rgba(243, 247, 251, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero h1,
.section-heading h2,
.results-copy h2,
.cta-card h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3.5rem, 7vw, 6.25rem);
}

.hero-text,
.feature-card > p:not(.feature-kicker),
.timeline-step > p,
.results-copy > p:not(.eyebrow),
.proof-card > p,
.cta-card > p:not(.eyebrow),
.site-footer p {
  color: var(--text-soft);
  line-height: 1.72;
  font-size: 1.04rem;
}

.hero-text {
  max-width: 48rem;
  margin-top: 24px;
  color: rgba(243, 247, 251, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  color: #0b1118;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(18, 26, 35, 0.88);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.hero-metrics article,
.feature-card,
.timeline-step,
.results-card,
.proof-card,
.cta-card,
.product-shot {
  border: 1px solid var(--line);
  background: rgba(18, 26, 35, 0.92);
  box-shadow: var(--shadow);
}

.hero-metrics article {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(7, 12, 18, 0.36);
  backdrop-filter: blur(12px);
}

.section-band-contrast .feature-card,
.section-band-contrast .results-card,
.section-band-contrast .cta-card,
.section-band-contrast .proof-card,
.section-band-contrast .timeline-step,
.section-band-contrast .product-shot {
  background: rgba(11, 17, 24, 0.48);
  border-color: rgba(255, 255, 255, 0.14);
}

.section-band-strong .feature-card,
.section-band-strong .results-card,
.section-band-strong .cta-card,
.section-band-strong .proof-card,
.section-band-strong .timeline-step,
.section-band-strong .product-shot {
  background: rgba(18, 26, 35, 0.9);
}

.section-band-light .section-heading h2,
.section-band-light .results-copy h2,
.section-band-light .cta-card h2,
.section-band-light .feature-card h3,
.section-band-light .timeline-step h3,
.section-band-light .proof-card h3,
.section-band-light .hero-metrics strong,
.section-band-light .product-stats strong,
.section-band-light .result-feed strong,
.section-band-light .product-head h2,
.section-band-light .table-row strong {
  color: #0f172a;
}

.section-band-light .eyebrow {
  background: rgba(255, 255, 255, 0.78);
  border-color: #c5d2de;
  color: #556476;
}

.section-band-light .feature-card,
.section-band-light .results-card,
.section-band-light .cta-card,
.section-band-light .proof-card,
.section-band-light .timeline-step,
.section-band-light .product-shot,
.section-band-light .hero-metrics article {
  background: rgba(255, 255, 255, 0.72);
  border-color: #c7d4df;
  box-shadow: 0 18px 40px rgba(26, 42, 58, 0.08);
}

.section-band-light .feature-card > p:not(.feature-kicker),
.section-band-light .timeline-step > p,
.section-band-light .results-copy > p:not(.eyebrow),
.section-band-light .proof-card > p,
.section-band-light .cta-card > p:not(.eyebrow),
.section-band-light .hero-metrics p,
.section-band-light .product-label,
.section-band-light .product-card-label,
.section-band-light .feature-kicker,
.section-band-light .product-stats span,
.section-band-light .result-feed span {
  color: #5f6f82;
}

.section-band-light .product-stats article,
.section-band-light .product-card,
.section-band-light .results-strip {
  background: rgba(248, 251, 254, 0.92);
  border-color: #cad7e2;
}

.section-band-light .status-pill {
  background: #e7eef5;
  color: #344455;
}

.section-band-light .status-live {
  background: #d9f4e3;
  color: #2b5c41;
}

.section-band-light .button-secondary {
  border-color: #9fb2c6;
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
  box-shadow: 0 12px 28px rgba(26, 42, 58, 0.08);
}

.section-band-light .button-secondary:hover,
.section-band-light .button-secondary:focus-visible {
  background: #ffffff;
}

.hero-metrics article {
  padding: 20px;
  border-radius: var(--radius-md);
}

.hero-metrics strong,
.product-stats strong,
.result-feed strong {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.hero-metrics p {
  margin-top: 8px;
  font-size: 0.95rem;
  color: rgba(243, 247, 251, 0.76);
  line-height: 1.55;
}

.product-shot {
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(18, 26, 35, 0.98), rgba(14, 21, 30, 0.98));
}

.product-head,
.results-header,
.table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.product-label,
.product-card-label,
.feature-kicker {
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-head h2 {
  margin-top: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  background: var(--accent-soft);
  color: #ff9b79;
  font-size: 0.9rem;
  font-weight: 700;
}

.product-stats,
.result-feed,
.proof-grid {
  display: grid;
  gap: 14px;
}

.product-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.product-stats article,
.product-card,
.results-strip,
.results-window {
  border: 1px solid var(--line);
  background: var(--surface);
}

.product-stats article {
  padding: 18px;
}

.product-stats span,
.result-feed span {
  display: block;
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.product-card,
.results-strip {
  padding: 20px;
}

.list-clean {
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
  color: var(--text-soft);
  line-height: 1.9;
}

.status-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  font-size: 0.92rem;
  font-weight: 700;
}

.status-live {
  background: var(--success);
  color: #9ce0b6;
}

.results-strip {
  margin-top: 14px;
}

.result-feed {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.two-column {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 40px;
  align-items: start;
}

.section-heading h2 {
  max-width: 11ch;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.section-heading.narrow h2 {
  max-width: 13ch;
}

.feature-grid,
.timeline,
.proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid,
.timeline {
  display: grid;
  gap: 18px;
}

.feature-card,
.timeline-step,
.proof-card {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.feature-card h3,
.timeline-step h3,
.proof-card h3 {
  margin: 12px 0 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.step-number {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(243, 247, 251, 0.34);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.results-card,
.cta-card {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 32px;
  padding: 34px;
  border-radius: var(--radius-xl);
}

.results-copy h2,
.cta-card h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
}

.results-preview {
  display: flex;
  align-items: stretch;
}

.results-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #cad7e2;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(26, 42, 58, 0.08);
}

.results-window {
  padding: 24px;
  background: #0d141d;
  color: white;
  border-color: #2b394a;
  box-shadow: none;
}

.results-header {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.status-dot {
  display: grid;
  place-items: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #84f0a8;
  box-shadow: 0 0 0 8px rgba(132, 240, 168, 0.12);
  color: transparent;
  font-size: 0;
}

.table-row {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.table-row strong {
  letter-spacing: -0.03em;
}

.table-row.muted {
  color: rgba(255, 255, 255, 0.72);
}

.proof-section .section-heading {
  margin-bottom: 32px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cta-card {
  grid-template-columns: 1fr;
  background:
    linear-gradient(180deg, rgba(18, 26, 35, 0.98), rgba(14, 21, 30, 0.98));
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 20px 0 28px;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.js-ready .reveal-delay {
  transition-delay: 120ms;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .js-ready .reveal,
  .js-ready .reveal-delay {
    transition: none;
  }

  .js-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .hero,
  .two-column,
  .results-card,
  .timeline,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 64px 28px;
    background-image:
      linear-gradient(180deg, rgba(7, 12, 18, 0.86) 0%, rgba(7, 12, 18, 0.52) 42%, rgba(7, 12, 18, 0.86) 100%),
      url("./assets/generated/hero-cycling-race-right.png");
    background-position: 70% center;
  }

  .section {
    padding: 72px 0;
  }

  .section-band {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-metrics,
  .product-stats,
  .product-grid,
  .feature-grid,
  .result-feed {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .hero h1 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .page-shell {
    padding: 16px;
  }

  .section-band {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav {
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .js-ready .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 auto;
  }

  .site-header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-footer {
    align-items: flex-start;
  }

  .js-ready .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 16px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .js-ready .site-header.nav-open .nav-links {
    display: flex;
  }

  .nav-links a {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .hero {
    min-height: calc(100vh - 92px);
    padding: 48px 20px;
    background-position: 78% center;
  }

  .product-shot,
  .feature-card,
  .timeline-step,
  .results-card,
  .proof-card,
  .cta-card {
    padding: 24px;
  }

  .button {
    width: 100%;
  }
}
