@import:root {
  --background: #f7f9f4;
  --foreground: #141816;
  --lime: #b8ff4d;
  --mint: #36d399;
  --ink: #141816;
  --blue: #2f6dff;
  --coral: #ff6f61;
  --line: rgba(20, 24, 22, 0.12);
}

@theme* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}

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

button,
input,
textarea {
  font: inherit;
}

.hero {
  min-height: 100vh;
  padding: 22px clamp(18px, 4vw, 56px) 68px;
  background:
    radial-gradient(circle at 78% 16%, rgba(184, 255, 77, 0.46), transparent 28%),
    linear-gradient(135deg, #fbfff5 0%, #edf6f4 48%, #f8f5ff 100%);
}

.nav {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

.brand,
.nav-links,
.nav-cta,
.primary-btn,
.secondary-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 760;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #101411;
  background: var(--lime);
  box-shadow: 0 10px 28px rgba(65, 102, 28, 0.18);
}

.nav-links {
  gap: 24px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(18px);
  font-size: 14px;
}

.nav-cta {
  padding: 0 18px;
  border-radius: 999px;
  background: #141816;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.hero-grid {
  width: min(1160px, 100%);
  margin: 68px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #316a54;
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 21px;
  letter-spacing: 0;
}

.lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: rgba(20, 24, 22, 0.72);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.primary-btn,
.secondary-btn {
  justify-content: center;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 780;
}

.primary-btn {
  background: #141816;
  color: white;
  box-shadow: 0 20px 50px rgba(20, 24, 22, 0.18);
}

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

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.metrics div {
  padding: 18px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.metrics strong {
  display: block;
  margin-bottom: 4px;
  font-size: 25px;
}

.metrics span {
  color: rgba(20, 24, 22, 0.62);
  font-size: 13px;
}

.device-stage {
  position: relative;
  min-height: 620px;
}

.device-stage::before {
  position: absolute;
  inset: 88px 10px 46px 40px;
  content: "";
  border-radius: 52px;
  background: linear-gradient(135deg, #b8ff4d, #39d98a 46%, #2f6dff);
  filter: blur(6px);
  opacity: 0.28;
  transform: rotate(-8deg);
}

.phone {
  position: absolute;
  border: 10px solid #101411;
  border-radius: 38px;
  background: #fdfef8;
  box-shadow: 0 34px 90px rgba(19, 24, 22, 0.23);
  overflow: hidden;
}

.phone-main {
  right: 8%;
  top: 0;
  width: min(330px, 82vw);
  min-height: 620px;
  padding: 18px;
}

.phone-side {
  left: 0;
  bottom: 34px;
  width: 205px;
  min-height: 315px;
  padding: 18px;
  transform: rotate(-7deg);
}

.phone-top,
.mini-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 800;
}

.score-card {
  padding: 18px;
  border-radius: 22px;
  background: #141816;
  color: white;
}

.score-card p,
.score-card span {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.score-card strong {
  display: block;
  margin: 6px 0 9px;
  font-size: 25px;
  line-height: 1.05;
}

.court-card {
  position: relative;
  height: 180px;
  margin: 18px 0;
  border: 2px solid rgba(20, 24, 22, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.7) 49% 51%, transparent 51%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.72) 0 2px, transparent 2px 50%, rgba(255, 255, 255, 0.72) 50% calc(50% + 2px), transparent calc(50% + 2px)),
    #37d18d;
}

.court-line {
  position: absolute;
  inset: 26px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 14px;
}

.court-net {
  position: absolute;
  left: 50%;
  top: 18px;
  bottom: 18px;
  width: 4px;
  transform: translateX(-50%);
  background: rgba(20, 24, 22, 0.65);
  border-radius: 10px;
}

.ball {
  position: absolute;
  right: 34px;
  top: 40px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 8px rgba(184, 255, 77, 0.2);
}

.app-list {
  display: grid;
  gap: 10px;
}

.app-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px;
  border-radius: 18px;
  background: #eef3ea;
}

.app-list span {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--blue), var(--coral));
}

.app-list p {
  margin: 0;
  font-size: 14px;
  font-weight: 760;
}

.bar-stack {
  height: 175px;
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 30px 0 20px;
}

.bar-stack span {
  width: 32px;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, var(--lime), #35d298);
}

.phone-side p {
  margin: 0;
  color: rgba(20, 24, 22, 0.62);
  font-size: 14px;
  font-weight: 760;
}

.section,
.competition,
.band,
.contact {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: 92px 0 62px;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 36px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.feature-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, transparent 45%, #141816 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 45%, #141816 45% 55%, transparent 55%),
    var(--lime);
}

.feature-card p,
.competition-copy p,
.band p,
.contact-copy p {
  color: rgba(20, 24, 22, 0.66);
  line-height: 1.65;
}

.competition {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 42px;
  padding: 70px 0;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.timeline-row span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #141816;
  color: white;
  font-weight: 800;
}

.timeline-row p {
  margin: 0;
  font-size: 18px;
  font-weight: 720;
}

.band {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 38px;
  align-items: end;
  margin-top: 30px;
  margin-bottom: 70px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 8px;
  background: #141816;
  color: white;
}

.band .eyebrow {
  color: var(--lime);
}

.band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 48px;
  align-items: start;
  padding: 42px 0 96px;
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(20, 24, 22, 0.08);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(20, 24, 22, 0.74);
  font-size: 14px;
  font-weight: 760;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 24, 22, 0.14);
  border-radius: 8px;
  background: #f7f9f4;
  color: #141816;
  outline: none;
  padding: 14px 15px;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: #36d399;
  box-shadow: 0 0 0 4px rgba(54, 211, 153, 0.16);
}

.lead-form button {
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: #141816;
  color: white;
  cursor: pointer;
  font-weight: 820;
}

.form-note {
  margin: 0;
  color: rgba(20, 24, 22, 0.52);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero-grid,
  .competition,
  .band,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    margin-top: 44px;
  }

  .device-stage {
    min-height: 610px;
  }

  .phone-main {
    right: 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 47px;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .primary-btn,
  .secondary-btn,
  .nav-cta {
    width: 100%;
  }

  .brand {
    min-width: max-content;
  }

  .nav {
    gap: 12px;
  }

  .device-stage {
    min-height: 560px;
  }

  .phone-main {
    width: min(310px, 92vw);
    min-height: 570px;
  }

  .phone-side {
    display: none;
  }

  .section {
    padding-top: 70px;
  }
}
