body {
  background: #eef0ec;
}

.package-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 118px 0 64px;
}

.package-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  gap: 28px;
  align-items: stretch;
  min-height: 520px;
  margin-bottom: 28px;
  background: #fff;
  border: 1px solid #d9ded5;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(22, 35, 25, .16);
}

.package-hero-media {
  min-height: 520px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.package-hero-copy {
  padding: 42px 42px 36px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  color: #4c6500;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}

.package-hero h1 {
  font-size: 42px;
  line-height: 1.12;
  color: #152017;
  margin: 0 0 14px;
}

.lead {
  font-size: 18px;
  color: #415044;
  margin-bottom: 22px;
}

.package-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.fact {
  background: #f7f9f1;
  border: 1px solid #dfe6cf;
  border-radius: 8px;
  padding: 14px;
}

.fact span {
  display: block;
  font-size: 12px;
  color: #657061;
  text-transform: uppercase;
  font-weight: 800;
}

.fact strong {
  display: block;
  color: #162116;
  font-size: 18px;
  margin-top: 4px;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.primary-btn {
  background: #111;
  color: #fff;
  border: 2px solid #111;
}

.secondary-btn {
  background: #f1fd02;
  color: #111;
  border: 2px solid #111;
}

.content-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.main-content,
.sidebar-card {
  background: #fff;
  border: 1px solid #d9ded5;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(22, 35, 25, .1);
}

.main-content {
  overflow: hidden;
}

.content-section {
  padding: 30px;
  border-bottom: 1px solid #e7ebdf;
}

.content-section:last-child {
  border-bottom: 0;
}

.content-section h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #172318;
  margin-bottom: 12px;
}

.content-section h3 {
  font-size: 20px;
  color: #172318;
  margin-bottom: 8px;
}

.content-section p {
  color: #465047;
  margin-bottom: 14px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.highlight,
.info-panel {
  background: #f8faf5;
  border: 1px solid #e0e7d6;
  border-radius: 8px;
  padding: 16px;
}

.highlight b {
  display: block;
  color: #111;
  margin-bottom: 6px;
}

.timeline {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  padding: 18px;
  background: #f8faf5;
  border: 1px solid #e0e7d6;
  border-radius: 8px;
}

.timeline-day {
  color: #4c6500;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.check-list,
.plain-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}

.check-list li,
.plain-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  color: #39443c;
}

.check-list li::before {
  content: "+";
  position: absolute;
  left: 0;
  font-weight: 900;
  color: #3c6200;
}

.plain-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  font-weight: 900;
  color: #6b4a00;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tour-sidebar {
  position: sticky;
  top: 90px;
  display: grid;
  gap: 18px;
}

.sidebar-card {
  padding: 18px;
}

.sidebar-card h3 {
  font-size: 19px;
  color: #172318;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e7d6;
}

.price-box {
  background: #111;
  color: #fff;
  border-color: #111;
}

.price-box h3,
.price-box p {
  color: #fff;
}

.price {
  font-size: 34px;
  font-weight: 900;
  color: #f1fd02;
  margin: 4px 0;
}

.small-note {
  font-size: 13px;
  color: #687268;
}

.price-box .small-note {
  color: rgba(255, 255, 255, .72);
}

.side-link {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #edf0e8;
}

.side-link:last-child {
  border-bottom: 0;
}

.side-link img {
  width: 74px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
}

.side-link strong {
  display: block;
  font-size: 14px;
  color: #172318;
  line-height: 1.25;
}

.side-link span {
  display: block;
  font-size: 12px;
  color: #647064;
  margin-top: 4px;
}

.zone-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.zone-list a {
  display: block;
  padding: 9px 10px;
  background: #f7f9f1;
  border: 1px solid #dfe6cf;
  border-radius: 8px;
  color: #182418;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  margin: 7px 0;
  padding: 11px;
  border: 1px solid #cfd8c8;
  border-radius: 6px;
  font: inherit;
}

.enquiry-form button {
  width: 100%;
  margin-top: 8px;
  padding: 12px;
  background: #111;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.footer .sidebar-form {
  width: min(100%, 360px);
  margin: 18px auto 0;
  padding: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.footer .sidebar-form h4 {
  margin-bottom: 12px;
}

.footer .sidebar-form form {
  display: grid;
  gap: 10px;
}

.footer .sidebar-form input {
  display: block;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 6px;
  background: #fff;
  color: #111;
  font: inherit;
}

.footer .sidebar-form button {
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 10px 12px;
  background: #f1fd02;
  color: #111;
  border: 2px solid #111;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}

.footer-affiliations {
  margin: 28px auto 18px;
  padding: 22px 16px;
  max-width: 820px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.footer-affiliations h4 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.affiliation-images {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.affiliation-item {
  width: 132px;
  text-align: center;
}

.affiliation-item img {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1fd02;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
}

.affiliation-item span {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.footer-disclaimer {
  max-width: 1260px;
  margin: 18px auto 0;
  padding: 8px 14px;
  color: #000;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  background: #f1fd02;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media(max-width: 1024px) {
  .package-hero,
  .content-shell {
    grid-template-columns: 1fr;
  }

  .package-hero-copy {
    padding: 30px;
  }

  .tour-sidebar {
    position: static;
  }

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

@media(max-width: 480px) {
  .package-page {
    width: min(100% - 20px, 1180px);
    padding-top: 96px;
  }

  .package-hero {
    min-height: auto;
  }

  .package-hero-media {
    min-height: 250px;
  }

  .package-hero-copy,
  .content-section,
  .sidebar-card {
    padding: 18px;
  }

  .package-hero h1 {
    font-size: 30px;
  }

  .lead {
    font-size: 16px;
  }

  .package-facts,
  .highlight-grid,
  .two-column,
  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    gap: 8px;
  }

  .hero-actions,
  .section-actions {
    display: grid;
  }

  .footer-disclaimer {
    white-space: normal;
  }
}
