:root {
  --zen-paper: #f7f5ef;
  --zen-ink: #263630;
  --zen-muted: #67736e;
  --zen-line: rgba(38, 54, 48, .14);
  --zen-accent: #8e6657;
}

html { scroll-behavior: smooth; }
body {
  background-color: var(--zen-paper) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
a, button { transition: opacity .2s ease, background-color .2s ease, border-color .2s ease; }
a:hover, button:hover { opacity: .86; }
.tour-card, .route-card, .ok-card, .plan-banner, .card {
  box-shadow: none !important;
}
.btn-whatsapp, .btn-primary, .action, a[class*="booking"], a[class*="reserve"] {
  box-shadow: none !important;
  border-radius: 999px !important;
}

.tour-price-guide {
  max-width: 1080px;
  margin: 72px auto;
  padding: 0 28px;
  color: var(--zen-ink);
}

.tour-price-guide__inner {
  border-top: 1px solid var(--zen-line);
  border-bottom: 1px solid var(--zen-line);
  padding: 42px 0;
}

.tour-price-guide__eyebrow {
  margin: 0 0 10px;
  color: var(--zen-muted);
  font: 600 .72rem/1.4 system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tour-price-guide h2 {
  margin: 0 0 10px;
  color: var(--zen-ink);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.15;
}

.tour-price-guide__lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--zen-muted);
  font-size: 1rem;
  line-height: 1.75;
}
.tour-price-guide__lead strong {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--zen-ink);
  color: #fff;
  font-size: .78rem;
  letter-spacing: .04em;
}

.tour-price-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--zen-line);
  border-left: 1px solid var(--zen-line);
}

.tour-price-guide__item {
  min-height: 92px;
  padding: 18px;
  border-right: 1px solid var(--zen-line);
  border-bottom: 1px solid var(--zen-line);
  background: rgba(255, 255, 255, .34);
}

.tour-price-guide__item span,
.tour-price-guide__item strong { display: block; }
.tour-price-guide__item span { margin-bottom: 8px; color: var(--zen-muted); font-size: .8rem; }
.tour-price-guide__item strong { color: var(--zen-ink); font-size: 1.05rem; }
.tour-price-guide__note { margin: 18px 0 0; color: var(--zen-muted); font-size: .84rem; line-height: 1.65; }

@media (max-width: 680px) {
  .tour-price-guide { margin: 52px auto; padding: 0 20px; }
  .tour-price-guide__inner { padding: 32px 0; }
  .tour-price-guide__grid { grid-template-columns: repeat(2, 1fr); }
}
