.mobile-apps-page {
  background: var(--color-white);
}

.mobile-apps-hero .solution-hero__content {
  max-width: 38rem;
}

.mobile-hero-visual {
  position: relative;
  min-height: 330px;
  margin-top: 2.25rem;
  margin-bottom: -2rem;
  isolation: isolate;
}

.mobile-hero-visual::before,
.mobile-hero-visual::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(32, 215, 255, .22);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.mobile-hero-visual::before {
  inset: 11% 2% 10%;
}

.mobile-hero-visual::after {
  inset: 25% -3% 24% 12%;
  border-color: rgba(5, 104, 255, .34);
}

.mobile-device {
  position: absolute;
  border: 1px solid rgba(113, 186, 255, .68);
  border-radius: 30px;
  background: #020a1c;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .45),
    0 0 32px rgba(5, 104, 255, .28);
}

.mobile-device--primary {
  z-index: 2;
  right: 26%;
  bottom: 1rem;
  width: 148px;
  aspect-ratio: 9 / 19;
  transform: rotate(5deg);
}

.mobile-device--secondary {
  z-index: 1;
  right: 1%;
  bottom: 4.3rem;
  width: 116px;
  aspect-ratio: 9 / 19;
  opacity: .86;
  transform: rotate(-8deg);
}

.mobile-device__screen {
  position: absolute;
  inset: 7px;
  overflow: hidden;
  padding: 2rem .8rem .7rem;
  border-radius: 23px;
  background:
    radial-gradient(circle at 82% 12%, rgba(32, 215, 255, .18), transparent 32%),
    linear-gradient(160deg, #0a2759, #03102b 62%);
  color: var(--color-white);
}

.mobile-device__speaker {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 36%;
  height: 7px;
  border-radius: 10px;
  background: #010615;
  transform: translateX(-50%);
}

.mobile-ui__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-ui__mark {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 7px;
  background: var(--color-blue-600);
}

.mobile-ui__mark svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.mobile-ui__avatar {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
}

.mobile-ui__eyebrow {
  margin: 1rem 0 .2rem;
  color: var(--color-cyan-400);
  font-size: .46rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-device__screen > strong {
  display: block;
  font-size: .72rem;
  line-height: 1.25;
}

.mobile-ui__quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .35rem;
  margin-top: 1rem;
}

.mobile-ui__quick-actions span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(32, 215, 255, .2);
  border-radius: 7px;
  background: rgba(5, 104, 255, .18);
}

.mobile-ui__quick-actions svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--color-cyan-400);
  stroke-width: 1.6;
}

.mobile-ui__activity {
  display: grid;
  gap: .45rem;
  margin-top: 1.1rem;
}

.mobile-ui__activity i {
  height: 26px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .15) 0 48%, transparent 48%),
    rgba(255, 255, 255, .055);
}

.mobile-ui__activity i:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(32, 215, 255, .28) 0 68%, transparent 68%),
    rgba(255, 255, 255, .055);
}

.mobile-ui__nav {
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  left: .7rem;
  display: flex;
  justify-content: space-around;
  padding-top: .65rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.mobile-ui__nav b {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .32);
}

.mobile-device__screen--secondary {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-inline: .8rem;
  text-align: center;
}

.mobile-ui__notification {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(32, 215, 255, .14);
  color: var(--color-cyan-400);
  box-shadow: 0 0 24px rgba(32, 215, 255, .24);
}

.mobile-ui__notification svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.mobile-device__screen--secondary > p {
  margin: .65rem 0 0;
  color: var(--color-text-muted-on-dark);
  font-size: .48rem;
  line-height: 1.5;
}

.mobile-ui__button {
  width: 70%;
  height: 22px;
  margin-top: 1rem;
  border-radius: 6px;
  background: var(--color-blue-600);
}

.mobile-value {
  position: relative;
  z-index: 4;
  margin-top: -2rem;
  padding: 2.35rem 0 3rem;
  background: var(--color-white);
}

.mobile-value__grid {
  display: grid;
  gap: 2rem;
}

.mobile-value h2,
.mobile-section-heading h2,
.mobile-ecosystem h2,
.mobile-experience h2 {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(1.75rem, 6.5vw, 2.45rem);
  line-height: 1.08;
}

.mobile-value__copy > p:last-child,
.mobile-section-heading > p:last-child,
.mobile-ecosystem__copy > p:last-child,
.mobile-experience__copy > p {
  margin: 1rem 0 0;
  color: var(--color-text-muted);
  font-size: var(--text-copy);
  line-height: var(--text-copy-line-height);
}

.mobile-principles {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-principles li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: .85rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-border);
}

.mobile-principles li > span {
  color: var(--color-blue-600);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
}

.mobile-principles h3,
.mobile-use-card h3,
.mobile-capabilities h3,
.mobile-process h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.3;
}

.mobile-principles p,
.mobile-use-card p,
.mobile-capabilities article p,
.mobile-process li p {
  margin: .4rem 0 0;
  color: var(--color-text-muted);
  font-size: var(--text-copy);
  line-height: var(--text-copy-line-height);
}

.mobile-use-cases {
  padding: 2.8rem 0;
  border-block: 1px solid #e7edf7;
  background: #f7faff;
}

.mobile-section-heading {
  max-width: 58rem;
}

.mobile-use-cases__grid {
  display: grid;
  gap: .75rem;
  margin-top: 1.7rem;
}

.mobile-use-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: .9rem;
  padding: 1.1rem;
  border: 1px solid #dce6f4;
  border-radius: 8px;
  background: var(--color-white);
  box-shadow: 0 8px 22px rgba(5, 28, 67, .055);
}

.mobile-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  background: #061f4f;
  color: var(--color-cyan-400);
}

.mobile-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.mobile-ecosystem {
  padding: 3.2rem 0;
  background: var(--hero-bg);
}

.mobile-ecosystem__grid {
  display: grid;
  gap: 2.4rem;
}

.mobile-ecosystem h2 {
  color: var(--color-white);
}

.mobile-ecosystem .solution-kicker {
  color: var(--color-cyan-400);
}

.mobile-ecosystem__copy > p:last-child {
  color: var(--color-text-muted-on-dark);
}

.mobile-ecosystem__diagram {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1.25rem;
}

.mobile-ecosystem__hub {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 1px solid rgba(32, 215, 255, .55);
  border-radius: 50%;
  background: rgba(5, 104, 255, .22);
  color: var(--color-cyan-400);
  box-shadow:
    0 0 0 9px rgba(5, 104, 255, .08),
    0 0 34px rgba(32, 215, 255, .24);
}

.mobile-ecosystem__hub svg {
  width: 39px;
  height: 39px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
}

.mobile-ecosystem__diagram ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-ecosystem__diagram li {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: .65rem;
  padding: .7rem;
  border: 1px solid rgba(179, 193, 213, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  color: var(--color-text-on-dark);
  font-size: .86rem;
  font-weight: 600;
}

.mobile-ecosystem__diagram li svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  fill: none;
  stroke: var(--color-cyan-400);
  stroke-width: 1.7;
}

.mobile-capabilities {
  padding: 3rem 0;
  background: var(--color-white);
}

.mobile-capabilities__grid {
  display: grid;
  gap: 0;
  margin-top: 1.7rem;
  border-top: 1px solid var(--color-border);
}

.mobile-capabilities article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: .85rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--color-border);
}

.mobile-capabilities article > svg {
  grid-row: 1 / span 2;
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--color-blue-600);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.mobile-tech .solution-tech__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mobile-tech__trademark {
  margin: .75rem 0 0;
  color: #708099;
  font-size: .62rem;
  line-height: 1.45;
}

.mobile-process {
  padding: 3rem 0;
  border-block: 1px solid #e6edf7;
  background: #f7faff;
  scroll-margin-top: 6rem;
}

.mobile-process__steps {
  display: grid;
  gap: 0;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: mobile-process;
}

.mobile-process__steps li {
  position: relative;
  padding: 0 0 1.6rem 3.6rem;
}

.mobile-process__steps li:not(:last-child)::before {
  position: absolute;
  top: 38px;
  bottom: 0;
  left: 20px;
  width: 1px;
  content: "";
  background: #bcd1ed;
}

.mobile-process__steps li > span {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #061f4f;
  color: var(--color-cyan-400);
  font-size: .68rem;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(5, 104, 255, .16);
}

.mobile-experience {
  padding: 3rem 0;
  background: var(--color-white);
}

.mobile-experience__grid {
  display: grid;
  gap: 2rem;
}

.mobile-experience__media {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(5, 28, 67, .14);
}

.mobile-experience__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.mobile-experience__copy {
  align-self: center;
}

.mobile-experience__copy ul {
  display: grid;
  gap: .65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.mobile-experience__copy li {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: #182645;
  font-size: var(--text-copy);
  font-weight: 600;
}

.mobile-experience__copy li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  padding: 3px;
  border-radius: 50%;
  background: var(--color-blue-600);
  color: var(--color-white);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
}

@media (min-width: 40rem) {
  .mobile-use-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-use-card--wide {
    grid-column: 1 / -1;
  }

  .mobile-capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }

  .mobile-tech .solution-tech__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 48rem) {
  .mobile-hero-visual {
    min-height: 375px;
  }

  .mobile-device--primary {
    right: 34%;
    width: 180px;
  }

  .mobile-device--secondary {
    right: 13%;
    width: 142px;
  }

  .mobile-value__grid,
  .mobile-ecosystem__grid,
  .mobile-experience__grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(2.5rem, 5vw, 4.5rem);
  }

  .mobile-use-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-use-card--wide {
    grid-column: auto;
  }

  .mobile-process__steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }

  .mobile-process__steps li {
    padding: 3.5rem .5rem 0 0;
  }

  .mobile-process__steps li:not(:last-child)::before {
    top: 20px;
    right: -1rem;
    bottom: auto;
    left: 42px;
    width: auto;
    height: 1px;
  }
}

@media (min-width: 64rem) {
  .mobile-apps-hero .solution-hero__grid {
    grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
  }

  .mobile-apps-hero .solution-hero__visual {
    width: min(48vw, 650px);
    min-height: 390px;
    margin: 0 0 -3rem;
  }

  .mobile-device--primary {
    right: 35%;
    width: 190px;
  }

  .mobile-device--secondary {
    right: 8%;
    width: 150px;
  }

  .mobile-value,
  .mobile-use-cases,
  .mobile-capabilities,
  .mobile-process,
  .mobile-experience {
    padding-block: 3.4rem;
  }

  .mobile-use-cases__grid {
    grid-template-columns: 1.15fr .85fr;
  }

  .mobile-use-card {
    min-height: 150px;
    padding: 1.25rem;
  }

  .mobile-use-card:first-child,
  .mobile-use-card:last-child {
    min-height: 178px;
  }

  .mobile-ecosystem {
    padding-block: 3.8rem;
  }

  .mobile-capabilities__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-tech .solution-tech__grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .mobile-experience__media {
    max-width: 590px;
  }
}

@media (max-width: 47.99rem) {
  .mobile-apps-hero .mobile-hero-visual {
    margin-bottom: calc(-2rem - 6.2rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  .mobile-use-card {
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
  }

  .mobile-use-card:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 131, 255, .35);
    box-shadow: 0 12px 28px rgba(5, 28, 67, .1);
  }
}
