:root {
  --bg: #99aba5;
  --bg-deep: #667c7e;
  --surface: #f7f7f3;
  --surface-2: #ffffff;
  --surface-3: #eef1ed;
  --ink: #1c211e;
  --muted: #7d847f;
  --muted-2: #5a615d;
  --accent: #f28b46;
  --accent-soft: #fff0e4;
  --forest: #112b22;
  --forest-2: #1d3c32;
  --line: rgba(28, 33, 30, 0.08);
  --shadow: 0 28px 60px rgba(22, 32, 27, 0.18);
  --phone-shadow: 0 24px 44px rgba(22, 32, 27, 0.2);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 229, 207, 0.42), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(213, 234, 227, 0.22), transparent 24%),
    radial-gradient(circle at bottom right, rgba(34, 67, 65, 0.2), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, #859691 44%, var(--bg-deep) 100%);
}

.ambient {
  position: fixed;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(44px);
  opacity: 0.26;
  pointer-events: none;
}

.ambient-left {
  top: -120px;
  left: -160px;
  background: #ffd8be;
}

.ambient-right {
  right: -140px;
  bottom: -120px;
  background: #cce8e2;
}

.pattern {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image:
    radial-gradient(circle at 20% 18%, transparent 0 80px, rgba(255, 255, 255, 0.32) 81px 82px, transparent 83px),
    radial-gradient(circle at 70% 40%, transparent 0 110px, rgba(255, 255, 255, 0.2) 111px 112px, transparent 113px),
    radial-gradient(circle at 44% 82%, transparent 0 90px, rgba(255, 255, 255, 0.24) 91px 92px, transparent 93px);
}

.app-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 36px), 1380px);
  margin: 0 auto;
  padding: 28px 0 54px;
}

.hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  color: #fff;
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #ffceb1;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Instrument Serif", serif;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

h1 {
  margin-top: 18px;
  font-size: clamp(3.3rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
}

h3 {
  font-size: 1.4rem;
}

.hero-copy p {
  margin: 14px 0 0;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stat {
  min-width: 190px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.hero-stat-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.hero-stat strong {
  display: block;
  margin-top: 8px;
  font-size: 1.06rem;
  line-height: 1.5;
}

.hero-stat-accent {
  background: linear-gradient(135deg, #ff8f51, var(--accent));
  border-color: transparent;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.phone {
  position: relative;
  border-radius: 42px;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--phone-shadow);
  padding: 16px 16px 20px;
}

.phone::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 112px;
  height: 4px;
  border-radius: 999px;
  background: #f5d8a7;
  transform: translateX(-50%);
}

.status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 6px 14px;
  font-size: 0.75rem;
  font-weight: 700;
}

.status-icons {
  display: flex;
  gap: 6px;
}

.status-icons span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111;
}

.phone-body {
  padding: 8px 8px 18px;
}

.phone-heading,
.detail-actions,
.itinerary-head,
.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.phone-heading h2,
.itinerary-head h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.phone-heading p,
.itinerary-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.avatar {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7d7c6, #edd8b7);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--forest);
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  background: var(--surface-3);
  color: var(--muted);
}

.search-icon,
.filter-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid currentColor;
}

.filter-icon {
  margin-left: auto;
  border-radius: 4px;
}

.section-title-row {
  margin-top: 22px;
}

.section-title-row h3,
.detail-copy h3,
.subhead {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-title-row span {
  color: var(--muted);
  font-size: 0.82rem;
}

.chip-row,
.day-tabs,
.route-pills {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.chip-row::-webkit-scrollbar,
.day-tabs::-webkit-scrollbar,
.route-pills::-webkit-scrollbar {
  display: none;
}

.chip-row {
  margin-top: 14px;
}

.chip {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: transparent;
  color: #9aa09b;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.chip.is-active {
  background: var(--forest);
  color: #fff;
}

.chip:hover {
  transform: translateY(-1px);
}

.discover-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.discover-card {
  border: 0;
  padding: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 24px rgba(17, 43, 34, 0.08);
  text-align: left;
  cursor: pointer;
}

.discover-card img {
  display: block;
  width: 100%;
  height: 122px;
  object-fit: cover;
}

.discover-copy {
  padding: 12px;
}

.discover-copy strong {
  display: block;
  font-size: 0.95rem;
}

.discover-copy span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
}

.discover-card.is-active {
  outline: 2px solid rgba(17, 43, 34, 0.18);
}

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

.quick-item {
  text-align: center;
}

.quick-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 18px rgba(17, 43, 34, 0.08);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent);
}

.quick-item strong {
  font-size: 0.76rem;
}

.phone-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
  border-radius: 18px;
  background: var(--forest);
}

.nav-pill {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.nav-pill.is-active {
  background: var(--accent);
}

.circle-button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 18px rgba(17, 43, 34, 0.08);
}

.circle-button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-left: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg);
}

.circle-button-light::before {
  width: 12px;
  height: 12px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  transform: none;
}

.more-button::before {
  width: 14px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
}

.detail-actions-right {
  display: flex;
  gap: 10px;
}

.detail-cover {
  position: relative;
  overflow: hidden;
  margin: 16px 0 0;
  border-radius: 24px;
  min-height: 360px;
}

.detail-cover img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.detail-cover figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
}

.detail-cover strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.detail-cover span {
  display: block;
  margin-top: 6px;
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.84);
}

.detail-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.detail-stat {
  text-align: center;
}

.detail-stat-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 18px rgba(17, 43, 34, 0.08);
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--accent);
}

.detail-stat small {
  display: block;
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted-2);
}

.detail-copy {
  margin-top: 18px;
}

.detail-copy p {
  margin: 10px 0 0;
  color: var(--muted-2);
  line-height: 1.7;
}

.route-card,
.timeline-summary,
.cost-card,
.tax-card {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: var(--surface-3);
}

.mini-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.route-pills {
  margin-top: 12px;
}

.route-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 700;
}

.route-pill::before {
  content: attr(data-step);
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-size: 0.7rem;
}

.cta-button {
  width: 100%;
  margin-top: 18px;
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  background: var(--forest);
  color: #fff;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 700;
}

.itinerary-head h2 {
  font-size: 1.25rem;
}

.day-tabs {
  margin-top: 18px;
  padding-bottom: 2px;
}

.day-tab {
  border: 0;
  background: transparent;
  color: #9aa09b;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 10px;
  border-radius: 10px;
  white-space: nowrap;
  cursor: pointer;
}

.day-tab.is-active {
  background: #111;
  color: #fff;
}

.timeline-summary h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.timeline-summary p {
  margin: 8px 0 0;
  color: var(--muted-2);
  line-height: 1.7;
  font-size: 0.9rem;
}

.timeline-list {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, rgba(17, 43, 34, 0.16), rgba(17, 43, 34, 0.06));
}

.timeline-item {
  position: relative;
  margin-left: 44px;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 18px rgba(17, 43, 34, 0.06);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(242, 139, 70, 0.16);
}

.timeline-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.timeline-time {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.timeline-title {
  display: block;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.45;
}

.timeline-place {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
}

.timeline-note {
  margin-top: 10px;
  color: var(--muted-2);
  font-size: 0.86rem;
  line-height: 1.6;
}

.lower-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  margin-top: 28px;
}

.sheet {
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 247, 243, 0.98));
  box-shadow: var(--shadow);
  padding: 24px;
}

.sheet-head {
  margin-bottom: 18px;
}

.sheet-copy {
  margin: 10px 0 0;
  color: var(--muted-2);
  line-height: 1.7;
}

.stay-weather-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
  margin-top: 28px;
}

.stay-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.stay-card {
  overflow: hidden;
  border-radius: 24px;
  background: var(--surface-3);
}

.stay-figure {
  margin: 0;
  aspect-ratio: 16 / 11;
}

.stay-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stay-body {
  padding: 18px;
}

.stay-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.stay-badge,
.stay-city {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stay-badge {
  background: #fff;
  color: var(--forest);
}

.stay-city {
  background: rgba(17, 43, 34, 0.08);
  color: var(--muted-2);
}

.stay-title {
  margin-top: 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.stay-dates,
.stay-timing,
.stay-address,
.stay-why {
  margin: 10px 0 0;
  color: var(--muted-2);
  line-height: 1.65;
}

.stay-dates {
  color: var(--forest);
  font-weight: 700;
}

.stay-address {
  font-size: 0.94rem;
}

.stay-points {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted-2);
  line-height: 1.7;
}

.stay-points li + li {
  margin-top: 6px;
}

.stay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.stay-link,
.weather-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.stay-link {
  background: var(--forest);
  color: #fff;
}

.stay-link-secondary,
.weather-link {
  background: #fff;
  color: var(--forest);
}

.weather-summary-card {
  padding: 18px;
  border-radius: 20px;
  background: var(--surface-3);
}

.weather-summary-card h3 {
  margin-top: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
}

.weather-summary-card p {
  margin: 10px 0 0;
  color: var(--muted-2);
  line-height: 1.75;
}

.weather-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.weather-badge {
  padding: 14px;
  border-radius: 16px;
  background: #fff;
}

.weather-badge span {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.weather-badge strong {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.45;
}

.weather-facts {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.weather-fact {
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--surface-3);
  color: var(--muted-2);
  line-height: 1.7;
}

.weather-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.flight-cards {
  display: grid;
  gap: 14px;
}

.flight-card {
  padding: 16px;
  border-radius: 20px;
  background: var(--surface-3);
}

.flight-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.flight-date {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--forest-2);
}

.flight-code {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  font-size: 0.76rem;
  font-weight: 800;
}

.flight-route {
  margin-top: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.flight-operator {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.flight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.flight-block {
  padding: 14px;
  border-radius: 16px;
  background: #fff;
}

.flight-block-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.flight-block strong {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
}

.flight-block small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
}

.flight-tagline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.flight-tag {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
}

.flight-tagline p {
  margin: 0;
  color: var(--muted-2);
  font-size: 0.88rem;
  line-height: 1.6;
}

.plan-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.subhead {
  margin-bottom: 12px;
}

.todo-list {
  display: grid;
  gap: 12px;
}

.todo-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: var(--surface-3);
}

.todo-status {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(17, 43, 34, 0.08);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
}

.todo-item.is-done .todo-status {
  background: rgba(17, 43, 34, 0.14);
  color: var(--forest);
}

.todo-copy strong {
  display: block;
  line-height: 1.45;
}

.todo-phase {
  display: block;
  margin-top: 6px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cost-line {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.cost-line + .cost-line {
  margin-top: 12px;
}

.cost-line span {
  color: var(--muted-2);
  line-height: 1.6;
}

.cost-line strong {
  white-space: nowrap;
}

.tax-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted-2);
  line-height: 1.7;
}

.tax-list li + li {
  margin-top: 6px;
}

@media (max-width: 1100px) {
  .hero,
  .stay-weather-grid,
  .lower-grid,
  .plan-columns {
    flex-direction: column;
    display: flex;
  }

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

  .hero {
    align-items: start;
  }
}

@media (max-width: 720px) {
  .app-shell {
    width: min(calc(100% - 20px), 1380px);
    padding-top: 20px;
  }

  .hero-stats,
  .discover-grid,
  .quick-grid,
  .detail-stats,
  .stay-cards,
  .weather-badges,
  .flight-grid,
  .plan-columns {
    grid-template-columns: 1fr;
  }

  .phone {
    border-radius: 28px;
  }

  .phone::after {
    width: 84px;
  }

  .detail-cover,
  .detail-cover img {
    min-height: 280px;
    height: 280px;
  }

  .flight-tagline {
    align-items: start;
    flex-direction: column;
  }
}

.site-section {
  margin-top: 28px;
}

.section-head {
  max-width: 760px;
}

.section-head-compact {
  max-width: none;
}

.section-copy,
.section-mini-copy {
  margin: 12px 0 0;
  color: var(--muted-2);
  line-height: 1.7;
}

.section-mini-copy {
  font-size: 0.92rem;
}

.explore-section,
.spotlight-section,
.itinerary-section {
  padding: 28px;
}

.explore-tools {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.explore-section .discover-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.explore-section .discover-card img {
  height: 220px;
}

.explore-section .discover-card {
  border-radius: 22px;
}

.explore-section .discover-copy {
  padding: 16px;
}

.explore-section .discover-copy strong {
  font-size: 1rem;
}

.explore-section .discover-copy span {
  margin-top: 6px;
  font-size: 0.88rem;
}

.spotlight-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.spotlight-content {
  display: grid;
  gap: 18px;
  align-content: start;
}

.spotlight-content .detail-stats,
.spotlight-content .detail-copy,
.spotlight-content .route-card {
  margin-top: 0;
}

.spotlight-content .cta-button {
  margin-top: 0;
}

.spotlight-section .detail-cover,
.spotlight-section .detail-cover img {
  min-height: 560px;
  height: 560px;
}

.spotlight-section .detail-cover {
  margin: 0;
  border-radius: 28px;
}

.itinerary-section .day-tabs {
  margin-top: 24px;
}

.itinerary-layout {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 20px;
  margin-top: 22px;
  align-items: start;
}

.itinerary-layout .timeline-summary {
  margin-top: 0;
  position: sticky;
  top: 24px;
}

.itinerary-layout .timeline-list {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .explore-section .discover-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spotlight-layout,
  .itinerary-layout {
    grid-template-columns: 1fr;
  }

  .itinerary-layout .timeline-summary {
    position: static;
  }
}

@media (max-width: 720px) {
  .explore-section,
  .spotlight-section,
  .itinerary-section {
    padding: 22px 18px;
  }

  .explore-section .discover-grid {
    grid-template-columns: 1fr;
  }

  .spotlight-section .detail-cover,
  .spotlight-section .detail-cover img {
    min-height: 320px;
    height: 320px;
  }
}
