:root {
  --color-bg: #f6f8fd;
  --color-surface: #ffffff;
  --color-surface-soft: #eef4ff;
  --color-text: #18243f;
  --color-text-muted: #62708a;
  --color-primary: #2e5eaa;
  --color-primary-deep: #1f4f98;
  --color-accent: #fc9246;
  --color-border: rgba(24, 36, 63, 0.08);
  --color-dark: #0b1732;
  --shadow-soft: 0 22px 60px rgba(24, 36, 63, 0.12);
  --shadow-card: 0 16px 40px rgba(24, 36, 63, 0.08);
  --max-width: 1200px;
}

.hero-side h3.seo-h2,
.hero-right h3.seo-h2 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.section-heading h3.seo-h2,
.cta-card h3.seo-h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--color-text);
  background: var(--color-bg);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2e5eaa;
}

.section-eyebrow {
  color: var(--color-primary);
}

.primary-button,
.secondary-button,
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.5rem;
  border-radius: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.primary-button:hover,
.secondary-button:hover,
.whatsapp-button:hover {
  transform: translateY(-2px);
}

.primary-button {
  background: var(--color-primary);
  color: #fff;
}

.secondary-button {
  background: #fff;
  color: var(--color-primary);
}

.whatsapp-button {
  background: #25d366;
  color: #fff;
}

.hero-section {
  --hero-progress: 0;
  --hero-bg-shift: 0px;
  --hero-bg-scale: 1;
  --hero-center-y: 0px;
  --hero-center-scale: 1;
  --hero-left-x: 0px;
  --hero-right-x: 0px;
  --hero-side-blur: 0px;
  --hero-side-opacity: 1;
  --hero-rating-y: 0px;
  --hero-rating-opacity: 1;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: stretch;
  color: #fff;
  overflow: hidden;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: -4%;
  background:
    linear-gradient(90deg, rgba(17, 11, 9, 0.76) 0%, rgba(10, 18, 40, 0.46) 38%, rgba(10, 18, 40, 0.36) 62%, rgba(17, 11, 9, 0.7) 100%),
    var(--package-hero-image, url("/assets/images/blue-1.jpg")) center / cover no-repeat;
  transform: translate3d(0, var(--hero-bg-shift), 0) scale(var(--hero-bg-scale));
  transform-origin: center center;
  will-change: transform;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(252, 146, 70, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%, transparent 74%, rgba(0, 0, 0, 0.24));
  pointer-events: none;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.3));
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 1280px);
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr minmax(160px, 280px) 1fr;
  align-items: start;
  gap: 1.5rem;
  overflow: hidden;
  transform: translateZ(0);
}

.hero-side {
  max-width: 400px;
  will-change: transform, opacity, filter;
  transition: transform 0.18s linear, opacity 0.18s linear, filter 0.18s linear;
}

.hero-left {
  justify-self: start;
  margin-top: 8rem;
  transform: translate3d(var(--hero-left-x), calc(var(--hero-progress) * -20px), 0);
  opacity: var(--hero-side-opacity);
  filter: blur(var(--hero-side-blur));
}

.hero-right {
  justify-self: end;
  text-align: right;
  align-self: flex-end;
  margin-bottom: 4rem;
  transform: translate3d(var(--hero-right-x), calc(var(--hero-progress) * 24px), 0);
  opacity: var(--hero-side-opacity);
  filter: blur(var(--hero-side-blur));
}

.hero-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.hero-side h1,
.hero-side h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.hero-right h2 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.hero-copy {
  margin: 0.9rem 0 0;
  font-size: clamp(1.05rem, 1.7vw, 1.55rem);
  line-height: 1.02;
  font-weight: 600;
}

.hero-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8rem;
  height: 60vh;
  padding: 2.9rem 0 0.2rem;
  margin-top: 8rem;
  transform: translate3d(0, var(--hero-center-y), 0) scale(var(--hero-center-scale));
  transform-origin: center top;
  will-change: transform;
  transition: transform 0.18s linear;
}

.hero-center-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-bismillah {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
}

.hero-logo {
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translateY(-2.4rem);
}

.hero-button {
  background: #fff;
  color: #181818;
  min-height: 46px;
  padding-inline: 1.35rem;
  box-shadow: none;
}

.hero-mini-card {
  display: grid;
  gap: 0.8rem;
  padding: 1.3rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}

.hero-mini-card strong {
  font-size: 1.05rem;
}

.hero-mini-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.hero-mini-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-mini-list li {
  position: relative;
  padding-left: 1rem;
}

.hero-mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
}

.google-rating {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
  transform: translate3d(0, var(--hero-rating-y), 0);
  opacity: var(--hero-rating-opacity);
  will-change: transform, opacity;
  transition: transform 0.18s linear, opacity 0.18s linear;
}

.google-rating img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.google-rating strong {
  display: block;
  margin-bottom: 0.2rem;
}

.google-rating span {
  color: #ffbf43;
  letter-spacing: 0.14em;
}

section:not(.hero-section) {
  padding: 5rem 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.section-heading h2,
.cta-card h2 {
  margin: 0.35rem 0 0.8rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.section-heading p,
.cta-card p {
  margin: 0 auto;
  color: var(--color-text-muted);
}

.audience-section {
  background:
    radial-gradient(circle at top left, rgba(46, 94, 170, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff, #f7fbff);
}

.durations-section {
  background: #fff;
}

.duration-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.duration-card {
  position: relative;
  overflow: hidden;
  padding: 1.4rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98)),
    #fff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.duration-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(24, 36, 63, 0.12);
}

.duration-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  background: var(--color-surface-soft);
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.duration-card h3 {
  margin: 1rem 0 0.45rem;
  font-size: 1.25rem;
}

.duration-card p {
  margin: 0;
  color: var(--color-text-muted);
}

.duration-split {
  display: grid;
  gap: 0.65rem;
  margin: 1rem 0 0;
}

.duration-split span {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: #f7faff;
  color: var(--color-text);
  font-size: 0.95rem;
  font-weight: 600;
}

.duration-split strong {
  color: var(--color-primary);
}

.duration-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(24, 36, 63, 0.08);
  font-size: 0.94rem;
  color: var(--color-text-muted);
}

.audience-grid,
.hotel-grid,
.inclusion-grid {
  display: grid;
  gap: 1rem;
}

.audience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-card,
.hotel-card,
.inclusion-card {
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  border-radius: 28px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.audience-card:hover,
.hotel-card:hover,
.inclusion-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(24, 36, 63, 0.12);
}

.audience-card {
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.audience-icon {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: #2e5eaa;
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.audience-card h3,
.hotel-card h3,
.inclusion-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.2rem;
}

.audience-card p,
.hotel-card p,
.inclusion-card p {
  margin: 0;
  color: var(--color-text-muted);
}

.hotel-section {
  background: #f3f7ff;
}

.hotel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hotel-card {
  overflow: hidden;
}

.hotel-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.hotel-card-body {
  padding: 1.35rem;
}

.hotel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.9rem 0 0;
}

.hotel-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--color-surface-soft);
  color: var(--color-primary);
  font-size: 0.86rem;
  font-weight: 700;
}

.inclusion-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inclusion-card {
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.inclusion-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0.9rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--color-primary), #4f7dcb);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
}

.cta-section {
  background: #fff;
}

.cta-card {
  padding: 2.2rem;
  border-radius: 32px;
  background:#2e5eaa;
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.cta-card p {
  color: rgba(255, 255, 255, 0.82);
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.reveal-up {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease;
}

.reveal-up.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.economy-package-page {
  --package-hero-image: url("/assets/images/blue-1.jpg");
}

.standard-package-page {
  --package-hero-image: url("/assets/images/blue-1.jpg");
}

.premium-package-page {
  --package-hero-image: url("/assets/images/blue-1.jpg");
}

@media (max-width: 1100px) {
  .hero-section,
  .hero-content {
    height: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding-top: 7.5rem;
    min-height: 100svh;
    overflow: visible;
  }

  .hero-left,
  .hero-right {
    justify-self: center;
    max-width: 720px;
    margin-top: 0;
    text-align: center;
  }

  .hero-right {
    align-self: center;
    margin-bottom: 0;
  }

  .hero-copy {
    max-width: 28ch;
    margin-inline: auto;
  }

  .hero-center {
    height: auto;
    gap: 10rem;
    padding: 1rem 0;
  }

  .hero-logo {
    transform: translateY(0);
  }

  .google-rating {
    position: static;
    margin-top: 1rem;
  }

  .audience-grid,
  .hotel-grid,
  .inclusion-grid,
  .duration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .hero-content {
    padding-top: 9.2rem;
    padding-bottom: 2rem;
    min-height: 100svh;
  }

  .hero-section::after {
    inset: -2%;
  }

  .hero-side h1,
  .hero-side h2 {
    font-size: clamp(2.5rem, 12vw, 3.7rem);
  }

  .hero-copy {
    font-size: 1.02rem;
    max-width: 24ch;
  }

  .hero-center {
    gap: 6rem;
  }

  .hero-bismillah {
    text-align: center;
  }

  .audience-grid,
  .hotel-grid,
  .inclusion-grid,
  .duration-grid {
    grid-template-columns: 1fr;
  }

  .hotel-card img {
    height: 220px;
  }

  .cta-card {
    padding: 1.6rem;
  }

  section:not(.hero-section) {
    padding: 4.25rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-section::after,
  .hero-left,
  .hero-right,
  .hero-center,
  .google-rating,
  .reveal-up {
    transform: none !important;
    transition: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 760px) {
  .hero-section {
    height: 100svh;
    min-height: 100svh;
  }

  .hero-content {
    height: 100svh;
    min-height: 100svh;
    padding-top: 6.6rem;
    padding-bottom: 2rem;
    align-content: space-between;
    justify-items: stretch;
    text-align: initial;
  }

  .hero-left {
    justify-self: start;
    text-align: left;
    max-width: 100%;
  }

  .hero-right {
    justify-self: end;
    text-align: right;
    max-width: 100%;
  }

  .hero-side h1,
  .hero-side h2 {
    font-size: clamp(2rem, 8.2vw, 2.55rem);
    line-height: 0.98;
  }

  .hero-copy {
    font-size: 0.96rem;
    line-height: 1.38;
    max-width: 23ch;
  }

  .hero-center {
    gap: 4rem;
    margin-top: 0.5rem;
  }

  .hero-bismillah {
    font-size: 0.94rem;
    margin-bottom: 0.5rem;
  }

  .hero-logo {
    font-size: 1.7rem;
  }

  .google-rating {
    position: absolute;
    left: 0;
    bottom: 1.1rem;
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .hero-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    align-items: center;
    text-align: center;
    gap: 1.1rem;
    padding-top: 9rem;
    padding-bottom: 14.35rem;
  }

  .hero-left {
    justify-self: center;
    text-align: center;
    width: min(100%, 24rem);
    max-width: 100%;
  }

  .hero-right {
    display: none;
  }

  .hero-copy {
    max-width: 24ch;
    margin-inline: auto;
  }

  .google-rating {
    display: none;
  }
}
