@charset "UTF-8";
/**
 * Services — Mobile App Development — page-services-mobile-app-development.php
 * Unique bento, platform columns, scroll-snap industries, pricing engagement.
 */
.mobile-app-page {
  --mobile-app-reveal-duration: 0.65s;
  --mobile-app-reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --mobile-app-accent: #0a3d47;
}

.mobile-app-page__content {
  scroll-margin-top: 6rem;
}

.mobile-app-page__section {
  scroll-margin-top: 5rem;
}

.mobile-app-page [data-mobile-reveal-root] [data-mobile-reveal] {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition: opacity var(--mobile-app-reveal-duration) var(--mobile-app-reveal-ease), transform var(--mobile-app-reveal-duration) var(--mobile-app-reveal-ease);
  will-change: opacity, transform;
}

.mobile-app-page [data-mobile-reveal-root] [data-mobile-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

/* Section 1 — phone mockup hero */
.mobile-app-page__intro {
  background: linear-gradient(145deg, #e8f4f7 0%, #f8fafc 45%, #fff 100%);
}

.mobile-app-page__phone-frame {
  position: relative;
  width: min(280px, 72vw);
  margin-inline: auto;
  padding: 12px;
  border-radius: 2.5rem;
  background: linear-gradient(160deg, #1e1e1e 0%, #3d3d3d 100%);
  box-shadow: 0 40px 80px rgba(10, 61, 71, 0.2), inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}
.mobile-app-page__phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 22px;
  border-radius: 999px;
  background: #0d0d0d;
  z-index: 2;
}

.mobile-app-page__phone-screen {
  border-radius: 1.75rem;
  overflow: hidden;
  aspect-ratio: 9/19;
  background: #000;
}

.mobile-app-page__stat-ribbon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.mobile-app-page__stat-ribbon-item {
  flex: 1 1 50%;
  min-width: 140px;
  padding: 1.25rem 1rem;
  text-align: center;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.mobile-app-page__stat-ribbon-item:nth-child(2n) {
  border-right: none;
}
@media (min-width: 640px) {
  .mobile-app-page__stat-ribbon-item {
    flex: 1;
    border-bottom: none;
  }
  .mobile-app-page__stat-ribbon-item:not(:last-child) {
    border-right: 1px solid #e5e7eb;
  }
}

/* Section 2 — bento grid */
.mobile-app-page__bento {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .mobile-app-page__bento {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: minmax(140px, auto);
    gap: 1.25rem;
  }
}

.mobile-app-page__bento-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.mobile-app-page__bento-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
}
@media (min-width: 768px) {
  .mobile-app-page__bento-card--large {
    grid-column: span 6;
    grid-row: span 2;
  }
}
@media (min-width: 768px) {
  .mobile-app-page__bento-card--medium {
    grid-column: span 6;
  }
}
@media (min-width: 768px) {
  .mobile-app-page__bento-card--small {
    grid-column: span 4;
  }
}

/* Section 3 — platform columns */
.mobile-app-page__platform-col {
  position: relative;
}
.mobile-app-page__platform-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #e5e7eb, transparent);
  display: none;
}
@media (min-width: 768px) {
  .mobile-app-page__platform-col:not(:last-child)::after {
    display: block;
  }
}

.mobile-app-page__platform-icon {
  background: linear-gradient(135deg, var(--primary) 0%, var(--mobile-app-accent) 100%);
  box-shadow: 0 6px 20px rgba(23, 155, 183, 0.3);
}

/* Section 4 — process grid */
.mobile-app-page__process-card {
  border-top: 3px solid var(--primary);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.mobile-app-page__process-card:hover {
  border-top-color: var(--secondary);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

/* Section 5 — industries Swiper slider */
.mobile-app-page__industries-slider-wrap {
  padding-bottom: 0.5rem;
}

.mobile-app-page__industries-track {
  min-height: 0;
}

.mobile-app-page__industries-slider {
  overflow: hidden;
}

.mobile-app-page__industries-slider .swiper-slide {
  height: auto;
}

.mobile-app-page__industry-slide {
  height: 100%;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.mobile-app-page__industry-slide:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--primary) 30%, #e5e7eb);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.mobile-app-page__industries-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #cbd5e1;
  opacity: 1;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.mobile-app-page__industries-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  transform: scale(1.25);
}

.mobile-app-page__industries-prev,
.mobile-app-page__industries-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 2.5rem;
  width: 2.5rem;
  margin: 0;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
  .mobile-app-page__industries-prev,
  .mobile-app-page__industries-next {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.mobile-app-page__industries-prev .material-symbols-outlined,
.mobile-app-page__industries-next .material-symbols-outlined {
  font-size: 1.375rem;
  line-height: 1;
  color: var(--primary);
  pointer-events: none;
}
@media (min-width: 768px) {
  .mobile-app-page__industries-prev .material-symbols-outlined,
  .mobile-app-page__industries-next .material-symbols-outlined {
    font-size: 1.5rem;
  }
}
.mobile-app-page__industries-prev:hover,
.mobile-app-page__industries-next:hover {
  background: #f0f9fb;
  border-color: var(--primary);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
}
.mobile-app-page__industries-prev:focus-visible,
.mobile-app-page__industries-next:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}
.mobile-app-page__industries-prev.swiper-button-disabled,
.mobile-app-page__industries-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Section 6 — quality bands */
.mobile-app-page__quality-band {
  transition: background-color 0.3s ease;
}
.mobile-app-page__quality-band:nth-child(odd) {
  background-color: #fff;
}
.mobile-app-page__quality-band:nth-child(even) {
  background-color: #f8fafc;
}
.mobile-app-page__quality-band:hover {
  background-color: #f0f9fb;
}

/* Section 7 — pricing engagement */
.mobile-app-page__plan {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mobile-app-page__plan--featured {
  transform: scale(1.02);
  box-shadow: 0 20px 60px rgba(23, 155, 183, 0.15);
  border-color: var(--primary);
}
@media (min-width: 768px) {
  .mobile-app-page__plan--featured {
    transform: scale(1.05);
  }
}
.mobile-app-page__plan:not(.mobile-app-page__plan--featured):hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .mobile-app-page [data-mobile-reveal-root] [data-mobile-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
  .mobile-app-page__bento-card,
  .mobile-app-page__industry-slide,
  .mobile-app-page__industries-prev,
  .mobile-app-page__industries-next,
  .mobile-app-page__plan {
    transition: none;
    transform: none;
  }
  .mobile-app-page__bento-card:hover,
  .mobile-app-page__industry-slide:hover,
  .mobile-app-page__industries-prev:hover,
  .mobile-app-page__industries-next:hover,
  .mobile-app-page__plan:hover {
    transform: none;
  }
  .mobile-app-page__plan--featured {
    transform: none;
  }
}

/*# sourceMappingURL=services-mobile-app-development.css.map*/