* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --bg: #f3f3f3;
  --surface: #ffffff;
  --surface-soft: #f7f7f7;
  --text: #151515;
  --muted: #787878;
  --line: rgba(0, 0, 0, 0.08);
  --container: 1180px;
  --shadow: 0 18px 40px rgba(15, 15, 15, 0.08);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 20px;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.85), transparent 28%),
    linear-gradient(180deg, #f5f5f5 0%, #ededed 100%);
  color: var(--text);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
}

a,
button,
input {
  font: inherit;
}

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

button,
input {
  border: 0;
  outline: none;
}

input {
  min-width: 0;
}

.page {
  width: 100%;
}

.app-shell {
  width: 100%;
  overflow: hidden;
}

.stats,
.intro,
.feature,
.tour-list,
.testimonial,
.stories {
  width: min(calc(100% - 48px), var(--container));
  margin-left: auto;
  margin-right: auto;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 680px;
  padding: 28px max(24px, calc((100vw - var(--container)) / 2)) 120px;
  overflow: hidden;
  background: url("../images/1.webp") center/cover no-repeat;
}

.topbar,
.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container));
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.92);
}

.nav {
  display: flex;
  gap: 36px;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.step-icon i,
.newsletter-form button i,
.socials i {
  line-height: 1;
}

.hero-copy {
  max-width: 760px;
  margin-top: 160px;
  text-align: center;
  color: #ffffff;
}

.eyebrow,
.section-kicker {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 20px 0 18px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.hero-text {
  max-width: 560px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: -62px;
}

.stat-card {
  padding: 28px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 1);
  box-shadow: var(--shadow);
}

.stat-card.active {
  background: #f5f3ef;
}

.stat-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1;
}

.stat-card span {
  font-size: 13px;
  color: var(--muted);
}

.intro,
.feature,
.tour-list,
.testimonial,
.stories {
  margin-top: 88px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.section-head.centered {
  justify-content: center;
  text-align: center;
}

.section-head h2,
.feature-content h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.15;
  font-weight: 700;
}

.section-copy {
  max-width: 360px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #9b9b9b;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.place-card,
.feature-media,
.tour-card,
.story-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.place-card.wide:nth-child(1) {
  grid-column: span 7;
  min-height: 260px;
}

.place-card.wide:nth-child(2) {
  grid-column: span 5;
  min-height: 260px;
}

.place-card:not(.wide):nth-child(3) {
  grid-column: span 4;
  min-height: 210px;
}

.place-card:not(.wide):nth-child(4) {
  grid-column: span 8;
  min-height: 210px;
}

.place-overlay,
.tour-price,
.feature-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: #ffffff;
}

.place-overlay span,
.tour-price span,
.feature-badge span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.place-overlay strong,
.tour-price strong,
.feature-badge strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.photo-bromo {
  background:
    linear-gradient(180deg, rgba(13, 17, 19, 0.08), rgba(7, 9, 11, 0.64)),
    url("../images/2.webp") center/cover no-repeat;
}

.photo-dieng {
  background:
    linear-gradient(180deg, rgba(13, 17, 19, 0.12), rgba(7, 9, 11, 0.72)),
    url("../images/3.webp") center/cover no-repeat;
}

.photo-sea {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(7, 9, 11, 0.74)),
    url("../images/4.webp") center/cover no-repeat;
}

.photo-temple {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(7, 9, 11, 0.76)),
    url("../images/5.webp") center/cover no-repeat;
}

.photo-bromo::before,
.photo-dieng::before,
.photo-sea::before,
.photo-temple::before,
.photo-walker::before,
.photo-forest::before,
.photo-waterfall::before,
.photo-road::before,
.photo-story-one::before,
.photo-story-two::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.28), transparent 18%),
    linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.2) 100%);
}

.feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.feature-media {
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.72)),
    url("../images/6.webp") center/cover no-repeat;
}

.feature-badge {
  display: inline-block;
  right: auto;
  padding: 18px 20px;
  max-width: 280px;
  border-radius: 20px;
  background: rgba(15, 15, 15, 0.36);
  backdrop-filter: blur(10px);
}

.steps {
  display: grid;
  gap: 26px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
}

.step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f9f9f9, #e7e7e7);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.step-icon i {
  font-size: 22px;
  color: #313131;
}

.steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: #919191;
}

.tour-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tour-card {
  min-height: 360px;
}

.tour-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.tour-price strong {
  max-width: 180px;
  margin: 0;
  font-size: 18px;
}

.tour-price span {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.photo-forest {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    url("../images/7.webp") center/cover no-repeat;
}

.photo-waterfall {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    url("../images/8.webp") center/cover no-repeat;
}

.photo-road {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
    url("../images/9.webp") center/cover no-repeat;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.dark-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  background: #101010;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.testimonial {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: start;
}

.author {
  display: flex;
  gap: 16px;
  align-items: center;
}

.avatar {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 50%;
  background: url("../images/12.jpg") center/cover no-repeat;
}

.author strong {
  display: block;
  font-size: 18px;
}

.author span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: #999999;
}

.quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
  color: #707070;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.story-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.story-image {
  min-height: 260px;
}

.story-body {
  padding: 24px;
}

.story-body h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
}

.story-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #9a9a9a;
}

.photo-story-one {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.58)),
    url("../images/10.webp") center/cover no-repeat;
}

.photo-story-two {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.58)),
    url("../images/11.webp") center/cover no-repeat;
}

.footer {
  margin-top: 90px;
  padding: 42px max(24px, calc((100vw - var(--container)) / 2)) 28px;
  background: #15100f;
  color: rgba(255, 255, 255, 0.92);
}

.copyright {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin-top: 18px;
}

.footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.copyright {
  text-align: center;
}

.site-header {
  padding: 24px max(24px, calc((100vw - var(--container)) / 2)) 0;
}

.site-header .topbar {
  width: min(100%, var(--container));
  padding: 20px 0;
}

.site-header .brand {
  color: #171717;
}

.site-header .nav a {
  color: #3f3f3f;
}

.subpage {
  width: min(calc(100% - 48px), 960px);
  margin: 0 auto;
  padding: 48px 0 90px;
}

.subpage-hero {
  margin-bottom: 32px;
  padding: 48px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #111111, #3a2d22);
  color: #ffffff;
  box-shadow: var(--shadow);
}

.subpage-hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.1;
}

.subpage-hero p {
  max-width: 720px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
}

.content-card {
  padding: 34px;
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.content-card + .content-card {
  margin-top: 24px;
}

.content-card h2 {
  margin: 0 0 18px;
  font-size: 26px;
}

.content-card h3 {
  margin: 24px 0 12px;
  font-size: 20px;
}

.content-card p,
.content-card li {
  font-size: 15px;
  line-height: 1.9;
  color: #444444;
}

.content-card ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.license-image {
  display: block;
  width: 100%;
  max-width: 560px;
  margin-top: 20px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
}

.info-item {
  padding: 20px 22px;
  border-radius: 18px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
}

.info-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #767676;
}

.info-item span,
.info-item a {
  font-size: 16px;
  line-height: 1.8;
  color: #1c1c1c;
  word-break: break-word;
}

.policy-block + .policy-block {
  margin-top: 24px;
}

.policy-block h3 {
  margin-top: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .feature,
  .testimonial {
    grid-template-columns: 1fr;
  }

  .stats,
  .tour-cards,
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav {
    gap: 20px;
  }

  .hero {
    min-height: 620px;
    padding-bottom: 96px;
  }

  .hero-copy {
    margin-top: 132px;
  }

  .mosaic-grid {
    grid-template-columns: 1fr 1fr;
  }

  .place-card.wide:nth-child(1),
  .place-card.wide:nth-child(2),
  .place-card:not(.wide):nth-child(3),
  .place-card:not(.wide):nth-child(4) {
    grid-column: auto;
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  .stats,
  .tour-cards,
  .story-grid,
  .mosaic-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .stats,
  .intro,
  .feature,
  .tour-list,
  .testimonial,
  .stories {
    width: min(calc(100% - 32px), var(--container));
  }

  .hero {
    min-height: 540px;
    padding-top: 20px;
    padding-bottom: 64px;
  }

  .topbar {
    gap: 12px;
  }

  .brand {
    font-size: 11px;
  }

  .hero-copy {
    margin-top: 92px;
  }

  .hero-text,
  .section-copy,
  .steps p,
  .quote,
  .story-body p,
  .copyright,
  .footer-links a,
  .content-card p,
  .content-card li {
    font-size: 13px;
  }

  .stat-card strong,
  .tour-price span {
    font-size: 28px;
  }

  .section-head {
    flex-direction: column;
    align-items: start;
  }

  .section-copy {
    max-width: none;
  }

  .feature {
    gap: 28px;
  }

  .feature-media {
    min-height: 360px;
  }

  .tour-card,
  .story-image {
    min-height: 260px;
  }

  .testimonial {
    gap: 24px;
  }

  .subpage {
    width: min(calc(100% - 32px), 960px);
    padding: 28px 0 56px;
  }

  .subpage-hero,
  .content-card {
    padding: 24px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }
}
