
:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: Menlo, Consolas, monospace;
  --navy: #12345a;
  --navy-deep: #081e3b;
  --blue: #075f9d;
  --red: #c90018;
  --yellow: #ffb914;
  --paper: #f5f7fa;
  --ink: #132238;
  --muted: #5f6977;
  --line: #d9e0e8;
  --white: #ffffff;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  padding: 18px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(18, 52, 90, 0.12);
  background: rgba(245, 247, 250, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: clamp(38px, 5vw, 52px);
  height: clamp(38px, 5vw, 52px);
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(8, 30, 59, 0.16));
}

.brand strong {
  color: var(--navy);
  font-weight: 950;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  color: #303a49;
  font-weight: 800;
}

nav a {
  padding-block: 8px;
  border-bottom: 3px solid transparent;
}

nav a:hover {
  color: var(--red);
  border-color: var(--red);
}

.header-cta,
.hero-actions button,
.signup-band a,
.final-cta a:first-child {
  border: 0;
  border-radius: 8px;
  background: var(--red);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(201, 0, 24, 0.24);
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
}

.header-cta {
  padding: 16px 24px;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  min-height: calc(100vh - 82px);
  padding: clamp(36px, 5vw, 70px) clamp(20px, 5vw, 72px) 76px;
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 36%, rgba(255, 185, 20, 0.16), transparent 28%),
    linear-gradient(135deg, var(--navy-deep), var(--navy) 58%, #0b4473);
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -48px;
  left: -5%;
  height: 112px;
  background: var(--white);
  transform: rotate(-3deg);
  transform-origin: left center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.steps-copy h2,
.community h2,
.final-cta h2,
.signup-band h2 {
  margin: 0;
  font-weight: 950;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 740px;
  font-size: clamp(2.8rem, 5.2vw, 5.2rem);
  line-height: 1;
}

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

.hero-text {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.62;
}

.hero-actions {
  margin-top: 26px;
}

.waitlist {
  display: flex;
  width: min(100%, 660px);
  gap: 14px;
}

.waitlist input {
  min-width: 0;
  flex: 1;
  height: 64px;
  padding: 0 22px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  outline: none;
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  font-size: 1rem;
}

.waitlist input:focus {
  border-color: var(--yellow);
}

.hero-actions button {
  min-height: 64px;
  padding: 0 26px;
}

.waitlist-message {
  min-height: 24px;
  margin: 10px 2px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 700;
}

.waitlist-message.is-error {
  color: #ffd2d8;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.store-row span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}

.hero-visual img {
  width: min(100%, 600px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
}

.load-card {
  position: absolute;
  right: 2%;
  bottom: 4%;
  width: min(270px, 46%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 18px 36px rgba(8, 30, 59, 0.26);
}

.load-card span,
.load-card small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.load-card strong {
  display: block;
  margin: 6px 0;
  color: var(--blue);
  font-size: 1.4rem;
  font-weight: 950;
}

.signup-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 78px clamp(20px, 6vw, 96px);
  background: var(--white);
}

.signup-band div {
  max-width: 820px;
}

.signup-band h2 {
  color: var(--blue);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1;
}

.signup-band p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.6;
}

.signup-band a {
  padding: 22px 30px;
  white-space: nowrap;
}

.section {
  padding: clamp(76px, 8vw, 124px) clamp(20px, 5vw, 72px);
}

.benefits {
  background: var(--paper);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading .eyebrow,
.steps-copy .eyebrow,
.community .eyebrow {
  color: var(--red);
}

.section-heading h2,
.steps-copy h2,
.community h2 {
  color: var(--blue);
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: 1.02;
}

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

.benefit-grid article {
  min-height: 300px;
  padding: 34px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(18, 52, 90, 0.06);
}

.benefit-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: #fff1c7;
  color: var(--red);
  font-weight: 950;
}

.benefit-grid h3 {
  margin: 26px 0 12px;
  color: var(--blue);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: 950;
}

.benefit-grid p,
.steps-list p,
.community p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.steps-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.7fr);
  align-items: center;
  gap: clamp(42px, 8vw, 120px);
  background: var(--white);
}

.steps-list {
  display: grid;
  gap: 28px;
  margin-top: 42px;
}

.steps-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  align-items: start;
}

.steps-list span {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-weight: 950;
}

.steps-list article:nth-child(3) span {
  background: var(--red);
}

.steps-list h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 850;
}

.phone-panel {
  max-width: 520px;
  width: 100%;
  justify-self: center;
  padding: 18px;
  border: 5px solid var(--blue);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 185, 20, 0.16), transparent 30%),
    #0b1727;
  box-shadow: 0 28px 60px rgba(18, 52, 90, 0.18);
}

.phone-top {
  padding: 22px;
  border-radius: 8px;
  background: #102b4f;
  color: var(--white);
}

.phone-top span {
  display: block;
  color: var(--yellow);
  font-size: 0.9rem;
  font-weight: 950;
}

.phone-top strong {
  display: block;
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 1.1;
}

.route-list {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}

.route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.route span {
  display: block;
  color: #9ab2cf;
  font-size: 0.82rem;
  font-weight: 800;
}

.route strong,
.route p {
  margin: 0;
  font-weight: 950;
}

.route p {
  color: var(--yellow);
  white-space: nowrap;
}

.phone-panel button {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--navy-deep);
  font-weight: 950;
}

.community {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.9fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  padding: clamp(72px, 8vw, 118px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.community p {
  margin-top: 22px;
  max-width: 620px;
  font-size: 1.12rem;
}

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

.stats article {
  min-height: 178px;
  padding: 28px 22px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 34px rgba(18, 52, 90, 0.08);
}

.stats strong {
  display: block;
  color: var(--red);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1;
  font-weight: 950;
}

.stats span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

.final-cta {
  padding: clamp(84px, 11vw, 150px) clamp(20px, 5vw, 72px);
  text-align: center;
  background: var(--yellow);
}

.final-cta h2 {
  max-width: 1020px;
  margin-inline: auto;
  color: var(--navy);
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 1.06;
}

.final-cta div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}

.final-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 32px;
  border-radius: 8px;
  font-weight: 950;
}

.final-cta a:first-child {
  background: var(--navy);
  box-shadow: 0 12px 26px rgba(8, 30, 59, 0.24);
}

.final-cta a:last-child {
  border: 2px solid var(--navy);
  background: var(--white);
  color: var(--navy);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px clamp(20px, 5vw, 72px);
  background: var(--navy);
  color: var(--white);
}

footer strong {
  color: var(--yellow);
  font-size: 1.75rem;
  font-weight: 950;
}

footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

footer span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

@media (max-width: 1120px) {
  nav {
    display: none;
  }

  .hero,
  .steps-section,
  .community {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-visual {
    max-width: 680px;
    margin-inline: auto;
  }

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

@media (max-width: 720px) {
  .site-header {
    min-height: 70px;
    padding: 14px 18px;
  }

  .brand {
    font-size: 1.85rem;
  }

  .header-cta {
    padding: 14px 16px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
    padding: 48px 18px 74px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .waitlist {
    flex-direction: column;
  }

  .waitlist input,
  .hero-actions button {
    width: 100%;
  }

  .store-row span {
    flex: 1;
    justify-content: center;
  }

  .hero-visual img {
    min-height: 360px;
  }

  .load-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .signup-band,
  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .section,
  .community,
  .final-cta,
  .signup-band {
    padding-right: 18px;
    padding-left: 18px;
  }

  .benefit-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    min-height: auto;
  }

  .steps-list article {
    grid-template-columns: 50px 1fr;
    gap: 16px;
  }

  .steps-list span {
    width: 46px;
    height: 46px;
    font-size: 0.82rem;
  }

  .phone-panel {
    border-width: 3px;
    border-radius: 20px;
  }

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

  .final-cta a {
    width: 100%;
  }
}
