/* ========================= */
/* MOBILE APP MODE           */
/* ========================= */

.mobile-app-shell {
  display: none;
}

@media (max-width: 767px) {
  .site-header,
  .hero,
  .quick-help,
  .services,
  .why-rcca,
  .site-footer {
    display: none !important;
  }

  body.page-home {
    background: #f3f5f9;
  }

  .mobile-app-shell {
    display: block;
    padding-bottom: 96px;
    background: #f3f5f9;
  }

  .mobile-app-topbar {
    position: sticky;
    top: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    background: rgba(243, 245, 249, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .mobile-app-topbar__brand {
    width: 160px;
    padding: 8px 10px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(9, 25, 51, 0.08);
  }

  .mobile-app-topbar__quick-call {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(9, 25, 51, 0.08);
    color: var(--color-secondary);
    font-size: 1.25rem;
  }

  .mobile-app-hero {
    position: relative;
    min-height: 430px;
    margin: 0 12px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(14, 42, 79, 0.16);
  }

  .mobile-app-hero__media,
  .mobile-app-hero__media img,
  .mobile-app-hero__overlay {
    position: absolute;
    inset: 0;
  }

  .mobile-app-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile-app-hero__overlay {
    background: linear-gradient(180deg, rgba(8, 41, 79, 0.48) 0%, rgba(8, 41, 79, 0.76) 100%);
  }

  .mobile-app-hero__content {
    position: relative;
    z-index: 2;
    padding: 34px 20px 24px;
    color: #ffffff;
  }

  .mobile-app-hero__content h1 {
    margin-bottom: 14px;
    font-size: 2.55rem;
    line-height: 0.98;
    letter-spacing: -0.03em;
  }

  .mobile-app-hero__content p {
    margin-bottom: 20px;
    font-size: 1.08rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
  }

  .mobile-app-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .mobile-app-hero__actions .btn {
    min-height: 48px;
    padding: 0 22px;
  }

  .mobile-app-filters {
    padding: 22px 16px 10px;
  }

  .mobile-app-section-heading h2 {
    margin-bottom: 14px;
    font-size: 1.9rem;
    line-height: 1.1;
    color: var(--color-secondary);
    text-align: center;
  }

  .mobile-app-filter-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mobile-app-filter-row::-webkit-scrollbar {
    display: none;
  }

  .mobile-chip {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(18, 63, 116, 0.10);
    border-radius: 999px;
    background: #ffffff;
    color: var(--color-secondary);
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(14, 42, 79, 0.06);
  }

  .mobile-chip.is-active {
    background: #76a9dc;
    color: #ffffff;
    border-color: #76a9dc;
  }

  .mobile-app-cards {
    padding: 8px 16px 24px;
  }

  .mobile-service-list {
    display: grid;
    gap: 14px;
  }

  .mobile-service-card {
    padding: 20px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(14, 42, 79, 0.08);
  }

  .mobile-service-card--featured {
    padding: 22px;
  }

  .mobile-service-card__icon {
    margin-bottom: 10px;
    font-size: 1.55rem;
  }

  .mobile-service-card h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.05;
    color: var(--color-secondary);
  }

  .mobile-service-card p {
    margin-bottom: 18px;
    color: var(--color-text-soft);
    line-height: 1.55;
  }

  .mobile-service-card .btn {
    min-height: 44px;
    padding: 0 18px;
  }

  .mobile-service-card.is-hidden {
    display: none;
  }

  .mobile-app-contact {
    padding: 0 16px 24px;
  }

  .mobile-app-contact__card {
    padding: 20px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(14, 42, 79, 0.08);
  }

  .mobile-app-contact__card h2 {
    margin-bottom: 14px;
    font-size: 1.7rem;
    color: var(--color-secondary);
  }

  .mobile-app-contact__actions {
    display: grid;
    gap: 12px;
  }

  .mobile-action-tile {
    display: block;
    padding: 16px;
    border-radius: 16px;
    background: #f5f8fc;
    border: 1px solid rgba(18, 63, 116, 0.08);
  }

  .mobile-action-tile strong {
    display: block;
    margin-bottom: 4px;
    color: var(--color-secondary);
    font-size: 1rem;
  }

  .mobile-action-tile span {
    color: var(--color-text-soft);
  }

 .mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  display: grid;
  grid-template-columns: 1fr 1fr auto 1fr 1fr;
  align-items: end;
  gap: 6px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(18, 63, 116, 0.08);
  box-shadow: 0 -8px 24px rgba(14, 42, 79, 0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  }

  .mobile-bottom-nav {
  border-radius: 0;
  }

  .mobile-bottom-nav__item {
    border: 0;
    background: transparent;
    text-align: center;
    color: #6b7b93;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    justify-content: center;
    min-height: 52px;
  }

  .mobile-bottom-nav__item.is-active {
    color: var(--color-secondary);
  }

  .mobile-bottom-nav__icon {
    font-size: 1.25rem;
    line-height: 1;
  }

  .mobile-bottom-nav__item--cta {
    min-width: 132px;
    padding: 0 18px;
    min-height: 54px;
    margin-top: -18px;
    flex-direction: row;
    gap: 10px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ef2b73 0%, #d61f5c 100%);
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(214, 31, 92, 0.24);
  }

  .mobile-more-sheet {
    position: fixed;
    inset: 0;
    z-index: 260;
    background: rgba(6, 20, 38, 0.35);
    padding: 24px 12px 110px;
  }

  .mobile-more-sheet__panel {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 92px;
    background: #ffffff;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 22px 50px rgba(14, 42, 79, 0.20);
  }

  .mobile-more-sheet__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .mobile-more-sheet__header h3 {
    margin: 0;
    color: var(--color-secondary);
    font-size: 1.35rem;
  }

  .mobile-more-close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #f2f5fa;
    color: var(--color-secondary);
    font-size: 1rem;
  }

  .mobile-more-sheet__links {
    display: grid;
    gap: 10px;
  }

  .mobile-more-sheet__links a {
    display: block;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f7f9fc;
    color: var(--color-secondary);
    font-weight: 700;
  }
}