:root {
  font-family: "Inter", Arial, sans-serif;
  color: #17263f;
  background: #f7f7f5;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  padding: clamp(14px, 2vw, 30px);
  overflow-x: clip;
  background: #f7f7f5;
}

a {
  color: inherit;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.download-nav {
  position: fixed;
  top: clamp(16px, 2vw, 26px);
  left: 50%;
  z-index: 20;
  width: min(calc(100% - 44px), 1180px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  pointer-events: none;
}

.wordmark,
.nav-actions {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(26, 54, 105, 0.16);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  pointer-events: auto;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0 1rem;
  color: #17263f;
  font-size: 1.08rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.wordmark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 5px;
  color: #526078;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-actions a {
  display: grid;
  min-width: 82px;
  min-height: 46px;
  place-items: center;
  padding: 0.1rem 1rem 0;
  border-radius: 13px;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.nav-actions a:hover {
  background: rgba(91, 83, 218, 0.08);
  color: #554bc8;
  transform: translateY(-1px);
}

main,
footer {
  width: min(100%, 1500px);
  margin-inline: auto;
}

.download-hero {
  position: relative;
  min-height: clamp(680px, 55vw, 820px);
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(380px, 1.07fr);
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(112px, 10vw, 150px) clamp(28px, 7vw, 104px) clamp(48px, 6vw, 80px);
  border-radius: clamp(20px, 2vw, 30px);
  background:
    radial-gradient(circle at 67% 58%, rgba(29, 204, 230, 0.78), transparent 31%),
    linear-gradient(122deg, #18d5c2 0%, #15c2d0 31%, #2789ff 100%);
  color: #fff;
  box-shadow: 0 20px 52px rgba(29, 49, 86, 0.1);
}

.download-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.11), transparent 38%),
    radial-gradient(circle at 5% 94%, rgba(255, 255, 255, 0.16), transparent 24%);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
}

.rating-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 38px;
  margin-bottom: 1.5rem;
  padding: 0.15rem 0.9rem 0;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.74rem;
  text-decoration: none;
  backdrop-filter: blur(15px);
}

.rating-chip span {
  color: #ffe76a;
  letter-spacing: 0.08em;
}

.rating-chip strong {
  font-weight: 800;
}

.eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

h1 {
  margin: 0;
  font-size: clamp(3.7rem, 6vw, 6.9rem);
  font-weight: 900;
  letter-spacing: -0.012em;
  line-height: 0.86;
  text-transform: uppercase;
}

h2 em {
  font-style: italic;
  font-weight: 900;
}

h1 span,
h1 strong {
  display: block;
}

h1 span {
  font-size: 0.58em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

h1 strong {
  margin-left: 0;
  color: #7651e7;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.018em;
  text-shadow: 0 8px 26px rgba(68, 46, 169, 0.18);
}

.hero-intro {
  max-width: 570px;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 600;
  line-height: 1.55;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.store-links a {
  display: inline-flex;
  border-radius: 12px;
  line-height: 0;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-links a:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 10px 16px rgba(25, 45, 91, 0.23));
}

.store-links img {
  width: auto;
  height: 50px;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 540px;
}

.phone-halo {
  position: absolute;
  top: 49%;
  left: 52%;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 90px rgba(255, 255, 255, 0.23);
  transform: translate(-50%, -50%);
}

.hero-phone {
  position: absolute;
  top: 52%;
  left: 52%;
  z-index: 2;
  width: min(25vw, 390px);
  max-height: 680px;
  object-fit: contain;
  filter: drop-shadow(0 36px 34px rgba(29, 52, 104, 0.25));
  transform: translate(-50%, -50%) rotate(1.5deg);
  animation: phoneFloat 6s ease-in-out infinite;
}

.coin {
  position: absolute;
  z-index: 1;
  width: clamp(76px, 7vw, 118px);
  filter: drop-shadow(0 17px 18px rgba(32, 62, 122, 0.14));
}

.coin-one {
  top: 15%;
  right: 4%;
  transform: rotate(10deg);
}

.coin-two {
  right: 0;
  bottom: 2%;
  transform: rotate(-14deg);
}

.coin-three {
  bottom: 7%;
  left: 5%;
  transform: rotate(17deg);
}

.feature-ticker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2vw, 2.1rem);
  min-height: 104px;
  overflow: hidden;
  color: #77849a;
  font-size: clamp(0.7rem, 1.2vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.feature-ticker i {
  color: #7651e7;
  font-size: 1.3rem;
  font-style: normal;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.4vw, 22px);
  padding: clamp(58px, 8vw, 112px) 0 0;
}

.feature-heading {
  grid-column: 1 / -1;
  margin-bottom: clamp(22px, 3vw, 42px);
  color: #17263f;
}

.feature-heading .eyebrow {
  color: #7250dd;
}

.feature-heading h2,
.final-download h2 {
  margin: 0;
  font-size: clamp(2.8rem, 5.4vw, 5.8rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.feature-heading h2 em {
  color: #7651e7;
}

.feature-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  padding: clamp(26px, 3vw, 44px);
  border-radius: clamp(20px, 2vw, 30px);
  color: #fff;
  box-shadow: 0 20px 48px rgba(37, 51, 87, 0.12);
}

.feature-card::before,
.feature-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.feature-card::before {
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.feature-card::after {
  width: 98px;
  height: 98px;
  border: 18px solid rgba(255, 255, 255, 0.08);
  border-radius: 27px;
  transform: rotate(24deg);
}

.feature-card > div {
  position: relative;
  z-index: 3;
}

.feature-card h3 {
  max-width: 300px;
  margin: 0.55rem 0 0.75rem;
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1;
}

.feature-card p {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.48;
}

.card-number {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.feature-card img {
  position: absolute;
  z-index: 2;
  display: block;
  object-fit: contain;
}

.fitscore-card {
  background:
    radial-gradient(circle at 84% 56%, rgba(176, 255, 237, 0.24), transparent 25%),
    linear-gradient(145deg, #1ec5ba, #2088f6);
}

.fitscore-card::before {
  top: 31%;
  right: -16%;
}

.fitscore-card::after {
  top: 48%;
  left: 8%;
}

.fitscore-card img {
  left: 50%;
  bottom: -29%;
  width: 108%;
  max-height: 490px;
  transform: translateX(-50%);
}

.rewards-card {
  background:
    radial-gradient(circle at 20% 64%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(145deg, #8354eb, #c453d9);
}

.rewards-card::before {
  right: -10%;
  bottom: 18%;
}

.rewards-card::after {
  top: 46%;
  left: 6%;
}

.rewards-card img {
  left: 50%;
  bottom: -22%;
  width: 94%;
  max-height: 480px;
  transform: translateX(-50%);
}

.social-card {
  background: linear-gradient(145deg, #ff8a55, #ee437d);
}

.social-card::before,
.social-card::after {
  display: none;
}

.social-card img {
  right: -28%;
  bottom: -12%;
  width: 130%;
  max-height: 430px;
}

.final-download {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
  margin-top: clamp(70px, 9vw, 130px);
  padding: clamp(46px, 7vw, 100px);
  border-radius: clamp(20px, 2vw, 30px);
  background:
    radial-gradient(circle at 80% 30%, rgba(255, 123, 232, 0.46), transparent 27%),
    linear-gradient(125deg, #5b45dd, #8a4de0 58%, #ca50dc);
  color: #fff;
  box-shadow: 0 20px 52px rgba(69, 48, 155, 0.2);
}

.final-download > div {
  position: relative;
  z-index: 2;
}

.final-download h2 {
  max-width: 770px;
}

.final-download > div > p:last-child {
  max-width: 540px;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 1rem;
  font-weight: 600;
}

.final-store-links {
  max-width: 210px;
  flex-direction: column;
  margin: 0;
}

.final-store-links img {
  height: 54px;
}

.final-flame {
  position: absolute;
  right: 10%;
  bottom: -26%;
  width: min(36vw, 490px);
  opacity: 0.19;
  transform: rotate(8deg);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 34px 8px 12px;
  color: #7b8799;
  font-size: 0.72rem;
  font-weight: 700;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #17263f;
  font-style: italic;
  text-decoration: none;
}

.footer-brand img {
  width: 28px;
  height: 28px;
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  gap: 1rem;
}

footer div a {
  text-decoration: none;
}

@keyframes phoneFloat {
  0%,
  100% { transform: translate(-50%, -50%) rotate(1.5deg); }
  50% { transform: translate(-50%, calc(-50% - 11px)) rotate(0.5deg); }
}

@media (max-width: 980px) {
  .download-hero {
    grid-template-columns: 1fr;
    min-height: 1050px;
    align-items: start;
    padding-top: 124px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-phone {
    width: min(42vw, 390px);
  }

  .phone-halo {
    width: min(56vw, 520px);
  }

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

  .feature-card {
    min-height: 520px;
  }

  .feature-card img {
    width: auto;
    height: 70%;
    max-height: none;
  }

  .fitscore-card img,
  .rewards-card img {
    left: 50%;
    bottom: -18%;
    transform: translateX(-50%);
  }

  .social-card img {
    right: -7%;
    width: min(88%, 620px);
  }

  .final-download {
    grid-template-columns: 1fr;
  }

  .final-store-links {
    max-width: none;
    flex-direction: row;
  }
}

@media (max-width: 620px) {
  body {
    padding: 10px;
  }

  .rating-chip {
    display: none;
  }

  .download-nav {
    top: 14px;
    width: calc(100% - 30px);
  }

  .wordmark,
  .nav-actions {
    min-height: 50px;
    border-radius: 15px;
  }

  .wordmark {
    padding: 0 0.75rem;
    font-size: 0.9rem;
  }

  .wordmark img {
    width: 29px;
    height: 29px;
  }

  .nav-actions a {
    min-width: 65px;
    min-height: 40px;
    padding-inline: 0.65rem;
  }

  .nav-actions a:nth-child(2) {
    display: none;
  }

  .download-hero {
    min-height: 940px;
    padding: 108px 22px 24px;
    border-radius: 20px;
  }

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

  .hero-intro {
    font-size: 0.96rem;
  }

  h1 strong {
    margin-left: 0;
  }

  .store-links {
    gap: 0.55rem;
  }

  .store-links img {
    height: 43px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .hero-phone {
    top: 53%;
    width: min(65vw, 330px);
  }

  .phone-halo {
    width: 80vw;
  }

  .coin {
    width: 72px;
  }

  .coin-one {
    right: -6%;
  }

  .coin-two {
    right: -10%;
  }

  .coin-three {
    left: -10%;
  }

  .feature-ticker {
    min-height: 82px;
    justify-content: flex-start;
    padding-inline: 14px;
  }

  .feature-ticker span:nth-of-type(4),
  .feature-ticker span:nth-of-type(5),
  .feature-ticker i:nth-of-type(4) {
    display: none;
  }

  .feature-grid {
    padding-top: 44px;
  }

  .feature-card {
    min-height: 520px;
    border-radius: 20px;
  }

  .feature-heading h2,
  .final-download h2 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .feature-card img {
    width: auto;
    height: 68%;
  }

  .social-card img {
    width: 112%;
  }

  .final-download {
    min-height: 570px;
    margin-top: 70px;
    padding: 42px 24px;
    border-radius: 20px;
  }

  .final-store-links {
    flex-direction: column;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 8px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-phone {
    animation: none;
  }
}
