/* ============================================================
   BALI HOLIDAY PACKAGE — PAGES (index)
   ============================================================ */

/* ===== HERO ===== */
.hero {
  height: 100vh;
  min-height: 680px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 0;
  padding-top: 150px;
  box-sizing: border-box;
}
.hero-bg {
  position: absolute; inset: 0; 
  background:
    linear-gradient(to bottom, rgba(13,17,23,0.25) 0%, rgba(13,17,23,0.05) 40%, rgba(13,17,23,0.72) 100%),
    url('../images/index.jpg') center/cover no-repeat;
  transform: scale(1.06);
  animation: heroZoom 16s ease-in-out infinite alternate;
}
@keyframes heroZoom {
  from { transform: scale(1.06); }
  to   { transform: scale(1.13); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 35%, rgba(13,17,23,0.55) 100%);
}

/* Petal Particles */
.petal {
  position: fixed;
  border-radius: 50% 0 50% 0;
  animation: floatPetal linear infinite;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
@keyframes floatPetal {
  0%   { transform: translateY(105vh) rotate(0deg); opacity: 0.55; }
  100% { transform: translateY(-10vh) rotate(700deg) translateX(90px); opacity: 0; }
}

.hero-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 0 20px;
  max-width: 920px;
  width: 100%;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.hero-tag::before,
.hero-tag::after { content: ''; width: 38px; height: 1px; background: var(--gold); opacity: 0.65; }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8.5vw, 7rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 12px;
}
.hero-title em { color: var(--gold); font-style: italic; font-weight: 400; }

.hero-subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.5vw, 1.65rem);
  font-weight: 300;
  color: rgba(245,237,214,0.72);
  margin-bottom: 38px;
  letter-spacing: 0.06em;
}

/* Search Bar */
.hero-search {
  background: rgba(13,17,23,0.88);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid var(--border-gold2);
  border-radius: var(--radius);
  padding: 7px;
  display: flex;
  gap: 0;
  max-width: 780px;
  margin: 0 auto;
}
.search-field {
  flex: 1;
  padding: 13px 18px;
  background: transparent;
  border: none;
  outline: none;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.88rem;
  border-right: 1px solid var(--border-gold);
}
.search-field::placeholder { color: rgba(245,237,214,0.35); }
.search-field:last-of-type { border-right: none; }
.search-btn {
  background: var(--gold);
  color: var(--dark);
  border: none;
  padding: 13px 30px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: var(--radius);
  transition: background 0.3s;
  white-space: nowrap;
}
.search-btn:hover { background: var(--gold-light); }

/* Hero Stats */
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 48px;
}
.hero-stat { text-align: center; }
.hero-stat-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,237,214,0.45);
  margin-top: 5px;
}

/* Scroll Hint */
.scroll-hint {
  position: absolute;
  bottom: 28px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: rgba(245,237,214,0.35);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: scrollBounce 2.2s infinite;
  z-index: 2;
}
.scroll-line { width: 1px; height: 38px; background: linear-gradient(to bottom, var(--gold), transparent); }
@keyframes scrollBounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(7px); }
}

/* ===== WHY BALI ===== */
.why-bali {
  background: var(--dark2);
  position: relative;
  overflow: hidden;
}
.why-bali::before {
  content: 'BALI';
  position: absolute;
  right: -30px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 18vw;
  font-weight: 700;
  color: rgba(201,168,76,0.03);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -0.05em;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.why-image-stack { position: relative; height: 560px; }
.why-img-main {
  position: absolute; right: 0; top: 0;
  width: 76%; height: 84%;
  object-fit: cover;
  border-radius: var(--radius);
}
.why-img-accent {
  position: absolute; left: 0; bottom: 0;
  width: 54%; height: 54%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 6px solid var(--dark2);
}
.why-badge {
  position: absolute;
  left: 54%; bottom: 54%;
  transform: translate(-50%, 50%);
  background: var(--gold);
  color: var(--dark);
  padding: 16px 18px;
  text-align: center;
  border-radius: var(--radius);
  z-index: 2;
}
.why-badge-num { font-family: var(--font-display); font-size: 2rem; font-weight: 700; line-height: 1; }
.why-badge-txt { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; margin-top: 3px; line-height: 1.4; }

.why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
}
.why-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  background: rgba(201,168,76,0.04);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  transition: var(--trans);
}
.why-feature:hover {
  background: rgba(201,168,76,0.09);
  border-color: var(--border-gold2);
  transform: translateY(-2px);
}
.why-feat-icon {
  width: 36px; height: 36px;
  flex-shrink: 0;
  margin-top: 2px;
}
.why-feature h4 { font-size: 0.85rem; font-weight: 600; color: var(--cream); margin-bottom: 4px; }
.why-feature p  { font-size: 0.78rem; color: var(--text-muted); line-height: 1.65; }

/* ===== PACKAGES SECTION ===== */
.packages-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}
.view-all-link {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  padding-bottom: 4px;
  transition: gap 0.3s;
}
.view-all-link:hover { gap: 14px; }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.packages-grid .pkg-card:first-child { grid-row: span 2; }
.packages-grid .pkg-card:first-child .pkg-img-wrap { height: 400px; }

/* ===== EXPERIENCES SECTION ===== */
.exp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 52px;
}
.exp-card {
  position: relative;
  height: 460px;
  overflow: hidden;
  cursor: default;
}
.exp-card:first-child { grid-column: span 2; }
.exp-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.exp-card:hover .exp-img { transform: scale(1.1); }
.exp-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,17,23,0.93) 0%, rgba(13,17,23,0.15) 60%, transparent 100%);
  transition: background 0.4s;
}
.exp-card:hover .exp-overlay {
  background: linear-gradient(to top, rgba(13,17,23,0.97) 0%, rgba(13,17,23,0.4) 65%, rgba(13,17,23,0.1) 100%);
}
.exp-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 24px;
}
.exp-icon { width: 38px; height: 38px; margin-bottom: 10px; display: block; }
.exp-name {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 6px;
  line-height: 1.25;
}
.exp-card:first-child .exp-name { font-size: 2rem; }
.exp-desc {
  font-size: 0.8rem;
  color: rgba(245,237,214,0.55);
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.exp-card:hover .exp-desc { max-height: 90px; }
.exp-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 12px;
  opacity: 0;
  transition: opacity 0.35s 0.1s;
}
.exp-card:hover .exp-link { opacity: 1; }

/* ===== ABOUT GRID ===== */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; border-radius: var(--radius); }
.about-img-badge {
  position: absolute;
  bottom: 24px; left: -20px;
  background: var(--gold);
  color: var(--dark);
  padding: 18px 22px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-img-badge strong { font-family: var(--font-display); font-size: 2rem; font-weight: 700; line-height: 1; }
.about-img-badge span { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.5; }

.about-text h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.15;
}
.about-text h2 em { color: var(--gold); font-style: italic; }
.about-text p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 16px;
}
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.value-item { display: flex; gap: 12px; align-items: flex-start; }
.value-icon { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.value-item h5 { font-size: 0.85rem; font-weight: 600; color: var(--cream); margin-bottom: 3px; }
.value-item p  { font-size: 0.78rem; color: var(--text-muted); line-height: 1.6; }

/* ===== SECTION HEADER (centered) ===== */
.section-header { text-align: center; margin-bottom: 52px; }
.section-header .section-label { justify-content: center; }
.section-header .section-title { margin-bottom: 12px; }
.section-header .section-desc { margin: 0 auto; }

/* ===== RESPONSIVE PAGES ===== */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .why-image-stack { height: 340px; }
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .packages-grid .pkg-card:first-child { grid-row: span 1; }
  .packages-grid .pkg-card:first-child .pkg-img-wrap { height: 220px; }
  .exp-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-badge { left: 0; }
}
@media (max-width: 768px) {
  .hero-stats { gap: 30px; }
  .hero-search { flex-direction: column; border-radius: var(--radius-md); }
  .search-field { border-right: none; border-bottom: 1px solid var(--border-gold); padding: 14px 16px; }
  .packages-grid { grid-template-columns: 1fr; }
  .exp-grid { grid-template-columns: 1fr; }
  .exp-card:first-child { grid-column: span 1; }
  .exp-card { height: 320px; }
  .why-features { grid-template-columns: 1fr; }
  .hero-title { font-size: clamp(2.8rem, 10vw, 4.5rem); }
}