/* ============================================================
   ROOT VARIABLES - PREMIUM THEME
   ============================================================ */
:root {
    --gold: #D4AF37;
    --gold-light: #E8D5A3;
    --gold-dark: #B8943A;
    --dark: #0F1A2E;
    --dark-light: #1A2A44;
    --cream: #F8F5F0;
    --cream-dark: #EDE8E0;
    --text-dark: #1A1A2E;
    --text-muted: #6B6B7B;
    --shadow-premium: 0 20px 60px rgba(15, 26, 46, 0.15);
    --shadow-glow: 0 8px 32px rgba(212, 175, 55, 0.25);
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============================================================
   HERO SECTION - PREMIUM
   ============================================================ */
.harga-hero {
    position: relative;
    min-height: 480px;
    height: 65vh;
    max-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 0 40px 0;
    border-radius: var(--radius-lg);
    background: var(--dark);
    isolation: isolate;
}

.harga-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.harga-hero-bg .hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 1.2s ease;
}

.harga-hero:hover .hero-bg-img {
    transform: scale(1.03);
}

.harga-hero-bg .hero-bg-fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #0F1A2E 0%, #1A2A44 40%, #2C2C4A 100%);
}

.harga-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, rgba(15, 26, 46, 0.85) 0%, rgba(15, 26, 46, 0.55) 40%, rgba(15, 26, 46, 0.30) 70%, rgba(15, 26, 46, 0.10) 100%);
    z-index: 1;
}

.harga-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-light) 60%, transparent 100%);
    z-index: 3;
}

.harga-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 60px 20px;
}

.harga-hero-text {
    max-width: 720px;
    color: #fff;
}

.harga-hero-text .harga-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 50px;
    margin-bottom: 18px;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
}

.harga-hero-text .harga-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5.5vw, 56px);
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px 0;
    line-height: 1.12;
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
}

.harga-hero-text .harga-title .highlight {
    color: var(--gold);
    position: relative;
}

.harga-hero-text .harga-title .highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gold);
    border-radius: 2px;
    opacity: 0.4;
}

.harga-hero-text .harga-subtitle {
    font-size: clamp(17px, 1.3vw, 21px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    max-width: 580px;
    margin: 0 0 28px 0;
    line-height: 1.7;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
}

.harga-hero-text .harga-stats {
    display: flex;
    gap: 48px;
    margin-top: 4px;
}

.harga-hero-text .stat-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.harga-hero-text .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
}

.harga-hero-text .stat-number {
    font-size: 30px;
    font-weight: 700;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    text-shadow: 0 1px 16px rgba(212, 175, 55, 0.25);
    line-height: 1.1;
}

.harga-hero-text .stat-number .plus {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.harga-hero-text .stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
    font-weight: 400;
}

/* ============================================================
   KATEGORI GRID - ELEGAN 4 KOLOM
   ============================================================ */
.alat-kategori {
    padding: 20px 0 10px;
}

.alat-section-header {
    text-align: center;
    margin-bottom: 32px;
}

.alat-section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}

.alat-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 8px 0;
}

.alat-section-title span {
    color: var(--gold);
}

.alat-section-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
}

.alat-kategori-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 0 0 10px 0;
}

.alat-kategori-card {
    display: block;
    text-decoration: none;
    padding: 32px 20px 28px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-md);
    transition: var(--transition-smooth);
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.alat-kategori-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: var(--radius-md);
    padding: 1px;
    background: linear-gradient(135deg, transparent 40%, var(--gold) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: var(--transition-smooth);
}

.alat-kategori-card:hover::before,
.alat-kategori-card.active::before {
    opacity: 1;
}

.alat-kategori-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-premium);
    border-color: transparent;
}

.alat-kategori-card.active {
    transform: translateY(-6px);
    box-shadow: var(--shadow-glow);
    border-color: var(--gold);
    background: var(--cream);
}

.alat-kategori-card .alat-kategori-icon {
    font-size: 44px;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
    transition: var(--transition-smooth);
}

.alat-kategori-card:hover .alat-kategori-icon,
.alat-kategori-card.active .alat-kategori-icon {
    transform: scale(1.08) rotate(-3deg);
}

.alat-kategori-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 2px 0;
    font-family: 'Playfair Display', serif;
    transition: var(--transition-smooth);
}

.alat-kategori-card:hover h3,
.alat-kategori-card.active h3 {
    color: var(--gold-dark);
}

.alat-kategori-card p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 14px 0;
    font-weight: 400;
}

.alat-kategori-card .alat-kategori-link {
    font-size: 13px;
    font-weight: 600;
    color: #bbb;
    transition: var(--transition-smooth);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.alat-kategori-card .alat-kategori-link::after {
    content: '→';
    transition: var(--transition-smooth);
}

.alat-kategori-card:hover .alat-kategori-link,
.alat-kategori-card.active .alat-kategori-link {
    color: var(--gold);
}

.alat-kategori-card:hover .alat-kategori-link::after,
.alat-kategori-card.active .alat-kategori-link::after {
    transform: translateX(4px);
}

/* ============================================================
   TAB CONTENT - PREMIUM
   ============================================================ */
.alat-tabel-wrapper-section {
    padding: 10px 0 40px;
}

.alat-tab-content {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 4px solid var(--gold);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    padding: 28px 28px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.alat-tab-pane {
    display: none;
    animation: fadeIn 0.4s ease;
}

.alat-tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   JENJANG CONTENT - HANYA SATU YANG TAMPIL
   ============================================================ */
.sub-tab-content {
    display: none;
}

.sub-tab-content.active {
    display: block;
}

/* ============================================================
   PAKET NAV (Sub-tab Paket)
   ============================================================ */
/* ============================================================
   PAKET NAV (Sub-tab Paket) - WARNA EMAS & MERAH
   ============================================================ */
.alat-paket-nav {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 50px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.2);
	  justify-content: center; 
}

/* Tombol non-aktif: Emas Elegan */
.paket-tab-btn {
    padding: 10px 24px;
    background: transparent;
    border: 1px solid #D4AF37;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
     color: #B8943A;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #F9F3E8 0%, #F5EDD6 100%);
	box-shadow: 0 2px 8px rgba(212, 175, 55, 0.08);
}

.paket-tab-btn:hover {
    background: rgba(212, 175, 55, 0.15);
    color: #B8943A; /* emas lebih gelap */
    border-color: #B8943A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.15);
}

/* Tombol Aktif: Merah Elegan */
.paket-tab-btn.active {
    background: #C0392B; /* Merah tua elegan */
    border-color: #C0392B;
    color: #FFFFFF;
    box-shadow: 0 4px 16px rgba(192, 57, 43, 0.3);
}

.paket-tab-btn.active:hover {
    background: #E74C3C; /* Merah lebih terang saat hover */
    border-color: #E74C3C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(192, 57, 43, 0.4);
}

.paket-tab-btn:focus-visible {
    outline: 2px solid #D4AF37;
    outline-offset: 2px;
}

/* ============================================================
   KONTEN PAKET
   ============================================================ */
.alat-paket-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.alat-paket-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   PAKET CARD
   ============================================================ */
.alat-paket-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.alat-paket-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border-color: rgba(212, 175, 55, 0.2);
}

.alat-paket-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px 16px;
    background: linear-gradient(135deg, #F8F5F0 0%, #fff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
}

.alat-paket-icon {
    font-size: 28px;
    line-height: 1;
}

.alat-paket-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #0F1A2E;
    margin: 0;
    flex: 1;
	text-align:left;
}

.paket-jenjang-badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    background: #D4AF37;
    padding: 2px 12px;
    border-radius: 50px;
    margin-left: 8px;
    vertical-align: middle;
}

.alat-paket-total {
    text-align: center;
    padding: 6px 16px;
    background: #0F1A2E;
    border-radius: 8px;
}

.alat-paket-total-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.5);
}

.alat-paket-total-qty {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #D4AF37;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
}

/* Table */
.alat-paket-table-wrapper {
    overflow-x: auto;
    padding: 0 4px 4px 4px;
}

.alat-paket-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    min-width: 640px;
}

.alat-paket-table thead th {
    background: #F8F5F0;
    color: #0F1A2E;
    font-weight: 600;
    padding: 12px 14px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #EDE8E0;
}

.alat-paket-table tbody td {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    color: #444;
    vertical-align: middle;
}

.alat-paket-table tbody tr:hover {
    background: #F8F5F0;
}

.alat-paket-table tbody tr:last-child td {
    border-bottom: none;
}

.alat-paket-table tbody td strong {
    color: #0F1A2E;
}

.alat-paket-table tfoot td {
    padding: 12px 14px;
    background: #F8F5F0;
    font-weight: 600;
    border-top: 2px solid #EDE8E0;
}

/* Action */
.alat-paket-action {
    padding: 16px 24px 20px;
    background: #FAF8F5;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    text-align: center;
}

.alat-paket-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 32px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.25);
}

.alat-paket-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.35);
    color: #fff;
}

.alat-paket-btn-icon {
    font-size: 18px;
}

/* ============================================================
   CTA SECTION - PREMIUM
   ============================================================ */
.alat-cta {
    margin-top: 40px;
    padding: 50px 40px 46px;
    background: linear-gradient(145deg, var(--dark) 0%, var(--dark-light) 100%);
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px solid rgba(212, 175, 55, 0.10);
    position: relative;
    overflow: hidden;
}

.alat-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.alat-cta::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.alat-cta-container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.alat-cta-tag {
    display: inline-block;
    background: rgba(212, 175, 55, 0.12);
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 4px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.alat-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3vw, 36px);
    color: #fff;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.alat-cta-title span {
    color: var(--gold);
}

.alat-cta-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 28px 0;
    line-height: 1.6;
}

.alat-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.alat-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: var(--transition-smooth);
    border: none;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.25);
    cursor: pointer;
}

.alat-cta-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.35);
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.alat-cta-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: var(--transition-smooth);
    cursor: pointer;
}

.alat-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-3px);
}

/* ============================================================
   RESPONSIVE - ELEGAN
   ============================================================ */
@media (max-width: 992px) {
    .harga-hero {
        min-height: 400px;
        height: 50vh;
        max-height: 560px;
        border-radius: var(--radius-md);
    }
    .alat-kategori-grid {
        gap: 16px;
    }
    .alat-kategori-card {
        padding: 24px 16px 20px;
    }
}

@media (max-width: 768px) {
    .harga-hero {
        min-height: 340px;
        height: 45vh;
        max-height: 480px;
        border-radius: var(--radius-sm);
        margin: 0 0 24px 0;
    }
    .harga-hero-content {
        padding: 30px 16px;
    }
    .harga-hero-text .harga-title {
        font-size: clamp(26px, 6vw, 36px);
    }
    .harga-hero-text .harga-subtitle {
        font-size: 15px;
        max-width: 100%;
    }
    .harga-hero-text .harga-stats {
        gap: 24px;
        flex-wrap: wrap;
    }
    .harga-hero-text .stat-item:not(:last-child)::after {
        display: none;
    }
    .harga-hero-text .stat-number {
        font-size: 24px;
    }
    .harga-hero-text .stat-label {
        font-size: 11px;
    }
    .alat-kategori-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .alat-kategori-card {
        padding: 20px 14px 16px;
    }
    .alat-kategori-card .alat-kategori-icon {
        font-size: 34px;
    }
    .alat-kategori-card h3 {
        font-size: 18px;
    }
    .alat-tab-content {
        padding: 16px 16px 12px;
    }
    .alat-paket-nav {
        gap: 20px;
    }
    .paket-tab-btn {
        font-size: 13px;
        padding: 6px 14px;
    }
    .alat-paket-header {
        padding: 16px 16px 12px;
        gap: 12px;
    }
    .alat-paket-title {
        font-size: 18px;
        width: 100%;
    }
    .alat-paket-total {
        margin-left: auto;
    }
    .alat-paket-action {
        padding: 12px 16px 16px;
    }
    .alat-paket-btn {
        padding: 10px 24px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
    .alat-paket-table {
        font-size: 13px;
        min-width: 560px;
    }
    .alat-paket-table thead th,
    .alat-paket-table tbody td,
    .alat-paket-table tfoot td {
        padding: 8px 10px;
    }
    .alat-cta {
        padding: 32px 20px 28px;
        border-radius: var(--radius-md);
        margin-top: 28px;
    }
    .alat-cta-title {
        font-size: 24px;
    }
    .alat-cta-btn-primary,
    .alat-cta-btn-secondary {
        padding: 12px 28px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .harga-hero {
        min-height: 280px;
        height: 40vh;
        max-height: 400px;
        border-radius: var(--radius-sm);
        margin: 0 0 16px 0;
    }
    .harga-hero-content {
        padding: 20px 12px;
    }
    .harga-hero-text .harga-badge {
        font-size: 10px;
        padding: 4px 14px;
        margin-bottom: 12px;
    }
    .harga-hero-text .harga-title {
        font-size: 22px;
    }
    .harga-hero-text .harga-subtitle {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .harga-hero-text .harga-stats {
        gap: 16px;
    }
    .harga-hero-text .stat-number {
        font-size: 20px;
    }
    .harga-hero-text .stat-label {
        font-size: 10px;
        letter-spacing: 0.8px;
    }
    .alat-kategori-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .alat-kategori-card {
        padding: 16px 10px 14px;
        border-radius: var(--radius-sm);
    }
    .alat-kategori-card .alat-kategori-icon {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .alat-kategori-card h3 {
        font-size: 16px;
    }
    .alat-kategori-card p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .alat-kategori-card .alat-kategori-link {
        font-size: 12px;
    }
    .alat-section-title {
        font-size: 24px;
    }
    .alat-section-subtitle {
        font-size: 14px;
    }
    .paket-tab-btn {
       font-size: 12px;
    padding: 10px 15px;
    }
    .alat-paket-title {
        font-size: 16px;
    }
    .alat-paket-icon {
        font-size: 22px;
    }
    .paket-jenjang-badge {
        font-size: 10px;
        padding: 1px 10px;
    }
    .alat-paket-table {
        font-size: 12px;
        min-width: 480px;
    }
    .alat-paket-table thead th,
    .alat-paket-table tbody td,
    .alat-paket-table tfoot td {
        padding: 6px 8px;
    }
    .alat-cta {
        padding: 24px 16px 20px;
    }
    .alat-cta-title {
        font-size: 20px;
    }
    .alat-cta-description {
        font-size: 14px;
    }
    .alat-cta-btn-primary,
    .alat-cta-btn-secondary {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
    }
}

@media (max-width: 380px) {
    .alat-kategori-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .alat-kategori-card {
        padding: 20px 16px;
    }
    .alat-kategori-card .alat-kategori-icon {
        font-size: 36px;
    }
    .harga-hero-text .harga-stats {
        gap: 12px;
    }
}
/* ============================================================
   KONTEN BAWAH TABEL HARGA
   ============================================================ */
.alat-content-bawah {
    padding: 50px 0 30px;
}

.alat-content-bawah-inner {
    max-width: 820px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1A1A2E;
    line-height: 1.8;
    font-size: 16px;
}

/* Heading */
.alat-content-bawah-inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #0F1A2E;
    margin: 40px 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #D4AF37;
    position: relative;
}

.alat-content-bawah-inner h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #D4AF37;
    border-radius: 2px;
}

.alat-content-bawah-inner h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    color: #0F1A2E;
    margin: 30px 0 12px 0;
    padding-left: 20px;
    border-left: 4px solid #D4AF37;
}

.alat-content-bawah-inner h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: #0F1A2E;
    margin: 24px 0 10px 0;
}

/* Paragraf */
.alat-content-bawah-inner p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin: 0 0 20px 0;
}

/* Bold */
.alat-content-bawah-inner strong {
    color: #D4AF37;
    font-weight: 600;
}

/* List */
.alat-content-bawah-inner ul,
.alat-content-bawah-inner ol {
    margin: 16px 0 24px 24px;
    padding: 0;
    list-style: none;
}

.alat-content-bawah-inner ul li,
.alat-content-bawah-inner ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    padding: 6px 0 6px 32px;
    position: relative;
}

.alat-content-bawah-inner ul li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 6px;
    color: #D4AF37;
    font-size: 16px;
}

.alat-content-bawah-inner ol {
    counter-reset: list-counter;
}

.alat-content-bawah-inner ol li {
    padding-left: 40px;
    counter-increment: list-counter;
}

.alat-content-bawah-inner ol li::before {
    content: counter(list-counter) '.';
    position: absolute;
    left: 0;
    top: 6px;
    color: #D4AF37;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    min-width: 28px;
}

/* Link */
.alat-content-bawah-inner a {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.alat-content-bawah-inner a:hover {
    color: #B8943A;
    border-bottom-color: #D4AF37;
}

/* Table (jika ada) */
.alat-content-bawah-inner table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.alat-content-bawah-inner table thead {
    background: #0F1A2E;
    color: #fff;
}

.alat-content-bawah-inner table th {
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: uppercase;
}

.alat-content-bawah-inner table td {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}

.alat-content-bawah-inner table tbody tr:last-child td {
    border-bottom: none;
}

.alat-content-bawah-inner table tbody tr:hover {
    background: #F8F5F0;
}

/* Blockquote */
.alat-content-bawah-inner blockquote {
    margin: 30px 0 30px 30px;
    padding: 20px 30px;
    background: #F8F5F0;
    border-left: 4px solid #D4AF37;
    border-radius: 0 12px 12px 0;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-style: italic;
    color: #0F1A2E;
    line-height: 1.6;
}

.alat-content-bawah-inner blockquote p {
    font-size: 20px;
    color: #0F1A2E;
    font-style: italic;
    margin: 0;
}

.alat-content-bawah-inner blockquote cite {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #999;
    margin-top: 12px;
    font-family: 'Inter', sans-serif;
}

/* Images */
.alat-content-bawah-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.alat-content-bawah-inner .alignleft {
    float: left;
    margin: 8px 24px 16px 0;
    max-width: 40%;
}

.alat-content-bawah-inner .alignright {
    float: right;
    margin: 8px 0 16px 24px;
    max-width: 40%;
}

.alat-content-bawah-inner .aligncenter {
    display: block;
    margin: 24px auto;
    text-align: center;
}

/* WP Caption */
.alat-content-bawah-inner .wp-caption {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

.alat-content-bawah-inner .wp-caption-text {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin: 6px 0 2px;
}

/* HR */
.alat-content-bawah-inner hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, #D4AF37, transparent);
    margin: 40px 0;
    opacity: 0.4;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .alat-content-bawah {
        padding: 30px 0 20px;
    }
    .alat-content-bawah-inner {
        font-size: 15px;
        padding: 0;
    }
    .alat-content-bawah-inner h2 {
        font-size: 26px;
    }
    .alat-content-bawah-inner h3 {
        font-size: 20px;
        padding-left: 14px;
    }
    .alat-content-bawah-inner h4 {
        font-size: 18px;
    }
    .alat-content-bawah-inner ul,
    .alat-content-bawah-inner ol {
        margin-left: 12px;
    }
    .alat-content-bawah-inner ul li,
    .alat-content-bawah-inner ol li {
        font-size: 15px;
        padding: 4px 0 4px 28px;
    }
    .alat-content-bawah-inner ul li::before {
        font-size: 14px;
    }
    .alat-content-bawah-inner ol li::before {
        font-size: 14px;
    }
    .alat-content-bawah-inner blockquote {
        margin: 20px 0 20px 16px;
        padding: 16px 20px;
        font-size: 17px;
    }
    .alat-content-bawah-inner blockquote p {
        font-size: 17px;
    }
    .alat-content-bawah-inner .alignleft,
    .alat-content-bawah-inner .alignright {
        float: none;
        max-width: 100%;
        margin: 16px 0;
    }
    .alat-content-bawah-inner table {
        font-size: 13px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .alat-content-bawah-inner table th,
    .alat-content-bawah-inner table td {
        padding: 10px 14px;
    }
}

@media (max-width: 480px) {
    .alat-content-bawah-inner h2 {
        font-size: 22px;
    }
    .alat-content-bawah-inner h3 {
        font-size: 18px;
    }
    .alat-content-bawah-inner {
        font-size: 14px;
    }
}
/* ============================================================
   KONTEN WORDPRESS (DI BAWAH HERO, DI ATAS TABEL HARGA)
   ============================================================ */
.alat-content-section {
    padding: 30px 0 20px;
}

.alat-content-section .alat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.alat-content-section .alat-content {
    max-width: 820px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    color: #1A1A2E;
    line-height: 1.8;
    font-size: 16px;
}

/* Heading */
.alat-content-section .alat-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #0F1A2E;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #D4AF37;
    position: relative;
}

.alat-content-section .alat-content h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #D4AF37;
    border-radius: 2px;
}

.alat-content-section .alat-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    color: #0F1A2E;
    margin: 30px 0 12px 0;
    padding-left: 20px;
    border-left: 4px solid #D4AF37;
}

.alat-content-section .alat-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    color: #0F1A2E;
    margin: 24px 0 10px 0;
}

/* Paragraf */
.alat-content-section .alat-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin: 0 0 20px 0;
}

/* Bold */
.alat-content-section .alat-content strong {
    color: #D4AF37;
    font-weight: 600;
}

/* List */
.alat-content-section .alat-content ul,
.alat-content-section .alat-content ol {
    margin: 16px 0 24px 24px;
    padding: 0;
    list-style: none;
}

.alat-content-section .alat-content ul li,
.alat-content-section .alat-content ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    padding: 6px 0 6px 32px;
    position: relative;
}

.alat-content-section .alat-content ul li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 6px;
    color: #D4AF37;
    font-size: 16px;
}

.alat-content-section .alat-content ol {
    counter-reset: list-counter;
}

.alat-content-section .alat-content ol li {
    padding-left: 40px;
    counter-increment: list-counter;
}

.alat-content-section .alat-content ol li::before {
    content: counter(list-counter) '.';
    position: absolute;
    left: 0;
    top: 6px;
    color: #D4AF37;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    min-width: 28px;
}

/* Link */
.alat-content-section .alat-content a {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.alat-content-section .alat-content a:hover {
    color: #B8943A;
    border-bottom-color: #D4AF37;
}

/* Table (jika ada di dalam konten) */
.alat-content-section .alat-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.alat-content-section .alat-content table thead {
    background: #0F1A2E;
    color: #fff;
}

.alat-content-section .alat-content table th {
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: uppercase;
}

.alat-content-section .alat-content table td {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
}

.alat-content-section .alat-content table tbody tr:last-child td {
    border-bottom: none;
}

.alat-content-section .alat-content table tbody tr:hover {
    background: #F8F5F0;
}

/* Blockquote */
.alat-content-section .alat-content blockquote {
    margin: 30px 0 30px 30px;
    padding: 20px 30px;
    background: #F8F5F0;
    border-left: 4px solid #D4AF37;
    border-radius: 0 12px 12px 0;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-style: italic;
    color: #0F1A2E;
    line-height: 1.6;
}

.alat-content-section .alat-content blockquote p {
    font-size: 20px;
    color: #0F1A2E;
    font-style: italic;
    margin: 0;
}

.alat-content-section .alat-content blockquote cite {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #999;
    margin-top: 12px;
    font-family: 'Inter', sans-serif;
}

/* Images */
.alat-content-section .alat-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.alat-content-section .alat-content .alignleft {
    float: left;
    margin: 8px 24px 16px 0;
    max-width: 40%;
}

.alat-content-section .alat-content .alignright {
    float: right;
    margin: 8px 0 16px 24px;
    max-width: 40%;
}

.alat-content-section .alat-content .aligncenter {
    display: block;
    margin: 24px auto;
    text-align: center;
}

.alat-content-section .alat-content .wp-caption {
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
}

.alat-content-section .alat-content .wp-caption-text {
    font-size: 13px;
    color: #888;
    text-align: center;
    margin: 6px 0 2px;
}

/* HR */
.alat-content-section .alat-content hr {
    border: none;
    height: 2px;
    background: linear-gradient(to right, #D4AF37, transparent);
    margin: 40px 0;
    opacity: 0.4;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .alat-content-section {
        padding: 20px 0 10px;
    }
    .alat-content-section .alat-content {
        font-size: 15px;
        padding: 0;
    }
    .alat-content-section .alat-content h2 {
        font-size: 26px;
    }
    .alat-content-section .alat-content h3 {
        font-size: 20px;
        padding-left: 14px;
    }
    .alat-content-section .alat-content h4 {
        font-size: 18px;
    }
    .alat-content-section .alat-content ul,
    .alat-content-section .alat-content ol {
        margin-left: 12px;
    }
    .alat-content-section .alat-content ul li,
    .alat-content-section .alat-content ol li {
        font-size: 15px;
        padding: 4px 0 4px 28px;
    }
    .alat-content-section .alat-content ul li::before {
        font-size: 14px;
    }
    .alat-content-section .alat-content ol li::before {
        font-size: 14px;
    }
    .alat-content-section .alat-content blockquote {
        margin: 20px 0 20px 16px;
        padding: 16px 20px;
        font-size: 17px;
    }
    .alat-content-section .alat-content blockquote p {
        font-size: 17px;
    }
    .alat-content-section .alat-content .alignleft,
    .alat-content-section .alat-content .alignright {
        float: none;
        max-width: 100%;
        margin: 16px 0;
    }
    .alat-content-section .alat-content table {
        font-size: 13px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .alat-content-section .alat-content table th,
    .alat-content-section .alat-content table td {
        padding: 10px 14px;
    }
}

@media (max-width: 480px) {
    .alat-content-section .alat-content h2 {
        font-size: 22px;
    }
    .alat-content-section .alat-content h3 {
        font-size: 18px;
    }
    .alat-content-section .alat-content {
        font-size: 14px;
    }
}
/* ============================================================
   GAMBAR PAKET - BADGE MENEMPEL DI ATAS GAMBAR
   ============================================================ */

/* Container gambar: dibuat inline-block agar lebarnya pas dengan gambar */
.alat-paket-gambar {
    position: relative;
    display: inline-block;   /* Kunci: container menyesuaikan lebar gambar */
    margin: 0 auto 15px auto; /* Tengahkan container secara horizontal */
    text-align: center;      /* Fallback */
    overflow: visible;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

/* Pastikan parent wrapper (misal .alat-paket-card) memiliki text-align: center */
.alat-paket-card {
    text-align: center; /* Ini akan membuat .alat-paket-gambar yang inline-block jadi tengah */
}

/* Gambar */
.alat-paket-gambar img {
    display: block;          /* Hilangkan spasi bawah */
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding: 4px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.02),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(1.0) saturate(1.0);
    margin: 0; /* Tidak perlu margin auto karena container sudah inline-block */
}

/* Hover gambar */
.alat-paket-gambar:hover img {
    transform: scale(1.03) translateY(-4px);
    box-shadow: 
        0 20px 50px rgba(212, 175, 55, 0.12),
        0 8px 24px rgba(0, 0, 0, 0.06),
        0 0 40px rgba(212, 175, 55, 0.04);
    border-color: rgba(212, 175, 55, 0.2);
    filter: brightness(1.02) saturate(1.02);
}

/* Badge - menempel di pojok kiri atas gambar */
.alat-paket-gambar .gambar-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
    background: linear-gradient(135deg, #D4AF37 0%, #F5D76E 50%, #D4AF37 100%);
    background-size: 200% 200%;
    color: #1a1a1a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 30px;
    box-shadow: 
        0 4px 16px rgba(212, 175, 55, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    animation: shimmerBadge 3s ease-in-out infinite;
    backdrop-filter: blur(4px);
}

/* Variasi warna badge */
.alat-paket-gambar .gambar-badge.hemat {
    background: linear-gradient(135deg, #3498db 0%, #5faee3 100%);
    box-shadow: 0 4px 16px rgba(52, 152, 219, 0.3);
}
.alat-paket-gambar .gambar-badge.jumbo {
    background: linear-gradient(135deg, #e74c3c 0%, #f1948a 100%);
    box-shadow: 0 4px 16px rgba(231, 76, 60, 0.3);
}
.alat-paket-gambar .gambar-badge.ekonomis {
    background: linear-gradient(135deg, #2ecc71 0%, #82e0aa 100%);
    box-shadow: 0 4px 16px rgba(46, 204, 113, 0.3);
}

/* Glow effect di bawah gambar */
.alat-paket-gambar .glow-effect {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 20px;
    background: radial-gradient(ellipse, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(10px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.alat-paket-gambar:hover .glow-effect {
    opacity: 1;
}

/* Animasi */
@keyframes spinSlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes shimmerBadge {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Responsif */
@media (max-width: 768px) {
    .alat-paket-gambar img {
        max-width: 250px;
        border-radius: 12px;
        padding: 3px;
    }
    .alat-paket-gambar .gambar-badge {
        font-size: 8px;
        padding: 3px 10px;
        top: 8px;
        left: 8px;
    }
}
@media (max-width: 480px) {
    .alat-paket-gambar img {
        max-width: 250px;
    }
}
@media (min-width: 1200px) {
    .alat-paket-gambar img {
        max-width: 280px;
    }
}