:root {
  --bg: #032b46;
  --surface: #021f34;
  --surface-2: #062f4c;
  --orange: #ff7a21;
  --white: #ffffff;
  --muted: #b8c5cf;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.18);
  --max: 1200px;
  --radius: 20px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  font-family:
    Inter, Manrope, "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--bg);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 122, 33, 0.16), transparent 28rem),
    radial-gradient(circle at 10% 40%, rgba(255, 255, 255, 0.06), transparent 26rem),
    var(--bg);
}

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

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

p {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.65;
}

.section-pad {
  padding: 96px 24px;
}

.section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 14px 24px;
  background: rgba(3, 43, 70, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.brand img {
  display: block;
  width: 220px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 750;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-cta,
.btn,
.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
}

.nav-cta,
.btn-primary,
.product-button {
  color: var(--white);
  background: var(--orange);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.06);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 118px;
  padding-bottom: 116px;
}

.hero::before {
  position: absolute;
  inset: 80px 0 auto auto;
  width: 52vw;
  height: 52vw;
  max-width: 720px;
  max-height: 720px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(22%, -10%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 460px);
  gap: 72px;
  align-items: center;
}

.section-label {
  margin-bottom: 16px;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 770px;
  margin-bottom: 24px;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  font-size: 1.18rem;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 650px;
}

.map-lines {
  position: absolute;
  inset: 42px -24px 20px -24px;
  border-radius: 32px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle, black 35%, transparent 76%);
}

.phone-mockup {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  padding: 26px;
  border: 1px solid var(--line-strong);
  border-radius: 42px;
  background: linear-gradient(180deg, #043555, var(--surface));
  box-shadow: var(--shadow);
}

.phone-speaker {
  width: 116px;
  height: 24px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: #00192a;
}

.app-topline,
.bottom-nav,
.sport-filter-row,
.profile-meta {
  display: flex;
  align-items: center;
}

.app-topline {
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 900;
}

.avatar-dot {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.search-pill,
.sport-filter-row span,
.result-bubble {
  border-radius: 999px;
  font-weight: 800;
}

.search-pill {
  padding: 15px 18px;
  color: #8a96a0;
  background: var(--white);
}

.sport-filter-row {
  gap: 10px;
  margin: 18px 0;
}

.sport-filter-row span {
  padding: 10px 14px;
  color: var(--surface);
  background: var(--white);
  font-size: 0.85rem;
}

.sport-filter-row .active {
  color: var(--white);
  background: var(--orange);
}

.mini-map,
.mock-map {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 26px;
  background:
    linear-gradient(rgba(3, 43, 70, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 43, 70, 0.07) 1px, transparent 1px),
    #eef3f7;
  background-size: 38px 38px;
}

.result-bubble {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 10px 14px;
  color: #1d2d3a;
  background: var(--white);
  font-size: 0.83rem;
}

.map-point {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(3, 43, 70, 0.26);
}

.point-blue {
  top: 48%;
  left: 46%;
  background: #2f80ed;
}

.point-orange {
  right: 24%;
  bottom: 28%;
  background: var(--orange);
}

.point-red {
  top: 32%;
  right: 18%;
  background: #e53935;
}

.point-yellow {
  left: 28%;
  bottom: 20%;
  background: #f9a825;
}

.bottom-nav {
  justify-content: space-around;
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.bottom-nav .active {
  color: var(--orange);
}

.floating-card {
  position: absolute;
  z-index: 3;
  width: 210px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(2, 31, 52, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.86rem;
}

.card-top {
  top: 96px;
  left: -12px;
}

.card-bottom {
  right: -18px;
  bottom: 80px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered p {
  margin-right: auto;
  margin-left: auto;
}

.section-heading h2,
.solution-panel h2,
.feature-copy h3,
.brand-grid h2,
.cta-card h2 {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.card-grid {
  display: grid;
  gap: 24px;
}

.card-grid.three,
.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.audience-card,
.stat-card,
.product-card,
.feature-grid article,
.mockup-card,
.solution-panel,
.cta-card,
.collage-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(2, 31, 52, 0.78);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.info-card,
.audience-card {
  min-height: 260px;
  padding: 26px;
}

.icon-badge,
.audience-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 16px;
  color: var(--white);
  background: rgba(255, 122, 33, 0.18);
  font-size: 1.25rem;
}

.info-card h3,
.audience-card h3,
.product-card h3,
.feature-grid h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
}

.solution-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 122, 33, 0.14), rgba(255, 255, 255, 0.04)),
    var(--surface);
}

.audience-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-number {
  color: var(--orange);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.audience-icon {
  margin-top: 20px;
}

.audience-card a {
  margin-top: auto;
  color: var(--orange);
  font-weight: 850;
}

.features-section {
  background: rgba(2, 31, 52, 0.42);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 48px;
  align-items: center;
  margin-top: 44px;
}

.feature-row.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.feature-row.reverse .feature-copy {
  order: 2;
}

.feature-index {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--orange);
  font-weight: 900;
}

.feature-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-copy li {
  color: var(--muted);
}

.feature-copy li::before {
  content: "•";
  margin-right: 10px;
  color: var(--orange);
}

.mockup-card {
  padding: 24px;
}

.mock-map {
  min-height: 390px;
}

.profile-preview-card {
  display: grid;
  gap: 18px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 122, 33, 0.14), transparent 22rem),
    var(--surface);
}

.profile-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}

.secondary-card {
  opacity: 0.8;
}

.profile-sport {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--white);
  background: #2f80ed;
  font-size: 0.82rem;
  font-weight: 900;
}

.profile-sport.orange {
  background: var(--orange);
}

.profile-card h4 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.profile-meta {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.profile-meta span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
}

.stats-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stat-card {
  padding: 26px;
  min-height: 170px;
}

.stat-card strong {
  display: block;
  margin-bottom: 16px;
  color: var(--orange);
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: 0.95;
}

.stat-card span {
  color: var(--muted);
  font-weight: 750;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.product-image-wrapper {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 16px;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 20px;
  display: block;
}

.product-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.product-card-content strong {
  display: block;
  margin: 8px 0 18px;
  color: var(--white);
  font-size: 1.2rem;
}

.product-card .product-button {
  margin-top: auto;
}

.brand-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.community-collage {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.collage-card {
  display: grid;
  min-height: 150px;
  place-items: center;
  color: var(--white);
  font-weight: 900;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    var(--surface);
}

.collage-card.large {
  min-height: 318px;
  grid-row: span 2;
  font-size: 1.5rem;
}

.collage-card.orange {
  background:
    linear-gradient(135deg, rgba(255, 122, 33, 0.94), rgba(255, 122, 33, 0.58));
}

.cta-section {
  padding-top: 48px;
}

.cta-card {
  padding: clamp(34px, 6vw, 70px);
  text-align: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 122, 33, 0.22), transparent 24rem),
    var(--surface);
}

.cta-card p,
.cta-card h2 {
  margin-right: auto;
  margin-left: auto;
}

.site-footer {
  padding: 56px 24px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.5fr) minmax(180px, 0.6fr);
  gap: 36px;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.footer-brand img {
  width: 230px;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 12px;
  align-content: start;
  color: var(--muted);
  font-weight: 750;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.social-row span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--white);
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .solution-panel,
  .feature-row,
  .feature-row.reverse,
  .brand-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .feature-copy {
    order: 0;
  }

  .hero-visual {
    min-height: auto;
  }

  .card-top,
  .card-bottom {
    display: none;
  }

  .card-grid.three,
  .audience-grid,
  .stats-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .section-pad {
    padding: 72px 18px;
  }

  .site-header {
    padding: 12px 18px;
  }

  .brand img {
    width: 190px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 16vw, 4.7rem);
  }

  .button-row {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .phone-mockup {
    padding: 18px;
    border-radius: 32px;
  }

  .mini-map,
  .mock-map {
    min-height: 250px;
  }

  .card-grid.three,
  .audience-grid,
  .stats-grid,
  .product-grid,
  .community-collage {
    grid-template-columns: 1fr;
  }

  .collage-card.large {
    min-height: 180px;
  }
}
