.mobile-services {
  display: none;
}

@media (min-width: 768px) {
  .mobile-services {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.mobile-home-open {
    overflow: hidden;
  }

  body[data-page="services"] {
    min-height: 100%;
    background: #f7f8fa;
  }

  body[data-page="services"] > .container {
    display: none !important;
  }

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

  .mobile-services {
    display: block;
    width: 100%;
    overflow-x: clip;
    color: #1a1a1a;
    background: #f7f8fa;
  }

  .mobile-services a {
    color: inherit;
    text-decoration: none;
  }

  .mobile-services img {
    display: block;
    max-width: 100%;
  }

  .mobile-services .mobile-home__header {
    position: sticky;
    top: 0;
    z-index: 40;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
    backdrop-filter: blur(10px);
  }

  .mobile-services .mobile-home__logo {
    min-width: 0;
    max-width: 150px;
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .mobile-services .mobile-home__logo-text {
    width: 104px;
    display: grid;
    gap: 3px;
  }

  .mobile-services .mobile-home__logo-text img {
    width: 100%;
    height: auto;
  }

  .mobile-services .mobile-home__logo-mark {
    width: 34px;
    height: auto;
  }

  .mobile-services .mobile-home__menu-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 8px;
    background: #1a1a1a;
    cursor: pointer;
  }

  .mobile-services .mobile-home__menu-button span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #fff;
  }

  .mobile-services .mobile-home__overlay[hidden],
  .mobile-services .mobile-home__menu[hidden] {
    display: none !important;
  }

  .mobile-services .mobile-home__overlay {
    position: fixed;
    inset: 64px 0 0;
    z-index: 35;
    background: rgba(0, 0, 0, 0.36);
  }

  .mobile-services .mobile-home__menu {
    position: fixed;
    top: 64px;
    right: 12px;
    left: 12px;
    z-index: 45;
    display: grid;
    gap: 4px;
    padding: 10px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(26, 26, 26, 0.16);
  }

  .mobile-services .mobile-home__menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-services .mobile-home__menu a[aria-current="page"] {
    color: #fff;
    background: #1a1a1a;
  }

  .mobile-services__hero {
    background: #fff;
  }

  .mobile-services__hero-media img {
    width: 100%;
    aspect-ratio: 39 / 20;
    object-fit: cover;
    object-position: center;
  }

  .mobile-services__hero-card {
    width: calc(100% - 32px);
    margin: -28px auto 0;
    position: relative;
    z-index: 1;
    padding: 20px 18px;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.06);
  }

  .mobile-services__hero-card h1,
  .mobile-services__section-head h2 {
    margin: 0;
    color: #1a1a1a;
    letter-spacing: 0;
  }

  .mobile-services__hero-card h1 {
    font-size: clamp(26px, 7.2vw, 30px);
    line-height: 1.3;
    font-weight: 700;
  }

  .mobile-services__hero-card p,
  .mobile-services__section-head p,
  .mobile-services__service-card p,
  .mobile-services__advantage-grid p,
  .mobile-services__faq-list p {
    margin: 12px 0 0;
    color: rgba(26, 26, 26, 0.68);
    font-size: 15px;
    line-height: 1.7;
  }

  .mobile-services__section {
    padding: 36px 16px 0;
  }

  .mobile-services__service-list,
  .mobile-services__advantage-grid,
  .mobile-services__faq-list,
  .mobile-services__footer-grid {
    display: grid;
    gap: 16px;
  }

  .mobile-services__service-card,
  .mobile-services__advantage-grid article,
  .mobile-services__faq-list article {
    overflow: hidden;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 8px;
    background: #fff;
  }

  .mobile-services__service-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
  }

  .mobile-services__service-card > div,
  .mobile-services__advantage-grid article,
  .mobile-services__faq-list article {
    padding: 18px;
  }

  .mobile-services h2,
  .mobile-services h3 {
    margin: 0;
    color: #1a1a1a;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .mobile-services__service-card h2,
  .mobile-services__section-head h2 {
    font-size: 24px;
    font-weight: 700;
  }

  .mobile-services__advantage-grid h3,
  .mobile-services__faq-list h3 {
    font-size: 18px;
    font-weight: 700;
  }

  .mobile-services__service-card ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }

  .mobile-services__service-card li {
    position: relative;
    padding-left: 16px;
    color: rgba(26, 26, 26, 0.72);
    font-size: 15px;
    line-height: 1.6;
  }

  .mobile-services__service-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #1a1a1a;
  }

  .mobile-services__text-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    border-radius: 7px;
    color: #fff;
    background: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
  }

  .mobile-services__footer {
    margin-top: 42px;
    padding: 30px 16px 24px;
    color: #fff;
    background: #1a1a1a;
  }

  .mobile-services__footer .mobile-home__logo-text {
    width: 118px;
    filter: invert(1);
  }

  .mobile-services__footer .mobile-home__logo-mark {
    width: 38px;
  }

  .mobile-services__footer-brand {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .mobile-services__footer-brand p {
    flex-basis: 100%;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
  }

  .mobile-services__footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .mobile-services__footer h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
  }

  .mobile-services__footer span,
  .mobile-services__footer a {
    min-height: 30px;
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.7;
  }

  .mobile-services__qr {
    width: 104px;
    height: 104px;
    object-fit: cover;
    border-radius: 4px;
  }

  .mobile-services__copyright {
    margin: 24px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.6;
  }
}

@media (max-width: 380px) {
  .mobile-services__footer-grid {
    grid-template-columns: 1fr;
  }
}
