:root {
  --map-heading: #2b2a29;
  --map-text: #4c4c4c;
  --map-blue: #1c4aa4;
  --map-sky: #0c8ae5;
  --map-border: #cbb4ff;
  --map-shadow: 0 8px 22px rgba(54, 68, 111, 0.1);
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: var(--map-heading);
}

.mobile-app-page {
  overflow: clip;
}

.mobile-app-page img {
  display: block;
  max-width: 100%;
}

.mobile-app-page .map-section {
  padding: 2rem 0;
}

.mobile-app-page .map-section-last {
  padding-bottom: 2rem;
}

.mobile-app-page .map-section-heading {
  margin: 0 auto 2.2rem;
}

.mobile-app-page .map-section-heading .h2 {
  margin: 0 0 0.7rem;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.18;
  color: var(--map-blue);
}

.mobile-app-page .map-section-heading p,
.mobile-app-page p {
  margin: 0;
  color: var(--map-text);
  font-size: 1.02rem;
  line-height: 1.75;
}

.mobile-app-page .map-hero {
  padding: 2.5rem 0 0;
  background: linear-gradient(81deg, #ebf1ff 12.2%, #fff1e6 115.43%);
}

.mobile-app-page .map-hero-copy {
  max-width: 58rem;
  margin: 0 auto;
}

.mobile-app-page .map-hero-copy h1 {
  margin: 0;
  font-size: 3.45rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--map-heading);
}

.mobile-app-page .map-hero-copy h1 span {
  display: block;
  background: linear-gradient(90deg, var(--map-sky) 0%, var(--map-blue) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mobile-app-page .map-hero-copy p {
  margin: 1rem auto 0;
}

.mobile-app-page .map-store-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.45rem;
}

.mobile-app-page .map-store-badges a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.mobile-app-page .map-store-badges a:hover {
  transform: translateY(-2px);
}

.mobile-app-page .map-store-badges img {
  height: 3rem;
  width: auto;
}

.mobile-app-page .map-hero-devices {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 600px;
  margin: 0px auto;
  gap: 1rem;
  margin-top: 0rem;
}

.mobile-app-page .map-device {
  filter: drop-shadow(0 12px 22px rgba(63, 76, 109, 0.18));
}

.mobile-app-page .map-device-left,
.mobile-app-page .map-device-right {
  width: 13.75rem;
}

.mobile-app-page .map-device-center {
  width: 15.25rem;
}

.mobile-app-page .map-capabilities {
  padding-top: 3rem;
}

.mobile-app-page .map-feature-card {
  height: 100%;
  padding: 1.75rem 1.25rem 1.45rem;
  text-align: center;
  border: 1px solid var(--map-border);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: var(--map-shadow);
}

.mobile-app-page .map-feature-icon,
.mobile-app-page .map-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.15rem;
  height: 5.15rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #f4f7ff 0%, #edf4ff 100%);
  box-shadow: inset 0 0 0 1px rgba(182, 196, 240, 0.45);
}

.mobile-app-page .map-feature-icon img,
.mobile-app-page .map-service-icon img {
  width: 2.35rem;
  height: 2.35rem;
  object-fit: contain;
}

.mobile-app-page .map-feature-card .h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--map-heading);
}

.mobile-app-page .map-feature-card p {
  font-size: 0.92rem;
  line-height: 1.65;
}

.mobile-app-page .map-services-wrap {
  padding: 2.5rem 2rem;
  border-radius: 2rem;
  background: linear-gradient(258deg, #f2f6ff 10.23%, #edf8ff 92.52%);
}

.mobile-app-page .map-service-card {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 6.1rem;
  padding: 1rem 1rem;
  border: 1px solid #b9cbff;
  border-radius: 0.95rem;
  background: #ffffff;
  box-shadow: 3px 7px 7.3px rgba(42, 47, 69, 0.12);
}

.mobile-app-page .map-service-icon {
  width: 3.6rem;
  height: 3.6rem;
  flex: 0 0 3.6rem;
}

.mobile-app-page .map-service-icon img {
  width: 1.75rem;
  height: 1.75rem;
}

.mobile-app-page .map-service-card .h3 {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--map-heading);
}

.mobile-app-page .map-detail-panel {
  padding: 3rem 3.25rem;
  border-radius: 2.35rem;
}

.mobile-app-page .map-panel-peach {
  background: linear-gradient(79deg, #fbf2df 5.38%, #fff1f0 87.63%);
}

.mobile-app-page .map-panel-blue {
  background: linear-gradient(67deg, #f8f3ff 4%, #e4f0ff 104.32%);
}

.mobile-app-page .map-panel-copy .h2 {
  margin: 0 0 0.85rem;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--map-blue);
}

.mobile-app-page .map-panel-copy p {
  max-width: 43rem;
}

.mobile-app-page .map-check-list {
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
}

.mobile-app-page .map-check-list li {
  position: relative;
  margin-bottom: 0.9rem;
  padding-left: 2rem;
  color: var(--map-heading);
  font-size: 1rem;
  line-height: 1.6;
}

.mobile-app-page .map-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #d08235;
}

.mobile-app-page .map-check-list li::after {
  content: "";
  position: absolute;
  inset: 0;
  margin-top: 7px;
  width: 1rem;
  background: url(../images/tick_white.svg) no-repeat 4px center;
  background-size: 12px;
  height: 1rem;
}

.mobile-app-page .map-check-list-purple li::before {
  background: #a092bc;
}

.mobile-app-page .map-panel-phones {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1rem;
}

.mobile-app-page .map-panel-phones-left {
  justify-content: flex-start;
}

.mobile-app-page .map-panel-phones-right {
  justify-content: flex-end;
}

.mobile-app-page .map-phone-sm,
.mobile-app-page .map-phone-lg {
  filter: drop-shadow(0 14px 24px rgba(55, 65, 95, 0.18));
}

.mobile-app-page .map-phone-sm {
  width: 12.25rem;
}

.mobile-app-page .map-phone-lg {
  width: 13.75rem;
}

.mobile-app-page .map-panel-copy {
  text-align: left;
}

@media (max-width: 1199.98px) {
  .mobile-app-page {
    margin-top: 0px !important;
  }
  .mobile-app-page .container {
    padding-left: 10px !important;
  }
}
