/* File: destination/rb-destination.css */
/* Keterangan: CSS Halaman Arsip Destinasi (Header Pendek & Artikel Full di Bawah) */

.herbie-dest-archive-wrapper { width: 100%; display: block; font-family: inherit; }
.herbie-dest-archive-header { position: relative; width: 100%; height: 50vh; min-height: 400px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.herbie-dest-archive-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0,29,61,0.5) 0%, rgba(0,29,61,0.9) 100%); z-index: 1; }
.herbie-dest-archive-title-box { position: relative; z-index: 2; max-width: 800px; padding: 0 20px; animation: fadeInUp 0.8s ease forwards; display: flex; flex-direction: column; align-items: center; }
.herbie-dest-archive-title { font-size: 3.8rem; font-weight: 900; margin: 0 0 15px 0; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0 4px 10px rgba(0,0,0,0.5); line-height: 1.1; }

/* Intro Pendek & Tombol Read More (Di Banner) */
.herbie-dest-archive-short-desc { font-size: 1.2rem; line-height: 1.6; margin: 0 0 25px 0; text-shadow: 0 2px 5px rgba(0,0,0,0.8); font-weight: 400; color: #e2e8f0; }
.herbie-btn-readmore { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4); color: #fff; padding: 12px 28px; border-radius: 50px; font-size: 14px; font-weight: 700; cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; backdrop-filter: blur(5px); text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }
.herbie-btn-readmore:hover { background: #FFD700; color: #001D3D; border-color: #FFD700; transform: translateY(-3px); }
.herbie-btn-readmore .dashicons { font-size: 16px; width: 16px; height: 16px; margin-top: 2px; }

/* Bagian Bawah Archive */
.herbie-dest-archive-body { padding: 60px 0; background: #f1f5f9; }
.herbie-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }

/* KOTAK SEKSI UMUM */
.herbie-dest-section { margin-bottom: 50px; background: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid #e2e8f0; }
.herbie-dest-section-header { text-align: center; margin-bottom: 40px; }
.herbie-dest-section-header h2 { font-size: 2.2rem; color: #0f172a; font-weight: 800; margin: 0 0 10px 0; line-height: 1.2; }
.herbie-dest-section-header p { color: #64748b; font-size: 1.1rem; margin: 0; }

/* KARTU PAKET TUR */
.herbie-dest-tour-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.herbie-tour-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.04); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; border: 1px solid #e2e8f0; }
.herbie-tour-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-color: #38bdf8; }
.herbie-tour-img { display: block; width: 100%; height: 240px; background-size: cover; background-position: center; position: relative; overflow: hidden; }
.herbie-tour-badge-wrap { position: absolute; top: 15px; left: 15px; z-index: 5; }
.herbie-badge-dest { background: #FFD700; color: #001D3D; padding: 6px 12px; border-radius: 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.herbie-tour-info { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; }
.herbie-tour-info h3 { font-size: 1.3rem; margin: 0 0 12px 0; color: #001D3D; font-weight: 800; line-height: 1.3; }
.herbie-tour-info h3 a { color: inherit; text-decoration: none; transition: color 0.3s; }
.herbie-tour-info h3 a:hover { color: #0284c7; }
.herbie-tour-info p { color: #64748b; font-size: 0.95rem; line-height: 1.6; margin-bottom: 25px; flex-grow: 1; }
.herbie-btn-view { display: inline-block; background: #001D3D; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 700; text-align: center; font-size: 0.9rem; transition: background 0.3s, transform 0.3s; }
.herbie-btn-view:hover { background: #FFD700; color: #001D3D; transform: scale(1.05); }

/* KARTU ARTIKEL BLOG */
.herbie-dest-blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.herbie-blog-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #e2e8f0; transition: transform 0.3s ease; display: flex; flex-direction: column; }
.herbie-blog-card:hover { transform: translateY(-5px); border-color: #cbd5e1; box-shadow: 0 10px 20px rgba(0,0,0,0.06); }
.herbie-blog-img { display: block; width: 100%; height: 200px; overflow: hidden; }
.herbie-blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.herbie-blog-card:hover .herbie-blog-img img { transform: scale(1.08); }
.herbie-blog-info { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; }
.herbie-blog-date { font-size: 0.85rem; color: #94a3b8; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.herbie-blog-info h3 { font-size: 1.25rem; margin: 0 0 12px 0; line-height: 1.4; font-weight: 800; }
.herbie-blog-info h3 a { color: #0f172a; text-decoration: none; transition: color 0.3s; }
.herbie-blog-info h3 a:hover { color: #0284c7; }
.herbie-blog-info p { color: #64748b; font-size: 0.95rem; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; }
.herbie-blog-readmore { font-weight: 700; color: #0284c7; text-decoration: none; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; }
.herbie-blog-readmore:hover { color: #0369a1; text-decoration: underline; }

/* SEKSI DESKRIPSI FULL (SEO ARTICLE) */
.herbie-dest-full-article { background: #fff; padding: 50px; }
.herbie-article-content { max-width: 850px; margin: 0 auto; color: #334155; font-size: 1.1rem; line-height: 1.8; }
.herbie-article-content p { margin-bottom: 20px; }
.herbie-article-content strong, .herbie-article-content b { color: #001D3D; font-weight: 800; }

.herbie-no-data { text-align: center; padding: 30px; background: #f8fafc; border-radius: 8px; color: #64748b; border: 1px dashed #cbd5e1; font-style: italic; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 768px) {
    .herbie-dest-archive-title { font-size: 2.2rem; }
    .herbie-dest-archive-short-desc { font-size: 1rem; }
    .herbie-dest-archive-header { height: 40vh; min-height: 350px; }
    .herbie-dest-section { padding: 25px 15px; border-radius: 12px; }
    .herbie-dest-section-header h2 { font-size: 1.6rem; }
    .herbie-dest-full-article { padding: 30px 20px; }
    .herbie-article-content { font-size: 1rem; }
    .herbie-dest-tour-grid, .herbie-dest-blog-grid { grid-template-columns: 1fr; gap: 20px; }
    .herbie-tour-img { height: 220px; }
    .herbie-tour-info, .herbie-blog-info { padding: 20px; }
}
