:root {
  --ink: #09152e;
  --ink-soft: #31405f;
  --navy: #071631;
  --navy-light: #102650;
  --blue: #1769ff;
  --lime: #b7ff00;
  --paper: #f7f8fb;
  --line: #dce2ec;
  --white: #fff;
  --radius-lg: 32px;
  --radius-md: 22px;
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  height: 88px;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 1.2rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 22%);
}

.site-header nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.92rem;
  font-weight: 620;
}

.site-header nav a,
.footer-links a {
  opacity: 0.78;
  transition: opacity 160ms ease;
}

.site-header nav a:hover,
.site-header nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  opacity: 1;
}

.hero {
  position: relative;
  display: grid;
  min-height: 850px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 60px;
  overflow: hidden;
  padding: 140px max(5vw, calc((100vw - 1180px) / 2)) 78px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 36%, rgb(23 105 255 / 24%), transparent 31%),
    radial-gradient(circle at 92% 84%, rgb(183 255 0 / 9%), transparent 22%),
    linear-gradient(135deg, #061127 0%, #071a3a 60%, #061128 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  mask-image: linear-gradient(to right, black, transparent 78%);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 22px;
  height: 3px;
  background: currentColor;
  border-radius: 3px;
}

.hero .eyebrow,
.eyebrow.light {
  color: var(--lime);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4rem, 7.4vw, 7rem);
  font-weight: 820;
  letter-spacing: -0.07em;
  line-height: 0.94;
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
}

.hero-lede {
  max-width: 590px;
  margin: 30px 0;
  color: rgb(255 255 255 / 70%);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}

.store-button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding: 10px 22px;
  color: var(--navy);
  background: var(--white);
  border-radius: 15px;
  font-size: 1.12rem;
  font-weight: 720;
  line-height: 1.05;
  box-shadow: 0 18px 45px rgb(0 0 0 / 24%);
}

.store-button svg {
  width: 28px;
  fill: currentColor;
}

.store-button small {
  display: block;
  margin-bottom: 3px;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.text-link {
  padding: 10px 0;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  font-size: 0.92rem;
  font-weight: 680;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin: 36px 0 0;
  padding: 0;
  color: rgb(255 255 255 / 57%);
  font-size: 0.82rem;
  list-style: none;
}

.hero-facts li::before {
  margin-right: 8px;
  color: var(--lime);
  content: "✓";
}

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

.phone {
  overflow: hidden;
  padding: 8px;
  background: #020711;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 52px;
  box-shadow: 0 40px 90px rgb(0 0 0 / 50%);
}

.phone img {
  width: 100%;
  border-radius: 44px;
}

.phone-hero {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  width: min(360px, 75vw);
  transform: translateX(-50%) rotate(2.5deg);
}

.orbit {
  position: absolute;
  top: 48%;
  left: 50%;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-one {
  width: 560px;
  height: 560px;
}

.orbit-two {
  width: 720px;
  height: 720px;
}

.live-chip {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 80px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 17px;
  background: rgb(255 255 255 / 92%);
  color: var(--navy);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 760;
  box-shadow: 0 14px 36px rgb(0 0 0 / 30%);
}

.live-chip span {
  width: 8px;
  height: 8px;
  background: #1ac46b;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(26 196 107 / 16%);
}

.signal-strip {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  grid-template-columns: repeat(4, 1fr);
  margin: -1px auto 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.signal-strip div {
  padding: 32px 28px;
  border-right: 1px solid var(--line);
}

.signal-strip div:last-child {
  border-right: 0;
}

.signal-strip strong,
.signal-strip span {
  display: block;
}

.signal-strip strong {
  margin-bottom: 4px;
  font-size: 0.88rem;
}

.signal-strip span {
  color: #7d879b;
  font-size: 0.76rem;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 50px;
  margin-bottom: 55px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.section h2,
.legal-hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.section-heading > p:last-child,
.privacy-callout p,
.bracket-copy > p {
  max-width: 540px;
  margin: 0;
  color: #65718a;
  font-size: 1.05rem;
}

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

.feature-card {
  position: relative;
  min-height: 340px;
  padding: 32px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.feature-card-primary {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.feature-number {
  color: #9aa5b8;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.feature-card-primary .feature-number {
  color: rgb(255 255 255 / 64%);
}

.feature-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin: 58px 0 30px;
  color: var(--blue);
  background: #edf3ff;
  border-radius: 16px;
  font-size: 1.7rem;
  font-weight: 800;
}

.feature-card-primary .feature-icon {
  color: var(--navy);
  background: var(--lime);
}

.feature-card h3 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.feature-card p {
  margin: 0;
  color: #748097;
  font-size: 0.92rem;
}

.feature-card-primary p {
  color: rgb(255 255 255 / 73%);
}

.bracket-section {
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 820px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: center;
  gap: 80px;
  overflow: hidden;
  padding: 100px max(5vw, calc((100vw - 1180px) / 2));
  color: var(--white);
  background:
    linear-gradient(130deg, rgb(23 105 255 / 14%), transparent 38%),
    var(--navy);
}

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

.bracket-copy > p {
  margin: 28px 0;
  color: rgb(255 255 255 / 66%);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  font-size: 0.9rem;
  font-weight: 650;
}

.check-list li::before {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-right: 12px;
  color: var(--navy);
  background: var(--lime);
  border-radius: 50%;
  content: "✓";
  font-size: 0.7rem;
}

.bracket-visual {
  position: relative;
  align-self: stretch;
  min-height: 650px;
}

.phone-bracket {
  position: absolute;
  top: 35px;
  left: 50%;
  width: min(380px, 78vw);
  transform: translateX(-50%) rotate(-2deg);
}

.privacy-callout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.button-secondary,
.button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 720;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.final-cta {
  display: flex;
  min-height: 550px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 20px;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(circle at center, rgb(23 105 255 / 22%), transparent 35%),
    var(--navy);
}

.final-cta img {
  margin-bottom: 28px;
  border-radius: 25px;
  box-shadow: 0 22px 50px rgb(0 0 0 / 34%);
}

.eyebrow.centered {
  justify-content: center;
  color: var(--lime);
}

.final-cta h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.6rem);
  letter-spacing: -0.065em;
  line-height: 1;
}

.final-cta > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: rgb(255 255 255 / 62%);
}

.button-light {
  color: var(--navy);
  background: var(--white);
  border-color: var(--white);
}

.site-footer {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  margin: 0 auto;
  padding: 36px 0;
}

.footer-brand img {
  box-shadow: none;
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  color: #8993a5;
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
}

/* Legal and support pages */
.subpage .site-header {
  position: relative;
  color: var(--ink);
}

.subpage .site-header .brand img {
  box-shadow: none;
}

.legal-hero {
  padding: 100px max(20px, calc((100vw - 900px) / 2)) 70px;
  background: linear-gradient(180deg, #eef3ff, var(--paper));
}

.legal-hero p:last-child {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.legal-content {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 75px 0 120px;
}

.legal-content h2 {
  margin: 52px 0 12px;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin: 28px 0 8px;
  font-size: 1.03rem;
}

.legal-content p,
.legal-content li {
  color: #4f5d77;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: #075ce0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.effective-date {
  display: inline-block;
  margin-bottom: 25px;
  padding: 7px 11px;
  color: #52617a;
  background: #edf0f6;
  border-radius: 7px;
  font-size: 0.76rem;
  font-weight: 650;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 30px 0 55px;
}

.support-card {
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 17px;
}

.support-card h3 {
  margin-top: 0;
}

.support-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.contact-panel {
  margin-top: 55px;
  padding: 34px;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius-md);
}

.contact-panel h2 {
  margin-top: 0;
}

.contact-panel p {
  color: rgb(255 255 255 / 65%);
}

.contact-panel a {
  display: inline-flex;
  margin-top: 12px;
  padding: 12px 16px;
  color: var(--navy);
  background: var(--lime);
  border-radius: 10px;
  font-weight: 750;
  text-decoration: none;
}

.error-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 30px;
  color: var(--white);
  text-align: center;
  background: var(--navy);
}

.error-page img {
  margin: 0 auto 25px;
  border-radius: 24px;
}

.error-page h1 {
  margin: 0;
  font-size: clamp(3rem, 9vw, 7rem);
}

.error-page p {
  color: rgb(255 255 255 / 65%);
}

.error-page a {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 18px;
  color: var(--navy);
  background: var(--lime);
  border-radius: 10px;
  font-weight: 750;
}

@media (max-width: 900px) {
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-top: 135px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero .eyebrow,
  .hero-actions,
  .hero-facts {
    justify-content: center;
  }

  .hero-lede {
    margin-right: auto;
    margin-left: auto;
  }

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

  .signal-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-strip div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

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

  .feature-card {
    min-height: 280px;
  }

  .feature-icon {
    margin-top: 35px;
  }

  .bracket-section {
    grid-template-columns: 1fr;
  }

  .bracket-copy {
    margin: 0 auto;
    text-align: center;
  }

  .bracket-copy .eyebrow {
    justify-content: center;
  }

  .bracket-visual {
    min-height: 700px;
  }
}

@media (max-width: 650px) {
  .site-header {
    height: 72px;
  }

  .site-header nav {
    gap: 16px;
  }

  .site-header nav a:first-child {
    display: none;
  }

  .hero {
    gap: 15px;
    padding-top: 120px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

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

  .live-chip {
    right: 0;
    bottom: 42px;
  }

  .orbit-one {
    width: 460px;
    height: 460px;
  }

  .orbit-two {
    width: 600px;
    height: 600px;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading,
  .privacy-callout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-heading .eyebrow {
    margin-bottom: 0;
  }

  .bracket-section {
    gap: 30px;
    padding-top: 80px;
  }

  .bracket-visual {
    min-height: 620px;
  }

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

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

  .footer-links {
    flex-wrap: wrap;
    gap: 15px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
