@font-face {
  font-family: Bebas;
  src: url("/assets/marketing/BebasNeue-Regular.ttf") format("truetype");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #101114;
  color: #fff9ef;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #0008, transparent 70%);
}
.topbar,
footer {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: auto;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.topbar {
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  text-transform: lowercase;
}
.brand img {
  display: block;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}
.topbar nav {
  display: flex;
  gap: 28px;
}
.topbar nav a,
footer a {
  font-size: 13px;
  text-decoration: none;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 12px;
  background: #ffca95;
  color: #15120f;
  font-weight: 800;
  text-decoration: none;
}
.button.small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 13px;
}
.hero {
  min-height: 760px;
  max-width: 1240px;
  margin: auto;
  padding: 70px 32px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #ffca95;
  font-size: 11px;
  font-weight: 800;
}
.hero h1,
.section h2,
.final-cta h2 {
  font:
    400 clamp(76px, 9vw, 136px)/0.83 Bebas,
    "Arial Narrow",
    sans-serif;
  letter-spacing: 0.005em;
  margin: 22px 0;
}
.hero h1 em {
  color: #ffca95;
  font-style: normal;
}
.lead {
  max-width: 620px;
  color: #ddd9d3;
  font-size: 20px;
  line-height: 1.55;
}
.lead.narrow {
  max-width: 760px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}
.text-link {
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 5px;
}
.proof {
  display: flex;
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 34px 0 0;
  color: #c7c2bc;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.proof li:before {
  content: "●";
  color: #ffca95;
  margin-right: 8px;
}
.hero-product {
  position: relative;
  min-height: 600px;
  border-radius: 28px;
  background: #292b31;
  overflow: hidden;
}
.court-lines {
  position: absolute;
  inset: 32px;
  border: 2px solid #ffca952e;
  transform: skew(-8deg);
}
.court-lines:before,
.court-lines:after {
  content: "";
  position: absolute;
  background: #ffca952e;
}
.court-lines:before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
}
.court-lines:after {
  top: 50%;
  left: 0;
  right: 0;
  height: 5px;
}
.phone {
  position: absolute;
  width: 270px;
  height: auto;
  right: 17%;
  top: 45px;
  border: 8px solid #15120f;
  border-radius: 34px;
  box-shadow: 0 30px 80px #0009;
}
.promo-watch {
  position: absolute;
  width: 176px;
  left: 7%;
  bottom: 54px;
  filter: drop-shadow(0 20px 35px #000b);
}
.strip {
  border-block: 1px solid #ffffff21;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  padding: 20px 32px;
  color: #aaa49e;
  font-size: 13px;
}
.strip strong {
  color: #fff9ef;
}
.strip:focus-visible {
  outline: 2px solid #ffca95;
  outline-offset: -4px;
}
.section {
  max-width: 1240px;
  margin: auto;
  padding: 130px 32px;
}
.section h2 {
  font-size: clamp(64px, 8vw, 112px);
}
.feature-grid,
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 52px;
}
.feature-grid article,
.platform-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid #ffffff26;
  border-radius: 18px;
  background: #292b31;
}
.feature-grid b {
  color: #ffca95;
  font-size: 12px;
}
.feature-grid h3,
.platform-grid h3,
.steps h3 {
  font-size: 23px;
  margin: 46px 0 12px;
}
.feature-grid p,
.platform-grid p,
.steps p {
  color: #cfcac4;
  line-height: 1.6;
  font-size: 14px;
}
.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.steps {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.steps li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid #ffffff22;
}
.steps b {
  color: #ffca95;
}
.steps h3 {
  margin: 0;
}
.steps p {
  margin: 8px 0 0;
}
.platform-section {
  background: #1d1f23;
  max-width: none;
  padding-inline: max(32px, calc((100vw - 1176px) / 2));
}
.platform-grid article span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aaa49e;
}
.platform-grid article.available {
  border-color: #ffca95;
}
.platform-grid article.available span,
.platform-grid a {
  color: #ffca95;
}
.platform-grid h3 {
  margin-top: 44px;
}
.final-cta {
  text-align: center;
  padding: 150px 24px;
  background: #ffca95;
  color: #15120f;
}
.final-cta .eyebrow {
  color: #5d3d20;
}
.final-cta h2 {
  font-size: clamp(76px, 10vw, 140px);
}
.final-cta .button {
  background: #15120f;
  color: #fff9ef;
}
footer {
  min-height: 150px;
  justify-content: space-between;
  color: #bfbab4;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page-hero {
  max-width: 1240px;
  margin: auto;
  padding: 120px 32px 70px;
}
.page-hero.compact {
  padding-bottom: 40px;
}
.page-hero h1 {
  max-width: 900px;
  margin: 22px 0;
  font:
    400 clamp(76px, 10vw, 136px) / 0.83 Bebas,
    "Arial Narrow",
    sans-serif;
}
.device-showcase {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 56px);
  padding: 40px 24px;
  border-radius: 28px;
  background: #292b31;
}
.watch-device {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(28vw, 260px);
  color: #fff9ef;
}
.watch-bezel {
  width: 100%;
  aspect-ratio: 1;
  padding: 7px;
  border: 6px solid #53545a;
  border-radius: 50%;
  background: #080809;
  box-shadow: 0 24px 45px #0009;
}
.watch-device.apple .watch-bezel {
  aspect-ratio: 0.84;
  border-radius: 28%;
}
.watch-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 10%;
  border-radius: 50%;
  background: #101114;
}
.watch-device.apple .watch-screen {
  border-radius: 25%;
}
.watch-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18%;
  padding-inline: 13%;
  text-align: center;
}
.watch-metrics span {
  display: grid;
  gap: 1px;
}
.watch-metrics small {
  color: #aaa69f;
  font-size: clamp(6px, 0.65vw, 9px);
  font-weight: 700;
}
.watch-metrics strong {
  color: #fff9ef;
  font-size: clamp(10px, 1.15vw, 16px);
  line-height: 1;
}
.watch-score-grid {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.watch-team {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 9px 4px 7px;
  border-radius: 12px;
  color: #101114;
  text-align: center;
}
.watch-team-a {
  background: #ffca95;
}
.watch-team-b {
  background: #fff9ef;
}
.watch-team small,
.watch-team b {
  font-size: clamp(6px, 0.65vw, 9px);
  font-weight: 800;
  line-height: 1;
}
.watch-team strong {
  font:
    400 clamp(34px, 4.4vw, 58px) / 0.85 Bebas,
    sans-serif;
}
.watch-actions {
  overflow: hidden;
  color: #ffca95;
  font-size: clamp(7px, 0.72vw, 10px);
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.device-label {
  font-size: 14px;
}
.watch-device.compact {
  width: 100%;
}
.watch-device.compact .watch-bezel {
  border-width: 4px;
}
.watch-device.compact .watch-screen {
  gap: 5px;
}
.watch-device.compact .watch-team {
  padding: 6px 2px 5px;
}
.watch-device.compact .device-label {
  display: none;
}
.copy-panel,
.legal,
.install-grid article,
.install-grid aside {
  color: #cfcac4;
  line-height: 1.7;
}
.copy-panel h3,
.legal h2 {
  margin-top: 44px;
  color: #fff9ef;
}
.legal {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 32px 130px;
}
.legal h2 {
  font-size: 28px;
}
.install-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.install-grid article,
.install-grid aside {
  padding: 32px;
  border: 1px solid #ffffff26;
  border-radius: 18px;
  background: #292b31;
}
.install-grid b,
.install-grid strong {
  color: #ffca95;
  font-size: 22px;
}
.install-grid li {
  margin: 14px 0;
}
.install-grid aside {
  grid-column: 1 / -1;
}
@media (max-width: 800px) {
  .topbar {
    padding: 18px 20px;
  }
  .topbar nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 20px 70px;
    gap: 48px;
  }
  .hero-product {
    min-height: 510px;
  }
  .phone {
    width: 230px;
    right: 10%;
  }
  .promo-watch {
    width: 144px;
    left: 3%;
    bottom: 42px;
  }
  .proof {
    display: grid;
    gap: 10px;
  }
  .strip {
    justify-content: flex-start;
    overflow: auto;
    white-space: nowrap;
  }
  .feature-grid,
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section {
    padding: 90px 20px;
  }
  .page-hero {
    padding: 80px 20px 50px;
  }
  .device-showcase {
    min-height: 340px;
    flex-wrap: wrap;
    gap: 34px 18px;
  }
  .device-showcase .watch-device {
    width: min(42vw, 190px);
  }
  .device-showcase .watch-device.apple {
    width: min(38vw, 175px);
  }
  .install-grid {
    grid-template-columns: 1fr;
  }
  .install-grid aside {
    grid-column: auto;
  }
  .legal {
    padding-inline: 20px;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .final-cta {
    padding: 110px 20px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 36px 20px;
  }
}

.legal code, .legal a { overflow-wrap: anywhere; }
