@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito+Sans:wght@400;600;700;800;900&display=swap");

:root {
  --navy: #082f4d;
  --navy-dark: #06243b;
  --cyan: #06c7d3;
  --cyan-light: #99f2ed;
  --yellow: #ffc928;
  --coral: #ff624f;
  --cream: #fffaf0;
  --white: #fff;
  --text: #12334d;
  --muted: #5f7485;
  --shadow: 0 24px 70px rgb(4 37 60 / 18%);
  font-family: "Nunito Sans", sans-serif;
  color: var(--text);
  background: var(--cream);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
}

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

button {
  font: inherit;
}

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

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

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

.brand img,
.footer-brand img {
  display: block;
  width: 146px;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: rgb(255 255 255 / 74%);
  font-size: 0.9rem;
  font-weight: 800;
}

nav a {
  transition: color 180ms ease, transform 180ms ease;
}

nav a:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.nav-cta {
  padding: 11px 20px;
  color: var(--navy);
  background: var(--yellow);
  border-radius: 999px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 790px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  align-items: center;
  overflow: hidden;
  padding: 140px max(28px, calc((100vw - 1180px) / 2)) 80px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 52%, rgb(10 205 211 / 30%), transparent 28%),
    linear-gradient(130deg, #082f4d 0%, #062942 60%, #0a3c5c 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgb(255 255 255 / 13%) 1px, transparent 1px);
  background-size: 23px 23px;
  content: "";
  mask-image: linear-gradient(90deg, transparent, black 80%);
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--cyan-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow span {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--yellow);
  border-radius: 99px;
}

.eyebrow.dark {
  color: #178996;
}

h1,
h2,
h3 {
  font-family: "Baloo 2", sans-serif;
}

h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3.8rem, 6.2vw, 6.4rem);
  line-height: .92;
  letter-spacing: -.055em;
}

h1 em {
  color: var(--yellow);
  font-style: normal;
}

.hero-text {
  max-width: 570px;
  margin: 30px 0;
  color: rgb(255 255 255 / 75%);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 23px;
  font-weight: 900;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgb(0 0 0 / 18%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgb(0 0 0 / 24%);
}

.button-primary {
  color: var(--navy);
  background: var(--yellow);
}

.play-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  padding-left: 2px;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
  font-size: .68rem;
}

.text-link {
  color: rgb(255 255 255 / 72%);
  font-weight: 800;
}

.text-link span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-left: 6px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 50%;
}

.hero-proof {
  display: flex;
  gap: 34px;
  margin-top: 48px;
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  border-right: 1px solid rgb(255 255 255 / 14%);
}

.hero-proof div:last-child {
  padding-right: 0;
  border: 0;
}

.hero-proof strong {
  color: var(--white);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.hero-proof span {
  margin-top: 4px;
  color: rgb(255 255 255 / 48%);
  font-size: .72rem;
}

.hero-visual {
  display: grid;
  min-height: 590px;
  place-items: center;
}

.phone {
  position: relative;
  z-index: 3;
  width: 288px;
  padding: 10px;
  transform: rotate(4deg);
  background: #031d30;
  border: 3px solid #1e5574;
  border-radius: 43px;
  box-shadow: 0 45px 90px rgb(0 0 0 / 45%);
}

.phone::before {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 50%;
  width: 78px;
  height: 20px;
  transform: translateX(-50%);
  background: #031d30;
  border-radius: 0 0 13px 13px;
  content: "";
}

.phone-screen {
  overflow: hidden;
  background: #e8fbf8;
  border-radius: 32px;
}

.phone-status {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 17px;
  color: var(--navy);
  background: var(--white);
  font-size: .6rem;
  font-weight: 900;
}

.app-top {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px;
  background: var(--white);
}

.app-top img {
  width: 82px;
}

.avatar {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--white);
  background: var(--coral);
  border: 3px solid #ffe6a4;
  border-radius: 50%;
  font-size: .7rem;
  font-weight: 900;
}

.map {
  position: relative;
  height: 390px;
  overflow: hidden;
  background:
    linear-gradient(32deg, transparent 45%, rgb(255 255 255 / 80%) 46%, rgb(255 255 255 / 80%) 51%, transparent 52%),
    linear-gradient(112deg, transparent 35%, rgb(255 255 255 / 75%) 36%, rgb(255 255 255 / 75%) 41%, transparent 42%),
    #d7efdf;
}

.road {
  position: absolute;
  display: block;
  height: 6px;
  background: #fff;
  box-shadow: 0 0 0 1px #c9ded5;
}

.road-a {
  top: 90px;
  left: -30px;
  width: 340px;
  transform: rotate(-18deg);
}

.road-b {
  top: 210px;
  left: -50px;
  width: 370px;
  transform: rotate(21deg);
}

.road-c {
  top: 165px;
  left: 20px;
  width: 280px;
  transform: rotate(82deg);
}

.park {
  position: absolute;
  top: 38px;
  left: 22px;
  width: 95px;
  height: 80px;
  transform: rotate(-12deg);
  background: #a7dba8;
  border-radius: 44% 56% 46% 54%;
}

.water {
  position: absolute;
  right: -55px;
  bottom: 75px;
  width: 125px;
  height: 190px;
  transform: rotate(15deg);
  background: #8cdfe5;
  border-radius: 50%;
}

.pin {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 45px;
  place-items: center;
  color: var(--navy);
  background: var(--yellow);
  border: 4px solid var(--white);
  border-radius: 50% 50% 50% 10%;
  box-shadow: 0 6px 12px rgb(10 48 70 / 25%);
  font-weight: 900;
  transform: rotate(-45deg);
}

.pin::first-letter {
  transform: rotate(45deg);
}

.pin-one {
  top: 76px;
  right: 45px;
}

.pin-two {
  top: 168px;
  left: 52px;
  background: var(--coral);
}

.pin-three {
  top: 230px;
  right: 69px;
  background: var(--cyan);
}

.player-dot {
  position: absolute;
  z-index: 3;
  top: 190px;
  left: 135px;
  width: 18px;
  height: 18px;
  background: #1f7aff;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgb(31 122 255 / 15%);
}

.place-card {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 14px;
  left: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgb(7 47 75 / 22%);
}

.place-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: #fff0b8;
  border-radius: 10px;
}

.place-card span:nth-child(2) {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.place-card small {
  color: var(--coral);
  font-size: .58rem;
  font-weight: 900;
  text-transform: uppercase;
}

.place-card strong {
  overflow: hidden;
  color: var(--navy);
  font-size: .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arrow {
  color: var(--navy);
  font-size: 1.6rem;
}

.app-nav {
  display: flex;
  height: 57px;
  align-items: center;
  justify-content: space-around;
  color: #8a9ca9;
  background: var(--white);
}

.app-nav span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .8rem;
}

.app-nav small {
  margin-top: 2px;
  font-size: .48rem;
}

.app-nav .active {
  color: var(--coral);
}

.orbit {
  position: absolute;
  border: 1px solid rgb(126 239 234 / 22%);
  border-radius: 50%;
}

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

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

.floating-badge {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--white);
  border-radius: 11px;
  box-shadow: var(--shadow);
  font-size: .72rem;
  font-weight: 900;
}

.floating-badge span {
  color: var(--coral);
  font-size: 1.1rem;
}

.badge-top {
  top: 90px;
  right: 5px;
  transform: rotate(4deg);
}

.badge-bottom {
  bottom: 75px;
  left: 0;
  transform: rotate(-4deg);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.hero-glow-one {
  top: -160px;
  right: -180px;
  width: 430px;
  height: 430px;
  border: 90px solid rgb(6 199 211 / 6%);
}

.hero-glow-two {
  bottom: -230px;
  left: 30%;
  width: 520px;
  height: 520px;
  border: 100px solid rgb(255 201 40 / 4%);
}

.ticker {
  overflow: hidden;
  padding: 15px 0;
  color: var(--navy);
  background: var(--yellow);
  transform: rotate(-1deg) scale(1.02);
}

.ticker div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 28px;
  animation: ticker 24s linear infinite;
}

.ticker span {
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.ticker b {
  color: var(--coral);
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

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

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

.section-heading .eyebrow {
  justify-content: center;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: .98;
  letter-spacing: -.04em;
}

.section-heading > p:last-child,
.experience-copy > p {
  max-width: 600px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

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

.steps article {
  position: relative;
  min-height: 320px;
  padding: 34px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e8e6de;
  border-radius: 24px;
  box-shadow: 0 15px 45px rgb(7 47 75 / 7%);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.steps article:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgb(7 47 75 / 13%);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.quiz-demo.reveal {
  transform: translateY(24px) rotate(-2deg);
}

.quiz-demo.reveal.is-visible {
  transform: translateY(0) rotate(-2deg);
}

.steps article.featured {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.steps article.featured h3 {
  color: var(--white);
}

.steps article.featured p {
  color: rgb(255 255 255 / 65%);
}

.step-number {
  position: absolute;
  top: 20px;
  right: 26px;
  color: #dfe5e7;
  font-family: "Baloo 2", sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
}

.featured .step-number {
  color: rgb(255 255 255 / 10%);
}

.step-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin-bottom: 38px;
  color: var(--navy);
  border-radius: 22px;
  font-size: 2rem;
  font-weight: 900;
  transform: rotate(-5deg);
}

.step-icon span {
  transform: rotate(5deg);
}

.map-icon {
  background: var(--cyan-light);
}

.bolt-icon {
  color: var(--white);
  background: var(--coral);
}

.crown-icon {
  background: var(--yellow);
}

.steps h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.6rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.experience {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: clamp(50px, 9vw, 110px);
}

.quiz-demo {
  position: relative;
  padding: 36px;
  color: var(--white);
  background: var(--navy);
  border: 10px solid var(--white);
  border-radius: 30px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.quiz-demo::before {
  position: absolute;
  z-index: -1;
  inset: -30px 30px 20px -30px;
  background: var(--cyan);
  border-radius: 30px;
  content: "";
}

.quiz-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255 255 255 / 55%);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-header strong {
  color: var(--yellow);
  font-size: 1.1rem;
}

.progress {
  height: 7px;
  margin: 13px 0 30px;
  overflow: hidden;
  background: rgb(255 255 255 / 11%);
  border-radius: 99px;
}

.progress span {
  display: block;
  width: 43%;
  height: 100%;
  background: var(--yellow);
  border-radius: 99px;
}

.quiz-label {
  color: var(--cyan-light);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.quiz-demo h3 {
  max-width: 490px;
  margin: 12px 0 28px;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.2;
}

.answers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.answers span {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgb(255 255 255 / 8%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 12px;
  font-weight: 800;
}

.answers .correct {
  color: var(--navy);
  background: var(--yellow);
  border-color: var(--yellow);
}

.answers b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--white);
  background: var(--coral);
  border-radius: 50%;
}

.score-pop {
  position: absolute;
  top: 50%;
  right: -38px;
  padding: 9px 14px;
  color: var(--navy);
  background: var(--yellow);
  border: 4px solid var(--white);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  transform: rotate(8deg);
}

.experience-copy .eyebrow {
  margin-bottom: 20px;
}

.experience-copy > p {
  margin-right: 0;
  margin-left: 0;
}

.experience-copy ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 800;
}

.experience-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.experience-copy li span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--white);
  background: var(--cyan);
  border-radius: 50%;
  font-size: .72rem;
}

.download {
  position: relative;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 360px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  margin-bottom: 90px;
  padding: 75px 80px;
  overflow: hidden;
  color: var(--white);
  background: var(--coral);
  border-radius: 34px;
}

.download::after {
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 400px;
  height: 400px;
  border: 60px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  content: "";
}

.download > div:not(.download-mark) {
  position: relative;
  z-index: 2;
}

.download h2 {
  color: var(--white);
}

.download .eyebrow {
  color: #fff6bf;
}

.download > div > p:last-child {
  margin: 18px 0 0;
  color: rgb(255 255 255 / 72%);
}

.download-mark {
  position: absolute;
  right: 35%;
  color: rgb(255 255 255 / 7%);
  font-family: "Baloo 2", sans-serif;
  font-size: 21rem;
  font-weight: 900;
  transform: rotate(-12deg);
}

.store-card {
  position: relative;
  z-index: 3;
  display: flex;
  min-width: 220px;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  color: var(--white);
  background: var(--navy-dark);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 14px;
  box-shadow: 0 15px 35px rgb(75 14 7 / 25%);
}

.store-triangle {
  color: var(--cyan);
  font-size: 1.6rem;
}

.store-card span:last-child {
  display: flex;
  flex-direction: column;
}

.store-card small {
  color: rgb(255 255 255 / 65%);
  font-size: .65rem;
}

.store-card strong {
  font-size: 1.18rem;
}

footer {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
  padding: 45px 0;
  color: var(--muted);
  border-top: 1px solid #dddcd4;
  font-size: .8rem;
}

.footer-brand img {
  width: 110px;
}

.footer-links {
  display: flex;
  gap: 24px;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--coral);
}

.copyright {
  text-align: right;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr 370px;
  }

  h1 {
    font-size: clamp(3.5rem, 7vw, 5rem);
  }

  .hero-proof {
    gap: 18px;
  }

  .hero-proof div {
    padding-right: 16px;
  }

  .badge-top {
    right: -30px;
  }

  .steps article {
    padding: 27px;
  }

  .download {
    padding: 60px;
  }
}

@media (max-width: 780px) {
  .site-header {
    min-height: 76px;
  }

  .brand img {
    width: 120px;
  }

  nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
    text-align: center;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .eyebrow {
    justify-content: center;
  }

  .hero-text {
    max-width: 570px;
  }

  .hero-proof {
    justify-content: center;
  }

  .hero-visual {
    min-height: 620px;
    margin-top: 20px;
  }

  .phone {
    width: 280px;
  }

  .badge-top {
    right: 8%;
  }

  .badge-bottom {
    left: 7%;
  }

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

  .steps article {
    min-height: 270px;
  }

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

  .experience-copy {
    order: -1;
    text-align: center;
  }

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

  .experience-copy > p {
    margin-right: auto;
    margin-left: auto;
  }

  .experience-copy ul {
    width: max-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .download {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 60px 30px;
    text-align: center;
  }

  .download .eyebrow {
    justify-content: center;
  }

  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-header {
    width: calc(100% - 28px);
  }

  .nav-cta {
    padding: 9px 14px;
    font-size: .75rem;
  }

  .hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  h1 {
    font-size: 3.4rem;
  }

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

  .hero-proof {
    width: 100%;
    gap: 7px;
    justify-content: space-between;
  }

  .hero-proof div {
    flex: 1;
    padding: 0 8px;
  }

  .hero-proof span {
    font-size: .61rem;
  }

  .hero-visual {
    min-height: 570px;
    transform: scale(.9);
  }

  .badge-top {
    right: -4%;
  }

  .badge-bottom {
    left: -5%;
  }

  .section {
    width: calc(100% - 30px);
    padding: 90px 0;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .quiz-demo {
    padding: 25px 20px;
  }

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

  .score-pop {
    right: -14px;
  }

  .download {
    width: calc(100% - 30px);
    margin-bottom: 60px;
    border-radius: 25px;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
