@media (max-width: 1023px) {
  body {
    padding-bottom: 96px;
  }

  .mobile-hero-title {
    font-size: clamp(2.35rem, 10.8vw, 4.2rem) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.03em;
  }

  main section.py-32 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }

  main section.pt-20 {
    padding-top: 4.5rem !important;
  }

  main section.pb-32 {
    padding-bottom: 5.75rem !important;
  }

  main .mb-24 {
    margin-bottom: 4rem !important;
  }

  main .mb-20 {
    margin-bottom: 3.25rem !important;
  }

  button,
  a.inline-flex,
  a[class*="px-"],
  [data-mobile-menu] a {
    min-height: 44px;
    touch-action: manipulation;
  }

  button[data-mobile-menu-toggle] {
    min-width: 44px;
    min-height: 44px;
  }

  .slider-arrow {
    width: 44px !important;
    height: 44px !important;
  }

  .slider-dot {
    width: 44px !important;
    height: 44px !important;
    position: relative;
    border-radius: 9999px;
    background: transparent !important;
  }

  .slider-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
  }

  .slider-dot.bg-primary::after {
    background: #00f2ff;
    box-shadow: 0 0 10px rgba(0, 242, 255, 0.8);
  }

  body.page-infrastructure main section.py-32 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  body.page-infrastructure main section#core {
    min-height: auto !important;
    padding-top: 6rem !important;
    padding-bottom: 2.5rem !important;
  }

  body.page-infrastructure main .mb-20 {
    margin-bottom: 2.5rem !important;
  }

  body.page-case-study main section.py-24 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
