/* Mobile app page: home-aligned dark editorial system */
body {
  font-family: var(--font-main), 'Montserrat', sans-serif;
  background-color: #0c0d10;
  background-image: radial-gradient(ellipse at 50% 0%, rgba(35, 39, 52, .5) 0%, rgba(10, 11, 14, .88) 75%), url('./assets/dark-bg-tile.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 750px;
}

body h1,
body h2,
body h3,
body h4,
body p,
body a,
body button,
body input,
body select,
body textarea {
  font-family: var(--font-main), 'Montserrat', sans-serif;
}

body .background-grey,
body .bg-grey {
  background-color: transparent;
}

body>section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body>section+section {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

body .btn-danger,
body .text-danger {
  color: #ffffff !important;
}

body .btn-danger {
  background: #ff7a00 !important;
  border-color: #ff7a00 !important;
}

body .btn-danger:hover {
  background: #e56800 !important;
  border-color: #e56800 !important;
}

body .rounded,
body .bdr-20,
body .rounded-pill {
  border-radius: 6px !important;
}

/* Hero */
body>section:first-of-type {
  padding-top: 90px;
  padding-bottom: 90px;
  background: radial-gradient(circle at 76% 45%, rgba(255, 122, 0, .12), transparent 32%);
}

body>section:first-of-type .row {
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

body>section:first-of-type h1 {
  max-width: 600px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 800 !important;
  line-height: 1.03;
  letter-spacing: -2px;
}

body>section:first-of-type h1 span,
body>section:nth-of-type(3) h2 span {
  color: #ff7a00 !important;
}

body>section:first-of-type p {
  max-width: 560px;
  color: #aebbc3 !important;
  font-size: 15px;
  line-height: 1.85;
}

body>section:first-of-type img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, .32));
}

/* Strategy cards */
body>section:nth-of-type(2)>.container>.text-center {
  max-width: 820px;
  margin: 0 auto 45px;
}

body>section:nth-of-type(2) h2,
body>section:nth-of-type(4) h2,
body>section:nth-of-type(5) h2 {
  color: #ffffff;
  font-weight: 800 !important;
}

body>section:nth-of-type(2) .text-center p {
  color: #aebbc3;
  line-height: 1.85;
}

body>section:nth-of-type(2) .row.g-3 {
  row-gap: 32px;
}

body>section:nth-of-type(2) .col-12>div {
  min-height: 100%;
}

body .mb-cards,
body .mb-cards-2,
body .mb-cards-3,
body .mb-cards-4 {
  min-height: 175px;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  padding: 24px !important;
  text-align: left !important;
  background-image: linear-gradient(145deg, rgba(255, 122, 0, .68), rgba(15, 20, 29, .12)), var(--card-image);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

body .mb-cards {
  --card-image: url('./assets/Service-pg/mobile-app/Rectangle 2541.png');
}

body .mb-cards-2 {
  --card-image: url('./assets/Service-pg/mobile-app/Rectangle 25412.png');
}

body .mb-cards-3 {
  --card-image: url('./assets/Service-pg/mobile-app/Rectangle 25413.png');
}

body .mb-cards-4 {
  --card-image: url('./assets/Service-pg/mobile-app/Rectangle 25414.png');
}

body>section:nth-of-type(2) .fs-16 {
  color: #aebbc3 !important;
  line-height: 1.75;
}

/* Feature band and service matrix */
body>section:nth-of-type(3) {
  background: linear-gradient(135deg, rgba(255, 122, 0, .08), transparent 48%);
}

body>section:nth-of-type(3) .p-card-1,
body>section:nth-of-type(3) .p-card-2,
body>section:nth-of-type(3) .p-card-3,
body>section:nth-of-type(3) .p-card-4 {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 28px !important;
  color: #ffffff;
  background-image: none;
  background-color: rgba(18, 21, 28, .84);
  border: 1px solid rgba(255, 255, 255, .12);
  border-top: 2px solid rgba(255, 122, 0, .8);
  border-radius: 6px !important;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
}

body>section:nth-of-type(3) .p-card-1::after,
body>section:nth-of-type(3) .p-card-2::after,
body>section:nth-of-type(3) .p-card-3::after,
body>section:nth-of-type(3) .p-card-4::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -95px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 122, 0, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255, 122, 0, .035), 0 0 0 36px rgba(255, 122, 0, .025);
  pointer-events: none;
}

body>section:nth-of-type(3) .p-card-2 {
  border-top-color: rgba(0, 136, 234, .85);
}

body>section:nth-of-type(3) .p-card-2::after {
  border-color: rgba(0, 136, 234, .32);
  box-shadow: 0 0 0 18px rgba(0, 136, 234, .035), 0 0 0 36px rgba(0, 136, 234, .025);
}

body>section:nth-of-type(3) .p-card-3 {
  border-top-color: rgba(120, 190, 32, .85);
}

body>section:nth-of-type(3) .p-card-3::after {
  border-color: rgba(120, 190, 32, .32);
  box-shadow: 0 0 0 18px rgba(120, 190, 32, .035), 0 0 0 36px rgba(120, 190, 32, .025);
}

body>section:nth-of-type(3) .p-card-4 {
  border-top-color: rgba(255, 148, 50, .85);
}

body>section:nth-of-type(3) .p-card-4::after {
  border-color: rgba(255, 148, 50, .32);
}

body>section:nth-of-type(3) .p-card-1>*,
body>section:nth-of-type(3) .p-card-2>*,
body>section:nth-of-type(3) .p-card-3>*,
body>section:nth-of-type(3) .p-card-4>* {
  position: relative;
  z-index: 1;
}

body>section:nth-of-type(3) .p-card-1:hover,
body>section:nth-of-type(3) .p-card-2:hover,
body>section:nth-of-type(3) .p-card-3:hover,
body>section:nth-of-type(3) .p-card-4:hover {
  border-color: rgba(255, 122, 0, .6);
  transform: translateY(-5px);
  transition: transform .25s ease, border-color .25s ease;
}

body>section:nth-of-type(3) .p-card-1 h2,
body>section:nth-of-type(3) .p-card-2 h2,
body>section:nth-of-type(3) .p-card-3 h2,
body>section:nth-of-type(3) .p-card-4 h2 {
  color: #ffffff;
}

body>section:nth-of-type(3) .p-card-2 a,
body>section:nth-of-type(3) .p-card-4 a {
  color: #ff9432 !important;
  font-weight: 700;
}

body>section:nth-of-type(3) p,
body>section:nth-of-type(4) p,
body>section:nth-of-type(5) p {
  color: #aebbc3 !important;
  line-height: 1.8;
}

/* Project metrics */
body .mobile-app-op {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, rgba(255, 122, 0, .08), rgba(12, 15, 21, .94) 48%, rgba(0, 136, 234, .08));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
}

body .mobile-app-op::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 15, 21, .5), transparent 55%, rgba(12, 15, 21, .2));
  pointer-events: none;
}

body .mobile-app-op>.container {
  position: relative;
  z-index: 1;
}

body .mobile-app-op .project-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  align-items: end;
  gap: 40px;
  margin-bottom: 54px;
}

body .mobile-app-op .project-eyebrow {
  margin: 0 0 14px;
  color: #ff9432 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  line-height: 1;
  text-transform: uppercase;
}

body .mobile-app-op .project-eyebrow span {
  display: inline-block;
  width: 42px;
  height: 2px;
  margin-left: 8px;
  vertical-align: middle;
  background: #ff9432;
}

body .mobile-app-op h2 {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 6vw, 5rem);
  letter-spacing: 0;
}

body .mobile-app-op h2::after {
  display: none;
}

body .mobile-app-op .project-showcase-intro {
  max-width: 390px;
  margin: 0 0 7px;
  color: #b9c5cc !important;
  font-size: 14px;
  line-height: 1.8;
}

body .mobile-app-op .op-counter-img {
  display: none;
}

body .mobile-app-op .row>.col-12.col-lg-5 {
  min-height: 540px;
}

body .mobile-app-op .op-counter-1,
body .mobile-app-op .op-counter-2,
body .mobile-app-op .op-counter-3,
body .mobile-app-op .op-counter-4 {
  z-index: 2;
  display: flex;
  width: clamp(150px, 38%, 205px);
  aspect-ratio: 1;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, .34);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .22), inset 0 0 30px rgba(255, 255, 255, .08);
  backdrop-filter: blur(2px);
  transition: transform .3s ease, filter .3s ease;
}

body .mobile-app-op .op-counter-1:hover,
body .mobile-app-op .op-counter-2:hover,
body .mobile-app-op .op-counter-3:hover,
body .mobile-app-op .op-counter-4:hover {
  filter: drop-shadow(0 0 12px rgba(255, 122, 0, .5));
  transform: translate(-50%, -50%) scale(1.08);
}

body .mobile-app-op .op-counter-1 p:first-child,
body .mobile-app-op .op-counter-2 p:first-child,
body .mobile-app-op .op-counter-3 p:first-child,
body .mobile-app-op .op-counter-4 p:first-child {
  margin-bottom: 4px !important;
  color: #ff9432 !important;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .6);
}

body .mobile-app-op .op-counter-2 p:first-child,
body .mobile-app-op .op-counter-4 p:first-child {
  color: #a3e635 !important;
}

body .mobile-app-op .op-counter-1 p:last-child,
body .mobile-app-op .op-counter-2 p:last-child,
body .mobile-app-op .op-counter-3 p:last-child,
body .mobile-app-op .op-counter-4 p:last-child {
  margin-bottom: 0 !important;
  color: #d8e0e5 !important;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .75);
}

body .mobile-app-op .op-counter-2 {
  width: clamp(165px, 42%, 220px);
  background: rgba(120, 190, 96, .62);
}

body .mobile-app-op .op-counter-3 {
  background: rgba(185, 188, 194, .62);
}

body .mobile-app-op .op-counter-4 {
  background: rgba(120, 190, 96, .62);
}

/* Mobile app workflow */
body .mobile-app-process {
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 122, 0, .06), transparent 42%, rgba(0, 136, 234, .05));
}

body .mobile-app-process .container {
  max-width: 1240px;
}

body .process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  align-items: center;
  gap: clamp(30px, 7vw, 100px);
  margin-bottom: 62px;
}

body .process-copy {
  max-width: 610px;
}

body .process-kicker {
  margin: 0 0 18px;
  color: #ff9432 !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  line-height: 1;
  text-transform: uppercase;
}

body .process-kicker span {
  display: inline-block;
  width: 42px;
  height: 2px;
  margin-left: 8px;
  vertical-align: middle;
  background: #ff9432;
}

body .mobile-app-process h2 {
  max-width: 560px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 800 !important;
  line-height: 1.02;
}

body .process-summary {
  max-width: 500px;
  margin: 0;
  color: #aebbc3 !important;
  font-size: 15px;
  line-height: 1.85;
}

/* body .process-visual {
  position: relative;
  min-height: 340px;
  padding: 24px;

  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
} */

/* body .process-visual::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 148, 50, .3);
  content: "";
  pointer-events: none;
} */

body .process-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, .3));
}
/* 
body .process-visual-label {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  padding: 8px 12px;
  color: #101317;
  background: #ff9432;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
} */

body .process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body .process-grid::before {
  position: absolute;
  top: 34px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: rgba(255, 255, 255, .14);
  content: "";
}

body .process-card {
  position: relative;
  z-index: 1;
  min-height: 280px;
  padding: 24px;
  background: rgba(18, 21, 28, .9);
  border: 1px solid rgba(255, 255, 255, .12);
  border-top: 2px solid var(--process-accent);
  border-radius: 6px;
  transition: transform .25s ease, border-color .25s ease;
}

body .process-card:hover {
  border-color: var(--process-accent);
  transform: translateY(-6px);
}

body .process-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 68px;
}

body .process-card-top span {
  color: var(--process-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

body .process-card .mobile-app-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

body .process-card h3 {
  margin: 35px 0 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

body .process-card p {
  margin: 0;
  color: #aebbc3 !important;
  font-size: 13px;
  line-height: 1.75;
}

body .process-card-orange { --process-accent: #ff9432; }
body .process-card-blue { --process-accent: #0088ea; }
body .process-card-green { --process-accent: #78be20; }
body .process-card-lime { --process-accent: #a12a1a; }

@media (max-width: 900px) {
  body .process-intro {
    grid-template-columns: 1fr;
  }

  body .process-copy {
    max-width: 700px;
  }

  body .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .process-grid::before {
    display: none;
  }
}

@media (max-width: 575px) {
  body .mobile-app-process h2 {
    font-size: 2.55rem;
  }

  body .process-intro {
    margin-bottom: 40px;
  }

  body .process-visual {
    min-height: 250px;
  }

  body .process-visual img {
    height: 220px;
  }

  body .process-grid {
    grid-template-columns: 1fr;
  }

  body .process-card {
    min-height: 0;
  }
}

@media (max-width: 400px) {

  body .mobile-app-op .op-counter-1,
  body .mobile-app-op .op-counter-3,
  body .mobile-app-op .op-counter-4 {
    width: 128px;
  }

  body .mobile-app-op .op-counter-2 {
    width: 145px;
  }

  body .mobile-app-op .op-counter-1 p:first-child,
  body .mobile-app-op .op-counter-2 p:first-child {
    font-size: 2.35rem;
  }

  body .mobile-app-op .op-counter-3 p:first-child,
  body .mobile-app-op .op-counter-4 p:first-child {
    font-size: 1.65rem;
  }

  body .mobile-app-op .op-counter-1 p:last-child,
  body .mobile-app-op .op-counter-2 p:last-child,
  body .mobile-app-op .op-counter-3 p:last-child,
  body .mobile-app-op .op-counter-4 p:last-child {
    font-size: 10px;
  }
}

body .mobile-app-op .op-counter-1,
body .mobile-app-op .op-counter-2,
body .mobile-app-op .op-counter-3,
body .mobile-app-op .op-counter-4 {
  transform: translate(-50%, -50%);
}

body .mobile-app-op .op-counter-1 {
  top: 19.5%;
  left: 24.5%;
}

body .mobile-app-op .op-counter-2 {
  top: 35%;
  right: auto;
  left: 77.5%;
}

body .mobile-app-op .op-counter-3 {
  bottom: auto;
  top: 64.5%;
  left: 24.5%;
}

body .mobile-app-op .op-counter-4 {
  bottom: auto;
  top: 84%;
  right: auto;
  left: 64.5%;
}

/* Project section */
body>section:nth-of-type(5) h2.text-grey {
  color: #ffffff !important;
  font-size: clamp(2.2rem, 6vw, 5rem);
  letter-spacing: -2px;
}

body>section:nth-of-type(5) .mab {
  display: inline-block;
  padding: 11px 18px;
  color: #ffffff;
  background: #ff7a00;
  border-radius: 4px;
}

body>section:nth-of-type(5) .mab:hover {
  color: #ffffff;
  background: #e56800;
}

/* Closing CTA */
body>section:last-of-type {
  padding: 52px 0;
  background: rgba(255, 122, 0, .1);
  border-top: 1px solid rgba(255, 122, 0, .25);
}

body>section:last-of-type h2 {
  color: #ffffff;
}

body>section:last-of-type p {
  color: #b9c5cc !important;
}

body>section:last-of-type .btn {
  color: #ffffff !important;
  background: #ff7a00 !important;
  border-radius: 4px !important;
}

@media (max-width: 767px) {
  body>section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  body>section:first-of-type h1 {
    font-size: 2.6rem;
    letter-spacing: -1px;
  }

  body .mb-cards,
  body .mb-cards-2,
  body .mb-cards-3,
  body .mb-cards-4 {
    min-height: 145px;
  }

  body .mobile-app-op .project-showcase-heading {
    display: block;
    margin-bottom: 34px;
  }

  body .mobile-app-op .project-showcase-intro {
    margin-top: 20px;
  }

  body>section:nth-of-type(3) .p-card-1,
  body>section:nth-of-type(3) .p-card-2,
  body>section:nth-of-type(3) .p-card-3,
  body>section:nth-of-type(3) .p-card-4 {
    min-height: 220px;
  }
}

body .mobile-app-op .op-counter-3 {
  bottom: auto;
  top: 64.5%;
  left: 24.5%;
}

body .mobile-app-op .op-counter-4 {
  bottom: auto;
  top: 84%;
  right: auto;
  left: 64.5%;
}

/* Project section */
body>section:nth-of-type(5) h2.text-grey {
  color: #ffffff !important;
  font-size: clamp(2.2rem, 6vw, 5rem);
  letter-spacing: -2px;
}

body>section:nth-of-type(5) .mab {
  display: inline-block;
  padding: 11px 18px;
  color: #ffffff;
  background: #ff7a00;
  border-radius: 4px;
}

body>section:nth-of-type(5) .mab:hover {
  color: #ffffff;
  background: #e56800;
}

/* Closing CTA */
body>section:last-of-type {
  padding: 52px 0;
  background: rgba(255, 122, 0, .1);
  border-top: 1px solid rgba(255, 122, 0, .25);
}

body>section:last-of-type h2 {
  color: #ffffff;
}

body>section:last-of-type p {
  color: #b9c5cc !important;
}

body>section:last-of-type .btn {
  color: #ffffff !important;
  background: #ff7a00 !important;
  border-radius: 4px !important;
}

@media (max-width: 767px) {
  body>section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  body>section:first-of-type h1 {
    font-size: 2.6rem;
    letter-spacing: -1px;
  }

  body .mb-cards,
  body .mb-cards-2,
  body .mb-cards-3,
  body .mb-cards-4 {
    min-height: 145px;
  }

  body>section:nth-of-type(3) .p-card-1,
  body>section:nth-of-type(3) .p-card-2,
  body>section:nth-of-type(3) .p-card-3,
  body>section:nth-of-type(3) .p-card-4 {
    min-height: 220px;
  }
}