:root {
  --bg: #001822;
  --bg-soft: #032833;
  --panel: #061f31;
  --panel-strong: #08263b;
  --line: rgba(122, 172, 189, 0.22);
  --text: #f4fbff;
  --muted: #94b5c4;
  --muted-strong: #c6dbe4;
  --teal: #20d6c1;
  --teal-dark: #0a9187;
  --lime: #a9d64f;
  --orange: #f59b3d;
  --blue: #4b7dff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, #00131f 0%, var(--bg) 42%, #00363a 100%);
  color: var(--text);
  margin: 0;
  min-width: 320px;
}

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

.site-header {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px 28px;
  position: relative;
  z-index: 2;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 950;
  gap: 10px;
  letter-spacing: 0;
}

.brand img {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  height: 38px;
  width: 38px;
}

.site-header nav,
.site-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
}

.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.site-header nav a:hover,
.site-footer nav a:hover {
  color: var(--text);
}

.header-cta {
  align-items: center;
  background: var(--teal);
  border-radius: 999px;
  color: #001d22;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  justify-self: end;
  min-height: 42px;
  padding: 0 20px;
}

main {
  overflow: hidden;
}

.hero,
.how,
.product-section,
.trust-card,
.download,
.site-footer {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 28px;
  padding-right: 28px;
}

.hero {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  padding-bottom: 104px;
  padding-top: clamp(54px, 7vw, 98px);
}

.pill,
.section-kicker,
.trust-pill {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.06em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted-strong);
  letter-spacing: 0;
  padding: 9px 14px;
  text-transform: none;
}

.pill span {
  background: var(--teal);
  border-radius: 999px;
  height: 7px;
  width: 7px;
}

.hero h1 {
  font-size: clamp(52px, 6vw, 86px);
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  max-width: 780px;
}

.hero h1 span {
  color: var(--teal);
  display: block;
}

.lead {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 650;
  line-height: 1.55;
  margin: 28px 0 0;
  max-width: 650px;
}

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

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
}

.button.primary {
  background: var(--teal);
  color: #001d22;
}

.button.store {
  background: rgba(8, 31, 49, 0.68);
  border: 1px solid var(--line);
  color: var(--text);
}

.button.disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.social-proof {
  align-items: center;
  color: var(--muted);
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.social-proof p {
  font-size: 14px;
  font-weight: 750;
  margin: 0;
}

.avatar-row {
  display: flex;
}

.avatar-row span,
.trust-avatars span {
  border: 2px solid var(--bg);
  border-radius: 999px;
  display: block;
  height: 28px;
  margin-left: -8px;
  width: 28px;
}

.avatar-row span:first-child,
.trust-avatars span:first-child {
  margin-left: 0;
}

.avatar-row span:nth-child(1),
.trust-avatars span:nth-child(1) {
  background: var(--teal);
}

.avatar-row span:nth-child(2),
.trust-avatars span:nth-child(2) {
  background: var(--orange);
}

.avatar-row span:nth-child(3),
.trust-avatars span:nth-child(3) {
  background: #2fc76b;
}

.avatar-row span:nth-child(4) {
  background: var(--blue);
}

.hero-visual {
  margin-top: 18px;
  min-height: 540px;
  position: relative;
}

.feature-photo {
  background:
    linear-gradient(180deg, rgba(245, 255, 231, 0.9), rgba(32, 214, 193, 0.22)),
    linear-gradient(135deg, #f0c981 0%, #246064 52%, #071724 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  box-shadow: var(--shadow);
  height: 430px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: min(100%, 520px);
}

.feature-photo::after {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 24, 34, 0.84) 100%);
  bottom: 0;
  content: "";
  height: 48%;
  left: 0;
  position: absolute;
  right: 0;
}

.court-lines {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  height: 62%;
  left: 14%;
  position: absolute;
  top: 22%;
  transform: perspective(520px) rotateX(58deg) rotateZ(-2deg);
  width: 74%;
}

.players span {
  background: #f3f8f4;
  border-radius: 999px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
  height: 46px;
  position: absolute;
  width: 46px;
}

.players span::after {
  background: var(--teal);
  border-radius: 999px;
  bottom: -34px;
  content: "";
  height: 42px;
  left: 14px;
  position: absolute;
  width: 18px;
}

.players span:nth-child(1) {
  left: 15%;
  top: 46%;
}

.players span:nth-child(2) {
  background: #ffe3ac;
  left: 38%;
  top: 38%;
}

.players span:nth-child(2)::after {
  background: var(--orange);
}

.players span:nth-child(3) {
  left: 62%;
  top: 42%;
}

.players span:nth-child(3)::after {
  background: var(--lime);
}

.players span:nth-child(4) {
  background: #d6f0ff;
  left: 76%;
  top: 55%;
}

.players span:nth-child(4)::after {
  background: var(--blue);
}

.game-card {
  backdrop-filter: blur(16px);
  background: rgba(4, 24, 36, 0.82);
  border: 1px solid var(--line);
  border-radius: 20px;
  bottom: 72px;
  box-shadow: var(--shadow);
  left: 180px;
  padding: 18px 20px;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 3;
}

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

.game-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.game-card strong {
  font-size: 22px;
  line-height: 1.15;
  margin-top: 8px;
}

.game-card span {
  background: rgba(32, 214, 193, 0.16);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  margin-top: 14px;
  padding: 8px 12px;
}

.phone {
  background: #07101a;
  border: 2px solid #27394b;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  padding: 10px;
  position: relative;
}

.hero-phone {
  bottom: 28px;
  height: 300px;
  left: 0;
  position: absolute;
  width: 160px;
  z-index: 4;
}

.phone-speaker {
  background: #050a10;
  border-radius: 999px;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 64px;
  z-index: 2;
}

.phone-screen {
  background: #071b2b;
  border-radius: 25px;
  height: 100%;
  overflow: hidden;
  padding: 34px 12px 14px;
}

.screen-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.screen-top strong {
  font-size: 13px;
}

.screen-top span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.mini-card,
.agenda-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  margin-top: 10px;
  padding: 12px;
}

.mini-card.active {
  background: rgba(32, 214, 193, 0.14);
  border-color: rgba(32, 214, 193, 0.26);
}

.mini-card small,
.mini-card strong,
.mini-card span,
.agenda-card small,
.agenda-card strong,
.agenda-card span {
  display: block;
}

.mini-card small,
.agenda-card small {
  color: var(--teal);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.mini-card strong,
.agenda-card strong {
  font-size: 13px;
  line-height: 1.2;
  margin-top: 6px;
}

.mini-card span,
.agenda-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  margin-top: 5px;
}

.bottom-nav {
  bottom: 16px;
  display: flex;
  gap: 14px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
}

.bottom-nav span {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  height: 6px;
  width: 6px;
}

.how {
  padding-bottom: 116px;
  padding-top: 44px;
}

.section-heading {
  max-width: 670px;
}

.section-heading h2,
.product-copy h2,
.trust-card h2,
.download h2 {
  font-size: clamp(34px, 4.4vw, 58px);
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.section-heading p:not(.section-kicker),
.product-copy p,
.trust-card p,
.download p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.6;
}

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

.step-grid article {
  background: rgba(6, 31, 49, 0.78);
  border: 1px solid var(--line);
  border-radius: 22px;
  min-height: 220px;
  padding: 26px;
}

.step-icon {
  align-items: center;
  background: rgba(32, 214, 193, 0.16);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 28px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.step-icon.pin::before,
.step-icon.chat::before,
.step-icon.calendar::before {
  border: 2px solid var(--teal);
  content: "";
  display: block;
}

.step-icon.pin::before {
  border-radius: 999px 999px 999px 0;
  height: 14px;
  transform: rotate(-45deg);
  width: 14px;
}

.step-icon.chat::before {
  border-radius: 14px 14px 14px 4px;
  height: 16px;
  width: 18px;
}

.step-icon.calendar::before {
  border-radius: 4px;
  height: 18px;
  width: 18px;
}

.step-grid small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 950;
  margin-top: 26px;
}

.step-grid h3 {
  font-size: 21px;
  line-height: 1.15;
  margin: 10px 0 0;
}

.step-grid p {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
  margin: 14px 0 0;
}

.product-section {
  align-items: center;
  display: grid;
  gap: clamp(44px, 9vw, 130px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  padding-bottom: 112px;
  padding-top: 20px;
}

.product-section.chat-section {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

.product-copy {
  max-width: 560px;
}

.product-copy ul {
  color: var(--text);
  display: grid;
  font-size: 15px;
  font-weight: 850;
  gap: 14px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.product-copy li {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 8px 1fr;
}

.product-copy li::before {
  background: var(--teal);
  border-radius: 999px;
  content: "";
  height: 7px;
  margin-top: 8px;
  width: 7px;
}

.product-phone {
  height: 440px;
  justify-self: center;
  width: 236px;
}

.product-phone.tall {
  height: 520px;
}

.map-panel {
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.04), transparent),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 28px),
    #0b3145;
  border-radius: 16px;
  height: 150px;
  margin-bottom: 14px;
  position: relative;
}

.map-pin {
  background: var(--teal);
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  height: 22px;
  position: absolute;
  width: 22px;
}

.map-pin.one {
  left: 22%;
  top: 34%;
}

.map-pin.two {
  left: 58%;
  top: 24%;
}

.map-pin.three {
  left: 70%;
  top: 62%;
}

.chat-screen {
  display: flex;
  flex-direction: column;
}

.message {
  border-radius: 13px;
  color: var(--text);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  margin-top: 10px;
  max-width: 86%;
  padding: 10px;
}

.message.left {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.08);
}

.message.right {
  align-self: flex-end;
  background: rgba(32, 214, 193, 0.34);
}

.composer {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  margin-top: auto;
  padding: 12px 14px;
}

.agenda-card {
  border-left: 4px solid var(--teal);
}

.agenda-card.player {
  border-left-color: var(--blue);
}

.agenda-card.request {
  border-left-color: var(--orange);
}

.trust-card {
  align-items: center;
  background: rgba(6, 31, 49, 0.82);
  border: 1px solid var(--line);
  border-radius: 28px;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  margin-bottom: 106px;
  padding-bottom: 48px;
  padding-top: 48px;
}

.trust-pill {
  background: rgba(32, 214, 193, 0.12);
  border-radius: 999px;
  padding: 8px 12px;
}

.trust-card p {
  max-width: 720px;
}

.trust-preview {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
}

.trust-avatars {
  display: flex;
  margin-bottom: 18px;
}

.trust-preview strong,
.trust-preview span,
.trust-preview small {
  display: block;
}

.trust-preview strong {
  font-size: 18px;
}

.trust-preview span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  margin-top: 6px;
}

.trust-preview small {
  background: rgba(0, 0, 0, 0.22);
  border-radius: 14px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  margin-top: 20px;
  padding: 14px;
}

.download {
  align-items: center;
  background: linear-gradient(135deg, rgba(32, 214, 193, 0.2), rgba(6, 31, 49, 0.84));
  border: 1px solid var(--line);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  margin-bottom: 92px;
  padding-bottom: 72px;
  padding-top: 72px;
  text-align: center;
}

.download img {
  border-radius: 12px;
  height: 54px;
  margin-bottom: 24px;
  width: 54px;
}

.download h2 {
  max-width: 760px;
}

.download p {
  margin-bottom: 0;
  max-width: 680px;
}

.download-actions {
  justify-content: center;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding-bottom: 34px;
  padding-top: 34px;
}

.footer-brand img {
  height: 30px;
  width: 30px;
}

.site-footer small {
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.site-footer nav {
  justify-content: end;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header nav {
    grid-column: 1 / -1;
    justify-content: start;
    order: 3;
  }

  .hero,
  .product-section,
  .product-section.chat-section,
  .trust-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 36px;
  }

  .hero-visual {
    min-height: 510px;
  }

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

  .product-section.chat-section .phone {
    order: 2;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer small {
    text-align: left;
  }

  .site-footer nav {
    justify-content: start;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .how,
  .product-section,
  .trust-card,
  .download,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-header {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-header nav {
    gap: 14px;
    width: 100%;
  }

  .site-header nav a {
    font-size: 13px;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 14px;
  }

  .hero {
    min-height: 0;
    padding-bottom: 64px;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .hero-actions,
  .download-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .social-proof {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-visual {
    margin-top: 0;
    min-height: 380px;
  }

  .feature-photo {
    height: 310px;
  }

  .hero-phone {
    bottom: 0;
    height: 250px;
    width: 136px;
  }

  .hero-phone .mini-card:not(.active) {
    display: none;
  }

  .game-card {
    bottom: 30px;
    left: 122px;
    padding: 14px;
    right: 12px;
    width: auto;
    z-index: 5;
  }

  .game-card strong {
    font-size: 16px;
  }

  .game-card small {
    font-size: 10px;
  }

  .game-card span {
    font-size: 11px;
    padding: 6px 9px;
  }

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

  .how,
  .product-section {
    padding-bottom: 76px;
  }

  .product-phone,
  .product-phone.tall {
    height: 430px;
    width: min(236px, 100%);
  }

  .trust-card,
  .download {
    border-radius: 22px;
    margin-left: 18px;
    margin-right: 18px;
    width: auto;
  }
}
