:root {
  color-scheme: dark;
  --ink: #041126;
  --ink-2: #071a34;
  --panel: #0c2345;
  --panel-soft: rgba(12, 35, 69, 0.78);
  --line: rgba(132, 180, 243, 0.3);
  --blue: #42b8ff;
  --blue-strong: #1c91ff;
  --orange: #ff9b42;
  --green: #49dc78;
  --paper: #f7fbff;
  --muted: #b7c4d8;
  --gutter: 20px;
  --max: 1100px;
  --content: 760px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue",
    Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 760px;
  z-index: -1;
  background:
    linear-gradient(rgba(4, 17, 38, 0.16), var(--ink)),
    url("/assets/atlas-background.webp") top center / cover no-repeat;
  opacity: 0.78;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
.eyebrow {
  text-wrap: balance;
}
p,
li {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 10px;
  top: -70px;
  z-index: 40;
  padding: 11px 14px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus {
  top: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: 100%;
  min-height: 68px;
  padding: 10px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 17, 38, 0.93);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 22%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}
.site-header nav {
  display: none;
}
.nav-cta,
.primary-cta,
.app-store-link,
.share-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 1px solid rgba(66, 184, 255, 0.45);
  border-radius: 0;
  background: var(--panel);
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.app-store-link,
.primary-cta.app-store-link {
  background: var(--blue);
  color: #001329;
  border-color: var(--blue);
}

.hero {
  width: min(calc(100% - (var(--gutter) * 2)), var(--max));
  margin: 0 auto;
  padding: 44px 0 60px;
  display: flex;
  flex-direction: column;
}
.hero-copy {
  display: contents;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow.orange {
  color: var(--orange);
}
.seo-title {
  order: 1;
  max-width: 560px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(17px, 5vw, 22px);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.hero-copy > .eyebrow {
  order: 0;
}
.hero-slogan {
  order: 2;
  max-width: 570px;
  margin: 12px 0 0;
  font-size: clamp(50px, 14.5vw, 72px);
  font-weight: 880;
  line-height: 0.91;
  letter-spacing: -0.055em;
}
.hero-lede {
  order: 3;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.48;
}
.hero-actions {
  order: 4;
  margin-top: 24px;
  display: grid;
  gap: 12px;
}
.hero-actions .primary-cta {
  width: 100%;
  min-height: 54px;
  font-size: 16px;
}
.text-link {
  justify-self: start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--paper);
  font-weight: 800;
  text-underline-offset: 5px;
}
.quick-facts {
  order: 6;
  width: calc(100% + var(--gutter));
  margin: 30px calc(var(--gutter) * -1) 0 0;
  padding-right: var(--gutter);
  display: flex;
  gap: 9px;
  overflow-x: auto;
  scrollbar-width: none;
}
.quick-facts::-webkit-scrollbar,
.proof-strip::-webkit-scrollbar {
  display: none;
}
.quick-facts div {
  min-width: 108px;
  flex: 1 0 auto;
  padding: 11px 14px;
  border-left: 2px solid var(--blue);
  background: rgba(4, 17, 38, 0.8);
}
.quick-facts dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quick-facts dd {
  margin: 0;
  font-size: 24px;
  font-weight: 850;
}
.hero-visual {
  order: 5;
  position: relative;
  min-height: 550px;
  margin: 36px 0 0;
  display: grid;
  place-items: center;
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: 83%;
  aspect-ratio: 1;
  border: 1px solid rgba(66, 184, 255, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(66, 184, 255, 0.04),
    0 0 0 104px rgba(66, 184, 255, 0.025);
}
.question-chip {
  position: absolute;
  top: 5%;
  z-index: 3;
  max-width: 240px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 155, 66, 0.42);
  background: rgba(4, 17, 38, 0.95);
  color: var(--paper);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
}
.phone {
  position: relative;
  width: min(330px, 86vw);
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  background: #02050a;
  box-shadow: 0 34px 66px rgba(0, 0, 0, 0.48);
}
.phone img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.phone-hero {
  z-index: 1;
  transform: rotate(1.5deg);
}
.map-label {
  position: absolute;
  z-index: 2;
  padding: 7px 9px;
  border: 1px solid var(--line);
  background: rgba(4, 17, 38, 0.92);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.map-label-one {
  top: 14%;
  right: -4px;
}
.map-label-two {
  bottom: 8%;
  left: -4px;
  color: var(--blue);
}

.proof-strip {
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  padding: 18px var(--gutter);
  border-block: 1px solid var(--line);
  color: var(--muted);
  white-space: nowrap;
  scrollbar-width: none;
}
.proof-strip p {
  margin: 0;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.proof-strip span {
  color: var(--orange);
}

.section {
  width: min(calc(100% - (var(--gutter) * 2)), var(--max));
  margin: 0 auto;
  padding: 78px 0;
  border-bottom: 1px solid var(--line);
}
.section-heading > p:not(.eyebrow),
.challenge-copy > p,
.final-cta > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
}
h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(40px, 12vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.15;
}
.section-heading > p:not(.eyebrow) {
  margin: 22px 0 0;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 44px 0 0;
  display: grid;
  border: 1px solid var(--line);
}
.steps li {
  padding: 27px 24px 30px;
  border-bottom: 1px solid var(--line);
}
.steps li:last-child {
  border-bottom: 0;
}
.steps li > span,
.mode-link > span {
  display: block;
  margin-bottom: 20px;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
}
.steps p,
.mode-link p {
  margin: 8px 0 0;
  color: var(--muted);
}

.mode-layout {
  margin-top: 46px;
  display: grid;
  gap: 46px;
}
.mode-layout > .phone {
  justify-self: center;
  transform: rotate(-1deg);
}
.mode-link {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  min-height: 126px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
}
.mode-link:last-child {
  border-bottom: 1px solid var(--line);
}
.mode-link > span {
  margin: 3px 0 0;
}
.mode-link strong {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 13px;
}

.challenge {
  display: grid;
  gap: 46px;
}
.challenge h2 {
  font-size: clamp(50px, 14vw, 68px);
}
.challenge-copy > p {
  margin: 24px 0 0;
}
.challenge-copy .support-line {
  padding-left: 17px;
  border-left: 2px solid var(--orange);
  color: var(--paper);
  font-size: 16px;
}
.challenge-copy .text-link {
  margin-top: 14px;
}
.challenge > .phone {
  justify-self: center;
}

.stats {
  display: grid;
  gap: 42px;
}
.stat-sample {
  padding: 30px 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  text-align: center;
  box-shadow: 12px 12px 0 rgba(66, 184, 255, 0.07);
}
.stat-sample > p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.stat-sample > strong {
  display: block;
  margin-top: 8px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.stat-sample > span {
  color: var(--muted);
  font-size: 13px;
}
.score-line {
  height: 8px;
  margin: 25px 0;
  background: rgba(143, 190, 255, 0.12);
}
.score-line i {
  display: block;
  width: 89%;
  height: 100%;
  background: var(--blue);
}
.stat-sample dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}
.stat-sample dl div {
  padding-inline: 6px;
  border-right: 1px solid var(--line);
}
.stat-sample dl div:last-child {
  border-right: 0;
}
.stat-sample dt {
  color: var(--muted);
  font-size: 10px;
}
.stat-sample dd {
  margin: 2px 0 0;
  font-size: 19px;
  font-weight: 800;
}

.plan-grid {
  display: grid;
  gap: 15px;
  margin-top: 42px;
}
.plan-grid article {
  padding: 30px 24px;
  border: 1px solid var(--line);
  background: rgba(8, 26, 52, 0.78);
}
.plan-grid .pro {
  border-color: rgba(255, 155, 66, 0.65);
  background: #10213c;
  box-shadow: inset 5px 0 0 var(--orange);
}
.plan-label {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.pro .plan-label {
  color: var(--orange);
}
.plan-grid ul {
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--muted);
}
.plan-grid li {
  margin: 9px 0;
}

.faq-list {
  margin-top: 42px;
}
details {
  border-top: 1px solid var(--line);
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
}
summary::after {
  content: "+";
  color: var(--blue);
  font-size: 28px;
  font-weight: 400;
}
details[open] summary::after {
  content: "−";
}
details p {
  margin: 0 0 25px;
  color: var(--muted);
}

.final-cta {
  width: calc(100% - (var(--gutter) * 2));
  margin: 50px auto;
  padding: 58px 24px;
  border: 1px solid rgba(255, 155, 66, 0.58);
  background:
    linear-gradient(rgba(11, 30, 59, 0.82), rgba(11, 30, 59, 0.93)),
    url("/assets/atlas-background.webp") center / cover no-repeat;
  text-align: center;
}
.final-cta h2 {
  margin-inline: auto;
  font-size: 48px;
}
.final-cta > p:not(.eyebrow) {
  margin: 22px auto 0;
}
.final-actions {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.final-actions .primary-cta,
.final-actions .share-button {
  width: 100%;
  min-height: 52px;
}
.share-button {
  cursor: pointer;
  background: rgba(4, 17, 38, 0.72);
  color: var(--paper);
}
.share-status {
  display: block;
  min-height: 24px;
  margin-top: 9px;
  color: var(--green);
  font-size: 13px;
}

footer {
  width: calc(100% - (var(--gutter) * 2));
  margin: 0 auto;
  padding: 32px 0 44px;
  display: grid;
  justify-items: start;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}
footer p {
  margin: 0;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
footer nav a {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer p a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
footer nav a,
footer p a {
  color: var(--muted);
  font-weight: 650;
  text-underline-offset: 4px;
}

/* Search-intent landing pages */
.content-hero {
  width: min(calc(100% - (var(--gutter) * 2)), var(--content));
  margin: 0 auto;
  padding: 36px 0 56px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 35px;
  color: var(--muted);
  font-size: 12px;
}
.breadcrumbs a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-underline-offset: 4px;
}
.content-hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(45px, 13vw, 70px);
  line-height: 0.94;
  letter-spacing: -0.055em;
}
.content-hero .lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.52;
}
.content-actions {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}
.content-actions .primary-cta,
.content-actions .share-button {
  width: 100%;
  min-height: 52px;
}
.sample-card {
  position: relative;
  margin-top: 42px;
  padding: 28px 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel-soft);
}
.sample-card::before {
  content: "";
  position: absolute;
  inset: auto -85px -105px auto;
  width: 230px;
  aspect-ratio: 1;
  border: 1px solid rgba(66, 184, 255, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 38px rgba(66, 184, 255, 0.04),
    0 0 0 76px rgba(66, 184, 255, 0.025);
}
.sample-label {
  margin: 0;
  color: var(--orange);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.sample-card h2 {
  position: relative;
  margin-top: 10px;
  font-size: 31px;
  line-height: 1.05;
}
.sample-card p:last-child {
  position: relative;
  margin: 15px 0 0;
  color: var(--muted);
}
.code-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.code-row span {
  min-width: 61px;
  padding: 9px 12px;
  border-left: 2px solid var(--blue);
  background: rgba(4, 17, 38, 0.72);
  color: var(--paper);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 800;
  text-align: center;
}
.content-section {
  width: min(calc(100% - (var(--gutter) * 2)), var(--content));
  margin: 0 auto;
  padding: 64px 0;
  border-top: 1px solid var(--line);
}
.content-section h2 {
  font-size: clamp(35px, 10vw, 48px);
}
.content-section h3 {
  margin-top: 35px;
}
.content-section > p,
.content-section li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.content-section > p {
  margin: 20px 0 0;
}
.content-section ul,
.content-section ol {
  margin: 25px 0 0;
  padding-left: 23px;
}
.content-section li {
  margin: 11px 0;
}
.content-section strong {
  color: var(--paper);
}
.feature-grid {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
.feature-grid article {
  padding: 24px 20px;
  border: 1px solid var(--line);
  background: rgba(8, 26, 52, 0.7);
}
.feature-grid article p {
  margin: 10px 0 0;
  color: var(--muted);
}
.content-visual {
  margin-top: 34px;
}
.content-visual .phone {
  margin-inline: auto;
}
.answer-line {
  margin-top: 24px;
  padding: 17px 18px;
  border-left: 3px solid var(--green);
  background: rgba(73, 220, 120, 0.07);
  color: var(--paper);
}
.answer-line p {
  margin: 0;
}
.related-links {
  width: min(calc(100% - (var(--gutter) * 2)), var(--content));
  margin: 0 auto;
  padding: 62px 0;
  border-top: 1px solid var(--line);
}
.related-links h2 {
  font-size: 32px;
}
.related-grid {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}
.related-grid a {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 17px;
  border: 1px solid var(--line);
  background: rgba(8, 26, 52, 0.66);
  color: var(--paper);
  font-weight: 780;
  text-decoration: none;
}
.related-grid a span {
  color: var(--blue);
}

.not-found {
  min-height: calc(100vh - 190px);
  width: min(calc(100% - (var(--gutter) * 2)), 680px);
  margin: 0 auto;
  padding: 75px 0;
  display: grid;
  align-content: center;
}
.not-found .error-code {
  margin: 0;
  color: var(--orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  letter-spacing: 0.12em;
}
.not-found h1 {
  margin: 14px 0 0;
  font-size: clamp(52px, 15vw, 86px);
  line-height: 0.9;
}
.not-found > p:not(.error-code) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
}
.not-found .primary-cta {
  justify-self: start;
  margin-top: 25px;
}

@media (max-width: 359px) {
  :root {
    --gutter: 16px;
  }
  .site-header {
    min-height: 60px;
    padding-block: 8px;
  }
  .brand {
    gap: 8px;
    font-size: 12px;
  }
  .brand img {
    width: 36px;
    height: 36px;
  }
  .nav-cta {
    max-width: 108px;
    padding-inline: 9px;
    font-size: 11px;
    line-height: 1.2;
  }
  .hero {
    padding-top: 32px;
  }
  .hero-slogan {
    font-size: 46px;
  }
  .hero-lede {
    margin-top: 19px;
    font-size: 16px;
  }
  .hero-actions {
    margin-top: 18px;
  }
  .hero-visual {
    min-height: 500px;
  }
  .content-hero h1 {
    font-size: 43px;
  }
}

@media (min-width: 740px) {
  :root {
    --gutter: 34px;
  }
  .hero-actions,
  .content-actions,
  .final-actions {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
  }
  .hero-actions .primary-cta,
  .content-actions .primary-cta,
  .content-actions .share-button,
  .final-actions .primary-cta,
  .final-actions .share-button {
    width: auto;
  }
  .quick-facts {
    width: auto;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .steps li {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .steps li:last-child {
    border-right: 0;
  }
  .mode-layout {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 8vw;
  }
  .challenge,
  .stats {
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
    gap: 8vw;
  }
  .plan-grid,
  .feature-grid,
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
  footer {
    grid-template-columns: auto 1fr;
    align-items: start;
  }
  footer p {
    text-align: right;
  }
  footer nav {
    grid-column: 1 / -1;
  }
}

@media (min-width: 980px) {
  .site-header {
    position: static;
    width: min(calc(100% - 68px), var(--max));
    padding-inline: 0;
    background: transparent;
    backdrop-filter: none;
  }
  .site-header nav {
    display: flex;
    gap: 24px;
  }
  .site-header nav a {
    color: var(--muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
  }
  .hero {
    min-height: 740px;
    padding: 70px 0 80px;
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    align-items: center;
    gap: 5vw;
  }
  .hero-copy {
    display: block;
  }
  .hero-lede {
    font-size: 21px;
  }
  .hero-visual {
    min-height: 650px;
    margin: 0;
  }
  .phone {
    width: min(365px, 34vw);
  }
  .section {
    padding: 112px 0;
  }
  .section-heading:not(.compact) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 32px;
  }
  .section-heading:not(.compact) .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -8px;
  }
  .section-heading:not(.compact) > p:not(.eyebrow) {
    margin: 0;
    justify-self: end;
  }
  .steps li {
    min-height: 245px;
    padding: 34px;
  }
  .steps li > span {
    margin-bottom: 50px;
  }
  .final-cta {
    width: min(calc(100% - 68px), var(--max));
    margin-block: 90px;
    padding: 76px;
  }
  .final-actions {
    justify-content: center;
  }
  footer {
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
  footer p {
    text-align: center;
  }
  footer nav {
    grid-column: auto;
  }
}

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