/* Musyinan Tour Bali Murah — Main CSS */
/* Brand Colors: #1B3D6E (navy), #E8821E (orange), #F5C842 (gold), #25D366 (whatsapp) */

:root {
  --navy: #1B3D6E;
  --navy-light: #2E5FA3;
  --orange: #E8821E;
  --orange-dark: #C96A10;
  --gold: #F5C842;
  --green: #25D366;
  --green-dark: #1da851;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-600: #4b5563;
  --gray-800: #1f2937;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-head: 'Poppins', system-ui, sans-serif;
  --radius: 12px;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.12);
  --transition: 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--gray-800); line-height: 1.6; background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* Typography */
h1,h2,h3,h4,h5 { font-family: var(--font-head); font-weight: 700; line-height: 1.25; color: var(--navy); }
h1 { font-size: clamp(1.8rem, 5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 3vw, 1.4rem); }

/* Container */
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.25rem; }
.section { padding: 5rem 0; }
.text-center { text-align: center; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.bg-light { background: var(--gray-50); }

/* Section Headers */
.section-header { text-align: center; margin-bottom: 3rem; }
.section-badge { display: inline-block; background: rgba(232,130,30,0.12); color: var(--orange); font-weight: 600; font-size: 0.85rem; padding: 0.35rem 1rem; border-radius: 50px; margin-bottom: 0.75rem; }
.section-title { font-size: clamp(1.6rem, 4vw, 2.2rem); margin-bottom: 0.75rem; }
.section-desc { color: var(--gray-600); max-width: 600px; margin: 0 auto; }
.section-title-sm { font-size: 1.4rem; margin-bottom: 1.5rem; }

/* Buttons */
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--orange); color: #fff; font-family: var(--font-head); font-weight: 600; padding: 0.75rem 2rem; border-radius: 50px; border: none; cursor: pointer; transition: var(--transition); text-decoration: none; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: var(--navy); font-family: var(--font-head); font-weight: 600; padding: 0.75rem 2rem; border-radius: 50px; border: 2px solid var(--navy); cursor: pointer; transition: var(--transition); }
.btn-outline:hover { background: var(--navy); color: #fff; }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); box-shadow: 0 1px 16px rgba(0,0,0,0.07); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding: 0.75rem 1.25rem; max-width: 1200px; margin: 0 auto; }
.site-logo img { height: 52px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 0.25rem; margin-left: auto; }
.nav-link { font-family: var(--font-head); font-weight: 500; color: var(--gray-800); padding: 0.5rem 0.75rem; border-radius: 8px; transition: var(--transition); font-size: 0.9rem; }
.nav-link:hover, .nav-link.active { color: var(--navy); background: var(--gray-100); }
.nav-dropdown { position: relative; }
.dropdown-arrow { font-size: 0.7rem; }
.dropdown-menu { display: none; position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200); min-width: 240px; overflow: hidden; z-index: 200; }
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-item { display: block; padding: 0.75rem 1.25rem; font-size: 0.875rem; color: var(--gray-800); transition: var(--transition); border-bottom: 1px solid var(--gray-100); }
.dropdown-item:hover { background: var(--gray-50); color: var(--orange); }
.header-wa-btn { display: flex; align-items: center; gap: 0.4rem; background: var(--green); color: #fff; font-weight: 600; font-size: 0.875rem; padding: 0.5rem 1rem; border-radius: 50px; transition: var(--transition); white-space: nowrap; }
.header-wa-btn:hover { background: var(--green-dark); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px; margin-left: auto; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: var(--transition); }

/* HERO */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; background: linear-gradient(135deg, var(--navy) 0%, #2E5FA3 40%, #1a6b8a 70%, #0d4a6b 100%); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(27,61,110,0.3) 0%, rgba(27,61,110,0.6) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 800px; color: #fff; padding: 6rem 1.25rem 4rem; margin: 0 auto; text-align: center; }
.hero-badge { display: inline-block; background: rgba(245,200,66,0.2); border: 1px solid rgba(245,200,66,0.4); color: var(--gold); padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600; margin-bottom: 1.5rem; }
.hero-title { font-size: clamp(2rem, 6vw, 3.5rem); color: #fff; margin-bottom: 1.25rem; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.hero-subtitle { font-size: clamp(1rem, 2.5vw, 1.2rem); color: rgba(255,255,255,0.88); margin-bottom: 2.5rem; max-width: 620px; margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.btn-hero-wa { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--green); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; padding: 0.9rem 2rem; border-radius: 50px; transition: var(--transition); box-shadow: 0 4px 20px rgba(37,211,102,0.4); }
.btn-hero-wa:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 6px 30px rgba(37,211,102,0.5); }
.btn-hero-outline { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.15); color: #fff; font-family: var(--font-head); font-weight: 600; padding: 0.9rem 2rem; border-radius: 50px; border: 2px solid rgba(255,255,255,0.5); transition: var(--transition); backdrop-filter: blur(4px); }
.btn-hero-outline:hover { background: rgba(255,255,255,0.25); border-color: #fff; }
.hero-trust { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; font-size: 0.875rem; color: rgba(255,255,255,0.8); }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); }
.hero-scroll a { display: block; width: 32px; height: 50px; border: 2px solid rgba(255,255,255,0.4); border-radius: 16px; position: relative; }
.hero-scroll span { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 4px; height: 10px; background: rgba(255,255,255,0.7); border-radius: 2px; animation: scroll-anim 1.5s infinite; }
@keyframes scroll-anim { 0%,100% { opacity: 1; transform: translateX(-50%) translateY(0); } 50% { opacity: 0; transform: translateX(-50%) translateY(14px); } }

/* STATS */
.stats-section { background: var(--navy); color: #fff; padding: 2.5rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.stat-item { padding: 1rem; }
.stat-value { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--gold); }
.stat-label { font-size: 0.875rem; color: rgba(255,255,255,0.75); margin-top: 0.25rem; }

/* CATEGORIES */
.categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }
.category-card { background: #fff; border: 2px solid var(--gray-200); border-radius: var(--radius); padding: 1.75rem 1.5rem; text-align: center; transition: var(--transition); display: flex; flex-direction: column; gap: 0.5rem; }
.category-card:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.category-icon { font-size: 2.5rem; margin-bottom: 0.5rem; }
.category-name { font-size: 1rem; font-weight: 700; color: var(--navy); }
.category-desc { font-size: 0.8rem; color: var(--gray-600); flex: 1; }
.category-count { font-size: 0.8rem; color: var(--orange); font-weight: 600; }
.category-arrow { font-size: 0.85rem; color: var(--navy-light); font-weight: 600; }

/* PACKAGES */
.packages-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.75rem; }
.packages-grid-full { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.package-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; transition: var(--transition); position: relative; }
.package-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--orange); }
.pkg-badge { position: absolute; top: 12px; left: 12px; background: var(--orange); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.6rem; border-radius: 50px; z-index: 2; }
.pkg-image-wrap { position: relative; height: 200px; overflow: hidden; }
.pkg-image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.package-card:hover .pkg-image { transform: scale(1.05); }
.pkg-image-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.pkg-duration-tag { position: absolute; bottom: 12px; right: 12px; background: rgba(0,0,0,0.7); color: #fff; font-size: 0.78rem; padding: 0.25rem 0.6rem; border-radius: 50px; display: flex; align-items: center; gap: 4px; }
.pkg-body { padding: 1.25rem; }
.pkg-category { font-size: 0.75rem; color: var(--orange); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.4rem; }
.pkg-name { font-size: 1.05rem; margin-bottom: 0.4rem; }
.pkg-name a:hover { color: var(--orange); }
.pkg-highlight { font-size: 0.85rem; color: var(--gray-600); margin-bottom: 0.75rem; }
.pkg-includes-preview { margin-bottom: 0.75rem; }
.pkg-includes-preview li { font-size: 0.8rem; color: var(--gray-600); padding: 0.15rem 0; }
.pkg-includes-preview .more { color: var(--navy-light); font-style: italic; }
.pkg-price { display: flex; align-items: baseline; gap: 0.35rem; margin-bottom: 1rem; padding: 0.6rem 0; border-top: 1px solid var(--gray-100); }
.price-label { font-size: 0.8rem; color: var(--gray-600); }
.price-value { font-family: var(--font-head); font-size: 1.25rem; font-weight: 800; color: var(--navy); }
.price-per { font-size: 0.8rem; color: var(--gray-600); }
.pkg-actions { display: flex; gap: 0.5rem; }
.btn-detail { flex: 1; text-align: center; padding: 0.6rem; border: 2px solid var(--navy); border-radius: 50px; font-weight: 600; font-size: 0.875rem; color: var(--navy); transition: var(--transition); }
.btn-detail:hover { background: var(--navy); color: #fff; }
.wa-btn { flex: 1.2; text-align: center; padding: 0.6rem; border-radius: 50px; font-weight: 600; font-size: 0.875rem; }

/* Packages Group Title */
.packages-group-title { font-size: 1.4rem; color: var(--navy); margin: 2.5rem 0 1.25rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--orange); display: inline-block; }
.category-filter-tabs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.filter-tab { padding: 0.5rem 1rem; border-radius: 50px; border: 2px solid var(--gray-200); font-size: 0.85rem; font-weight: 600; color: var(--gray-600); transition: var(--transition); }
.filter-tab.active, .filter-tab:hover { border-color: var(--navy); background: var(--navy); color: #fff; }

/* NUSAPENIDA BANNER */
.nusapenida-banner { background: linear-gradient(135deg, #0d3b5e 0%, var(--navy) 60%, #1a6b8a 100%); color: #fff; padding: 4rem 0; }
.nusa-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.nusa-badge { display: inline-block; background: rgba(245,200,66,0.2); color: var(--gold); padding: 0.35rem 1rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600; margin-bottom: 1rem; }
.nusa-content h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 1rem; }
.nusa-content p { color: rgba(255,255,255,0.85); margin-bottom: 1.5rem; }
.btn-nusa { display: inline-flex; align-items: center; gap: 0.5rem; color: #fff; font-weight: 700; padding: 0.85rem 2rem; border-radius: 50px; margin-right: 0.75rem; transition: var(--transition); }
.btn-nusa:hover { opacity: 0.9; transform: translateY(-2px); }
.btn-nusa-outline { display: inline-flex; align-items: center; color: rgba(255,255,255,0.85); font-weight: 600; padding: 0.85rem 1.5rem; border-radius: 50px; border: 2px solid rgba(255,255,255,0.4); transition: var(--transition); }
.btn-nusa-outline:hover { border-color: #fff; color: #fff; }
.nusa-image { display: flex; align-items: center; justify-content: center; }
.nusa-img-placeholder { width: 100%; aspect-ratio: 4/3; background: rgba(255,255,255,0.1); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; border: 2px dashed rgba(255,255,255,0.3); }
.nusa-img-text { text-align: center; font-size: 3rem; line-height: 1.4; color: rgba(255,255,255,0.7); }

/* WHY US */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.why-card { text-align: center; padding: 2rem 1.5rem; background: #fff; border-radius: var(--radius); border: 1px solid var(--gray-200); transition: var(--transition); }
.why-card:hover { border-color: var(--orange); box-shadow: var(--shadow); }
.why-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.why-title { font-size: 1.05rem; margin-bottom: 0.5rem; }
.why-desc { font-size: 0.875rem; color: var(--gray-600); }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.testimonial-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 1.5rem; transition: var(--transition); }
.testimonial-card:hover { box-shadow: var(--shadow); border-color: var(--orange); }
.testi-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; flex-shrink: 0; }
.testi-name { font-weight: 700; font-size: 0.95rem; }
.testi-origin { font-size: 0.8rem; color: var(--gray-600); }
.testi-stars { color: #f59e0b; font-size: 1rem; margin-bottom: 0.75rem; }
.testi-content { font-size: 0.875rem; color: var(--gray-600); line-height: 1.7; font-style: italic; margin-bottom: 0.75rem; }
.testi-package { font-size: 0.78rem; color: var(--navy-light); font-weight: 600; }

/* FAQ */
.faq-inner { max-width: 800px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 0.5rem; }
.faq-item { border: 1px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; }
.faq-question { width: 100%; text-align: left; padding: 1.25rem 1.5rem; background: #fff; font-family: var(--font-head); font-weight: 600; font-size: 1rem; color: var(--navy); cursor: pointer; border: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transition: var(--transition); }
.faq-question:hover { background: var(--gray-50); }
.faq-question[aria-expanded="true"] { background: var(--navy); color: #fff; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(180deg); stroke: #fff; }
.faq-icon { flex-shrink: 0; transition: transform 0.3s; }
.faq-answer { display: none; padding: 1.25rem 1.5rem; font-size: 0.9rem; color: var(--gray-600); line-height: 1.7; border-top: 1px solid var(--gray-100); }
.faq-answer.open { display: block; }

/* CONTACT CTA */
.contact-cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); color: #fff; padding: 5rem 1.25rem; text-align: center; }
.cta-title { font-size: clamp(1.8rem, 4vw, 2.5rem); color: #fff; margin-bottom: 1rem; }
.cta-subtitle { color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto 2rem; font-size: 1.05rem; }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-cta-main { display: inline-flex; align-items: center; gap: 0.6rem; color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; padding: 0.9rem 2.5rem; border-radius: 50px; transition: var(--transition); box-shadow: 0 4px 20px rgba(0,0,0,0.2); }
.btn-cta-main:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(0,0,0,0.3); opacity: 0.95; }
.btn-cta-secondary { display: inline-flex; align-items: center; color: rgba(255,255,255,0.9); font-weight: 600; padding: 0.9rem 2rem; border-radius: 50px; border: 2px solid rgba(255,255,255,0.4); transition: var(--transition); }
.btn-cta-secondary:hover { border-color: #fff; color: #fff; }

/* FOOTER */
.site-footer { background: var(--gray-800); color: rgba(255,255,255,0.8); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2.5rem; padding-bottom: 2.5rem; }
.footer-logo img { margin-bottom: 1rem; }
.footer-desc { font-size: 0.875rem; line-height: 1.7; margin-bottom: 1.25rem; }
.social-links { display: flex; gap: 0.75rem; }
.social-link { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,0.1); border-radius: 8px; transition: var(--transition); }
.social-link:hover { background: var(--orange); }
.footer-title { font-family: var(--font-head); font-size: 0.9rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1rem; }
.footer-nav { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-nav a { font-size: 0.875rem; transition: var(--transition); }
.footer-nav a:hover { color: var(--orange); }
.footer-contact-item { display: flex; gap: 0.6rem; font-size: 0.875rem; margin-bottom: 0.6rem; align-items: flex-start; }
.footer-wa-btn { display: flex; align-items: center; gap: 0.5rem; background: var(--green); color: #fff; font-weight: 600; font-size: 0.875rem; padding: 0.65rem 1.25rem; border-radius: 50px; margin-top: 1rem; transition: var(--transition); }
.footer-wa-btn:hover { background: var(--green-dark); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.25rem 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 0.8rem; flex-wrap: wrap; }
.footer-bottom a { color: var(--orange); }

/* STICKY WA */
.sticky-wa { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 999; width: 60px; height: 60px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.5); transition: transform 0.2s; }
.sticky-wa:hover { transform: scale(1.1); }
.sticky-wa-pulse { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--green); animation: pulse-ring 2s infinite; opacity: 0; }
@keyframes pulse-ring { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.4); opacity: 0; } }

/* BREADCRUMB */
.breadcrumb-nav { background: var(--gray-50); border-bottom: 1px solid var(--gray-200); padding: 0.75rem 0; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--gray-600); flex-wrap: wrap; }
.breadcrumb li:not(:last-child)::after { content: '›'; margin-left: 0.5rem; color: var(--gray-600); }
.breadcrumb a { color: var(--navy-light); }
.breadcrumb a:hover { color: var(--orange); }

/* CATEGORY HERO */
.category-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); color: #fff; padding: 3.5rem 0; text-align: center; }
.category-hero-icon { font-size: 3rem; margin-bottom: 1rem; }
.category-hero-title { font-size: clamp(1.6rem, 4vw, 2.5rem); color: #fff; margin-bottom: 0.75rem; }
.category-hero-desc { color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto; }

/* PACKAGE DETAIL */
.pkg-detail-hero { padding: 3rem 0; background: var(--gray-50); }
.pkg-detail-inner { display: grid; grid-template-columns: 3fr 2fr; gap: 2.5rem; align-items: start; }
.pkg-detail-img { width: 100%; border-radius: var(--radius); max-height: 420px; object-fit: cover; box-shadow: var(--shadow-lg); }
.pkg-detail-img-placeholder { width: 100%; height: 320px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: var(--radius); display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 3rem; gap: 0.5rem; }
.pkg-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; margin-top: 0.75rem; }
.gallery-thumb { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; cursor: pointer; transition: opacity 0.2s; }
.gallery-thumb:hover { opacity: 0.85; }
.pkg-badge-lg { display: inline-block; background: var(--orange); color: #fff; font-size: 0.8rem; font-weight: 700; padding: 0.3rem 0.8rem; border-radius: 50px; margin-bottom: 0.75rem; }
.pkg-detail-category { font-size: 0.8rem; color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.pkg-detail-name { font-size: clamp(1.4rem, 3vw, 1.8rem); margin-bottom: 0.75rem; }
.pkg-detail-highlight { color: var(--gray-600); margin-bottom: 1.25rem; }
.pkg-detail-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-bottom: 1.5rem; }
.meta-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.875rem; color: var(--gray-600); }
.meta-icon { font-size: 1rem; }
.pkg-detail-price { background: var(--gray-50); border: 2px solid var(--navy); border-radius: var(--radius); padding: 1.25rem; margin-bottom: 1.25rem; }
.price-label-lg { display: block; font-size: 0.875rem; color: var(--gray-600); margin-bottom: 0.25rem; }
.price-value-lg { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: var(--navy); }
.price-per-lg { font-size: 0.9rem; font-weight: 400; color: var(--gray-600); }
.wa-note { font-size: 0.8rem; color: var(--gray-600); text-align: center; margin-top: 0.5rem; }

/* TABS */
.pkg-tabs-section { padding: 3rem 0; }
.tabs { display: flex; gap: 0.5rem; border-bottom: 2px solid var(--gray-200); margin-bottom: 2rem; }
.tab { padding: 0.75rem 1.5rem; font-family: var(--font-head); font-weight: 600; font-size: 0.95rem; color: var(--gray-600); background: none; border: none; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: var(--transition); }
.tab.active { color: var(--navy); border-bottom-color: var(--navy); }
.tab:hover { color: var(--navy); }
.tab-content { display: none; }
.tab-content.active { display: block; }
.pkg-description { color: var(--gray-600); line-height: 1.8; }

/* Itinerary */
.itinerary-list { display: flex; flex-direction: column; gap: 1.5rem; }
.itinerary-day { border-left: 3px solid var(--orange); padding-left: 1.5rem; }
.itinerary-day-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.75rem; }
.itinerary-day-badge { background: var(--orange); color: #fff; font-size: 0.8rem; font-weight: 700; padding: 0.25rem 0.75rem; border-radius: 50px; }
.itinerary-day-title { font-size: 1.05rem; font-weight: 700; }
.itinerary-activities { display: flex; flex-direction: column; gap: 0.4rem; }
.itinerary-activities li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.9rem; color: var(--gray-600); }
.act-dot { color: var(--orange); font-size: 0.7rem; margin-top: 0.2rem; flex-shrink: 0; }

/* Includes/Excludes */
.includes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.includes-title { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.includes-title.excl { color: #dc2626; }
.includes-list { display: flex; flex-direction: column; gap: 0.5rem; }
.includes-list li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--gray-600); }

/* Related */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related-card { display: flex; align-items: center; gap: 0.75rem; padding: 1rem; border: 1px solid var(--gray-200); border-radius: var(--radius); transition: var(--transition); }
.related-card:hover { border-color: var(--orange); background: var(--gray-50); }
.related-icon { font-size: 1.5rem; }
.related-name { font-weight: 600; font-size: 0.9rem; }
.related-price { font-size: 0.8rem; color: var(--orange); font-weight: 600; }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.9); align-items: center; justify-content: center; }
.lightbox.active { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }
.lightbox-close { position: absolute; top: 1.5rem; right: 1.5rem; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }

/* ABOUT PAGE */
.page-hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); color: #fff; padding: 4rem 0; text-align: center; }
.page-hero-title { font-size: clamp(1.8rem, 4vw, 2.8rem); color: #fff; margin-bottom: 0.75rem; }
.page-hero-desc { color: rgba(255,255,255,0.85); max-width: 600px; margin: 0 auto; }
.about-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: center; }
.about-img-card { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); border-radius: var(--radius); padding: 2.5rem; text-align: center; }
.about-logo-img { margin: 0 auto 1.5rem; max-width: 200px; filter: brightness(0) invert(1); }
.about-stats-mini { display: flex; gap: 1rem; justify-content: center; }
.stat-mini { text-align: center; color: #fff; }
.stat-mini strong { display: block; font-size: 1.5rem; font-weight: 800; color: var(--gold); }
.stat-mini span { font-size: 0.75rem; opacity: 0.8; }
.about-title { font-size: clamp(1.4rem, 3vw, 2rem); margin: 1rem 0; }
.about-text { color: var(--gray-600); margin-bottom: 1rem; line-height: 1.8; }
.about-values { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.value-item { display: flex; gap: 1rem; align-items: flex-start; }
.value-icon { font-size: 1.5rem; flex-shrink: 0; }
.value-item strong { font-size: 0.95rem; display: block; margin-bottom: 0.25rem; }
.value-item p { font-size: 0.875rem; color: var(--gray-600); margin: 0; }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 3rem; align-items: start; }
.contact-info-title { font-size: 1.4rem; margin-bottom: 1.5rem; }
.contact-info-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; align-items: flex-start; }
.ci-icon { font-size: 1.5rem; flex-shrink: 0; }
.contact-info-item strong { display: block; font-size: 0.875rem; font-weight: 700; margin-bottom: 0.25rem; }
.contact-info-item p { font-size: 0.875rem; color: var(--gray-600); margin: 0; }
.wa-contact-card { background: var(--gray-50); border: 2px solid var(--green); border-radius: var(--radius); padding: 1.5rem; }
.wa-contact-card h3 { font-size: 1rem; margin-bottom: 0.35rem; }
.wa-contact-card p { font-size: 0.875rem; color: var(--gray-600); margin-bottom: 1rem; }
.wa-contact-btn { display: flex; align-items: center; gap: 0.5rem; color: #fff; font-weight: 700; padding: 0.75rem 1.5rem; border-radius: 50px; transition: var(--transition); width: fit-content; }
.wa-contact-btn:hover { opacity: 0.9; }
.contact-form-card { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.contact-form-title { font-size: 1.4rem; margin-bottom: 1.5rem; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-group label { display: block; font-weight: 600; font-size: 0.875rem; margin-bottom: 0.4rem; color: var(--navy); }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.7rem 1rem; border: 1.5px solid var(--gray-200); border-radius: 8px; font-family: var(--font-body); font-size: 0.9rem; color: var(--gray-800); transition: var(--transition); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(27,61,110,0.1); }
.form-group textarea { resize: vertical; }
.btn-submit { background: var(--orange); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1rem; padding: 0.85rem 2rem; border-radius: 50px; border: none; cursor: pointer; width: 100%; transition: var(--transition); }
.btn-submit:hover { background: var(--orange-dark); }
.alert { padding: 0.75rem 1rem; border-radius: 8px; font-size: 0.9rem; margin-bottom: 1rem; }
.alert-success { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

/* 404 */
.error-page { padding: 6rem 1.25rem; text-align: center; }
.error-code { font-size: 8rem; font-weight: 800; color: var(--navy); line-height: 1; margin-bottom: 1rem; }
.error-title { font-size: 2rem; margin-bottom: 1rem; }
.error-desc { color: var(--gray-600); max-width: 500px; margin: 0 auto 2rem; }
.error-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Empty State */
.empty-state { text-align: center; padding: 4rem 1rem; }
.empty-icon { font-size: 3rem; margin-bottom: 1rem; }
.empty-state h3 { margin-bottom: 0.5rem; }
.empty-state p { color: var(--gray-600); }

/* Static Page */
.static-page h1 { margin-bottom: 2rem; }
.static-content { color: var(--gray-600); line-height: 1.8; }
.static-content h2,h3 { color: var(--navy); margin: 1.5rem 0 0.75rem; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .nusa-inner { grid-template-columns: 1fr; }
  .pkg-detail-inner { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .main-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; flex-direction: column; align-items: flex-start; padding: 5rem 2rem 2rem; z-index: 999; gap: 0.25rem; overflow-y: auto; }
  .main-nav.open { display: flex; }
  .nav-link { font-size: 1rem; padding: 0.75rem 1rem; width: 100%; }
  .dropdown-menu { position: static; transform: none; box-shadow: none; border: none; background: var(--gray-50); padding-left: 1rem; }
  .header-wa-btn { display: none; }
  .hamburger { display: flex; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .includes-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .hero-content { padding-top: 5rem; }
  .nusa-inner { grid-template-columns: 1fr; }
  .nusa-image { display: none; }
  .pkg-gallery { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
  .section { padding: 3rem 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-actions { flex-direction: column; }
  .cta-buttons { flex-direction: column; align-items: center; }
  .pkg-detail-meta { grid-template-columns: 1fr; }
}
