:root {
  color-scheme: light;
  --navy: #071d31;
  --blue: #0965ed;
  --ink: #13283b;
  --muted: #526477;
  --line: #dce5ed;
  --paper: #f6f9fc;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
}
a:focus-visible {
  outline: 3px solid #ea9900;
  outline-offset: 6px;
}
.wrap {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  left: 20px;
  top: -80px;
  padding: 12px;
  background: #fff;
  z-index: 3;
}
.skip:focus {
  top: 12px;
}
.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 108px;
}
.brand {
  text-decoration: none;
  font-size: 32px;
  font-weight: 850;
  letter-spacing: -1.8px;
  color: var(--navy);
}
.brand > span {
  color: var(--blue);
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
nav a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}
.nav-download {
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.nav-download span {
  padding-left: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 76px;
  align-items: center;
  padding-block: 65px 92px;
}
.eyebrow {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.06em;
  color: var(--blue);
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: var(--blue);
  border-radius: 50%;
}
h1 {
  font-size: clamp(42px, 4.5vw, 64px);
  letter-spacing: -0.055em;
  line-height: 1.08;
  margin: 0;
  font-weight: 800;
}
h1 > span {
  color: var(--blue);
}
.lead {
  font-size: 18px;
  max-width: 510px;
  color: var(--muted);
  margin: 26px 0 30px;
  line-height: 1.7;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 54px;
  padding: 14px 23px;
  background: var(--blue);
  color: white;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 720;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: #074fb8;
  transform: translateY(-2px);
}
.quiet {
  font-size: 13px;
  color: var(--muted);
  margin: 14px 0 0;
}
.preview {
  background: var(--navy);
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 22px 55px #071d3114;
  transform: rotate(1deg);
}
.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 25px;
  color: #fff;
}
.mini-brand {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1px;
}
.example {
  font-size: 12px;
  color: #bbcedf;
}
.notification {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  background: #e8f1ff;
  border-radius: 13px;
  margin-bottom: 15px;
}
.notification-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--blue);
  color: white;
  font-size: 22px;
}
.notification strong {
  font-size: 14px;
}
.notification p {
  font-size: 13px;
  line-height: 1.5;
  margin: 3px 0 0;
  color: #435971;
}
.journey {
  background: #fff;
  border-radius: 15px;
  padding: 24px;
}
.journey-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.road {
  font-size: 15px;
  font-weight: 800;
  background: #edf4ff;
  color: var(--blue);
  padding: 7px 13px;
  border-radius: 7px;
}
.status {
  font-size: 12px;
  font-weight: 700;
  color: #8c4a00;
  background: #fff3dd;
  border-radius: 20px;
  padding: 5px 10px;
}
.journey h2 {
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.6px;
  margin: 20px 0 9px;
}
.journey p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 20px;
}
.illustrative-action {
  display: flex;
  justify-content: space-between;
  padding: 11px 14px;
  background: #edf4ff;
  color: var(--blue);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}
.illustrative-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 12px;
  color: #486077;
}
.illustrative-secondary > span:first-child {
  color: #12683d;
}
.preview-foot {
  text-align: center;
  font-size: 12px;
  color: #bed1e3;
  margin: 19px 0 0;
}
.preview-foot span {
  color: #76dca7;
  margin-right: 5px;
}
.coverage {
  background: var(--paper);
  border-block: 1px solid var(--line);
}
.coverage-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 23px;
}
.coverage p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.coverage p > span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.roads {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 38px;
  font-weight: 750;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.how {
  padding-block: 78px;
}
.section-heading h2 {
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.2;
  letter-spacing: -1.3px;
  margin: 0;
}
.section-heading .eyebrow {
  margin-bottom: 15px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  margin-top: 42px;
}
.steps article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.number {
  font-size: 13px;
  font-weight: 750;
  color: var(--blue);
}
h3 {
  font-size: 20px;
  letter-spacing: -0.6px;
  margin: 14px 0 10px;
}
.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}
.download {
  background: var(--navy);
  border-radius: 20px;
  padding: 42px 46px;
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 46px;
  align-items: center;
}
.download h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin: 0 0 15px;
}
.download .eyebrow {
  color: #91bdff;
  margin-bottom: 14px;
}
.download p {
  font-size: 15px;
  color: #bed1e3;
  margin-bottom: 0;
}
.download .light {
  background: #fff;
  color: var(--navy);
}
.download .light:hover {
  background: #dceaff;
}
.download-action p {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 12px;
}
.important {
  padding-block: 38px 42px;
}
.important h2 {
  font-size: 16px;
  margin: 0 0 10px;
}
.important p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 8px 0;
  max-width: 1080px;
}
footer {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-block: 27px;
}
footer .brand {
  font-size: 24px;
}
footer p {
  font-size: 13px;
  color: var(--muted);
  flex: 1;
}
footer > span {
  font-size: 12px;
  color: var(--muted);
}
@media (max-width: 950px) {
  .hero {
    gap: 32px;
    padding-top: 40px;
  }
  .preview {
    padding: 18px;
    transform: none;
  }
  .journey {
    padding: 18px;
  }
  .download {
    gap: 24px;
    padding: 32px;
  }
  .roads {
    gap: 20px;
  }
  .steps {
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .navigation {
    min-height: 84px;
    gap: 15px;
  }
  .brand {
    font-size: 28px;
  }
  nav {
    gap: 10px;
  }
  nav > a:first-child {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 30px 44px;
    gap: 38px;
  }
  h1 {
    font-size: clamp(38px, 9.5vw, 58px);
  }
  .lead {
    font-size: 17px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
  .preview {
    max-width: 460px;
    width: 100%;
    justify-self: center;
  }
  .coverage-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .roads {
    font-size: 16px;
    gap: 22px;
  }
  .how {
    padding-block: 48px;
  }
  .steps {
    grid-template-columns: 1fr;
    margin-top: 28px;
    gap: 24px;
  }
  .steps article {
    padding-top: 16px;
  }
  .steps h3 {
    margin-top: 8px;
  }
  .download {
    grid-template-columns: 1fr;
    padding: 27px 23px;
    gap: 24px;
  }
  .download h2 {
    font-size: 34px;
  }
  .button {
    gap: 16px;
    max-width: 100%;
    font-size: 14px;
  }
  .download .button {
    width: 100%;
  }
  .important {
    padding-block: 30px;
  }
  footer p {
    flex-basis: 65%;
  }
  footer > span {
    flex-basis: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .button:hover {
    transform: none;
  }
}
