/* =============================================================
   Wisata Kit Child Theme — theme.css
   ============================================================= */
:root {
    --wtk-accent:       #2e7d32;
    --wtk-accent-dark:  #1b5e20;
    --wtk-accent-light: #e8f5e9;
    --wtk-text:         #212121;
    --wtk-muted:        #757575;
    --wtk-border:       #e0e0e0;
    --wtk-radius:       10px;
    --wtk-shadow:       0 2px 12px rgba(0,0,0,.08);
}
.wtk-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    padding: 24px 0;
}
.wtk-card {
    background: #fff;
    border: 1px solid var(--wtk-border);
    border-radius: var(--wtk-radius);
    box-shadow: var(--wtk-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.wtk-card:hover { transform: translateY(-4px); box-shadow: 0 6px 20px rgba(0,0,0,.13); }
.wtk-card-thumb { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.wtk-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.wtk-card:hover .wtk-card-thumb img { transform: scale(1.04); }
.wtk-card-no-thumb { width: 100%; aspect-ratio: 16/9; background: var(--wtk-accent-light); display: flex; align-items: center; justify-content: center; color: var(--wtk-accent); font-size: 2.5rem; }
.wtk-card-body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.wtk-card-title { font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; line-height: 1.35; }
.wtk-card-title a { color: var(--wtk-text); text-decoration: none; }
.wtk-card-title a:hover { color: var(--wtk-accent); }
.wtk-card-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.wtk-card-price { font-size: 1rem; font-weight: 700; color: var(--wtk-accent); margin-bottom: 14px; margin-top: auto; padding-top: 8px; }
.wtk-badge { display: inline-block; font-size: .72rem; font-weight: 600; padding: 2px 9px; border-radius: 20px; line-height: 1.6; }
.wtk-badge-cat { background: var(--wtk-accent-light); color: var(--wtk-accent-dark); }
.wtk-badge-open { background: #e3f2fd; color: #1565c0; }
.wtk-badge-private { background: #fce4ec; color: #880e4f; }
.wtk-badge-status-tersedia { background: #e8f5e9; color: #2e7d32; }
.wtk-badge-status-penuh { background: #fff3e0; color: #e65100; }
.wtk-badge-status-tidak-tersedia { background: #fce4ec; color: #880e4f; }
.wtk-badge-transmisi { background: #f3e5f5; color: #6a1b9a; }
.wtk-btn { display: inline-block; text-align: center; text-decoration: none; font-weight: 600; font-size: .9rem; padding: 9px 18px; border-radius: 6px; transition: background .2s, color .2s; cursor: pointer; border: none; }
.wtk-btn-primary { background: var(--wtk-accent); color: #fff; }
.wtk-btn-primary:hover { background: var(--wtk-accent-dark); color: #fff; }
.wtk-btn-wa { background: var(--wtk-accent); color: #fff; width: 100%; }
.wtk-btn-wa:hover { background: var(--wtk-accent-dark); color: #fff; }
.wtk-btn-wa-outline { background: transparent; color: var(--wtk-accent); border: 2px solid var(--wtk-accent); }
.wtk-btn-wa-outline:hover { background: var(--wtk-accent); color: #fff; }
.wtk-breadcrumb { font-size: .83rem; color: var(--wtk-muted); margin-bottom: 18px; }
.wtk-breadcrumb a { color: var(--wtk-accent); text-decoration: none; }
.wtk-breadcrumb a:hover { text-decoration: underline; }
.wtk-breadcrumb span { margin: 0 5px; }
.wtk-single-hero { width: 100%; max-height: 440px; overflow: hidden; border-radius: var(--wtk-radius); margin-bottom: 28px; }
.wtk-single-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wtk-meta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; padding: 14px 16px; background: var(--wtk-accent-light); border-radius: var(--wtk-radius); }
.wtk-meta-item { display: flex; align-items: center; gap: 6px; font-size: .9rem; }
.wtk-meta-item .wtk-meta-label { color: var(--wtk-muted); }
.wtk-meta-item .wtk-meta-value { font-weight: 600; color: var(--wtk-text); }
.wtk-price-box { background: var(--wtk-accent); color: #fff; border-radius: var(--wtk-radius); padding: 16px 20px; margin-bottom: 24px; }
.wtk-price-label { font-size: .82rem; opacity: .85; margin-bottom: 2px; }
.wtk-price-value { font-size: 1.6rem; font-weight: 800; letter-spacing: -.5px; }
.wtk-price-unit  { font-size: .82rem; opacity: .85; }
.wtk-itinerary { margin-bottom: 28px; }
.wtk-itinerary h3 { margin-bottom: 14px; }
.wtk-timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.wtk-timeline::before { content: ''; position: absolute; left: 18px; top: 0; bottom: 0; width: 2px; background: var(--wtk-border); }
.wtk-timeline-item { display: flex; gap: 16px; margin-bottom: 20px; position: relative; }
.wtk-timeline-dot { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--wtk-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .78rem; font-weight: 700; position: relative; z-index: 1; }
.wtk-timeline-content { flex: 1; padding-top: 6px; }
.wtk-timeline-title { font-weight: 700; margin-bottom: 4px; }
.wtk-timeline-desc  { font-size: .88rem; color: var(--wtk-muted); margin: 0; }
.wtk-incexc { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 28px; }
@media (max-width: 600px) { .wtk-incexc { grid-template-columns: 1fr; } }
.wtk-incexc-box { padding: 14px 16px; border-radius: var(--wtk-radius); }
.wtk-incexc-box.include { background: #e8f5e9; }
.wtk-incexc-box.exclude { background: #fce4ec; }
.wtk-incexc-box h4 { margin: 0 0 10px; font-size: .9rem; font-weight: 700; }
.wtk-incexc-box.include h4 { color: #2e7d32; }
.wtk-incexc-box.exclude h4 { color: #c62828; }
.wtk-incexc-box ul { margin: 0; padding-left: 18px; }
.wtk-incexc-box ul li { font-size: .88rem; margin-bottom: 4px; }
.wtk-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; margin-bottom: 28px; }
.wtk-gallery a { display: block; border-radius: 6px; overflow: hidden; }
.wtk-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .3s; }
.wtk-gallery a:hover img { transform: scale(1.06); }
.wtk-cta-wa { background: var(--wtk-accent-light); border: 1px solid var(--wtk-border); border-radius: var(--wtk-radius); padding: 20px 24px; text-align: center; margin-top: 32px; }
.wtk-cta-wa p { margin-bottom: 12px; color: var(--wtk-muted); font-size: .9rem; }
.wtk-spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin-bottom: 24px; }
.wtk-spec-item { background: #fafafa; border: 1px solid var(--wtk-border); border-radius: 8px; padding: 12px 14px; text-align: center; }
.wtk-spec-label { font-size: .75rem; color: var(--wtk-muted); display: block; margin-bottom: 4px; }
.wtk-spec-value { font-size: 1rem; font-weight: 700; color: var(--wtk-text); }
.wtk-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 32px; flex-wrap: wrap; }
.wtk-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; border-radius: 6px; font-size: .9rem; text-decoration: none; color: var(--wtk-text); border: 1px solid var(--wtk-border); transition: all .2s; }
.wtk-pagination .page-numbers.current, .wtk-pagination .page-numbers:hover { background: var(--wtk-accent); color: #fff; border-color: var(--wtk-accent); }
.wtk-archive-header { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 2px solid var(--wtk-border); }
.wtk-archive-header h1 { margin-bottom: 4px; }
.wtk-archive-header p  { color: var(--wtk-muted); margin: 0; }
.wtk-empty { text-align: center; padding: 60px 20px; color: var(--wtk-muted); }
.wtk-empty-icon { font-size: 3rem; margin-bottom: 12px; }
@media (max-width: 768px) { .wtk-archive-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; } .wtk-price-value { font-size: 1.3rem; } .wtk-single-hero { max-height: 260px; } }
@media (max-width: 480px) { .wtk-archive-grid { grid-template-columns: 1fr; } }
