/* Paket Kesehatan — homepage section */
.hpkg-section { padding: 0 0 56px; background: #fff; }
.hpkg-panel { background: #f2f8fb; border: 1px solid #e3eef5; border-radius: 20px; padding: 32px 28px 36px; }
.hpkg-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.hpkg-heading-text h2 { color: #0a3d6b; font-size: 28px; font-weight: 700; margin: 0 0 8px; }
.hpkg-heading-text p { color: #5f6f82; font-size: 15px; line-height: 1.6; margin: 0; max-width: 720px; }
.hpkg-see-all { flex-shrink: 0; border: 1px solid #0a6b5a; color: #0a6b5a; background: #fff; border-radius: 999px; padding: 8px 18px; font-size: 13px; font-weight: 700; text-decoration: none; }
.hpkg-see-all:hover { background: #0a6b5a; color: #fff; text-decoration: none; }
.hpkg-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.hpkg-filter { border: 1px solid #c5d8e4; background: #fff; color: #35556d; border-radius: 999px; padding: 8px 16px; font-size: 13px; font-weight: 600; cursor: pointer; }
.hpkg-filter.active, .hpkg-filter:hover { border-color: #0a6b5a; color: #0a6b5a; background: #eef8f6; }
.hpkg-carousel-wrap { position: relative; padding: 0 48px; }
.hpkg-carousel { display: flex; gap: 20px; overflow: hidden; scroll-behavior: smooth; }
.hpkg-card { flex: 0 0 calc(33.333% - 14px); min-width: 280px; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(10,61,107,.08); }
.hpkg-card.is-hidden { display: none; }
.hpkg-card-image-link img, .hpkg-card-placeholder { width: 100%; height: 180px; object-fit: cover; display: block; }
.hpkg-card-placeholder { background: linear-gradient(135deg, #083358, #1565c0); }
.hpkg-card-body { padding: 18px; }
.hpkg-card-category { color: #0a8f7a; font-size: 12px; font-weight: 700; display: block; margin-bottom: 6px; }
.hpkg-card-body h3 { margin: 0 0 8px; font-size: 16px; font-weight: 700; line-height: 1.4; }
.hpkg-card-body h3 a { color: #123a57; text-decoration: none; }
.hpkg-card-body p { color: #64748b; font-size: 13px; margin-bottom: 10px; }
.hpkg-card-price { color: #0a6b5a; font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.hpkg-buy-btn { display: inline-block; background: #1565c0; color: #fff; border-radius: 8px; padding: 8px 16px; font-size: 13px; font-weight: 700; text-decoration: none; border: none; }
.hpkg-buy-btn:hover { background: #0a4d96; color: #fff; text-decoration: none; }
.hpkg-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: none; background: #f4a020; color: #fff; cursor: pointer; z-index: 2; }
.hpkg-nav-btn.prev { left: 0; } .hpkg-nav-btn.next { right: 0; }
.hpkg-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.hpkg-dots button { width: 8px; height: 8px; border-radius: 50%; border: none; background: #c5d8e4; padding: 0; }
.hpkg-dots button.active { background: #0a6b5a; }

/* Detail page */
.hpkg-detail-breadcrumb, .hpkg-hospital-bar { background: #fff; padding: 14px 0; border-bottom: 1px solid #e8eef5; font-size: 13px; }
.hpkg-detail-breadcrumb a { color: #0a6b5a; text-decoration: none; }
.hpkg-detail-body { padding: 36px 0 60px; background: #f7fafd; }
.hpkg-detail-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 32px; align-items: start; }
.hpkg-detail-sidebar { background: #fff; border: 1px solid #e3eef5; border-radius: 16px; padding: 22px; position: sticky; top: 20px; }
.hpkg-detail-sidebar img { width: 100%; border-radius: 12px; margin-bottom: 16px; }
.hpkg-detail-location { color: #64748b; font-size: 13px; margin-bottom: 16px; }
.hpkg-detail-price-label { color: #64748b; font-size: 13px; }
.hpkg-detail-price { color: #0a6b5a; font-size: 24px; font-weight: 700; margin: 4px 0 18px; }
.hpkg-detail-terms { font-size: 13px; margin-bottom: 16px; }
.hpkg-detail-buy { width: 100%; background: #1565c0; color: #fff; border: none; border-radius: 10px; padding: 14px; font-size: 15px; font-weight: 700; }
.hpkg-detail-buy:hover { background: #0a4d96; color: #fff; }
.hpkg-detail-main { background: #fff; border: 1px solid #e3eef5; border-radius: 16px; padding: 32px; }
.hpkg-detail-main h1 { color: #0a3d6b; font-size: 28px; font-weight: 700; margin: 0 0 20px; }
.hpkg-detail-tabs { display: flex; gap: 0; border-bottom: 2px solid #e3eef5; margin-bottom: 24px; }
.hpkg-detail-tab { border: none; background: none; padding: 12px 20px; font-weight: 700; color: #64748b; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; }
.hpkg-detail-tab.active { color: #0a6b5a; border-bottom-color: #0a6b5a; }
.hpkg-tab-panel { display: none; }
.hpkg-tab-panel.active { display: block; }
.hpkg-tab-panel { color: #334155; line-height: 1.8; font-size: 15px; }

@media (max-width: 991px) {
    .hpkg-detail-layout { grid-template-columns: 1fr; }
    .hpkg-card { flex: 0 0 calc(50% - 10px); }
    .hpkg-heading { flex-direction: column; }
}
