/* ============================================================
   Lombok Budget Tour — shared theme
   Style: photo-heavy & clean (ala travel agency) + aksen orange brand
   Dipakai oleh index.html dan paket-wisata.html
   ============================================================ */

:root {
  --orange: #FF8A3D;
  --orange-deep: #E85B1F;
  --orange-text: #C95F1E;
  --teal: #00A896;
  --teal-deep: #028F80;
  --ink: #2a2a2a;
  --muted: #7a6a55;
  --cream: #FFF5E6;
  --cream-2: #FFE8D1;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: #fff;
  min-height: 100vh;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* -------- NAVBAR -------- */
.navbar {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid rgba(255, 138, 61, 0.18);
  box-shadow: 0 1px 12px rgba(255, 138, 61, 0.06);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 12px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.brand-mark { width: 44px; height: 44px; flex-shrink: 0; object-fit: contain; }
.brand-mark-lg { width: 56px; height: 56px; flex-shrink: 0; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-weight: 800; letter-spacing: 0.4px; color: var(--orange-text); font-size: 15px; }
.brand-tag { font-size: 11px; color: var(--muted); font-weight: 500; margin-top: 2px; }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  text-decoration: none; color: #3a3025; font-weight: 600; font-size: 14.5px;
  padding: 8px 14px; border-radius: 999px; transition: background .15s ease, color .15s ease;
}
.nav-links a:hover { background: #FFF3E5; color: var(--orange-text); }
.nav-links a.active { color: var(--orange-text); }

.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-cta {
  background: #25D366; color: #fff;
  padding: 9px 16px; border-radius: 999px;
  font-weight: 700; font-size: 13.5px; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(37, 211, 102, 0.38); }
.nav-cta svg { width: 16px; height: 16px; }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 42px; height: 42px; border-radius: 10px; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 24px; height: 24px; color: var(--orange-text); }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; padding: 12px 16px 18px;
    border-bottom: 1px solid rgba(255,138,61,0.18);
    box-shadow: 0 16px 30px rgba(0,0,0,0.10);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .2s ease, opacity .2s ease;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 12px 14px; font-size: 15.5px; }
}

/* -------- HERO (photo) -------- */
.hero {
  position: relative; color: #fff;
  min-height: 78vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background-image:
    linear-gradient(180deg, rgba(20,12,6,0.45) 0%, rgba(20,12,6,0.30) 40%, rgba(20,12,6,0.72) 100%),
    url('https://lombokbudget.com/Foto/cover.JPG');
  background-size: cover; background-position: center;
  padding: 90px 24px;
}
.hero-inner { max-width: 860px; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-block; background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 6px 16px; border-radius: 999px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  margin-bottom: 20px;
}
.hero h1 {
  font-size: clamp(34px, 6vw, 60px); line-height: 1.08; margin: 0 0 16px;
  font-weight: 800; letter-spacing: -1px; text-shadow: 0 2px 24px rgba(0,0,0,0.3);
}
.hero p {
  font-size: clamp(15px, 1.9vw, 18px); max-width: 640px; margin: 0 auto 28px;
  color: rgba(255,255,255,0.95);
}
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-trust {
  margin-top: 26px;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28);
  padding: 8px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 600;
}
.hero-trust .dot { width: 8px; height: 8px; background: #6FFFB0; border-radius: 50%; box-shadow: 0 0 0 4px rgba(111,255,176,0.25); }

/* -------- BUTTONS -------- */
.btn {
  padding: 13px 22px; border-radius: 12px; border: none;
  font-family: inherit; font-size: 14.5px; font-weight: 700; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: transform .12s ease, box-shadow .12s ease, background .15s ease;
  text-decoration: none;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary { background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%); color: #fff; box-shadow: 0 8px 22px rgba(232,91,31,0.35); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(232,91,31,0.45); }
.btn-ghost { background: rgba(255,255,255,0.14); color: #fff; border: 1.5px solid rgba(255,255,255,0.55); }
.btn-ghost:hover { background: rgba(255,255,255,0.24); }
.btn-wa { background: #25D366; color: #fff; box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4); }
.btn-wa:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(37, 211, 102, 0.5); }

/* -------- SECTION SHELL -------- */
.section { padding: 72px 0; }
.section.alt { background: linear-gradient(160deg, var(--cream) 0%, var(--cream-2) 100%); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-eyebrow {
  display: inline-block; color: var(--orange-text); font-weight: 800;
  font-size: 12.5px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(26px, 3.6vw, 38px); margin: 0 0 12px; font-weight: 800; letter-spacing: -0.5px; color: #1f1f1f; }
.section-head p { margin: 0; font-size: 15.5px; color: #5a4f3f; }

/* -------- INTRO (about) -------- */
.intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
@media (max-width: 860px) { .intro-grid { grid-template-columns: 1fr; gap: 28px; } }
.intro-copy h2 { font-size: clamp(24px, 3.4vw, 34px); margin: 0 0 16px; font-weight: 800; letter-spacing: -0.5px; }
.intro-copy p { color: #4a4034; font-size: 15px; margin: 0 0 14px; }
.intro-media { position: relative; }
.intro-media img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 44px rgba(224,122,44,0.18); }
.intro-badge {
  position: absolute; left: -14px; bottom: -14px;
  background: linear-gradient(160deg, var(--teal), var(--teal-deep)); color: #fff;
  padding: 16px 20px; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,168,150,0.35);
}
.intro-badge .big { font-size: 26px; font-weight: 800; line-height: 1; }
.intro-badge .small { font-size: 12px; opacity: 0.9; }

/* -------- CARDS GRID (packages / categories) -------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cards { grid-template-columns: 1fr; } }
.card {
  background: #fff; border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(255,196,145,0.5);
  box-shadow: 0 10px 30px rgba(224,122,44,0.10);
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(224,122,44,0.20); }
.card-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card-img img { transform: scale(1.06); }
.card-tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(0,0,0,0.55); color: #fff; backdrop-filter: blur(4px);
  padding: 5px 12px; border-radius: 999px; font-size: 12px; font-weight: 600;
}
.card-price {
  position: absolute; bottom: 12px; right: 12px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: #fff;
  padding: 6px 12px; border-radius: 10px; font-size: 13px; font-weight: 700;
  box-shadow: 0 6px 16px rgba(232,91,31,0.4);
}
.card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin: 0 0 8px; font-size: 18px; font-weight: 700; color: #1f1f1f; }
.card-body p { margin: 0 0 16px; font-size: 13.5px; color: #5a4f3f; flex: 1; }
.card-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 14px; font-weight: 600; }
.card-meta svg { width: 15px; height: 15px; color: var(--orange-text); }
.card-actions { display: flex; gap: 10px; }
.card-actions .btn { flex: 1; padding: 11px 14px; font-size: 13.5px; }

/* -------- GALLERY -------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
.gallery-item {
  position: relative; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden;
  box-shadow: 0 8px 22px rgba(224,122,44,0.12); cursor: pointer;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item .cap {
  position: absolute; inset: auto 0 0 0; padding: 18px 12px 10px; color: #fff;
  font-size: 12.5px; font-weight: 600;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  opacity: 0; transition: opacity .2s ease;
}
.gallery-item:hover .cap { opacity: 1; }
.gallery-item.tall { aspect-ratio: auto; grid-row: span 2; }

/* -------- CONTACT -------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-cards { display: grid; gap: 14px; align-content: start; }
.contact-card {
  display: flex; gap: 14px; align-items: flex-start;
  background: #fff; border: 1px solid rgba(255,196,145,0.5);
  border-radius: 14px; padding: 18px 20px;
  box-shadow: 0 8px 22px rgba(224,122,44,0.08);
}
.contact-card .ico {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px; color: #fff;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
}
.contact-card .ico svg { width: 20px; height: 20px; }
.contact-card h4 { margin: 0 0 3px; font-size: 14px; font-weight: 700; }
.contact-card a, .contact-card p { margin: 0; font-size: 14px; color: #4a4034; text-decoration: none; }
.contact-card a:hover { color: var(--orange-text); }
.contact-map { border-radius: 16px; overflow: hidden; min-height: 320px; box-shadow: 0 12px 30px rgba(0,0,0,0.10); }
.contact-map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
.socials { display: flex; gap: 10px; margin-top: 4px; }
.socials a {
  width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: #FFF3E5; color: var(--orange-text); transition: background .15s ease, transform .15s ease;
}
.socials a:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }
.socials svg { width: 19px; height: 19px; }

/* -------- WHY US -------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 760px) { .why-grid { grid-template-columns: 1fr; } }
.why-card { background: #fff; border: 1px solid rgba(255,196,145,0.5); padding: 24px; border-radius: 16px; box-shadow: 0 8px 22px rgba(224,122,44,0.08); }
.why-card .ico { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--orange), var(--orange-deep)); color: #fff; border-radius: 10px; margin-bottom: 14px; }
.why-card h4 { margin: 0 0 6px; font-size: 16px; font-weight: 700; color: #1f1f1f; }
.why-card p { margin: 0; font-size: 13.5px; color: #5a4f3f; }

/* -------- PAGE HEADER (paket-wisata.html) -------- */
.page-hero {
  position: relative; color: #fff; text-align: center;
  padding: 80px 24px 70px;
  background-image:
    linear-gradient(180deg, rgba(20,12,6,0.5), rgba(20,12,6,0.65)),
    url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?auto=format&fit=crop&w=1600&q=80');
  background-size: cover; background-position: center;
}
.page-hero h1 { font-size: clamp(30px, 5vw, 46px); margin: 0 0 12px; font-weight: 800; letter-spacing: -0.5px; }
.page-hero p { margin: 0 auto; max-width: 620px; font-size: 16px; opacity: 0.95; }
.crumbs { font-size: 13px; opacity: 0.9; margin-bottom: 16px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* -------- FOOTER -------- */
footer { margin-top: 0; background: #1f1612; color: #d9cfc1; padding: 48px 24px 24px; }
.foot-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; align-items: flex-start; }
@media (max-width: 860px) { .foot-inner { grid-template-columns: 1fr 1fr; gap: 26px; } }
@media (max-width: 520px) { .foot-inner { grid-template-columns: 1fr; } }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.foot-brand .brand-name { color: #FFB07A; }
.foot-brand .brand-tag { color: #9a8a78; }
.foot p { margin: 6px 0; font-size: 13.5px; line-height: 1.6; }
.foot h5 { font-size: 12px; text-transform: uppercase; letter-spacing: 1.2px; color: #FFB07A; margin: 0 0 12px; font-weight: 700; }
.foot a { color: #d9cfc1; text-decoration: none; }
.foot a:hover { color: #FFB07A; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot ul li { margin: 8px 0; font-size: 13.5px; }
.foot-bottom { max-width: 1200px; margin: 28px auto 0; padding-top: 18px; border-top: 1px solid #3a2d24; font-size: 12.5px; color: #8a7a68; text-align: center; }

/* -------- ARTIKEL: kartu (listing) -------- */
.card-cat { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; color: var(--orange-text); margin-bottom: 8px; }
.card-date { font-size: 12px; color: var(--muted); font-weight: 600; }
.card .read-more { color: var(--orange-text); font-weight: 700; font-size: 13.5px; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.card .read-more:hover { gap: 9px; }

/* -------- ARTIKEL: halaman baca -------- */
.article-wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; font-weight: 600; margin: 0 0 22px; }
.article-meta .pill { background: #FFF3E5; color: var(--orange-text); padding: 4px 12px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.5px; font-size: 11.5px; }
.article-cover { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 18px; margin: 0 0 32px; box-shadow: 0 14px 36px rgba(224,122,44,0.16); }
.article-body { font-size: 16.5px; line-height: 1.8; color: #34291e; }
.article-body p { margin: 0 0 20px; }
.article-body h2 { font-size: 24px; font-weight: 800; letter-spacing: -0.3px; margin: 36px 0 14px; color: #1f1f1f; }
.article-body h3 { font-size: 19px; font-weight: 700; margin: 28px 0 10px; color: #1f1f1f; }
.article-body ul { margin: 0 0 20px; padding-left: 22px; }
.article-body li { margin: 6px 0; }
.article-body a { color: var(--orange-text); font-weight: 600; }
.article-body blockquote { margin: 24px 0; padding: 16px 22px; border-left: 4px solid var(--orange); background: var(--cream); border-radius: 0 12px 12px 0; font-style: italic; color: #4a4034; }
.article-cta { margin: 36px 0 8px; background: linear-gradient(160deg, var(--teal), var(--teal-deep)); color: #fff; border-radius: 18px; padding: 26px 28px; box-shadow: 0 14px 40px rgba(0,168,150,0.28); }
.article-cta h3 { margin: 0 0 6px; font-size: 20px; font-weight: 800; }
.article-cta p { margin: 0 0 16px; font-size: 14.5px; opacity: 0.95; }
.article-cta .btn { background: #fff; color: var(--teal-deep); }
.article-cta .btn:hover { transform: translateY(-1px); }
.article-back { display: inline-flex; align-items: center; gap: 6px; color: var(--orange-text); font-weight: 700; text-decoration: none; font-size: 14px; margin-bottom: 22px; }
.article-back:hover { gap: 9px; }
.share-row { display: flex; align-items: center; gap: 10px; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid rgba(224,122,44,0.18); flex-wrap: wrap; }
.share-row span { font-weight: 700; font-size: 13.5px; color: var(--muted); }
.share-row a { width: 38px; height: 38px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: #FFF3E5; color: var(--orange-text); transition: background .15s ease, transform .15s ease; }
.share-row a:hover { background: var(--orange); color: #fff; transform: translateY(-2px); }
.share-row svg { width: 18px; height: 18px; }
