:root {
  --cream: #f7f5ef;
  --ink: #17231d;
  --blue: #386dec;
  --sky: #4bcbfd;
  --orange: #ff772b;
  --lime: #d0ff93;
  --purple: #8170ff;
  --border: #dcd8cd;
}

* {
  box-sizing: border-box;
}

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

a {
  color: inherit;
}

main {
  overflow-x: hidden;
  overflow-x: clip;
}

img {
  max-width: 100%;
}

.hero-copy,
.hero-scene,
.download>*,
.privacy>* {
  min-width: 0;
}

.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 0 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 55px;
  text-decoration: none;
}

.brand-goose {
  width: 35px;
  height: 52px;
  object-fit: contain;
}

.brand-wordmark {
  width: 150px;
  height: 50px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 36px;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
footer a:hover {
  color: var(--blue);
}

.nav-cta,
.button {
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 4px 4px 0 var(--ink);
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.nav-cta {
  min-height: 44px;
  padding: 11px 19px;
  background: var(--ink);
  color: white;
  box-shadow: none;
}

.nav-cta:hover,
.button:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--ink);
}

.hero {
  min-height: 680px;
  max-width: 1240px;
  margin: auto;
  padding: 70px 28px 90px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 50px;
}

.eyebrow,
.kicker {
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: white;
  box-shadow: 3px 3px 0 var(--ink);
}


h1,
h2 {
  margin: 0;
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .9;
  text-transform: uppercase;
}

h1 {
  margin-top: 27px;
  font-size: clamp(58px, 7vw, 94px);
}

h1 em {
  color: var(--blue);
  font-style: normal;
  position: relative;
  display: inline-block;
}

h1 em::after {
  content: "";
  position: absolute;
  height: 8px;
  left: 1%;
  right: 0;
  bottom: -6px;
  background: var(--sky);
  border-radius: 50%;
  transform: rotate(-1deg);
}

.hero-lede {
  max-width: 560px;
  margin: 30px 0 28px;
  color: #526058;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 600;
}

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

.button {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 16px 23px;
}

.button-primary {
  background: var(--orange);
}

.button-arrow {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.play {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: white;
}

.play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.trust-line {
  margin-top: 27px;
  color: #647067;
  font-size: 12px;
  font-weight: 800;
  word-spacing: 5px;
}

.trust-line span {
  color: #4a8f27;
}

.hero-scene {
  position: relative;
  min-height: 530px;
  display: grid;
  place-items: center;
}

.hero-scene::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: var(--sky);
  border: 3px solid var(--ink);
  box-shadow: 9px 9px 0 var(--ink);
}

.hero-scene::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border: 3px dashed rgba(23, 35, 29, .3);
  border-radius: 50%;
}

.phone {
  position: relative;
  z-index: 2;
  width: 270px;
  height: 545px;
  padding: 12px;
  border: 4px solid var(--ink);
  border-radius: 44px;
  background: #fbfbf7;
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(-100deg);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 21px;
  left: 50%;
  width: 72px;
  height: 18px;
  border-radius: 20px;
  background: var(--ink);
  transform: translateX(-50%);
}

.game-screen {
  height: 100%;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 26px;
  background: var(--sky);
}

.game-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.speech,
.correct-card {
  position: absolute;
  z-index: 3;
  border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  font-weight: 950;
}

.speech {
  min-width: 150px;
  padding: 14px 17px;
  border-radius: 16px;
  background: white;
  font-size: 14px;
  line-height: 1.12;
}

.speech small,
.speech strong,
.speech span {
  display: block;
}

.speech small {
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 9px;
  letter-spacing: 1px;
}

.speech strong {
  font-size: 18px;
}

.speech span {
  margin-top: 3px;
  color: #606b65;
  font-size: 11px;
}

.speech-left {
  left: 11px;
  top: 61px;
  background: white;
}

.speech-right {
  right: -18px;
  top: 46px;
  background: white;
  transform: rotate(6deg);
}

.correct-card {
  left: 50%;
  bottom: 88px;
  padding: 13px 17px;
  border-radius: 12px;
  background: var(--lime);
  transform: rotate(-4deg) translateX(-50%);
  display: flex;
  align-items: center;
}

.correct-card span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: white;
}

.burst {
  position: absolute;
  z-index: 3;
  font-size: 31px;
  font-weight: 950;
}

.burst-one {
  right: 10px;
  top: -5px;
  color: var(--orange);
  transform: rotate(15deg);
}

.burst-two {
  left: 22px;
  bottom: 50px;
  color: var(--purple);
}

.how {
  padding: 105px 28px 115px;
  background: var(--ink);
  color: white;
}

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

.kicker {
  color: var(--orange);
  margin: 0 0 22px;
}

h2 {
  font-size: clamp(44px, 6vw, 78px);
}

.section-heading h2 span,
.deck-copy h2 span,
.privacy h2 span {
  color: var(--sky);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  max-width: 1120px;
  margin: 64px auto 0;
}

.step {
  position: relative;
  min-height: 360px;
  padding: 24px;
  border: 2px solid white;
  border-radius: 24px;
  background: #233029;
  box-shadow: 7px 7px 0 rgba(255, 255, 255, .9);
}

.step-number {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid white;
  border-radius: 50%;
  color: var(--ink);
  background: var(--lime);
  font-size: 13px;
  font-weight: 950;
}

.step-illustration {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.step h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -.7px;
}

.step p {
  margin: 0;
  color: #bdc6c0;
  line-height: 1.55;
}

.mini-card {
  max-width: min(36%, 108px);
  height: auto;
  margin: -8px;
  display: grid;
  place-items: center;
  border: 3px solid var(--ink);
  border-radius: 12px;
  background: var(--orange);
  color: var(--ink);
  font-size: 34px;
  font-weight: 950;
  transform: rotate(-10deg);
}

.mini-card:nth-child(2) {
  background: var(--sky);
  transform: translateY(-8px) rotate(2deg);
}

.mini-card:nth-child(3) {
  background: var(--purple);
  color: white;
  transform: rotate(12deg);
}

.mini-person {
  max-width: 250px;
  height: auto;
}

.tilt-phone {
  max-width: 280px;
  height: auto;
}

.decks-section {
  padding: 112px 0 105px;
  overflow: hidden;
  background: var(--cream);
}

.deck-copy {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 28px;
  text-align: center;
}

.deck-copy h2 {
  font-size: clamp(50px, 6vw, 78px);
}

.deck-copy h2 span {
  color: var(--blue);
}

.deck-copy>p:last-child {
  max-width: 430px;
  margin: 22px auto 0;
  color: #667069;
  font-size: 17px;
  line-height: 1.55;
}

.deck-marquee {
  --deck-gap: 22px;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 38px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.deck-track,
.deck-row {
  display: flex;
  width: max-content;
  flex-shrink: 0;
}

.deck-track {
  animation: deck-scroll 48s linear infinite;
  will-change: transform;
}

.deck-track:not(.is-ready) {
  animation: none;
}

.deck-row {
  gap: var(--deck-gap);
  padding-right: var(--deck-gap);
}

.deck-card {
  --resting-tilt: -1.5deg;
  --hover-tilt: 2.5deg;
  position: relative;
  width: 238px;
  flex: 0 0 auto;
  margin: 0;
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: white;
  box-shadow: 7px 8px 0 var(--ink);
  overflow: hidden;
  transform: rotate(var(--resting-tilt));
  transform-origin: 50% 82%;
  transition: transform .24s cubic-bezier(.2, .8, .2, 1), box-shadow .24s ease;
}

.deck-card:nth-child(3n + 2) {
  --resting-tilt: 1.25deg;
  --hover-tilt: -2.75deg;
}

.deck-card:nth-child(3n) {
  --resting-tilt: -.5deg;
  --hover-tilt: 3deg;
}

.deck-card:hover {
  z-index: 2;
  box-shadow: 11px 14px 0 var(--ink);
  transform: translateY(-18px) rotate(var(--hover-tilt)) scale(1.07);
}

.deck-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.download {
  max-width: 1180px;
  width: calc(95% - 10px);
  margin: 30px auto 115px;
  padding: 66px;
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 70px;
  align-items: center;
  border: 3px solid var(--ink);
  border-radius: 32px;
  background: var(--blue);
  color: white;
  box-shadow: 10px 10px 0 var(--ink);
}

.download .kicker {
  color: var(--lime);
}

.download h2 {
  font-size: clamp(43px, 5vw, 66px);
}

.download p:not(.kicker) {
  max-width: 520px;
  color: #e6ebff;
  line-height: 1.6;
}

.store-panel {
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 6px 6px 0 var(--ink);
}

.availability {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.4px;
}

.store-row {
  display: flex;
  gap: 10px;
}

.store-badge {
  flex: 1;
  padding: 11px 15px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: white;
  color: var(--ink);
}

.store-badge-link {
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-badge-link:hover,
.store-badge-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 var(--ink);
}

.store-badge small,
.store-badge strong {
  display: block;
}

.store-badge small {
  font-size: 9px;
}

.store-badge strong {
  margin-top: 2px;
  font-size: 16px;
}

.store-panel>small {
  display: block;
  margin-top: 13px;
  color: #dce3ff;
}

.privacy {
  padding: 115px max(28px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 80px;
  background: #e7e2ff;
  border-top: 3px solid var(--ink);
}

.privacy h2 {
  font-size: clamp(48px, 5vw, 68px);
}

.privacy h2 span {
  color: var(--purple);
}

.updated {
  margin-top: 28px;
  font-size: 12px;
  font-weight: 800;
}

.privacy-lede {
  margin: 0 0 35px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 850;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 36px;
}

.privacy-grid article {
  padding-top: 18px;
  border-top: 2px solid rgba(23, 35, 29, .35);
}

.privacy-grid h3 {
  margin: 0 0 9px;
  font-size: 16px;
}

.privacy-grid p {
  margin: 0;
  color: #51585d;
  font-size: 14px;
  line-height: 1.6;
}

.privacy-grid a {
  font-weight: 800;
}

.legal-note {
  margin-top: 34px;
  padding: 13px 15px;
  border-left: 4px solid var(--purple);
  background: rgba(255, 255, 255, .55);
  font-size: 12px;
  line-height: 1.5;
}

footer {
  min-height: 110px;
  max-width: 1240px;
  margin: auto;
  padding: 30px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
}

.brand-footer {
  height: 48px;
}

.brand-footer .brand-goose {
  width: 30px;
  height: 44px;
}

.brand-footer .brand-wordmark {
  width: 126px;
  height: 42px;
}

footer>div {
  display: flex;
  gap: 24px;
}

footer a {
  font-weight: 800;
}

@media (max-width: 1300px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
  }
  .hero-copy {
    text-align: center;
  }
  
  .hero-lede {
    margin-inline: auto;
  }
  
  .hero-actions,
  .eyebrow {
    justify-content: center;
  }
  
  .hero-scene {
    width: min(100%, 600px);
    margin: auto;
  }
}

@media (max-width: 1170px) {
  .steps {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 960px) {
  .download,
  .privacy {
    grid-template-columns: 1fr;
  }

  .download {
    gap: 40px;
  }

  .privacy {
    gap: 55px;
  }
}

@media (max-width: 720px) {
  .nav-links {
    display: none;
  }

  .nav {
    height: 74px;
    padding-inline: 18px;
  }

  .brand {
    height: 45px;
  }

  .brand-goose {
    width: 29px;
    height: 43px;
  }

  .brand-wordmark {
    width: 118px;
    height: 40px;
  }

  .nav-cta {
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    font-size: 12px;
  }

  .hero {
    padding: 40px 20px 75px;
    gap: 30px;
  }

  h1 {
    font-size: clamp(50px, 16vw, 72px);
  }

  .hero-lede {
    font-size: 16px;
  }

  .hero-scene {
    min-height: 470px;
    transform: scale(.86);
    transform-origin: center;
    margin-top: -20px;
    margin-bottom: -35px;
  }

  .hero-scene::before {
    width: 400px;
    height: 400px;
  }

  .hero-scene::after {
    width: 340px;
    height: 340px;
  }

  .phone {
    width: 230px;
    height: 455px;
  }

  .speech-left {
    left: -25px;
  }

  .speech-right {
    right: -25px;
  }

  .how {
    padding: 85px 20px 95px;
  }

  .steps {
    grid-template-columns: 1fr;
    max-width: 430px;
  }

  .step {
    min-height: 335px;
  }

  .decks-section {
    padding: 85px 0 78px;
  }

  .deck-copy {
    margin-bottom: 30px;
    padding-inline: 20px;
  }

  .deck-marquee {
    --deck-gap: 15px;
    padding-block: 24px 32px;
    -webkit-mask-image: linear-gradient(to right, transparent, black 2.5%, black 97.5%, transparent);
    mask-image: linear-gradient(to right, transparent, black 2.5%, black 97.5%, transparent);
  }

  .deck-track {
    animation-duration: 38s;
  }

  .deck-card {
    border-radius: 17px;
    box-shadow: 5px 6px 0 var(--ink);
  }

  .download {
    margin: 0 18px 85px;
    padding: 42px 23px;
    border-radius: 25px;
  }

  .store-row {
    flex-direction: column;
  }

  .privacy {
    padding: 85px 20px;
  }

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

  footer {
    flex-direction: column;
    text-align: center;
    padding-block: 35px;
  }

  footer>div {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  footer a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .nav {
    padding-inline: 14px;
  }

  .brand {
    gap: 4px;
  }

  .brand-goose {
    width: 27px;
  }

  .brand-wordmark {
    width: 110px;
  }

  .hero {
    padding: 32px 16px 56px;
  }

  .eyebrow {
    max-width: 100%;
    padding-inline: 10px;
    letter-spacing: 1.25px;
    font-size: 10px;
  }

  h1 {
    font-size: clamp(46px, 16vw, 62px);
  }

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

  .burst-two {
    bottom: -22px;
  }

  .button-primary {
    justify-content: space-between;
    width: min(100%, 250px);
  }

  .trust-line {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    line-height: 1.6;
    word-spacing: 0;
  }

  .trust-line span:not(:first-child) {
    margin-left: 5px;
  }

  .hero-scene {
    min-height: 410px;
    margin-top: -38px;
    margin-bottom: -58px;
    transform: scale(.78);
  }

  .how,
  .privacy {
    padding: 72px 16px;
  }

  h2,
  .deck-copy h2,
  .privacy h2 {
    font-size: clamp(40px, 13vw, 50px);
  }

  .steps {
    gap: 22px;
    margin-top: 44px;
  }

  .step {
    min-height: 0;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 0 rgba(255, 255, 255, .9);
  }

  .step-illustration {
    height: 220px;
  }

  .mini-person {
    max-width: 205px;
  }

  .tilt-phone {
    max-width: 225px;
  }

  .download {
    margin-inline: 14px;
    padding: 36px 18px;
    gap: 30px;
    box-shadow: 6px 6px 0 var(--ink);
  }

  .download h2 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .store-panel {
    padding: 18px;
  }

  .privacy {
    gap: 40px;
  }

  .privacy-lede {
    font-size: 19px;
  }

  footer {
    padding-inline: 16px;
  }
}

@media (max-width: 390px) {
  .brand-wordmark {
    width: 96px;
  }

  .nav-cta {
    padding-inline: 12px;
  }

  .hero-scene {
    min-height: 370px;
    margin-top: -54px;
    margin-bottom: -72px;
    transform: scale(.64);
  }

  .speech-left {
    left: -80px;
  }

  .speech-right {
    right: -80px;
  }

  .step-illustration {
    height: 195px;
  }

  .mini-person {
    max-width: 180px;
  }

  .tilt-phone {
    max-width: 195px;
  }

  footer>div {
    column-gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
  }

  .deck-track {
    animation: none;
  }

  .deck-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: thin;
  }

  .deck-row[aria-hidden="true"] {
    display: none;
  }
}
