/**
 * DISTRIBUTORPULSA
 * Master Design System - Modern Bespoke UI/UX (Zero Delay Vanilla CSS)
 * Palette: Electric Cyan (#0284C7 / #0EA5E9), Signal Emerald (#10B981), Deep Slate Navy (#0F172A)
 */

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/plus-jakarta-sans.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --primary: #0369A1;
  --primary-hover: #075985;
  --primary-light: #E0F2FE;
  --primary-accent: #0284C7;
  --secondary: #047857;
  --secondary-hover: #065F46;
  --secondary-light: #ECFDF5;
  --dark-bg: #0B1120;
  --dark-card: #151F32;
  --dark-border: #1E293B;
  --text-dark: #0F172A;
  --text-muted: #475569;
  --text-light: #F8FAFC;
  --bg-page: #F8FAFC;
  --bg-surface: #FFFFFF;
  --border-color: #E2E8F0;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  --shadow-glow: 0 0 25px rgba(2, 132, 199, 0.25);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --transition-fast: 0.15s ease;
  --transition-normal: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--bg-page);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--primary-hover);
}

/* Layout Utilities */
.container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.section {
  padding: 4.5rem 0;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.section-title p {
  color: var(--text-muted);
  font-size: 1.125rem;
  max-width: 680px;
  margin-inline: auto;
}

.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  background: var(--primary-light);
  color: #0369A1;
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
}

/* Header & Navbar */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  transition: all var(--transition-fast);
}

.site-header .container {
  max-width: 1440px;
  padding-inline: 1.25rem;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  position: relative;
  gap: 0.75rem;
}

/* HD / Laptop Screen Optimization (1141px - 1366px) */
@media (min-width: 1141px) and (max-width: 1366px) {
  .site-header .container {
    padding-inline: 0.75rem;
  }
  .nav-wrap {
    gap: 0.4rem;
  }
  .brand-logo svg {
    max-width: 165px;
    height: 33px;
  }
  .nav-menu {
    gap: 0.06rem;
    padding: 0.2rem 0.25rem;
  }
  .nav-link {
    font-size: 0.74rem;
    padding: 0.32rem 0.45rem;
    letter-spacing: -0.015em;
  }
  .btn-header-cta {
    padding: 0.42rem 0.8rem;
    font-size: 0.76rem;
  }
  .nav-badge-live {
    font-size: 0.5rem;
    padding: 0.1rem 0.32rem;
  }
  .dropdown-chevron {
    width: 9px;
    height: 9px;
  }
  .dropdown-menu-wrapper {
    width: 330px;
  }
}

.brand-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brand-logo svg {
  height: 38px;
  width: auto;
  max-width: 190px;
  display: block;
}

.main-nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: max-content;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  gap: 0.18rem;
  background: rgba(241, 245, 249, 0.85);
  padding: 0.25rem 0.4rem;
  border-radius: var(--radius-full);
  border: 1px solid rgba(226, 232, 240, 0.85);
  margin: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.8rem;
  color: #334155;
  padding: 0.4rem 0.62rem;
  border-radius: var(--radius-full);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  line-height: 1.2;
}

.nav-link:hover {
  color: #0284C7;
  background: rgba(255, 255, 255, 0.95);
}

.nav-link.active {
  color: #0284C7;
  background: #ffffff;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.nav-badge-live {
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #10B981, #059669);
  color: #ffffff;
  padding: 0.12rem 0.4rem;
  border-radius: var(--radius-full);
  line-height: 1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.btn-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.48rem 1rem;
  font-size: 0.825rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  white-space: nowrap;
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--text-dark);
}

.nav-item-mobile-cta {
  display: none;
}

/* Nav Dropdown Menu Styles (Emil Kowalski Modern SaaS Design) */
.nav-item-dropdown {
  position: relative;
}

.dropdown-chevron {
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.65;
}

.nav-item-dropdown:hover .dropdown-chevron,
.nav-item-dropdown:focus-within .dropdown-chevron,
.nav-item-dropdown.is-open .dropdown-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

@media (min-width: 1141px) {
  .dropdown-menu-wrapper {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    width: 380px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.15), 0 0 0 1px rgba(15, 23, 42, 0.04);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s ease 0.15s, transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, visibility 0.18s 0.15s;
    z-index: 120;
    overflow: visible;
  }

  /* Wide invisible bridge covering gap and diagonal cursor movement */
  .dropdown-menu-wrapper::before {
    content: '';
    position: absolute;
    top: -25px;
    left: -40px;
    right: -40px;
    height: 35px;
    background: transparent;
    z-index: 10;
  }

  .nav-item-dropdown:not(.force-closed):hover .dropdown-menu-wrapper,
  .nav-item-dropdown:not(.force-closed).is-open .dropdown-menu-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0s;
  }

  .nav-item-dropdown.force-closed .dropdown-menu-wrapper {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(10px) !important;
    transition: none !important;
  }

  .nav-item-dropdown:not(.force-closed):hover .nav-dropdown-toggle,
  .nav-item-dropdown:not(.force-closed).is-open .nav-dropdown-toggle {
    color: #0284C7;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
  }
}

.dropdown-menu-header {
  padding: 1rem 1.25rem 0.75rem;
  background: #F8FAFC;
  border-bottom: 1px solid #F1F5F9;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.dropdown-header-title {
  display: block;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #0F172A;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dropdown-header-subtitle {
  display: block;
  font-size: 0.75rem;
  color: #64748B;
  margin-top: 0.15rem;
}

.dropdown-menu {
  list-style: none;
  padding: 0.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: rgba(2, 132, 199, 0.15);
}

.dropdown-item:hover {
  background: #F1F5F9;
  transform: translateX(3px);
}

.dropdown-item:active {
  background: #E2E8F0;
  transform: scale(0.99);
}

.dropdown-icon-box {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.dropdown-item:hover .dropdown-icon-box {
  transform: scale(1.08);
}

.bg-icon-cyan { background: #E0F2FE; color: #0284C7; }
.bg-icon-emerald { background: #D1FAE5; color: #10B981; }
.bg-icon-amber { background: #FEF3C7; color: #D97706; }
.bg-icon-purple { background: #F3E8FF; color: #9333EA; }
.bg-icon-rose { background: #FFE4E6; color: #E11D48; }
.bg-icon-blue { background: #DBEAFE; color: #2563EB; }

.dropdown-item-text {
  display: flex;
  flex-direction: column;
}

.dropdown-item-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.3;
}

.dropdown-item:hover .dropdown-item-title {
  color: #0284C7;
}

.dropdown-item-desc {
  font-size: 0.75rem;
  color: #64748B;
  line-height: 1.35;
  margin-top: 0.15rem;
}

.dropdown-menu-footer {
  padding: 0.75rem 1.25rem;
  background: #F8FAFC;
  border-top: 1px solid #F1F5F9;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.dropdown-footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0284C7;
  text-decoration: none;
  transition: color 0.15s ease;
}

.dropdown-footer-link:hover {
  color: #0369A1;
}

.dropdown-footer-link svg {
  transition: transform 0.2s ease;
}

.dropdown-footer-link:hover svg {
  transform: translateX(4px);
}

/* Mobile & Tablet Navigation System (<= 1140px) */
@media (max-width: 1140px) {
  .brand-logo svg {
    height: 36px;
    max-width: 180px;
  }

  .btn-header-cta {
    display: none !important;
  }

  .mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
    background: #ffffff;
    color: var(--text-dark);
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
    box-shadow: var(--shadow-sm);
  }

  .mobile-toggle:hover, .mobile-toggle.is-active {
    background: #F1F5F9;
    color: var(--primary);
    border-color: #CBD5E1;
  }

  .mobile-toggle .icon-close {
    display: none;
  }

  .mobile-toggle.is-active .icon-hamburger {
    display: none;
  }

  .mobile-toggle.is-active .icon-close {
    display: block;
  }

  .main-nav-container {
    position: static;
    width: auto;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    background: #ffffff;
    flex-direction: column;
    padding: 1rem 1.25rem 1.5rem;
    gap: 0.4rem;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    border: 1px solid var(--border-color);
    border-top: none;
    box-shadow: 0 20px 35px -5px rgba(15, 23, 42, 0.15);
    z-index: 200;
  }

  .nav-menu.open {
    display: flex;
    animation: navMenuFadeIn 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  @keyframes navMenuFadeIn {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    border-radius: var(--radius-md);
    background: #F8FAFC;
    color: var(--text-dark);
    border: 1px solid #F1F5F9;
  }

  .nav-link:hover, .nav-link.active {
    background: var(--primary-light);
    color: var(--primary);
    border-color: rgba(2, 132, 199, 0.25);
  }

  /* Mobile Dropdown Accordion */
  .nav-item-dropdown {
    width: 100%;
  }

  .dropdown-menu-wrapper {
    position: static;
    transform: none;
    width: 100%;
    box-shadow: none;
    border: 1px solid #E2E8F0;
    border-radius: var(--radius-md);
    margin-top: 0.4rem;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: hidden;
    background: #ffffff;
  }

  .nav-item-dropdown.is-open:not(.force-closed) .dropdown-menu-wrapper {
    display: block;
    animation: accordionSlideDown 0.2s ease-out;
  }

  .nav-item-dropdown.force-closed .dropdown-menu-wrapper {
    display: none !important;
  }

  @keyframes accordionSlideDown {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .dropdown-menu-header {
    padding: 0.75rem 1rem;
    background: #F8FAFC;
    border-bottom: 1px solid #F1F5F9;
  }

  .dropdown-menu {
    padding: 0.35rem;
    gap: 0.2rem;
  }

  .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.75rem;
    gap: 0.75rem;
    width: 100%;
    border-radius: var(--radius-sm);
  }

  .dropdown-icon-box {
    width: 34px;
    height: 34px;
    font-size: 1.05rem;
    flex-shrink: 0;
  }

  .dropdown-item-text {
    flex: 1;
    min-width: 0;
  }

  .dropdown-item-title {
    font-size: 0.84rem;
    white-space: normal;
    word-break: break-word;
  }

  .dropdown-item-desc {
    font-size: 0.72rem;
    white-space: normal;
    word-break: break-word;
  }


  /* Mobile In-Drawer CTA */
  .nav-item-mobile-cta {
    display: block !important;
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid #E2E8F0;
  }

  .nav-item-mobile-cta .btn {
    width: 100%;
    padding: 0.85rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 800;
    border-radius: var(--radius-md);
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
  }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  border: none;
  cursor: pointer;
  transition: all var(--transition-normal);
  text-align: center;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.35);
}

.btn-primary:hover {
  background: var(--primary-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 102, 255, 0.45);
}

.btn-secondary {
  background: var(--secondary);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 210, 106, 0.35);
}

.btn-secondary:hover {
  background: var(--secondary-hover);
  color: #fff;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--text-dark);
  border: 1px solid var(--border-color);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-light);
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #1EBE5D;
  color: #fff;
  transform: translateY(-2px);
}

/* Outline variant for dark/gradient CTA sections */
a.btn.btn-outline-light,
.btn.btn-outline-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

a.btn.btn-outline-light:hover,
.btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  transform: translateY(-2px);
}

/* Hero Section */
.hero {
  position: relative;
  padding: 4.5rem 0 5rem;
  background: linear-gradient(180deg, #F0F6FF 0%, #F8FAFC 100%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text-dark);
  margin-bottom: 1.25rem;
}

.hero-content h1 span {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  font-size: 1.25rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
}

.stat-item h3,
.stat-item .stat-num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.stat-item p {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-weight: 600;
}

.hero-media {
  position: relative;
}

.hero-card-banner {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg), var(--shadow-glow);
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: var(--dark-bg);
}

/* Feature Cards / Bento Grid */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card {
  background: var(--bg-surface);
  border-radius: var(--radius-md);
  padding: 2rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.card-icon {
  width: 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}

.card p {
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

/* Price Table Section */
.price-section {
  background: #fff;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.tab-btn {
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-color);
  background: var(--bg-surface);
  color: var(--text-dark);
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.tab-btn:hover,
.tab-btn.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.search-price-wrap {
  max-width: 460px;
  margin: 0 auto 2rem;
  position: relative;
}

.search-price-input {
  width: 100%;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 0.9375rem;
  outline: none;
  transition: border-color var(--transition-fast);
}

.search-price-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-light);
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9375rem;
}

.custom-table th {
  background: #0F172A;
  padding: 1.1rem 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  border-bottom: 2px solid #0284C7;
  letter-spacing: 0.3px;
}

.custom-table td {
  padding: 0.95rem 1.25rem;
  border-bottom: 1px solid #E2E8F0;
  color: #0F172A;
}

.custom-table code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #0369A1;
  background: #F0F9FF;
  border: 1px solid #BAE6FD;
  padding: 0.25rem 0.55rem;
  border-radius: 4px;
  display: inline-block;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.custom-table tbody tr:nth-child(even) {
  background: #F8FAFC;
}

.custom-table tr:hover {
  background: #F0F9FF;
}

.price-tag {
  font-weight: 800;
  color: #0369A1;
  letter-spacing: -0.2px;
}

.status-badge {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  background: #DCFCE7;
  color: #15803D;
  border: 1px solid #BBF7D0;
}

/* Forms */
.form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
  max-width: 640px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-family: inherit;
  font-size: 0.9375rem;
  background: #fff;
  color: var(--text-dark);
  transition: all var(--transition-fast);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary-light);
}

/* Honeypot Anti-Bot Field (Hidden from real users) */
.hp-field {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
}

/* Step Grid */
.step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.step-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

/* FAQ Accordion */
.faq-grid {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-dark);
}

.faq-answer {
  padding: 0 1.5rem 1.25rem;
  color: var(--text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}

/* Format & Bank Cards */
.format-box {
  background: #F1F5F9;
  border-left: 4px solid var(--primary);
  padding: 1.25rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 1.5rem;
}

.format-box code {
  display: inline-block;
  background: #E2E8F0;
  padding: 0.25rem 0.5rem;
  border-radius: var(--radius-sm);
  font-family: monospace;
  font-weight: 700;
  color: #0F172A;
  margin: 0.5rem 0;
}

.bank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.bank-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}

/* Footer */
.site-footer {
  background: var(--dark-bg);
  color: #94A3B8;
  padding: 4.5rem 0 2rem;
  margin-top: auto;
}

.site-footer p {
  color: #CBD5E1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.footer-brand h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.footer-col h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-col a {
  color: #94A3B8;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--dark-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
}

/* Floating WhatsApp Button */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background: #25D366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  transition: transform var(--transition-normal);
}

.wa-float:hover {
  transform: scale(1.1) translateY(-3px);
  color: #fff;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-cta-group {
    justify-content: center;
  }
  .hero-stats {
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.25rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}
.breadcrumb-nav a {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb-nav a:hover {
  text-decoration: underline;
}
.breadcrumb-nav .separator {
  color: #94A3B8;
}
.breadcrumb-nav .current {
  color: var(--text-dark);
  font-weight: 600;
}

/* Price Highlights & Feature Grid */
.price-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin: 2rem 0 2.5rem;
}
.price-feature-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.price-feature-icon {
  font-size: 1.75rem;
  line-height: 1;
  background: #EFF6FF;
  padding: 0.6rem;
  border-radius: var(--radius-sm);
  color: var(--primary);
}
.price-feature-text h4 {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--text-dark);
}
.price-feature-text p {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin: 0;
}

/* Simulasi Profit Margin Grid */
.simulasi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.75rem;
}
.simulasi-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.simulasi-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.simulasi-badge {
  display: inline-block;
  background: #F1F5F9;
  color: var(--text-dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.simulasi-trx {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}
.simulasi-profit {
  font-size: 1.5rem;
  font-weight: 800;
  color: #00D26A;
  margin-bottom: 0.5rem;
}
.simulasi-desc {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ==========================================================================
   DYNAMIC POPUP MODAL (PENDAFTARAN DOWNLINE / MITRA CEPAT)
   ========================================================================== */
.downline-modal-backdrop {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
}

.downline-modal-backdrop.is-active {
  display: flex !important;
  opacity: 1;
  visibility: visible;
}

.downline-modal-card {
  background: #FFFFFF;
  border-radius: 20px;
  width: 100%;
  max-width: 530px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(226, 232, 240, 0.9);
  position: relative;
  overflow: hidden;
  transform: scale(0.95) translateY(12px);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.downline-modal-backdrop.is-active .downline-modal-card {
  transform: scale(1) translateY(0);
}

.downline-modal-header {
  padding: 1.75rem 1.75rem 1rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.downline-modal-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0066FF, #00D26A);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}

.downline-modal-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.downline-modal-subtitle {
  font-size: 0.875rem;
  color: #64748B;
  line-height: 1.5;
}

.downline-modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #F1F5F9;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748B;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.downline-modal-close:hover {
  background: #E2E8F0;
  color: #0F172A;
}

.downline-modal-body {
  padding: 0.5rem 1.75rem 1.75rem;
}

/* SINGLE-ROW INLINE FORM */
.downline-single-row-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.downline-input-group {
  display: flex;
  align-items: stretch;
  background: #F8FAFC;
  border: 2px solid #CBD5E1;
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.downline-input-group:focus-within {
  border-color: #0066FF;
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.15);
  background: #FFFFFF;
}

.downline-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.15rem;
  background: #0F172A;
  color: #38BDF8;
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  user-select: none;
  flex-shrink: 0;
}

.downline-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.85rem 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
  outline: none;
  min-width: 0;
}

.downline-input::placeholder {
  color: #94A3B8;
  font-weight: 400;
  font-size: 0.875rem;
}

.downline-submit-btn {
  background: linear-gradient(135deg, #00D26A, #00A855);
  color: #FFFFFF;
  border: none;
  padding: 0 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  transition: background 0.2s, transform 0.1s;
  flex-shrink: 0;
}

.downline-submit-btn:hover {
  background: linear-gradient(135deg, #00B95C, #00924A);
}

.downline-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Micro Trust & Feedback */
.downline-feedback {
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  display: none;
  text-align: center;
  font-weight: 600;
}

.downline-feedback.is-success {
  display: block;
  background: #ECFDF5;
  color: #065F46;
  border: 1px solid #A7F3D0;
}

.downline-feedback.is-error {
  display: block;
  background: #FEF2F2;
  color: #991B1B;
  border: 1px solid #FECACA;
}

.downline-trust-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  color: #64748B;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 540px) {
  .downline-input-group {
    flex-direction: column;
    border-radius: 12px;
  }
  .downline-prefix {
    padding: 0.45rem;
    font-size: 0.8125rem;
  }
  .downline-input {
    padding: 0.75rem 1rem;
    text-align: center;
  }
  .downline-submit-btn {
    padding: 0.85rem 1rem;
    justify-content: center;
  }
}

/* ==========================================================================
   BLOG, GEO AI SUMMARY & ARTICLE STYLES (BESPOKE E-E-A-T)
   ========================================================================== */

/* Blog Bento Card Hover */
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -10px rgba(0, 102, 255, 0.15) !important;
  border-color: #BFDBFE !important;
}
.blog-card:hover .blog-card-img {
  transform: scale(1.03);
}

/* AI Quick Summary & Quotability Block (.ai-summary) */
.ai-summary {
  background: linear-gradient(135deg, #F0FDF4 0%, #EFF6FF 100%);
  border: 1.5px solid #86EFAC;
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  box-shadow: 0 2px 10px rgba(16, 185, 129, 0.08);
}
.ai-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}
.ai-summary-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #DCFCE7;
  color: #166534;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.3rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid #BBF7D0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ai-summary p {
  margin: 0 0 1rem 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #1E293B;
}

/* High-Density AI Fact Table */
.ai-fact-table-wrap {
  overflow-x: auto;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
}
.ai-fact-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  text-align: left;
}
.ai-fact-table th {
  background: #F8FAFC;
  padding: 0.65rem 0.85rem;
  font-weight: 700;
  color: #475569;
  border-bottom: 1px solid #E2E8F0;
  font-size: 0.8125rem;
}
.ai-fact-table td {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid #F1F5F9;
  color: #334155;
  line-height: 1.5;
}
.ai-fact-table tr:last-child td {
  border-bottom: none;
}

/* Article Content Typography & Elements */
.article-content-card h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0F172A;
  margin: 2.25rem 0 1rem 0;
  letter-spacing: -0.01em;
  line-height: 1.35;
  border-bottom: 2px solid #F1F5F9;
  padding-bottom: 0.5rem;
}
.article-content-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1E293B;
  margin: 1.75rem 0 0.75rem 0;
}
.article-content-card p {
  margin-bottom: 1.35rem;
}
.article-content-card p.lead {
  font-size: 1.15rem;
  font-weight: 500;
  color: #1E293B;
  line-height: 1.75;
}
.article-content-card ul, 
.article-content-card ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.article-content-card li {
  margin-bottom: 0.6rem;
  line-height: 1.7;
}
.article-content-card a {
  color: #0066FF;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.article-content-card a:hover {
  color: #0047B3;
}

/* FAQ Accordion Section inside Article */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
.faq-item {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
}
.faq-item h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0F172A;
}
.faq-item p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #475569;
}

@media (max-width: 768px) {
  .article-content-card {
    padding: 1.5rem 1.25rem !important;
  }
  .article-header h1 {
    font-size: 1.75rem !important;
  }
  .ai-summary {
    padding: 1.15rem;
  }
}

/* ==========================================================================
   AUTO REG INTEGRATION STYLES (DISTRIBUTORPULSA NATIVE - NO IFRAME)
   ========================================================================== */
.autoreg-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.autoreg-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.autoreg-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1E293B;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.autoreg-label small {
  font-weight: 400;
  color: #64748B;
  font-size: 0.75rem;
}

.autoreg-input {
  width: 100%;
  border: 1.5px solid #CBD5E1;
  border-radius: 10px;
  padding: 0.75rem 0.95rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0F172A;
  background: #FFFFFF;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.autoreg-input:focus {
  border-color: #0066FF;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.15);
}

.autoreg-captcha-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.autoreg-captcha-input {
  flex: 1;
  min-width: 0;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.05rem;
}

.autoreg-captcha-preview {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #F1F5F9;
  border: 1.5px solid #CBD5E1;
  border-radius: 10px;
  padding: 3px 6px;
  flex-shrink: 0;
}

.autoreg-captcha-img {
  height: 40px;
  width: 120px;
  aspect-ratio: 120 / 40;
  border-radius: 6px;
  display: block;
  background: #FFF;
  cursor: pointer;
}

.autoreg-captcha-refresh {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #0284C7;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
  flex-shrink: 0;
}

.autoreg-captcha-refresh:hover {
  background: #E0F2FE;
  color: #0369A1;
  transform: rotate(180deg);
}

.autoreg-submit-btn {
  background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.25);
  transition: all 0.2s ease;
  width: 100%;
}

.autoreg-submit-btn:hover {
  background: linear-gradient(135deg, #0052CC 0%, #003D99 100%);
  box-shadow: 0 6px 18px rgba(0, 102, 255, 0.35);
  transform: translateY(-1px);
}

.autoreg-submit-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.autoreg-feedback {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: none;
}

.autoreg-feedback.is-success {
  display: block;
  background: #ECFDF5;
  border: 1px solid #10B981;
  color: #065F46;
}

.autoreg-feedback.is-error {
  display: block;
  background: #FEF2F2;
  border: 1px solid #EF4444;
  color: #991B1B;
}

.autoreg-trust-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #64748B;
  font-weight: 600;
}

/* ==========================================================================
   ULTRA-SPEED 0-DETIK PAGE NAVIGATION & VIEW TRANSITIONS API
   ========================================================================== */
@view-transition {
  navigation: auto;
}

::view-transition-old(root) {
  animation: 0.12s cubic-bezier(0.16, 1, 0.3, 1) both fade-out;
}

::view-transition-new(root) {
  animation: 0.12s cubic-bezier(0.16, 1, 0.3, 1) both fade-in;
}

@keyframes fade-out {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-4px); }
}

@keyframes fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Instant Navigation Progress Bar */
#instant-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #0284C7 0%, #10B981 100%);
  z-index: 99999;
  pointer-events: none;
  transition: width 0.15s ease, opacity 0.2s ease;
  box-shadow: 0 0 10px rgba(2, 132, 199, 0.5);
  opacity: 0;
}

#instant-progress-bar.loading {
  opacity: 1;
  width: 75%;
}

#instant-progress-bar.done {
  opacity: 1;
  width: 100%;
}

/* ==========================================================================
   ULTRA-SPEED 0-DETIK PRODUCT TAB FILTERING ENGINE
   Native CSS selector engine - Zero JS DOM loop thrashing (0.01ms execution)
   ========================================================================== */
.custom-table tbody tr {
  content-visibility: auto;
  contain-intrinsic-size: 0 45px;
}

/* Instant CSS Category Rules via Container Data Attribute */
.custom-table[data-active-category="pulsa_reguler"] tbody tr:not([data-category="pulsa_reguler"]),
.custom-table[data-active-category="paket_data"] tbody tr:not([data-category="paket_data"]),
.custom-table[data-active-category="pln"] tbody tr:not([data-category="pln"]),
.custom-table[data-active-category="game"] tbody tr:not([data-category="game"]),
.custom-table[data-active-category="ppob"] tbody tr:not([data-category="ppob"]) {
  display: none !important;
}

/* Tab button instant micro-interactions */
.tab-btn {
  will-change: transform, background-color;
  transform: translateZ(0);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.tab-btn:active {
  transform: scale(0.96);
}

.tab-btn.active {
  background: var(--primary) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.25);
}

