/* RESPONSIVE */
@media (max-width: 575.98px) {
  /* NAV */
  .navbar-brand img {
    height: 32px;
  }

  .navbar-toggler {
    padding: 4px 8px;
  }

  .navbar .nav-link {
    font-size: 15px;
  }

  .navbar .nav-link::after,
  .navbar .nav-link:hover::after,
  .navbar .nav-link.nav-active::after,
  .navbar .dropdown-toggle::before,
  .navbar .dropdown-toggle:hover::before,
  .navbar .dropdown-toggle.nav-active::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  /* HERO */
  .hero {
    padding: 60px 0 50px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .badge {
    font-size: 11px;
    padding: 6px 10px;
    gap: 6px;
  }

  .badge svg {
    width: 14px;
    height: 14px;
  }

  .hero h1 {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }

  .hero p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .hero-card {
    padding: 18px;
    border-radius: 18px;
  }

  .hero-card h3 {
    font-size: 18px;
  }

  .hero-card p {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .search-box {
    padding: 10px;
    font-size: 12px;
    border-radius: 12px;
  }

  .search-box svg {
    width: 16px;
    height: 16px;
  }

  .quick-list {
    gap: 8px;
  }

  .quick-item {
    padding: 10px;
    font-size: 13px;
    border-radius: 10px;
    gap: 8px;
  }

  .quick-item svg {
    width: 16px;
    height: 16px;
  }

  .hero::after {
    display: none;
  }

  .hero-card .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 4px;
  }

  .hero-card .card {
    padding: 8px 4px;
    border-radius: 10px;
  }

  .hero-card .icon-wrap {
    height: 45px;
  }

  .hero-card .icon-wrap img {
    width: 28px;
    height: 28px;
  }

  .hero-card h6 {
    font-size: 10px;
    line-height: 1.1;
    margin-top: 2px;
  }

  .hero-card .row {
    justify-content: space-between;
    row-gap: 8px;
  }

  /* CARA BERLANGGANAN */
  .cara-berlangganan {
    max-width: 90%;
    margin: 20px auto;
    padding: 20px 15px;
    border-radius: 16px;
  }

  .cara-berlangganan-title {
    font-size: 18px;
    line-height: 1.4;
  }

  .cara-berlangganan-subtitle {
    font-size: 14px;
  }

  .cara-berlangganan-card {
    padding: 10px;
  }

  .cara-berlangganan-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }

  .cara-berlangganan-icon i {
    font-size: 22px;
  }

  .cara-berlangganan-card h4 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .cara-berlangganan-card p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .cara-berlangganan-btn {
    width: 100%;
    min-width: unset;
    font-size: 13px;
    padding: 10px;
    border-radius: 8px;
  }

  .cara-berlangganan-btn span {
    margin-left: 6px;
  }

  /* PAKET INTERNET */
  .paket-title {
    font-size: 26px;
  }

  .paket-price span {
    font-size: 32px;
  }

  .paket-list {
    gap: 20px;
  }

  /* S&K */
  .syarat-ketentuan summary {
    font-size: 16px;
  }

  .syarat-ketentuan .snk-content ul li {
    font-size: 14px;
  }

  /* CARA-PEMBAYARAN */
  .pembayaran-container {
    display: flex !important;
    flex-direction: column !important;
    padding: 14px !important;
    gap: 12px !important;
    min-height: auto !important;
  }

  .bank-sidebar {
    width: 100% !important;
    order: 1 !important;
    padding: 8px !important;
    min-height: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .sidebar-title-wrap {
    margin-bottom: 6px !important;
  }

  .sidebar-title {
    font-size: 15px !important;
    border-bottom-width: 3px !important;
  }

  .bank-list {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding-bottom: 6px !important;
    scrollbar-width: none;
  }

  .bank-list::-webkit-scrollbar {
    display: none;
  }

  .bank-btn {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: #ffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .bank-btn.active {
    background: #ff7b4d !important;
    color: #fff !important;
  }

  .payment-wrapper {
    width: 100% !important;
    order: 2 !important;
    padding: 14px !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .payment-default-row {
    flex-direction: column !important;
    gap: 14px !important;
    text-align: center !important;
  }

  .payment-desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .payment-wrapper {
    min-height: auto !important;
    display: block !important;
  }

  .payment-content.payment-default.active {
    min-height: calc(100vh - 140px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .payment-content.payment-default.active .payment-default-row {
    width: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* FAQ */
  .wrapper {
    max-width: 100%;
    padding: 0 12px;
  }

  .wrapper > h1 {
    font-size: 22px;
    letter-spacing: 1.5px;
  }

  .faq-filter {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin: 16px 0;
  }

  .faq-filter {
    display: none;
  }

  .faq {
    margin: 10px 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  }

  .faq-accordion {
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 15px;
  }

  .faq-accordion i {
    margin-left: 12px;
    flex-shrink: 0;
  }

  .pannel {
    padding: 0 1.2rem;
  }

  .faq.active .pannel {
    padding-bottom: 1.5rem;
  }

  .pannel p,
  .dot-list li,
  dd,
  dt {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  /* TENTANG KAMI */
  .tentang-kami-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .tentang-kami-title {
    font-size: 24px;
  }

  .tentang-kami-desc {
    font-size: 14px;
    max-width: 100%;
  }

  .tentang-kami-container {
    flex-direction: column;
    text-align: center;
  }

  .tentang-kami-title {
    font-size: 24px;
  }

  .tentang-kami-desc {
    font-size: 14px;
    max-width: 100%;
  }

  .tk-text {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .tk-collab-image {
    margin: 15px 0;
    justify-content: center;
  }

  .tk-title {
    font-size: 22px;
  }

  .tk-desc {
    font-size: 14px;
    max-width: 100%;
  }

  .collab-logo {
    height: 70px;
  }

  .collab-logo-amd {
    height: 35px;
  }

  .collab-x {
    font-size: 18px;
  }

  .visi-misi-container {
    flex-direction: column;
  }

  .visi-misi-bg {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(135deg, #ffe29a, #ffd36a);

    background-size:
      120px 120px,
      120px 120px,
      cover;

    clip-path: none;
  }

  /* FOOTER */
  footer .logo {
    margin-left: -10px;
    display: block;
  }

  footer .follow h4 {
    margin-left: 4px;
  }

  footer .follow .icon {
    display: flex;
    justify-content: flex-start;
    gap: 0px;
    margin-left: 0px;
  }

  footer h4 {
    font-size: 18px;
  }

  footer p,
  footer a {
    font-size: 13px;
  }

  footer h4,
  footer p,
  footer a {
    margin-left: 5px;
  }

  footer iframe {
    margin-left: 5px;
    width: calc(100% - 8px);
  }
}
