.p-mobile-app {
  background: #fff;
}

.p-mobile-app .breadcrumb {
  background: #fff;
}

.mobile-app-hero {
  position: relative;
  overflow: hidden;
  padding: 7.2rem 0 8.8rem;
  border-bottom: 1px solid #e2ebf0;
  background: #fff;
}

.mobile-app-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(34rem, 0.92fr);
  align-items: center;
  gap: clamp(5rem, 8vw, 11rem);
}

.mobile-app-eyebrow {
  margin-bottom: 1.6rem;
  color: #079bd3;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mobile-app-hero__copy h1 {
  max-width: 66rem;
  margin: 0;
  color: #001f36;
  font-size: clamp(4.2rem, 4.6vw, 6.2rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.mobile-app-hero__description {
  max-width: 68rem;
  margin-top: 2.4rem;
  color: #536779;
  font-size: 1.9rem;
  line-height: 1.65;
}

.mobile-app-downloads {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
  margin-top: 3.2rem;
}

.mobile-app-downloads a {
  display: inline-flex;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.8rem rgba(0, 31, 54, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mobile-app-downloads a:hover,
.mobile-app-downloads a:focus-visible {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.4rem 3.4rem rgba(0, 31, 54, 0.2);
}

.mobile-app-downloads img {
  display: block;
  width: auto;
  height: 5.2rem;
  border-radius: 0.9rem;
}

.mobile-app-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem 2rem;
  max-width: 66rem;
  margin: 3.6rem 0 0;
  padding: 0;
  list-style: none;
}

.mobile-app-highlights li {
  position: relative;
  padding-left: 3rem;
  color: #183b52;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
}

.mobile-app-highlights li::before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #079bd3;
  box-shadow: inset 0 0 0 0.6rem #d9f3fc;
}

.mobile-app-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68rem;
  padding: 4rem;
  overflow: hidden;
  border-radius: 4rem;
  border: 1px solid #d8e7ef;
  background: linear-gradient(155deg, #fbfdfe 0%, #eef6fa 100%);
  box-shadow: 0 2.4rem 6rem rgba(0, 46, 79, 0.12);
}

.mobile-app-hero__visual::before {
  content: "";
  position: absolute;
  inset: 7% 10% auto;
  height: 38rem;
  border: 1px solid rgba(7, 155, 211, 0.14);
  border-radius: 50%;
}

.mobile-app-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.2rem);
}

.mobile-app-hero__orb--one {
  top: 7rem;
  right: 3rem;
  width: 17rem;
  height: 17rem;
  background: rgba(39, 197, 235, 0.12);
}

.mobile-app-hero__orb--two {
  bottom: 8rem;
  left: 2rem;
  width: 12rem;
  height: 12rem;
  background: rgba(102, 219, 244, 0.1);
}

.mobile-app-hero__phone {
  position: relative;
  z-index: 1;
  width: min(28rem, 76%);
  transform: none;
  filter: drop-shadow(0 2rem 2.2rem rgba(0, 42, 73, 0.22));
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.45s ease;
}

.mobile-app-hero__phone img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.mobile-app-features {
  padding: 8.8rem 0;
  background: #f5f8fa;
}

.mobile-app-section-heading {
  max-width: 82rem;
  margin: 0 auto 5.6rem;
  text-align: center;
}

.mobile-app-section-heading h2 {
  margin: 0;
  color: #001f36;
  font-size: clamp(3.6rem, 4vw, 5.2rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.mobile-app-section-heading p {
  margin-top: 1.8rem;
  color: #607385;
  font-size: 1.8rem;
  line-height: 1.65;
}

.mobile-app-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-app-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 56rem;
  padding: 3.2rem;
  overflow: hidden;
  border: 1px solid #dbe6ed;
  border-radius: 2.4rem;
  background: #fff;
  box-shadow: 0 1.6rem 4rem rgba(0, 42, 73, 0.07);
  transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.mobile-app-feature-card__number {
  position: absolute;
  top: 2.4rem;
  right: 2.8rem;
  color: #d9e9f2;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
}

.mobile-app-feature-card__copy {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  padding-right: 5rem;
}

.mobile-app-feature-card__copy h3 {
  margin: 0;
  color: #002945;
  font-size: 2.6rem;
  line-height: 1.25;
}

.mobile-app-feature-card__copy p {
  margin-top: 1.2rem;
  color: #617486;
  font-size: 1.6rem;
  line-height: 1.6;
}

.mobile-app-screens {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.2rem;
  min-width: 0;
  margin-top: auto;
  padding: 3rem 0 0;
}

.mobile-app-screen {
  flex: 0 1 14rem;
  min-width: 0;
  overflow: hidden;
  border: 0.5rem solid #07141d;
  border-radius: 2rem;
  background: #07141d;
  box-shadow: 0 1.6rem 3.2rem rgba(0, 31, 54, 0.18);
  transform: none;
  transition: transform 0.42s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.42s ease;
}

.mobile-app-screen img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.42s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.42s ease;
}

@media (hover: hover) and (pointer: fine) {
  .mobile-app-hero__visual:hover .mobile-app-hero__phone {
    transform: translateY(1.8rem) scale(1.025);
    filter: drop-shadow(0 3.2rem 3.2rem rgba(0, 0, 0, 0.36));
  }

  .mobile-app-hero__visual:hover .mobile-app-hero__phone img {
    transform: rotate(-0.6deg);
  }

  .mobile-app-feature-card:hover {
    transform: translateY(-0.6rem);
    border-color: rgba(7, 155, 211, 0.38);
    box-shadow: 0 3rem 6rem rgba(0, 67, 108, 0.14);
  }

  .mobile-app-feature-card:hover .mobile-app-screen {
    transform: translateY(-1.2rem);
    box-shadow: 0 2.2rem 4rem rgba(0, 31, 54, 0.24);
  }

  .mobile-app-feature-card:hover .mobile-app-screen:nth-child(even) {
    transform: translateY(-2rem);
  }

  .mobile-app-feature-card:hover .mobile-app-screen img {
    transform: scale(1.025);
    filter: saturate(1.06) contrast(1.02);
  }
}

.mobile-app-cta {
  padding: 8.8rem 0 10rem;
}

.mobile-app-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: 5.6rem 6.4rem;
  overflow: hidden;
  border-radius: 3.2rem;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.16), transparent 26rem),
    linear-gradient(135deg, #079bd3, #00689d 72%);
  box-shadow: 0 2.2rem 5.6rem rgba(0, 85, 128, 0.2);
}

.mobile-app-cta__inner h2 {
  max-width: 70rem;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 3.8vw, 5rem);
  line-height: 1.12;
}

.mobile-app-cta__inner p {
  max-width: 68rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.7rem;
  line-height: 1.6;
}

.mobile-app-cta .mobile-app-downloads {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (max-width: 1100px) {
  .mobile-app-hero__grid {
    grid-template-columns: 1fr minmax(31rem, 0.8fr);
    gap: 4rem;
  }

  .mobile-app-hero__visual {
    min-height: 62rem;
  }

  .mobile-app-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .mobile-app-hero {
    padding: 5.6rem 0 7.2rem;
  }

  .mobile-app-hero__grid,
  .mobile-app-feature-grid {
    grid-template-columns: 1fr;
  }

  .mobile-app-hero__copy {
    text-align: center;
  }

  .mobile-app-hero__description,
  .mobile-app-highlights {
    margin-inline: auto;
  }

  .mobile-app-downloads {
    justify-content: center;
  }

  .mobile-app-hero__visual {
    width: min(54rem, 100%);
    min-height: 60rem;
    margin: 0 auto;
  }

  .mobile-app-features {
    padding: 7.2rem 0;
  }
}

@media (max-width: 575px) {
  .mobile-app-hero {
    padding: 4rem 0 5.6rem;
  }

  .mobile-app-hero__grid {
    gap: 4rem;
  }

  .mobile-app-hero__copy h1 {
    font-size: 4rem;
  }

  .mobile-app-hero__description {
    font-size: 1.6rem;
  }

  .mobile-app-downloads {
    gap: 1rem;
  }

  .mobile-app-downloads img {
    height: 4.4rem;
  }

  .mobile-app-highlights {
    grid-template-columns: 1fr;
    max-width: 36rem;
    text-align: left;
  }

  .mobile-app-hero__visual {
    min-height: 52rem;
    padding: 3rem 2.4rem;
    border-radius: 2.8rem;
  }

  .mobile-app-hero__phone {
    width: min(22rem, 76%);
  }

  .mobile-app-section-heading {
    margin-bottom: 3.6rem;
  }

  .mobile-app-section-heading h2 {
    font-size: 3.4rem;
  }

  .mobile-app-section-heading p {
    font-size: 1.6rem;
  }

  .mobile-app-feature-grid {
    gap: 1.8rem;
  }

  .mobile-app-feature-card {
    min-height: auto;
    padding: 2.4rem 2rem;
    border-radius: 2.2rem;
  }

  .mobile-app-feature-card__number {
    top: 2rem;
    right: 2rem;
    font-size: 3.8rem;
  }

  .mobile-app-feature-card__copy {
    padding-right: 4rem;
  }

  .mobile-app-feature-card__copy h3 {
    font-size: 2.2rem;
  }

  .mobile-app-screens {
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .mobile-app-screen {
    flex: 0 0 12rem;
    scroll-snap-align: center;
  }

  .mobile-app-cta {
    padding-bottom: 6rem;
  }

  .mobile-app-cta__inner {
    padding: 3.6rem 2.4rem;
    border-radius: 2.4rem;
    text-align: center;
  }

  .mobile-app-cta__inner h2 {
    font-size: 3.2rem;
  }

  .mobile-app-cta__inner p {
    font-size: 1.5rem;
  }

  .mobile-app-cta .mobile-app-downloads {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-app-downloads a,
  .mobile-app-hero__phone,
  .mobile-app-hero__phone img,
  .mobile-app-feature-card,
  .mobile-app-screen,
  .mobile-app-screen img {
    transition: none;
  }
}
