

.mobile-app-section {
  --mapp-bg: #ffffff;
  --mapp-bg-off: #f7f8fc;
  --mapp-ink: #07080f;
  --mapp-ink-mid: #2a2d3d;
  --mapp-ink-muted: #6b6f85;
  --mapp-ink-faint: #a0a3b1;
  --mapp-border: #e2e4ee;
  --mapp-border-mid: #c8cbdb;
  --mapp-blue: #1a56f0;
  --mapp-violet: #6c3fcf;
  --mapp-magenta: #c026a0;
  --mapp-accent-glow: rgba(26, 86, 240, 0.07);
  --mapp-accent-line: rgba(26, 86, 240, 0.18);
  box-sizing: border-box;
}

.mobile-app-section *,
.mobile-app-section *::before,
.mobile-app-section *::after {
  box-sizing: border-box;
}

.mobile-app-section .mapp-reveal {
  opacity: 1;
  transform: none;
}

.mobile-app-section.mapp-js-loaded .mapp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(0.22, 0.68, 0, 1.1), transform 0.65s cubic-bezier(0.22, 0.68, 0, 1.1);
}

.mobile-app-section.mapp-js-loaded .mapp-reveal.mapp-in {
  opacity: 1;
  transform: translateY(0);
}

.mobile-app-section .mapp-mono-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--mapp-blue);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.mobile-app-section .mapp-mono-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--mapp-blue);
  flex-shrink: 0;
}

.mobile-app-section .mapp-section-heading {
  font-family: var(--heading-font, 'Oswald', sans-serif);
  font-size: var(--section-heading-size, clamp(2rem, 3.5vw, 3rem));
  font-weight: var(--section-heading-weight, 700);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.06;
  color: var(--mapp-ink);
  margin-bottom: 1rem;
}

.mobile-app-section .mapp-section-heading .mapp-hl {
  background: linear-gradient(120deg, var(--mapp-blue) 0%, var(--mapp-violet) 55%, var(--mapp-magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mobile-app-section .mapp-section-heading--spaced { margin-bottom: 2.5rem; }

.mobile-app-section .mapp-section-sub {
  font-size: 0.95rem;
  color: var(--mapp-ink-muted);
  line-height: 1.8;
  max-width: 52ch;
}

.mobile-app-section .mapp-section-sub--narrow { max-width: 30ch; margin-bottom: 0; }
.mobile-app-section .mapp-section-heading--tight { margin-bottom: 0.6rem; }
.mobile-app-section .mapp-section-sub--stack { margin-bottom: 2.8rem; }

.mobile-app-section .mapp-h-rule {
  width: 100%;
  height: 1px;
  background: var(--mapp-border);
  border: none;
  margin: 0;
}

.mobile-app-section .mapp-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 5vw 6rem;
  overflow: hidden;
  text-align: center;
}

.mobile-app-section .mapp-hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 10% 40%, rgba(192, 38, 160, 0.18) 0%, transparent 70%), radial-gradient(ellipse 55% 65% at 88% 25%, rgba(108, 63, 207, 0.26) 0%, transparent 65%), radial-gradient(ellipse 50% 55% at 50% 100%, rgba(26, 86, 240, 0.18) 0%, transparent 60%), linear-gradient(160deg, #080c18 0%, #0d1228 40%, #100e28 70%, #090818 100%);
}

.mobile-app-section .mapp-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.mobile-app-section .mapp-orb-1 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(192, 38, 160, 0.14), transparent 70%); top: -150px; left: -100px; animation: mapp-orb-float 14s ease-in-out infinite; }
.mobile-app-section .mapp-orb-2 { width: 700px; height: 500px; background: radial-gradient(circle, rgba(108, 63, 207, 0.2), transparent 70%); top: -80px; right: -150px; animation: mapp-orb-float 17s ease-in-out infinite reverse; }
.mobile-app-section .mapp-orb-3 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(26, 86, 240, 0.15), transparent 70%); bottom: -100px; left: 45%; animation: mapp-orb-float 11s ease-in-out infinite 4s; }

@keyframes mapp-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(25px, -20px) scale(1.04); }
  66% { transform: translate(-18px, 14px) scale(0.97); }
}

.mobile-app-section .mapp-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 100% at 50% 0%, black 20%, transparent 100%);
}

.mobile-app-section .mapp-hero__lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.mobile-app-section .mapp-hero__lines::before,
.mobile-app-section .mapp-hero__lines::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 220px;
  background: linear-gradient(to bottom, transparent, rgba(192, 38, 160, 0.4), transparent);
}

.mobile-app-section .mapp-hero__lines::before { left: 18%; top: 15%; animation: mapp-line-pulse 5s ease-in-out infinite; }
.mobile-app-section .mapp-hero__lines::after { right: 20%; top: 25%; animation: mapp-line-pulse 5s ease-in-out infinite 2.5s; }

@keyframes mapp-line-pulse {
  0%, 100% { opacity: 0.25; transform: scaleY(1); }
  50% { opacity: 0.7; transform: scaleY(1.4); }
}

.mobile-app-section .mapp-hero__phones {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.mobile-app-section .mapp-hero__phone-ghost {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
}

.mobile-app-section .mapp-ph-1 {
  width: 110px;
  height: 210px;
  left: 6vw;
  top: 50%;
  transform: translateY(-50%) rotate(-12deg);
  animation: mapp-ph-float 9s ease-in-out infinite;
}

.mobile-app-section .mapp-ph-2 {
  width: 90px;
  height: 178px;
  left: 13vw;
  top: 50%;
  transform: translateY(-60%) rotate(-6deg);
  animation: mapp-ph-float 11s ease-in-out infinite 1.5s;
  border-color: rgba(255, 255, 255, 0.04);
}

.mobile-app-section .mapp-ph-3 {
  width: 110px;
  height: 210px;
  right: 6vw;
  left: auto;
  top: 50%;
  transform: translateY(-50%) rotate(12deg);
  animation: mapp-ph-float-r 9s ease-in-out infinite 3s;
}

.mobile-app-section .mapp-ph-4 {
  width: 90px;
  height: 178px;
  right: 13vw;
  left: auto;
  top: 50%;
  transform: translateY(-60%) rotate(6deg);
  animation: mapp-ph-float-r2 11s ease-in-out infinite 4.5s;
  border-color: rgba(255, 255, 255, 0.04);
}

@keyframes mapp-ph-float {
  0%, 100% { transform: translateY(-50%) rotate(-12deg); }
  50% { transform: translateY(-54%) rotate(-10deg); }
}

@keyframes mapp-ph-float-r {
  0%, 100% { transform: translateY(-50%) rotate(12deg); }
  50% { transform: translateY(-46%) rotate(10deg); }
}

@keyframes mapp-ph-float-r2 {
  0%, 100% { transform: translateY(-60%) rotate(6deg); }
  50% { transform: translateY(-56%) rotate(4deg); }
}

.mobile-app-section .mapp-hero__platforms {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}

.mobile-app-section .mapp-platform-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.05em;
}

.mobile-app-section .mapp-platform-badge i {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.3);
}

.mobile-app-section .mapp-platform-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.12);
}

.mobile-app-section .mapp-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  max-width: 860px;
}

.mobile-app-section .mapp-hero__icon {
  display: block;
  margin-bottom: 0.5rem;
}

.mobile-app-section .mapp-hero__icon i {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .mobile-app-section .mapp-hero__icon i {
    font-size: 2rem;
  }
}

.mobile-app-section .mapp-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.35rem 1rem;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.mobile-app-section .mapp-hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--mapp-magenta), var(--mapp-violet));
}

.mobile-app-section .mapp-hero__title {
  font-family: var(--heading-font, 'Oswald', sans-serif);
  font-size: var(--hero-title-size, clamp(2.4rem, 5vw, 4.2rem));
  font-weight: var(--hero-title-weight, 700);
  letter-spacing: var(--hero-title-spacing, 0.02em);
  line-height: var(--hero-title-line-height, 1.06);
  text-transform: uppercase;
  color: #fff;
}

.mobile-app-section .mapp-hero__title .mapp-g {
  background: linear-gradient(135deg, #f472b6 0%, #a78bfa 50%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mobile-app-section .mapp-hero__sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  max-width: 54ch;
  line-height: 1.8;
}

.mobile-app-section .mapp-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.mobile-app-section .mapp-btn-grad,
.mobile-app-section .mapp-btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  transition: transform 0.15s;
}

.mobile-app-section .mapp-btn-grad {
  color: #fff;
  background: linear-gradient(135deg, var(--mapp-blue), var(--mapp-violet));
  position: relative;
  overflow: hidden;
}

.mobile-app-section .mapp-btn-grad::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--mapp-violet), var(--mapp-magenta));
  opacity: 0;
  transition: opacity 0.3s;
}

.mobile-app-section .mapp-btn-grad span { position: relative; z-index: 1; }
.mobile-app-section .mapp-btn-grad:hover::before { opacity: 1; }
.mobile-app-section .mapp-btn-grad:hover { transform: translateY(-2px); }

.mobile-app-section .mapp-btn-outline-dark {
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.mobile-app-section .mapp-btn-outline-dark:hover {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
  transform: translateY(-2px);
}

.mobile-app-section .mapp-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}

.mobile-app-section .mapp-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.2s;
}

.mobile-app-section .mapp-hero__breadcrumb a:hover { color: rgba(255, 255, 255, 0.65); }
.mobile-app-section .mapp-bc-sep { opacity: 0.3; }
.mobile-app-section .mapp-bc-cur { color: rgba(255, 255, 255, 0.65); font-weight: 500; }

.mobile-app-section .mapp-hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--mapp-bg));
  pointer-events: none;
}

@keyframes mapp-fiu {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.mobile-app-section .mapp-stat-item {
  padding: 2rem;
  text-align: center;
  border-right: 1px solid var(--mapp-border);
  position: relative;
}

.mobile-app-section .mapp-stat-item:last-child { border-right: none; }

.mobile-app-section .mapp-stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--mapp-magenta), var(--mapp-violet));
}

.mobile-app-section .mapp-stat-num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3rem;
  color: var(--mapp-ink);
}

.mobile-app-section .mapp-stat-num sup {
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--mapp-magenta), var(--mapp-violet));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mobile-app-section .mapp-stat-label {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mapp-ink-muted);
}

.mobile-app-section .mapp-section-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 0;
}

.mobile-app-section .mapp-section-gutter {
  border-right: 1px solid var(--mapp-border);
  padding: 4.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-app-section .mapp-section-num {
  font-size: 0.58rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.14em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.mobile-app-section .mapp-section-body {
  padding: 4.5rem 5vw 4.5rem 3.5rem;
}

.mobile-app-section .mapp-section-row.mapp-bg-off {
  background: var(--mapp-bg-off);
}

.mobile-app-section .mapp-section-row.mapp-bg-off .mapp-section-gutter {
  background: var(--mapp-bg-off);
}

.mobile-app-section .mapp-overview-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 5rem;
  align-items: start;
}

.mobile-app-section .mapp-overview-text p {
  font-size: 0.93rem;
  color: var(--mapp-ink-mid);
  line-height: 1.95;
  margin-bottom: 1.2rem;
}

.mobile-app-section .mapp-overview-text p strong { color: var(--mapp-ink); font-weight: 500; }

.mobile-app-section .mapp-spec-list { margin-top: 2.2rem; }

.mobile-app-section .mapp-spec-item {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.2rem;
  padding: 1.4rem 0;
  border-top: 1px solid var(--mapp-border);
  transition: border-color 0.2s;
}

.mobile-app-section .mapp-spec-item:last-child { border-bottom: 1px solid var(--mapp-border); }
.mobile-app-section .mapp-spec-item:hover { border-color: var(--mapp-accent-line); }

.mobile-app-section .mapp-spec-item__id {
  font-size: 0.6rem;
  color: var(--mapp-blue);
  letter-spacing: 0.1em;
  padding-top: 0.15rem;
}

.mobile-app-section .mapp-spec-item h4 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mapp-ink);
  margin-bottom: 0.3rem;
}

.mobile-app-section .mapp-spec-item p {
  font-size: 0.81rem;
  color: var(--mapp-ink-muted);
  line-height: 1.6;
}

.mobile-app-section .mapp-overview-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.mobile-app-section .mapp-phone-cluster {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  padding: 1.5rem 0 0;
}

.mobile-app-section .mapp-phone-frame {
  border-radius: 28px;
  overflow: hidden;
  border: 1.5px solid var(--mapp-border-mid);
  background: var(--mapp-navy, #080c18);
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

.mobile-app-section .mapp-phone-frame:hover { transform: translateY(-6px); }

.mobile-app-section .mapp-phone-frame--primary {
  width: 158px;
  height: 310px;
  z-index: 2;
}

.mobile-app-section .mapp-phone-frame--secondary {
  width: 128px;
  height: 252px;
  z-index: 1;
  opacity: 0.75;
}

.mobile-app-section .mapp-phone-notch {
  width: 60px;
  height: 8px;
  background: #111;
  border-radius: 0 0 8px 8px;
  margin: 8px auto 0;
}

.mobile-app-section .mapp-phone-screen {
  padding: 0.6rem 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  height: calc(100% - 28px);
}

.mobile-app-section .mapp-phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}

.mobile-app-section .mapp-phone-status span {
  font-size: 0.42rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.06em;
}

.mobile-app-section .mapp-ph-hero {
  height: 70px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(192, 38, 160, 0.35), rgba(108, 63, 207, 0.3));
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-app-section .mapp-ph-hero span {
  font-size: 0.38rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-app-section .mapp-ph-card {
  height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-app-section .mapp-ph-row {
  display: flex;
  gap: 0.3rem;
}

.mobile-app-section .mapp-ph-row .mapp-ph-card {
  flex: 1;
  height: 32px;
}

.mobile-app-section .mapp-ph-line {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}

.mobile-app-section .mapp-ph-line--a {
  background: linear-gradient(90deg, rgba(192, 38, 160, 0.4), rgba(108, 63, 207, 0.3));
  width: 70%;
}

.mobile-app-section .mapp-ph-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: auto;
}

.mobile-app-section .mapp-ph-nav-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.mobile-app-section .mapp-ph-nav-dot--active {
  background: linear-gradient(135deg, rgba(192, 38, 160, 0.5), rgba(108, 63, 207, 0.4));
}

.mobile-app-section .mapp-tapp-showcase {
  --tapp-bg: #0D1B2E;
  --tapp-bg2: #112240;
  --tapp-card: #162B45;
  --tapp-card2: #1C3353;
  --tapp-blue: #2563EB;
  --tapp-blue2: #1D4ED8;
  --tapp-accent: #4F8EF7;
  --tapp-accent2: #60A5FA;
  --tapp-border: rgba(255,255,255,0.07);
  --tapp-muted: rgba(255,255,255,0.38);
  --tapp-mid: rgba(255,255,255,0.62);
  --tapp-green: #22C55E;
  --tapp-red: #EF4444;
  --tapp-orange: #F97316;
  --tapp-purple: #8B5CF6;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.5rem 0 0;
}

.mobile-app-section .mapp-tapp-phone {
  width: 295px;
  max-width: 100%;
  height: 640px;
  border-radius: 46px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: var(--tapp-bg);
  border: 1.5px solid rgba(255,255,255,0.08);
  box-shadow:
    0 0 0 8px #C8D4E8,
    0 0 0 10px #B8C8DC,
    0 40px 80px rgba(0,0,0,0.35),
    0 15px 30px rgba(0,0,0,0.2);
}

.mobile-app-section .mapp-tapp-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px 4px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-tapp-status-time {
  font-size: 13px;
  font-weight: 700;
  color: white;
}

.mobile-app-section .mapp-tapp-status-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mobile-app-section .mapp-tapp-s1,
.mobile-app-section .mapp-tapp-s2,
.mobile-app-section .mapp-tapp-s3 {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--tapp-bg);
  overflow: hidden;
}

.mobile-app-section .mapp-tapp-s1-header,
.mobile-app-section .mapp-tapp-s2-header,
.mobile-app-section .mapp-tapp-s3-header {
  padding: 0 20px 14px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-tapp-s1-top,
.mobile-app-section .mapp-tapp-s2-top,
.mobile-app-section .mapp-tapp-s3-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.mobile-app-section .mapp-tapp-s2-top,
.mobile-app-section .mapp-tapp-s3-top {
  margin-bottom: 14px;
}

.mobile-app-section .mapp-tapp-s1-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-app-section .mapp-tapp-s1-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--tapp-accent);
}

.mobile-app-section .mapp-tapp-s1-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-tapp-s1-greet {
  font-size: 11px;
  color: var(--tapp-muted);
  font-weight: 400;
}

.mobile-app-section .mapp-tapp-s1-name {
  font-size: 15px;
  font-weight: 700;
  color: white;
}

.mobile-app-section .mapp-tapp-s1-actions {
  display: flex;
  gap: 10px;
}

.mobile-app-section .mapp-tapp-hdr-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--tapp-card);
  border: 1px solid var(--tapp-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-app-section .mapp-tapp-balance-block {
  background: linear-gradient(135deg, var(--tapp-blue2) 0%, var(--tapp-blue) 40%, #3B82F6 100%);
  border-radius: 20px;
  padding: 18px 20px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.mobile-app-section .mapp-tapp-balance-block::before {
  content: '';
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.mobile-app-section .mapp-tapp-balance-block::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: -40px;
  width: 90px;
  height: 90px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.mobile-app-section .mapp-tapp-bal-lbl {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  margin-bottom: 4px;
}

.mobile-app-section .mapp-tapp-bal-val {
  font-size: 30px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

.mobile-app-section .mapp-tapp-bal-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mobile-app-section .mapp-tapp-bal-badge {
  background: rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  color: white;
}

.mobile-app-section .mapp-tapp-bal-btns {
  display: flex;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.mobile-app-section .mapp-tapp-bal-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.18);
  border: none;
  border-radius: 10px;
  padding: 8px 14px;
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.mobile-app-section .mapp-tapp-bal-btn--primary {
  background: white;
  color: var(--tapp-blue);
}

.mobile-app-section .mapp-tapp-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}

.mobile-app-section .mapp-tapp-stat-card {
  background: var(--tapp-card);
  border-radius: 14px;
  padding: 12px 10px;
  border: 1px solid var(--tapp-border);
  text-align: center;
}

.mobile-app-section .mapp-tapp-sc-val {
  font-size: 18px;
  font-weight: 800;
  color: white;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-tapp-sc-lbl {
  font-size: 9.5px;
  color: var(--tapp-muted);
  font-weight: 500;
}

.mobile-app-section .mapp-tapp-sc-val--green { color: var(--tapp-green); }
.mobile-app-section .mapp-tapp-sc-val--orange { color: var(--tapp-orange); }
.mobile-app-section .mapp-tapp-sc-val--red { color: var(--tapp-red); }

.mobile-app-section .mapp-tapp-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mobile-app-section .mapp-tapp-sec-title {
  font-size: 13px;
  font-weight: 700;
  color: white;
}

.mobile-app-section .mapp-tapp-sec-link {
  font-size: 11px;
  color: var(--tapp-accent);
  font-weight: 600;
}

.mobile-app-section .mapp-tapp-mini-cards {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.mobile-app-section .mapp-tapp-mini-card {
  flex: 1;
  border-radius: 14px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.mobile-app-section .mapp-tapp-mc1 {
  background: linear-gradient(135deg, #1E40AF 0%, #3B82F6 100%);
}

.mobile-app-section .mapp-tapp-mc2 {
  background: linear-gradient(135deg, #1D3461 0%, #2563EB 100%);
}

.mobile-app-section .mapp-tapp-mc-visa {
  font-size: 10px;
  font-weight: 800;
  color: rgba(255,255,255,0.9);
  letter-spacing: 1px;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.2);
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
}

.mobile-app-section .mapp-tapp-mc-bal-lbl {
  font-size: 8.5px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 2px;
}

.mobile-app-section .mapp-tapp-mc-bal-val {
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
}

.mobile-app-section .mapp-tapp-mc-num {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
}

.mobile-app-section .mapp-tapp-mc-exp {
  font-size: 9px;
  color: rgba(255,255,255,0.45);
  margin-top: 2px;
}

.mobile-app-section .mapp-tapp-upcoming {
  background: var(--tapp-card);
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid var(--tapp-border);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.mobile-app-section .mapp-tapp-up-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(79,142,247,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-app-section .mapp-tapp-up-info { flex: 1; }

.mobile-app-section .mapp-tapp-up-title {
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-tapp-up-date {
  font-size: 10px;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-up-btn {
  background: var(--tapp-blue);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 7px 13px;
  font-size: 11px;
  font-weight: 600;
}

.mobile-app-section .mapp-tapp-tx-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-app-section .mapp-tapp-tx-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--tapp-card);
  border-radius: 13px;
  border: 1px solid var(--tapp-border);
}

.mobile-app-section .mapp-tapp-tx-logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-app-section .mapp-tapp-lg-green { background: rgba(34,197,94,0.15); }
.mobile-app-section .mapp-tapp-lg-red { background: rgba(239,68,68,0.15); }
.mobile-app-section .mapp-tapp-lg-orange { background: rgba(249,115,22,0.15); }
.mobile-app-section .mapp-tapp-lg-blue { background: rgba(79,142,247,0.15); }
.mobile-app-section .mapp-tapp-lg-purple { background: rgba(139,92,246,0.15); }

.mobile-app-section .mapp-tapp-tx-info { flex: 1; }

.mobile-app-section .mapp-tapp-tx-name {
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-tapp-tx-sub {
  font-size: 10px;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-tx-right { text-align: right; }

.mobile-app-section .mapp-tapp-tx-val { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.mobile-app-section .mapp-tapp-tx-val--pos { color: var(--tapp-green); }
.mobile-app-section .mapp-tapp-tx-val--neg { color: var(--tapp-red); }

.mobile-app-section .mapp-tapp-tx-date {
  font-size: 10px;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-s1-scroll {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0 20px 90px;
}

.mobile-app-section .mapp-tapp-s1-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-app-section .mapp-tapp-bnav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--tapp-bg2);
  border-top: 1px solid var(--tapp-border);
  display: flex;
  justify-content: space-around;
  padding: 10px 0 20px;
}

.mobile-app-section .mapp-tapp-bn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.mobile-app-section .mapp-tapp-bn-icon {
  width: 44px;
  height: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-app-section .mapp-tapp-bn--active .mapp-tapp-bn-icon {
  background: rgba(79,142,247,0.15);
}

.mobile-app-section .mapp-tapp-bn-lbl {
  font-size: 10px;
  font-weight: 600;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-bn--active .mapp-tapp-bn-lbl {
  color: var(--tapp-accent);
}

.mobile-app-section .mapp-tapp-back-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--tapp-card);
  border: 1px solid var(--tapp-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-app-section .mapp-tapp-s2-title {
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.mobile-app-section .mapp-tapp-filter-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.mobile-app-section .mapp-tapp-filter-tabs::-webkit-scrollbar {
  display: none;
}

.mobile-app-section .mapp-tapp-ftab {
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid transparent;
  color: var(--tapp-muted);
  background: transparent;
}

.mobile-app-section .mapp-tapp-ftab--active {
  background: var(--tapp-blue);
  color: white;
  border-color: var(--tapp-blue);
}

.mobile-app-section .mapp-tapp-date-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--tapp-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 12px 0 8px;
}

.mobile-app-section .mapp-tapp-date-label--spaced {
  margin-top: 14px;
}

.mobile-app-section .mapp-tapp-tkt-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--tapp-card);
  border-radius: 14px;
  border: 1px solid var(--tapp-border);
  margin-bottom: 7px;
}

.mobile-app-section .mapp-tapp-tkt-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-app-section .mapp-tapp-tkt-info { flex: 1; }

.mobile-app-section .mapp-tapp-tkt-name {
  font-size: 13px;
  font-weight: 600;
  color: white;
  margin-bottom: 3px;
}

.mobile-app-section .mapp-tapp-tkt-sub {
  font-size: 10.5px;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-tkt-right {
  text-align: right;
  flex-shrink: 0;
}

.mobile-app-section .mapp-tapp-tkt-status {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 4px;
  display: inline-block;
}

.mobile-app-section .mapp-tapp-st-open {
  background: rgba(79,142,247,0.15);
  color: var(--tapp-accent2);
}

.mobile-app-section .mapp-tapp-st-closed {
  background: rgba(34,197,94,0.13);
  color: var(--tapp-green);
}

.mobile-app-section .mapp-tapp-st-urgent {
  background: rgba(239,68,68,0.13);
  color: #FCA5A5;
}

.mobile-app-section .mapp-tapp-st-pending {
  background: rgba(234,179,8,0.13);
  color: #FDE047;
}

.mobile-app-section .mapp-tapp-tkt-date {
  font-size: 10px;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-s2-scroll {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0 20px 90px;
}

.mobile-app-section .mapp-tapp-s2-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-app-section .mapp-tapp-s3-title {
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.mobile-app-section .mapp-tapp-time-tabs {
  display: flex;
  gap: 4px;
  background: var(--tapp-card);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 14px;
}

.mobile-app-section .mapp-tapp-ttab {
  flex: 1;
  text-align: center;
  padding: 6px 0;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 600;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-ttab--active {
  background: var(--tapp-blue);
  color: white;
}

.mobile-app-section .mapp-tapp-rev-block {
  margin-bottom: 14px;
}

.mobile-app-section .mapp-tapp-rev-lbl {
  font-size: 11px;
  color: var(--tapp-muted);
  font-weight: 500;
  margin-bottom: 4px;
}

.mobile-app-section .mapp-tapp-rev-val {
  font-size: 30px;
  font-weight: 800;
  color: white;
  letter-spacing: -0.5px;
}

.mobile-app-section .mapp-tapp-bar-chart {
  background: var(--tapp-card2);
  border-radius: 18px;
  padding: 16px 14px 10px;
  border: 1px solid var(--tapp-border);
  margin-bottom: 14px;
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mobile-app-section .mapp-tapp-bars-area {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 100px;
  margin-bottom: 8px;
}

.mobile-app-section .mapp-tapp-bar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  height: 100%;
  justify-content: flex-end;
}

.mobile-app-section .mapp-tapp-bar-fill {
  width: 100%;
  border-radius: 6px 6px 0 0;
  background: rgba(79,142,247,0.25);
  position: relative;
  overflow: hidden;
  transition: height 0.3s;
}

.mobile-app-section .mapp-tapp-bar-fill--active {
  background: linear-gradient(180deg, var(--tapp-accent) 0%, var(--tapp-blue) 100%);
  box-shadow: 0 0 10px rgba(79,142,247,0.4);
}

.mobile-app-section .mapp-tapp-bar-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,0.3);
  border-radius: 6px;
}

.mobile-app-section .mapp-tapp-bar-fill--45 { height: 45%; }
.mobile-app-section .mapp-tapp-bar-fill--58 { height: 58%; }
.mobile-app-section .mapp-tapp-bar-fill--88 { height: 88%; }
.mobile-app-section .mapp-tapp-bar-fill--52 { height: 52%; }
.mobile-app-section .mapp-tapp-bar-fill--38 { height: 38%; }
.mobile-app-section .mapp-tapp-bar-fill--65 { height: 65%; }

.mobile-app-section .mapp-tapp-bar-labels {
  display: flex;
  gap: 6px;
}

.mobile-app-section .mapp-tapp-bar-lbl {
  flex: 1;
  text-align: center;
  font-size: 9px;
  color: var(--tapp-muted);
  font-weight: 500;
}

.mobile-app-section .mapp-tapp-bar-lbl--active {
  color: var(--tapp-accent2);
  font-weight: 700;
}

.mobile-app-section .mapp-tapp-breakdown-card {
  background: var(--tapp-card);
  border-radius: 18px;
  padding: 16px;
  border: 1px solid var(--tapp-border);
  margin-bottom: 12px;
}

.mobile-app-section .mapp-tapp-bk-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.mobile-app-section .mapp-tapp-bk-title {
  font-size: 13px;
  font-weight: 700;
  color: white;
}

.mobile-app-section .mapp-tapp-period-select {
  background: var(--tapp-card2);
  border: 1px solid var(--tapp-border);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 11px;
  color: var(--tapp-mid);
  display: flex;
  align-items: center;
  gap: 4px;
}

.mobile-app-section .mapp-tapp-bk-val {
  font-size: 22px;
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
}

.mobile-app-section .mapp-tapp-seg-bar {
  height: 8px;
  border-radius: 20px;
  display: flex;
  gap: 3px;
  overflow: hidden;
  margin-bottom: 10px;
}

.mobile-app-section .mapp-tapp-seg {
  border-radius: 20px;
  height: 100%;
}

.mobile-app-section .mapp-tapp-seg--blue { flex: 3; background: #3B82F6; }
.mobile-app-section .mapp-tapp-seg--green { flex: 2; background: #22C55E; }
.mobile-app-section .mapp-tapp-seg--purple { flex: 1.5; background: #8B5CF6; }
.mobile-app-section .mapp-tapp-seg--orange { flex: 1; background: #F97316; }

.mobile-app-section .mapp-tapp-legend {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile-app-section .mapp-tapp-leg-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: var(--tapp-muted);
  font-weight: 500;
}

.mobile-app-section .mapp-tapp-leg-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mobile-app-section .mapp-tapp-leg-dot--blue { background: #3B82F6; }
.mobile-app-section .mapp-tapp-leg-dot--green { background: #22C55E; }
.mobile-app-section .mapp-tapp-leg-dot--purple { background: #8B5CF6; }
.mobile-app-section .mapp-tapp-leg-dot--orange { background: #F97316; }

.mobile-app-section .mapp-tapp-inv-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--tapp-card);
  border-radius: 13px;
  border: 1px solid var(--tapp-border);
  margin-bottom: 6px;
}

.mobile-app-section .mapp-tapp-inv-logo {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-app-section .mapp-tapp-inv-info { flex: 1; }

.mobile-app-section .mapp-tapp-inv-name {
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-tapp-inv-sub {
  font-size: 10px;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-inv-right { text-align: right; }

.mobile-app-section .mapp-tapp-inv-val {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-tapp-inv-val--pos { color: var(--tapp-green); }
.mobile-app-section .mapp-tapp-inv-val--neg { color: var(--tapp-red); }

.mobile-app-section .mapp-tapp-inv-date {
  font-size: 10px;
  color: var(--tapp-muted);
}

.mobile-app-section .mapp-tapp-s3-scroll {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0 20px 90px;
}

.mobile-app-section .mapp-tapp-s3-scroll::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1100px) {
  .mobile-app-section .mapp-tapp-phone {
    width: 260px;
    height: 537px;
    border-radius: 40px;
  }
}

@media (max-width: 900px) {
  .mobile-app-section .mapp-tapp-showcase {
    gap: 14px;
  }

  .mobile-app-section .mapp-tapp-phone {
    width: 220px;
    height: 455px;
    border-radius: 36px;
  }
}

@media (max-width: 768px) {
  .mobile-app-section .mapp-tapp-phone {
    width: 200px;
    height: 414px;
    border-radius: 32px;
  }
}

@media (max-width: 576px) {
  .mobile-app-section .mapp-tapp-showcase {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .mobile-app-section .mapp-tapp-phone {
    width: 180px;
    height: 372px;
    border-radius: 28px;
  }
}

@media (max-width: 480px) {
  .mobile-app-section .mapp-tapp-phone {
    width: 160px;
    height: 331px;
    border-radius: 26px;
  }
}

.mobile-app-section .mapp-platform-tags {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}

.mobile-app-section .mapp-ptag {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.7rem;
  border-radius: 2px;
  border: 1px solid var(--mapp-border);
  color: var(--mapp-ink-muted);
  display: flex;
  align-items: center;
  gap: 0.35rem;
  transition: border-color 0.2s, color 0.2s;
}

.mobile-app-section .mapp-ptag:hover {
  border-color: var(--mapp-accent-line);
  color: var(--mapp-blue);
}

.mobile-app-section .mapp-ptag i { font-size: 0.75rem; }

.mobile-app-section .mapp-store-badges {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
}

.mobile-app-section .mapp-store-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid var(--mapp-border);
  background: var(--mapp-bg);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--mapp-ink-mid);
  transition: border-color 0.2s;
}

.mobile-app-section .mapp-store-badge:hover { border-color: var(--mapp-accent-line); }

.mobile-app-section .mapp-store-badge i { font-size: 1rem; color: var(--mapp-blue); }

.mobile-app-section .mapp-store-sub {
  font-size: 0.56rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: block;
}

.mobile-app-section .mapp-rating-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 1rem 2rem;
  border: 1px solid var(--mapp-border);
  border-radius: 3px;
  background: var(--mapp-bg-off);
  width: 100%;
  max-width: 280px;
}

.mobile-app-section .mapp-rating-card__label {
  font-size: 0.58rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-app-section .mapp-rating-card__num {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--mapp-ink);
}

.mobile-app-section .mapp-rating-card__stars {
  color: #f59e0b;
  font-size: 0.9rem;
}

.mobile-app-section .mapp-rating-card__sub {
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  color: var(--mapp-ink-faint);
}

.mobile-app-section .mapp-visual-card {
  border: 1px solid var(--mapp-border);
  border-radius: 4px;
  overflow: hidden;
  background: var(--mapp-bg);
}

.mobile-app-section .mapp-visual-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--mapp-border);
  background: var(--mapp-bg-off);
}

.mobile-app-section .mapp-visual-card__title {
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--mapp-ink-faint);
  text-transform: uppercase;
}

.mobile-app-section .mapp-visual-card__body { padding: 1.4rem; }

.mobile-app-section .mapp-rating-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 1rem 2rem;
  border: 1px solid var(--mapp-border);
  border-radius: 3px;
  background: var(--mapp-bg-off);
}

.mobile-app-section .mapp-rating-num {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--mapp-ink);
}

.mobile-app-section .mapp-rating-stars {
  color: #f59e0b;
  font-size: 0.9rem;
}

.mobile-app-section .mapp-rating-label {
  font-size: 0.56rem;
  letter-spacing: 0.06em;
  color: var(--mapp-ink-faint);
}

.mobile-app-section .mapp-services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.8rem;
}

.mobile-app-section .mapp-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--mapp-border);
  border-radius: 2px;
}

.mobile-app-section .mapp-svc-panel {
  padding: 2.2rem 1.8rem;
  border-right: 1px solid var(--mapp-border);
  border-bottom: 1px solid var(--mapp-border);
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}

.mobile-app-section .mapp-svc-panel:nth-child(3n) { border-right: none; }
.mobile-app-section .mapp-svc-panel:nth-child(4),
.mobile-app-section .mapp-svc-panel:nth-child(5),
.mobile-app-section .mapp-svc-panel:nth-child(6) { border-bottom: none; }

.mobile-app-section .mapp-svc-panel:hover { background: var(--mapp-accent-glow); }

.mobile-app-section .mapp-svc-panel::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--mapp-magenta), var(--mapp-violet));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s cubic-bezier(0.22, 0.68, 0, 1.1);
}

.mobile-app-section .mapp-svc-panel:hover::before { transform: scaleY(1); }

.mobile-app-section .mapp-svc-panel__idx {
  font-size: 0.58rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.1em;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-app-section .mapp-svc-icon {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid var(--mapp-border-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--mapp-blue);
  transition: background 0.2s, border-color 0.2s;
}

.mobile-app-section .mapp-svc-panel:hover .mapp-svc-icon {
  background: var(--mapp-accent-glow);
  border-color: var(--mapp-accent-line);
}

.mobile-app-section .mapp-svc-panel h3 {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mapp-ink);
  margin-bottom: 0.55rem;
}

.mobile-app-section .mapp-svc-panel p {
  font-size: 0.8rem;
  color: var(--mapp-ink-muted);
  line-height: 1.7;
}

.mobile-app-section .mapp-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.mobile-app-section .mapp-process-step {
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--mapp-border);
  border-radius: 4px;
  background: var(--mapp-bg);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.mobile-app-section .mapp-process-step:hover {
  border-color: var(--mapp-border-mid);
  box-shadow: 0 10px 24px rgba(17, 19, 31, 0.06);
  transform: translateY(-2px);
}

.mobile-app-section .mapp-process-step__num {
  font-size: 0.58rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.1em;
  margin-bottom: 0.45rem;
}

.mobile-app-section .mapp-process-step__tag {
  font-size: 0.54rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.mobile-app-section .mapp-process-step h3 {
  font-size: 0.84rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--mapp-ink);
  margin-bottom: 0.35rem;
  line-height: 1.25;
}

.mobile-app-section .mapp-process-step p {
  font-size: 0.77rem;
  color: var(--mapp-ink-muted);
  line-height: 1.58;
  margin: 0;
}

.mobile-app-section .mapp-process-step__deliverable {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--mapp-border);
  font-size: 0.58rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.07em;
  line-height: 1.6;
}

.mobile-app-section .mapp-process-step__deliverable span {
  color: var(--mapp-magenta);
}

.mobile-app-section .mapp-compare-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.mobile-app-section .mapp-compare-card {
  border: 1px solid var(--mapp-border);
  border-radius: 3px;
  overflow: hidden;
}

.mobile-app-section .mapp-compare-card__header {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid var(--mapp-border);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.mobile-app-section .mapp-compare-card__header--native {
  background: linear-gradient(135deg, rgba(26, 86, 240, 0.06), rgba(108, 63, 207, 0.05));
}
.mobile-app-section .mapp-compare-card__header--cross {
  background: linear-gradient(135deg, rgba(192, 38, 160, 0.06), rgba(108, 63, 207, 0.05));
}

.mobile-app-section .mapp-compare-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.mobile-app-section .mapp-compare-card__icon--native {
  background: rgba(26, 86, 240, 0.1);
  color: var(--mapp-blue);
  border: 1px solid rgba(26, 86, 240, 0.2);
}
.mobile-app-section .mapp-compare-card__icon--cross {
  background: rgba(192, 38, 160, 0.1);
  color: var(--mapp-magenta);
  border: 1px solid rgba(192, 38, 160, 0.2);
}

.mobile-app-section .mapp-compare-card__title {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mapp-ink);
}
.mobile-app-section .mapp-compare-card__sub {
  font-size: 0.58rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.1rem;
}

.mobile-app-section .mapp-compare-list { padding: 0; }

.mobile-app-section .mapp-compare-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid var(--mapp-border);
  font-size: 0.8rem;
  color: var(--mapp-ink-mid);
  line-height: 1.55;
  transition: background 0.15s;
}
.mobile-app-section .mapp-compare-item:last-child { border-bottom: none; }
.mobile-app-section .mapp-compare-item:hover { background: var(--mapp-accent-glow); }

.mobile-app-section .mapp-ci-check {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}
.mobile-app-section .mapp-ci-check--native {
  background: rgba(26, 86, 240, 0.08);
  border: 1px solid rgba(26, 86, 240, 0.18);
  color: var(--mapp-blue);
}
.mobile-app-section .mapp-ci-check--cross {
  background: rgba(192, 38, 160, 0.08);
  border: 1px solid rgba(192, 38, 160, 0.2);
  color: var(--mapp-magenta);
}

.mobile-app-section .mapp-compare-when {
  padding: 0.9rem 1.5rem;
  background: var(--mapp-bg-off);
  border-top: 1px solid var(--mapp-border);
  font-size: 0.6rem;
  color: var(--mapp-ink-faint);
  letter-spacing: 0.07em;
  line-height: 1.6;
}
.mobile-app-section .mapp-compare-when strong { color: var(--mapp-blue); font-weight: 400; }

.mobile-app-section .mapp-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}

.mobile-app-section.mapp-work-auto-scroll .mapp-jb-home__scroll,
.mobile-app-section.mapp-work-auto-scroll .mapp-jb-product__scroll,
.mobile-app-section.mapp-work-auto-scroll .mapp-sg-dash-scroll {
  scroll-behavior: auto;
}

.mobile-app-section .mapp-work-card {
  border: 1px solid var(--mapp-border);
  border-radius: 3px;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mobile-app-section .mapp-work-card:hover {
  border-color: var(--mapp-accent-line);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(192, 38, 160, 0.07);
}

.mobile-app-section .mapp-work-card__visual {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  min-width: 0;
}
.mobile-app-section .mapp-wc-1 .mapp-work-card__visual { background: #F0E6D3; }
.mobile-app-section .mapp-wc-2 .mapp-work-card__visual { background: linear-gradient(135deg, #080c18 0%, #0f1830 100%); }
.mobile-app-section .mapp-wc-3 .mapp-work-card__visual { background: linear-gradient(135deg, #0d0814 0%, #1e0828 100%); }
.mobile-app-section .mapp-wc-4 .mapp-work-card__visual { background: linear-gradient(135deg, #080e14 0%, #0a1c2e 100%); }

.mobile-app-section .mapp-work-card__visual-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 28px 28px;
}

.mobile-app-section .mapp-card-phones {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}

.mobile-app-section .mapp-card-phone {
  border-radius: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background: rgba(8, 12, 24, 0.9);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.mobile-app-section .mapp-card-phone--big { width: 88px; height: 170px; }
.mobile-app-section .mapp-card-phone--sml { width: 70px; height: 136px; opacity: 0.7; }

.mobile-app-section .mapp-card-phone__bar {
  height: 14px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-app-section .mapp-card-phone__bar::after {
  content: '';
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.mobile-app-section .mapp-card-phone__screen {
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.mobile-app-section .mapp-cp-hero { height: 40px; border-radius: 6px; }
.mobile-app-section .mapp-wc-1 .mapp-cp-hero { background: linear-gradient(135deg, rgba(192, 38, 160, 0.4), rgba(108, 63, 207, 0.35)); }
.mobile-app-section .mapp-wc-2 .mapp-cp-hero { background: linear-gradient(135deg, rgba(26, 86, 240, 0.4), rgba(108, 63, 207, 0.35)); }
.mobile-app-section .mapp-wc-3 .mapp-cp-hero { background: linear-gradient(135deg, rgba(192, 38, 160, 0.35), rgba(26, 86, 240, 0.3)); }
.mobile-app-section .mapp-wc-4 .mapp-cp-hero { background: linear-gradient(135deg, rgba(108, 63, 207, 0.4), rgba(26, 86, 240, 0.35)); }

.mobile-app-section .mapp-cp-line {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}

.mobile-app-section .mapp-cp-line--55 { width: 55%; }
.mobile-app-section .mapp-cp-line--58 { width: 58%; }
.mobile-app-section .mapp-cp-line--60 { width: 60%; }
.mobile-app-section .mapp-cp-line--65 { width: 65%; }
.mobile-app-section .mapp-cp-line--70 { width: 70%; }
.mobile-app-section .mapp-cp-line--75 { width: 75%; }
.mobile-app-section .mapp-cp-line--80 { width: 80%; }
.mobile-app-section .mapp-cp-line--82 { width: 82%; }
.mobile-app-section .mapp-cp-line--85 { width: 85%; }
.mobile-app-section .mapp-cp-line--90 { width: 90%; }

.mobile-app-section .mapp-cp-row { display: flex; gap: 0.25rem; }
.mobile-app-section .mapp-cp-block {
  height: 22px;
  flex: 1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-app-section .mapp-work-card__tag {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 2px;
  border: 1px solid rgba(192, 38, 160, 0.35);
  background: rgba(192, 38, 160, 0.1);
  color: rgba(255, 255, 255, 0.55);
}

.mobile-app-section .mapp-work-card__body { padding: 1.6rem; }
.mobile-app-section .mapp-work-card__meta {
  font-size: 0.58rem;
  color: var(--mapp-magenta);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.mobile-app-section .mapp-work-card__title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--mapp-ink);
  margin-bottom: 0.5rem;
}
.mobile-app-section .mapp-work-card__desc {
  font-size: 0.8rem;
  color: var(--mapp-ink-muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.mobile-app-section .mapp-work-card__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.mobile-app-section .mapp-work-tag {
  font-size: 0.57rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.18rem 0.5rem;
  border-radius: 2px;
  border: 1px solid var(--mapp-border);
  color: var(--mapp-ink-faint);
}

.mobile-app-section .mapp-sg-showcase {
  --mapp-sg-red: #E50A30;
  --mapp-sg-red2: #B50826;
  --mapp-sg-black: #09090C;
  --mapp-sg-dark: #101014;
  --mapp-sg-card: #18181E;
  --mapp-sg-card2: #202028;
  --mapp-sg-border: rgba(255,255,255,0.07);
  --mapp-sg-muted: rgba(255,255,255,0.38);
  --mapp-sg-mid: rgba(255,255,255,0.62);
  --mapp-sg-white: #FFFFFF;
  --mapp-sg-green: #22C55E;
  --mapp-sg-gold: #D4A843;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
}

.mobile-app-section .mapp-sg-phone {
  width: 192px;
  height: 397px;
  max-width: 100%;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: var(--mapp-sg-black);
  border: 1.5px solid rgba(255,255,255,0.09);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.9),
    0 32px 64px rgba(0,0,0,0.5),
    0 12px 24px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.mobile-app-section .mapp-sg-phone--relative {
  position: relative;
}

.mobile-app-section .mapp-sg-island {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 22px;
  background: #000;
  border-radius: 16px;
  z-index: 100;
}

.mobile-app-section .mapp-sg-splash {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--mapp-sg-black);
  position: relative;
  overflow: hidden;
}

.mobile-app-section .mapp-sg-splash-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229,10,48,0.22) 0%, transparent 70%);
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  animation: mapp-sg-pulse 4s ease-in-out infinite;
}

@keyframes mapp-sg-pulse {
  0%, 100% { opacity: 0.7; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.1); }
}

.mobile-app-section .mapp-sg-splash-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(229,10,48,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229,10,48,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 0%, transparent 80%);
}

.mobile-app-section .mapp-sg-splash-top {
  padding: 48px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}

.mobile-app-section .mapp-sg-logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 24px rgba(229,10,48,0.4), 0 0 0 1px rgba(229,10,48,0.3);
  flex-shrink: 0;
}

.mobile-app-section .mapp-sg-logo-top { height: 50%; background: var(--mapp-sg-red); }
.mobile-app-section .mapp-sg-logo-divider { height: 3px; background: white; }
.mobile-app-section .mapp-sg-logo-bottom { height: calc(50% - 3px); background: #111; }

.mobile-app-section .mapp-sg-wordmark {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--mapp-sg-muted);
}

.mobile-app-section .mapp-sg-card-scene {
  position: relative;
  z-index: 2;
  margin: 28px auto 0;
  width: 175px;
  animation: mapp-sg-cardFloat 5s ease-in-out infinite;
  transform-style: preserve-3d;
}

@keyframes mapp-sg-cardFloat {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

.mobile-app-section .mapp-sg-bank-card {
  background: linear-gradient(135deg, #1c0812 0%, #2b0e1a 45%, #180810 100%);
  border-radius: 14px;
  padding: 18px 16px 14px;
  border: 1px solid rgba(229,10,48,0.22);
  position: relative;
  overflow: hidden;
  box-shadow: 0 28px 56px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.04);
}

.mobile-app-section .mapp-sg-bank-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, var(--mapp-sg-red), rgba(229,10,48,0.3), transparent);
}

.mobile-app-section .mapp-sg-bank-card::after {
  content: '';
  position: absolute;
  right: -20px;
  top: -20px;
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, rgba(229,10,48,0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.mobile-app-section .mapp-sg-card-chip {
  width: 26px;
  height: 20px;
  background: linear-gradient(135deg, #c8a84b 0%, #f0d080 50%, #b8902a 100%);
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.mobile-app-section .mapp-sg-card-chip::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0,0,0,0.2);
  transform: translateY(-50%);
}

.mobile-app-section .mapp-sg-card-num {
  font-size: 10px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.mobile-app-section .mapp-sg-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mobile-app-section .mapp-sg-card-holder-label {
  font-size: 6px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-sg-card-holder-name {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mobile-app-section .mapp-sg-card-exp-wrap {
  text-align: right;
}

.mobile-app-section .mapp-sg-card-exp-label {
  font-size: 6px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-sg-card-exp-val {
  font-size: 9px;
  color: rgba(255,255,255,0.55);
  text-align: right;
}

.mobile-app-section .mapp-sg-card-mc {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.mobile-app-section .mapp-sg-mc-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.mobile-app-section .mapp-sg-mc-circle:first-child {
  background: var(--mapp-sg-red);
  z-index: 1;
  margin-right: -6px;
}

.mobile-app-section .mapp-sg-mc-circle:last-child {
  background: #c47d00;
}

.mobile-app-section .mapp-sg-splash-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 36px;
  background: linear-gradient(to top, rgba(9,9,12,1) 65%, transparent);
  z-index: 3;
}

.mobile-app-section .mapp-sg-splash-headline {
  font-size: 22px;
  color: white;
  line-height: 1.18;
  margin-bottom: 8px;
}

.mobile-app-section .mapp-sg-splash-headline em {
  color: var(--mapp-sg-red);
  font-style: italic;
}

.mobile-app-section .mapp-sg-splash-sub {
  font-size: 10px;
  color: var(--mapp-sg-muted);
  line-height: 1.5;
  margin-bottom: 18px;
  font-weight: 300;
}

.mobile-app-section .mapp-sg-btn-main {
  display: block;
  width: 100%;
  background: var(--mapp-sg-red);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 11px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.2px;
  margin-bottom: 8px;
  box-shadow: 0 6px 20px rgba(229,10,48,0.38);
}

.mobile-app-section .mapp-sg-btn-ghost {
  display: block;
  width: 100%;
  background: rgba(255,255,255,0.055);
  color: rgba(255,255,255,0.65);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 10px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.mobile-app-section .mapp-sg-dash {
  height: 100%;
  background: var(--mapp-sg-dark);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.mobile-app-section .mapp-sg-dash-header {
  padding: 44px 14px 14px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-sg-dash-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.mobile-app-section .mapp-sg-dash-greet {
  font-size: 9px;
  color: var(--mapp-sg-muted);
  font-weight: 400;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-sg-dash-name {
  font-size: 16px;
  color: white;
}

.mobile-app-section .mapp-sg-icon-btn {
  width: 32px;
  height: 32px;
  background: var(--mapp-sg-card);
  border-radius: 10px;
  border: 1px solid var(--mapp-sg-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.mobile-app-section .mapp-sg-notif-dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 5px;
  height: 5px;
  background: var(--mapp-sg-red);
  border-radius: 50%;
  border: 1px solid var(--mapp-sg-dark);
}

.mobile-app-section .mapp-sg-bal-card {
  background: linear-gradient(135deg, #1c0810 0%, #280d16 55%, #180810 100%);
  border-radius: 16px;
  padding: 14px;
  border: 1px solid rgba(229,10,48,0.18);
  position: relative;
  overflow: hidden;
}

.mobile-app-section .mapp-sg-bal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229,10,48,0.55), transparent);
}

.mobile-app-section .mapp-sg-bal-card::after {
  content: '';
  position: absolute;
  right: -18px;
  top: -18px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(229,10,48,0.11) 0%, transparent 70%);
  border-radius: 50%;
}

.mobile-app-section .mapp-sg-bal-label {
  font-size: 8px;
  color: var(--mapp-sg-muted);
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.mobile-app-section .mapp-sg-bal-amount {
  font-size: 24px;
  color: white;
  letter-spacing: -0.5px;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-sg-bal-iban {
  font-size: 8px;
  color: var(--mapp-sg-muted);
  font-weight: 300;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

.mobile-app-section .mapp-sg-bal-stats {
  display: flex;
  gap: 8px;
}

.mobile-app-section .mapp-sg-bal-stat {
  flex: 1;
  background: rgba(255,255,255,0.046);
  border-radius: 8px;
  padding: 6px 8px;
  border: 1px solid rgba(255,255,255,0.055);
}

.mobile-app-section .mapp-sg-bs-lbl {
  font-size: 7px;
  color: var(--mapp-sg-muted);
  font-weight: 500;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-sg-bs-val {
  font-size: 11px;
  font-weight: 700;
  color: white;
}

.mobile-app-section .mapp-sg-bs-val.g { color: var(--mapp-sg-green); }
.mobile-app-section .mapp-sg-bs-val.r { color: #ff6b6b; }
.mobile-app-section .mapp-sg-bs-val.gold { color: var(--mapp-sg-gold); }

.mobile-app-section .mapp-sg-dash-scroll {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0 14px 70px;
}

.mobile-app-section .mapp-sg-dash-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-app-section .mapp-sg-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 8px;
}

.mobile-app-section .mapp-sg-sec-title {
  font-size: 10px;
  font-weight: 600;
  color: var(--mapp-sg-mid);
}

.mobile-app-section .mapp-sg-sec-link {
  font-size: 9px;
  color: var(--mapp-sg-red);
  font-weight: 500;
  cursor: pointer;
}

.mobile-app-section .mapp-sg-quick-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 4px;
}

.mobile-app-section .mapp-sg-qa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.mobile-app-section .mapp-sg-qa-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--mapp-sg-card);
  border: 1px solid var(--mapp-sg-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}

.mobile-app-section .mapp-sg-qa:hover .mapp-sg-qa-box {
  background: rgba(229,10,48,0.1);
  border-color: rgba(229,10,48,0.28);
}

.mobile-app-section .mapp-sg-qa-lbl {
  font-size: 8px;
  font-weight: 500;
  color: var(--mapp-sg-muted);
  text-align: center;
}

.mobile-app-section .mapp-sg-tx-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-app-section .mapp-sg-tx {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: var(--mapp-sg-card);
  border: 1px solid var(--mapp-sg-border);
  cursor: pointer;
}

.mobile-app-section .mapp-sg-tx-ico {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-app-section .mapp-sg-tx-ico.red { background: rgba(229,10,48,0.13); }
.mobile-app-section .mapp-sg-tx-ico.green { background: rgba(34,197,94,0.11); }
.mobile-app-section .mapp-sg-tx-ico.amber { background: rgba(212,168,67,0.13); }
.mobile-app-section .mapp-sg-tx-ico.blue { background: rgba(59,130,246,0.12); }

.mobile-app-section .mapp-sg-tx-inf { flex: 1; }

.mobile-app-section .mapp-sg-tx-name {
  font-size: 10px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}

.mobile-app-section .mapp-sg-tx-date {
  font-size: 8px;
  color: var(--mapp-sg-muted);
}

.mobile-app-section .mapp-sg-tx-amt {
  font-size: 11px;
  font-weight: 700;
}

.mobile-app-section .mapp-sg-tx-amt.neg { color: #ff6b6b; }
.mobile-app-section .mapp-sg-tx-amt.pos { color: var(--mapp-sg-green); }

.mobile-app-section .mapp-sg-bnav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14,14,18,0.96);
  backdrop-filter: blur(24px);
  border-top: 1px solid var(--mapp-sg-border);
  display: flex;
  justify-content: space-around;
  padding: 10px 0 18px;
}

.mobile-app-section .mapp-sg-bn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.mobile-app-section .mapp-sg-bn-box {
  width: 36px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-app-section .mapp-sg-bn.active .mapp-sg-bn-box {
  background: rgba(229,10,48,0.14);
}

.mobile-app-section .mapp-sg-bn-lbl {
  font-size: 8px;
  font-weight: 500;
  color: var(--mapp-sg-muted);
}

.mobile-app-section .mapp-sg-bn.active .mapp-sg-bn-lbl {
  color: var(--mapp-sg-red);
}

.mobile-app-section .mapp-sg-transfer {
  height: 100%;
  background: var(--mapp-sg-dark);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mobile-app-section .mapp-sg-tr-header {
  padding: 42px 14px 12px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-sg-tr-back-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.mobile-app-section .mapp-sg-back-pill {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--mapp-sg-card);
  border: 1px solid var(--mapp-sg-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-app-section .mapp-sg-tr-title {
  font-size: 16px;
  color: white;
}

.mobile-app-section .mapp-sg-recip-lbl {
  font-size: 8px;
  font-weight: 600;
  color: var(--mapp-sg-muted);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}

.mobile-app-section .mapp-sg-recip-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
  margin-bottom: 14px;
}

.mobile-app-section .mapp-sg-recip-row::-webkit-scrollbar {
  display: none;
}

.mobile-app-section .mapp-sg-recip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  cursor: pointer;
}

.mobile-app-section .mapp-sg-recip-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.mobile-app-section .mapp-sg-recip-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-sg-recip.on .mapp-sg-recip-av {
  border-color: var(--mapp-sg-red);
  box-shadow: 0 0 0 2px rgba(229,10,48,0.2);
}

.mobile-app-section .mapp-sg-recip-nm {
  font-size: 8px;
  font-weight: 500;
  color: var(--mapp-sg-muted);
}

.mobile-app-section .mapp-sg-recip.on .mapp-sg-recip-nm {
  color: white;
}

.mobile-app-section .mapp-sg-add-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--mapp-sg-card);
  border: 2px dashed rgba(255,255,255,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-app-section .mapp-sg-amount-block {
  margin: 0 14px 10px;
  background: var(--mapp-sg-card);
  border-radius: 14px;
  padding: 16px 14px;
  border: 1px solid var(--mapp-sg-border);
  text-align: center;
  position: relative;
}

.mobile-app-section .mapp-sg-amount-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(229,10,48,0.4), transparent);
}

.mobile-app-section .mapp-sg-amt-cur {
  font-size: 12px;
  color: var(--mapp-sg-muted);
  margin-bottom: 2px;
}

.mobile-app-section .mapp-sg-amt-val {
  font-size: 36px;
  color: white;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 4px;
}

.mobile-app-section .mapp-sg-amt-avail {
  font-size: 8px;
  color: var(--mapp-sg-muted);
}

.mobile-app-section .mapp-sg-amt-avail span {
  color: var(--mapp-sg-green);
  font-weight: 600;
}

.mobile-app-section .mapp-sg-note-row {
  margin: 0 14px 14px;
  background: var(--mapp-sg-card);
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid var(--mapp-sg-border);
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-app-section .mapp-sg-note-txt {
  font-size: 9px;
  color: var(--mapp-sg-muted);
  font-style: italic;
}

.mobile-app-section .mapp-sg-numpad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0 14px 10px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-sg-nk {
  height: 40px;
  background: var(--mapp-sg-card);
  border: 1px solid var(--mapp-sg-border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: white;
  cursor: pointer;
}

.mobile-app-section .mapp-sg-nk.del {
  color: var(--mapp-sg-red);
}

.mobile-app-section .mapp-sg-send-btn {
  margin: 0 14px 22px;
  background: var(--mapp-sg-red);
  color: white;
  border: none;
  border-radius: 12px;
  padding: 11px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(229,10,48,0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-sg-showcase svg {
  display: block;
}

@media (max-width: 900px) {
  .mobile-app-section .mapp-sg-showcase {
    gap: 10px;
    min-height: 0;
  }

  .mobile-app-section .mapp-sg-phone {
    width: 168px;
    height: 347px;
    border-radius: 30px;
  }
}

@media (max-width: 768px) {
  .mobile-app-section .mapp-sg-phone {
    width: 152px;
    height: 314px;
    border-radius: 26px;
  }
}

@media (max-width: 576px) {
  .mobile-app-section .mapp-sg-showcase {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .mobile-app-section .mapp-sg-phone {
    width: 140px;
    height: 289px;
    border-radius: 24px;
  }
}

@media (max-width: 480px) {
  .mobile-app-section .mapp-sg-showcase {
    gap: 8px;
  }

  .mobile-app-section .mapp-sg-phone {
    width: 118px;
    height: 244px;
    border-radius: 22px;
  }
}

@media (max-width: 380px) {
  .mobile-app-section .mapp-sg-showcase {
    gap: 6px;
  }

  .mobile-app-section .mapp-sg-phone {
    width: 100px;
    height: 207px;
    border-radius: 20px;
  }
}

.mobile-app-section .mapp-wc-1 .mapp-work-card__visual {
  aspect-ratio: 16/9;
  min-height: 0;
  padding: 1.25rem;
  background: #EAD9C8;
  background-image:
    radial-gradient(circle at 20% 20%, #F0C8A0 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, #D4B090 0%, transparent 50%);
}

.mobile-app-section .mapp-jb-showcase {
  --jb-red: #C8102E;
  --jb-red2: #A50D26;
  --jb-yellow: #FFC72C;
  --jb-cream: #FFF9F0;
  --jb-dark: #1C0A00;
  --jb-light-red: #FFF0F0;
  --jb-gray: #F5F5F5;
  --jb-muted: #888;
  font-family: var(--font-body, 'Poppins', sans-serif);
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
}

.mobile-app-section .mapp-jb-phone {
  width: 200px;
  max-width: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 2px 0 #999 inset,
    0 -2px 0 #CCC inset,
    0 20px 40px rgba(0, 0, 0, 0.28),
    0 6px 18px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  border: 2px solid #333;
  background: #111;
}

.mobile-app-section .mapp-jb-splash {
  height: 388px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mobile-app-section .mapp-jb-splash__bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/brands/torsido-jollibee-chicken.webp');
  background-size: cover;
  background-position: center top;
  transform: scale(1.05);
  animation: mapp-jb-kenburns 8s ease-in-out infinite alternate;
}

@keyframes mapp-jb-kenburns {
  from { transform: scale(1.05) translateY(0); }
  to { transform: scale(1.1) translateY(-8px); }
}

.mobile-app-section .mapp-jb-splash__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(20, 0, 0, 0.6) 65%,
    rgba(200, 16, 46, 0.92) 100%
  );
}

.mobile-app-section .mapp-jb-splash__logo-area {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.mobile-app-section .mapp-jb-splash__logo {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--jb-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 22px;
  color: var(--jb-red);
}

.mobile-app-section .mapp-jb-splash__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-jb-splash__brand {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 19px;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
}

.mobile-app-section .mapp-jb-splash__content {
  position: relative;
  z-index: 2;
  padding: 22px 18px 30px;
}

.mobile-app-section .mapp-jb-splash__tag {
  background: var(--jb-yellow);
  color: var(--jb-dark);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 16px;
  display: inline-block;
  margin-bottom: 8px;
}

.mobile-app-section .mapp-jb-splash__headline {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 23px;
  color: white;
  line-height: 1.1;
  margin-bottom: 5px;
}

.mobile-app-section .mapp-jb-splash__sub {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 18px;
  font-weight: 500;
}

.mobile-app-section .mapp-jb-splash__btn-primary {
  background: var(--jb-yellow);
  color: var(--jb-dark);
  border-radius: 12px;
  padding: 10px 18px;
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 12px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(255, 199, 44, 0.4);
  margin-bottom: 8px;
}

.mobile-app-section .mapp-jb-splash__btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  padding: 9px 14px;
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 11px;
  text-align: center;
}

.mobile-app-section .mapp-jb-home {
  height: 388px;
  background: var(--jb-cream);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.mobile-app-section .mapp-jb-home__header {
  background: var(--jb-red);
  padding: 14px 14px 16px;
  border-radius: 0 0 18px 18px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-jb-home__top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.mobile-app-section .mapp-jb-home__greeting {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

.mobile-app-section .mapp-jb-home__name {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 14px;
  color: white;
  line-height: 1.2;
}

.mobile-app-section .mapp-jb-home__avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
  flex-shrink: 0;
}

.mobile-app-section .mapp-jb-home__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-jb-home__search {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  border-radius: 9px;
  padding: 7px 10px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.mobile-app-section .mapp-jb-home__scroll {
  flex: 1;
  overflow-y: auto;
  padding: 12px 10px 60px;
  scrollbar-width: none;
}

.mobile-app-section .mapp-jb-home__scroll::-webkit-scrollbar { display: none; }

.mobile-app-section .mapp-jb-home__banner {
  border-radius: 16px;
  overflow: hidden;
  height: 100px;
  position: relative;
  margin-bottom: 14px;
}

.mobile-app-section .mapp-jb-home__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-jb-home__banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(150, 5, 20, 0.85) 0%, rgba(150, 5, 20, 0.4) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}

.mobile-app-section .mapp-jb-home__banner-eyebrow {
  color: var(--jb-yellow);
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 3px;
}

.mobile-app-section .mapp-jb-home__banner-title {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  color: white;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.mobile-app-section .mapp-jb-home__banner-btn {
  background: var(--jb-yellow);
  color: var(--jb-dark);
  border-radius: 6px;
  padding: 3px 10px;
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 8px;
  display: inline-block;
  width: fit-content;
}

.mobile-app-section .mapp-jb-home__section-title {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 12px;
  color: var(--jb-dark);
  margin-bottom: 8px;
}

.mobile-app-section .mapp-jb-home__cats {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mobile-app-section .mapp-jb-home__cats::-webkit-scrollbar { display: none; }

.mobile-app-section .mapp-jb-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-jb-cat__img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mobile-app-section .mapp-jb-cat__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-jb-cat.active .mapp-jb-cat__img {
  border-color: var(--jb-red);
  box-shadow: 0 3px 10px rgba(200, 16, 46, 0.3);
}

.mobile-app-section .mapp-jb-cat__label {
  font-size: 8px;
  font-weight: 600;
  color: #555;
}

.mobile-app-section .mapp-jb-cat.active .mapp-jb-cat__label {
  color: var(--jb-red);
}

.mobile-app-section .mapp-jb-home__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mobile-app-section .mapp-jb-menu-card {
  background: white;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.mobile-app-section .mapp-jb-menu-card__img {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.mobile-app-section .mapp-jb-menu-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-jb-menu-card__badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--jb-yellow);
  color: var(--jb-dark);
  font-size: 6px;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 14px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.mobile-app-section .mapp-jb-menu-card__body {
  padding: 6px 7px 8px;
}

.mobile-app-section .mapp-jb-menu-card__name {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 10px;
  color: var(--jb-dark);
  margin-bottom: 2px;
}

.mobile-app-section .mapp-jb-menu-card__rating {
  font-size: 7px;
  color: var(--jb-muted);
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 4px;
}

.mobile-app-section .mapp-jb-star { color: #FFA500; }

.mobile-app-section .mapp-jb-menu-card__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-app-section .mapp-jb-menu-card__price {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 11px;
  color: var(--jb-red);
}

.mobile-app-section .mapp-jb-menu-card__add {
  width: 18px;
  height: 18px;
  background: var(--jb-red);
  border-radius: 6px;
  color: white;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.mobile-app-section .mapp-jb-home__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  display: flex;
  justify-content: space-around;
  padding: 6px 0 12px;
  border-top: 1px solid #EEE;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.06);
}

.mobile-app-section .mapp-jb-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.mobile-app-section .mapp-jb-nav-icon {
  width: 30px;
  height: 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.mobile-app-section .mapp-jb-nav-item.active .mapp-jb-nav-icon {
  background: var(--jb-light-red);
}

.mobile-app-section .mapp-jb-nav-label {
  font-size: 7px;
  font-weight: 600;
  color: #CCC;
}

.mobile-app-section .mapp-jb-nav-item.active .mapp-jb-nav-label {
  color: var(--jb-red);
}

.mobile-app-section .mapp-jb-product {
  height: 388px;
  background: white;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mobile-app-section .mapp-jb-product__hero {
  height: 160px;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}

.mobile-app-section .mapp-jb-product__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-jb-product__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.45) 100%);
}

.mobile-app-section .mapp-jb-product__hero-btns {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
}

.mobile-app-section .mapp-jb-icon-btn {
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.mobile-app-section .mapp-jb-product__rating-pill {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: white;
  border-radius: 14px;
  padding: 3px 7px;
  font-size: 8px;
  font-weight: 700;
  color: var(--jb-dark);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 2px;
}

.mobile-app-section .mapp-jb-product__scroll {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
}

.mobile-app-section .mapp-jb-product__scroll::-webkit-scrollbar { display: none; }

.mobile-app-section .mapp-jb-product__info {
  padding: 12px 12px 0;
}

.mobile-app-section .mapp-jb-product__name {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 18px;
  color: var(--jb-dark);
  margin-bottom: 4px;
}

.mobile-app-section .mapp-jb-product__meta {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.mobile-app-section .mapp-jb-meta-tag {
  background: var(--jb-light-red);
  color: var(--jb-red);
  border-radius: 14px;
  padding: 2px 8px;
  font-size: 8px;
  font-weight: 600;
}

.mobile-app-section .mapp-jb-product__price-row {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 10px;
}

.mobile-app-section .mapp-jb-product__price {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 20px;
  color: var(--jb-red);
}

.mobile-app-section .mapp-jb-product__old-price {
  font-size: 10px;
  color: #BBB;
  text-decoration: line-through;
}

.mobile-app-section .mapp-jb-product__sizes {
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}

.mobile-app-section .mapp-jb-sz {
  flex: 1;
  border: 1.5px solid #EEE;
  border-radius: 10px;
  padding: 6px 4px;
  text-align: center;
}

.mobile-app-section .mapp-jb-sz.active {
  border-color: var(--jb-red);
  background: var(--jb-light-red);
}

.mobile-app-section .mapp-jb-sz img {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  object-fit: cover;
  display: block;
  margin: 0 auto 3px;
}

.mobile-app-section .mapp-jb-sz__name {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 8px;
  color: var(--jb-dark);
  display: block;
  margin-bottom: 1px;
}

.mobile-app-section .mapp-jb-sz__price {
  font-size: 7px;
  color: #999;
  display: block;
}

.mobile-app-section .mapp-jb-sz.active .mapp-jb-sz__price {
  color: var(--jb-red);
}

.mobile-app-section .mapp-jb-product__footer {
  padding: 10px 12px 14px;
  border-top: 1px solid #F5EDE3;
  display: flex;
  gap: 8px;
  align-items: center;
  background: white;
  flex-shrink: 0;
}

.mobile-app-section .mapp-jb-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--jb-gray);
  border-radius: 10px;
  padding: 7px 10px;
}

.mobile-app-section .mapp-jb-qty__btn {
  font-size: 14px;
  font-weight: 700;
  color: var(--jb-red);
  line-height: 1;
  width: 14px;
  text-align: center;
}

.mobile-app-section .mapp-jb-qty__val {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 12px;
  color: var(--jb-dark);
  min-width: 10px;
  text-align: center;
}

.mobile-app-section .mapp-jb-add-cart {
  flex: 1;
  background: var(--jb-red);
  color: white;
  border-radius: 12px;
  padding: 9px 8px;
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 10px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(200, 16, 46, 0.3);
}

.mobile-app-section .mapp-jb-side-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}

.mobile-app-section .mapp-jb-promo {
  width: 165px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  height: 230px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.mobile-app-section .mapp-jb-promo__bg {
  position: absolute;
  inset: 0;
}

.mobile-app-section .mapp-jb-promo__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-jb-promo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(200, 16, 46, 0.97) 0%,
    rgba(200, 16, 46, 0.7) 40%,
    rgba(0, 0, 0, 0.15) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
}

.mobile-app-section .mapp-jb-promo__tag {
  background: var(--jb-yellow);
  color: var(--jb-dark);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 14px;
  display: inline-block;
  margin-bottom: 6px;
  align-self: flex-start;
}

.mobile-app-section .mapp-jb-promo__name {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 18px;
  color: white;
  line-height: 1.2;
  margin-bottom: 3px;
}

.mobile-app-section .mapp-jb-promo__price {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 14px;
  color: var(--jb-yellow);
  margin-bottom: 10px;
}

.mobile-app-section .mapp-jb-promo__price small {
  font-size: 9px;
  opacity: 0.7;
}

.mobile-app-section .mapp-jb-promo__btn {
  background: var(--jb-yellow);
  color: var(--jb-dark);
  border-radius: 10px;
  padding: 8px;
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 11px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(255, 199, 44, 0.35);
}

.mobile-app-section .mapp-jb-chef {
  width: 165px;
  border-radius: 18px;
  overflow: hidden;
  height: 90px;
  position: relative;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.mobile-app-section .mapp-jb-chef__bg {
  position: absolute;
  inset: 0;
}

.mobile-app-section .mapp-jb-chef__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-app-section .mapp-jb-chef__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 5, 0, 0.92) 0%, rgba(20, 5, 0, 0.5) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}

.mobile-app-section .mapp-jb-chef__sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.mobile-app-section .mapp-jb-chef__title {
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 14px;
  color: var(--jb-yellow);
  line-height: 1.2;
  margin-bottom: 6px;
}

.mobile-app-section .mapp-jb-chef__btn {
  background: var(--jb-red);
  color: white;
  border-radius: 7px;
  padding: 4px 10px;
  font-family: var(--font-heading, 'Oswald', sans-serif);
  font-size: 9px;
  display: inline-block;
  width: fit-content;
}

@media (max-width: 1100px) {
  .mobile-app-section .mapp-jb-phone {
    width: 182px;
  }

  .mobile-app-section .mapp-jb-splash,
  .mobile-app-section .mapp-jb-home,
  .mobile-app-section .mapp-jb-product {
    height: 352px;
  }
}

@media (max-width: 900px) {
  .mobile-app-section .mapp-wc-1 .mapp-work-card__visual,
  .mobile-app-section .mapp-wc-2 .mapp-work-card__visual {
    padding: 1.25rem;
  }

  .mobile-app-section .mapp-jb-showcase {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .mobile-app-section .mapp-jb-phone {
    width: 165px;
  }

  .mobile-app-section .mapp-jb-splash,
  .mobile-app-section .mapp-jb-home,
  .mobile-app-section .mapp-jb-product {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .mobile-app-section .mapp-work-card__visual {
    padding: 1rem;
  }

  .mobile-app-section .mapp-wc-1 .mapp-work-card__visual,
  .mobile-app-section .mapp-wc-2 .mapp-work-card__visual {
    padding: 1rem;
  }

  .mobile-app-section .mapp-jb-showcase {
    gap: 10px;
    align-items: center;
  }

  .mobile-app-section .mapp-jb-phone {
    width: 140px;
    border-radius: 24px;
  }

  .mobile-app-section .mapp-jb-splash,
  .mobile-app-section .mapp-jb-home,
  .mobile-app-section .mapp-jb-product {
    height: 272px;
  }

  .mobile-app-section .mapp-jb-splash__headline {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .mobile-app-section .mapp-work-card__visual {
    padding: 0.875rem;
  }

  .mobile-app-section .mapp-jb-showcase {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .mobile-app-section .mapp-jb-phone {
    width: 120px;
    border-radius: 22px;
  }

  .mobile-app-section .mapp-jb-splash,
  .mobile-app-section .mapp-jb-home,
  .mobile-app-section .mapp-jb-product {
    height: 232px;
  }

  .mobile-app-section .mapp-jb-splash__headline {
    font-size: 13px;
  }

  .mobile-app-section .mapp-jb-splash__content {
    padding: 12px 10px 14px;
  }
}

@media (max-width: 480px) {
  .mobile-app-section .mapp-jb-showcase {
    gap: 8px;
  }

  .mobile-app-section .mapp-jb-phone {
    width: 105px;
    border-radius: 20px;
  }

  .mobile-app-section .mapp-jb-splash,
  .mobile-app-section .mapp-jb-home,
  .mobile-app-section .mapp-jb-product {
    height: 203px;
  }

  .mobile-app-section .mapp-jb-splash__headline {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .mobile-app-section .mapp-jb-showcase {
    gap: 6px;
  }

  .mobile-app-section .mapp-jb-phone {
    width: 92px;
    border-radius: 18px;
  }

  .mobile-app-section .mapp-jb-splash,
  .mobile-app-section .mapp-jb-home,
  .mobile-app-section .mapp-jb-product {
    height: 178px;
  }

  .mobile-app-section .mapp-jb-splash__headline {
    font-size: 11px;
  }
}

.mobile-app-section .mapp-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.mobile-app-section .mapp-industry-card {
  border: 1px solid var(--mapp-border);
  border-radius: 3px;
  padding: 2rem 1.8rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.mobile-app-section .mapp-industry-card:hover {
  border-color: var(--mapp-accent-line);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(192, 38, 160, 0.07);
}
.mobile-app-section .mapp-industry-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--mapp-magenta), var(--mapp-violet), var(--mapp-blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.mobile-app-section .mapp-industry-card:hover::before { transform: scaleX(1); }

.mobile-app-section .mapp-industry-card__icon {
  font-size: 1.5rem;
  color: var(--mapp-magenta);
  margin-bottom: 1rem;
  display: block;
  transition: color 0.2s;
}
.mobile-app-section .mapp-industry-card:hover .mapp-industry-card__icon { color: var(--mapp-violet); }

.mobile-app-section .mapp-industry-card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--mapp-ink);
  margin-bottom: 0.5rem;
}
.mobile-app-section .mapp-industry-card p {
  font-size: 0.79rem;
  color: var(--mapp-ink-muted);
  line-height: 1.7;
}

.mobile-app-section .mapp-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.mobile-app-section .mapp-testimonial-card {
  border: 1px solid var(--mapp-border);
  border-radius: 3px;
  padding: 2.2rem 2rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s;
}
.mobile-app-section .mapp-testimonial-card:hover { border-color: var(--mapp-accent-line); }
.mobile-app-section .mapp-testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 5rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(192, 38, 160, 0.1);
  pointer-events: none;
}

.mobile-app-section .mapp-testimonial-text {
  font-size: 0.88rem;
  color: var(--mapp-ink-mid);
  line-height: 1.85;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.mobile-app-section .mapp-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--mapp-border);
}

.mobile-app-section .mapp-testimonial-avatar {
  width: 38px;
  height: 38px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid var(--mapp-border-mid);
  flex-shrink: 0;
}
.mobile-app-section .mapp-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8);
}

.mobile-app-section .mapp-testimonial-name {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--mapp-ink);
}

.mobile-app-section .mapp-testimonial-role {
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: var(--mapp-magenta);
  text-transform: uppercase;
  margin-top: 0.15rem;
}

@media (max-width: 1100px) {
  .mobile-app-section .mapp-services-grid { grid-template-columns: 1fr 1fr; }
  .mobile-app-section .mapp-svc-panel:nth-child(3n) { border-right: 1px solid var(--mapp-border); }
  .mobile-app-section .mapp-svc-panel:nth-child(2n) { border-right: none; }
  .mobile-app-section .mapp-process-grid { grid-template-columns: 1fr 1fr; }
  .mobile-app-section .mapp-compare-layout { grid-template-columns: 1fr; }
  .mobile-app-section .mapp-testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .mobile-app-section .mapp-overview-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .mobile-app-section .mapp-section-row { grid-template-columns: 56px 1fr; }
  .mobile-app-section .mapp-hero { min-height: auto; padding: 8rem 5vw 5rem; }
  .mobile-app-section .mapp-hero__phones { display: none; }
  .mobile-app-section .mapp-work-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .mobile-app-section .mapp-industries-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .mobile-app-section .mapp-services-grid { grid-template-columns: 1fr; }
  .mobile-app-section .mapp-svc-panel { border-right: none; }
  .mobile-app-section .mapp-svc-panel:nth-child(n) { border-bottom: 1px solid var(--mapp-border); }
  .mobile-app-section .mapp-svc-panel:last-child { border-bottom: none; }
  .mobile-app-section .mapp-industries-grid { grid-template-columns: 1fr; }
  .mobile-app-section .mapp-process-grid { grid-template-columns: 1fr; }
  .mobile-app-section .mapp-section-row { grid-template-columns: 1fr; }
  .mobile-app-section .mapp-section-gutter { display: none; }
  .mobile-app-section .mapp-section-body { padding: 3.5rem 5vw; }
  .mobile-app-section .mapp-work-grid { gap: 1rem; }
.mobile-app-section .mapp-stat-item:nth-child(2) { border-right: none; }
  .mobile-app-section .mapp-stat-item:nth-child(1),
  .mobile-app-section .mapp-stat-item:nth-child(2) { border-bottom: 1px solid var(--mapp-border); }
}
