@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&display=swap');

:root {
  --green: #24f352;
  --pink: #ec51f1;
  --black: #1c1a18;
  --white: #ffffff;
  --muted: rgba(28, 26, 24, 0.68);
  --border: 2px solid var(--black);
  --shadow: 1px 2px 0 #000000;
  --page-max: 1440px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

.mw-300 {
  max-width: 300px !important;
}

.animate-object {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
  will-change: opacity, transform
}

.animate-object.visible {
  opacity: 1;
  transform: translateY(0)
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: "Google Sans", sans-serif
}

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

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

button {
  color: inherit;
  font: inherit
}

.trusted-logos img {
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  object-fit: contain
}

.site-header {
  align-items: center;
  background: var(--white);
  border: var(--border);
  border-radius: 53px;
  box-shadow: var(--shadow);
  display: flex;
  gap: 22px;
  height: 76px;
  justify-content: space-between;
  left: 50%;
  max-width: 1366px;
  padding: 10px 10px 10px 16px;
  position: fixed;
  top: 34px;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  z-index: 420
}

.mobile-demo-btn {
  display: none !important
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 245px
}

.brand img {
  height: 46px;
  object-fit: contain;
  width: 228px
}

.brand span {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-left: -140px;
  margin-top: 39px;
  text-transform: uppercase;
  white-space: nowrap
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 28px;
  font-size: 15px;
  z-index: 2;
  font-weight: 500
}

.nav-links a {
  padding: 12px 0 12px;
  position: relative;
  white-space: nowrap
}

.nav-links a.is-active {
  font-weight: 700
}

.nav-actions a.is-active {
  font-weight: 700
}

.nav-actions,
.hero-actions,
.carousel-controls {
  align-items: center;
  display: flex;
  gap: 8px
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 46px;
  height: 46px;
  border: var(--border);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
  cursor: pointer;
  padding: 0
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--black);
  transition: transform 180ms ease, opacity 180ms ease
}

.site-header.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg)
}

.site-header.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0
}

.site-header.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg)
}

.button {
  align-items: center;
  border: 0;
  border-radius: 53px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  min-height: 54px;
  padding: 8px 24px;
  white-space: nowrap
}

.button-dark {
  background: var(--black);
  color: var(--white)
}

.button-light {
  background: var(--white);
  border: var(--border);
  box-shadow: var(--shadow);
  color: var(--black);
  z-index: 10;
}

.icon-arrow,
.icon-left,
.icon-play,
.icon-mail {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px
}

.card-next {
  display: none !important
}

.icon-arrow::before,
.card-next::before {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 8px;
  position: absolute;
  right: 2px;
  top: 3px;
  transform: rotate(45deg);
  width: 8px
}

.icon-arrow::after,
.card-next::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 1px;
  position: absolute;
  top: 7px;
  width: 13px
}

.icon-left::before {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 8px
}

.icon-left::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  top: 7px;
  width: 13px
}

.icon-play {
  border: 2px solid currentColor;
  border-radius: 50%
}

.icon-play::after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  border-top: 4px solid transparent;
  content: "";
  left: 5px;
  position: absolute;
  top: 3px
}

.icon-mail {
  border: 2px solid currentColor;
  border-radius: 3px;
  width: 18px
}

.icon-mail::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: -2px;
  transform: rotate(45deg);
  width: 8px
}

.section-inner {
  margin: 0 auto;
  max-width: 1400px;
}

.hero {
  background: var(--green);
  border-bottom: var(--border);
  min-height: 775px;
  overflow: hidden;
  position: relative
}

.hero-copy {
  padding: 169px 0 76px 64px;
  position: relative;
  width: min(760px, calc(100% - 520px));
  z-index: 2
}

.early-note {
  align-items: center;
  display: flex;
  font-size: 12px;
  width: max-content;
  font-weight: 700;
  gap: 8px;
  margin: 0 0 10px;
  background-color: white;
  border: #000000 2px solid;
  padding: 0.25rem 0.5rem;
  border-radius: 2rem
}

.beige-color {
  background-color: #F3F1EE;
}

.early-note span {
  background: #24F352;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px
}

.hero h1 {
  font-size: 90px;
  line-height: 95px;
  margin: 0;
  max-width: 740px
}

.hero-text {
  font-size: 22px;
  line-height: 30px;
  margin: 18px 0 62px
}

.trusted {
  margin-top: 70px
}

.trusted p {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 26px;
  text-transform: uppercase
}

.trusted-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}

.trusted-logos img {
  max-height: 58px;
  max-width: 124px;
  mix-blend-mode: multiply;
  object-fit: contain
}

.hero-art {
  pointer-events: none;
  position: absolute;
  right: -22px;
  top: 0;
  width: 640px;
  z-index: 1
}

.hero-figure {
  display: block;
  height: auto;
  width: 100%
}

.boost-badge {
  position: absolute;
  right: 26px;
  top: -55px;
  width: 114px;
  height: auto;
  z-index: 400;
  animation: spin 20s linear infinite
}

@media screen and (max-width: 820px) {
  .boost-badge {
    top: -55px !important;
  }

  .nav-links {
    z-index: -1
  }

  .mobile-demo-btn {
    display: flex !important;
  }

  .phone-card {
    height: auto;
    width: 100%;
  }

  .flex-row-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}

@media screen and (min-width: 821px) {
  .flex-row-header .menu-toggle {
    display: none;
  }

  .header-fixer .nav-links {
    border-top: 2px solid transparent;
  }
}

.statement {
  align-items: center;
  background: var(--white);
  border-bottom: var(--border);
  display: flex;
  position: relative;
  min-height: 508px;
  padding: 96px 24px
}

.statement p {
  font-size: 42px;
  font-weight: 500;
  line-height: 51px;
  margin: 0 auto;
  max-width: 897px;
  text-align: center
}

.bento {
  background: var(--black);
  border-bottom: var(--border);
  color: var(--white);
  padding: 76px 0 108px
}

.section-title {
  font-size: 33px;
  font-weight: 500;
  line-height: 44px;
  margin: 0 0 40px 18px
}

.feature-card {
  border: var(--border);
  border-radius: 32px;
  overflow: hidden;
  padding: 40px;
  position: relative
}

.feature-card h2,
.feature-card h3 {
  margin: 0;
  position: relative;
  z-index: 2
}

.feature-card h2 {
  color: var(--black);
  font-size: 40px;
  line-height: 1.18
}

.feature-card h3 {
  font-size: 32px;
  line-height: 1.25
}

.feature-card.green {
  background: var(--green);
  color: var(--black)
}

.feature-card.pink {
  background: var(--pink)
}

.feature-card-large {
  display: flex;
  flex-direction: column;
  grid-row: 1 / span 2;
  justify-content: space-between
}

.feature-card.white {
  background-color: var(--white);
  color: var(--black)
}

.feature-card.photo {
  align-items: flex-end;
  display: flex;
  min-height: 100%
}

.feature-card.photo::after,
.journey-card.image-card::after {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1
}

.journey-card-small {
  background-color: #EC51F1;
  color: var(--white);
}

.journey-card-small img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature-card.photo img,
.journey-card.image-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%
}

.image-overwrite {
  padding-top: 5rem !important
}

.bento-large {
  max-width: 400px
}

.bento-box {
  gap: 20px;
  height: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 1400px;
  width: calc(100% - 72px)
}

.flex-col {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.flex-row {
  display: flex;
  gap: 20px;
  height: 100%
}

.image-card {
  background: #1C1A18
}

.feature-card.wide {
  grid-column: span 1
}

.feature-card.compact {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.feature-card.tall {
  grid-column: 3;
  grid-row: 1 / span 2
}

.mini-bars {
  margin: 0 auto;
  position: relative;
  width: 328px;
  padding-bottom: 4rem
}

.share-mark {
  height: 78px;
  margin-top: 18px;
  position: relative;
  width: 98px
}

.share-mark span {
  background: var(--white);
  border: var(--border);
  border-radius: 53px;
  box-shadow: var(--shadow);
  display: block;
  height: 68px;
  position: absolute;
  top: 5px;
  width: 42px
}

.share-mark span:first-child {
  left: 14px;
  transform: rotate(-45deg)
}

.figure-bento {
  width: 128px;
}

.share-mark span:last-child {
  left: 43px;
  transform: rotate(45deg)
}

.flex-row-big {
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.sizer-bento {
  max-height: 300px;
}

.w-logo-head {
  height: auto;
  max-width: 120px;
  object-fit: contain;
  width: 120px
}

@media screen and (max-width: 820px) {
  .flex-row-big {
    flex-direction: column;
  }
}

.bento-overwrite-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column !important
}

.round-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 40px;
  height: 263px;
  line-height: 1;
  padding-top: 2rem;
  width: 263px
}

.experience {
  background: var(--white);
  border-bottom: var(--border);
  overflow: hidden;
  padding: 90px 0 100px
}

.experience .section-inner {
  margin: 0 auto;
  max-width: 1400px;
  width: calc(100% - 72px);
  padding: 0 36px
}

.section-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px
}

.section-head h2 {
  font-size: 32px;
  line-height: 41px;
  margin: 0 0 24px;
  max-width: 584px
}

.section-head p {
  color: var(--muted);
  font-size: 22px;
  line-height: 29px;
  margin: 0;
  max-width: 433px
}

.carousel-controls button {
  align-items: center;
  background: var(--white);
  border: var(--border);
  border-radius: 50%;
  box-shadow: var(--shadow);
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px
}

.carousel-controls button:disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
  box-shadow: none
}

.experience.rtl .carousel-controls {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px
}

.experience.rtl .icon-arrow,
.experience.rtl .icon-left {
  transform: scaleX(-1)
}

.experience-track {
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0
}

.experience-track .track-inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
  align-items: start;
  will-change: transform;
  transition: transform 400ms cubic-bezier(.2, .8, .2, 1)
}

.experience-track::-webkit-scrollbar {
  height: 8px
}

.experience-track::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 99px
}

.journey-card {
  border: var(--border);
  border-radius: 32px;
  height: 600px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  scroll-snap-align: start
}

.experience-track .journey-card {
  flex: 0 0 372px;
  min-width: 372px
}

.journey-card.green {
  background: var(--green)
}

.journey-card.green img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.journey-card.pink {
  background: var(--pink);
  color: var(--white)
}

.journey-card h3 {
  font-size: 31px;
  line-height: 1.08;
  margin: 0;
  max-width: 270px;
  position: relative;
  z-index: 2
}

.journey-card p {
  font-size: 20px;
  line-height: 1.35;
  margin-top: 28px;
  max-width: 260px
}

.phone-card {
  height: 500px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 150px
}

.phone-card img {
  height: 100%;
  object-fit: contain;
  width: 100%
}

.journey-card.image-card {
  align-items: flex-start;
  display: flex
}

.journey-card.image-card h3 {
  color: var(--white)
}

.card-next {
  bottom: 32px;
  color: currentColor;
  position: absolute;
  right: 32px;
  z-index: 3
}

.price {
  background: var(--green);
  border-bottom: var(--border);
  padding: 150px 0 122px
}

.price-inner {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.price p {
  font-size: 32px;
  line-height: 48px;
  margin: 0
}

.price h2 {
  font-size: 90px;
  line-height: 95px;
  margin: 12px 0 16px
}

.price span {
  display: block;
  font-size: 22px;
  line-height: 30px
}

.coin-illustration {
  height: auto;
  max-width: min(479px, 38vw);
  object-fit: contain;
  width: 479px
}

.proof {
  overflow: hidden;
  padding: 86px 0 146px
}

.proof h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 41px;
  margin: 0 0 70px;
  text-align: center
}

.quote-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px
}

.quote {
  background: var(--black);
  border-radius: 28px;
  color: var(--white);
  min-height: 244px;
  padding: 42px 58px
}

.quote.active {
  align-items: start;
  display: grid;
  gap: 16px
}

.quote img {
  height: 72px;
  object-fit: contain;
  width: 77px
}

.quote blockquote {
  font-size: 25px;
  line-height: 41px;
  margin: 0
}

.quote p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  line-height: 29px;
  margin: 0
}

.quote strong {
  color: var(--white)
}

.quote.ghost {
  opacity: 1;
  transform: scale(0.74)
}

.faq {
  background: var(--white);
  border-bottom: var(--border);
  padding: 96px 0 120px
}

.faq-inner {
  max-width: 1003px
}

.faq h2 {
  font-size: 28px;
  line-height: 41px;
  margin: 0 0 40px 16px
}

.faq-card {
  border: var(--border);
  border-radius: 16px;
  box-shadow: 10px 10px 0 #000000;
  ;
  padding: 54px 70px
}

.faq-item {
  border-bottom: 1px solid rgba(28, 26, 24, 0.35);
  padding: 0
}

.faq-item:last-child {
  border-bottom: 0
}

.faq-item button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 33px;
  padding: 24px 0;
  text-align: left;
  width: 100%
}

.faq-item button span {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  height: 10px;
  transform: rotate(45deg);
  transition: transform 160ms ease;
  width: 10px
}

.faq-item.is-open button span {
  transform: rotate(225deg)
}

.faq-item p {
  color: var(--muted);
  display: none;
  font-size: 22px;
  line-height: 29px;
  margin: -4px 0 24px
}

.faq-item.is-open p {
  display: block
}

.final-cta {
  background: var(--green);
  border-bottom: var(--border);
  overflow: hidden;
  padding: 0
}

.final-inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(420px, 587px) 1fr;
  min-height: 721px;
  position: relative
}

.final-cta h2 {
  font-size: 80px;
  line-height: 80px;
  margin: 0 0 40px
}

.border-bottom-cta {
  border-bottom: 8px solid currentColor;
  display: inline-block
}

.final-cta img {
  bottom: -158px;
  max-width: none;
  object-fit: cover;
  position: absolute;
  right: -180px;
  width: 900px
}

.jtc-cta {
  font-size: 4rem;
  margin: 0
}

.cta-copy {
  display: flex;
  flex-direction: column
}

.absolute {
  position: absolute
}

.site-footer {
  align-items: center;
  justify-content: center;
  background: #050505;
  color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 402px;
  padding: 96px 24px 96px;
  text-align: center
}

.text-green {
  color: #24F352;
}

.footer-cta-title {
  font-size: 4rem;
}

.flex-group {
  max-width: 1150px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  align-items: center
}

.flex-footer-align {
  display: flex;
  flex-direction: column;
  align-items: start;

}

.site-footer p,
.site-footer span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  margin: 0 0 10px
}

.site-footer a {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 28px
}

.socials {
  display: flex;
  gap: 16px;
  margin: 86px 0 30px
}

.socials span {
  background: var(--white);
  border-radius: 50%;
  display: block;
  height: 8px;
  margin: 0;
  width: 8px
}

.site-footer small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px
}

.header-fixer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative
}

.header-fixer nav {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

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

  .nav-links {
    display: none;
  }

  .hero-copy {
    padding-left: 36px;
    width: min(720px, calc(100% - 320px));
  }

  .hero h1 {
    font-size: 72px;
    line-height: 78px;
  }

  .hero-art {
    right: -180px;
    top: 0;
    width: 560px;
  }

  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .feature-card-large,
  .feature-card.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-card-large {
    min-height: 600px;
  }

  .feature-card.tall {
    min-height: 363px;
  }

  .quote-strip {
    grid-template-columns: minmax(520px, 742px);
    justify-content: center;
    margin: 0;
  }

  .quote.ghost {
    display: none;
  }
}

.desktop-controls {
  display: flex;
  gap: 8px
}

.mobile-controls {
  display: none !important
}

@media screen and (max-width: 820px) {
  .site-header {
    border-radius: 28px;
    height: auto;
    padding: 10px;
    top: 12px;
    transition: border-radius 220ms ease;
  }

  .mw-300 {
    max-width: none !important;
    width: 100% !important;
  }

  .flex-group {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-cta-title {
    font-size: 2.5rem;
    text-align: center;
  }

  .nav-actions {
    display: none;
  }

  .hero-art {
    display: none;
  }

  .proof {
    background: var(--white);
    overflow: hidden;
    padding: 86px 0 66px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    height: 36px;
    width: 150px;
    object-fit: contain;
  }

  .brand span,
  .nav-actions .button-light {
    display: none;
  }

  .header-fixer {
    align-items: center;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-fixer nav {
    position: static;
    width: 100%;
    justify-content: flex-start;
  }

  .header-fixer .nav-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition: max-height 280ms ease, opacity 180ms ease, transform 280ms ease, margin-top 280ms ease, border-color 200ms ease;
  }

  .site-header.menu-open .header-fixer .nav-links {
    max-height: 220px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    margin-top: 6px;
    z-index: 4;
    border-top-color: var(--black);
  }

  .nav-links a {
    padding: 12px 14px;
    border-radius: 10px;
    cursor: pointer;
  }

  .site-header.menu-open {
    border-radius: 20px;
  }

  .nav-links a.is-active::after {
    display: none;
  }

  .experience .section-inner {
    padding: 0;
  }

  .desktop-controls {
    display: none !important;
  }

  .mobile-controls {
    display: flex !important;
    gap: 8px;
    padding: 1.5rem !important;
  }

  .button {
    font-size: 14px;
    min-height: 46px;
    padding: 8px 16px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-copy {
    padding: 122px 24px 54px;
    width: 100%;
  }

  .hero h1 {
    font-size: 56px;
    line-height: 60px;
  }

  .hero-text {
    font-size: 19px;
    margin-bottom: 32px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .trusted {
    margin-top: 42px;
  }

  .hero-art {
    bottom: auto;
    right: -255px;
    width: 430px;
  }

  .boost-badge {
    bottom: auto;
    right: 26px;
    top: 146px;
  }

  .statement {
    min-height: 360px;
    padding: 74px 24px;
  }

  .statement p {
    font-size: 29px;
    line-height: 38px;
  }

  .section-inner {
    width: calc(100% - 32px);
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
    margin-left: 0;
    padding-inline: 18px;
  }

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

  .bento-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 32px);
  }

  .bento-large {
    max-width: none;
  }

  .flex-col,
  .flex-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto;
  }

  .feature-card {
    height: 360px;
    min-height: 360px;
    padding: 28px;
  }

  .feature-card-large {
    height: 360px;
    min-height: 360px;
  }

  .feature-card.tall {
    height: 360px;
    min-height: 360px;
  }

  .bento-overwrite-card {
    flex-direction: column !important;
    justify-content: space-between;
    align-items: center;
  }

  .round-button {
    width: 100px;
    height: 100px;
  }

  .feature-card h2 {
    font-size: 26px;
  }

  .feature-card h3 {
    font-size: 28px;
  }

  .mini-bars img {
    height: 180px;
    width: 220px;
    padding-bottom: 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .section-head h2 {
    font-size: 29px;
    line-height: 37px;
  }

  .experience-track {
    grid-auto-columns: minmax(286px, 78vw);

    ::-webkit-scrollbar {
      display: none;
    }

    * {
      scrollbar-width: none;
    }

    * {
      -ms-overflow-style: none;
    }
  }

  .journey-card {
    height: 580px;
  }

  .price-inner,
  .final-inner {
    align-items: start;
    display: flex;
    flex-direction: column;
  }

  .price {
    padding: 96px 16px;
  }

  .price h2 {
    font-size: 54px;
    line-height: 60px;
  }

  .coin-illustration {
    margin: 56px auto 0;
    max-width: min(100%, 360px);
  }

  .quote-strip {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .quote {
    padding: 32px;
  }

  .quote blockquote {
    font-size: 22px;
    line-height: 32px;
  }

  .faq-card {
    padding: 26px 24px;
  }

  .faq-item button,
  .faq-item p {
    font-size: 18px;
    line-height: 28px;
  }

  .pattern-break {
    height: 420px;
  }

  .pattern-break span {
    transform: rotate(15deg) scale(0.66);
    transform-origin: top left;
  }

  .final-inner {
    min-height: 980px;
    padding-bottom: 360px;
    padding-top: 88px;
    padding-inline: 16px;
  }

  .final-cta h2 {
    font-size: 52px;
    line-height: 56px;
  }

  .final-cta img {
    bottom: -80px;
    right: -160px;
    width: 610px;
  }

  .site-footer {
    min-height: 520px;
    padding-top: 120px;
  }

  .site-footer a {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .trusted-logos {
    gap: 18px;
  }

  .trusted-logos img {
    max-width: 92px;
  }

  .round-button {
    right: 28px;
  }

  .phone-card {
    width: 100%;
  }

  .price h2 {
    font-size: 46px;
    line-height: 52px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.small {
  display: flex;
  text-align: center;
  margin-top: 16px;
  gap: 12px
}

.small a {
  font-size: 14px
}

.nav-links {
  z-index: 1;
  width: max-content;
}