main {
  background: radial-gradient(circle at 50% 0%, rgba(74,92,255,0.16), transparent 36%);
}
.section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 32px;
}
.eyebrow {
  color: #9a9db3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.hero {
  min-height: 760px;
  padding-top: 170px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  max-width: 1320px;
}
.hero .hero-copy h1 {
  text-align: left;
  font-size: 112px;
  line-height: 1;
  letter-spacing: -5px;
}
.hero .hero-copy h2 {
  text-align: left;
  font-size: 50px;
  letter-spacing: -2px;
  margin-top: 18px;
}
.hero .hero-copy>p:not(.eyebrow) {
  color: rgba(255,255,255,0.64);
  font-size: 20px;
  line-height: 1.6;
  max-width: 560px;
  margin: 24px 0 34px;
}
.hero .download-on-appstore-link img {
  width: 180px;
}
.hero .hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero .hero-visual .glow {
  position: absolute;
  width: 420px;
  height: 420px;
  background: linear-gradient(140deg, #18adfa, #6a54ff, #c722ff);
  opacity: 0.42;
  filter: blur(100px);
}
.hero .hero-visual>img {
  position: relative;
  width: 290px;
  border-radius: 42px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.6), 0 0 0 8px rgba(255,255,255,0.08);
  transform: rotate(5deg);
}
.title-wrapper {
  margin-bottom: 54px;
}
.title-wrapper h2 {
  font-size: 58px;
  letter-spacing: -2px;
}
.title-wrapper p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255,255,255,0.55);
  text-align: center;
  font-size: 18px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.feature-grid .feature-card {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.1);
}
.feature-grid .feature-card h3 {
  font-size: 30px;
  line-height: 1.15;
  max-width: 360px;
  margin: 16px 0;
}
.feature-grid .feature-card p {
  max-width: 420px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}
.feature-grid .feature-card .feature-number {
  color: #57b9ff;
  font-weight: 700;
  letter-spacing: 2px;
}
.feature-grid .feature-card .feature-phone {
  position: absolute;
  width: 230px;
  right: 24px;
  bottom: -70px;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.55);
  transform: rotate(-7deg);
}
.feature-grid .feature-card-large {
  grid-column: 1/-1;
  min-height: 440px;
}
.feature-grid .feature-card-large .phone-pair {
  position: absolute;
  right: 50px;
  top: 54px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.feature-grid .feature-card-large .phone-pair img {
  width: 190px;
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.55);
}
.feature-grid .feature-card-large .phone-pair img:last-child {
  margin-top: 48px;
  transform: rotate(7deg);
}
.feature-grid .feature-card-large .phone-pair img:first-child {
  transform: rotate(-5deg);
}
.trust-section {
  max-width: none;
  padding-left: calc((100% - 1176px) / 2);
  padding-right: calc((100% - 1176px) / 2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  background: #121622;
}
.trust-section .trust-copy h2 {
  text-align: left;
  font-size: 48px;
}
.trust-section .trust-copy>p:not(.eyebrow) {
  color: rgba(255,255,255,0.58);
  line-height: 1.7;
}
.trust-section .trust-copy ul {
  padding: 0;
  list-style: none;
}
.trust-section .trust-copy ul li {
  padding: 10px 0 10px 30px;
  color: rgba(255,255,255,0.78);
  background: url("/resources/images/listItemCheckIcon.svg") left center no-repeat;
}
.trust-section .trust-visual img {
  width: 300px;
  display: block;
  margin: auto;
  border-radius: 36px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.55);
  transform: rotate(5deg);
}
.final-cta .card-wrapper {
  max-width: 820px;
  margin: auto;
  padding: 74px 34px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 32px;
  background: radial-gradient(circle at 50% 0%, rgba(79,117,255,0.28), rgba(255,255,255,0.04) 65%);
}
.final-cta .card-wrapper h2 {
  max-width: 700px;
  font-size: 48px;
}
.final-cta .card-wrapper p:not(.eyebrow) {
  max-width: 580px;
  color: rgba(255,255,255,0.6);
  text-align: center;
  line-height: 1.6;
}
.final-cta .card-wrapper .cta-icon {
  width: 80px;
  height: 80px;
  border-radius: 22px;
  margin-bottom: 26px;
}
.download-button {
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(100deg, #18adfa, #6a54ff);
  font-weight: 700;
}
.legal {
  padding-bottom: 80px;
  color: #a7a9b8;
}
.legal h2 {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  font-size: 26px;
}
.legal a {
  color: #70c5ff;
  text-decoration: underline;
}
@media screen and (max-width: 780px) {
  .section {
    padding: 80px 20px;
  }
  .hero {
    min-height: auto;
    padding-top: 130px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: stretch;
  }
  .hero .hero-copy h1 {
    font-size: 76px;
  }
  .hero .hero-copy h2 {
    font-size: 36px;
  }
  .hero .hero-copy>p:not(.eyebrow) {
    font-size: 17px;
  }
  .hero .hero-visual>img {
    width: 230px;
  }
  .title-wrapper h2 {
    font-size: 42px;
  }
  .feature-grid {
    display: flex;
    flex-direction: column;
  }
  .feature-grid .feature-card,
  .feature-grid .feature-card-large {
    min-height: 550px;
  }
  .feature-grid .feature-card-large .phone-pair {
    top: auto;
    right: auto;
    left: 35px;
    bottom: 25px;
  }
  .feature-grid .feature-card-large .phone-pair img {
    width: 145px;
  }
  .trust-section {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 30px;
  }
  .trust-section .trust-copy h2 {
    font-size: 40px;
  }
  .final-cta .card-wrapper h2 {
    font-size: 36px;
  }
}
