:root {
  --red: #e63238;
  --red-hover: #c8232b;
  --gold: #e4b23f;
  --gold-soft: #f0c35f;
  --white: #ffffff;
  --ink-dark: #101611;
  --container: 744px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-ui: "Manrope", Arial, sans-serif;
}

.booking-page {
  --booking-green: #5c963f;
  --booking-green-dark: #2f6d2e;
  --booking-red: #df2633;
  --booking-gold: #d6aa56;
  --booking-ink: #172019;
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 44%, #fbfaf7 100%);
  color: var(--booking-ink);
}

.booking-inner {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
}

.booking-hero {
  position: relative;
  min-height: 680px;
  overflow: visible;
  color: #ffffff;
  isolation: isolate;
  background: #071b22;
}

.booking-hero-bg,
.booking-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.booking-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 48%;
}

.booking-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 22, 28, 0.94) 0%, rgba(6, 22, 28, 0.74) 37%, rgba(6, 22, 28, 0.28) 68%, rgba(6, 22, 28, 0.22) 100%),
    linear-gradient(180deg, rgba(6, 22, 28, 0.08), rgba(6, 22, 28, 0.62));
}

.booking-topbar {
  grid-template-columns: 126px 1fr 244px;
  min-height: 76px;
}

.booking-nav-links {
  gap: 35px;
}

.booking-nav-links .is-active {
  position: relative;
  color: var(--booking-green);
}

.booking-nav-links .is-active::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 7px;
  left: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--booking-green);
}

.booking-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 22px;
}

.booking-nav-cta {
  display: inline-flex;
  min-width: 174px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--booking-green);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.booking-brand .brand-mark img {
  filter: brightness(0) invert(1);
}

.booking-hero-content {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
  padding-top: 56px;
}

.booking-duration {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0;
  border-radius: 6px;
  background: var(--booking-green);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
}

.booking-hero-content h1 {
  margin: 23px 0 0;
  font-family: var(--font-display);
  font-size: 68px;
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
}

.booking-kicker {
  margin: 14px 0 0;
  color: #f1c75e;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.08;
}

.booking-description {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.booking-hero-features {
  display: grid;
  max-width: 780px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.booking-hero-features div {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  align-items: start;
}

.booking-hero-features svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--booking-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.booking-hero-features span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.24;
}

.booking-price-card {
  position: absolute;
  top: 144px;
  right: max(36px, calc((100% - var(--container)) / 2));
  width: 318px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  padding: 30px 28px 26px;
  color: #20251f;
  box-shadow: 0 18px 44px rgba(10, 22, 20, 0.22);
}

.booking-price-card strong {
  color: var(--booking-green-dark);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.booking-price-card > span {
  display: block;
  margin-top: 8px;
  color: rgba(32, 37, 31, 0.74);
  font-size: 14px;
  font-weight: 700;
}

.booking-price-card ul {
  display: grid;
  gap: 13px;
  margin: 26px 0 24px;
  padding: 0;
  list-style: none;
}

.booking-price-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: center;
  color: #20251f;
  font-size: 13px;
  font-weight: 800;
}

.booking-price-card svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--booking-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.booking-price-button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}

.booking-price-button + .booking-price-button {
  margin-top: 12px;
}

.booking-price-button-primary {
  background: var(--booking-red);
  color: #ffffff;
}

.booking-price-button-secondary {
  border: 1px solid rgba(92, 150, 63, 0.42);
  background: #ffffff;
  color: var(--booking-green-dark);
}

.booking-tabs-section {
  position: relative;
  z-index: 2;
  margin-top: -56px;
  padding: 0 0 40px;
  background: linear-gradient(180deg, rgba(251, 250, 247, 0) 0%, #fbfaf7 58%, #fbfaf7 100%);
}

.booking-tabs-panel {
  display: grid;
  min-height: 82px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 18px 42px rgba(42, 35, 27, 0.16);
}

.booking-tabs-panel a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid rgba(32, 37, 31, 0.07);
  color: #20251f;
  font-size: 14px;
  font-weight: 800;
}

.booking-tabs-panel a:first-child {
  border-radius: 7px 0 0 7px;
}

.booking-tabs-panel a:last-child {
  border-radius: 0 7px 7px 0;
}

.booking-tabs-panel a.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #4c8535, #2f6d2e);
  color: #ffffff;
}

.booking-tabs-panel svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.booking-program-section {
  padding: 0 0 44px;
  background: #fbfaf7;
}

.booking-program-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(32, 37, 31, 0.08);
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 46px rgba(48, 42, 34, 0.08);
}

.booking-day {
  padding: 46px 43px 42px;
}

.booking-day + .booking-day {
  border-left: 1px solid rgba(32, 37, 31, 0.08);
}

.booking-day-header {
  margin-bottom: 34px;
}

.booking-day-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.booking-day-header p {
  position: relative;
  margin: 9px 0 0;
  padding-bottom: 15px;
  color: #20251f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}

.booking-day-header p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 3px;
  border-radius: 999px;
  background: var(--booking-green);
}

.booking-timeline {
  position: relative;
  display: grid;
  gap: 0;
}

.booking-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 126px;
  width: 1px;
  background: linear-gradient(180deg, rgba(92, 150, 63, 0.08), rgba(92, 150, 63, 0.28), rgba(92, 150, 63, 0.08));
}

.booking-time-row {
  position: relative;
  display: grid;
  grid-template-columns: 84px 48px 1fr;
  gap: 16px;
  padding-bottom: 35px;
}

.booking-time-row:last-child {
  padding-bottom: 0;
}

.booking-time-row time {
  padding-top: 13px;
  color: var(--booking-green-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.28;
}

.booking-time-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(32, 37, 31, 0.08);
  border-radius: 50%;
  background: #fbfaf7;
  box-shadow: 0 6px 16px rgba(37, 43, 35, 0.06);
}

.booking-time-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #1f241f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.booking-time-row h3 {
  margin: 10px 0 0;
  color: #171d18;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.28;
}

.booking-time-row p,
.booking-time-row li {
  margin: 7px 0 0;
  color: rgba(23, 29, 24, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.booking-time-row ul {
  display: grid;
  gap: 2px;
  margin: 9px 0 0;
  padding-left: 18px;
}

.booking-time-row li::marker {
  color: var(--booking-green);
}

.booking-note-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  max-width: 338px;
  margin-top: 18px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(92, 150, 63, 0.13), rgba(92, 150, 63, 0.06));
  padding: 15px 17px 16px;
  color: #3a4b35;
  font-size: 11px;
  font-weight: 800;
}

.booking-note-card strong {
  grid-column: 1 / -1;
  color: var(--booking-green-dark);
  font-size: 11px;
}

.booking-note-card span {
  position: relative;
  padding-left: 14px;
}

.booking-note-card span::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--booking-green);
}

.booking-note-card-single {
  grid-template-columns: 1fr;
}

.booking-info-section {
  padding: 0 0 46px;
  background: #fbfaf7;
}

.booking-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.booking-info-card {
  min-height: 238px;
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(250, 248, 243, 0.94)),
    #ffffff;
  padding: 27px 28px 26px;
  box-shadow: 0 14px 38px rgba(48, 42, 34, 0.07);
}

.booking-info-card h2 {
  margin: 0 0 20px;
  color: #151b16;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.booking-info-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-info-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 11px;
  align-items: start;
  color: rgba(23, 29, 24, 0.86);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
}

.booking-info-card svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--booking-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.booking-bottom-section {
  padding: 0 0 36px;
  background: #fbfaf7;
}

.booking-bottom-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr 0.94fr;
  gap: 18px;
  align-items: stretch;
}

.booking-review-card,
.booking-faq-card,
.booking-ready-card {
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 38px rgba(48, 42, 34, 0.07);
}

.booking-review-card {
  padding: 0;
}

.booking-section-head {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 2px 12px;
  transform: translateY(-44px);
}

.booking-section-head h2,
.booking-faq-card h2,
.booking-ready-card h2 {
  margin: 0;
  color: #151b16;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.booking-section-head h2 {
  color: #0b638b;
}

.booking-section-head a {
  color: var(--booking-green-dark);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.booking-review-body {
  margin-top: -30px;
  padding: 27px 28px 23px;
}

.booking-review-person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 17px;
}

.booking-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4c4a6, #d47d69);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.booking-review-person strong {
  display: block;
  color: #1a211b;
  font-size: 13px;
  font-weight: 900;
}

.booking-stars {
  display: block;
  margin-top: 5px;
  color: #f6b63e;
  font-size: 16px;
  letter-spacing: 1px;
}

.booking-review-body p {
  margin: 0;
  color: rgba(23, 29, 24, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.62;
}

.booking-review-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}

.booking-review-nav span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(32, 37, 31, 0.08);
  border-radius: 50%;
  color: var(--booking-red);
  font-size: 24px;
  line-height: 1;
}

.booking-review-nav i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(92, 150, 63, 0.2);
}

.booking-review-nav i:first-of-type {
  background: var(--booking-green);
}

.booking-faq-card {
  padding: 0 0 22px;
}

.booking-faq-card h2 {
  padding: 0 0 18px;
  transform: translateY(-31px);
}

.booking-faq-list {
  display: grid;
  gap: 10px;
  margin-top: -22px;
}

.booking-faq-list details {
  border: 1px solid rgba(32, 37, 31, 0.08);
  border-radius: 6px;
  background: #ffffff;
}

.booking-faq-list summary {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 17px;
  color: #20251f;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

.booking-faq-list summary::-webkit-details-marker {
  display: none;
}

.booking-faq-list summary::after {
  content: "⌄";
  color: var(--booking-green-dark);
  font-size: 18px;
  line-height: 1;
}

.booking-faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.booking-faq-list p {
  margin: 0;
  border-top: 1px solid rgba(32, 37, 31, 0.06);
  padding: 0 17px 14px;
  color: rgba(23, 29, 24, 0.72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.booking-ready-card {
  padding: 31px 28px 23px;
}

.booking-ready-card h2 {
  margin-bottom: 19px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.03;
}

.booking-ready-card strong {
  display: block;
  color: var(--booking-green-dark);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.booking-ready-card > span {
  display: block;
  margin-top: 7px;
  color: rgba(32, 37, 31, 0.7);
  font-size: 13px;
  font-weight: 700;
}

.booking-ready-button {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
}

.booking-ready-button-primary {
  margin-top: 25px;
  background: var(--booking-red);
  color: #ffffff;
}

.booking-ready-button-secondary {
  margin-top: 10px;
  background: var(--booking-green);
  color: #ffffff;
}

.booking-ready-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
  border-top: 1px solid rgba(32, 37, 31, 0.08);
  padding-top: 16px;
}

.booking-ready-notes span {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: rgba(23, 29, 24, 0.68);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.booking-ready-notes svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--booking-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.booking-trust-strip {
  border-top: 1px solid rgba(32, 37, 31, 0.08);
  background: rgba(255, 255, 255, 0.92);
  padding: 18px 0 19px;
}

.booking-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.booking-trust-grid div {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(23, 29, 24, 0.74);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.booking-trust-grid svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--booking-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.season-page {
  --booking-green: #4f8f2f;
  --booking-green-dark: #2f6f25;
  --booking-gold: #e1ba52;
}

.season-hero {
  min-height: 650px;
}

.season-hero-bg {
  object-position: center 46%;
}

.season-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 18, 24, 0.94) 0%, rgba(4, 18, 24, 0.72) 36%, rgba(4, 18, 24, 0.15) 64%, rgba(4, 18, 24, 0.38) 100%),
    linear-gradient(180deg, rgba(4, 18, 24, 0.04), rgba(4, 18, 24, 0.72));
}

.season-topbar {
  min-height: 78px;
}

.season-nav-cta {
  gap: 8px;
  background: var(--booking-green);
}

.season-hero-content {
  padding-top: 60px;
}

.season-badge {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  margin: 0;
  border: 1px solid rgba(225, 186, 82, 0.68);
  border-radius: 7px;
  background: rgba(19, 32, 22, 0.56);
  padding: 0 15px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.season-badge svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--booking-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.season-hero-content h1 {
  margin-top: 24px;
}

.season-kicker {
  color: #f2c552;
}

.season-description {
  max-width: 586px;
  margin-top: 24px;
}

.season-hero-features {
  max-width: 700px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 27px;
  margin-top: 40px;
}

.season-hero-features svg {
  width: 30px;
  height: 30px;
  stroke: var(--booking-gold);
}

.season-hero-features span {
  font-size: 11px;
}

.season-price-card {
  position: absolute;
  top: 145px;
  right: max(44px, calc((100% - var(--container)) / 2));
  width: 326px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.985);
  padding: 31px 30px 29px;
  color: #20251f;
  box-shadow: 0 18px 44px rgba(10, 22, 20, 0.22);
}

.season-price-card strong {
  display: block;
  color: var(--booking-green-dark);
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}

.season-price-card > span {
  display: block;
  margin-top: 8px;
  color: rgba(32, 37, 31, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.season-next-tour {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  margin: 29px 0 26px;
  border-top: 1px solid rgba(32, 37, 31, 0.12);
  padding-top: 25px;
}

.season-next-tour svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--booking-green-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.season-next-tour p {
  margin: 0 0 5px;
  color: rgba(32, 37, 31, 0.75);
  font-size: 13px;
  font-weight: 800;
}

.season-next-tour b {
  display: block;
  color: #171d18;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.season-next-tour small {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-left: 14px;
  color: rgba(32, 37, 31, 0.74);
  font-size: 11px;
  font-weight: 800;
}

.season-next-tour small::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--booking-green);
}

.season-tabs-section {
  margin-top: -42px;
  padding-bottom: 36px;
}

.season-tabs-panel {
  grid-template-columns: 1fr 1.45fr;
  gap: 14px;
  border-radius: 10px 10px 0 0;
  padding: 14px;
}

.season-tabs-panel a,
.season-tabs-panel a:first-child,
.season-tabs-panel a:last-child {
  min-height: 64px;
  border-radius: 7px;
}

.season-program-section {
  padding-bottom: 34px;
}

.season-program-panel {
  border-radius: 0 0 10px 10px;
}

.season-green-icon svg {
  stroke: var(--booking-green-dark);
}

.season-note-card {
  background: linear-gradient(135deg, rgba(79, 143, 47, 0.13), rgba(79, 143, 47, 0.06));
}

.season-note-card span::before {
  background: var(--booking-green);
}

.season-info-section {
  padding: 0 0 34px;
  background: #fbfaf7;
}

.season-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.season-info-card {
  min-height: 230px;
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  padding: 24px 23px 23px;
  box-shadow: 0 14px 38px rgba(48, 42, 34, 0.07);
}

.season-info-card h2 {
  margin: 0 0 18px;
  color: #151b16;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.season-info-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.season-info-card li {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 9px;
  align-items: start;
  color: rgba(23, 29, 24, 0.86);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.42;
}

.season-info-card svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--booking-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.season-info-muted svg {
  stroke: rgba(23, 29, 24, 0.36);
}

.season-photo-section {
  padding: 0 0 34px;
  background: #fbfaf7;
}

.season-photo-section h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.season-photo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.season-photo-grid a {
  display: block;
  min-height: 125px;
  overflow: hidden;
  border-radius: 8px;
  background: #e9e5db;
  box-shadow: 0 12px 28px rgba(48, 42, 34, 0.08);
}

.season-photo-grid img {
  display: block;
  width: 100%;
  height: 125px;
  object-fit: cover;
  transition: transform 180ms ease;
}

.season-photo-grid a:hover img {
  transform: scale(1.035);
}

.season-photo-more {
  display: flex;
  width: fit-content;
  min-width: 238px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  border: 1px solid rgba(47, 111, 37, 0.58);
  border-radius: 7px;
  background: #ffffff;
  color: var(--booking-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.season-final-section {
  padding: 0 0 42px;
  background: #fbfaf7;
}

.season-final-card {
  position: relative;
  min-height: 154px;
  overflow: hidden;
  border-radius: 10px;
  color: #ffffff;
  isolation: isolate;
  box-shadow: 0 18px 42px rgba(28, 24, 20, 0.14);
}

.season-final-card > img,
.season-final-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.season-final-card > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 72%;
}

.season-final-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 25, 28, 0.9) 0%, rgba(8, 25, 28, 0.68) 38%, rgba(16, 20, 19, 0.42) 62%, rgba(8, 15, 14, 0.86) 100%),
    linear-gradient(180deg, rgba(218, 105, 34, 0.18), rgba(4, 16, 18, 0.35));
}

.season-final-content {
  display: grid;
  min-height: 154px;
  grid-template-columns: 1.25fr 0.72fr 0.82fr;
  gap: 24px;
  align-items: center;
  padding: 28px 38px;
}

.season-final-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.02;
}

.season-final-copy p {
  max-width: 430px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.season-final-price strong {
  display: block;
  color: #ffffff;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.season-final-price span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.season-final-price small {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
}

.season-final-price svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--booking-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.season-final-actions {
  display: grid;
  gap: 12px;
}

.season-final-button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
}

.season-final-button-primary {
  background: var(--booking-red);
  color: #ffffff;
}

.season-final-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(10, 18, 18, 0.22);
  color: #ffffff;
}

.lost-page {
  --booking-green: #4f8f2f;
  --booking-green-dark: #2f6f25;
  --booking-gold: #f0bc38;
}

.lost-hero {
  min-height: 690px;
}

.lost-hero-bg {
  object-position: center 48%;
}

.lost-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 18, 24, 0.96) 0%, rgba(4, 18, 24, 0.76) 39%, rgba(4, 18, 24, 0.26) 68%, rgba(4, 18, 24, 0.34) 100%),
    linear-gradient(180deg, rgba(4, 18, 24, 0.08), rgba(4, 18, 24, 0.72));
}

.lost-topbar {
  min-height: 78px;
}

.lost-nav-cta {
  background: var(--booking-green);
}

.lost-hero-content {
  padding-top: 56px;
}

.lost-duration {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0;
  border-radius: 999px;
  background: var(--booking-green);
  padding: 0 15px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.lost-hero-content h1 {
  max-width: 700px;
  margin: 27px 0 0;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  line-height: 0.98;
  text-transform: none;
}

.lost-kicker {
  max-width: 680px;
  margin-top: 5px;
  color: var(--booking-gold);
  font-family: var(--font-display);
  font-size: 57px;
  font-weight: 700;
  line-height: 0.93;
}

.lost-lead {
  margin: 18px 0 0;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.22;
}

.lost-description {
  max-width: 640px;
  margin-top: 24px;
}

.lost-hero-features {
  max-width: 820px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.lost-hero-features svg {
  width: 29px;
  height: 29px;
  stroke: var(--booking-gold);
}

.lost-hero-features span {
  font-size: 11px;
}

.lost-price-card {
  position: absolute;
  top: 168px;
  right: max(36px, calc((100% - var(--container)) / 2));
  width: 320px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.985);
  padding: 31px 30px 29px;
  color: #20251f;
  box-shadow: 0 18px 44px rgba(10, 22, 20, 0.22);
}

.lost-price-card strong {
  display: block;
  color: var(--booking-green-dark);
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}

.lost-price-card > span {
  display: block;
  margin-top: 8px;
  color: rgba(32, 37, 31, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.lost-next-tour {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  margin: 29px 0 26px;
  border-top: 1px solid rgba(32, 37, 31, 0.12);
  padding-top: 25px;
}

.lost-next-tour svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--booking-green-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.lost-next-tour p {
  margin: 0 0 5px;
  color: rgba(32, 37, 31, 0.75);
  font-size: 13px;
  font-weight: 800;
}

.lost-next-tour b {
  display: block;
  color: #171d18;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.lost-next-tour small {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-left: 14px;
  color: rgba(32, 37, 31, 0.74);
  font-size: 11px;
  font-weight: 800;
}

.lost-next-tour small::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--booking-green);
}

.lost-tabs-section {
  margin-top: -42px;
  padding-bottom: 0;
}

.lost-tabs-panel {
  grid-template-columns: 1fr 1.12fr;
  gap: 14px;
  border-radius: 10px 10px 0 0;
  padding: 14px;
}

.lost-tabs-panel a,
.lost-tabs-panel a:first-child,
.lost-tabs-panel a:last-child {
  min-height: 64px;
  border-radius: 7px;
}

.lost-program-section {
  padding: 0 0 44px;
}

.lost-program-panel {
  border-top: 0;
}

.lost-day {
  padding: 50px 43px 45px;
}

.lost-day-header {
  margin-bottom: 32px;
}

.lost-day-header h2 {
  text-transform: uppercase;
}

.lost-day-header p {
  max-width: 360px;
}

.lost-timeline::before {
  left: 126px;
  background: linear-gradient(180deg, rgba(47, 111, 37, 0.08), rgba(47, 111, 37, 0.28), rgba(47, 111, 37, 0.08));
}

.lost-time-row {
  grid-template-columns: 84px 48px 1fr;
  gap: 16px;
  padding-bottom: 32px;
}

.lost-time-row time {
  color: var(--booking-green-dark);
}

.lost-time-row h3 {
  margin-top: 9px;
}

.lost-time-row p {
  max-width: 390px;
}

.lost-time-row-large {
  padding-bottom: 34px;
}

.lost-included-section {
  padding: 0 0 31px;
  background: #fbfaf7;
}

.lost-included-panel {
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.98);
  padding: 28px 34px 30px;
  box-shadow: 0 14px 38px rgba(48, 42, 34, 0.06);
}

.lost-included-panel h2 {
  margin: 0 0 24px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.lost-included-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.lost-included-grid div {
  display: grid;
  min-height: 106px;
  align-content: start;
  justify-items: center;
  border-right: 1px solid rgba(32, 37, 31, 0.08);
  padding: 2px 18px 0;
  text-align: center;
}

.lost-included-grid div:last-child {
  border-right: 0;
}

.lost-included-grid svg {
  width: 35px;
  height: 35px;
  margin-bottom: 13px;
  fill: none;
  stroke: var(--booking-green-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.lost-included-grid p {
  margin: 0;
  color: #182018;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.34;
}

.lost-details-section {
  padding: 0 0 36px;
  background: #fbfaf7;
}

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

.lost-detail-card {
  min-height: 253px;
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  padding: 24px 22px 22px;
  box-shadow: 0 14px 38px rgba(48, 42, 34, 0.065);
}

.lost-detail-card h2 {
  margin: 0 0 18px;
  color: #151b16;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.lost-detail-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lost-detail-card li {
  display: grid;
  grid-template-columns: 17px 1fr;
  gap: 9px;
  align-items: start;
  color: rgba(23, 29, 24, 0.86);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.43;
}

.lost-detail-card li svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--booking-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.lost-detail-muted li svg {
  stroke: rgba(23, 29, 24, 0.38);
}

.lost-photo-section {
  padding-top: 0;
}

.lost-photo-grid a {
  background: #e9e5db;
}

.lost-photo-more {
  border-color: rgba(47, 111, 37, 0.58);
  color: var(--booking-green-dark);
}

.lost-final-section {
  padding: 0 0 42px;
}

.lost-final-card {
  min-height: 150px;
  border-radius: 9px;
}

.lost-final-card > img {
  object-position: center 55%;
}

.lost-final-shade {
  background:
    linear-gradient(90deg, rgba(4, 18, 22, 0.94) 0%, rgba(4, 18, 22, 0.78) 40%, rgba(4, 18, 22, 0.34) 64%, rgba(4, 18, 22, 0.88) 100%),
    linear-gradient(180deg, rgba(4, 18, 22, 0.16), rgba(4, 18, 22, 0.78));
}

.lost-final-content {
  grid-template-columns: 1.36fr 0.72fr 0.88fr;
  gap: 26px;
  min-height: 150px;
  padding-inline: 30px;
}

.lost-final-copy h2 {
  max-width: 480px;
  font-size: 33px;
  line-height: 0.98;
}

.lost-final-price strong {
  font-size: 32px;
}

.lost-final-price small {
  margin-top: 13px;
  white-space: nowrap;
}

.lost-final-actions {
  gap: 11px;
}

.pilgrim-page {
  --booking-green: #4b862f;
  --booking-green-dark: #2d6a25;
  --booking-gold: #f0b93b;
}

.pilgrim-hero {
  min-height: 690px;
}

.pilgrim-hero-bg {
  object-position: center 50%;
}

.pilgrim-hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 18, 24, 0.97) 0%, rgba(4, 18, 24, 0.8) 36%, rgba(4, 18, 24, 0.28) 63%, rgba(4, 18, 24, 0.42) 100%),
    linear-gradient(180deg, rgba(4, 18, 24, 0.08), rgba(4, 18, 24, 0.72));
}

.pilgrim-topbar {
  min-height: 78px;
}

.pilgrim-nav-cta {
  background: var(--booking-green);
}

.pilgrim-hero-content {
  padding-top: 50px;
}

.pilgrim-duration {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  margin: 0;
  border-radius: 999px;
  background: var(--booking-green);
  padding: 0 17px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.pilgrim-hero-content h1 {
  max-width: 720px;
  margin: 28px 0 0;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  line-height: 0.98;
  text-transform: none;
}

.pilgrim-kicker {
  max-width: 700px;
  margin-top: 5px;
  color: var(--booking-gold);
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  line-height: 0.96;
}

.pilgrim-lead {
  max-width: 620px;
  margin: 20px 0 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.08;
}

.pilgrim-description {
  max-width: 600px;
  margin-top: 28px;
}

.pilgrim-hero-features {
  max-width: 825px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.pilgrim-hero-features svg {
  width: 29px;
  height: 29px;
  stroke: var(--booking-gold);
}

.pilgrim-hero-features span {
  font-size: 11px;
}

.pilgrim-price-card {
  position: absolute;
  top: 168px;
  right: max(36px, calc((100% - var(--container)) / 2));
  width: 320px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.985);
  padding: 31px 30px 29px;
  color: #20251f;
  box-shadow: 0 18px 44px rgba(10, 22, 20, 0.22);
}

.pilgrim-price-card strong {
  display: block;
  color: var(--booking-green-dark);
  font-size: 43px;
  font-weight: 800;
  line-height: 1;
}

.pilgrim-price-card > span {
  display: block;
  margin-top: 8px;
  color: rgba(32, 37, 31, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.pilgrim-next-tour {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  margin: 29px 0 26px;
  border-top: 1px solid rgba(32, 37, 31, 0.12);
  padding-top: 25px;
}

.pilgrim-next-tour svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--booking-green-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.pilgrim-next-tour p {
  margin: 0 0 5px;
  color: rgba(32, 37, 31, 0.75);
  font-size: 13px;
  font-weight: 800;
}

.pilgrim-next-tour b {
  display: block;
  color: #171d18;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.pilgrim-next-tour small {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-left: 14px;
  color: rgba(32, 37, 31, 0.74);
  font-size: 11px;
  font-weight: 800;
}

.pilgrim-next-tour small::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--booking-green);
}

.pilgrim-tabs-section {
  margin-top: -42px;
  padding-bottom: 0;
}

.pilgrim-tabs-panel {
  grid-template-columns: 1fr 1.12fr;
  gap: 14px;
  border-radius: 10px 10px 0 0;
  padding: 14px;
}

.pilgrim-tabs-panel a,
.pilgrim-tabs-panel a:first-child,
.pilgrim-tabs-panel a:last-child {
  min-height: 64px;
  border-radius: 7px;
}

.pilgrim-program-section {
  padding: 0 0 35px;
  background: #fbfaf7;
}

.pilgrim-program-panel {
  overflow: hidden;
  border: 1px solid rgba(32, 37, 31, 0.08);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  background: rgba(255, 255, 255, 0.98);
  padding: 42px 25px 34px;
  box-shadow: 0 16px 46px rgba(48, 42, 34, 0.08);
}

.pilgrim-program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
}

.pilgrim-timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding-right: 13px;
}

.pilgrim-timeline + .pilgrim-timeline {
  border-left: 1px solid rgba(32, 37, 31, 0.08);
  padding-right: 0;
  padding-left: 38px;
}

.pilgrim-timeline::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 122px;
  width: 1px;
  background: linear-gradient(180deg, rgba(47, 111, 37, 0.08), rgba(47, 111, 37, 0.28), rgba(47, 111, 37, 0.08));
}

.pilgrim-timeline + .pilgrim-timeline::before {
  left: 160px;
}

.pilgrim-time-row {
  position: relative;
  display: grid;
  grid-template-columns: 82px 48px 1fr;
  gap: 16px;
  padding-bottom: 32px;
}

.pilgrim-time-row:last-child {
  padding-bottom: 0;
}

.pilgrim-time-row time,
.pilgrim-footer-row time {
  padding-top: 13px;
  color: var(--booking-green-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.28;
}

.pilgrim-time-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(32, 37, 31, 0.08);
  border-radius: 50%;
  background: #fbfaf7;
  box-shadow: 0 6px 16px rgba(37, 43, 35, 0.06);
}

.pilgrim-time-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #1f241f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.pilgrim-time-row h2,
.pilgrim-footer-row h2 {
  margin: 10px 0 0;
  color: #171d18;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.28;
}

.pilgrim-time-row p,
.pilgrim-time-row li {
  margin: 7px 0 0;
  color: rgba(23, 29, 24, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.pilgrim-time-row ul {
  display: grid;
  gap: 3px;
  margin: 9px 0 0;
  padding-left: 17px;
}

.pilgrim-time-row li::marker {
  color: var(--booking-green);
}

.pilgrim-time-row-large {
  padding-bottom: 34px;
}

.pilgrim-note {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  max-width: 395px;
  margin-top: 17px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(240, 185, 59, 0.18), rgba(240, 185, 59, 0.08));
  padding: 15px 15px 15px 14px;
}

.pilgrim-note svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--booking-green-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pilgrim-note p {
  margin: 0;
  color: rgba(23, 29, 24, 0.84);
  font-size: 11px;
  line-height: 1.45;
}

.pilgrim-note strong {
  color: var(--booking-green-dark);
}

.pilgrim-program-footer {
  display: grid;
  gap: 14px;
  margin-top: 29px;
  border-top: 1px solid rgba(32, 37, 31, 0.08);
  padding-top: 27px;
}

.pilgrim-footer-row {
  display: grid;
  grid-template-columns: 122px 48px 1fr;
  gap: 17px;
  align-items: start;
}

.pilgrim-included-section {
  padding: 0 0 31px;
  background: #fbfaf7;
}

.pilgrim-included-panel {
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.98);
  padding: 27px 34px 29px;
  box-shadow: 0 14px 38px rgba(48, 42, 34, 0.06);
}

.pilgrim-included-panel h2 {
  margin: 0 0 24px;
  color: #151b16;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.pilgrim-included-grid div {
  display: grid;
  min-height: 103px;
  align-content: start;
  justify-items: center;
  border-right: 1px solid rgba(32, 37, 31, 0.08);
  padding: 2px 28px 0;
  text-align: center;
}

.pilgrim-included-grid div:last-child {
  border-right: 0;
}

.pilgrim-included-grid svg {
  width: 36px;
  height: 36px;
  margin-bottom: 13px;
  fill: none;
  stroke: var(--booking-green-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.pilgrim-included-grid p {
  margin: 0;
  color: #182018;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.34;
}

.pilgrim-details-section {
  padding: 0 0 36px;
  background: #fbfaf7;
}

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

.pilgrim-detail-card {
  min-height: 258px;
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  padding: 24px 22px 22px;
  box-shadow: 0 14px 38px rgba(48, 42, 34, 0.065);
}

.pilgrim-detail-card h2 {
  margin: 0 0 17px;
  color: #151b16;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.pilgrim-detail-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pilgrim-detail-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(23, 29, 24, 0.86);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.43;
}

.pilgrim-detail-card li svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--booking-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pilgrim-detail-card li strong {
  color: #151b16;
}

.pilgrim-detail-plain li svg {
  width: 17px;
  height: 17px;
}

.pilgrim-photo-section {
  padding-top: 0;
}

.pilgrim-photo-grid a {
  background: #e9e5db;
}

.pilgrim-photo-more {
  border-color: rgba(47, 111, 37, 0.58);
  color: var(--booking-green-dark);
}

.pilgrim-final-section {
  padding: 0 0 42px;
}

.pilgrim-final-card {
  min-height: 150px;
  border-radius: 9px;
}

.pilgrim-final-card > img {
  object-position: center 54%;
}

.pilgrim-final-shade {
  background:
    linear-gradient(90deg, rgba(4, 18, 22, 0.94) 0%, rgba(4, 18, 22, 0.76) 42%, rgba(4, 18, 22, 0.32) 63%, rgba(4, 18, 22, 0.9) 100%),
    linear-gradient(180deg, rgba(4, 18, 22, 0.14), rgba(4, 18, 22, 0.82));
}

.pilgrim-final-content {
  grid-template-columns: 1.28fr 0.72fr 0.88fr;
  gap: 26px;
  min-height: 150px;
  padding-inline: 30px;
}

.pilgrim-final-copy h2 {
  max-width: 470px;
  font-size: 31px;
  line-height: 1.02;
}

.pilgrim-final-price strong {
  font-size: 32px;
}

.pilgrim-final-price small {
  margin-top: 13px;
  white-space: nowrap;
}

.pilgrim-final-actions {
  gap: 11px;
}

.leisure-page {
  --leisure-green: #68a83f;
  --leisure-green-dark: #32702d;
  --leisure-ink: #111711;
  min-width: 320px;
  background: #fbfaf7;
  color: var(--leisure-ink);
}

.leisure-compact-page {
  --compact-green: #5aa13b;
  --compact-green-dark: #286b31;
  --compact-blue: #168ed2;
  --compact-orange: #f17826;
  min-width: 320px;
  background: #fbfaf7;
  color: #121812;
}

.compact-hero {
  position: relative;
  min-height: 392px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
  background: #071b22;
}

.compact-hero-bg,
.compact-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.compact-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 49%;
}

.compact-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 17, 24, 0.94) 0%, rgba(4, 17, 24, 0.73) 34%, rgba(4, 17, 24, 0.19) 68%, rgba(4, 17, 24, 0.08) 100%),
    linear-gradient(180deg, rgba(4, 17, 24, 0.08), rgba(4, 17, 24, 0.2) 63%, rgba(4, 17, 24, 0.5));
}

.compact-topbar,
.compact-hero-content {
  width: min(calc(100% - 70px), 1290px);
  margin-inline: auto;
}

.compact-topbar {
  grid-template-columns: 150px 1fr 286px;
  min-height: 70px;
}

.compact-brand .brand-mark img {
  filter: brightness(0) invert(1);
}

.compact-nav-links {
  gap: 38px;
  font-size: 13px;
}

.compact-nav-links a.is-active {
  position: relative;
  color: var(--compact-green);
}

.compact-nav-links a.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--compact-green);
}

.compact-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 20px;
}

.compact-favorite {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}

.compact-whatsapp {
  display: inline-flex;
  min-width: 207px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--compact-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.compact-whatsapp:hover {
  background: #4c9131;
}

.compact-whatsapp:active {
  transform: translateY(1px) scale(0.99);
}

.compact-hero-content {
  padding-top: 52px;
}

.compact-hero-content h1 {
  margin: 0;
  max-width: 455px;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 53px;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.compact-hero-content h1 span {
  color: var(--compact-green);
}

.compact-hero-content p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.compact-main {
  min-height: 120px;
  background: #fbfaf7;
}

.compact-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 46px), 1290px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: -56px auto 0;
  overflow: hidden;
  border: 1px solid rgba(24, 36, 27, 0.09);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 42px rgba(21, 28, 21, 0.12);
}

.compact-tab {
  position: relative;
  display: grid;
  min-height: 113px;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 10px;
  padding: 18px 24px;
  color: #151b15;
}

.compact-tab + .compact-tab {
  border-left: 1px solid rgba(24, 36, 27, 0.08);
}

.compact-tab.is-selected {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 26px rgba(21, 28, 21, 0.12);
}

.compact-tab-icon {
  display: block;
  width: 42px;
  height: 42px;
  color: var(--compact-green-dark);
}

.compact-tab-icon.is-water {
  color: var(--compact-blue);
}

.compact-tab-icon.is-fire {
  color: var(--compact-orange);
}

.compact-tab-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.compact-tab strong {
  color: #121812;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.18;
}

.compact-category {
  display: grid;
  width: min(calc(100% - 46px), 1290px);
  grid-template-columns: 270px 1fr;
  gap: 28px;
  align-items: stretch;
  margin: 24px auto 0;
  border-radius: 14px;
}

.compact-category-side {
  padding: 30px 18px 24px 20px;
}

.compact-category-icon {
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  color: var(--compact-green-dark);
}

.compact-category-icon.is-water {
  color: var(--compact-blue);
}

.compact-category-icon.is-fire {
  color: var(--compact-orange);
}

.compact-category-icon svg,
.compact-card-meta svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.compact-category-icon svg {
  stroke-width: 2.35;
}

.compact-category-side h2 {
  margin: 0;
  color: #151a14;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.13;
}

.compact-category-side p {
  max-width: 230px;
  margin: 22px 0 0;
  color: #344033;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.compact-category-side a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--compact-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.compact-ethno-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 0;
}

.compact-active-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 0;
}

.compact-feature-card {
  display: grid;
  min-height: 188px;
  grid-template-columns: 42% 1fr;
  overflow: hidden;
  border: 1px solid rgba(28, 42, 30, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(22, 30, 21, 0.07);
}

.compact-feature-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 188px;
  object-fit: cover;
}

.compact-feature-card-active {
  min-height: 176px;
}

.compact-feature-card-active img {
  min-height: 176px;
}

.compact-feature-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px 16px 14px;
}

.compact-feature-copy h3 {
  margin: 0 0 10px;
  color: #151a14;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.14;
}

.compact-feature-copy ul {
  margin: 0 0 12px;
  padding-left: 15px;
  color: #1d261d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.compact-feature-copy li::marker {
  color: var(--compact-green-dark);
}

.compact-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: auto;
  color: var(--compact-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.compact-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.compact-card-meta svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.85;
}

.compact-card-meta.is-water {
  color: var(--compact-blue);
}

.compact-card-meta.is-fire {
  color: var(--compact-orange);
}

.compact-water-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 0;
}

.compact-nature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 0;
}

.compact-bases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 20px 0;
}

.compact-small-card {
  display: flex;
  min-width: 0;
  min-height: 250px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(28, 42, 30, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(22, 30, 21, 0.065);
}

.compact-small-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2.16 / 1;
  object-fit: cover;
}

.compact-small-copy {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 14px 15px 13px;
}

.compact-small-copy h3 {
  margin: 0 0 9px;
  color: #151a14;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.14;
}

.compact-small-copy ul {
  margin: 0 0 12px;
  padding-left: 15px;
  color: #1d261d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.42;
}

.compact-small-copy li::marker {
  color: var(--compact-blue);
}

.compact-small-card-nature .compact-small-copy li::marker {
  color: var(--compact-orange);
}

.compact-small-card-bases .compact-small-copy li::marker {
  color: var(--compact-green-dark);
}

.compact-collections {
  width: min(calc(100% - 46px), 1290px);
  margin: 26px auto 0;
}

.compact-collections h2 {
  margin: 0 0 16px;
  color: #101810;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.12;
}

.compact-collections-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.compact-collection-card {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  border-radius: 9px;
  background: #0b1716;
  box-shadow: 0 12px 28px rgba(14, 23, 17, 0.1);
  isolation: isolate;
}

.compact-collection-card img,
.compact-collection-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.compact-collection-card img {
  z-index: -2;
  object-fit: cover;
}

.compact-collection-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 12, 13, 0.08), rgba(4, 12, 13, 0.7) 58%, rgba(4, 12, 13, 0.9)),
    linear-gradient(90deg, rgba(4, 12, 13, 0.52), rgba(4, 12, 13, 0.08));
}

.compact-collection-copy {
  display: flex;
  height: 100%;
  min-height: 214px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 18px 17px;
  color: #ffffff;
}

.compact-collection-copy h3 {
  margin: 0 0 13px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.04;
}

.compact-collection-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.compact-map-section {
  width: min(calc(100% - 46px), 1290px);
  margin: 28px auto 0;
}

.compact-map-section h2 {
  margin: 0 0 13px;
  color: #101810;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.12;
}

.compact-map-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.compact-map-filters::-webkit-scrollbar {
  display: none;
}

.compact-map-filters button {
  min-height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(42, 65, 43, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #22301f;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 0 18px;
  box-shadow: 0 7px 18px rgba(22, 30, 21, 0.055);
}

.compact-map-filters button.is-active {
  border-color: var(--compact-green-dark);
  background: var(--compact-green-dark);
  color: #ffffff;
}

.compact-map-card {
  position: relative;
  min-height: 228px;
  overflow: hidden;
  border-radius: 10px;
  background: #dce9cf;
  box-shadow: 0 10px 28px rgba(21, 31, 20, 0.09);
}

.compact-map-card img {
  display: block;
  width: 100%;
  height: 228px;
  object-fit: cover;
}

.compact-map-pin {
  position: absolute;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 3px solid #ffffff;
  border-radius: 50% 50% 50% 4px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}

.compact-map-pin::after {
  position: absolute;
  inset: 7px;
  content: "";
  border-radius: 50%;
  background: #ffffff;
}

.compact-map-pin.is-green {
  background: #4d9446;
}

.compact-map-pin.is-blue {
  background: #258aca;
}

.compact-map-pin.is-orange {
  background: #f28a28;
}

.compact-map-pin.is-red {
  background: #d8343a;
}

.compact-final-cta {
  position: relative;
  display: grid;
  width: min(calc(100% - 46px), 1290px);
  min-height: 118px;
  grid-template-columns: 1fr 430px;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  margin: 22px auto 30px;
  border-radius: 10px;
  color: #ffffff;
  background: #081718;
  isolation: isolate;
}

.compact-final-cta > img,
.compact-final-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.compact-final-cta > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 63%;
}

.compact-final-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 13, 15, 0.94), rgba(4, 13, 15, 0.62) 45%, rgba(4, 13, 15, 0.88)),
    linear-gradient(180deg, rgba(4, 13, 15, 0.1), rgba(4, 13, 15, 0.42));
}

.compact-final-copy {
  padding: 24px 0 24px 34px;
}

.compact-final-copy h2 {
  max-width: 410px;
  margin: 0;
  color: #ffffff;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.08;
}

.compact-final-actions {
  display: grid;
  gap: 10px;
  padding-right: 34px;
}

.compact-final-primary,
.compact-final-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.compact-final-primary {
  background: var(--red);
}

.compact-final-secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(7, 16, 18, 0.42);
}

.activities-mobile-page {
  --am-green: #67b34b;
  --am-green-dark: #2f7a2f;
  --am-blue: #1c9ee8;
  --am-orange: #f58222;
  min-width: 320px;
  margin: 0;
  background: #fbfaf7;
  color: #101410;
  font-family: var(--font-sans);
}

.am-hero {
  position: relative;
  min-height: 335px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
  background: #061a22;
}

.am-hero-bg,
.am-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.am-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: 63% center;
}

.am-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 16, 21, 0.94), rgba(4, 16, 21, 0.6) 43%, rgba(4, 16, 21, 0.08)),
    linear-gradient(180deg, rgba(4, 16, 21, 0.18), rgba(4, 16, 21, 0.04) 45%, rgba(4, 16, 21, 0.34));
}

.am-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(calc(100% - 60px), 803px);
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.am-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.am-brand-mark {
  display: block;
  width: 46px;
  height: 46px;
}

.am-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.am-brand-text {
  font-size: 23px;
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.01em;
}

.am-actions {
  display: inline-flex;
  align-items: center;
  gap: 19px;
}

.am-heart,
.am-whatsapp,
.am-menu {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.am-heart {
  width: 34px;
  height: 34px;
}

.am-heart svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.am-whatsapp {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--am-green);
  box-shadow: 0 10px 24px rgba(29, 72, 21, 0.3);
}

.am-whatsapp svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.am-menu {
  width: 39px;
  height: 39px;
  flex-direction: column;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.am-menu span {
  display: block;
  width: 31px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.am-hero-copy {
  width: min(calc(100% - 60px), 803px);
  margin: 0 auto;
  padding-top: 14px;
}

.am-hero-copy h1 {
  max-width: 430px;
  margin: 0;
  color: #ffffff;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.am-hero-copy h1 span {
  color: var(--am-green);
}

.am-hero-copy p {
  max-width: 480px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.am-main {
  min-height: 260px;
  background: #fbfaf7;
}

.am-tabs {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(calc(100% - 60px), 803px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: -59px auto 0;
  overflow: hidden;
  border: 1px solid rgba(25, 38, 28, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(18, 27, 18, 0.16);
}

.am-tab {
  display: flex;
  min-width: 0;
  min-height: 132px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  color: #141814;
  text-align: center;
  padding: 18px 8px 16px;
}

.am-tab + .am-tab {
  border-left: 1px solid rgba(23, 34, 25, 0.09);
}

.am-tab-icon {
  display: block;
  width: 46px;
  height: 46px;
  color: var(--am-green-dark);
}

.am-tab-icon.is-water {
  color: var(--am-blue);
}

.am-tab-icon.is-fire {
  color: var(--am-orange);
}

.am-tab-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.am-tab strong {
  display: block;
  max-width: 116px;
  color: #171917;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.22;
}

.am-section {
  width: min(calc(100% - 60px), 803px);
  margin: 24px auto 0;
}

.am-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.am-section-title {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.am-section-icon {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--am-green-dark);
}

.am-section-icon.is-water {
  color: var(--am-blue);
}

.am-section-icon.is-fire {
  color: var(--am-orange);
}

.am-section-icon svg,
.am-card-meta svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.am-section-icon svg {
  stroke-width: 2.35;
}

.am-section-title h2 {
  margin: 0;
  color: #111611;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.am-view-all {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--am-green-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.am-view-all span {
  font-size: 30px;
  line-height: 0.7;
}

.am-card-grid {
  display: grid;
  gap: 14px;
}

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

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

.am-photo-card {
  position: relative;
  min-height: 212px;
  overflow: hidden;
  border-radius: 9px;
  background: #15201b;
  box-shadow: 0 10px 24px rgba(19, 24, 20, 0.13);
  isolation: isolate;
}

.am-photo-card img,
.am-card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.am-photo-card img {
  z-index: -2;
  object-fit: cover;
}

.am-card-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 10, 12, 0.08), rgba(5, 10, 12, 0.36) 43%, rgba(5, 10, 12, 0.86)),
    linear-gradient(90deg, rgba(5, 10, 12, 0.36), rgba(5, 10, 12, 0.06));
}

.am-card-copy {
  display: flex;
  min-height: 212px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20px 17px;
  color: #ffffff;
}

.am-card-copy h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.08;
}

.am-card-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  margin: 0 0 13px;
  padding: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.am-card-copy li::before {
  content: "• ";
}

.am-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.am-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.am-card-meta svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.85;
}

.am-photo-card-small {
  min-height: 174px;
}

.am-photo-card-small .am-card-copy {
  min-height: 174px;
  padding: 0 14px 13px;
}

.am-photo-card-small .am-card-copy h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.am-photo-card-small .am-card-copy ul {
  margin-bottom: 11px;
  font-size: 11px;
  line-height: 1.32;
}

.am-photo-card-small .am-card-meta {
  gap: 12px;
  font-size: 10px;
}

.am-photo-card-small .am-card-meta svg {
  width: 15px;
  height: 15px;
}

.am-collections {
  margin-top: 26px;
}

.am-collections > h2 {
  margin: 0 0 13px;
  color: #111611;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.am-collections-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.am-collection-card {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  border-radius: 8px;
  background: #101818;
  box-shadow: 0 10px 22px rgba(18, 24, 20, 0.13);
  isolation: isolate;
}

.am-collection-card img,
.am-collection-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.am-collection-card img {
  z-index: -2;
  object-fit: cover;
}

.am-collection-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 9, 10, 0.08), rgba(3, 9, 10, 0.7) 60%, rgba(3, 9, 10, 0.92)),
    linear-gradient(90deg, rgba(3, 9, 10, 0.42), rgba(3, 9, 10, 0.05));
}

.am-collection-copy {
  display: flex;
  min-height: 170px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px 13px 13px;
  color: #ffffff;
}

.am-collection-copy h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.12;
}

.am-collection-copy h3 svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.am-collection-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.95);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.55;
}

.am-bottom-cta {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 60px), 803px);
  min-height: 86px;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  margin: 24px auto -24px;
  border-radius: 9px;
  color: #ffffff;
  background: #071619;
  box-shadow: 0 14px 30px rgba(14, 20, 20, 0.2);
  isolation: isolate;
}

.am-bottom-cta > img,
.am-bottom-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.am-bottom-cta > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 68%;
}

.am-bottom-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 12, 14, 0.94), rgba(4, 12, 14, 0.58) 48%, rgba(4, 12, 14, 0.9)),
    linear-gradient(180deg, rgba(4, 12, 14, 0.08), rgba(4, 12, 14, 0.48));
}

.am-bottom-copy {
  padding: 18px 0 18px 24px;
}

.am-bottom-copy h2 {
  max-width: 300px;
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

.am-bottom-actions {
  display: grid;
  gap: 8px;
  padding-right: 22px;
}

.am-bottom-primary,
.am-bottom-secondary {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.am-bottom-primary {
  background: var(--red);
}

.am-bottom-secondary {
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(9, 18, 20, 0.72);
}

.am-map {
  width: min(calc(100% - 60px), 803px);
  margin: 0 auto 0;
  padding-top: 45px;
}

.am-map h2 {
  margin: 0 0 12px;
  color: #111611;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.18;
}

.am-map-card {
  position: relative;
  min-height: 176px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #dce9cf;
}

.am-map-card img {
  display: block;
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.am-map-pin {
  position: absolute;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 3px solid #ffffff;
  border-radius: 50% 50% 50% 4px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}

.am-map-pin::after {
  position: absolute;
  inset: 6px;
  content: "";
  border-radius: 50%;
  background: #ffffff;
}

.am-map-pin.is-green {
  background: #4d9446;
}

.am-map-pin.is-blue {
  background: #258aca;
}

.am-map-pin.is-orange {
  background: #f28a28;
}

.am-map-pin.is-red {
  background: #d8343a;
}

.camel-page {
  --camel-rust: #c6542a;
  --camel-rust-dark: #9e3f1f;
  --camel-cream: #fff7eb;
  --camel-ink: #2a1810;
  margin: 0;
  background: #fbf4e9;
  color: var(--camel-ink);
  font-family: var(--font-sans);
}

.camel-hero {
  position: relative;
  min-height: 704px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
  background: #2a1b13;
}

.camel-hero-bg,
.camel-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.camel-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: 64% center;
}

.camel-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(37, 21, 13, 0.88) 0%, rgba(37, 21, 13, 0.66) 34%, rgba(37, 21, 13, 0.16) 65%, rgba(37, 21, 13, 0.08) 100%),
    linear-gradient(180deg, rgba(37, 21, 13, 0.12), rgba(37, 21, 13, 0.18) 50%, rgba(37, 21, 13, 0.55));
}

.camel-topbar,
.camel-hero-content {
  width: min(calc(100% - 116px), 1220px);
  margin-inline: auto;
}

.camel-topbar {
  grid-template-columns: 150px 1fr 280px;
  min-height: 82px;
}

.camel-brand .brand-mark img {
  filter: brightness(0) invert(1);
}

.camel-nav-links {
  gap: 36px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.camel-nav-links a.is-active {
  position: relative;
  color: #ffffff;
}

.camel-nav-links a.is-active::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: #ffffff;
}

.camel-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.camel-favorite {
  color: #ffffff;
}

.camel-whatsapp {
  display: inline-flex;
  min-width: 200px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 238, 211, 0.22);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.camel-hero-content {
  padding-top: 34px;
}

.camel-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.camel-breadcrumbs a {
  color: inherit;
}

.camel-hero-content h1 {
  max-width: 570px;
  margin: 45px 0 0;
  color: #ffffff;
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.camel-hero-content p {
  max-width: 540px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.62;
}

.camel-hero-features {
  display: grid;
  max-width: 710px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 68px;
}

.camel-hero-features div {
  min-width: 0;
}

.camel-hero-features svg {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.camel-hero-features span {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.camel-booking-card {
  position: absolute;
  right: max(58px, calc((100vw - 1220px) / 2));
  bottom: 40px;
  width: 330px;
  min-height: 356px;
  border-radius: 14px;
  background: rgba(255, 248, 237, 0.94);
  color: var(--camel-ink);
  padding: 38px 28px 26px;
  box-shadow: 0 22px 44px rgba(52, 30, 16, 0.22);
  backdrop-filter: blur(10px);
}

.camel-booking-card strong {
  display: block;
  color: #2a1810;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.camel-booking-card strong span {
  font-size: 35px;
}

.camel-booking-card p {
  margin: 8px 0 24px;
  color: #5b4639;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.camel-booking-primary,
.camel-booking-secondary {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.camel-booking-primary {
  background: var(--camel-rust);
  color: #ffffff;
}

.camel-booking-secondary {
  margin-top: 12px;
  border: 1px solid rgba(34, 72, 34, 0.55);
  background: rgba(255, 255, 255, 0.62);
  color: #2e6f31;
}

.camel-booking-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: #4f3e34;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.camel-booking-card li {
  position: relative;
  padding-left: 17px;
}

.camel-booking-card li::before {
  position: absolute;
  left: 0;
  content: "•";
  color: var(--camel-rust);
}

.camel-inner {
  width: min(calc(100% - 116px), 1220px);
  margin-inline: auto;
}

.camel-expect {
  padding: 34px 0 28px;
  background: #fbf4e9;
}

.camel-expect h2 {
  margin: 0 0 24px;
  color: var(--camel-ink);
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
}

.camel-expect-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.camel-expect-card {
  min-width: 0;
}

.camel-expect-media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1.46 / 1;
  background: #dcc8b1;
  box-shadow: 0 10px 22px rgba(64, 39, 24, 0.1);
}

.camel-expect-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camel-expect-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(52, 30, 16, 0.16);
  color: var(--camel-rust);
}

.camel-expect-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.camel-expect-copy {
  padding: 17px 10px 0;
}

.camel-expect-copy h3 {
  margin: 0 0 11px;
  color: var(--camel-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.18;
}

.camel-expect-copy p {
  margin: 0;
  color: #4c382c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.58;
}

.camel-formats {
  padding: 30px 0 34px;
  background: #fbf4e9;
}

.camel-formats h2 {
  margin: 0 0 24px;
  color: var(--camel-ink);
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
}

.camel-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.camel-format-card {
  min-height: 176px;
  min-width: 0;
  padding: 27px 24px 24px;
  border: 1px solid rgba(94, 59, 34, 0.1);
  border-radius: 10px;
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 12px 28px rgba(64, 39, 24, 0.08);
}

.camel-format-icon {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  color: var(--camel-rust);
}

.camel-format-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.camel-format-card h3 {
  max-width: 190px;
  margin: 0 0 15px;
  color: var(--camel-ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.22;
}

.camel-format-card p {
  margin: 0;
  color: #4c382c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.58;
}

.camel-steps {
  padding: 18px 0 34px;
  background: #fbf4e9;
}

.camel-steps h2 {
  margin: 0 0 26px;
  color: var(--camel-ink);
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
}

.camel-step-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.camel-step-list::before {
  position: absolute;
  top: 18px;
  right: 80px;
  left: 80px;
  height: 1px;
  content: "";
  background: repeating-linear-gradient(
    90deg,
    rgba(198, 84, 42, 0.52) 0,
    rgba(198, 84, 42, 0.52) 5px,
    transparent 5px,
    transparent 11px
  );
}

.camel-step-list li {
  position: relative;
  display: grid;
  min-width: 0;
  justify-items: center;
  padding: 0 10px;
  text-align: center;
}

.camel-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--camel-rust);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.camel-step-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-top: 22px;
  color: var(--camel-ink);
}

.camel-step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.camel-step-list strong {
  display: block;
  max-width: 142px;
  margin-top: 11px;
  color: var(--camel-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.28;
}

.camel-location {
  padding: 22px 0 40px;
  background: #fbf4e9;
}

.camel-location-grid {
  display: grid;
  grid-template-columns: 356px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.camel-info-card,
.camel-map-card {
  min-width: 0;
  border: 1px solid rgba(94, 59, 34, 0.1);
  border-radius: 10px;
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 12px 28px rgba(64, 39, 24, 0.08);
}

.camel-info-card {
  padding: 26px 24px 25px;
}

.camel-info-card h2,
.camel-map-card h2 {
  margin: 0 0 21px;
  color: var(--camel-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
}

.camel-info-card ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.camel-info-card li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  color: #3f2c21;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.camel-info-card svg {
  width: 24px;
  height: 24px;
  color: #6b4a38;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.camel-map-card {
  padding: 26px 24px 24px;
}

.camel-map-frame {
  position: relative;
  overflow: hidden;
  height: 256px;
  border-radius: 9px;
  background: #dce9cf;
}

.camel-map-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.camel-map-label {
  position: absolute;
  top: 68px;
  left: 42%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  width: 224px;
  gap: 0 12px;
  align-items: center;
  padding: 14px 16px 14px 14px;
  border-radius: 9px;
  background: rgba(255, 250, 241, 0.96);
  box-shadow: 0 12px 28px rgba(64, 39, 24, 0.18);
  color: var(--camel-ink);
}

.camel-map-label span {
  display: grid;
  width: 38px;
  height: 38px;
  grid-row: span 2;
  place-items: center;
  border-radius: 50%;
  background: var(--camel-rust);
  color: #ffffff;
}

.camel-map-label svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.camel-map-label strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.camel-map-label small {
  margin-top: 3px;
  color: #654c3e;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.camel-map-actions {
  display: grid;
  grid-template-columns: 220px repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 17px;
}

.camel-map-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(198, 84, 42, 0.72);
  border-radius: 7px;
  color: var(--camel-rust-dark);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.camel-map-actions .camel-map-primary {
  background: var(--camel-rust);
  color: #ffffff;
}

.camel-gallery {
  padding: 4px 0 38px;
  background: #fbf4e9;
}

.camel-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.camel-section-head h2 {
  margin: 0;
  color: var(--camel-ink);
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.08;
}

.camel-gallery-arrows {
  display: flex;
  gap: 10px;
}

.camel-gallery-arrows button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(198, 84, 42, 0.72);
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.95);
  color: var(--camel-rust);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.camel-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.camel-gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.33 / 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(64, 39, 24, 0.09);
}

.camel-nearby {
  padding: 0 0 42px;
  background: #fbf4e9;
}

.camel-nearby h2 {
  margin: 0 0 6px;
  color: var(--camel-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.15;
}

.camel-nearby > .camel-inner > p {
  margin: 0 0 20px;
  color: #4c382c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.camel-nearby-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.camel-nearby-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) 22px;
  gap: 12px;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(94, 59, 34, 0.1);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.94);
  box-shadow: 0 10px 22px rgba(64, 39, 24, 0.08);
}

.camel-nearby-card img {
  display: block;
  width: 100%;
  height: 126px;
  grid-column: 1 / -1;
  object-fit: cover;
}

.camel-nearby-card span {
  display: block;
  min-height: 46px;
  padding: 0 0 15px 15px;
  color: var(--camel-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.camel-nearby-card b {
  align-self: center;
  padding: 0 14px 15px 0;
  color: var(--camel-rust);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.camel-final-cta {
  padding: 0 0 34px;
  background: #fbf4e9;
}

.camel-final-card {
  position: relative;
  display: grid;
  min-height: 148px;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  color: #ffffff;
  isolation: isolate;
  box-shadow: 0 18px 34px rgba(49, 28, 18, 0.18);
}

.camel-final-card > img,
.camel-final-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.camel-final-card > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 62%;
}

.camel-final-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(44, 24, 13, 0.9), rgba(44, 24, 13, 0.62) 48%, rgba(44, 24, 13, 0.84)),
    linear-gradient(180deg, rgba(44, 24, 13, 0.12), rgba(44, 24, 13, 0.54));
}

.camel-final-copy {
  padding: 26px 0 26px 36px;
}

.camel-final-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.03;
}

.camel-final-copy p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.camel-final-actions {
  display: grid;
  gap: 10px;
  padding-right: 36px;
}

.camel-final-primary,
.camel-final-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.camel-final-primary {
  background: var(--camel-rust);
}

.camel-final-secondary {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(17, 16, 14, 0.58);
}

.shore-page {
  --shore-green: #0b7a3d;
  --shore-green-dark: #073f27;
  --shore-orange: #ec7f22;
  --shore-ink: #0d1a13;
  margin: 0;
  background: #f5f1e9;
  color: var(--shore-ink);
  font-family: var(--font-sans);
}

.shore-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
  background: #10150f;
}

.shore-hero-bg,
.shore-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shore-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.shore-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 12, 8, 0.86), rgba(4, 12, 8, 0.62) 35%, rgba(4, 12, 8, 0.18) 68%, rgba(4, 12, 8, 0.3)),
    linear-gradient(180deg, rgba(4, 12, 8, 0.52), rgba(4, 12, 8, 0.08) 46%, rgba(4, 12, 8, 0.78));
}

.shore-topbar,
.shore-hero-content {
  width: min(calc(100% - 96px), 1210px);
  margin-inline: auto;
}

.shore-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 74px;
  grid-template-columns: 210px minmax(0, 1fr) 275px;
  gap: 24px;
  align-items: center;
}

.shore-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.shore-brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(8, 18, 12, 0.62);
}

.shore-brand-mark img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.shore-brand strong {
  display: block;
  font-family: "Oswald", var(--font-sans);
  font-size: 22px;
  font-weight: 700;
  line-height: 0.92;
  text-transform: uppercase;
}

.shore-brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.shore-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
}

.shore-nav-links a {
  color: inherit;
}

.shore-contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.shore-phone {
  display: grid;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}

.shore-phone span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 800;
}

.shore-contacts > a:not(.shore-phone) {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #10150f;
  font-size: 10px;
  font-weight: 900;
}

.shore-menu-toggle {
  display: none;
}

.shore-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 46px;
}

.shore-hero-content h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", var(--font-sans);
  font-size: 76px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shore-kicker {
  margin: 14px 0 0;
  color: var(--shore-orange);
  font-family: "Oswald", var(--font-sans);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.shore-lead {
  max-width: 610px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.38;
}

.shore-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.shore-primary,
.shore-secondary {
  display: inline-flex;
  min-width: 178px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.shore-primary {
  background: var(--shore-green);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.shore-secondary {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(16, 21, 15, 0.34);
}

.shore-feature-row {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  margin-top: 58px;
}

.shore-feature-row a {
  display: grid;
  justify-items: center;
  color: #ffffff;
  text-align: center;
}

.shore-feature-row img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: sepia(1) saturate(1.7) hue-rotate(350deg) brightness(1.18);
}

.shore-feature-row span {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.shore-main {
  background: #f5f1e9;
}

.shore-inner {
  width: min(calc(100% - 96px), 1210px);
  margin-inline: auto;
}

.shore-formats {
  padding: 34px 0 44px;
}

.shore-section-title {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  text-align: center;
}

.shore-section-title span {
  display: block;
  height: 1px;
  background: rgba(13, 26, 19, 0.32);
}

.shore-section-title h2 {
  margin: 0;
  color: var(--shore-ink);
  font-family: "Oswald", var(--font-sans);
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.shore-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.shore-format-card {
  position: relative;
  display: grid;
  min-height: 254px;
  overflow: hidden;
  align-items: end;
  border-radius: 6px;
  color: #ffffff;
  isolation: isolate;
  box-shadow: 0 14px 26px rgba(13, 26, 19, 0.16);
}

.shore-format-card img,
.shore-format-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shore-format-card img {
  z-index: -2;
  object-fit: cover;
}

.shore-format-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 14, 10, 0.08), rgba(5, 14, 10, 0.9)),
    linear-gradient(90deg, rgba(5, 14, 10, 0.34), rgba(5, 14, 10, 0.1));
}

.shore-format-copy {
  display: grid;
  justify-items: center;
  padding: 0 18px 20px;
  text-align: center;
}

.shore-format-copy h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", var(--font-sans);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.04;
}

.shore-format-copy p {
  margin: 5px 0 14px;
  color: var(--shore-orange);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.shore-format-copy span {
  display: inline-flex;
  min-width: 154px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.shore-quad {
  padding: 0 0 48px;
  background: #f5f1e9;
}

.shore-quad-grid {
  display: grid;
  grid-template-columns: 465px minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.shore-quad-copy h2 {
  margin: 0 0 30px;
  color: var(--shore-ink);
  font-family: "Oswald", var(--font-sans);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.02;
  text-transform: uppercase;
}

.shore-quad-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.shore-quad-lists h3 {
  margin: 0 0 12px;
  color: var(--shore-ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.shore-quad-lists ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shore-quad-lists li {
  position: relative;
  padding-left: 24px;
  color: #1c2a20;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.shore-quad-lists li::before {
  position: absolute;
  top: 1px;
  left: 0;
  content: "✓";
  color: var(--shore-green);
  font-weight: 900;
}

.shore-quad-media {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 16px 32px rgba(13, 26, 19, 0.14);
}

.shore-quad-media img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 62% center;
}

.shore-routes {
  margin-top: 24px;
}

.shore-section-title-small {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.shore-section-title-small h2 {
  font-size: 29px;
}

.shore-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.shore-route-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(13, 26, 19, 0.22);
  border-radius: 6px;
  background: #ffffff;
}

.shore-route-card img {
  display: block;
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.shore-route-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  max-width: calc(100% - 16px);
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(8, 20, 12, 0.64);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

.shore-route-body {
  padding: 12px 13px 15px;
}

.shore-route-body h3 {
  margin: 0 0 8px;
  color: var(--shore-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.shore-route-body p {
  margin: 0 0 9px;
  color: var(--shore-orange);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.shore-route-body ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #263228;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.shore-route-body li {
  position: relative;
  padding-left: 18px;
}

.shore-route-body li::before {
  position: absolute;
  left: 0;
  content: "•";
  color: var(--shore-green);
}

.shore-routes-more {
  display: flex;
  width: 156px;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  border-radius: 7px;
  background: var(--shore-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.shore-gallery {
  padding: 0 0 34px;
  background: #f5f1e9;
}

.shore-gallery h2 {
  margin: 0 0 18px;
  color: var(--shore-ink);
  font-family: "Oswald", var(--font-sans);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.shore-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 88px;
  gap: 6px;
}

.shore-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 5px 14px rgba(13, 26, 19, 0.12);
}

.shore-gallery-grid img:nth-child(1) {
  grid-column: span 3;
  grid-row: span 3;
}

.shore-gallery-grid img:nth-child(2),
.shore-gallery-grid img:nth-child(3) {
  grid-column: span 3;
  grid-row: span 1;
}

.shore-gallery-grid img:nth-child(4) {
  grid-column: span 3;
  grid-row: span 2;
}

.shore-gallery-grid img:nth-child(5) {
  grid-column: span 2;
  grid-row: span 2;
}

.shore-gallery-grid img:nth-child(6) {
  grid-column: span 2;
  grid-row: span 1;
}

.shore-gallery-grid img:nth-child(7) {
  grid-column: span 6;
  grid-row: span 1;
}

.shore-gallery-grid img:nth-child(8),
.shore-gallery-grid img:nth-child(9) {
  grid-column: span 2;
  grid-row: span 1;
}

.shore-camping,
.shore-bath {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
}

.shore-camping {
  min-height: 230px;
  background: #11170f;
}

.shore-camping-bg,
.shore-camping-shade,
.shore-bath-bg,
.shore-bath-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shore-camping-bg,
.shore-bath-bg {
  z-index: -2;
  object-fit: cover;
}

.shore-camping-bg {
  object-position: center 62%;
}

.shore-camping-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 14, 10, 0.9), rgba(9, 14, 10, 0.52) 48%, rgba(9, 14, 10, 0.74)),
    linear-gradient(180deg, rgba(9, 14, 10, 0.2), rgba(9, 14, 10, 0.62));
}

.shore-camping-inner {
  position: relative;
  display: grid;
  min-height: 230px;
  grid-template-columns: minmax(0, 1fr) 580px;
  gap: 28px;
  align-items: center;
}

.shore-camping-copy h2,
.shore-bath-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", var(--font-sans);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.shore-camping-copy p,
.shore-bath-copy p {
  max-width: 390px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.shore-camping-copy a {
  display: inline-flex;
  min-width: 210px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.shore-camping-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.shore-camping-plans article {
  display: grid;
  min-height: 166px;
  align-content: start;
  justify-items: center;
  padding: 22px 18px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--shore-ink);
  text-align: center;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.shore-camping-plans h3 {
  margin: 0 0 12px;
  color: var(--shore-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.shore-camping-plans p {
  margin: 0;
  color: #263228;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.shore-camping-plans strong {
  margin-top: auto;
  padding-top: 14px;
  color: #0f1811;
  font-size: 17px;
  font-weight: 900;
}

.shore-bath {
  min-height: 178px;
  background: #1d130c;
}

.shore-bath-bg {
  object-position: center;
}

.shore-bath-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(24, 13, 7, 0.94), rgba(24, 13, 7, 0.72) 44%, rgba(24, 13, 7, 0.2)),
    linear-gradient(180deg, rgba(24, 13, 7, 0.22), rgba(24, 13, 7, 0.76));
}

.shore-bath-inner {
  display: flex;
  min-height: 178px;
  align-items: center;
}

.shore-bath-copy strong {
  display: flex;
  width: 210px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-radius: 3px;
  background: #ffffff;
  color: var(--shore-ink);
  font-size: 18px;
  font-weight: 900;
}

.shore-bath-copy a {
  display: inline-flex;
  width: 210px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  border-radius: 6px;
  background: var(--shore-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.shore-extra {
  padding: 34px 0 42px;
  background: #f5f1e9;
}

.shore-extra h2 {
  margin: 0 0 24px;
  color: var(--shore-ink);
  font-family: "Oswald", var(--font-sans);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.shore-extra-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.shore-extra-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 26, 19, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 24px rgba(13, 26, 19, 0.08);
}

.shore-extra-card img {
  display: block;
  width: 100%;
  height: 138px;
  object-fit: cover;
}

.shore-extra-copy {
  padding: 14px 14px 17px;
}

.shore-extra-copy h3 {
  margin: 0 0 6px;
  color: var(--shore-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
}

.shore-extra-price {
  margin: 0 0 8px;
  color: var(--shore-orange);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.shore-extra-copy p:not(.shore-extra-price) {
  margin: 0;
  color: #263228;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.shore-price {
  padding: 0 0 42px;
  background: #f5f1e9;
}

.shore-price h2 {
  margin: 0 0 18px;
  color: var(--shore-ink);
  font-family: "Oswald", var(--font-sans);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.shore-price-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 0;
}

.shore-price-tabs button {
  min-width: 0;
  min-height: 28px;
  border: 1px solid rgba(13, 26, 19, 0.28);
  border-radius: 3px 3px 0 0;
  background: #f9f8f4;
  color: #111b14;
  font-size: 11px;
  font-weight: 900;
}

.shore-price-tabs button.is-active {
  border-color: var(--shore-green);
  background: var(--shore-green);
  color: #ffffff;
}

.shore-price-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(13, 26, 19, 0.24);
  border-radius: 0 0 6px 6px;
  background: rgba(255, 255, 255, 0.76);
}

.shore-price-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: #152017;
  font-size: 12px;
  font-weight: 800;
}

.shore-price-table th,
.shore-price-table td {
  padding: 8px 14px;
  border-right: 1px solid rgba(13, 26, 19, 0.14);
  text-align: left;
}

.shore-price-table th:last-child,
.shore-price-table td:last-child {
  border-right: 0;
}

.shore-price-table thead {
  background: #ece9df;
  color: #111b14;
}

.shore-price-table th {
  font-size: 12px;
  font-weight: 900;
}

.shore-price-table tbody tr:nth-child(odd) {
  background: rgba(13, 26, 19, 0.04);
}

.shore-price-table td:nth-child(3),
.shore-price-table td:nth-child(4),
.shore-price-table th:nth-child(3),
.shore-price-table th:nth-child(4) {
  text-align: center;
}

.shore-price-note {
  margin: 10px 0 0;
  color: #263228;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.shore-groups {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  background: #11170f;
  color: #ffffff;
  isolation: isolate;
}

.shore-groups-bg,
.shore-groups-shade,
.shore-bottom-cta > img,
.shore-bottom-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shore-groups-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 54%;
}

.shore-groups-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 14, 10, 0.96), rgba(8, 14, 10, 0.62) 52%, rgba(8, 14, 10, 0.84));
}

.shore-groups-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 24px;
  align-items: center;
  min-height: 170px;
}

.shore-groups h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Oswald", var(--font-sans);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

.shore-groups ul {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 6px 26px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}

.shore-groups li::before {
  content: "✓";
  margin-right: 8px;
  color: #ffffff;
}

.shore-groups a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--shore-orange);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.shore-contact-map {
  padding: 20px 0;
  background: #f5f1e9;
}

.shore-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(0, 1fr) 210px;
  gap: 26px;
  align-items: center;
}

.shore-mini-map {
  position: relative;
  overflow: hidden;
  height: 145px;
  border-radius: 6px;
  background: #dce9cf;
  box-shadow: 0 10px 20px rgba(13, 26, 19, 0.1);
}

.shore-mini-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shore-mini-map-label {
  position: absolute;
  top: 48%;
  left: 50%;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  color: var(--shore-green-dark);
  font-size: 12px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.shore-contact-copy h2 {
  margin: 0 0 8px;
  color: var(--shore-ink);
  font-family: "Oswald", var(--font-sans);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.shore-contact-copy p {
  margin: 0 0 12px;
  color: #152017;
  font-size: 13px;
  font-weight: 900;
}

.shore-contact-copy ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: #263228;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

.shore-contact-copy li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--shore-green);
}

.shore-contact-phone {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.shore-contact-phone > a {
  color: var(--shore-ink);
  font-size: 16px;
  font-weight: 900;
}

.shore-contact-phone div {
  display: flex;
  gap: 8px;
}

.shore-contact-phone div a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--shore-green);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.shore-bottom-cta {
  position: relative;
  overflow: hidden;
  min-height: 104px;
  background: #11170f;
  color: #ffffff;
  isolation: isolate;
}

.shore-bottom-cta > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 62%;
}

.shore-bottom-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 14, 10, 0.94), rgba(8, 14, 10, 0.58), rgba(8, 14, 10, 0.88));
}

.shore-bottom-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 24px;
  align-items: center;
  min-height: 104px;
}

.shore-bottom-inner h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", var(--font-sans);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.shore-bottom-inner p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 800;
}

.shore-bottom-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.shore-bottom-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.shore-bottom-primary {
  background: var(--shore-green);
}

.shore-bottom-secondary {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(8, 14, 10, 0.46);
}

.quad-page {
  --quad-green: #3f8439;
  --quad-green-dark: #1d5e2e;
  --quad-ink: #142015;
  --quad-line: rgba(255, 255, 255, 0.54);
  margin: 0;
  background: #f6f1e8;
  color: var(--quad-ink);
  font-family: "Manrope", var(--font-sans);
}

.quad-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
  background: #102018;
}

.quad-hero-bg,
.quad-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.quad-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 45%;
}

.quad-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 18, 19, 0.86), rgba(8, 18, 19, 0.58) 36%, rgba(8, 18, 19, 0.1) 70%),
    linear-gradient(180deg, rgba(8, 18, 19, 0.52), rgba(8, 18, 19, 0.08) 42%, rgba(8, 18, 19, 0.76));
}

.quad-topbar,
.quad-hero-content {
  width: min(calc(100% - 104px), 1210px);
  margin-inline: auto;
}

.quad-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 78px;
  grid-template-columns: 150px minmax(0, 1fr) 220px;
  gap: 26px;
  align-items: center;
}

.quad-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.quad-brand img {
  display: block;
  width: 45px;
  height: 45px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.quad-brand span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 0.92;
}

.quad-nav-links {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.quad-nav-links a {
  position: relative;
  color: inherit;
}

.quad-nav-links a.is-active::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  content: "";
}

.quad-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.quad-whatsapp-dot {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #54bf58;
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
}

.quad-whatsapp {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  background: rgba(12, 25, 22, 0.36);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.quad-menu-toggle {
  display: none;
}

.quad-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 74px;
}

.quad-label {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  margin: 0 0 16px;
  padding: 0 14px;
  border-radius: 4px;
  background: var(--quad-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.quad-hero-content h1 {
  max-width: 660px;
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

.quad-lead {
  max-width: 520px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}

.quad-feature-row {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin-top: 43px;
}

.quad-feature-row div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.quad-feature-row img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(62%) sepia(21%) saturate(1061%) hue-rotate(60deg) brightness(91%) contrast(84%);
}

.quad-feature-row span {
  color: rgba(255, 255, 255, 0.95);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.quad-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 29px;
}

.quad-primary,
.quad-secondary {
  display: inline-flex;
  min-width: 176px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.quad-primary {
  background: var(--quad-green);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.quad-secondary {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(8, 18, 19, 0.42);
}

.quad-main {
  background: #f6f1e8;
}

.quad-inner {
  width: min(calc(100% - 104px), 1210px);
  margin-inline: auto;
}

.quad-benefits {
  padding: 46px 0 58px;
  background: #f6f1e8;
}

.quad-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 29px;
  text-align: center;
}

.quad-section-title span {
  display: block;
  width: 19px;
  height: 11px;
  border-radius: 999px 0 999px 0;
  background: var(--quad-green);
  transform: rotate(-18deg);
}

.quad-section-title h2 {
  margin: 0;
  color: var(--quad-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.12;
}

.quad-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quad-benefit-card {
  overflow: hidden;
  min-width: 0;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(25, 32, 20, 0.09);
}

.quad-benefit-media {
  position: relative;
  height: 176px;
  overflow: hidden;
  background: #d9dfd3;
}

.quad-benefit-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quad-benefit-card:nth-child(1) .quad-benefit-media > img {
  object-position: center 55%;
}

.quad-benefit-card:nth-child(2) .quad-benefit-media > img {
  object-position: 70% 50%;
}

.quad-benefit-card:nth-child(3) .quad-benefit-media > img {
  object-position: center;
}

.quad-benefit-card:nth-child(4) .quad-benefit-media > img {
  object-position: center 55%;
}

.quad-benefit-media span {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 2px solid rgba(63, 132, 57, 0.36);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 20px rgba(15, 28, 16, 0.16);
}

.quad-benefit-media span img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(19%) saturate(1503%) hue-rotate(66deg) brightness(94%) contrast(89%);
}

.quad-benefit-copy {
  min-height: 134px;
  padding: 18px 18px 20px;
}

.quad-benefit-copy h3 {
  margin: 0 0 12px;
  color: #172218;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.quad-benefit-copy p {
  margin: 0;
  color: #18251c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.quad-routes {
  padding: 0 0 58px;
  background: #f6f1e8;
}

.quad-routes .quad-section-title {
  margin-bottom: 27px;
}

.quad-routes .quad-section-title h2 {
  font-size: 28px;
}

.quad-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quad-route-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(25, 32, 20, 0.1);
}

.quad-route-media {
  position: relative;
  height: 190px;
  overflow: hidden;
  background: #d8ded2;
}

.quad-route-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quad-route-card:nth-child(1) .quad-route-media img {
  object-position: 68% center;
}

.quad-route-card:nth-child(2) .quad-route-media img {
  object-position: center;
}

.quad-route-card:nth-child(3) .quad-route-media img {
  object-position: 58% center;
}

.quad-route-card:nth-child(4) .quad-route-media img {
  object-position: center 58%;
}

.quad-route-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 13px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.quad-route-badge.is-easy {
  background: #4f9a48;
}

.quad-route-badge.is-medium {
  background: #df9d37;
}

.quad-route-badge.is-hard {
  background: #d83f35;
}

.quad-route-copy {
  display: grid;
  min-height: 292px;
  grid-template-rows: auto auto 1fr auto auto;
  padding: 19px 17px 17px;
}

.quad-route-copy h3 {
  margin: 0 0 12px;
  color: #172218;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.quad-route-meta {
  display: grid;
  gap: 7px;
  margin: 0 0 16px;
  padding: 0;
  color: #202a22;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

.quad-route-meta li {
  position: relative;
  padding-left: 20px;
}

.quad-route-meta li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid var(--quad-green);
  border-radius: 50%;
  content: "";
}

.quad-route-copy p {
  margin: 0 0 16px;
  color: #1b281e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.quad-route-prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}

.quad-route-prices span {
  display: grid;
  gap: 5px;
  color: #667162;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.quad-route-prices b {
  color: #172218;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.quad-route-copy a {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--quad-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.quad-booking {
  padding: 0 0 58px;
  background: #f6f1e8;
}

.quad-booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(34, 50, 31, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(82, 139, 54, 0.12), rgba(255, 255, 255, 0) 42%),
    #ffffff;
  box-shadow: 0 14px 34px rgba(25, 32, 20, 0.1);
}

.quad-booking-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.quad-booking-copy > span {
  color: var(--quad-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.quad-booking-copy h2 {
  margin: 0;
  color: #172218;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.quad-booking-copy p {
  max-width: 360px;
  margin: 0;
  color: #344031;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.quad-booking-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
}

.quad-booking-form label {
  display: grid;
  min-width: 0;
  gap: 8px;
  color: #253323;
  font-size: 12px;
  font-weight: 900;
}

.quad-booking-form input,
.quad-booking-form select,
.quad-booking-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(34, 50, 31, 0.18);
  border-radius: 5px;
  background: #fbfaf6;
  color: #172218;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  outline: 0;
}

.quad-booking-form input,
.quad-booking-form select {
  height: 44px;
  padding: 0 12px;
}

.quad-booking-form textarea {
  min-height: 86px;
  resize: vertical;
  padding: 12px;
  line-height: 1.35;
}

.quad-booking-form input:focus,
.quad-booking-form select:focus,
.quad-booking-form textarea:focus {
  border-color: var(--quad-green);
  box-shadow: 0 0 0 3px rgba(72, 128, 45, 0.14);
}

.quad-booking-wide {
  grid-column: span 3;
}

.quad-booking-form button {
  align-self: end;
  min-height: 44px;
  border: 0;
  border-radius: 5px;
  background: var(--quad-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.quad-included {
  padding: 0 0 58px;
  background: #f6f1e8;
}

.quad-included .quad-section-title {
  margin-bottom: 22px;
}

.quad-included-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  min-height: 134px;
  align-items: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #f4eee3;
  box-shadow: 0 10px 26px rgba(25, 32, 20, 0.08);
}

.quad-included-strip div {
  display: grid;
  min-height: 96px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 0 10px;
  border-right: 1px solid rgba(26, 38, 27, 0.1);
  text-align: center;
}

.quad-included-strip div:last-child {
  border-right: 0;
}

.quad-included-strip img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(19%) saturate(1503%) hue-rotate(66deg) brightness(94%) contrast(89%);
}

.quad-included-strip span {
  color: #142015;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.quad-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 18px;
}

.quad-map-card,
.quad-compare-card,
.quad-important-card {
  min-width: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(25, 32, 20, 0.08);
}

.quad-map-card,
.quad-important-card {
  padding: 20px 20px 18px;
}

.quad-compare-card {
  padding: 20px 18px 18px;
}

.quad-info-grid h3 {
  margin: 0 0 14px;
  color: #152018;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.quad-map-frame {
  position: relative;
  overflow: hidden;
  height: 186px;
  border-radius: 6px;
  background: #dce8d0;
}

.quad-map-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quad-map-pin {
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 17px;
  border: 3px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  background: var(--quad-green);
  box-shadow: 0 6px 12px rgba(13, 26, 19, 0.22);
  transform: rotate(-45deg);
}

.quad-map-pin.pin-one {
  top: 55%;
  left: 24%;
}

.quad-map-pin.pin-two {
  top: 38%;
  left: 52%;
  background: #d94b45;
}

.quad-map-pin.pin-three {
  top: 64%;
  left: 72%;
}

.quad-map-line {
  position: absolute;
  z-index: 1;
  height: 2px;
  border-top: 2px dashed #df9d37;
  transform-origin: left center;
}

.quad-map-line.line-one {
  top: 57%;
  left: 28%;
  width: 140px;
  transform: rotate(-16deg);
}

.quad-map-line.line-two {
  top: 47%;
  left: 54%;
  width: 110px;
  transform: rotate(26deg);
}

.quad-map-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.quad-map-card li,
.quad-important-card li {
  position: relative;
  padding-left: 22px;
  color: #1b281e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.quad-map-card li::before,
.quad-important-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
  border-radius: 50%;
  background: rgba(63, 132, 57, 0.14);
  color: var(--quad-green);
  content: "✓";
  font-size: 9px;
  font-weight: 900;
}

.quad-compare-card table {
  width: 100%;
  border-collapse: collapse;
  color: #172218;
  font-size: 11px;
  font-weight: 800;
}

.quad-compare-card th,
.quad-compare-card td {
  padding: 10px 7px;
  border-bottom: 1px solid rgba(26, 38, 27, 0.1);
  text-align: left;
  vertical-align: middle;
}

.quad-compare-card th {
  color: #596456;
  font-size: 10px;
  font-weight: 900;
}

.quad-compare-card tbody tr:last-child td {
  border-bottom: 0;
}

.quad-compare-card td:nth-child(4),
.quad-compare-card td:nth-child(5) {
  font-weight: 900;
  white-space: nowrap;
}

.quad-compare-card .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  vertical-align: 1px;
}

.quad-compare-card .dot.easy {
  background: var(--quad-green);
}

.quad-compare-card .dot.medium {
  background: #df9d37;
}

.quad-compare-card .dot.hard {
  background: #d83f35;
}

.quad-important-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quad-important-card li {
  font-size: 13px;
  line-height: 1.45;
}

.quad-prepare-review {
  padding: 0 0 58px;
  background: #f6f1e8;
}

.quad-prepare-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 18px;
}

.quad-prepare,
.quad-review {
  min-width: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(25, 32, 20, 0.08);
}

.quad-prepare {
  padding: 22px 24px 26px;
}

.quad-review {
  padding: 22px 22px 24px;
}

.quad-section-title-left {
  justify-content: flex-start;
  margin-bottom: 22px;
  text-align: left;
}

.quad-section-title-left h2 {
  font-size: 22px;
}

.quad-prepare-items {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  align-items: start;
}

.quad-prepare-items div {
  display: grid;
  justify-items: center;
  text-align: center;
}

.quad-prepare-items span {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(63, 132, 57, 0.42);
  border-radius: 50%;
  background: #fbf7ef;
  box-shadow: inset 0 0 0 7px rgba(244, 238, 227, 0.72);
}

.quad-prepare-items img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(19%) saturate(1503%) hue-rotate(66deg) brightness(94%) contrast(89%);
}

.quad-prepare-items p {
  margin: 11px 0 0;
  color: #172218;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.quad-review-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
  overflow: hidden;
  min-height: 210px;
  border-radius: 8px;
  background: #f4eee3;
}

.quad-review-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: 70% center;
}

.quad-review-copy {
  display: grid;
  align-content: center;
  padding: 22px 22px 22px;
  background: #ffffff;
}

.quad-stars {
  margin-bottom: 13px;
  color: #f1aa24;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
}

.quad-review-copy p {
  margin: 0;
  color: #172218;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.quad-review-copy strong {
  margin-top: 18px;
  color: var(--quad-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.quad-more {
  padding: 0 0 26px;
  background: #f6f1e8;
}

.quad-more .quad-section-title {
  margin-bottom: 24px;
}

.quad-more-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quad-more-card {
  position: relative;
  display: grid;
  min-height: 224px;
  overflow: hidden;
  align-items: end;
  border-radius: 8px;
  color: #ffffff;
  isolation: isolate;
  box-shadow: 0 12px 28px rgba(25, 32, 20, 0.12);
}

.quad-more-card > img,
.quad-more-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.quad-more-card > img {
  z-index: -2;
  object-fit: cover;
}

.quad-more-card:nth-child(1) > img {
  object-position: center;
}

.quad-more-card:nth-child(2) > img {
  object-position: center;
}

.quad-more-card:nth-child(3) > img {
  object-position: center;
}

.quad-more-card:nth-child(4) > img {
  object-position: center 56%;
}

.quad-more-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 18, 19, 0.05), rgba(8, 18, 19, 0.86)),
    linear-gradient(90deg, rgba(8, 18, 19, 0.35), rgba(8, 18, 19, 0.1));
}

.quad-more-card > div:last-child {
  display: grid;
  gap: 7px;
  padding: 0 18px 18px;
}

.quad-more-card span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
}

.quad-more-card span img {
  display: block;
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(35%) sepia(19%) saturate(1503%) hue-rotate(66deg) brightness(94%) contrast(89%);
}

.quad-more-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.quad-more-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.quad-final {
  position: relative;
  overflow: hidden;
  min-height: 142px;
  margin: 0 auto 30px;
  color: #ffffff;
  isolation: isolate;
  background: #0c1718;
}

.quad-final > img,
.quad-final-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.quad-final > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 64%;
}

.quad-final-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 18, 19, 0.92), rgba(8, 18, 19, 0.72) 48%, rgba(8, 18, 19, 0.88));
}

.quad-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 28px;
  align-items: center;
  min-height: 142px;
}

.quad-final h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
}

.quad-final p {
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.quad-final-actions {
  display: grid;
  gap: 10px;
}

.quad-final-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.quad-final-primary {
  background: var(--quad-green);
}

.quad-final-secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(8, 18, 19, 0.5);
}

.exc-page {
  --exc-green: #1d6930;
  --exc-green-dark: #123e20;
  --exc-gold: #d8a355;
  --exc-ink: #202820;
  margin: 0;
  background: #f7f1e8;
  color: var(--exc-ink);
  font-family: "Manrope", var(--font-sans);
}

.exc-hero {
  position: relative;
  min-height: 472px;
  overflow: visible;
  color: #ffffff;
  isolation: isolate;
  background: #17221f;
}

.exc-hero-bg,
.exc-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.exc-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 48%;
}

.exc-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 28, 26, 0.96), rgba(18, 28, 26, 0.74) 36%, rgba(18, 28, 26, 0.22) 72%),
    linear-gradient(180deg, rgba(18, 28, 26, 0.58), rgba(18, 28, 26, 0.1) 42%, rgba(18, 28, 26, 0.82));
}

.exc-topbar,
.exc-hero-content,
.exc-tabs {
  width: min(calc(100% - 128px), 1240px);
  margin-inline: auto;
}

.exc-topbar {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: 72px;
  grid-template-columns: 225px minmax(0, 1fr) 285px;
  gap: 28px;
  align-items: center;
}

.exc-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}

.exc-brand-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(216, 163, 85, 0.65);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.exc-brand-mark img {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.exc-brand strong {
  display: block;
  font-family: "Oswald", var(--font-sans);
  font-size: 24px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.exc-brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.exc-nav-links {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 42px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.exc-nav-links a {
  color: inherit;
}

.exc-nav-links a.is-active {
  color: #ffffff;
}

.exc-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.exc-round {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.exc-phone {
  display: grid;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  white-space: nowrap;
}

.exc-phone span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 800;
}

.exc-menu-toggle {
  display: none;
}

.exc-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 19px;
}

.exc-hero-content h1 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", var(--font-sans);
  font-size: 70px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.exc-hero-content h1 span {
  color: var(--exc-gold);
}

.exc-hero-content p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
}

.exc-hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 27px;
}

.exc-primary,
.exc-secondary {
  display: inline-flex;
  min-width: 190px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.exc-primary {
  background: var(--exc-green);
}

.exc-secondary {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(18, 28, 26, 0.34);
}

.exc-feature-row {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  margin-top: 39px;
}

.exc-feature-row div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.exc-feature-row img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(70%) sepia(36%) saturate(525%) hue-rotate(356deg) brightness(91%) contrast(87%);
}

.exc-feature-row span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}

.exc-main {
  background: #f7f1e8;
}

.exc-tabs-wrap {
  position: relative;
  z-index: 4;
  margin-top: -26px;
  padding-bottom: 28px;
}

.exc-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  min-height: 62px;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(25, 32, 20, 0.14);
}

.exc-tabs a {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 7px;
  color: #342d22;
  font-size: 13px;
  font-weight: 900;
}

.exc-tabs a.is-active {
  background: var(--exc-green);
  color: #ffffff;
}

.exc-tabs img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(47%) sepia(36%) saturate(608%) hue-rotate(359deg) brightness(88%) contrast(87%);
}

.exc-tabs a.is-active img {
  filter: brightness(0) invert(1);
}

.exc-inner {
  width: min(calc(100% - 128px), 1240px);
  margin-inline: auto;
}

.exc-popular {
  padding: 0 0 28px;
  background: #f7f1e8;
}

.exc-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.exc-section-head h2 {
  margin: 0;
  color: var(--exc-ink);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.15;
}

.exc-section-head a {
  color: #b76d16;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.exc-section-head a::after {
  margin-left: 8px;
  content: "→";
}

.exc-popular-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.exc-tour-card {
  overflow: hidden;
  min-width: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(35, 31, 24, 0.11);
}

.exc-tour-media {
  position: relative;
  height: 168px;
  overflow: hidden;
  background: #d9d7ce;
}

.exc-tour-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exc-tour-card:nth-child(1) .exc-tour-media img {
  object-position: center 54%;
}

.exc-tour-card:nth-child(2) .exc-tour-media img {
  object-position: center;
}

.exc-tour-card:nth-child(3) .exc-tour-media img {
  object-position: center 52%;
}

.exc-tour-badge {
  position: absolute;
  top: 12px;
  left: 0;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 18px;
  border-radius: 0 999px 999px 0;
  background: #ef861b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.exc-tour-badge::before {
  margin-right: 7px;
  content: "•";
  font-size: 18px;
  line-height: 0;
}

.exc-tour-copy {
  display: grid;
  min-height: 132px;
  grid-template-rows: auto 1fr auto;
  padding: 17px 18px 16px;
}

.exc-tour-copy h3 {
  margin: 0 0 8px;
  color: #202820;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
}

.exc-tour-copy p {
  margin: 0;
  color: #6b6258;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.exc-tour-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 115px;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
}

.exc-tour-bottom span {
  position: relative;
  padding-left: 20px;
  color: #7c756b;
  font-size: 12px;
  font-weight: 800;
}

.exc-tour-bottom span::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #c7a15e;
  border-radius: 50%;
  content: "";
}

.exc-tour-bottom strong {
  color: #161f18;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.exc-tour-bottom a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--exc-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.exc-collections {
  padding: 0 0 34px;
  background: #f7f1e8;
}

.exc-collections-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.18fr) minmax(0, 0.98fr);
  gap: 18px;
  align-items: stretch;
}

.exc-school,
.exc-group,
.exc-side-panel {
  min-width: 0;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(35, 31, 24, 0.08);
}

.exc-school {
  padding: 20px 22px 22px;
  background: linear-gradient(135deg, #fbf1dd, #fff7eb);
}

.exc-group {
  padding: 20px 22px 22px;
  background: rgba(255, 255, 255, 0.86);
}

.exc-side-stack {
  display: grid;
  gap: 14px;
}

.exc-schedule {
  padding: 18px 20px 18px;
  background: #eef4e5;
}

.exc-private {
  padding: 18px 20px 18px;
  background: linear-gradient(145deg, #1d4b1f, #153416);
  color: #ffffff;
}

.exc-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.exc-panel-head h2 {
  margin: 0 0 6px;
  color: inherit;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.exc-panel-head p {
  max-width: 330px;
  margin: 0;
  color: #625a50;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.exc-private .exc-panel-head p {
  color: rgba(255, 255, 255, 0.82);
}

.exc-panel-head a {
  color: #c4741b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.exc-private .exc-panel-head a {
  color: var(--exc-gold);
}

.exc-panel-head a::after {
  margin-left: 6px;
  content: "→";
}

.exc-school-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.exc-school-grid a {
  display: grid;
  min-height: 178px;
  align-content: start;
  min-width: 0;
  padding: 14px 12px;
  border-radius: 8px;
  background: #ffffff;
  color: #2a251f;
}

.exc-school-grid img {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  object-fit: cover;
  border-radius: 10px;
}

.exc-school-grid strong {
  min-height: 58px;
  color: #2b251e;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.exc-school-grid span {
  align-self: end;
  margin-top: 14px;
  color: #df6d00;
  font-size: 18px;
  font-weight: 900;
}

.exc-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
}

.exc-list-grid a,
.exc-compact-list a {
  display: grid;
  min-width: 0;
  align-items: center;
  color: inherit;
}

.exc-list-grid a {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 11px;
}

.exc-list-grid img,
.exc-compact-list img {
  display: block;
  width: 52px;
  height: 44px;
  object-fit: cover;
  border-radius: 5px;
}

.exc-list-grid span {
  display: grid;
  gap: 4px;
  color: #2f2a23;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.exc-list-grid b {
  color: #df6d00;
  font-size: 12px;
  font-weight: 900;
}

.exc-compact-list {
  display: grid;
  gap: 10px;
}

.exc-compact-list a {
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(35, 31, 24, 0.08);
}

.exc-private .exc-compact-list a {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.exc-compact-list a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.exc-compact-list span {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.exc-compact-list b {
  color: #df6d00;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.exc-private .exc-compact-list b {
  color: #f2a132;
}

.exc-trust {
  padding: 22px 0 24px;
  background: #ffffff;
}

.exc-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
}

.exc-trust-grid div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.exc-trust-grid img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(61%) sepia(36%) saturate(630%) hue-rotate(359deg) brightness(88%) contrast(87%);
}

.exc-trust-grid span {
  color: #2a251f;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.22;
}

.exc-process-pick {
  padding: 28px 0 34px;
  background: #f7f1e8;
}

.exc-process-pick-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.92fr);
  gap: 28px;
}

.exc-process,
.exc-picker {
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(35, 31, 24, 0.1);
}

.exc-process {
  padding: 28px 28px 30px;
  background: #ffffff;
}

.exc-process h2 {
  margin: 0 0 30px;
  color: #202820;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
}

.exc-process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.exc-process-steps::before {
  position: absolute;
  top: 38px;
  right: 54px;
  left: 54px;
  height: 1px;
  border-top: 2px dashed rgba(216, 163, 85, 0.5);
  content: "";
}

.exc-process-steps li {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.exc-process-steps span {
  position: absolute;
  z-index: 2;
  top: -9px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--exc-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.exc-process-steps img {
  position: relative;
  z-index: 1;
  display: block;
  width: 76px;
  height: 76px;
  padding: 18px;
  border: 2px solid rgba(29, 105, 48, 0.48);
  border-radius: 50%;
  background: #ffffff;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(26%) sepia(45%) saturate(791%) hue-rotate(82deg) brightness(94%) contrast(91%);
}

.exc-process-steps strong {
  margin-top: 13px;
  color: #2a251f;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.exc-picker {
  position: relative;
  min-height: 300px;
  color: #ffffff;
  isolation: isolate;
  background: #2a251f;
}

.exc-picker > img,
.exc-picker-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.exc-picker > img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.exc-picker-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(95, 56, 20, 0.78), rgba(95, 56, 20, 0.54));
}

.exc-picker-content {
  display: grid;
  align-content: center;
  min-height: 300px;
  padding: 34px 42px;
}

.exc-picker h2 {
  max-width: 440px;
  margin: 0 0 11px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.12;
}

.exc-picker p {
  max-width: 440px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.exc-picker-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 560px;
}

.exc-picker-form label,
.exc-picker-form input,
.exc-picker-form button {
  min-width: 0;
}

.exc-picker-form input {
  width: 100%;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  background: rgba(32, 24, 18, 0.32);
  color: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  padding: 0 14px;
}

.exc-picker-form input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.exc-picker-form button {
  height: 45px;
  border: 0;
  border-radius: 5px;
  background: var(--exc-green);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.exc-footer {
  background:
    linear-gradient(180deg, rgba(14, 31, 25, 0.98), rgba(19, 62, 29, 0.98)),
    #173f23;
  color: #ffffff;
  padding: 31px 0 29px;
}

.exc-footer-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 185px 190px;
  gap: 30px;
  align-items: center;
}

.exc-footer-brand {
  display: inline-grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

.exc-footer-brand .exc-brand-mark {
  width: 54px;
  height: 54px;
}

.exc-footer-brand .exc-brand-mark img {
  width: 38px;
  height: 38px;
}

.exc-footer-brand strong {
  display: block;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.exc-footer-brand small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.exc-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  align-items: center;
  justify-content: center;
}

.exc-footer-nav a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.exc-footer-contact {
  display: grid;
  gap: 3px;
  justify-items: end;
  text-align: right;
}

.exc-footer-contact a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.exc-footer-contact span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 800;
}

.exc-footer-social {
  display: flex;
  gap: 11px;
  justify-content: flex-end;
}

.exc-footer-social a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}

.exc-footer-social a:first-child {
  background: #2f7c36;
}

.cat-page {
  --cat-green: #1f7134;
  --cat-green-dark: #0f3a20;
  --cat-gold: #d9aa61;
  --cat-ink: #1d241e;
  --cat-muted: #69706a;
  background: #f8f5ef;
  color: var(--cat-ink);
  font-family: "Manrope", system-ui, sans-serif;
}

.cat-hero {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  color: #ffffff;
}

.cat-hero-bg,
.cat-hero-shade {
  position: absolute;
  inset: 0;
}

.cat-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cat-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 21, 18, 0.9), rgba(7, 21, 18, 0.58) 43%, rgba(7, 21, 18, 0.26) 72%, rgba(7, 21, 18, 0.42)),
    linear-gradient(180deg, rgba(7, 21, 18, 0.1), rgba(7, 21, 18, 0.78));
}

.cat-topbar,
.cat-hero-grid,
.cat-filter-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 96px, 1240px);
  margin: 0 auto;
}

.cat-topbar {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 240px;
  gap: 28px;
  align-items: center;
  min-height: 76px;
}

.cat-brand {
  display: inline-grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

.cat-brand-mark {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid rgba(227, 185, 107, 0.72);
  border-radius: 50%;
  background: rgba(18, 48, 36, 0.72);
}

.cat-brand-mark img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.cat-brand strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.cat-brand small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
}

.cat-nav-links {
  display: flex;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  justify-content: center;
}

.cat-nav-links a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.cat-nav-links a.is-active {
  color: #ffffff;
}

.cat-actions {
  display: grid;
  grid-template-columns: 36px 36px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  justify-self: end;
}

.cat-round {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 9px;
  font-weight: 900;
  text-decoration: none;
}

.cat-phone {
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.cat-phone span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
}

.cat-menu-toggle {
  display: none;
}

.cat-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 620px) 320px;
  gap: 70px;
  align-items: center;
  padding-top: 48px;
}

.cat-hero-copy h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(64px, 6.6vw, 92px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.cat-kicker {
  margin: 15px 0 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}

.cat-lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.cat-hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.cat-primary,
.cat-secondary {
  display: inline-flex;
  min-width: 218px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.cat-primary {
  background: var(--cat-green);
  color: #ffffff;
}

.cat-secondary {
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
}

.cat-benefit-card {
  display: grid;
  gap: 22px;
  padding: 28px 30px;
  border-radius: 12px;
  background: rgba(17, 38, 27, 0.76);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.cat-benefit-card div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.cat-benefit-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: sepia(0.9) saturate(1.4) hue-rotate(350deg) brightness(1.1);
}

.cat-benefit-card span {
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 800;
}

.cat-main {
  position: relative;
  z-index: 2;
}

.cat-filter-shell {
  margin-top: -42px;
  padding: 26px 26px 22px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(39, 32, 22, 0.12);
}

.cat-filter-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.cat-filter-tabs button {
  display: inline-flex;
  min-width: 0;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #dedbd5;
  border-radius: 999px;
  background: #ffffff;
  color: #645f57;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  padding: 0 12px;
  white-space: nowrap;
}

.cat-filter-tabs button.is-active {
  border-color: var(--cat-green);
  background: var(--cat-green);
  color: #ffffff;
}

.cat-filter-tabs img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.cat-filter-tabs button.is-active img {
  filter: brightness(0) invert(1);
}

.cat-filter-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.18fr;
  gap: 18px;
  margin-top: 24px;
}

.cat-filter-form label {
  display: grid;
  min-width: 0;
  height: 50px;
  align-content: center;
  gap: 1px;
  border: 1px solid #dedbd5;
  border-radius: 7px;
  background: #ffffff;
  padding: 0 16px;
}

.cat-filter-form span {
  color: #666c65;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.cat-filter-form select,
.cat-filter-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #263027;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.cat-search {
  position: relative;
}

.cat-search input::placeholder {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 700;
}

.cat-results {
  width: min(100% - 96px, 1240px);
  margin: 28px auto 0;
  padding-bottom: 34px;
}

.cat-results-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
}

.cat-results-head h2 {
  margin: 0;
  color: var(--cat-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.cat-sort {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  justify-self: end;
}

.cat-sort span {
  color: #2c332d;
  font-size: 12px;
  font-weight: 900;
}

.cat-sort select {
  width: 180px;
  height: 36px;
  border: 1px solid #dedbd5;
  border-radius: 5px;
  background: #ffffff;
  color: #222b24;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  padding: 0 10px;
}

.cat-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 20px;
}

.cat-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(39, 32, 22, 0.09);
}

.cat-card[hidden] {
  display: none;
}

.cat-card-media {
  position: relative;
  height: 158px;
  overflow: hidden;
  background: #d8d3c9;
}

.cat-card-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 17, 14, 0.08), rgba(8, 17, 14, 0.3));
  content: "";
}

.cat-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-card:nth-child(1) .cat-card-media img,
.cat-card:nth-child(5) .cat-card-media img {
  object-position: center 42%;
}

.cat-card:nth-child(4) .cat-card-media img,
.cat-card:nth-child(8) .cat-card-media img {
  object-position: center 34%;
}

.cat-card-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border-radius: 999px;
  background: var(--cat-green);
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
  padding: 0 12px;
}

.cat-card-media button {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(12, 22, 18, 0.4);
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.cat-card-media button[aria-pressed="true"] {
  background: #ffffff;
  color: #1f7134;
}

.review-page {
  margin: 0;
  background: #f4f1eb;
  color: #19231c;
  font-family: "Manrope", system-ui, sans-serif;
}

.review-hero {
  background:
    linear-gradient(90deg, rgba(11, 28, 21, 0.95), rgba(15, 65, 32, 0.74)),
    url("assets/excursion-catalog-hero.png") center / cover;
  color: #ffffff;
  padding: 58px 0 54px;
}

.review-hero > div,
.review-layout {
  width: min(100% - 64px, 1240px);
  margin: 0 auto;
}

.review-hero p {
  margin: 0 0 12px;
  color: #d9aa61;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1;
}

.review-hero span {
  display: block;
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.login-page {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(6, 19, 22, 0.9), rgba(6, 19, 22, 0.45)),
    url("assets/tours-hero-bg.png") center / cover no-repeat;
  color: #ffffff;
  font-family: "Manrope", system-ui, sans-serif;
}

.login-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  box-sizing: border-box;
  padding: 28px;
}

.login-card {
  width: min(100%, 480px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  color: #18241d;
  padding: 34px;
}

.login-brand {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 28px;
}

.login-brand strong {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #d7212e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.login-brand span {
  color: #10251c;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.login-kicker {
  margin: 0 0 10px;
  color: #d49a39;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.login-card h1 {
  margin: 0;
  color: #111b16;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
}

.login-copy {
  margin: 15px 0 24px;
  color: #5e665f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.login-form {
  display: grid;
  gap: 13px;
}

.login-form label {
  display: grid;
  gap: 7px;
}

.login-form label span {
  color: #435246;
  font-size: 12px;
  font-weight: 900;
}

.login-form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dcd6cd;
  border-radius: 9px;
  background: #ffffff;
  color: #16221b;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  padding: 14px;
}

.login-form button {
  min-height: 50px;
  border: 0;
  border-radius: 9px;
  background: #d7212e;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  margin-top: 4px;
}

.login-status {
  min-height: 18px;
  margin: 0;
  color: #d7212e;
  font-size: 12px;
  font-weight: 900;
}

.login-hint {
  display: grid;
  gap: 7px;
  border-top: 1px solid #e7e1d8;
  color: #697069;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 22px;
  padding-top: 18px;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.7fr);
  gap: 28px;
  align-items: start;
  padding: 34px 0 52px;
}

.review-pages,
.review-chat {
  border: 1px solid rgba(31, 113, 52, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(39, 32, 22, 0.08);
}

.review-pages {
  padding: 26px;
}

.review-chat {
  position: sticky;
  top: 20px;
  padding: 22px;
}

.review-section-head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.review-section-head h2 {
  margin: 0;
  color: #19231c;
  font-size: 23px;
  font-weight: 900;
}

.review-section-head > span {
  border-radius: 999px;
  background: #e9f2e7;
  color: #1f7134;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  white-space: nowrap;
}

.review-user,
.page-comments-user {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.review-user span,
.page-comments-user span {
  border-radius: 999px;
  background: #e9f2e7;
  color: #1f7134;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  white-space: nowrap;
}

.review-user button,
.page-comments-user button {
  min-height: 34px;
  border: 1px solid rgba(31, 113, 52, 0.25);
  border-radius: 999px;
  background: #ffffff;
  color: #1f7134;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  padding: 7px 13px;
}

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

.review-grid a {
  display: grid;
  min-height: 74px;
  align-content: center;
  gap: 7px;
  border: 1px solid #e7e1d8;
  border-radius: 9px;
  background: #fbfaf7;
  color: #1f2a21;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  padding: 15px 16px;
  text-decoration: none;
}

.review-grid a::after {
  color: #1f7134;
  content: "Открыть в новой вкладке";
  font-size: 11px;
  font-weight: 900;
}

.review-grid span {
  color: #7c817b;
  font-size: 11px;
  font-weight: 800;
}

.review-messages {
  display: grid;
  max-height: 430px;
  gap: 12px;
  overflow-y: auto;
  padding-right: 4px;
}

.review-empty {
  margin: 0;
  border-radius: 9px;
  background: #f4f1eb;
  color: #667066;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  padding: 18px;
}

.review-message {
  border: 1px solid #e7e1d8;
  border-radius: 9px;
  background: #fbfaf7;
  padding: 14px;
}

.review-message header {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}

.review-message strong {
  color: #1f7134;
  font-size: 14px;
  font-weight: 900;
}

.review-message time {
  color: #8a8f89;
  font-size: 11px;
  font-weight: 800;
}

.review-message p {
  margin: 0;
  color: #273128;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.review-attachments {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.review-attachment {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-radius: 7px;
  background: #eef4ec;
  color: #1f7134;
  font-size: 12px;
  font-weight: 900;
  padding: 8px;
  text-decoration: none;
}

.review-attachment img {
  width: 52px;
  height: 42px;
  border-radius: 5px;
  object-fit: cover;
}

.review-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.review-form label {
  display: grid;
  gap: 7px;
}

.review-form label span {
  color: #475247;
  font-size: 12px;
  font-weight: 900;
}

.review-form input,
.review-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #ffffff;
  color: #1e2a20;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 13px;
}

.review-form textarea {
  resize: vertical;
}

.review-file input {
  padding: 10px;
}

.review-form button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: #1f7134;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.review-status {
  min-height: 18px;
  margin: 0;
  color: #1f7134;
  font-size: 12px;
  font-weight: 800;
}

.page-comments {
  background: #f4f1eb;
  color: #1c261e;
  font-family: "Manrope", system-ui, sans-serif;
  padding: 34px 0 44px;
}

.page-comments-inner {
  width: min(100% - 64px, 1120px);
  margin: 0 auto;
  border: 1px solid rgba(31, 113, 52, 0.12);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(39, 32, 22, 0.08);
  padding: 24px;
}

.page-comments-head {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.page-comments-head p {
  margin: 0 0 6px;
  color: #1f7134;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-comments-head h2 {
  margin: 0;
  color: #1b241d;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
}

.page-comments-list {
  display: grid;
  gap: 12px;
  max-height: 360px;
  overflow-y: auto;
  margin-bottom: 18px;
  padding-right: 4px;
}

.page-comments-empty {
  margin: 0;
  border-radius: 9px;
  background: #f4f1eb;
  color: #667066;
  font-size: 13px;
  font-weight: 700;
  padding: 16px;
}

.page-comments-message {
  border: 1px solid #e7e1d8;
  border-radius: 9px;
  background: #fbfaf7;
  padding: 14px;
}

.page-comments-message header {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}

.page-comments-message strong {
  color: #1f7134;
  font-size: 14px;
  font-weight: 900;
}

.page-comments-message time {
  color: #8a8f89;
  font-size: 11px;
  font-weight: 800;
}

.page-comments-message p {
  margin: 0;
  color: #273128;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.page-comments-attachments {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.page-comments-attachment {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-radius: 7px;
  background: #eef4ec;
  color: #1f7134;
  font-size: 12px;
  font-weight: 900;
  padding: 8px;
  text-decoration: none;
}

.page-comments-attachment img {
  width: 52px;
  height: 42px;
  border-radius: 5px;
  object-fit: cover;
}

.page-comments-form {
  display: grid;
  grid-template-columns: minmax(160px, 0.6fr) minmax(260px, 1.4fr) minmax(220px, 0.8fr) 190px;
  gap: 12px;
  align-items: end;
}

.page-comments-form label {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.page-comments-form label span {
  color: #475247;
  font-size: 12px;
  font-weight: 900;
}

.page-comments-form input,
.page-comments-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ded8cf;
  border-radius: 8px;
  background: #ffffff;
  color: #1e2a20;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 13px;
}

.page-comments-form textarea {
  min-height: 84px;
  resize: vertical;
}

.page-comments-file input {
  padding: 10px;
}

.page-comments-form button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: #1f7134;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
}

.page-comments-status {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: -2px 0 0;
  color: #1f7134;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 860px) {
  .review-hero > div,
  .review-layout {
    width: calc(100% - 32px);
  }

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

  .review-pages,
  .review-chat {
    padding: 18px;
  }

  .review-chat {
    position: static;
  }

  .page-comments-inner {
    width: calc(100% - 32px);
    padding: 18px;
  }

  .page-comments-head {
    display: grid;
  }

  .page-comments-head h2 {
    font-size: 21px;
  }

  .page-comments-form {
    grid-template-columns: 1fr;
  }

  .page-comments-status {
    grid-column: auto;
  }
}

.cat-card-body {
  display: grid;
  min-height: 204px;
  padding: 16px 17px 14px;
}

.cat-card-type {
  color: #a7834e;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.cat-card-body h3 {
  margin: 9px 0 0;
  color: #182219;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.22;
}

.cat-card-body p {
  min-height: 40px;
  margin: 8px 0 0;
  color: #4c554e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.32;
}

.cat-card-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: 16px;
}

.cat-card-foot span {
  color: #637064;
  font-size: 12px;
  font-weight: 800;
}

.cat-card-foot strong {
  color: #0f3d1f;
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.cat-card-body > a {
  display: inline-flex;
  min-width: 132px;
  min-height: 36px;
  width: max-content;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  border: 1px solid rgba(31, 113, 52, 0.28);
  border-radius: 7px;
  background: rgba(31, 113, 52, 0.08);
  color: var(--cat-green);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.cat-card-body > a:hover {
  background: var(--cat-green);
  color: #ffffff;
}

.cat-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.cat-pagination a,
.cat-pagination span {
  display: inline-grid;
  min-width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #e5e1da;
  border-radius: 7px;
  background: #ffffff;
  color: #324033;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.cat-pagination span {
  border-color: transparent;
  background: transparent;
}

.cat-pagination a.is-active {
  border-color: var(--cat-green);
  background: var(--cat-green);
  color: #ffffff;
}

.cat-help {
  position: relative;
  width: min(100% - 96px, 1240px);
  min-height: 104px;
  margin: 6px auto 42px;
  overflow: hidden;
  border-radius: 9px;
  background: #dfeadc;
  box-shadow: 0 10px 30px rgba(39, 32, 22, 0.08);
}

.cat-help > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cat-help::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(226, 238, 223, 0.97), rgba(226, 238, 223, 0.86) 42%, rgba(226, 238, 223, 0.3));
  content: "";
}

.cat-help-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 165px;
  gap: 26px;
  align-items: center;
  min-height: 104px;
  padding: 19px 34px;
}

.cat-help h2 {
  margin: 0;
  color: #1b261d;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
}

.cat-help p {
  max-width: 540px;
  margin: 8px 0 0;
  color: #536053;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.cat-help a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--cat-green);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.cat-booking {
  width: min(100% - 96px, 1240px);
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 26px;
  border: 1px solid rgba(31, 113, 52, 0.12);
  border-radius: 10px;
  background: #ffffff;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(39, 32, 22, 0.08);
}

.cat-booking-copy h2 {
  margin: 0;
  color: #1b261d;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
}

.cat-booking-copy p {
  margin: 12px 0 0;
  color: #536053;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.cat-booking-form {
  display: grid;
  grid-template-columns: 1.15fr 0.72fr 0.52fr 0.8fr;
  gap: 12px;
}

.cat-booking-form label {
  display: grid;
  gap: 7px;
}

.cat-booking-form span {
  color: #69706a;
  font-size: 11px;
  font-weight: 800;
}

.cat-booking-form input,
.cat-booking-form select,
.cat-booking-form textarea {
  min-width: 0;
  min-height: 44px;
  border: 1px solid #ddd8cf;
  border-radius: 7px;
  background: #fbfaf7;
  padding: 0 12px;
  color: #1d241e;
  font: 800 13px/1.2 var(--font-ui);
}

.cat-booking-form textarea {
  min-height: 78px;
  padding-top: 12px;
  resize: vertical;
}

.cat-booking-note {
  grid-column: 1 / 4;
}

.cat-booking-form button {
  align-self: end;
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  background: var(--cat-green);
  color: #ffffff;
  cursor: pointer;
  font: 900 13px/1.2 var(--font-ui);
}

@media (max-width: 1100px) and (min-width: 761px) {
  .interest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cat-hero {
    min-height: 0;
    padding-bottom: 82px;
  }

  .cat-hero-bg {
    object-position: 57% center;
  }

  .cat-hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 21, 18, 0.9), rgba(7, 21, 18, 0.58) 65%, rgba(7, 21, 18, 0.35)),
      linear-gradient(180deg, rgba(7, 21, 18, 0.18), rgba(7, 21, 18, 0.82));
  }

  .cat-topbar,
  .cat-hero-grid,
  .cat-filter-shell {
    width: calc(100% - 32px);
  }

  .cat-topbar {
    grid-template-columns: 180px 1fr 44px;
    gap: 12px;
    min-height: 76px;
  }

  .cat-brand {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .cat-brand-mark {
    width: 42px;
    height: 42px;
  }

  .cat-brand-mark img {
    width: 29px;
    height: 29px;
  }

  .cat-brand strong {
    font-size: 18px;
  }

  .cat-actions,
  .cat-nav-links {
    display: none;
  }

  .cat-nav-links.is-open {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(10, 31, 22, 0.96);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  }

  .cat-nav-links.is-open a {
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cat-nav-links.is-open a:last-child {
    border-bottom: 0;
  }

  .cat-menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .cat-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 24px;
  }

  .cat-hero-copy h1 {
    font-size: 58px;
  }

  .cat-kicker {
    max-width: 320px;
    font-size: 25px;
  }

  .cat-lead {
    max-width: 330px;
    margin-top: 18px;
    font-size: 14px;
  }

  .cat-hero-actions {
    display: grid;
    max-width: 300px;
    gap: 10px;
    margin-top: 24px;
  }

  .cat-primary,
  .cat-secondary {
    width: 100%;
    min-height: 44px;
  }

  .cat-benefit-card {
    max-width: 330px;
    gap: 14px;
    padding: 18px;
  }

  .cat-benefit-card div {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }

  .cat-benefit-card img {
    width: 30px;
    height: 30px;
  }

  .cat-benefit-card span {
    font-size: 12px;
  }

  .cat-filter-shell {
    margin-top: -52px;
    padding: 16px;
  }

  .cat-filter-tabs {
    display: flex;
    gap: 8px;
    margin: 0 -16px;
    overflow-x: auto;
    padding: 0 16px 4px;
    scrollbar-width: none;
  }

  .cat-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .cat-filter-tabs button {
    flex: 0 0 auto;
  }

  .cat-filter-form {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .cat-results {
    width: calc(100% - 32px);
    margin-top: 22px;
    padding-bottom: 26px;
  }

  .cat-results-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 15px;
  }

  .cat-sort {
    grid-template-columns: 1fr;
    gap: 6px;
    justify-self: stretch;
  }

  .cat-sort select {
    width: 100%;
  }

  .cat-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cat-card-media {
    height: 178px;
  }

  .cat-card-body {
    min-height: 0;
  }

  .cat-pagination {
    gap: 8px;
    margin-top: 22px;
  }

  .cat-pagination a,
  .cat-pagination span {
    min-width: 30px;
    height: 30px;
  }

  .cat-help {
    width: calc(100% - 32px);
    min-height: 0;
    margin-bottom: 28px;
  }

  .cat-help > img {
    object-position: 63% center;
  }

  .cat-help::after {
    background: linear-gradient(90deg, rgba(226, 238, 223, 0.97), rgba(226, 238, 223, 0.86) 62%, rgba(226, 238, 223, 0.48));
  }

  .cat-help-content {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 178px;
    padding: 22px 18px;
  }

  .cat-help h2 {
    max-width: 260px;
    font-size: 21px;
  }

  .cat-help p {
    max-width: 250px;
    font-size: 12px;
  }

  .cat-help a {
    width: 160px;
    min-height: 40px;
  }

  .cat-booking {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
    padding: 20px 16px;
  }

  .cat-booking-copy h2 {
    font-size: 22px;
  }

  .cat-booking-copy p {
    font-size: 12px;
  }

  .cat-booking-form {
    grid-template-columns: 1fr;
  }

  .cat-booking-note {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .camel-hero {
    min-height: 0;
    padding-bottom: 28px;
  }

  .camel-hero-bg {
    object-position: 60% center;
  }

  .camel-hero-shade {
    background:
      linear-gradient(90deg, rgba(37, 21, 13, 0.92), rgba(37, 21, 13, 0.64) 62%, rgba(37, 21, 13, 0.18)),
      linear-gradient(180deg, rgba(37, 21, 13, 0.12), rgba(37, 21, 13, 0.5));
  }

  .camel-topbar,
  .camel-hero-content {
    width: calc(100% - 32px);
  }

  .camel-topbar {
    grid-template-columns: 132px 1fr 44px;
    min-height: 72px;
  }

  .camel-actions,
  .camel-nav-links {
    display: none;
  }

  .camel-hero-content {
    padding-top: 12px;
  }

  .camel-breadcrumbs {
    font-size: 11px;
  }

  .camel-hero-content h1 {
    margin-top: 28px;
    font-size: 42px;
  }

  .camel-hero-content p {
    max-width: 340px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.55;
  }

  .camel-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
    margin-top: 32px;
  }

  .camel-booking-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 32px);
    min-height: 0;
    margin: 28px auto 0;
    padding: 26px 20px 22px;
  }

  .camel-inner {
    width: calc(100% - 32px);
  }

  .camel-expect {
    padding: 28px 0 20px;
  }

  .camel-expect h2 {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .camel-expect-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .camel-expect-media {
    aspect-ratio: 1.72 / 1;
  }

  .camel-expect-copy {
    padding: 13px 4px 0;
  }

  .camel-formats {
    padding: 24px 0 28px;
  }

  .camel-formats h2 {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .camel-format-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .camel-format-card {
    min-height: 0;
    padding: 22px 20px 21px;
  }

  .camel-steps {
    padding: 22px 0 28px;
  }

  .camel-steps h2 {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .camel-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 10px;
  }

  .camel-step-list::before {
    display: none;
  }

  .camel-step-list li {
    padding: 0 6px;
  }

  .camel-step-icon {
    margin-top: 12px;
  }

  .camel-step-list strong {
    font-size: 12px;
  }

  .camel-location {
    padding: 20px 0 30px;
  }

  .camel-location-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .camel-info-card,
  .camel-map-card {
    padding: 22px 18px 20px;
  }

  .camel-map-frame {
    height: 220px;
  }

  .camel-map-label {
    top: 58px;
    left: 22%;
    width: 210px;
  }

  .camel-map-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .camel-gallery {
    padding: 0 0 30px;
  }

  .camel-section-head {
    margin-bottom: 16px;
  }

  .camel-section-head h2 {
    font-size: 30px;
  }

  .camel-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .camel-gallery-grid img {
    aspect-ratio: 1.28 / 1;
  }

  .camel-nearby {
    padding-bottom: 32px;
  }

  .camel-nearby h2 {
    font-size: 26px;
  }

  .camel-nearby-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .camel-nearby-card {
    grid-template-columns: 132px minmax(0, 1fr) 24px;
    align-items: center;
  }

  .camel-nearby-card img {
    width: 132px;
    height: 92px;
    grid-column: auto;
  }

  .camel-nearby-card span {
    min-height: 0;
    padding: 0;
  }

  .camel-nearby-card b {
    padding: 0 14px 0 0;
  }

  .camel-final-cta {
    padding-bottom: 26px;
  }

  .camel-final-card {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
  }

  .camel-final-copy {
    padding: 24px 22px 0;
  }

  .camel-final-copy h2 {
    font-size: 30px;
  }

  .camel-final-actions {
    padding: 0 22px 22px;
  }

  .shore-hero {
    min-height: 0;
    padding-bottom: 28px;
  }

  .shore-hero-bg {
    object-position: 58% center;
  }

  .shore-topbar,
  .shore-hero-content {
    width: calc(100% - 32px);
  }

  .shore-topbar {
    grid-template-columns: 190px 1fr 42px;
    min-height: 70px;
    gap: 10px;
  }

  .shore-nav-links,
  .shore-contacts {
    display: none;
  }

  .shore-menu-toggle {
    display: inline-grid;
  }

  .shore-hero-content {
    padding-top: 38px;
  }

  .shore-hero-content h1 {
    font-size: 48px;
  }

  .shore-kicker {
    font-size: 22px;
  }

  .shore-lead {
    max-width: 330px;
    font-size: 16px;
  }

  .shore-hero-actions {
    flex-direction: column;
    gap: 10px;
    max-width: 280px;
  }

  .shore-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
    margin-top: 34px;
  }

  .shore-inner {
    width: calc(100% - 32px);
  }

  .shore-formats {
    padding: 28px 0 34px;
  }

  .shore-section-title {
    grid-template-columns: 32px minmax(0, auto) 32px;
    gap: 10px;
  }

  .shore-section-title h2 {
    font-size: 26px;
  }

  .shore-format-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shore-format-card {
    min-height: 220px;
  }

  .shore-quad {
    padding-bottom: 34px;
  }

  .shore-quad-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .shore-quad-copy h2 {
    font-size: 32px;
  }

  .shore-quad-lists {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shore-quad-media img {
    height: 220px;
  }

  .shore-route-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shore-route-card img {
    height: 150px;
  }

  .shore-gallery {
    padding-bottom: 28px;
  }

  .shore-gallery h2 {
    font-size: 24px;
    line-height: 1.12;
  }

  .shore-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 120px;
    gap: 8px;
  }

  .shore-gallery-grid img,
  .shore-gallery-grid img:nth-child(n) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .shore-gallery-grid img:nth-child(1),
  .shore-gallery-grid img:nth-child(7) {
    grid-column: span 2;
  }

  .shore-camping-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .shore-camping-copy h2,
  .shore-bath-copy h2 {
    font-size: 28px;
  }

  .shore-camping-plans {
    grid-template-columns: 1fr;
  }

  .shore-bath-inner {
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .shore-bath-copy p {
    max-width: 320px;
  }

  .shore-extra {
    padding: 28px 0 34px;
  }

  .shore-extra h2 {
    font-size: 25px;
  }

  .shore-extra-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shore-extra-card img {
    height: 160px;
  }

  .shore-price {
    padding-bottom: 34px;
  }

  .shore-price h2 {
    font-size: 25px;
  }

  .shore-price-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .shore-price-tabs button {
    border-radius: 3px;
  }

  .shore-price-table-wrap {
    margin-top: 8px;
    border-radius: 6px;
  }

  .shore-groups-inner,
  .shore-contact-grid,
  .shore-bottom-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .shore-groups h2,
  .shore-bottom-inner h2 {
    font-size: 27px;
  }

  .shore-groups ul {
    grid-template-columns: 1fr;
  }

  .shore-groups a {
    width: 200px;
  }

  .shore-mini-map {
    height: 180px;
  }

  .shore-contact-phone {
    justify-items: start;
  }

  .shore-bottom-actions {
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .quad-hero {
    min-height: 760px;
  }

  .quad-hero-bg {
    object-position: 66% center;
  }

  .quad-hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 18, 19, 0.92), rgba(8, 18, 19, 0.66) 58%, rgba(8, 18, 19, 0.22)),
      linear-gradient(180deg, rgba(8, 18, 19, 0.58), rgba(8, 18, 19, 0.1) 42%, rgba(8, 18, 19, 0.86));
  }

  .quad-topbar,
  .quad-hero-content {
    width: calc(100% - 32px);
  }

  .quad-topbar {
    grid-template-columns: 128px 1fr 44px;
    min-height: 72px;
    gap: 12px;
  }

  .quad-brand img {
    width: 40px;
    height: 40px;
  }

  .quad-brand span {
    font-size: 18px;
  }

  .quad-nav-links,
  .quad-actions {
    display: none;
  }

  .quad-menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .quad-hero-content {
    padding-top: 44px;
  }

  .quad-label {
    min-height: 29px;
    font-size: 12px;
  }

  .quad-hero-content h1 {
    max-width: 340px;
    font-size: 43px;
    line-height: 1.08;
  }

  .quad-lead {
    max-width: 330px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .quad-feature-row {
    grid-template-columns: 1fr;
    gap: 13px;
    max-width: 310px;
    margin-top: 32px;
  }

  .quad-feature-row div {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .quad-feature-row img {
    width: 30px;
    height: 30px;
  }

  .quad-feature-row span {
    font-size: 11px;
  }

  .quad-hero-actions {
    display: grid;
    max-width: 300px;
    gap: 10px;
    margin-top: 26px;
  }

  .quad-primary,
  .quad-secondary {
    width: 100%;
    min-height: 44px;
  }

  .quad-inner {
    width: calc(100% - 32px);
  }

  .quad-benefits {
    padding: 34px 0 38px;
  }

  .quad-section-title {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .quad-section-title h2 {
    max-width: 310px;
    font-size: 23px;
    line-height: 1.2;
  }

  .quad-benefits-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quad-benefit-media {
    height: 190px;
  }

  .quad-benefit-copy {
    min-height: 0;
    padding: 16px 16px 18px;
  }

  .quad-routes {
    padding-bottom: 40px;
  }

  .quad-routes .quad-section-title {
    margin-bottom: 20px;
  }

  .quad-routes .quad-section-title h2 {
    font-size: 24px;
  }

  .quad-route-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .quad-route-media {
    height: 184px;
  }

  .quad-route-copy {
    min-height: 0;
    padding: 17px 16px 16px;
  }

  .quad-route-copy h3 {
    font-size: 19px;
  }

  .quad-route-prices b {
    font-size: 20px;
  }

  .quad-booking {
    padding-bottom: 40px;
  }

  .quad-booking-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 16px;
  }

  .quad-booking-copy h2 {
    font-size: 24px;
  }

  .quad-booking-copy p {
    max-width: none;
    font-size: 13px;
  }

  .quad-booking-form {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .quad-booking-wide {
    grid-column: auto;
  }

  .quad-included {
    padding-bottom: 38px;
  }

  .quad-included .quad-section-title {
    margin-bottom: 18px;
  }

  .quad-included-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    margin-bottom: 18px;
  }

  .quad-included-strip div {
    min-height: 108px;
    border-right: 1px solid rgba(26, 38, 27, 0.1);
    border-bottom: 1px solid rgba(26, 38, 27, 0.1);
  }

  .quad-included-strip div:nth-child(2n) {
    border-right: 0;
  }

  .quad-included-strip div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .quad-info-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quad-map-card,
  .quad-compare-card,
  .quad-important-card {
    padding: 18px 16px 16px;
  }

  .quad-map-frame {
    height: 180px;
  }

  .quad-map-card ul {
    grid-template-columns: 1fr;
  }

  .quad-compare-card {
    overflow-x: auto;
  }

  .quad-compare-card table {
    min-width: 560px;
  }

  .quad-prepare-review {
    padding-bottom: 38px;
  }

  .quad-prepare-review-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quad-prepare,
  .quad-review {
    padding: 18px 16px 18px;
  }

  .quad-section-title-left {
    margin-bottom: 18px;
  }

  .quad-section-title-left h2 {
    font-size: 21px;
  }

  .quad-prepare-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .quad-prepare-items div:last-child {
    grid-column: 1 / -1;
  }

  .quad-review-card {
    grid-template-columns: 1fr;
  }

  .quad-review-card > img {
    min-height: 180px;
    height: 180px;
  }

  .quad-review-copy {
    padding: 18px 16px 20px;
  }

  .quad-more {
    padding-bottom: 20px;
  }

  .quad-more .quad-section-title {
    margin-bottom: 18px;
  }

  .quad-more-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quad-more-card {
    min-height: 198px;
  }

  .quad-final {
    min-height: 0;
    margin-bottom: 22px;
  }

  .quad-final-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quad-final h2 {
    font-size: 28px;
  }

  .quad-final p {
    font-size: 13px;
  }

  .quad-final-actions {
    max-width: 310px;
  }

  .exc-hero {
    min-height: 710px;
  }

  .exc-hero-bg {
    object-position: 67% center;
  }

  .exc-hero-shade {
    background:
      linear-gradient(90deg, rgba(18, 28, 26, 0.96), rgba(18, 28, 26, 0.72) 58%, rgba(18, 28, 26, 0.26)),
      linear-gradient(180deg, rgba(18, 28, 26, 0.58), rgba(18, 28, 26, 0.12) 42%, rgba(18, 28, 26, 0.88));
  }

  .exc-topbar,
  .exc-hero-content,
  .exc-tabs {
    width: calc(100% - 32px);
  }

  .exc-topbar {
    grid-template-columns: 180px 1fr 44px;
    gap: 10px;
    min-height: 72px;
  }

  .exc-brand strong {
    font-size: 21px;
  }

  .exc-brand-mark {
    width: 42px;
    height: 42px;
  }

  .exc-brand-mark img {
    width: 29px;
    height: 29px;
  }

  .exc-nav-links,
  .exc-actions {
    display: none;
  }

  .exc-menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .exc-hero-content {
    padding-top: 30px;
  }

  .exc-hero-content h1 {
    max-width: 330px;
    font-size: 51px;
  }

  .exc-hero-content p {
    max-width: 330px;
    font-size: 14px;
    line-height: 1.55;
  }

  .exc-hero-actions {
    display: grid;
    max-width: 300px;
    gap: 10px;
    margin-top: 24px;
  }

  .exc-primary,
  .exc-secondary {
    width: 100%;
    min-height: 44px;
  }

  .exc-feature-row {
    grid-template-columns: 1fr;
    max-width: 300px;
    gap: 13px;
    margin-top: 30px;
  }

  .exc-feature-row div {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .exc-feature-row img {
    width: 30px;
    height: 30px;
  }

  .exc-feature-row span {
    font-size: 11px;
  }

  .exc-tabs-wrap {
    margin-top: -22px;
    padding-bottom: 22px;
  }

  .exc-tabs {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 7px;
  }

  .exc-tabs a {
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 16px;
  }

  .exc-inner {
    width: calc(100% - 32px);
  }

  .exc-popular {
    padding-bottom: 24px;
  }

  .exc-section-head {
    margin-bottom: 16px;
  }

  .exc-section-head h2 {
    font-size: 22px;
  }

  .exc-popular-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .exc-tour-media {
    height: 182px;
  }

  .exc-tour-copy {
    min-height: 0;
    padding: 16px 16px 15px;
  }

  .exc-tour-bottom {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .exc-tour-bottom a {
    grid-column: 1 / -1;
    width: 150px;
  }

  .exc-collections {
    padding-bottom: 26px;
  }

  .exc-collections-grid,
  .exc-list-grid,
  .exc-school-grid {
    grid-template-columns: 1fr;
  }

  .exc-collections-grid {
    gap: 14px;
  }

  .exc-school,
  .exc-group,
  .exc-schedule,
  .exc-private {
    padding: 18px 16px;
  }

  .exc-panel-head {
    display: grid;
    gap: 8px;
    margin-bottom: 15px;
  }

  .exc-panel-head h2 {
    font-size: 21px;
  }

  .exc-school-grid {
    gap: 12px;
  }

  .exc-school-grid a {
    min-height: 0;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
  }

  .exc-school-grid img {
    margin-bottom: 0;
  }

  .exc-school-grid strong {
    min-height: 0;
  }

  .exc-school-grid span {
    margin-top: 0;
  }

  .exc-list-grid {
    gap: 11px;
  }

  .exc-compact-list a {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .exc-compact-list b {
    grid-column: 2;
    justify-self: start;
  }

  .exc-trust {
    padding: 18px 0;
  }

  .exc-trust-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .exc-trust-grid div {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    justify-content: start;
  }

  .exc-trust-grid img {
    width: 38px;
    height: 38px;
  }

  .exc-process-pick {
    padding: 22px 0 28px;
  }

  .exc-process-pick-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .exc-process {
    padding: 22px 16px 24px;
  }

  .exc-process h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .exc-process-steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .exc-process-steps::before {
    top: 24px;
    bottom: 24px;
    left: 38px;
    right: auto;
    width: 1px;
    height: auto;
    border-top: 0;
    border-left: 2px dashed rgba(216, 163, 85, 0.5);
  }

  .exc-process-steps li {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .exc-process-steps span {
    top: -6px;
    left: 24px;
  }

  .exc-process-steps img {
    width: 76px;
    height: 76px;
  }

  .exc-process-steps strong {
    margin-top: 0;
    font-size: 13px;
  }

  .exc-picker {
    min-height: 0;
  }

  .exc-picker-content {
    min-height: 0;
    padding: 24px 18px;
  }

  .exc-picker h2 {
    font-size: 22px;
  }

  .exc-picker p {
    font-size: 13px;
  }

  .exc-picker-form {
    grid-template-columns: 1fr;
  }

  .exc-footer {
    padding: 26px 0 28px;
  }

  .exc-footer-grid {
    grid-template-columns: 1fr;
    gap: 21px;
    justify-items: start;
  }

  .exc-footer-nav {
    justify-content: flex-start;
    gap: 11px 20px;
  }

  .exc-footer-contact {
    justify-items: start;
    text-align: left;
  }

  .exc-footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .am-section {
    width: calc(100% - 30px);
    margin-top: 22px;
  }

  .am-section-title h2 {
    font-size: 19px;
  }

  .am-view-all {
    font-size: 16px;
  }

  .am-card-grid-two {
    grid-template-columns: 1fr;
  }

  .am-card-grid-three {
    display: grid;
    grid-auto-columns: minmax(250px, 78vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-right: -15px;
    overflow-x: auto;
    padding-right: 15px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .am-card-grid-three::-webkit-scrollbar {
    display: none;
  }

  .am-photo-card,
  .am-card-copy {
    min-height: 190px;
  }

  .am-card-copy {
    padding: 0 17px 15px;
  }

  .am-photo-card-small,
  .am-photo-card-small .am-card-copy {
    min-height: 172px;
  }

  .am-collections-grid {
    grid-auto-columns: minmax(210px, 66vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-right: -15px;
    overflow-x: auto;
    padding-right: 15px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .am-collections-grid::-webkit-scrollbar {
    display: none;
  }

  .am-collection-card,
  .am-collection-copy {
    min-height: 166px;
  }

  .am-bottom-cta {
    width: calc(100% - 30px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
    padding: 18px 15px 14px;
  }

  .am-bottom-copy {
    padding: 0;
  }

  .am-bottom-copy h2 {
    max-width: 280px;
    font-size: 23px;
  }

  .am-bottom-actions {
    padding-right: 0;
  }

  .am-bottom-primary,
  .am-bottom-secondary {
    min-height: 40px;
    font-size: 12px;
  }

  .am-map {
    width: calc(100% - 30px);
  }

  .am-map-card,
  .am-map-card img {
    min-height: 158px;
    height: 158px;
  }
}

.leisure-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
  background: #071b22;
}

.leisure-hero-bg,
.leisure-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.leisure-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 48%;
}

.leisure-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 18, 24, 0.93) 0%, rgba(4, 18, 24, 0.72) 31%, rgba(4, 18, 24, 0.18) 64%, rgba(4, 18, 24, 0.08) 100%),
    linear-gradient(180deg, rgba(4, 18, 24, 0.05), rgba(4, 18, 24, 0.12) 54%, rgba(4, 18, 24, 0.42));
}

.leisure-topbar,
.leisure-hero-content {
  width: min(calc(100% - 116px), 1220px);
  margin-inline: auto;
}

.leisure-topbar {
  grid-template-columns: 150px 1fr 268px;
  min-height: 78px;
}

.leisure-brand .brand-mark img {
  filter: brightness(0) invert(1);
}

.leisure-nav-links {
  gap: 40px;
  font-size: 13px;
}

.leisure-nav-links a.is-active {
  position: relative;
  color: var(--leisure-green);
}

.leisure-nav-links a.is-active::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 7px;
  left: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--leisure-green);
}

.leisure-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 22px;
}

.leisure-favorite {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}

.leisure-whatsapp {
  display: inline-flex;
  min-width: 184px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--leisure-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.leisure-whatsapp:hover {
  background: #5a9937;
}

.leisure-whatsapp:active,
.leisure-video-button:active {
  transform: translateY(1px) scale(0.99);
}

.leisure-hero-content {
  padding-top: 56px;
}

.leisure-hero-content h1 {
  margin: 0;
  max-width: 560px;
  font-family: var(--font-display);
  font-size: 67px;
  font-weight: 700;
  line-height: 0.92;
  text-wrap: balance;
}

.leisure-hero-content h1 span {
  color: var(--leisure-green);
}

.leisure-hero-content p {
  max-width: 520px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.42;
}

.leisure-video-button {
  display: inline-flex;
  min-width: 218px;
  min-height: 59px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 38px;
  border-radius: 8px;
  background: var(--leisure-green);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 13px 34px rgba(21, 55, 20, 0.24);
  transition: transform 180ms ease, background-color 180ms ease;
}

.leisure-video-button:hover {
  background: #5a9937;
}

.leisure-video-button svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.leisure-video-button svg path:last-child {
  fill: currentColor;
}

.leisure-main {
  min-height: 110px;
  background: #fbfaf7;
}

.leisure-directions {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 30px), 1288px);
  margin: -52px auto 0;
}

.leisure-directions-panel {
  border: 1px solid rgba(29, 42, 31, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  padding: 22px 22px 13px;
  box-shadow: 0 18px 45px rgba(20, 26, 20, 0.12);
}

.leisure-directions-panel h2 {
  margin: 0 0 17px;
  color: #1b2018;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.leisure-direction-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.leisure-direction-card {
  position: relative;
  min-height: 294px;
  overflow: hidden;
  border: 1px solid rgba(26, 36, 24, 0.1);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(23, 27, 23, 0.1);
}

.leisure-direction-card::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(10, 18, 12, 0.08));
  pointer-events: none;
}

.leisure-direction-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  object-fit: cover;
}

.leisure-direction-copy {
  position: relative;
  z-index: 2;
  min-height: 156px;
  padding: 23px 22px 0;
}

.leisure-direction-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
  color: var(--leisure-green-dark);
}

.leisure-direction-icon.is-water {
  color: #0a8c84;
}

.leisure-direction-icon.is-fire {
  color: #f38920;
}

.leisure-direction-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.leisure-direction-copy h3 {
  margin: 0;
  color: #121912;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
}

.leisure-direction-copy p {
  margin: 9px 0 0;
  color: #151b15;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
}

.leisure-direction-arrow {
  position: absolute;
  right: 50%;
  bottom: 11px;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--leisure-green);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(42, 92, 36, 0.25);
  transform: translateX(50%);
}

.leisure-directions-hint {
  margin: 14px 0 0;
  color: #9a9d95;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.leisure-catalog-section {
  display: grid;
  width: min(calc(100% - 62px), 1288px);
  grid-template-columns: 270px 1fr;
  gap: 28px;
  align-items: stretch;
  margin: 40px auto 0;
}

.leisure-catalog-side {
  padding: 34px 20px 28px 24px;
}

.leisure-catalog-icon {
  display: block;
  width: 37px;
  height: 37px;
  margin-bottom: 20px;
  color: var(--leisure-green-dark);
}

.leisure-catalog-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.leisure-catalog-icon.is-water {
  color: #168bc3;
}

.leisure-catalog-icon.is-fire {
  color: #f47e22;
}

.leisure-catalog-side h2 {
  max-width: 210px;
  margin: 0;
  color: #151a14;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.02;
}

.leisure-catalog-side p {
  max-width: 225px;
  margin: 24px 0 0;
  color: #303b2f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.52;
}

.leisure-catalog-side-link {
  display: inline-flex;
  min-width: 116px;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border: 1px solid rgba(50, 112, 45, 0.48);
  border-radius: 5px;
  color: var(--leisure-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.leisure-catalog-side-link.is-water {
  border-color: rgba(22, 139, 195, 0.55);
  color: #146fa0;
}

.leisure-catalog-side-link.is-fire {
  border-color: rgba(244, 126, 34, 0.58);
  color: #e96616;
}

.leisure-catalog-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border: 1px solid rgba(28, 42, 30, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.86);
  padding: 18px;
  box-shadow: 0 12px 34px rgba(22, 30, 21, 0.08);
}

.leisure-catalog-feature {
  display: grid;
  min-height: 206px;
  grid-template-columns: 45% 1fr;
  overflow: hidden;
  border: 1px solid rgba(30, 43, 29, 0.08);
  border-radius: 9px;
  background: #ffffff;
}

.leisure-catalog-feature img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 206px;
  object-fit: cover;
}

.leisure-catalog-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.leisure-catalog-copy h3 {
  margin: 0 0 12px;
  color: #151a14;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
}

.leisure-catalog-copy ul {
  margin: 0 0 12px;
  padding-left: 15px;
  color: #1c251b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.leisure-catalog-copy li::marker {
  color: var(--leisure-green-dark);
}

.leisure-catalog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  color: var(--leisure-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.leisure-catalog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.leisure-catalog-meta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.leisure-catalog-copy a {
  display: inline-flex;
  width: 112px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 5px;
  background: var(--leisure-green-dark);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.leisure-catalog-copy a:hover {
  background: #265f28;
}

.leisure-catalog-copy a:active {
  transform: translateY(1px) scale(0.99);
}

.leisure-catalog-water {
  margin-top: 30px;
}

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

.leisure-water-item {
  overflow: hidden;
  border: 1px solid rgba(28, 42, 30, 0.08);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(22, 30, 21, 0.07);
}

.leisure-water-item img {
  display: block;
  width: 100%;
  aspect-ratio: 2.14 / 1;
  object-fit: cover;
}

.leisure-water-copy {
  padding: 14px 16px 15px;
}

.leisure-water-copy h3 {
  margin: 0 0 9px;
  color: #151a14;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.16;
}

.leisure-water-copy ul {
  min-height: 69px;
  margin: 0 0 11px;
  padding-left: 15px;
  color: #1c251b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.leisure-water-copy li::marker {
  color: #168bc3;
}

.leisure-water-row {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 10px;
  align-items: center;
}

.leisure-water-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #146fa0;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.leisure-water-row svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.leisure-water-row a {
  display: inline-flex;
  min-width: 96px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid rgba(22, 139, 195, 0.52);
  border-radius: 5px;
  color: #146fa0;
  font-size: 11px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.leisure-water-row a:hover {
  background: rgba(22, 139, 195, 0.08);
}

.leisure-water-row a:active {
  transform: translateY(1px) scale(0.99);
}

.leisure-catalog-active {
  margin-top: 30px;
}

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

.leisure-active-item {
  display: grid;
  min-height: 214px;
  grid-template-columns: 52% 1fr;
  overflow: hidden;
  border: 1px solid rgba(28, 42, 30, 0.08);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(22, 30, 21, 0.07);
}

.leisure-active-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 214px;
  object-fit: cover;
}

.leisure-active-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.leisure-active-copy h3 {
  margin: 0 0 11px;
  color: #151a14;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.leisure-active-copy ul {
  margin: 0 0 13px;
  padding-left: 15px;
  color: #1c251b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.48;
}

.leisure-active-copy li::marker {
  color: var(--leisure-green-dark);
}

.leisure-active-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: auto;
  color: var(--leisure-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.leisure-active-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.leisure-active-meta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.leisure-catalog-nature {
  margin-top: 30px;
}

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

.leisure-nature-item {
  overflow: hidden;
  border: 1px solid rgba(28, 42, 30, 0.08);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(22, 30, 21, 0.07);
}

.leisure-nature-item img {
  display: block;
  width: 100%;
  aspect-ratio: 2.14 / 1;
  object-fit: cover;
}

.leisure-nature-copy {
  padding: 14px 16px 15px;
}

.leisure-nature-copy h3 {
  margin: 0 0 9px;
  color: #151a14;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.16;
}

.leisure-nature-copy ul {
  min-height: 86px;
  margin: 0 0 12px;
  padding-left: 15px;
  color: #1c251b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.leisure-nature-copy li::marker {
  color: #f47e22;
}

.leisure-nature-copy a {
  display: inline-flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 126, 34, 0.58);
  border-radius: 5px;
  color: #e96616;
  font-size: 11px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.leisure-nature-copy a:hover {
  background: rgba(244, 126, 34, 0.08);
}

.leisure-nature-copy a:active {
  transform: translateY(1px) scale(0.99);
}

.leisure-catalog-bases {
  margin-top: 30px;
}

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

.leisure-bases-item {
  overflow: hidden;
  border: 1px solid rgba(28, 42, 30, 0.08);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(22, 30, 21, 0.07);
}

.leisure-bases-item img {
  display: block;
  width: 100%;
  aspect-ratio: 2.14 / 1;
  object-fit: cover;
}

.leisure-bases-copy {
  padding: 14px 16px 15px;
}

.leisure-bases-copy h3 {
  margin: 0 0 9px;
  color: #151a14;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.16;
}

.leisure-bases-copy ul {
  min-height: 86px;
  margin: 0 0 11px;
  padding-left: 15px;
  color: #1c251b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.leisure-bases-copy li::marker {
  color: var(--leisure-green-dark);
}

.leisure-bases-meta {
  display: flex;
  color: var(--leisure-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.leisure-bases-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.leisure-bases-meta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.leisure-popular {
  width: min(calc(100% - 80px), 1288px);
  margin: 44px auto 0;
}

.leisure-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.leisure-section-head h2 {
  margin: 0;
  color: #161c16;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.leisure-section-head a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 10px;
  color: var(--leisure-green-dark);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.leisure-section-head a span {
  font-size: 18px;
  line-height: 1;
}

.leisure-popular-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.leisure-activity-card {
  overflow: hidden;
  border: 1px solid rgba(30, 43, 29, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(24, 30, 22, 0.08);
}

.leisure-activity-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.33 / 1;
  object-fit: cover;
}

.leisure-activity-body {
  padding: 15px 14px 16px;
}

.leisure-activity-body h3 {
  margin: 0 0 14px;
  color: #151a14;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.leisure-activity-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  color: #315f2d;
  font-size: 12px;
  font-weight: 800;
}

.leisure-activity-meta span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.leisure-activity-meta svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.leisure-details-button {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(50, 112, 45, 0.28);
  border-radius: 5px;
  color: #20271f;
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.leisure-details-button:hover {
  border-color: rgba(50, 112, 45, 0.55);
  background: rgba(104, 168, 63, 0.07);
}

.leisure-details-button:active {
  transform: translateY(1px) scale(0.99);
}

.leisure-all {
  width: min(calc(100% - 80px), 1288px);
  margin: 42px auto 0;
}

.leisure-all-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.leisure-all-card {
  overflow: hidden;
  border: 1px solid rgba(30, 43, 29, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(24, 30, 22, 0.07);
}

.leisure-all-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.9 / 1;
  object-fit: cover;
}

.leisure-all-copy {
  padding: 14px 15px 15px;
}

.leisure-all-copy h3 {
  margin: 0 0 9px;
  color: #151a14;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.leisure-all-copy ul {
  min-height: 66px;
  margin: 0 0 12px;
  padding-left: 16px;
  color: #202820;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.48;
}

.leisure-all-copy li::marker {
  color: #2f6d2e;
  font-size: 0.9em;
}

.leisure-all-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--leisure-green-dark);
  font-size: 12px;
  font-weight: 900;
}

.leisure-all-copy a span {
  font-size: 15px;
  line-height: 1;
}

.leisure-collections {
  width: min(calc(100% - 80px), 1288px);
  margin: 44px auto 0;
}

.leisure-collections h2 {
  margin: 0 0 22px;
  color: #161c16;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.leisure-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.leisure-collection-card {
  position: relative;
  min-height: 244px;
  overflow: hidden;
  border-radius: 8px;
  background: #0c160f;
  box-shadow: 0 12px 28px rgba(18, 23, 18, 0.14);
}

.leisure-collection-card img,
.leisure-collection-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.leisure-collection-card img {
  object-fit: cover;
}

.leisure-collection-shade {
  background:
    linear-gradient(90deg, rgba(5, 13, 8, 0.9) 0%, rgba(5, 13, 8, 0.7) 42%, rgba(5, 13, 8, 0.24) 100%),
    linear-gradient(180deg, rgba(5, 13, 8, 0.1), rgba(5, 13, 8, 0.54));
}

.leisure-collection-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 244px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 24px 22px;
  color: #ffffff;
}

.leisure-collection-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  color: #ffffff;
}

.leisure-collection-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.leisure-collection-copy h3 {
  margin: 0 0 14px;
  max-width: 230px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
}

.leisure-collection-copy ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}

.leisure-collection-copy a {
  display: inline-flex;
  min-width: 102px;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 5px;
  background: var(--leisure-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.leisure-collection-copy a:hover {
  background: #5a9937;
}

.leisure-collection-copy a:active {
  transform: translateY(1px) scale(0.99);
}

.leisure-map-section {
  width: min(calc(100% - 80px), 1288px);
  margin: 44px auto 0;
}

.leisure-map-section h2 {
  margin: 0 0 18px;
  color: #161c16;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}

.leisure-map-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 13px;
}

.leisure-map-filters button {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(34, 50, 33, 0.13);
  border-radius: 999px;
  background: #ffffff;
  padding: 0 18px;
  color: #243023;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 5px 16px rgba(25, 30, 24, 0.05);
  cursor: pointer;
}

.leisure-map-filters button.is-active {
  border-color: var(--leisure-green-dark);
  background: var(--leisure-green-dark);
  color: #ffffff;
}

.leisure-map-filters svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.leisure-map-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 11px;
  background: #d9e7d0;
  box-shadow: 0 12px 30px rgba(23, 33, 23, 0.11);
}

.leisure-map-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leisure-map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 1;
  width: 27px;
  height: 27px;
  border: 4px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 8px 18px rgba(18, 27, 18, 0.24);
  transform: translate(-50%, -100%) rotate(-45deg);
}

.leisure-map-pin::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.leisure-map-pin.is-green {
  background: #2f8f50;
}

.leisure-map-pin.is-orange {
  background: #f28a1b;
}

.leisure-map-pin.is-blue {
  background: #2589d7;
}

.leisure-map-pin.is-teal {
  background: #0d9c8d;
}

.leisure-map-pin.is-red {
  background: #d9303e;
}

.leisure-map-pin.is-purple {
  background: #9a4ccc;
}

.leisure-map-controls {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  display: grid;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(20, 26, 20, 0.16);
}

.leisure-map-controls button {
  width: 38px;
  height: 37px;
  border: 0;
  border-bottom: 1px solid rgba(28, 36, 28, 0.12);
  background: #ffffff;
  color: #1a2319;
  font: inherit;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.leisure-map-controls button:last-child {
  border-bottom: 0;
}

.leisure-final-cta {
  position: relative;
  width: min(calc(100% - 80px), 1288px);
  min-height: 151px;
  margin: 18px auto 48px;
  overflow: hidden;
  border-radius: 8px;
  background: #08151a;
  color: #ffffff;
}

.leisure-final-cta img,
.leisure-final-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.leisure-final-cta img {
  object-fit: cover;
  object-position: center 61%;
}

.leisure-final-shade {
  background:
    linear-gradient(90deg, rgba(5, 14, 18, 0.93) 0%, rgba(5, 14, 18, 0.8) 40%, rgba(5, 14, 18, 0.38) 72%, rgba(5, 14, 18, 0.88) 100%),
    linear-gradient(180deg, rgba(5, 14, 18, 0.2), rgba(5, 14, 18, 0.42));
}

.leisure-final-copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 151px;
  grid-template-columns: 1fr 486px;
  align-items: center;
  gap: 36px;
  padding: 28px 40px;
}

.leisure-final-copy h2 {
  margin: 0;
  max-width: 440px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.08;
}

.leisure-final-actions {
  display: grid;
  gap: 12px;
}

.leisure-final-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.leisure-final-actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.leisure-final-primary {
  background: #df2633;
}

.leisure-final-primary:hover {
  background: #c91f2c;
}

.leisure-final-secondary {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}

.leisure-final-secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
}

.leisure-final-actions a:active {
  transform: translateY(1px) scale(0.99);
}

.leisure-guide-page {
  --guide-green: #69a83d;
  --guide-green-dark: #2f6d2e;
  --guide-ink: #111711;
  min-width: 320px;
  background: #fbfaf7;
  color: var(--guide-ink);
}

.guide-hero {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
  background: #071b22;
}

.guide-hero-bg,
.guide-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.guide-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 50%;
}

.guide-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 18, 24, 0.93) 0%, rgba(4, 18, 24, 0.72) 30%, rgba(4, 18, 24, 0.18) 68%, rgba(4, 18, 24, 0.12) 100%),
    linear-gradient(180deg, rgba(4, 18, 24, 0.14), rgba(4, 18, 24, 0.62));
}

.guide-topbar,
.guide-hero-content {
  width: min(calc(100% - 88px), 1230px);
  margin-inline: auto;
}

.guide-topbar {
  grid-template-columns: 150px 1fr 250px;
  min-height: 78px;
}

.guide-brand .brand-mark img {
  filter: brightness(0) invert(1);
}

.guide-nav-links {
  gap: 42px;
  font-size: 14px;
}

.guide-nav-links a.is-active {
  position: relative;
  color: var(--guide-green);
}

.guide-nav-links a.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--guide-green);
}

.guide-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 22px;
}

.guide-favorite {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}

.guide-whatsapp {
  display: inline-flex;
  min-width: 184px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--guide-green);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.guide-whatsapp:hover {
  background: #5a9937;
}

.guide-whatsapp:active {
  transform: translateY(1px) scale(0.99);
}

.guide-hero-content {
  padding-top: 70px;
}

.guide-hero-content h1 {
  margin: 0;
  max-width: 540px;
  font-family: var(--font-display);
  font-size: 73px;
  font-weight: 700;
  line-height: 0.92;
  text-wrap: balance;
}

.guide-hero-content h1 span {
  color: var(--guide-green);
}

.guide-hero-content p {
  max-width: 520px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.42;
}

.guide-main {
  min-height: 240px;
  background: #fbfaf7;
}

.guide-picker {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), 1288px);
  margin: -94px auto 0;
}

.guide-picker-panel {
  border: 1px solid rgba(30, 43, 29, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.98);
  padding: 28px 22px 28px;
  box-shadow: 0 18px 45px rgba(20, 26, 20, 0.12);
}

.guide-picker-panel h2 {
  margin: 0;
  color: #191f19;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.guide-picker-panel > p {
  margin: 10px 0 25px;
  color: #343d34;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.guide-picker-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.guide-picker-card {
  position: relative;
  display: grid;
  min-height: 255px;
  overflow: hidden;
  align-content: start;
  border: 1px solid rgba(39, 61, 36, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #101710;
  padding: 22px 20px 0;
  box-shadow: 0 8px 22px rgba(24, 30, 22, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.guide-picker-card.is-selected {
  border-color: rgba(47, 109, 46, 0.55);
  box-shadow: inset 0 0 0 1px rgba(47, 109, 46, 0.32), 0 10px 24px rgba(24, 30, 22, 0.08);
}

.guide-picker-card:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 109, 46, 0.45);
}

.guide-picker-icon {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 13px;
  color: var(--guide-green-dark);
}

.guide-picker-icon.is-water {
  color: #0a8c84;
}

.guide-picker-icon.is-fire {
  color: #f38920;
}

.guide-picker-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.guide-picker-card strong {
  position: relative;
  z-index: 1;
  max-width: 150px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.14;
}

.guide-picker-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 138px;
  object-fit: cover;
}

.guide-category {
  display: grid;
  width: min(calc(100% - 48px), 1288px);
  grid-template-columns: 230px 1fr;
  gap: 36px;
  margin: 26px auto 0;
  padding-top: 4px;
}

.guide-category-side {
  padding: 30px 0 22px;
}

.guide-category-icon {
  display: block;
  width: 43px;
  height: 43px;
  margin-bottom: 12px;
  color: var(--guide-green-dark);
}

.guide-category-icon.is-water {
  color: #0a8c84;
}

.guide-category-icon.is-fire {
  color: #f38920;
}

.guide-category-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
}

.guide-category-side h2 {
  margin: 0;
  color: #151a14;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.05;
}

.guide-category-side p {
  max-width: 190px;
  margin: 31px 0 0;
  color: #3f493f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.guide-category-side a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 36px;
  color: var(--guide-green-dark);
  font-size: 13px;
  font-weight: 900;
}

.guide-category-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  border: 1px solid rgba(32, 44, 31, 0.1);
  border-radius: 12px;
  background: #ffffff;
  padding: 22px 24px;
  box-shadow: 0 9px 26px rgba(22, 29, 21, 0.07);
}

.guide-farm-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  min-width: 0;
}

.guide-farm-card img {
  display: block;
  width: 100%;
  height: 158px;
  border-radius: 8px;
  object-fit: cover;
}

.guide-farm-copy {
  min-width: 0;
}

.guide-farm-copy h3 {
  margin: 0 0 14px;
  color: #171d16;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.guide-farm-copy ul {
  margin: 0 0 20px;
  padding-left: 17px;
  color: #1d261c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.62;
}

.guide-farm-copy li::marker {
  color: var(--guide-green-dark);
  font-size: 0.9em;
}

.guide-farm-copy a {
  display: inline-flex;
  min-width: 198px;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 109, 46, 0.55);
  border-radius: 5px;
  color: var(--guide-green-dark);
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.guide-farm-copy a:hover {
  background: rgba(105, 168, 61, 0.08);
}

.guide-farm-copy a:active {
  transform: translateY(1px) scale(0.99);
}

.guide-category-water {
  border-top: 1px solid rgba(30, 43, 29, 0.09);
  padding-top: 26px;
}

.guide-water-panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-water-card {
  overflow: hidden;
  border: 1px solid rgba(32, 44, 31, 0.08);
  border-radius: 9px;
  background: #ffffff;
}

.guide-water-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.86 / 1;
  object-fit: cover;
}

.guide-water-copy {
  padding: 17px 18px 18px;
}

.guide-water-copy h3 {
  margin: 0 0 12px;
  color: #171d16;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.guide-water-copy ul {
  min-height: 73px;
  margin: 0 0 16px;
  padding-left: 17px;
  color: #1d261c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.guide-water-copy li::marker {
  color: var(--guide-green-dark);
  font-size: 0.9em;
}

.guide-water-copy a {
  display: inline-flex;
  width: 100%;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 109, 46, 0.55);
  border-radius: 5px;
  color: var(--guide-green-dark);
  font-size: 12px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.guide-water-copy a:hover {
  background: rgba(105, 168, 61, 0.08);
}

.guide-water-copy a:active {
  transform: translateY(1px) scale(0.99);
}

.guide-category-active {
  border-top: 1px solid rgba(30, 43, 29, 0.09);
  padding-top: 26px;
}

.guide-category-nature {
  border-top: 1px solid rgba(30, 43, 29, 0.09);
  padding-top: 26px;
}

.guide-category-bases {
  border-top: 1px solid rgba(30, 43, 29, 0.09);
  padding-top: 26px;
}

.guide-active-panel {
  display: block;
}

.guide-active-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) 1fr;
  gap: 34px;
  align-items: center;
}

.guide-active-card img {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 9px;
  object-fit: cover;
}

.guide-active-copy h3 {
  margin: 0 0 13px;
  color: #171d16;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.15;
}

.guide-active-copy ul {
  margin: 0 0 20px;
  padding-left: 17px;
  color: #1d261c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.62;
}

.guide-active-copy li::marker {
  color: var(--guide-green-dark);
  font-size: 0.9em;
}

.guide-active-copy a {
  display: inline-flex;
  min-width: 196px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 109, 46, 0.55);
  border-radius: 5px;
  color: var(--guide-green-dark);
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.guide-active-copy a:hover {
  background: rgba(105, 168, 61, 0.08);
}

.guide-active-copy a:active {
  transform: translateY(1px) scale(0.99);
}

.guide-map-strip {
  display: grid;
  width: min(calc(100% - 48px), 1288px);
  min-height: 150px;
  grid-template-columns: 280px 1fr;
  gap: 26px;
  align-items: stretch;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 10px;
  background: #edf3e5;
  box-shadow: 0 8px 22px rgba(22, 29, 21, 0.07);
}

.guide-map-copy {
  padding: 24px 0 24px 33px;
}

.guide-map-copy h2 {
  margin: 0 0 10px;
  color: #171d16;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.15;
}

.guide-map-copy p {
  margin: 0;
  max-width: 230px;
  color: #2d382d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
}

.guide-map-copy a {
  display: inline-flex;
  min-width: 169px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  border-radius: 5px;
  background: var(--guide-green-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease;
}

.guide-map-copy a:hover {
  background: #255d28;
}

.guide-map-copy a:active {
  transform: translateY(1px) scale(0.99);
}

.guide-mini-map {
  position: relative;
  min-height: 150px;
  overflow: hidden;
}

.guide-mini-map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 1;
  width: 25px;
  height: 25px;
  border: 4px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 8px 18px rgba(18, 27, 18, 0.22);
  transform: translate(-50%, -100%) rotate(-45deg);
}

.guide-map-pin::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #ffffff;
}

.guide-map-pin.is-green {
  background: #2f8f50;
}

.guide-map-pin.is-blue {
  background: #2589d7;
}

.guide-map-pin.is-orange {
  background: #f28a1b;
}

.guide-map-pin.is-red {
  background: #d9303e;
}

.guide-bottom-cta {
  position: relative;
  width: min(calc(100% - 48px), 1288px);
  min-height: 145px;
  margin: 20px auto 48px;
  overflow: hidden;
  border-radius: 8px;
  background: #08151a;
  color: #ffffff;
}

.guide-bottom-cta img,
.guide-bottom-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.guide-bottom-cta img {
  object-fit: cover;
  object-position: center 61%;
}

.guide-bottom-shade {
  background:
    linear-gradient(90deg, rgba(5, 14, 18, 0.95) 0%, rgba(5, 14, 18, 0.82) 42%, rgba(5, 14, 18, 0.42) 70%, rgba(5, 14, 18, 0.9) 100%),
    linear-gradient(180deg, rgba(5, 14, 18, 0.2), rgba(5, 14, 18, 0.45));
}

.guide-bottom-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 145px;
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 36px;
  padding: 26px 34px;
}

.guide-bottom-inner h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.08;
}

.guide-bottom-actions {
  display: grid;
  gap: 11px;
}

.guide-bottom-actions a {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.guide-bottom-actions svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.guide-bottom-primary {
  background: #df2633;
}

.guide-bottom-primary:hover {
  background: #c91f2c;
}

.guide-bottom-secondary {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}

.guide-bottom-secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
}

.guide-bottom-actions a:active {
  transform: translateY(1px) scale(0.99);
}

@media (min-width: 1200px) {
  .leisure-hero {
    min-height: 430px;
  }
}

@media (max-width: 760px) {
  .compact-hero {
    min-height: 0;
    padding-bottom: 52px;
  }

  .compact-hero-bg {
    object-position: 62% center;
  }

  .compact-hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 17, 24, 0.96), rgba(4, 17, 24, 0.79) 59%, rgba(4, 17, 24, 0.2)),
      linear-gradient(180deg, rgba(4, 17, 24, 0.12), rgba(4, 17, 24, 0.82));
  }

  .compact-topbar,
  .compact-hero-content {
    width: calc(100% - 30px);
  }

  .compact-topbar {
    grid-template-columns: 1fr 44px;
    min-height: 72px;
  }

  .compact-actions {
    display: none;
  }

  .compact-hero-content {
    padding-top: 34px;
  }

  .compact-hero-content h1 {
    max-width: 330px;
    font-size: 41px;
  }

  .compact-hero-content p {
    max-width: 320px;
    margin-top: 18px;
    font-size: 15px;
  }

  .compact-tabs {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    margin-top: -36px;
    border-radius: 12px;
  }

  .compact-tab {
    min-height: 86px;
    grid-template-columns: 44px 1fr;
    padding: 15px 19px;
  }

  .compact-tab + .compact-tab {
    border-top: 1px solid rgba(24, 36, 27, 0.08);
    border-left: 0;
  }

  .compact-tab-icon {
    width: 34px;
    height: 34px;
  }

  .compact-tab strong {
    font-size: 15px;
  }

  .compact-category {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .compact-category-side {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 13px;
    padding: 18px 8px 6px;
  }

  .compact-category-icon {
    width: 32px;
    height: 32px;
    margin: 2px 0 0;
  }

  .compact-category-side h2 {
    font-size: 22px;
  }

  .compact-category-side p,
  .compact-category-side a {
    grid-column: 2;
  }

  .compact-category-side p {
    max-width: 270px;
    margin-top: 13px;
    font-size: 12px;
  }

  .compact-category-side a {
    margin-top: 13px;
    font-size: 12px;
  }

  .compact-ethno-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 8px;
  }

  .compact-active-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 8px;
  }

  .compact-water-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 8px;
  }

  .compact-nature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 8px;
  }

  .compact-bases-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 8px;
  }

  .compact-collections {
    width: calc(100% - 30px);
    margin-top: 24px;
  }

  .compact-collections h2 {
    margin-bottom: 12px;
    font-size: 23px;
  }

  .compact-collections-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .compact-collection-card,
  .compact-collection-copy {
    min-height: 190px;
  }

  .compact-collection-copy {
    padding: 16px 16px 15px;
  }

  .compact-collection-copy h3 {
    max-width: 250px;
    font-size: 21px;
  }

  .compact-map-section {
    width: calc(100% - 30px);
    margin-top: 24px;
  }

  .compact-map-section h2 {
    margin-bottom: 11px;
    font-size: 23px;
  }

  .compact-map-filters {
    gap: 8px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .compact-map-filters button {
    min-height: 34px;
    padding: 0 14px;
    font-size: 11px;
  }

  .compact-map-card {
    min-height: 172px;
  }

  .compact-map-card img {
    height: 172px;
  }

  .compact-map-pin {
    width: 22px;
    height: 22px;
    border-width: 2px;
  }

  .compact-map-pin::after {
    inset: 5px;
  }

  .compact-final-cta {
    width: calc(100% - 30px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 18px auto 24px;
    padding: 22px 16px 16px;
  }

  .compact-final-copy {
    padding: 0;
  }

  .compact-final-copy h2 {
    max-width: 280px;
    font-size: 25px;
  }

  .compact-final-actions {
    padding-right: 0;
  }

  .compact-final-primary,
  .compact-final-secondary {
    min-height: 42px;
    font-size: 12px;
  }

  .compact-feature-card {
    min-height: 0;
    grid-template-columns: 43% 1fr;
  }

  .compact-feature-card img {
    min-height: 172px;
  }

  .compact-feature-copy {
    padding: 13px 13px 12px;
  }

  .compact-feature-copy h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .compact-feature-copy ul {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.42;
  }

  .compact-card-meta {
    gap: 10px;
    font-size: 10px;
  }

  .compact-card-meta svg {
    width: 13px;
    height: 13px;
  }

  .compact-small-card {
    min-height: 0;
  }

  .compact-small-card img {
    aspect-ratio: 2.45 / 1;
  }

  .compact-small-copy {
    padding: 12px 13px 11px;
  }

  .compact-small-copy h3 {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .compact-small-copy ul {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.38;
  }

  .leisure-hero {
    min-height: 0;
    padding-bottom: 56px;
  }

  .leisure-hero-bg {
    object-position: 62% center;
  }

  .leisure-hero-shade {
    background:
      linear-gradient(90deg, rgba(4, 18, 24, 0.96), rgba(4, 18, 24, 0.78) 58%, rgba(4, 18, 24, 0.22)),
      linear-gradient(180deg, rgba(4, 18, 24, 0.12), rgba(4, 18, 24, 0.84));
  }

  .leisure-topbar,
  .leisure-hero-content {
    width: calc(100% - 30px);
  }

  .leisure-topbar {
    grid-template-columns: 1fr 44px;
    min-height: 72px;
  }

  .leisure-actions {
    display: none;
  }

  .leisure-hero-content {
    padding-top: 38px;
  }

  .leisure-hero-content h1 {
    max-width: 340px;
    font-size: 45px;
  }

  .leisure-hero-content p {
    max-width: 320px;
    margin-top: 20px;
    font-size: 15px;
  }

  .leisure-video-button {
    min-width: 182px;
    min-height: 49px;
    gap: 10px;
    margin-top: 27px;
    font-size: 13px;
  }

  .leisure-video-button svg {
    width: 23px;
    height: 23px;
  }

  .leisure-directions {
    width: calc(100% - 20px);
    margin-top: -36px;
  }

  .leisure-directions-panel {
    border-radius: 12px;
    padding: 20px 10px 14px;
  }

  .leisure-directions-panel h2 {
    margin-bottom: 18px;
    font-size: 27px;
  }

  .leisure-direction-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leisure-direction-card {
    min-height: 202px;
  }

  .leisure-direction-card img {
    left: auto;
    width: 52%;
    height: 100%;
  }

  .leisure-direction-card::after {
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.94) 46%, rgba(255, 255, 255, 0.18) 72%);
  }

  .leisure-direction-copy {
    width: 58%;
    min-height: 0;
    padding: 22px 18px;
  }

  .leisure-direction-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 9px;
  }

  .leisure-direction-copy h3 {
    font-size: 15px;
  }

  .leisure-direction-copy p {
    font-size: 11px;
  }

  .leisure-catalog-section {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .leisure-catalog-side {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 16px;
    padding: 18px 8px 8px;
  }

  .leisure-catalog-icon {
    width: 32px;
    height: 32px;
    margin: 2px 0 0;
  }

  .leisure-catalog-side h2 {
    max-width: 250px;
    font-size: 28px;
  }

  .leisure-catalog-side p {
    grid-column: 2;
    max-width: 270px;
    margin-top: 15px;
    font-size: 12px;
  }

  .leisure-catalog-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .leisure-catalog-feature {
    min-height: 0;
    grid-template-columns: 43% 1fr;
  }

  .leisure-catalog-feature img {
    min-height: 184px;
  }

  .leisure-catalog-copy {
    padding: 14px 13px 13px;
  }

  .leisure-catalog-copy h3 {
    margin-bottom: 9px;
    font-size: 17px;
  }

  .leisure-catalog-copy ul {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.45;
  }

  .leisure-catalog-meta {
    gap: 9px;
    font-size: 10px;
  }

  .leisure-catalog-meta svg {
    width: 14px;
    height: 14px;
  }

  .leisure-catalog-copy a {
    width: 100%;
    min-height: 32px;
    margin-top: 10px;
    font-size: 11px;
  }

  .leisure-catalog-water {
    margin-top: 22px;
  }

  .leisure-catalog-side-link {
    grid-column: 2;
    width: 116px;
    min-height: 32px;
    margin-top: 16px;
    font-size: 11px;
  }

  .leisure-water-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leisure-water-item img {
    aspect-ratio: 1.95 / 1;
  }

  .leisure-water-copy {
    padding: 13px 14px 14px;
  }

  .leisure-water-copy h3 {
    font-size: 16px;
  }

  .leisure-water-copy ul {
    min-height: 0;
    font-size: 11px;
  }

  .leisure-water-row {
    grid-template-columns: auto auto;
  }

  .leisure-water-row a {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
  }

  .leisure-catalog-active {
    margin-top: 22px;
  }

  .leisure-active-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leisure-active-item {
    min-height: 0;
    grid-template-columns: 43% 1fr;
  }

  .leisure-active-item img {
    min-height: 190px;
  }

  .leisure-active-copy {
    padding: 14px 13px 13px;
  }

  .leisure-active-copy h3 {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .leisure-active-copy ul {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.45;
  }

  .leisure-active-meta {
    gap: 9px;
    font-size: 10px;
  }

  .leisure-active-meta svg {
    width: 14px;
    height: 14px;
  }

  .leisure-catalog-nature {
    margin-top: 22px;
  }

  .leisure-nature-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leisure-nature-item img {
    aspect-ratio: 1.95 / 1;
  }

  .leisure-nature-copy {
    padding: 13px 14px 14px;
  }

  .leisure-nature-copy h3 {
    font-size: 16px;
  }

  .leisure-nature-copy ul {
    min-height: 0;
    font-size: 11px;
  }

  .leisure-nature-copy a {
    min-height: 32px;
    font-size: 11px;
  }

  .leisure-catalog-bases {
    margin-top: 22px;
  }

  .leisure-bases-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leisure-bases-item img {
    aspect-ratio: 1.95 / 1;
  }

  .leisure-bases-copy {
    padding: 13px 14px 14px;
  }

  .leisure-bases-copy h3 {
    font-size: 16px;
  }

  .leisure-bases-copy ul {
    min-height: 0;
    font-size: 11px;
  }

  .leisure-bases-meta {
    font-size: 10px;
  }

  .leisure-bases-meta svg {
    width: 14px;
    height: 14px;
  }

  .leisure-popular {
    width: calc(100% - 30px);
    margin-top: 34px;
  }

  .leisure-section-head {
    align-items: flex-end;
    margin-bottom: 16px;
  }

  .leisure-section-head h2 {
    max-width: 230px;
    font-size: 24px;
  }

  .leisure-section-head a {
    font-size: 12px;
  }

  .leisure-popular-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leisure-activity-card {
    display: grid;
    grid-template-columns: 46% 1fr;
  }

  .leisure-activity-card img {
    height: 100%;
    min-height: 170px;
    aspect-ratio: auto;
  }

  .leisure-activity-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 18px 14px 14px;
  }

  .leisure-activity-body h3 {
    margin-bottom: 14px;
    font-size: 15px;
  }

  .leisure-activity-meta {
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-bottom: auto;
    font-size: 11px;
  }

  .leisure-details-button {
    margin-top: 16px;
    min-height: 38px;
    font-size: 12px;
  }

  .leisure-all {
    width: calc(100% - 30px);
    margin-top: 34px;
  }

  .leisure-all-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leisure-all-card {
    display: grid;
    grid-template-columns: 42% 1fr;
  }

  .leisure-all-card img {
    height: 100%;
    min-height: 146px;
    aspect-ratio: auto;
  }

  .leisure-all-copy {
    padding: 14px 14px 13px;
  }

  .leisure-all-copy ul {
    min-height: 0;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .leisure-collections {
    width: calc(100% - 30px);
    margin-top: 34px;
  }

  .leisure-collections h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .leisure-collection-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .leisure-collection-card,
  .leisure-collection-copy {
    min-height: 214px;
  }

  .leisure-collection-copy {
    padding: 22px 20px 18px;
  }

  .leisure-collection-copy h3 {
    font-size: 20px;
  }

  .leisure-collection-copy ul {
    font-size: 12px;
  }

  .leisure-map-section {
    width: calc(100% - 30px);
    margin-top: 34px;
  }

  .leisure-map-section h2 {
    font-size: 24px;
  }

  .leisure-map-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .leisure-map-filters button {
    flex: 0 0 auto;
    min-height: 34px;
    padding-inline: 13px;
    font-size: 11px;
  }

  .leisure-map-card {
    min-height: 238px;
  }

  .leisure-map-pin {
    width: 23px;
    height: 23px;
    border-width: 3px;
  }

  .leisure-map-pin::after {
    inset: 5px;
  }

  .leisure-final-cta {
    width: calc(100% - 30px);
    min-height: 244px;
    margin: 16px auto 34px;
  }

  .leisure-final-copy {
    min-height: 244px;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 27px 23px 24px;
  }

  .leisure-final-copy h2 {
    font-size: 31px;
  }

  .leisure-final-actions a {
    min-height: 45px;
    font-size: 12px;
  }

  .guide-hero {
    min-height: 430px;
  }

  .guide-hero-bg {
    object-position: 60% center;
  }

  .guide-topbar,
  .guide-hero-content {
    width: calc(100% - 30px);
  }

  .guide-topbar {
    grid-template-columns: 1fr 44px;
    min-height: 72px;
  }

  .guide-actions {
    display: none;
  }

  .guide-hero-content {
    padding-top: 32px;
  }

  .guide-hero-content h1 {
    max-width: 340px;
    font-size: 45px;
  }

  .guide-hero-content p {
    max-width: 315px;
    margin-top: 20px;
    font-size: 15px;
  }

  .guide-picker {
    width: calc(100% - 20px);
    margin-top: -48px;
  }

  .guide-picker-panel {
    border-radius: 12px;
    padding: 20px 10px 14px;
  }

  .guide-picker-panel h2 {
    font-size: 25px;
  }

  .guide-picker-panel > p {
    margin: 8px auto 16px;
    max-width: 295px;
    font-size: 11px;
  }

  .guide-picker-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .guide-picker-card {
    min-height: 164px;
    padding: 22px 18px;
  }

  .guide-picker-card img {
    left: auto;
    width: 55%;
    height: 100%;
  }

  .guide-picker-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.92) 44%, rgba(255, 255, 255, 0.2) 75%);
  }

  .guide-picker-icon,
  .guide-picker-card strong {
    position: relative;
    z-index: 1;
  }

  .guide-picker-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }

  .guide-picker-card strong {
    max-width: 135px;
    font-size: 15px;
  }

  .guide-category {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .guide-category-side {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 12px;
    padding: 0 4px 4px;
  }

  .guide-category-icon {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .guide-category-side h2 {
    font-size: 27px;
  }

  .guide-category-side p {
    max-width: 320px;
    margin: 14px 0 0;
    font-size: 13px;
  }

  .guide-category-side a {
    grid-column: 2;
    margin-top: 14px;
    font-size: 12px;
  }

  .guide-category-panel {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 12px;
  }

  .guide-farm-card {
    grid-template-columns: 43% 1fr;
    gap: 13px;
  }

  .guide-farm-card img {
    height: 158px;
  }

  .guide-farm-copy h3 {
    margin-bottom: 9px;
    font-size: 17px;
  }

  .guide-farm-copy ul {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.55;
  }

  .guide-farm-copy a {
    min-width: 0;
    width: 100%;
    min-height: 34px;
    font-size: 11px;
  }

  .guide-category-water {
    padding-top: 22px;
  }

  .guide-water-panel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .guide-water-card {
    display: grid;
    grid-template-columns: 43% 1fr;
  }

  .guide-water-card img {
    height: 100%;
    min-height: 158px;
    aspect-ratio: auto;
  }

  .guide-water-copy {
    padding: 14px 14px 13px;
  }

  .guide-water-copy h3 {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .guide-water-copy ul {
    min-height: 0;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.5;
  }

  .guide-water-copy a {
    min-height: 34px;
    font-size: 11px;
  }

  .guide-category-active {
    padding-top: 22px;
  }

  .guide-category-nature {
    padding-top: 22px;
  }

  .guide-category-bases {
    padding-top: 22px;
  }

  .guide-active-card {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .guide-active-card img {
    height: 178px;
  }

  .guide-active-copy h3 {
    margin-bottom: 9px;
    font-size: 17px;
  }

  .guide-active-copy ul {
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.5;
  }

  .guide-active-copy a {
    width: 100%;
    min-height: 34px;
    font-size: 11px;
  }

  .guide-map-strip {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 24px;
  }

  .guide-map-copy {
    padding: 21px 20px 16px;
  }

  .guide-map-copy h2 {
    font-size: 21px;
  }

  .guide-map-copy p {
    max-width: 320px;
    font-size: 12px;
  }

  .guide-map-copy a {
    min-height: 36px;
    font-size: 12px;
  }

  .guide-mini-map {
    min-height: 164px;
    background: #dbeccd;
  }

  .guide-mini-map img {
    object-position: center;
    filter: saturate(1.12) contrast(1.06);
  }

  .guide-map-pin {
    width: 22px;
    height: 22px;
    border-width: 3px;
  }

  .guide-map-pin::after {
    inset: 5px;
  }

  .guide-bottom-cta {
    width: calc(100% - 30px);
    min-height: 236px;
    margin: 18px auto 34px;
  }

  .guide-bottom-inner {
    min-height: 236px;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 27px 23px 24px;
  }

  .guide-bottom-inner h2 {
    font-size: 31px;
  }

  .guide-bottom-actions a {
    min-height: 45px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .pilgrim-hero {
    min-height: 710px;
  }

  .pilgrim-price-card {
    right: max(72px, calc((100% - 1220px) / 2));
    width: 330px;
  }
}

@media (max-width: 760px) {
  .pilgrim-hero {
    min-height: 0;
    padding-bottom: 24px;
  }

  .pilgrim-hero-bg {
    object-position: 62% center;
  }

  .pilgrim-hero-content {
    padding-top: 26px;
  }

  .pilgrim-duration {
    min-height: 28px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .pilgrim-hero-content h1 {
    margin-top: 18px;
    font-size: 33px;
  }

  .pilgrim-kicker {
    font-size: 34px;
  }

  .pilgrim-lead {
    max-width: 335px;
    margin-top: 14px;
    font-size: 21px;
  }

  .pilgrim-description {
    max-width: 340px;
    margin-top: 18px;
    font-size: 11px;
  }

  .pilgrim-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 12px;
    margin-top: 24px;
  }

  .pilgrim-hero-features svg {
    width: 24px;
    height: 24px;
  }

  .pilgrim-price-card {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 30px);
    margin: 18px auto 0;
    padding: 22px 20px;
  }

  .pilgrim-price-card strong {
    font-size: 31px;
  }

  .pilgrim-next-tour {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    margin: 20px 0 19px;
    padding-top: 19px;
  }

  .pilgrim-next-tour svg {
    width: 29px;
    height: 29px;
  }

  .pilgrim-next-tour b {
    font-size: 15px;
  }

  .pilgrim-tabs-section {
    margin-top: -32px;
    padding-bottom: 0;
  }

  .pilgrim-tabs-panel {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pilgrim-program-section {
    padding-bottom: 27px;
  }

  .pilgrim-program-panel {
    width: calc(100% - 30px);
    padding: 28px 18px 26px;
  }

  .pilgrim-program-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pilgrim-timeline,
  .pilgrim-timeline + .pilgrim-timeline {
    border-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .pilgrim-timeline + .pilgrim-timeline {
    margin-top: 26px;
    border-top: 1px solid rgba(32, 37, 31, 0.08);
    padding-top: 26px;
  }

  .pilgrim-timeline::before,
  .pilgrim-timeline + .pilgrim-timeline::before {
    top: 44px;
    left: 89px;
  }

  .pilgrim-time-row {
    grid-template-columns: 58px 42px 1fr;
    gap: 10px;
    padding-bottom: 26px;
  }

  .pilgrim-time-row time,
  .pilgrim-footer-row time {
    padding-top: 11px;
    font-size: 10px;
  }

  .pilgrim-time-icon {
    width: 42px;
    height: 42px;
  }

  .pilgrim-time-icon svg {
    width: 22px;
    height: 22px;
  }

  .pilgrim-time-row h2,
  .pilgrim-footer-row h2 {
    margin-top: 7px;
    font-size: 12px;
  }

  .pilgrim-time-row p,
  .pilgrim-time-row li {
    font-size: 10.5px;
    line-height: 1.48;
  }

  .pilgrim-note {
    grid-template-columns: 24px 1fr;
    gap: 9px;
    margin-top: 13px;
    padding: 13px 12px;
  }

  .pilgrim-note svg {
    width: 22px;
    height: 22px;
  }

  .pilgrim-note p {
    font-size: 10px;
  }

  .pilgrim-program-footer {
    margin-top: 24px;
    padding-top: 22px;
  }

  .pilgrim-footer-row {
    grid-template-columns: 58px 42px 1fr;
    gap: 10px;
  }

  .pilgrim-included-section {
    padding-bottom: 22px;
  }

  .pilgrim-included-panel {
    width: calc(100% - 30px);
    padding: 22px 16px 21px;
  }

  .pilgrim-included-panel h2 {
    margin-bottom: 18px;
    font-size: 12px;
  }

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

  .pilgrim-included-grid div {
    min-height: 103px;
    border-right: 1px solid rgba(32, 37, 31, 0.08);
    border-bottom: 1px solid rgba(32, 37, 31, 0.08);
    padding: 4px 10px 15px;
  }

  .pilgrim-included-grid div:nth-child(2n) {
    border-right: 0;
  }

  .pilgrim-included-grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .pilgrim-included-grid svg {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .pilgrim-included-grid p {
    font-size: 10.5px;
  }

  .pilgrim-details-section {
    padding-bottom: 28px;
  }

  .pilgrim-details-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pilgrim-detail-card {
    min-height: 0;
    padding: 22px 19px 20px;
  }

  .pilgrim-detail-card h2 {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .pilgrim-detail-card li {
    font-size: 10.5px;
  }

  .pilgrim-final-section {
    padding-bottom: 30px;
  }

  .pilgrim-final-card {
    width: calc(100% - 30px);
    min-height: 334px;
  }

  .pilgrim-final-card > img {
    object-position: 60% center;
  }

  .pilgrim-final-shade {
    background:
      linear-gradient(180deg, rgba(4, 18, 22, 0.94), rgba(4, 18, 22, 0.9)),
      linear-gradient(90deg, rgba(47, 111, 37, 0.18), rgba(4, 18, 22, 0.2));
  }

  .pilgrim-final-content {
    min-height: 334px;
    grid-template-columns: 1fr;
    gap: 18px;
    align-content: center;
    padding: 26px 20px;
  }

  .pilgrim-final-copy h2 {
    font-size: 27px;
  }

  .pilgrim-final-price strong {
    font-size: 29px;
  }

  .pilgrim-final-price small {
    white-space: normal;
  }
}

@media (min-width: 1200px) {
  .season-hero {
    min-height: 670px;
  }

  .season-price-card {
    right: max(72px, calc((100% - 1220px) / 2));
    width: 337px;
  }

  .season-program-section {
    padding-bottom: 38px;
  }

  .season-info-grid {
    gap: 18px;
  }

  .season-info-card {
    min-height: 238px;
    padding: 25px 24px 24px;
  }

  .season-photo-section {
    padding-bottom: 38px;
  }

  .season-photo-grid {
    gap: 16px;
  }

  .season-photo-grid a,
  .season-photo-grid img {
    height: 132px;
  }

  .season-final-section {
    padding-bottom: 46px;
  }

  .season-final-content {
    padding-inline: 42px;
  }

  .lost-hero {
    min-height: 710px;
  }

  .lost-price-card {
    right: max(72px, calc((100% - 1220px) / 2));
    width: 330px;
  }
}

@media (max-width: 760px) {
  .season-hero {
    min-height: 0;
    padding-bottom: 24px;
  }

  .season-hero-bg {
    object-position: 58% center;
  }

  .season-hero-content {
    padding-top: 26px;
  }

  .season-badge {
    min-height: 30px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .season-hero-content h1 {
    margin-top: 17px;
  }

  .season-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 12px;
    margin-top: 24px;
  }

  .season-hero-features svg {
    width: 24px;
    height: 24px;
  }

  .season-price-card {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 30px);
    margin: 18px auto 0;
    padding: 22px 20px;
  }

  .season-price-card strong {
    font-size: 31px;
  }

  .season-next-tour {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    margin: 20px 0 19px;
    padding-top: 19px;
  }

  .season-next-tour svg {
    width: 29px;
    height: 29px;
  }

  .season-next-tour b {
    font-size: 15px;
  }

  .season-tabs-section {
    margin-top: -32px;
    padding-bottom: 30px;
  }

  .season-tabs-panel {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .season-program-section {
    padding-bottom: 26px;
  }

  .season-info-section {
    padding-bottom: 28px;
  }

  .season-info-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .season-info-card {
    min-height: 0;
    padding: 22px 20px 21px;
  }

  .season-info-card h2 {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .season-info-card li {
    font-size: 11px;
  }

  .season-photo-section {
    padding-bottom: 28px;
  }

  .season-photo-section .booking-inner {
    width: calc(100% - 30px);
  }

  .season-photo-section h2 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .season-photo-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .season-photo-grid::-webkit-scrollbar {
    display: none;
  }

  .season-photo-grid a {
    flex: 0 0 176px;
    min-height: 116px;
    scroll-snap-align: start;
  }

  .season-photo-grid img {
    height: 116px;
  }

  .season-photo-more {
    min-width: 205px;
    min-height: 38px;
    margin-top: 13px;
    font-size: 11px;
  }

  .season-final-section {
    padding-bottom: 30px;
  }

  .season-final-card {
    width: calc(100% - 30px);
    min-height: 316px;
    border-radius: 9px;
  }

  .season-final-shade {
    background:
      linear-gradient(180deg, rgba(6, 22, 24, 0.9), rgba(6, 22, 24, 0.88)),
      linear-gradient(90deg, rgba(8, 44, 28, 0.38), rgba(14, 14, 14, 0.32));
  }

  .season-final-content {
    min-height: 316px;
    grid-template-columns: 1fr;
    gap: 17px;
    align-content: center;
    padding: 24px 20px;
  }

  .season-final-copy h2 {
    font-size: 29px;
  }

  .season-final-copy p {
    font-size: 12px;
  }

  .season-final-price strong {
    font-size: 28px;
  }

  .season-final-button {
    min-height: 44px;
    font-size: 12px;
  }

  .lost-hero {
    min-height: 0;
    padding-bottom: 24px;
  }

  .lost-hero-bg {
    object-position: 60% center;
  }

  .lost-hero-content {
    padding-top: 26px;
  }

  .lost-duration {
    min-height: 28px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .lost-hero-content h1 {
    margin-top: 18px;
    font-size: 34px;
  }

  .lost-kicker {
    font-size: 36px;
  }

  .lost-lead {
    font-size: 22px;
  }

  .lost-description {
    max-width: 340px;
    font-size: 11px;
  }

  .lost-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 12px;
    margin-top: 24px;
  }

  .lost-hero-features svg {
    width: 24px;
    height: 24px;
  }

  .lost-price-card {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 30px);
    margin: 18px auto 0;
    padding: 22px 20px;
  }

  .lost-price-card strong {
    font-size: 31px;
  }

  .lost-next-tour {
    grid-template-columns: 32px 1fr;
    gap: 12px;
    margin: 20px 0 19px;
    padding-top: 19px;
  }

  .lost-next-tour svg {
    width: 29px;
    height: 29px;
  }

  .lost-next-tour b {
    font-size: 15px;
  }

  .lost-tabs-section {
    margin-top: -32px;
    padding-bottom: 0;
  }

  .lost-tabs-panel {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lost-program-section {
    padding-bottom: 28px;
  }

  .lost-program-panel {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    border-radius: 0 0 9px 9px;
  }

  .lost-day {
    padding: 30px 19px 31px;
  }

  .lost-day + .lost-day {
    border-top: 1px solid rgba(32, 37, 31, 0.08);
    border-left: 0;
  }

  .lost-day-header {
    margin-bottom: 24px;
  }

  .lost-day-header h2 {
    font-size: 28px;
  }

  .lost-day-header p {
    font-size: 13px;
  }

  .lost-timeline::before {
    left: 89px;
  }

  .lost-time-row {
    grid-template-columns: 58px 42px 1fr;
    gap: 10px;
    padding-bottom: 26px;
  }

  .lost-time-row time {
    padding-top: 11px;
    font-size: 10px;
  }

  .lost-time-row .booking-time-icon {
    width: 42px;
    height: 42px;
  }

  .lost-time-row .booking-time-icon svg {
    width: 22px;
    height: 22px;
  }

  .lost-time-row h3 {
    margin-top: 7px;
    font-size: 12px;
  }

  .lost-time-row p,
  .lost-time-row li {
    font-size: 10.5px;
    line-height: 1.48;
  }

  .lost-included-section {
    padding-bottom: 22px;
  }

  .lost-included-panel {
    width: calc(100% - 30px);
    padding: 23px 16px 22px;
  }

  .lost-included-panel h2 {
    margin-bottom: 18px;
    font-size: 25px;
  }

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

  .lost-included-grid div {
    min-height: 103px;
    border-right: 1px solid rgba(32, 37, 31, 0.08);
    border-bottom: 1px solid rgba(32, 37, 31, 0.08);
    padding: 4px 10px 15px;
  }

  .lost-included-grid div:nth-child(2n),
  .lost-included-grid div:last-child {
    border-right: 0;
  }

  .lost-included-grid div:nth-last-child(-n + 1) {
    border-bottom: 0;
  }

  .lost-included-grid div:last-child {
    grid-column: 1 / -1;
  }

  .lost-included-grid svg {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .lost-included-grid p {
    font-size: 10.5px;
  }

  .lost-details-section {
    padding-bottom: 28px;
  }

  .lost-details-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lost-detail-card {
    min-height: 0;
    padding: 22px 19px 20px;
  }

  .lost-detail-card h2 {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .lost-detail-card li {
    font-size: 10.5px;
  }

  .lost-final-section {
    padding-bottom: 30px;
  }

  .lost-final-card {
    width: calc(100% - 30px);
    min-height: 350px;
  }

  .lost-final-card > img {
    object-position: 56% center;
  }

  .lost-final-shade {
    background:
      linear-gradient(180deg, rgba(4, 18, 22, 0.94), rgba(4, 18, 22, 0.88)),
      linear-gradient(90deg, rgba(47, 111, 37, 0.18), rgba(4, 18, 22, 0.2));
  }

  .lost-final-content {
    min-height: 350px;
    grid-template-columns: 1fr;
    gap: 18px;
    align-content: center;
    padding: 26px 20px;
  }

  .lost-final-copy h2 {
    font-size: 28px;
  }

  .lost-final-price strong {
    font-size: 29px;
  }

  .lost-final-price small {
    white-space: normal;
  }
}

@media (min-width: 1200px) {
  .booking-hero {
    min-height: 700px;
  }

  .booking-topbar,
  .booking-hero-content,
  .booking-inner {
    width: min(calc(100% - 144px), 1220px);
  }

  .booking-topbar {
    grid-template-columns: 150px 1fr 274px;
  }

  .booking-nav-links {
    gap: 43px;
    font-size: 13px;
  }

  .booking-nav-cta {
    min-width: 196px;
    min-height: 48px;
    font-size: 13px;
  }

  .booking-hero-content h1 {
    font-size: 76px;
  }

  .booking-kicker {
    font-size: 33px;
  }

  .booking-price-card {
    right: max(72px, calc((100% - 1220px) / 2));
    width: 330px;
  }

  .booking-tabs-panel {
    min-height: 88px;
  }

  .booking-tabs-panel a {
    font-size: 16px;
  }

  .booking-program-section {
    padding-bottom: 52px;
  }

  .booking-day {
    padding: 52px 46px 48px;
  }

  .booking-info-section {
    padding-bottom: 56px;
  }

  .booking-info-grid {
    gap: 22px;
  }

  .booking-info-card {
    min-height: 252px;
    padding: 29px 31px 28px;
  }

  .booking-info-card h2 {
    font-size: 16px;
  }

  .booking-info-card li {
    font-size: 13px;
  }

  .booking-bottom-section {
    padding-bottom: 42px;
  }

  .booking-bottom-grid {
    gap: 22px;
  }

  .booking-section-head h2,
  .booking-faq-card h2 {
    font-size: 16px;
  }

  .booking-review-body {
    padding: 30px 30px 25px;
  }

  .booking-ready-card {
    padding: 33px 31px 25px;
  }

  .booking-trust-strip {
    padding-block: 20px;
  }

  .booking-trust-grid div {
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  .booking-hero {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 24px;
  }

  .booking-hero-bg {
    object-position: 58% center;
  }

  .booking-hero-shade {
    background:
      linear-gradient(90deg, rgba(6, 22, 28, 0.96), rgba(6, 22, 28, 0.72) 62%, rgba(6, 22, 28, 0.36)),
      linear-gradient(180deg, rgba(6, 22, 28, 0.18), rgba(6, 22, 28, 0.88));
  }

  .booking-topbar,
  .booking-hero-content,
  .booking-inner {
    width: calc(100% - 30px);
  }

  .booking-topbar {
    grid-template-columns: 1fr 44px;
    min-height: 72px;
  }

  .booking-actions {
    display: none;
  }

  .booking-hero-content {
    padding-top: 28px;
  }

  .booking-duration {
    min-height: 28px;
    font-size: 10px;
  }

  .booking-hero-content h1 {
    margin-top: 17px;
    font-size: 42px;
  }

  .booking-kicker {
    font-size: 22px;
  }

  .booking-description {
    max-width: 330px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.45;
  }

  .booking-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 12px;
    margin-top: 24px;
  }

  .booking-hero-features div {
    grid-template-columns: 24px 1fr;
  }

  .booking-hero-features span {
    font-size: 9px;
  }

  .booking-price-card {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 30px);
    margin: 18px auto 0;
    padding: 22px 20px;
  }

  .booking-price-card strong {
    font-size: 30px;
  }

  .booking-price-card > span,
  .booking-price-card li,
  .booking-price-button {
    font-size: 12px;
  }

  .booking-price-card ul {
    gap: 10px;
    margin: 18px 0;
  }

  .booking-price-button {
    min-height: 44px;
  }

  .booking-tabs-section {
    margin-top: -34px;
    padding-bottom: 30px;
  }

  .booking-tabs-panel {
    width: calc(100% - 30px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 9px;
    padding: 10px;
  }

  .booking-tabs-panel a,
  .booking-tabs-panel a:first-child,
  .booking-tabs-panel a:last-child {
    min-height: 52px;
    border-radius: 7px;
    font-size: 12px;
  }

  .booking-tabs-panel svg {
    width: 22px;
    height: 22px;
  }

  .booking-program-section {
    padding-bottom: 30px;
  }

  .booking-program-panel {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    border-radius: 9px;
  }

  .booking-day {
    padding: 28px 18px 30px;
  }

  .booking-day + .booking-day {
    border-top: 1px solid rgba(32, 37, 31, 0.08);
    border-left: 0;
  }

  .booking-day-header {
    margin-bottom: 24px;
  }

  .booking-day-header h2 {
    font-size: 27px;
  }

  .booking-day-header p {
    font-size: 13px;
  }

  .booking-timeline::before {
    left: 95px;
  }

  .booking-time-row {
    grid-template-columns: 61px 42px 1fr;
    gap: 12px;
    padding-bottom: 25px;
  }

  .booking-time-row time {
    font-size: 10px;
  }

  .booking-time-icon {
    width: 42px;
    height: 42px;
  }

  .booking-time-icon svg {
    width: 22px;
    height: 22px;
  }

  .booking-time-row h3 {
    font-size: 12px;
  }

  .booking-time-row p,
  .booking-time-row li {
    font-size: 10px;
    line-height: 1.48;
  }

  .booking-note-card {
    grid-template-columns: 1fr;
    max-width: none;
    gap: 8px;
    margin-top: 13px;
    padding: 13px 14px;
    font-size: 10px;
  }

  .booking-info-section {
    padding-bottom: 34px;
  }

  .booking-info-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .booking-info-card {
    min-height: 0;
    padding: 22px 20px 21px;
  }

  .booking-info-card h2 {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .booking-info-card ul {
    gap: 10px;
  }

  .booking-info-card li {
    grid-template-columns: 17px 1fr;
    gap: 10px;
    font-size: 11px;
  }

  .booking-info-card svg {
    width: 17px;
    height: 17px;
  }

  .booking-bottom-section {
    padding-bottom: 30px;
  }

  .booking-bottom-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .booking-section-head {
    min-height: 0;
    padding: 0 0 12px;
    transform: none;
  }

  .booking-section-head h2,
  .booking-faq-card h2 {
    font-size: 13px;
  }

  .booking-section-head a {
    font-size: 9px;
  }

  .booking-review-body {
    margin-top: 0;
    padding: 21px 20px 19px;
  }

  .booking-review-card {
    padding: 18px 18px 0;
  }

  .booking-review-person {
    margin-bottom: 14px;
  }

  .booking-avatar {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .booking-review-body p {
    font-size: 11px;
  }

  .booking-review-nav {
    margin-top: 20px;
  }

  .booking-review-nav span {
    width: 32px;
    height: 32px;
  }

  .booking-faq-card {
    padding: 20px 18px 18px;
  }

  .booking-faq-card h2 {
    padding: 0 0 14px;
    transform: none;
  }

  .booking-faq-list {
    gap: 8px;
    margin-top: 0;
  }

  .booking-faq-list summary {
    min-height: 42px;
    padding: 0 14px;
    font-size: 11px;
  }

  .booking-ready-card {
    padding: 22px 20px 20px;
  }

  .booking-ready-card h2 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .booking-ready-card strong {
    font-size: 30px;
  }

  .booking-ready-button {
    min-height: 44px;
    font-size: 12px;
  }

  .booking-trust-strip {
    padding: 18px 0 20px;
  }

  .booking-trust-grid {
    width: calc(100% - 30px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .booking-trust-grid div {
    justify-content: flex-start;
    gap: 9px;
    font-size: 10px;
  }

  .booking-trust-grid svg {
    width: 20px;
    height: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: #f7f5f0;
  color: var(--white);
  font-family: var(--font-ui);
  letter-spacing: 0;
}

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

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(240, 195, 95, 0.9);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-140%);
  border-radius: 8px;
  background: #fff;
  color: #151515;
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 432px;
  overflow: hidden;
  isolation: isolate;
}

main {
  color: #1d211e;
  background: linear-gradient(90deg, #fff 0%, #f6f2eb 50%, #fff 100%);
}

.sights-section {
  padding: 5px 0 20px;
  border-bottom: 1px solid rgba(29, 33, 30, 0.12);
}

.sights-inner,
.excursions-inner,
.stays-inner,
.activities-inner,
.events-inner,
.map-events-inner {
  width: min(calc(100% - 104px), 760px);
  margin-inline: auto;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.see-all {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.see-all span {
  padding-left: 8px;
  font-size: 16px;
  line-height: 1;
}

.sights-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

.sight-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 124 / 154;
  border-radius: 7px;
  background: #d8d2c7;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.sight-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0) 22%, rgba(5, 7, 6, 0.2) 55%, rgba(5, 7, 6, 0.9) 100%),
    linear-gradient(0deg, rgba(5, 7, 6, 0.08), rgba(5, 7, 6, 0.08));
}

.sight-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.sight-card:hover img {
  transform: scale(1.035);
}

.sight-icons {
  position: absolute;
  left: 10px;
  bottom: 38px;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.sight-icons img {
  position: static;
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: none;
}

.sight-card:hover .sight-icons img {
  transform: none;
}

.sight-card strong {
  position: absolute;
  left: 10px;
  right: 8px;
  bottom: 10px;
  z-index: 1;
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.12;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.excursions-section {
  padding: 16px 0 24px;
  border-bottom: 1px solid rgba(29, 33, 30, 0.12);
}

.excursions-inner {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 27px;
  align-items: start;
}

.excursions-block,
.tour-block {
  min-width: 0;
}

.compact-head {
  min-height: 34px;
  margin-bottom: 9px;
}

.compact-head h2 {
  white-space: nowrap;
}

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

.excursion-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 116 / 178;
  border-radius: 7px;
  background: #d5d0c7;
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.excursion-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 5, 0) 28%, rgba(4, 7, 5, 0.42) 62%, rgba(4, 7, 5, 0.92) 100%),
    linear-gradient(0deg, rgba(4, 7, 5, 0.14), rgba(4, 7, 5, 0.14));
}

.excursion-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.excursion-card:hover img {
  transform: scale(1.035);
}

.excursion-mark,
.excursion-badge {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: var(--gold-soft);
  opacity: 0.92;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.excursion-mark {
  left: 11px;
  bottom: 77px;
  background-image: url("assets/excursion-seal-icon.png");
}

.excursion-mark::before {
  content: none;
}

.excursion-badge {
  right: 11px;
  bottom: 55px;
  background-image: url("assets/excursion-trophy-icon.png");
}

.excursion-badge::before {
  content: none;
}

.excursion-content {
  position: absolute;
  left: 10px;
  right: 8px;
  bottom: 12px;
  z-index: 1;
  display: grid;
  gap: 6px;
}

.excursion-content strong {
  display: block;
  min-height: 40px;
  font-size: 12.4px;
  font-weight: 800;
  line-height: 1.12;
}

.excursion-content small {
  display: block;
  margin-top: -8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 6.8px;
  font-weight: 800;
  line-height: 1.1;
}

.excursion-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  min-height: 18px;
  color: var(--gold-soft);
  font-size: 8.2px;
  font-weight: 800;
  white-space: nowrap;
}

.time {
  position: relative;
  padding-left: 14px;
}

.time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background: url("assets/excursion-clock-icon.png") center / contain no-repeat;
  transform: translateY(-50%);
}

.time::after {
  content: none;
}

.price {
  font-size: 9.8px;
}

.tour-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 178px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(250, 247, 241, 0.86);
  box-shadow: inset 0 0 0 1px rgba(29, 33, 30, 0.03);
}

.tour-column {
  padding: 13px 18px 14px;
}

.tour-column + .tour-column {
  border-left: 1px solid rgba(29, 33, 30, 0.08);
}

.tour-column h3 {
  margin: 0 0 11px;
  color: #1f211e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.tour-row {
  display: grid;
  grid-template-columns: 31px 1fr 13px;
  gap: 10px;
  align-items: center;
  min-height: 31px;
  color: #2b2b28;
}

.tour-row + .tour-row {
  margin-top: 8px;
}

.tour-row img {
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  object-fit: cover;
}

.tour-row span {
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.22;
}

.tour-row b {
  color: #c94845;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.stays-section {
  padding: 13px 0 25px;
  border-bottom: 1px solid rgba(29, 33, 30, 0.12);
}

.stays-head {
  margin-bottom: 12px;
}

.stays-wrap {
  position: relative;
}

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

.stay-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 145 / 88;
  border-radius: 7px;
  background: #d5d0c7;
  color: #fff;
}

.stay-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 7, 0) 28%, rgba(6, 8, 7, 0.35) 64%, rgba(6, 8, 7, 0.9) 100%),
    linear-gradient(0deg, rgba(6, 8, 7, 0.08), rgba(6, 8, 7, 0.08));
}

.stay-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.stay-card:hover img {
  transform: scale(1.035);
}

.stay-card span {
  position: absolute;
  left: 11px;
  right: 10px;
  bottom: 8px;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.stay-card strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stay-card small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(214, 207, 197, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--red);
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(20, 20, 18, 0.1);
  transform: translateY(-50%);
  cursor: pointer;
}

.slider-prev {
  left: -26px;
}

.slider-next {
  right: -26px;
}

.activities-section {
  padding: 17px 0 26px;
  border-bottom: 1px solid rgba(29, 33, 30, 0.12);
}

.activities-head {
  margin-bottom: 12px;
}

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

.activity-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 124 / 154;
  border-radius: 7px;
  background: #d3cec2;
  color: #fff;
}

.activity-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0.02) 0%, rgba(5, 7, 6, 0.2) 48%, rgba(5, 7, 6, 0.88) 100%),
    linear-gradient(0deg, rgba(5, 7, 6, 0.1), rgba(5, 7, 6, 0.1));
}

.activity-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.activity-card:hover > img {
  transform: scale(1.035);
}

.activity-icon {
  position: absolute;
  left: 11px;
  top: 9px;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: rgba(224, 169, 58, 0.96);
  box-shadow: 0 3px 10px rgba(20, 15, 8, 0.14);
}

.activity-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.activity-card strong {
  position: absolute;
  left: 11px;
  right: 9px;
  bottom: 13px;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
}

.events-section {
  padding: 17px 0 25px;
  border-bottom: 1px solid rgba(29, 33, 30, 0.12);
}

.events-head {
  margin-bottom: 12px;
}

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

.event-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  aspect-ratio: 124 / 136;
  border-radius: 7px;
  background: #d3cec2;
  color: #fff;
}

.event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 6, 0.02) 22%, rgba(6, 7, 6, 0.18) 52%, rgba(6, 7, 6, 0.9) 100%),
    linear-gradient(0deg, rgba(6, 7, 6, 0.08), rgba(6, 7, 6, 0.08));
}

.event-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.event-card:hover img {
  transform: scale(1.035);
}

.event-date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: grid;
  min-width: 38px;
  min-height: 38px;
  place-content: center;
  border-radius: 0 0 5px 0;
  background: var(--red);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.event-date strong {
  display: block;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.event-date small {
  display: block;
  margin-top: 2px;
  font-size: 5.8px;
  font-weight: 800;
  line-height: 1;
}

.event-title {
  position: absolute;
  left: 10px;
  right: 8px;
  bottom: 12px;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.12;
}

.map-events-section {
  padding: 18px 0 0;
  border-bottom: 1px solid rgba(29, 33, 30, 0.12);
}

.map-events-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
  gap: 18px;
  align-items: start;
}

.map-block {
  min-width: 0;
  padding-bottom: 0;
}

.map-block h2,
.event-org h2 {
  margin: 0 0 13px;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.map-panel {
  position: relative;
  overflow: hidden;
  aspect-ratio: 374 / 113;
  border-radius: 7px;
  background: #e8e2d4;
}

.map-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 3px 8px rgba(35, 36, 33, 0.18);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
}

.pin-green { background: #55a967; }
.pin-blue { background: #3ca8cc; }
.pin-yellow { background: #e4b23f; }
.pin-red { background: var(--red); }

.map-controls {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 8px;
  min-width: 0;
}

.map-controls button,
.map-controls a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 0;
  padding: 0 6px;
  font-size: 6.4px;
  font-weight: 800;
  white-space: nowrap;
}

.map-controls button {
  background: #b9b2a4;
  color: #fff;
}

.map-controls a {
  margin-left: auto;
  background: var(--red);
  color: #fff;
}

.map-controls a span {
  padding-left: 5px;
}

.event-org {
  position: relative;
  min-height: 206px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.event-org > img,
.event-org-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.event-org > img {
  object-fit: cover;
  z-index: -2;
}

.event-org-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(36, 31, 22, 0.72) 0%, rgba(36, 31, 22, 0.48) 48%, rgba(36, 31, 22, 0.2) 100%),
    linear-gradient(180deg, rgba(36, 31, 22, 0.08) 0%, rgba(36, 31, 22, 0.5) 100%);
}

.event-org-content {
  padding: 25px 20px 18px;
}

.event-org h2 {
  margin-bottom: 15px;
  color: #fff;
}

.event-org p {
  margin: 0;
  max-width: 330px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.33;
}

.event-services {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 29px;
}

.event-services a {
  display: grid;
  min-height: 58px;
  grid-template-rows: 27px auto;
  align-content: center;
  justify-items: center;
  gap: 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: #1e211e;
  text-align: center;
  box-shadow: 0 6px 16px rgba(20, 18, 15, 0.1);
}

.event-services img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  align-self: end;
}

.event-services span {
  font-size: 7.5px;
  font-weight: 800;
  line-height: 1;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(230, 50, 56, 0.14), transparent 28%),
    linear-gradient(135deg, #10140f 0%, #151711 48%, #090c09 100%);
  color: rgba(255, 255, 255, 0.88);
}

.footer-inner,
.footer-bottom {
  width: min(calc(100% - 104px), 760px);
  margin-inline: auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.25fr 1.25fr 1fr 1.7fr;
  gap: 28px;
  padding: 26px 0 16px;
}

.footer-logo {
  color: #fff;
}

.footer-brand p,
.footer-subscribe p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.42;
}

.footer-contacts {
  font-style: normal;
}

.site-footer h2 {
  margin: 0 0 13px;
  color: #fff;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.footer-contacts a,
.footer-contacts p {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 7px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.32;
}

.footer-contacts span {
  color: var(--gold-soft);
  font-size: 10px;
  line-height: 1;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 23px);
  gap: 8px;
}

.social-grid a {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(240, 195, 95, 0.78);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 7px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.footer-subscribe p {
  max-width: 235px;
  margin-top: 0;
}

.subscribe-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 8px;
  margin-top: 14px;
}

.subscribe-row input,
.subscribe-row button {
  min-height: 28px;
  border: 0;
  border-radius: 5px;
  font: inherit;
}

.subscribe-row input {
  min-width: 0;
  background: #fff;
  color: #1d211e;
  padding: 0 11px;
  font-size: 9px;
  font-weight: 700;
}

.subscribe-row button {
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.56);
  font-size: 7.5px;
  font-weight: 700;
}

.inner-header {
  position: relative;
  z-index: 5;
  background: linear-gradient(90deg, #101719 0%, #0c1012 100%);
  color: #fff;
}

.inner-topbar {
  grid-template-columns: 125px 1fr 160px;
  min-height: 55px;
}

.nav-links .is-active {
  color: var(--red);
}

.inner-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 16px;
}

.favorite-link {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.about-hero {
  position: relative;
  min-height: 294px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.about-hero > img,
.about-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero > img {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.about-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 23, 23, 0.82) 0%, rgba(18, 23, 23, 0.52) 33%, rgba(18, 23, 23, 0.08) 75%),
    linear-gradient(180deg, rgba(18, 23, 23, 0.18) 0%, rgba(18, 23, 23, 0.18) 100%);
}

.about-hero-content {
  width: min(calc(100% - 104px), 760px);
  margin-inline: auto;
  padding: 24px 0 28px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 8px;
  font-weight: 800;
}

.breadcrumbs a:hover {
  color: var(--gold-soft);
}

.about-hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 43px;
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
}

.about-kicker {
  margin: 6px 0 19px;
  color: var(--gold-soft);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.06;
  text-transform: uppercase;
}

.about-lead {
  margin: 0 0 19px;
  max-width: 280px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.about-description {
  margin: 0;
  max-width: 320px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.about-intro-section {
  padding: 24px 0 23px;
  background: #fbfaf7;
}

.about-intro-card {
  display: grid;
  grid-template-columns: minmax(0, 235px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  border: 1px solid rgba(215, 155, 53, 0.18);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(25, 27, 24, 0.07);
  padding: 24px 28px;
}

.about-intro-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.about-intro-card h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 8px;
  margin-top: 12px;
  background:
    linear-gradient(90deg, transparent 0 8px, var(--gold) 8px 34px, transparent 34px),
    radial-gradient(circle, var(--gold) 0 2px, transparent 2.5px) center / 8px 8px no-repeat;
}

.about-intro-copy {
  display: grid;
  gap: 10px;
}

.about-intro-copy p {
  margin: 0;
  color: #2a2f2a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.about-stats-section {
  padding: 21px 0 21px;
}

.about-inner {
  width: min(calc(100% - 104px), 760px);
  margin-inline: auto;
}

.about-section-title {
  margin-bottom: 15px;
}

.about-section-title h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.about-section-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 8px;
  margin-top: 8px;
  background:
    linear-gradient(90deg, transparent 0 8px, var(--gold) 8px 34px, transparent 34px),
    radial-gradient(circle, var(--gold) 0 2px, transparent 2.5px) center / 8px 8px no-repeat;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.about-stat-card {
  display: grid;
  min-height: 114px;
  place-items: center;
  align-content: center;
  gap: 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #191b18;
  text-align: center;
  box-shadow: 0 10px 24px rgba(25, 27, 24, 0.08);
}

.about-stat-card img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.about-stat-card strong {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.about-stat-card span {
  min-height: 22px;
  color: #272b27;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.18;
}

.about-history-section {
  padding: 0 0 25px;
}

.history-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
  padding-top: 13px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  left: 7.5%;
  right: 7.5%;
  top: 44px;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(215, 155, 53, 0.75) 50%, transparent 0);
  background-size: 5px 1px;
}

.history-item {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  color: #191b18;
}

.history-dot {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #f7f1e7;
  box-shadow: 0 0 0 2px rgba(215, 155, 53, 0.42);
}

.history-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-symbol {
  color: var(--gold);
}

.history-crescent::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 11px 0 0 #f7f5f0 inset;
}

.history-crescent::after {
  content: "★";
  position: absolute;
  margin-left: 18px;
  margin-top: -8px;
  color: currentColor;
  font-size: 16px;
  line-height: 1;
}

.history-unesco::before {
  content: "";
  width: 33px;
  height: 30px;
  background: url("assets/about-stat-unesco.png") center / contain no-repeat;
}

.history-item strong {
  display: block;
  margin-top: 16px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
}

.history-item p {
  max-width: 112px;
  margin: 9px 0 0;
  font-size: 7.5px;
  font-weight: 700;
  line-height: 1.32;
}

.about-unique-section {
  padding: 0 0 26px;
}

.about-unique-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.unique-card {
  position: relative;
  overflow: hidden;
  min-height: 184px;
  border-radius: 8px;
  background: #d8d2c7;
  color: #fff;
}

.unique-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 6, 0.02) 0%, rgba(5, 7, 6, 0.24) 42%, rgba(5, 7, 6, 0.94) 100%),
    linear-gradient(0deg, rgba(5, 7, 6, 0.12), rgba(5, 7, 6, 0.12));
}

.unique-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unique-icon {
  position: absolute;
  left: 13px;
  top: 12px;
  z-index: 1;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: rgba(215, 155, 53, 0.28);
}

.unique-icon img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.unique-content {
  position: absolute;
  left: 13px;
  right: 11px;
  bottom: 14px;
  z-index: 1;
}

.unique-content h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.unique-content ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.unique-content li {
  position: relative;
  padding-left: 9px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 7.8px;
  font-weight: 700;
  line-height: 1.25;
}

.unique-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-soft);
}

.about-symbols-section {
  padding: 0 0 31px;
}

.symbols-wrap {
  position: relative;
}

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

.symbol-card {
  display: block;
  min-width: 0;
  color: #151713;
}

.symbol-card img {
  display: block;
  width: 100%;
  aspect-ratio: 124 / 92;
  border-radius: 7px;
  object-fit: cover;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.symbol-card:hover img {
  transform: scale(1.02);
}

.symbol-card strong {
  display: block;
  min-height: 28px;
  margin-top: 7px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.2;
}

.about-today-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: linear-gradient(90deg, #f3efe8 0%, #fff 58%, #f6f2eb 100%);
}

.about-today-media {
  position: relative;
  min-height: 215px;
  overflow: hidden;
}

.about-today-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 72%, #fff 100%);
}

.about-today-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-today-content {
  display: grid;
  align-content: center;
  min-height: 215px;
  padding: 24px 52px 24px 28px;
}

.about-today-content .about-section-title {
  margin-bottom: 10px;
}

.about-today-content p {
  max-width: 438px;
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.42;
}

.today-features {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
  margin-top: 22px;
  max-width: 560px;
}

.today-features div {
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.today-features img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.today-features span {
  font-size: 7px;
  font-weight: 800;
  line-height: 1.2;
}

.today-button {
  width: 130px;
  margin-top: 20px;
}

.about-region-section {
  padding: 26px 0 29px;
}

.about-region-inner {
  display: grid;
  grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.about-region-copy h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.about-region-copy p {
  margin: 0 0 20px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.42;
}

.region-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.region-card {
  min-width: 0;
  color: #171a16;
}

.region-card img {
  display: block;
  width: 100%;
  aspect-ratio: 96 / 100;
  border-radius: 7px;
  object-fit: cover;
}

.region-card strong,
.region-card span {
  display: block;
  margin-top: 6px;
  font-size: 7.4px;
  font-weight: 800;
  line-height: 1.15;
}

.region-card span {
  margin-top: 3px;
  color: rgba(23, 26, 22, 0.72);
  font-size: 6.5px;
}

.about-media-section {
  padding: 0 0 31px;
}

.about-media-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr);
  gap: 35px;
  align-items: start;
}

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

.photo-grid a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #d8d2c7;
}

.photo-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 104 / 70;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.photo-grid a:hover img,
.video-preview:hover > img {
  transform: scale(1.035);
}

.media-button {
  display: inline-flex;
  min-width: 139px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid rgba(29, 33, 30, 0.42);
  border-radius: 4px;
  color: #1d211e;
  font-size: 8px;
  font-weight: 800;
}

.video-preview {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  background: #d8d2c7;
}

.video-preview > img {
  display: block;
  width: 100%;
  aspect-ratio: 438 / 180;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 14, 0.12);
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(20, 20, 18, 0.24);
  transform: translate(-50%, -50%);
}

.play-button::before {
  content: "";
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}

.about-final-cta {
  position: relative;
  min-height: 105px;
  overflow: hidden;
  color: #fff;
  background: #451f19;
}

.about-final-cta > img,
.about-final-shade {
  position: absolute;
  inset: 0;
}

.about-final-cta > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.about-final-shade {
  background:
    linear-gradient(90deg, rgba(44, 20, 16, 0.82) 0%, rgba(86, 34, 23, 0.54) 42%, rgba(78, 28, 17, 0.22) 70%, rgba(38, 16, 12, 0.58) 100%),
    linear-gradient(180deg, rgba(12, 13, 12, 0.18) 0%, rgba(12, 13, 12, 0.18) 100%);
}

.about-final-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 105px;
  grid-template-columns: 1.02fr 1.35fr 1.32fr;
  align-items: center;
  gap: 24px;
}

.about-final-inner h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  text-transform: uppercase;
}

.about-final-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.55;
}

.about-final-actions {
  display: flex;
  justify-content: flex-end;
  gap: 23px;
}

.about-final-actions .button {
  min-width: 135px;
  min-height: 36px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 800;
}

.about-final-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.self-page {
  --self-green: #62a744;
  --self-green-dark: #47862e;
  --self-green-soft: #8bc55c;
}

.self-hero {
  position: relative;
  min-height: 425px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: #10221b;
}

.self-hero-bg,
.self-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.self-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 44%;
}

.self-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 27, 25, 0.88) 0%, rgba(12, 27, 25, 0.66) 33%, rgba(12, 27, 25, 0.2) 67%, rgba(12, 27, 25, 0.02) 100%),
    linear-gradient(180deg, rgba(12, 20, 18, 0.32) 0%, rgba(12, 20, 18, 0.08) 48%, rgba(12, 20, 18, 0.26) 100%);
}

.self-topbar {
  grid-template-columns: 124px 1fr 205px;
  min-height: 70px;
}

.self-brand .brand-mark img {
  filter: brightness(0) invert(1);
}

.self-nav-links {
  gap: 19px;
}

.self-nav-links .is-active {
  position: relative;
  color: var(--self-green-soft);
}

.self-nav-links .is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.7;
}

.self-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 18px;
}

.self-whatsapp {
  display: inline-flex;
  min-width: 144px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--self-green);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(39, 90, 31, 0.22);
  transition: background-color 180ms ease, transform 180ms ease;
}

.self-whatsapp:hover {
  background: var(--self-green-dark);
}

.self-whatsapp:active {
  transform: translateY(1px) scale(0.99);
}

.self-hero-content {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
  padding-top: 49px;
}

.self-hero-content h1 {
  max-width: 520px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
  text-wrap: balance;
}

.self-hero-content p {
  max-width: 475px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.33;
}

.self-hero-actions {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 29px;
}

.self-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 7px;
  padding-inline: 30px;
  font-size: 13px;
  font-weight: 800;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.self-button span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

.self-button-primary {
  min-width: 252px;
  background: var(--self-green);
  color: #fff;
}

.self-button-primary:hover {
  background: var(--self-green-dark);
}

.self-button-secondary {
  min-width: 205px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(8, 17, 15, 0.2);
  color: #fff;
}

.self-button-secondary:hover {
  border-color: var(--self-green-soft);
}

.self-button:active {
  transform: translateY(1px) scale(0.99);
}

.self-inner {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
}

.self-formats-section {
  padding: 28px 0 38px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.self-formats-section h2 {
  margin: 0 0 24px;
  color: #20251f;
  font-family: var(--font-ui);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.self-format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.self-format-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 174px;
  border-radius: 9px;
  background: #d8d2c7;
  color: #fff;
  box-shadow: 0 10px 28px rgba(35, 43, 34, 0.08);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;
}

.self-format-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 18, 15, 0.06) 0%, rgba(8, 18, 15, 0.22) 48%, rgba(8, 18, 15, 0.86) 100%),
    linear-gradient(90deg, rgba(8, 18, 15, 0.18) 0%, rgba(8, 18, 15, 0.02) 100%);
}

.self-format-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.self-format-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(35, 43, 34, 0.14);
}

.self-format-card:hover img {
  transform: scale(1.035);
}

.self-format-icon {
  position: absolute;
  left: 18px;
  top: 14px;
  z-index: 1;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: rgba(98, 167, 68, 0.94);
  box-shadow: 0 8px 18px rgba(36, 85, 28, 0.2);
}

.self-format-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.self-format-card strong,
.self-format-card p {
  position: absolute;
  z-index: 1;
  left: 19px;
  right: 18px;
}

.self-format-card strong {
  bottom: 60px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
}

.self-format-card p {
  bottom: 23px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.3;
}

.self-routes-section {
  padding: 0 0 36px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.self-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 18px;
  position: relative;
}

.self-section-head h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-ui);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.self-section-head a {
  position: absolute;
  right: 0;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  color: var(--self-green-dark);
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.self-section-head a span {
  padding-left: 7px;
  font-size: 13px;
}

.self-routes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.self-route-card {
  overflow: hidden;
  border: 1px solid rgba(50, 80, 42, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(35, 43, 34, 0.08);
}

.self-route-media {
  overflow: hidden;
  height: 62px;
  background: #d8d2c7;
}

.self-route-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.self-route-card:hover .self-route-media img {
  transform: scale(1.035);
}

.self-route-body {
  display: grid;
  min-height: 193px;
  grid-template-rows: auto 1fr auto;
  padding: 13px 13px 12px;
}

.self-route-title-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
  min-height: 30px;
}

.self-route-title-row h3 {
  margin: 0;
  color: #20251f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.self-route-title-row span {
  display: inline-flex;
  min-width: 32px;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--self-green);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.self-route-card ul {
  display: grid;
  align-content: start;
  gap: 4px;
  margin: 4px 0 13px;
  padding: 0;
  list-style: none;
}

.self-route-card li {
  position: relative;
  padding-left: 11px;
  color: #20251f;
  font-size: 8.2px;
  font-weight: 700;
  line-height: 1.23;
}

.self-route-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a5bd64;
  box-shadow: inset 0 0 0 1px rgba(57, 108, 41, 0.32);
}

.self-route-card li strong {
  font-weight: 800;
}

.self-route-button {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(71, 134, 46, 0.72);
  border-radius: 4px;
  color: var(--self-green-dark);
  font-size: 9px;
  font-weight: 800;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.self-route-button:hover {
  background: var(--self-green);
  color: #fff;
}

.self-route-button:active {
  transform: translateY(1px) scale(0.99);
}

.self-booking-section {
  padding: 0 0 34px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.self-booking-section h2 {
  margin: 0 0 18px;
  color: #20251f;
  font-family: var(--font-ui);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.self-service-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 6px;
}

.self-service-card {
  display: grid;
  min-height: 68px;
  grid-template-rows: 29px auto;
  align-content: center;
  justify-items: center;
  gap: 5px;
  border: 1px solid rgba(50, 80, 42, 0.1);
  border-radius: 8px;
  background: #fff;
  color: #20251f;
  text-align: center;
  box-shadow: 0 9px 22px rgba(35, 43, 34, 0.07);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.self-service-card:hover {
  border-color: rgba(98, 167, 68, 0.34);
  transform: translateY(-1px);
  box-shadow: 0 13px 26px rgba(35, 43, 34, 0.1);
}

.self-service-card svg {
  width: 25px;
  height: 25px;
  align-self: end;
  fill: none;
  stroke: var(--self-green-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.self-service-card span {
  max-width: 82px;
  font-size: 7.7px;
  font-weight: 800;
  line-height: 1.12;
}

.self-build-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 14px auto 0;
  border-radius: 6px;
  background: var(--self-green);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(39, 90, 31, 0.17);
  transition: background-color 180ms ease, transform 180ms ease;
}

.self-build-button span {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 8px;
  line-height: 1;
}

.self-build-button:hover {
  background: var(--self-green-dark);
}

.self-build-button:active {
  transform: translateY(1px) scale(0.99);
}

.self-map-section {
  padding: 0 0 36px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.self-map-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 185px;
  overflow: hidden;
  border: 1px solid rgba(50, 80, 42, 0.12);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(35, 43, 34, 0.08);
}

.self-map-sidebar {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 17px 15px;
  background: rgba(255, 255, 255, 0.96);
}

.self-map-sidebar h2 {
  margin: 0 0 7px;
  color: #20251f;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.self-map-sidebar label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #20251f;
  font-size: 7.6px;
  font-weight: 800;
  line-height: 1;
}

.self-map-sidebar label span {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--filter-color);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.self-map-sidebar input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.self-map-canvas {
  position: relative;
  min-height: 185px;
  overflow: hidden;
  background: #dfe8d5;
}

.self-map-canvas > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.self-map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 1;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(24, 37, 29, 0.18);
  transform: translate(-50%, -100%) rotate(-45deg);
}

.self-map-pin::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  transform: rotate(45deg);
}

.self-map-pin.pin-orange { background: #f2a23a; }
.self-map-pin.pin-blue { background: #2c9fd8; }
.self-map-pin.pin-purple { background: #8c5fd3; }
.self-map-pin.pin-green { background: #48a75a; }
.self-map-pin.pin-cyan { background: #19a1b5; }
.self-map-pin.pin-red { background: #d84943; }

.self-map-zoom {
  position: absolute;
  right: 14px;
  top: 78px;
  z-index: 2;
  display: grid;
  gap: 5px;
}

.self-map-zoom button {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  color: #52604e;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(35, 43, 34, 0.12);
}

.self-map-route {
  position: absolute;
  left: 50%;
  bottom: 8px;
  z-index: 2;
  display: inline-flex;
  min-width: 180px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.94);
  color: #4c5d47;
  font-size: 9px;
  font-weight: 800;
  box-shadow: 0 5px 14px rgba(35, 43, 34, 0.12);
  transform: translateX(-50%);
}

.self-practical-section {
  padding: 0 0 38px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.self-practical-section > .self-inner > h2 {
  margin: 0 0 17px;
  color: #20251f;
  font-family: var(--font-ui);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.self-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.self-info-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  min-height: 76px;
  align-items: center;
  border: 1px solid rgba(50, 80, 42, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 13px 12px;
  box-shadow: 0 9px 22px rgba(35, 43, 34, 0.07);
}

.self-info-card svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: var(--self-green-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.self-info-card h3 {
  margin: 0 0 5px;
  color: #20251f;
  font-size: 9.2px;
  font-weight: 800;
  line-height: 1.12;
}

.self-info-card p {
  margin: 0 0 7px;
  color: rgba(32, 37, 31, 0.8);
  font-size: 7.3px;
  font-weight: 700;
  line-height: 1.32;
}

.self-info-card a {
  color: var(--self-green-dark);
  font-size: 7.8px;
  font-weight: 800;
}

.self-day-food-stay {
  display: grid;
  grid-template-columns: 1fr 1.55fr 1.3fr;
  gap: 24px;
  margin-top: 25px;
  align-items: start;
}

.self-day-plan h2,
.self-mini-head h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.self-day-plan ol {
  position: relative;
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.self-day-plan ol::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: rgba(98, 167, 68, 0.45);
}

.self-day-plan li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 9px;
  padding-left: 17px;
  color: #20251f;
  font-size: 8.2px;
  font-weight: 700;
  line-height: 1.18;
}

.self-day-plan li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--self-green);
}

.self-day-plan time {
  font-weight: 800;
}

.self-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.self-mini-head a {
  color: var(--self-green-dark);
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.self-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

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

.self-mini-grid a {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 62px;
  border-radius: 6px;
  background: #d8d2c7;
  color: #fff;
}

.self-mini-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 15, 0.06) 20%, rgba(8, 18, 15, 0.76) 100%);
}

.self-mini-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.self-mini-grid span {
  position: absolute;
  left: 8px;
  right: 6px;
  bottom: 7px;
  z-index: 1;
  font-size: 8.2px;
  font-weight: 800;
  line-height: 1.05;
}

.self-mistakes-section {
  padding: 0 0 24px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.self-mistakes-section h2 {
  margin: 0 0 16px;
  color: #20251f;
  font-family: var(--font-ui);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.self-mistakes-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.self-mistakes-grid div {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  align-items: center;
}

.self-mistakes-grid span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid #f28b2e;
  border-radius: 50%;
  color: #f28b2e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.self-mistakes-grid p {
  margin: 0;
  color: #20251f;
  font-size: 8.4px;
  font-weight: 800;
  line-height: 1.18;
}

.self-bottom-cta {
  position: relative;
  overflow: hidden;
  min-height: 124px;
  margin: 0 0 26px;
  color: #fff;
  background: #12201b;
}

.self-bottom-cta > img,
.self-bottom-shade {
  position: absolute;
  inset: 0;
}

.self-bottom-cta > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.self-bottom-shade {
  background:
    linear-gradient(90deg, rgba(10, 19, 17, 0.94) 0%, rgba(14, 25, 21, 0.82) 42%, rgba(24, 25, 20, 0.28) 71%, rgba(10, 19, 17, 0.62) 100%),
    linear-gradient(180deg, rgba(10, 19, 17, 0.18), rgba(10, 19, 17, 0.26));
}

.self-bottom-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 124px;
  grid-template-columns: 1fr 265px;
  gap: 30px;
  align-items: center;
}

.self-bottom-inner h2 {
  max-width: 445px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 0.98;
}

.self-bottom-inner p {
  max-width: 440px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.38;
}

.self-bottom-actions {
  display: grid;
  gap: 10px;
}

.self-bottom-actions .self-button {
  width: 100%;
  min-height: 39px;
  padding-inline: 18px;
}

.tours-page {
  --tour-red: #e33b42;
  --tour-red-dark: #c92731;
  --tour-gold: #d59b39;
  --tour-ink: #151b18;
}

.tours-hero {
  position: relative;
  min-height: 640px;
  overflow: visible;
  color: #fff;
  isolation: isolate;
  background: #111916;
}

.tours-hero-bg,
.tours-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tours-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 45%;
}

.tours-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 17, 16, 0.9) 0%, rgba(12, 17, 16, 0.7) 33%, rgba(12, 17, 16, 0.18) 69%, rgba(12, 17, 16, 0.08) 100%),
    linear-gradient(180deg, rgba(12, 17, 16, 0.1) 0%, rgba(12, 17, 16, 0.1) 55%, rgba(12, 17, 16, 0.9) 100%);
}

.tours-topbar {
  grid-template-columns: 125px 1fr 194px;
  min-height: 72px;
}

.tours-nav-links {
  gap: 28px;
}

.tours-nav-links .is-active {
  position: relative;
  color: var(--tour-red);
}

.tours-nav-links .is-active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--tour-gold);
}

.tours-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 24px;
}

.tours-nav-cta {
  display: inline-flex;
  min-width: 145px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--tour-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(149, 27, 35, 0.2);
  transition: background-color 180ms ease, transform 180ms ease;
}

.tours-nav-cta:hover {
  background: var(--tour-red-dark);
}

.tours-nav-cta:active {
  transform: translateY(1px) scale(0.99);
}

.tours-hero-content {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
  padding-top: 64px;
}

.tours-hero-content h1 {
  max-width: 450px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.tours-kicker {
  max-width: 410px;
  margin: 15px 0 0;
  color: var(--tour-gold);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.12;
}

.tours-description {
  max-width: 390px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.tours-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 27px;
}

.tours-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 6px;
  padding-inline: 28px;
  font-size: 12px;
  font-weight: 800;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tours-button-primary {
  min-width: 170px;
  background: var(--tour-red);
  color: #fff;
}

.tours-button-secondary {
  min-width: 210px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(12, 17, 16, 0.28);
  color: #fff;
}

.tours-button:hover,
.tours-button:active {
  transform: translateY(1px) scale(0.99);
}

.tours-button-primary:hover {
  background: var(--tour-red-dark);
}

.tours-button-secondary:hover {
  border-color: var(--tour-gold);
}

.tours-benefits {
  position: absolute;
  left: 50%;
  bottom: 48px;
  display: grid;
  width: min(calc(100% - 116px), var(--container));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  border-radius: 9px;
  background: rgba(7, 13, 12, 0.72);
  padding: 24px 34px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
}

.tours-benefits div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: center;
}

.tours-benefits svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--tour-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.tours-benefits p {
  margin: 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.tours-filter-wrap {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  padding-bottom: 36px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.tours-filter-panel {
  display: grid;
  width: min(calc(100% - 116px), var(--container));
  grid-template-columns: 1.2fr 1.2fr 1.08fr 1.08fr 120px;
  align-items: center;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(35, 43, 34, 0.14);
}

.tours-filter-panel label,
.tours-filter-panel button {
  min-height: 74px;
}

.tours-filter-panel label {
  display: grid;
  align-content: center;
  gap: 8px;
  border-right: 1px solid rgba(32, 37, 31, 0.11);
  padding: 0 28px;
}

.tours-filter-panel label > span {
  color: rgba(32, 37, 31, 0.42);
  font-size: 10px;
  font-weight: 700;
}

.tours-filter-panel strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #20251f;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
}

.tours-filter-panel strong::after {
  content: "⌄";
  color: var(--tour-red);
  font-size: 14px;
}

.tours-filter-panel em {
  color: #b67834;
  font-style: normal;
}

.tours-filter-panel button {
  border: 0;
  background: #fff;
  color: var(--tour-red);
  font-size: 11px;
  font-weight: 800;
}

.tours-inner {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
}

.tours-formats-section {
  padding: 0 0 38px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.tours-formats-section h2 {
  margin: 0 0 18px;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.tours-formats-section h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--tour-gold);
}

.tours-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tours-format-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 255px;
  border-radius: 9px;
  background: #d8d2c7;
  color: #fff;
  box-shadow: 0 13px 30px rgba(35, 43, 34, 0.1);
}

.tours-format-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 10, 9, 0.08) 14%, rgba(8, 10, 9, 0.24) 48%, rgba(8, 10, 9, 0.9) 100%),
    linear-gradient(90deg, rgba(8, 10, 9, 0.26), rgba(8, 10, 9, 0.03));
}

.tours-format-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tours-format-card:hover > img {
  transform: scale(1.035);
}

.tours-format-icon {
  position: absolute;
  left: 24px;
  top: 22px;
  z-index: 1;
  display: grid;
  width: 61px;
  height: 61px;
  place-items: center;
  border-radius: 50%;
  background: rgba(213, 155, 57, 0.9);
  box-shadow: 0 10px 22px rgba(65, 42, 15, 0.22);
}

.tours-format-icon-blue {
  background: rgba(76, 124, 164, 0.88);
}

.tours-format-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.tours-format-copy {
  position: absolute;
  left: 24px;
  right: 70px;
  bottom: 24px;
  z-index: 1;
}

.tours-format-copy h3 {
  margin: 0 0 9px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.08;
}

.tours-format-copy p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.34;
}

.tours-format-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tours-format-tags span {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  border: 1px solid rgba(213, 155, 57, 0.72);
  border-radius: 6px;
  background: rgba(11, 13, 12, 0.46);
  padding-inline: 10px;
  color: #f7d991;
  font-size: 11px;
  font-weight: 800;
}

.tours-format-arrow {
  position: absolute;
  right: 23px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(247, 217, 145, 0.82);
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.tours-popular-section {
  padding: 0 0 52px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.tours-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.tours-section-head h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.tours-section-head h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--tour-gold);
}

.tours-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-top: 4px;
  color: var(--tour-red);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.tours-section-head a span {
  font-size: 18px;
  line-height: 0.8;
}

.tours-carousel-shell {
  position: relative;
}

.tours-tour-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.tours-tour-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 210px;
  border-radius: 8px;
  background: #d9d2c7;
  color: #fff;
  box-shadow: 0 12px 26px rgba(35, 43, 34, 0.12);
}

.tours-tour-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 10, 8, 0.04) 10%, rgba(7, 10, 8, 0.18) 45%, rgba(7, 10, 8, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 10, 8, 0.18), rgba(7, 10, 8, 0.02));
}

.tours-tour-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tours-tour-card:hover > img {
  transform: scale(1.035);
}

.tours-tour-badge {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 1;
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  border-radius: 4px;
  padding: 0 9px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.tours-tour-badge-red {
  background: #d93637;
}

.tours-tour-badge-green {
  background: #60aa45;
}

.tours-tour-badge-gold {
  background: #e3a33c;
}

.tours-tour-copy {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  z-index: 1;
}

.tours-tour-copy h3 {
  min-height: 38px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.12;
}

.tours-tour-copy p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  color: #f4d28a;
  font-size: 10px;
  font-weight: 800;
}

.tours-tour-copy span {
  position: relative;
  padding-left: 15px;
}

.tours-tour-copy span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
}

.tours-tour-copy strong {
  font-size: 12px;
  white-space: nowrap;
}

.tours-slider-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--tour-red);
  font-size: 29px;
  line-height: 0.7;
  box-shadow: 0 8px 20px rgba(35, 43, 34, 0.17);
  transform: translateY(-50%);
}

.tours-slider-prev {
  left: -18px;
}

.tours-slider-next {
  right: -18px;
}

.tours-why-section {
  padding: 0 0 54px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.tours-why-panel {
  border-radius: 10px;
  background:
    radial-gradient(circle at 8% 0%, rgba(213, 155, 57, 0.12), transparent 32%),
    linear-gradient(90deg, #f9f5ee 0%, #f2eee7 100%);
  padding: 34px 36px 32px;
  box-shadow: 0 12px 34px rgba(46, 39, 30, 0.08);
}

.tours-why-panel h2 {
  margin: 0 0 30px;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.tours-why-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}

.tours-why-item {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  text-align: center;
}

.tours-why-item svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #d59b39;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.tours-why-item p {
  margin: 0;
  color: #20251f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.24;
}

.tours-cities-section {
  padding: 0 0 48px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.tours-city-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 13px;
}

.tours-city-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 98px;
  border-radius: 8px;
  background: #d9d2c7;
  color: #fff;
  box-shadow: 0 10px 22px rgba(35, 43, 34, 0.11);
}

.tours-city-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 10, 8, 0.02) 18%, rgba(7, 10, 8, 0.22) 52%, rgba(7, 10, 8, 0.88) 100%),
    linear-gradient(90deg, rgba(7, 10, 8, 0.1), rgba(7, 10, 8, 0));
}

.tours-city-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tours-city-card:hover img {
  transform: scale(1.035);
}

.tours-city-card strong {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 11px;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.08;
}

.tours-city-check {
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 1;
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  background: var(--tour-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 7px 14px rgba(217, 54, 55, 0.28);
}

.tours-info-section {
  padding: 0 0 48px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.tours-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tours-info-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  min-height: 132px;
  border-radius: 9px;
  background:
    radial-gradient(circle at 0% 0%, rgba(213, 155, 57, 0.14), transparent 36%),
    linear-gradient(90deg, #f8f3eb 0%, #f2eee7 100%);
  padding: 24px 26px;
  box-shadow: 0 12px 30px rgba(46, 39, 30, 0.08);
}

.tours-info-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  background: rgba(213, 155, 57, 0.12);
  color: #d59b39;
}

.tours-info-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.tours-info-card h2 {
  margin: 0 0 10px;
  color: #20251f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.18;
}

.tours-info-card p {
  margin: 0 0 15px;
  color: rgba(32, 37, 31, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.36;
}

.tours-info-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tour-red);
  font-size: 12px;
  font-weight: 800;
}

.tours-info-card-contact .tours-info-icon,
.tours-info-card-contact a {
  color: #328c45;
}

.tours-final-cta {
  padding: 0 0 58px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.tours-final-card {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  border-radius: 9px;
  background: #342018;
  color: #fff;
  box-shadow: 0 16px 42px rgba(40, 32, 26, 0.18);
}

.tours-final-card > img,
.tours-final-shade {
  position: absolute;
  inset: 0;
}

.tours-final-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tours-final-shade {
  background:
    linear-gradient(90deg, rgba(41, 25, 22, 0.88) 0%, rgba(41, 25, 22, 0.64) 46%, rgba(41, 25, 22, 0.34) 100%),
    linear-gradient(180deg, rgba(24, 18, 15, 0.08), rgba(24, 18, 15, 0.32));
}

.tours-final-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 120px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 26px 38px;
}

.tours-final-content h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.tours-final-content p {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.tours-final-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tours-final-button {
  display: inline-flex;
  min-height: 42px;
  min-width: 158px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 7px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 800;
}

.tours-final-button-primary {
  background: var(--tour-red);
  color: #fff;
}

.tours-final-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.tours-mobile-nav {
  display: none;
}

.bus-page {
  --bus-red: #e33b42;
  --bus-red-dark: #c92731;
  --bus-gold: #d59b39;
  --bus-ink: #151b18;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.bus-hero {
  position: relative;
  min-height: 594px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: #111916;
}

.bus-hero-bg,
.bus-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bus-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 48%;
}

.bus-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(12, 17, 16, 0.93) 0%, rgba(12, 17, 16, 0.76) 35%, rgba(12, 17, 16, 0.25) 66%, rgba(12, 17, 16, 0.12) 100%),
    linear-gradient(180deg, rgba(12, 17, 16, 0.18) 0%, rgba(12, 17, 16, 0.12) 56%, rgba(12, 17, 16, 0.66) 100%);
}

.bus-topbar {
  grid-template-columns: 125px 1fr 194px;
  min-height: 72px;
}

.bus-nav-links {
  gap: 28px;
}

.bus-nav-links .is-active {
  position: relative;
  color: var(--bus-red);
}

.bus-nav-links .is-active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--bus-gold);
}

.bus-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 24px;
}

.bus-nav-cta {
  display: inline-flex;
  min-width: 145px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--bus-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(149, 27, 35, 0.2);
}

.bus-hero-content {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
  padding-top: 34px;
}

.bus-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.bus-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
}

.bus-breadcrumbs span:last-child {
  color: #fff;
}

.bus-hero-content h1 {
  max-width: 560px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.bus-kicker {
  max-width: 570px;
  margin: 17px 0 0;
  color: var(--bus-gold);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
}

.bus-hero-features {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.bus-hero-features div {
  display: grid;
  gap: 9px;
  align-content: start;
}

.bus-hero-features svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: var(--bus-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.bus-hero-features span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.26;
}

.bus-hero-actions {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 28px;
}

.bus-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 6px;
  padding-inline: 28px;
  font-size: 12px;
  font-weight: 800;
}

.bus-button-primary {
  min-width: 184px;
  background: var(--bus-red);
  color: #fff;
}

.bus-button-secondary {
  min-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(12, 17, 16, 0.28);
  color: #fff;
}

.bus-contact-choice {
  position: relative;
}

.bus-contact-choice button {
  cursor: pointer;
  font: inherit;
}

.bus-contact-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 5;
  display: grid;
  width: 100%;
  min-width: 250px;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(10, 15, 14, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.bus-contact-choice:hover .bus-contact-menu,
.bus-contact-choice:focus-within .bus-contact-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bus-contact-menu a {
  display: flex;
  min-height: 34px;
  align-items: center;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  padding: 0 12px;
}

.bus-contact-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--bus-gold);
}

.bus-inner {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
}

.bus-comfort-section {
  padding: 44px 0 42px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.bus-centered-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.bus-centered-head span {
  position: relative;
  height: 1px;
  background: rgba(213, 155, 57, 0.38);
}

.bus-centered-head span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bus-gold);
  transform: translateY(-50%);
}

.bus-centered-head span:first-child::after {
  right: -4px;
}

.bus-centered-head span:last-child::after {
  left: -4px;
}

.bus-centered-head h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.bus-comfort-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.bus-comfort-card {
  display: grid;
  min-height: 220px;
  justify-items: center;
  align-content: start;
  border-radius: 9px;
  background: #fff;
  padding: 38px 28px 30px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(46, 39, 30, 0.1);
}

.bus-comfort-card svg {
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  fill: none;
  stroke: var(--bus-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.bus-comfort-card h3 {
  min-height: 38px;
  margin: 0 0 18px;
  color: #20251f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.bus-comfort-card p {
  max-width: 220px;
  margin: 0;
  color: rgba(32, 37, 31, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.bus-list-section {
  padding: 0 0 48px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.bus-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.bus-section-head h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.bus-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-top: 4px;
  color: var(--bus-red);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.bus-section-head a span {
  font-size: 18px;
  line-height: 0.8;
}

.bus-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bus-tour-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  border-radius: 9px;
  background: #d8d2c7;
  color: #fff;
  box-shadow: 0 14px 32px rgba(35, 43, 34, 0.12);
}

.bus-tour-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 10, 8, 0.05) 10%, rgba(7, 10, 8, 0.24) 45%, rgba(7, 10, 8, 0.92) 100%),
    linear-gradient(90deg, rgba(7, 10, 8, 0.22), rgba(7, 10, 8, 0.02));
}

.bus-tour-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bus-tour-card:hover > img {
  transform: scale(1.035);
}

.bus-tour-badge {
  position: absolute;
  left: 16px;
  top: 15px;
  z-index: 1;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border-radius: 4px;
  padding: 0 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.bus-tour-badge-red {
  background: #d93637;
}

.bus-tour-badge-green {
  background: #60aa45;
}

.bus-tour-badge-gold {
  background: #e3a33c;
}

.bus-tour-copy {
  position: absolute;
  left: 18px;
  right: 70px;
  bottom: 18px;
  z-index: 1;
}

.bus-tour-copy h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.12;
}

.bus-tour-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 17px;
}

.bus-tour-tags span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border: 1px solid rgba(213, 155, 57, 0.52);
  border-radius: 999px;
  background: rgba(7, 10, 8, 0.48);
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.93);
  font-size: 10px;
  font-weight: 800;
}

.bus-tour-copy p {
  margin: 0;
  color: #f4c15d;
  font-size: 17px;
  font-weight: 800;
}

.bus-tour-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(247, 217, 145, 0.82);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.bus-steps-section {
  padding: 0 0 50px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.bus-steps-section h2 {
  margin: 0 0 34px;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.bus-steps-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.bus-steps-line::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 39px;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(213, 155, 57, 0.42) 0 8px, transparent 8px 14px);
}

.bus-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.bus-step::after {
  content: "";
  position: absolute;
  top: 35px;
  right: -18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bus-gold);
}

.bus-step:last-child::after {
  content: none;
}

.bus-step-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(213, 155, 57, 0.52);
  border-radius: 50%;
  background: #fff;
  color: var(--bus-gold);
  box-shadow: 0 10px 24px rgba(46, 39, 30, 0.07);
}

.bus-step-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.bus-step strong {
  margin-top: 16px;
  color: #b97831;
  font-size: 17px;
  font-weight: 700;
}

.bus-step h3 {
  min-height: 38px;
  margin: 5px 0 10px;
  color: #20251f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.22;
}

.bus-step p {
  max-width: 170px;
  margin: 0;
  color: rgba(32, 37, 31, 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.bus-gallery-section {
  padding: 0 0 48px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.bus-gallery-more {
  min-height: 34px;
  border: 1px solid rgba(183, 120, 49, 0.52);
  border-radius: 6px;
  padding: 0 14px;
  color: #7d5729 !important;
}

.bus-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.bus-gallery-grid a {
  display: block;
  overflow: hidden;
  min-height: 118px;
  border-radius: 7px;
  background: #d8d2c7;
  box-shadow: 0 10px 22px rgba(35, 43, 34, 0.1);
}

.bus-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.bus-gallery-grid a:hover img {
  transform: scale(1.035);
}

.bus-trust-section {
  padding: 0 0 58px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.bus-trust-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.88fr 1.04fr;
  gap: 28px;
  align-items: stretch;
}

.bus-mini-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.bus-mini-head h2,
.bus-faq h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.bus-mini-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 3px;
  color: var(--bus-red);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.bus-review-card,
.bus-faq-list button {
  background: #fff;
  box-shadow: 0 12px 28px rgba(46, 39, 30, 0.08);
}

.bus-review-card {
  min-height: 258px;
  border-radius: 9px;
  padding: 26px 28px 22px;
}

.bus-review-person {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.bus-review-person > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9b58b, #fff2dc);
  color: #6c3f25;
  font-size: 22px;
  font-weight: 800;
}

.bus-review-person h3 {
  margin: 0 0 7px;
  color: #20251f;
  font-size: 14px;
  font-weight: 800;
}

.bus-review-person p {
  margin: 0;
  color: #e2a83e;
  font-size: 17px;
  letter-spacing: 1px;
}

.bus-review-text {
  margin: 0;
  color: rgba(32, 37, 31, 0.86);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
}

.bus-review-nav {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.bus-review-nav button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(227, 59, 66, 0.2);
  border-radius: 50%;
  background: #fff;
  color: var(--bus-red);
  font-size: 18px;
}

.bus-review-nav > span {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.bus-review-nav i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(32, 37, 31, 0.18);
}

.bus-review-nav i:first-child {
  background: var(--bus-red);
}

.bus-faq h2 {
  margin-bottom: 18px;
}

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

.bus-faq-list button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 8px;
  padding: 0 18px;
  color: #20251f;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.bus-faq-list span {
  color: var(--bus-red);
  font-size: 16px;
}

.bus-side-cta {
  position: relative;
  overflow: hidden;
  min-height: 312px;
  border-radius: 9px;
  background: #291d18;
  color: #fff;
  box-shadow: 0 16px 36px rgba(46, 39, 30, 0.16);
}

.bus-side-cta > img,
.bus-side-cta-shade {
  position: absolute;
  inset: 0;
}

.bus-side-cta > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bus-side-cta-shade {
  background:
    linear-gradient(180deg, rgba(37, 24, 19, 0.45), rgba(37, 24, 19, 0.94)),
    linear-gradient(90deg, rgba(37, 24, 19, 0.65), rgba(37, 24, 19, 0.18));
}

.bus-side-cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 312px;
  align-content: center;
  justify-items: center;
  padding: 30px;
  text-align: center;
}

.bus-side-cta h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 35px;
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
}

.bus-side-cta p {
  max-width: 280px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.bus-side-button {
  display: inline-flex;
  width: min(100%, 278px);
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 800;
}

.bus-side-button + .bus-side-button {
  margin-top: 12px;
}

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

.bus-side-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.bus-bottom-benefits {
  background:
    linear-gradient(90deg, rgba(9, 17, 16, 0.98), rgba(16, 25, 21, 0.98)),
    #0d1412;
  color: #fff;
}

.bus-bottom-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  min-height: 92px;
  align-items: center;
}

.bus-bottom-grid div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
}

.bus-bottom-grid svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--bus-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.bus-bottom-grid p {
  display: grid;
  gap: 3px;
  margin: 0;
  line-height: 1.2;
}

.bus-bottom-grid strong {
  color: #dca642;
  font-size: 12px;
  font-weight: 800;
}

.bus-bottom-grid span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
}

.meteor-page {
  --meteor-red: #e33b42;
  --meteor-red-dark: #c92731;
  --meteor-blue: #2f6f9f;
  --meteor-gold: #d59b39;
  --meteor-ink: #151b18;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.meteor-hero {
  position: relative;
  min-height: 594px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background: #0c1c24;
}

.meteor-hero-bg,
.meteor-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.meteor-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 50%;
}

.meteor-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 22, 29, 0.95) 0%, rgba(7, 22, 29, 0.76) 35%, rgba(7, 22, 29, 0.28) 70%, rgba(7, 22, 29, 0.1) 100%),
    linear-gradient(180deg, rgba(7, 22, 29, 0.16) 0%, rgba(7, 22, 29, 0.1) 56%, rgba(7, 22, 29, 0.74) 100%);
}

.meteor-topbar {
  grid-template-columns: 125px 1fr 194px;
  min-height: 72px;
}

.meteor-nav-links {
  gap: 28px;
}

.meteor-nav-links .is-active {
  position: relative;
  color: var(--meteor-red);
}

.meteor-nav-links .is-active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--meteor-gold);
}

.meteor-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 24px;
}

.meteor-nav-cta {
  display: inline-flex;
  min-width: 145px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--meteor-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(149, 27, 35, 0.2);
}

.meteor-hero-content {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
  padding-top: 34px;
}

.meteor-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.meteor-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
}

.meteor-breadcrumbs span:last-child {
  color: #fff;
}

.meteor-hero-content h1 {
  max-width: 610px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.meteor-kicker {
  max-width: 520px;
  margin: 17px 0 0;
  color: var(--meteor-gold);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

.meteor-description {
  max-width: 500px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.42;
}

.meteor-hero-features {
  display: grid;
  max-width: 820px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.meteor-hero-features div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 11px;
  align-items: center;
}

.meteor-hero-features svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--meteor-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.meteor-hero-features span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.26;
}

.meteor-hero-actions {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 28px;
}

.meteor-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 6px;
  padding-inline: 28px;
  font-size: 12px;
  font-weight: 800;
}

.meteor-button-primary {
  min-width: 184px;
  background: var(--meteor-red);
  color: #fff;
}

.meteor-button-secondary {
  min-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(7, 22, 29, 0.28);
  color: #fff;
}

.meteor-contact-choice {
  position: relative;
}

.meteor-contact-choice button {
  cursor: pointer;
  font: inherit;
}

.meteor-contact-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 5;
  display: grid;
  width: 100%;
  min-width: 250px;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(7, 18, 24, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.meteor-contact-choice:hover .meteor-contact-menu,
.meteor-contact-choice:focus-within .meteor-contact-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.meteor-contact-menu a {
  display: flex;
  min-height: 34px;
  align-items: center;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  padding: 0 12px;
}

.meteor-contact-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--meteor-gold);
}

.meteor-inner {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
}

.meteor-benefits-section {
  padding: 44px 0 42px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.meteor-centered-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
}

.meteor-centered-head span {
  position: relative;
  height: 1px;
  background: rgba(47, 111, 159, 0.3);
}

.meteor-centered-head span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--meteor-gold);
  transform: translateY(-50%);
}

.meteor-centered-head span:first-child::after {
  right: -4px;
}

.meteor-centered-head span:last-child::after {
  left: -4px;
}

.meteor-centered-head h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.meteor-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.meteor-benefit-card {
  display: grid;
  min-height: 210px;
  justify-items: center;
  align-content: start;
  border-radius: 9px;
  background: #fff;
  padding: 34px 24px 28px;
  text-align: center;
  box-shadow: 0 12px 32px rgba(46, 39, 30, 0.1);
}

.meteor-benefit-card svg {
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  fill: none;
  stroke: var(--meteor-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.meteor-benefit-card h3 {
  margin: 0 0 13px;
  color: #20251f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.22;
}

.meteor-benefit-card p {
  max-width: 180px;
  margin: 0;
  color: rgba(32, 37, 31, 0.78);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.48;
}

.meteor-list-section {
  padding: 0 0 48px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.meteor-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.meteor-section-head h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.meteor-section-head a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-top: 4px;
  color: var(--meteor-red);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.meteor-section-head a span {
  font-size: 18px;
  line-height: 0.8;
}

.meteor-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.meteor-tour-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 260px;
  border-radius: 9px;
  background: #d8d2c7;
  color: #fff;
  box-shadow: 0 14px 32px rgba(35, 43, 34, 0.12);
}

.meteor-tour-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 24, 34, 0.03) 8%, rgba(5, 24, 34, 0.34) 45%, rgba(5, 24, 34, 0.94) 100%),
    linear-gradient(90deg, rgba(5, 24, 34, 0.28), rgba(5, 24, 34, 0.02));
}

.meteor-tour-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.meteor-tour-card:hover > img {
  transform: scale(1.035);
}

.meteor-tour-badge {
  position: absolute;
  left: 16px;
  top: 15px;
  z-index: 1;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border-radius: 4px;
  padding: 0 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.meteor-tour-badge-red {
  background: #d93637;
}

.meteor-tour-badge-green {
  background: #60aa45;
}

.meteor-tour-badge-gold {
  background: #e3a33c;
}

.meteor-tour-copy {
  position: absolute;
  left: 18px;
  right: 70px;
  bottom: 18px;
  z-index: 1;
}

.meteor-tour-copy h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.12;
}

.meteor-tour-copy p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.34;
}

.meteor-tour-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.meteor-tour-tags span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border: 1px solid rgba(213, 155, 57, 0.48);
  border-radius: 999px;
  background: rgba(5, 24, 34, 0.48);
  padding: 0 9px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 800;
}

.meteor-tour-copy strong {
  color: #f4c15d;
  font-size: 17px;
  font-weight: 800;
}

.meteor-tour-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(247, 217, 145, 0.82);
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.meteor-steps-section {
  padding: 0 0 48px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.meteor-steps-section h2 {
  margin: 0 0 34px;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.meteor-steps-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.meteor-steps-line::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 39px;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(43, 114, 173, 0.42) 0 8px, transparent 8px 14px);
}

.meteor-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.meteor-step::after {
  content: "";
  position: absolute;
  top: 35px;
  right: -18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--meteor-blue);
}

.meteor-step:last-child::after {
  content: none;
}

.meteor-step-icon {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(43, 114, 173, 0.48);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--meteor-blue);
  box-shadow: 0 12px 28px rgba(43, 114, 173, 0.09);
}

.meteor-step-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.meteor-step strong {
  margin-top: 16px;
  color: var(--meteor-blue);
  font-size: 17px;
  font-weight: 700;
}

.meteor-step h3 {
  min-height: 38px;
  margin: 5px 0 10px;
  color: #20251f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.22;
}

.meteor-step p {
  max-width: 170px;
  margin: 0;
  color: rgba(32, 37, 31, 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.meteor-gallery-section {
  padding: 0 0 48px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.meteor-gallery-head {
  align-items: flex-start;
  margin-bottom: 18px;
}

.meteor-gallery-more {
  min-height: 34px;
  border: 1px solid rgba(43, 114, 173, 0.42);
  border-radius: 6px;
  padding: 0 14px;
  color: var(--meteor-blue) !important;
}

.meteor-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.meteor-gallery-grid a {
  display: block;
  overflow: hidden;
  min-height: 118px;
  border-radius: 7px;
  background: #d8d2c7;
  box-shadow: 0 10px 22px rgba(20, 60, 92, 0.1);
}

.meteor-gallery-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 118px;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.meteor-gallery-grid a:hover img {
  transform: scale(1.035);
}

.meteor-info-section {
  padding: 0 0 58px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.meteor-info-grid {
  display: grid;
  grid-template-columns: 1.04fr 0.88fr 1.04fr;
  gap: 28px;
  align-items: stretch;
}

.meteor-mini-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.meteor-mini-head h2,
.meteor-faq h2,
.meteor-important h2 {
  margin: 0;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.meteor-mini-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-top: 3px;
  color: var(--meteor-red);
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.meteor-review-card,
.meteor-faq-list button,
.meteor-important {
  background: #fff;
  box-shadow: 0 12px 28px rgba(20, 60, 92, 0.08);
}

.meteor-review-card {
  min-height: 258px;
  border-radius: 9px;
  padding: 26px 28px 22px;
}

.meteor-review-person {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}

.meteor-review-person > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(43, 114, 173, 0.22), #edf7ff);
  color: var(--meteor-blue);
  font-size: 22px;
  font-weight: 800;
}

.meteor-review-person h3 {
  margin: 0 0 7px;
  color: #20251f;
  font-size: 14px;
  font-weight: 800;
}

.meteor-review-person p {
  margin: 0;
  color: #e2a83e;
  font-size: 17px;
  letter-spacing: 1px;
}

.meteor-review-text {
  margin: 0;
  color: rgba(32, 37, 31, 0.86);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
}

.meteor-review-nav {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.meteor-review-nav button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(43, 114, 173, 0.2);
  border-radius: 50%;
  background: #fff;
  color: var(--meteor-blue);
  font-size: 18px;
}

.meteor-review-nav > span {
  display: flex;
  justify-content: center;
  gap: 9px;
}

.meteor-review-nav i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(32, 37, 31, 0.18);
}

.meteor-review-nav i:first-child {
  background: var(--meteor-red);
}

.meteor-faq h2,
.meteor-important h2 {
  margin-bottom: 18px;
}

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

.meteor-faq-list button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(32, 37, 31, 0.07);
  border-radius: 8px;
  padding: 0 18px;
  color: #20251f;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.meteor-faq-list span {
  color: var(--meteor-blue);
  font-size: 16px;
}

.meteor-important {
  border-radius: 9px;
  padding: 27px 28px 24px;
}

.meteor-important ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.meteor-important li {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(32, 37, 31, 0.86);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.meteor-important svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--meteor-blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.meteor-important strong {
  color: #20251f;
  font-weight: 800;
}

.meteor-final-cta {
  padding: 0 0 58px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.meteor-final-card {
  position: relative;
  overflow: hidden;
  min-height: 142px;
  border-radius: 10px;
  background: #102231;
  color: #fff;
  box-shadow: 0 18px 38px rgba(20, 60, 92, 0.16);
}

.meteor-final-card > img,
.meteor-final-shade {
  position: absolute;
  inset: 0;
}

.meteor-final-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.meteor-final-shade {
  background:
    linear-gradient(90deg, rgba(8, 24, 36, 0.88) 0%, rgba(8, 24, 36, 0.72) 39%, rgba(122, 45, 31, 0.42) 73%, rgba(8, 24, 36, 0.78) 100%),
    linear-gradient(180deg, rgba(8, 24, 36, 0.16), rgba(8, 24, 36, 0.54));
}

.meteor-final-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 142px;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 28px 62px;
}

.meteor-final-content h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.meteor-final-content p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.36;
}

.meteor-final-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.meteor-final-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 7px;
  padding-inline: 31px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.meteor-final-button-primary {
  min-width: 194px;
  background: var(--meteor-red);
  color: #fff;
}

.meteor-final-button-secondary {
  min-width: 236px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.reboot-page {
  --reboot-green: #5c963f;
  --reboot-green-dark: #3f742d;
  --reboot-gold: #d6aa56;
  --reboot-ink: #172019;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.reboot-inner {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
}

.reboot-hero {
  position: relative;
  min-height: 654px;
  overflow: visible;
  color: #fff;
  isolation: isolate;
  background: #0b1d25;
}

.reboot-hero-bg,
.reboot-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.reboot-hero-bg {
  z-index: -2;
  object-fit: cover;
  object-position: center 47%;
}

.reboot-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 24, 30, 0.93) 0%, rgba(7, 24, 30, 0.74) 37%, rgba(7, 24, 30, 0.22) 72%, rgba(7, 24, 30, 0.12) 100%),
    linear-gradient(180deg, rgba(7, 24, 30, 0.12) 0%, rgba(7, 24, 30, 0.08) 54%, rgba(7, 24, 30, 0.78) 100%);
}

.reboot-topbar {
  grid-template-columns: 126px 1fr 192px;
  min-height: 72px;
}

.reboot-nav-links {
  gap: 35px;
}

.reboot-nav-links .is-active {
  position: relative;
  color: var(--reboot-green);
}

.reboot-nav-links .is-active::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--reboot-green);
}

.reboot-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 24px;
}

.reboot-nav-cta {
  display: inline-flex;
  min-width: 148px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--reboot-green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(41, 94, 39, 0.24);
}

.reboot-hero-content {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
  padding-top: 25px;
}

.reboot-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 700;
}

.reboot-breadcrumbs a {
  color: rgba(255, 255, 255, 0.58);
}

.reboot-breadcrumbs span:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.reboot-label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 7px;
  background: var(--reboot-green);
  padding: 0 17px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.reboot-hero-content h1 {
  margin: 17px 0 0;
  font-family: var(--font-display);
  font-size: 68px;
  font-weight: 600;
  line-height: 0.92;
  text-transform: uppercase;
}

.reboot-kicker {
  margin: 13px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.18;
}

.reboot-description {
  max-width: 540px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.reboot-hero-features {
  display: grid;
  max-width: 720px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.reboot-hero-features div {
  display: grid;
  gap: 9px;
  align-content: start;
}

.reboot-hero-features svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--reboot-gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.reboot-hero-features span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}

.reboot-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.reboot-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 7px;
  padding-inline: 31px;
  font-size: 13px;
  font-weight: 800;
}

.reboot-button-primary {
  min-width: 252px;
  background: var(--reboot-green);
  color: #fff;
}

.reboot-button-secondary {
  min-width: 284px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(8, 24, 30, 0.24);
  color: #fff;
}

.reboot-price-card {
  position: absolute;
  right: max(58px, calc((100% - var(--container)) / 2));
  bottom: 64px;
  display: grid;
  width: 194px;
  min-height: 162px;
  align-content: center;
  justify-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.97);
  padding: 21px 20px;
  color: #20251f;
  box-shadow: 0 18px 42px rgba(10, 22, 20, 0.2);
  text-align: center;
}

.reboot-price-card strong {
  color: var(--reboot-green-dark);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.reboot-price-card > span {
  margin-top: 6px;
  color: rgba(32, 37, 31, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.reboot-price-card p {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: center;
  margin: 27px 0 0;
  color: rgba(32, 37, 31, 0.76);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.reboot-price-card svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--reboot-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.reboot-benefits-section {
  position: relative;
  z-index: 2;
  margin-top: -26px;
  padding: 0 0 44px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.reboot-benefits-panel {
  display: grid;
  min-height: 126px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 22px 38px 20px;
  box-shadow: 0 16px 42px rgba(42, 35, 27, 0.14);
}

.reboot-benefits-panel article {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.reboot-benefits-panel svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: var(--reboot-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.reboot-benefits-panel h2 {
  margin: 0;
  color: #20251f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.24;
}

.reboot-program-section {
  padding: 0 0 58px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.reboot-program-section h2 {
  margin: 0 0 24px;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
}

.reboot-day-tabs {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr);
  gap: 22px;
  width: min(100%, 790px);
  margin-bottom: 22px;
}

.reboot-day-tabs button {
  display: grid;
  min-height: 72px;
  grid-template-columns: 38px 1fr;
  column-gap: 14px;
  align-items: center;
  border: 1px solid rgba(32, 37, 31, 0.08);
  border-radius: 8px;
  background: #fff;
  padding: 15px 22px;
  color: #20251f;
  box-shadow: 0 12px 26px rgba(42, 35, 27, 0.07);
  text-align: left;
}

.reboot-day-tabs button.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #4d8536, #326a2a);
  color: #fff;
}

.reboot-day-tabs span {
  grid-row: span 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--reboot-green);
}

.reboot-day-tabs .is-active span {
  color: #fff;
}

.reboot-day-tabs svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.reboot-day-tabs strong {
  font-size: 15px;
  font-weight: 800;
}

.reboot-day-tabs em {
  margin-top: 3px;
  color: currentColor;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  opacity: 0.88;
}

.reboot-program-layout {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  align-items: start;
}

.reboot-timeline {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 18px;
}

.reboot-timeline::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 11px;
  bottom: 15px;
  width: 1px;
  background: rgba(92, 150, 63, 0.42);
}

.reboot-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 0 0 27px;
}

.reboot-timeline article::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--reboot-green);
  box-shadow: 0 0 0 4px #f8f6f1;
}

.reboot-timeline article:last-child {
  padding-bottom: 0;
}

.reboot-timeline time {
  color: #20251f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.reboot-timeline h3 {
  margin: 0 0 5px;
  color: #20251f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.24;
}

.reboot-timeline p,
.reboot-timeline li {
  margin: 0;
  color: rgba(32, 37, 31, 0.74);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
}

.reboot-timeline ul {
  display: grid;
  gap: 3px;
  margin: 0;
  padding-left: 17px;
}

.reboot-timeline li::marker {
  color: var(--reboot-green);
}

.reboot-program-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reboot-program-gallery img {
  display: block;
  width: 100%;
  height: 256px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 32px rgba(42, 35, 27, 0.12);
}

.reboot-program-gallery .reboot-program-wide {
  grid-column: 1 / -1;
  height: 382px;
}

.reboot-included-section {
  padding: 0 0 36px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.reboot-included-panel {
  border: 1px solid rgba(32, 37, 31, 0.06);
  border-radius: 10px;
  background: #fff;
  padding: 30px 42px 32px;
  box-shadow: 0 14px 34px rgba(42, 35, 27, 0.08);
}

.reboot-included-panel h2 {
  margin: 0 0 30px;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.reboot-included-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.reboot-included-grid article {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.reboot-included-grid svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--reboot-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.reboot-included-grid h3 {
  margin: 0;
  color: #20251f;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.32;
}

.reboot-details-section {
  padding: 0 0 44px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.reboot-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.reboot-detail-card {
  min-height: 188px;
  border: 1px solid rgba(32, 37, 31, 0.06);
  border-radius: 9px;
  background: #fff;
  padding: 27px 30px 25px;
  box-shadow: 0 12px 30px rgba(42, 35, 27, 0.08);
}

.reboot-detail-card h2 {
  margin: 0 0 18px;
  color: #20251f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.reboot-detail-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reboot-detail-card li {
  position: relative;
  color: rgba(32, 37, 31, 0.8);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.42;
}

.reboot-detail-card:not(.reboot-tour-info) li {
  padding-left: 18px;
}

.reboot-detail-card:not(.reboot-tour-info) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(92, 150, 63, 0.82);
}

.reboot-tour-info li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.reboot-tour-info svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--reboot-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.reboot-photo-section {
  padding: 0 0 58px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.reboot-photo-section h2 {
  margin: 0 0 20px;
  color: #20251f;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.reboot-photo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.reboot-photo-grid a {
  display: block;
  overflow: hidden;
  min-height: 142px;
  border-radius: 7px;
  background: #d8d2c7;
  box-shadow: 0 12px 28px rgba(42, 35, 27, 0.1);
}

.reboot-photo-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 142px;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reboot-photo-grid a:hover img {
  transform: scale(1.035);
}

.reboot-photo-more {
  display: flex;
  width: max-content;
  min-width: 206px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  border: 1px solid rgba(32, 37, 31, 0.24);
  border-radius: 6px;
  background: #fff;
  color: #20251f;
  font-size: 12px;
  font-weight: 800;
}

.reboot-final-cta {
  padding: 0 0 58px;
  background: linear-gradient(90deg, #fff 0%, #f7f5f0 50%, #fff 100%);
}

.reboot-final-card {
  position: relative;
  overflow: hidden;
  min-height: 146px;
  border-radius: 10px;
  background: #102015;
  color: #fff;
  box-shadow: 0 18px 38px rgba(32, 61, 29, 0.18);
}

.reboot-final-card > img,
.reboot-final-shade {
  position: absolute;
  inset: 0;
}

.reboot-final-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.reboot-final-shade {
  background:
    linear-gradient(90deg, rgba(9, 27, 21, 0.92) 0%, rgba(9, 27, 21, 0.72) 40%, rgba(41, 82, 34, 0.3) 72%, rgba(9, 27, 21, 0.82) 100%),
    linear-gradient(180deg, rgba(9, 27, 21, 0.12), rgba(9, 27, 21, 0.52));
}

.reboot-final-content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 146px;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 30px 48px;
}

.reboot-final-content h2 {
  margin: 0 0 11px;
  font-family: var(--font-display);
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
}

.reboot-final-content p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.36;
}

.reboot-final-actions {
  display: grid;
  gap: 12px;
  width: 300px;
}

.reboot-final-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 7px;
  padding-inline: 22px;
  font-size: 13px;
  font-weight: 800;
}

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

.reboot-final-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background-image: url("assets/home-hero-client.jpg");
  background-position: center;
  background-size: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(14, 21, 17, 0.88) 0%, rgba(14, 21, 17, 0.6) 30%, rgba(14, 21, 17, 0.18) 63%, rgba(14, 21, 17, 0.08) 100%),
    linear-gradient(180deg, rgba(14, 21, 17, 0.04) 0%, rgba(14, 21, 17, 0.18) 50%, rgba(14, 21, 17, 0.96) 100%);
}

.topbar,
.hero-copy,
.hero-facts {
  width: min(calc(100% - 116px), var(--container));
  margin-inline: auto;
}

.topbar {
  display: grid;
  grid-template-columns: 125px 1fr 118px;
  align-items: center;
  min-height: 69px;
  column-gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 42px;
  place-items: center;
  color: var(--red);
}

.brand-mark img {
  display: block;
  width: 48px;
  height: 42px;
  object-fit: contain;
}

.brand-text {
  font-size: 18px;
  font-weight: 800;
  line-height: 0.94;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-links a:hover,
.nav-dropdown button:hover {
  color: var(--gold-soft);
}

.nav-dropdown {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown button {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 0;
}

.nav-dropdown button::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 5;
  display: grid;
  min-width: 214px;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(12, 18, 16, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  opacity: 0;
  padding: 8px;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown-menu a {
  min-height: 32px;
  justify-content: flex-start;
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.92);
  padding: 0 10px;
}

.nav-dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  display: inline-flex;
  justify-self: end;
  width: 112px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--gold-soft);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  transition: background-color 180ms ease, transform 180ms ease;
}

.nav-cta:hover {
  background: var(--gold);
}

.nav-cta:active,
.button:active,
.menu-toggle:active {
  transform: translateY(1px) scale(0.99);
}

.menu-toggle {
  display: none;
}

.hero-copy {
  padding-top: 18px;
}

.hero-copy h1 {
  margin: 0;
  max-width: 410px;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 600;
  line-height: 0.86;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-subtitle {
  margin: 5px 0 3px;
  color: var(--gold-soft);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.12;
}

.hero-description {
  max-width: 340px;
  margin: 0;
  color: rgba(255, 255, 255, 0.97);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.36;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding-inline: 22px;
  font-size: 10px;
  font-weight: 800;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button-primary {
  min-width: 138px;
  background: var(--red);
  color: #fff;
}

.button-primary:hover {
  background: var(--red-hover);
}

.button-secondary {
  min-width: 122px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(11, 16, 13, 0.18);
  color: #fff;
}

.button-secondary:hover {
  border-color: var(--gold-soft);
}

.hero-facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  column-gap: 52px;
  margin-top: 31px;
  padding-left: 34px;
}

.fact {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #fff;
}

.fact-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: var(--gold-soft);
}

.fact-text {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.22;
}

.fact-number {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.fact-number strong {
  font-size: 25px;
  line-height: 1;
}

.fact-unesco .fact-icon {
  width: 45px;
  height: 45px;
  margin-right: 12px;
  background: url("assets/about-stat-unesco.png") center / contain no-repeat;
}

.fact-unesco .fact-icon::before {
  content: none;
}

.fact-architecture .fact-icon {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  background: url("assets/architecture-icon.png") center / contain no-repeat;
}

.fact-architecture .fact-icon::before {
  content: none;
}

.fact-heritage .fact-icon {
  width: 45px;
  height: 45px;
  margin-right: 13px;
  background: url("assets/heritage-icon.png") center / contain no-repeat;
}

.fact-heritage .fact-icon::before {
  content: none;
}

.fact-heritage .fact-icon::after {
  content: none;
}

.fact-nature .fact-icon {
  width: 45px;
  height: 45px;
  margin-right: 12px;
  background: url("assets/nature-icon.png") center / contain no-repeat;
}

.fact-nature .fact-icon::before,
.fact-nature .fact-icon::after {
  content: none;
}

.fact-nature .fact-icon::before {
  top: 9px;
}

.fact-nature .fact-icon::after {
  top: 23px;
}

.interest-section {
  background: #fbfaf7;
  padding: 28px 0 8px;
}

.interest-inner {
  width: min(calc(100% - 108px), var(--container));
  margin-inline: auto;
}

.interest-head {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.interest-head h2 {
  margin: 0;
  color: #1d241f;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.interest-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.interest-card {
  display: grid;
  min-height: 108px;
  align-content: center;
  justify-items: center;
  gap: 11px;
  border: 1px solid rgba(215, 154, 57, 0.2);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(39, 32, 22, 0.08);
  color: #1b251f;
  padding: 14px 12px;
  text-align: center;
  text-decoration: none;
}

.interest-card span {
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.interest-card strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.18;
}

.interest-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(39, 32, 22, 0.11);
}

.interest-sights span {
  background-image: url("assets/architecture-icon.png");
}

.interest-tours span {
  background-image: url("assets/tours-format-bus.png");
}

.interest-excursions span {
  background-image: url("assets/excursion-seal-icon.png");
}

.interest-stays span {
  background-image: url("assets/about-today-hotel-icon.png");
}

.interest-food span {
  background-image: url("assets/about-today-cafe-icon.png");
}

.interest-events span {
  background-image: url("assets/event-venue-icon.png");
}

@media (min-width: 1200px) {
  :root {
    --container: 1228px;
  }

  .topbar,
  .hero-copy,
  .hero-facts {
    width: min(calc(100% - 108px), var(--container));
  }

  .topbar {
    grid-template-columns: 150px 1fr 150px;
  }

  .nav-links {
    gap: clamp(18px, 2vw, 30px);
    font-size: 13px;
  }

  .nav-cta {
    width: 132px;
    min-height: 40px;
    font-size: 13px;
  }

  .hero {
    min-height: 610px;
  }

  .hero-copy {
    padding-top: 46px;
  }

  .hero-copy h1 {
    font-size: 94px;
  }

  .hero-subtitle {
    font-size: 28px;
  }

  .hero-description {
    max-width: 420px;
    font-size: 16px;
  }

  .button {
    min-height: 48px;
    border-radius: 8px;
    font-size: 14px;
  }

  .button-primary {
    min-width: 174px;
  }

  .button-secondary {
    min-width: 154px;
  }

  .hero-actions {
    margin-top: 30px;
    gap: 14px;
  }

  .hero-facts {
    margin-top: 62px;
    padding-left: 42px;
    column-gap: 90px;
  }

  .fact-text {
    font-size: 16px;
  }

  .fact-number strong {
    font-size: 34px;
  }

  .sights-section {
    padding: 28px 0 24px;
  }

  .sights-inner,
  .excursions-inner,
  .stays-inner,
  .activities-inner,
  .events-inner,
  .map-events-inner {
    width: min(calc(100% - 108px), 1228px);
  }

  .footer-inner,
  .footer-bottom {
    width: min(calc(100% - 108px), 1228px);
  }

  .about-hero-content {
    width: min(calc(100% - 108px), 1228px);
  }

  .about-inner {
    width: min(calc(100% - 108px), 1228px);
  }

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

  .section-head h2 {
    font-size: 42px;
  }

  .see-all {
    min-height: 44px;
    font-size: 13px;
  }

  .sights-grid {
    gap: 10px;
  }

  .sight-icons {
    left: 14px;
    bottom: 50px;
    gap: 5px;
  }

  .sight-icons img {
    width: 20px;
    height: 20px;
  }

  .sight-card strong {
    left: 14px;
    right: 12px;
    bottom: 14px;
    font-size: 15px;
  }

  .excursions-section {
    padding: 24px 0 28px;
  }

  .excursions-inner {
    grid-template-columns: minmax(0, 560px) minmax(0, 570px);
    gap: 50px;
  }

  .compact-head {
    min-height: 48px;
    margin-bottom: 12px;
  }

  .excursion-grid {
    gap: 16px;
  }

  .excursion-card {
    aspect-ratio: 176 / 272;
    border-radius: 8px;
  }

  .excursion-mark {
    left: 20px;
    bottom: 112px;
    width: 28px;
    height: 28px;
  }

  .excursion-mark::before {
    content: none;
  }

  .excursion-badge {
    right: 20px;
    bottom: 78px;
    width: 30px;
    height: 30px;
  }

  .excursion-badge::before {
    content: none;
  }

  .excursion-content {
    left: 20px;
    right: 16px;
    bottom: 20px;
    gap: 10px;
  }

  .excursion-content strong {
    min-height: 50px;
    font-size: 17px;
    line-height: 1.14;
  }

  .excursion-content small {
    margin-top: -14px;
    font-size: 9px;
  }

  .excursion-meta {
    font-size: 12px;
  }

  .price {
    font-size: 15px;
  }

  .tour-panel {
    min-height: 272px;
    border-radius: 10px;
  }

  .tour-column {
    padding: 22px 34px 22px;
  }

  .tour-column h3 {
    margin-bottom: 22px;
    font-size: 17px;
  }

  .tour-row {
    grid-template-columns: 42px 1fr 18px;
    gap: 16px;
    min-height: 42px;
  }

  .tour-row + .tour-row {
    margin-top: 15px;
  }

  .tour-row img {
    width: 42px;
    height: 42px;
  }

  .tour-row span {
    font-size: 13px;
  }

  .stays-section {
    padding: 22px 0 31px;
  }

  .stays-head {
    margin-bottom: 17px;
  }

  .stays-grid {
    gap: 12px;
  }

  .stay-card {
    aspect-ratio: 224 / 132;
    border-radius: 8px;
  }

  .stay-card span {
    left: 18px;
    right: 14px;
    bottom: 15px;
    gap: 4px;
  }

  .stay-card strong {
    font-size: 17px;
  }

  .stay-card small {
    font-size: 11px;
  }

  .slider-arrow {
    width: 36px;
    height: 36px;
    font-size: 29px;
  }

  .slider-prev {
    left: -42px;
  }

  .slider-next {
    right: -42px;
  }

  .activities-section {
    padding: 28px 0 31px;
  }

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

  .activities-grid {
    gap: 14px;
  }

  .activity-card {
    aspect-ratio: 184 / 218;
    border-radius: 8px;
  }

  .activity-icon {
    left: 18px;
    top: 16px;
    width: 46px;
    height: 46px;
  }

  .activity-icon img {
    width: 28px;
    height: 28px;
  }

  .activity-card strong {
    left: 18px;
    right: 14px;
    bottom: 20px;
    font-size: 17px;
  }

  .events-section {
    padding: 28px 0 31px;
  }

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

  .events-grid {
    gap: 12px;
  }

  .event-card {
    aspect-ratio: 184 / 190;
    border-radius: 8px;
  }

  .event-date {
    min-width: 55px;
    min-height: 55px;
    border-radius: 0 0 8px 0;
  }

  .event-date strong {
    font-size: 16px;
  }

  .event-date small {
    margin-top: 4px;
    font-size: 8px;
  }

  .event-title {
    left: 18px;
    right: 14px;
    bottom: 18px;
    font-size: 16px;
  }

  .map-events-section {
    padding-top: 28px;
  }

  .map-events-inner {
    grid-template-columns: minmax(0, 560px) minmax(0, 606px);
    gap: 62px;
  }

  .map-block {
    padding-bottom: 0;
  }

  .map-block h2,
  .event-org h2 {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .map-panel {
    aspect-ratio: 560 / 164;
    border-radius: 8px;
  }

  .map-pin {
    width: 25px;
    height: 25px;
  }

  .map-controls {
    gap: 6px;
    margin-top: 12px;
  }

  .map-controls button,
  .map-controls a {
    min-height: 32px;
    border-radius: 8px;
    padding: 0 13px;
    font-size: 10px;
  }

  .event-org {
    min-height: 324px;
  }

  .event-org-content {
    padding: 42px 32px 28px;
  }

  .event-org p {
    max-width: 420px;
    font-size: 19px;
  }

  .event-services {
    gap: 13px;
    margin-top: 54px;
  }

  .event-services a {
    min-height: 86px;
    border-radius: 10px;
    grid-template-rows: 39px auto;
    gap: 8px;
  }

  .event-services img {
    width: 34px;
    height: 34px;
  }

  .event-services span {
    font-size: 11px;
  }

  .footer-inner {
    grid-template-columns: 1.35fr 1.25fr 1fr 1.75fr;
    gap: 68px;
    padding: 39px 0 24px;
  }

  .footer-brand p,
  .footer-subscribe p {
    font-size: 12px;
  }

  .site-footer h2 {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .footer-contacts a,
  .footer-contacts p {
    grid-template-columns: 18px 1fr;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .footer-contacts span {
    font-size: 14px;
  }

  .social-grid {
    grid-template-columns: repeat(3, 31px);
    gap: 12px;
  }

  .social-grid a {
    width: 31px;
    height: 31px;
    font-size: 10px;
  }

  .subscribe-row {
    grid-template-columns: minmax(0, 218px) 132px;
    gap: 10px;
    margin-top: 22px;
  }

  .subscribe-row input,
  .subscribe-row button {
    min-height: 34px;
    border-radius: 6px;
  }

  .subscribe-row input,
  .subscribe-row button {
    font-size: 12px;
  }

  .footer-bottom {
    min-height: 42px;
    font-size: 10px;
  }

  .inner-topbar {
    grid-template-columns: 150px 1fr 210px;
    min-height: 88px;
  }

  .inner-actions .nav-cta {
    width: 152px;
  }

  .favorite-link {
    width: 34px;
    height: 34px;
    font-size: 25px;
  }

  .about-hero {
    min-height: 464px;
  }

  .about-hero-content {
    padding: 38px 0 52px;
  }

  .breadcrumbs {
    margin-bottom: 29px;
    font-size: 12px;
  }

  .about-hero h1 {
    font-size: 70px;
  }

  .about-kicker {
    margin: 10px 0 36px;
    font-size: 34px;
  }

  .about-lead {
    max-width: 405px;
    margin-bottom: 36px;
    font-size: 20px;
  }

  .about-description {
    max-width: 430px;
    font-size: 15px;
  }

  .about-intro-section {
    padding: 34px 0 34px;
  }

  .about-intro-card {
    grid-template-columns: minmax(0, 330px) minmax(0, 1fr);
    gap: 42px;
    border-radius: 12px;
    padding: 34px 40px;
  }

  .about-intro-card h2 {
    font-size: 38px;
  }

  .about-intro-copy {
    gap: 13px;
  }

  .about-intro-copy p {
    font-size: 15px;
  }

  .about-stats-section {
    padding: 31px 0 32px;
  }

  .about-section-title {
    margin-bottom: 22px;
  }

  .about-section-title h2 {
    font-size: 32px;
  }

  .about-stats-grid {
    gap: 20px;
  }

  .about-stat-card {
    min-height: 156px;
    border-radius: 9px;
    gap: 9px;
  }

  .about-stat-card img {
    width: 46px;
    height: 46px;
  }

  .about-stat-card strong {
    font-size: 35px;
  }

  .about-stat-card span {
    font-size: 13px;
  }

  .about-history-section {
    padding-bottom: 39px;
  }

  .history-timeline {
    gap: 22px;
    padding-top: 17px;
  }

  .history-timeline::before {
    top: 59px;
  }

  .history-dot {
    width: 82px;
    height: 82px;
  }

  .history-crescent::before {
    width: 49px;
    height: 49px;
    box-shadow: 16px 0 0 #f7f5f0 inset;
  }

  .history-crescent::after {
    margin-left: 26px;
    margin-top: -10px;
    font-size: 22px;
  }

  .history-unesco::before {
    width: 51px;
    height: 46px;
  }

  .history-item strong {
    margin-top: 21px;
    font-size: 15px;
  }

  .history-item p {
    max-width: 150px;
    margin-top: 14px;
    font-size: 11px;
  }

  .about-unique-section {
    padding-bottom: 42px;
  }

  .about-unique-grid {
    gap: 16px;
  }

  .unique-card {
    min-height: 288px;
    border-radius: 9px;
  }

  .unique-icon {
    left: 20px;
    top: 18px;
    width: 54px;
    height: 54px;
  }

  .unique-icon img {
    width: 34px;
    height: 34px;
  }

  .unique-content {
    left: 20px;
    right: 18px;
    bottom: 24px;
  }

  .unique-content h3 {
    margin-bottom: 13px;
    font-size: 17px;
  }

  .unique-content ul {
    gap: 6px;
  }

  .unique-content li {
    padding-left: 13px;
    font-size: 12px;
  }

  .unique-content li::before {
    width: 5px;
    height: 5px;
  }

  .about-symbols-section {
    padding-bottom: 49px;
  }

  .symbols-grid {
    gap: 12px;
  }

  .symbol-card img {
    aspect-ratio: 184 / 132;
    border-radius: 8px;
  }

  .symbol-card strong {
    min-height: 42px;
    margin-top: 11px;
    font-size: 13px;
  }

  .about-today-media {
    min-height: 328px;
  }

  .about-today-content {
    min-height: 328px;
    padding: 36px 84px 34px 42px;
  }

  .about-today-content p {
    font-size: 16px;
  }

  .today-features {
    gap: 28px;
    margin-top: 36px;
  }

  .today-features img {
    width: 39px;
    height: 39px;
  }

  .today-features span {
    font-size: 11px;
  }

  .today-button {
    width: 168px;
    margin-top: 32px;
  }

  .about-region-section {
    padding: 40px 0 43px;
  }

  .about-region-inner {
    grid-template-columns: minmax(0, 310px) minmax(0, 1fr);
    gap: 54px;
  }

  .about-region-copy h2 {
    margin-bottom: 19px;
    font-size: 36px;
  }

  .about-region-copy p {
    margin-bottom: 29px;
    font-size: 15px;
  }

  .region-card-grid {
    gap: 14px;
  }

  .region-card img {
    aspect-ratio: 142 / 132;
    border-radius: 8px;
  }

  .region-card strong {
    margin-top: 10px;
    font-size: 11px;
  }

  .region-card span {
    font-size: 10px;
  }

  .about-media-section {
    padding-bottom: 48px;
  }

  .about-media-inner {
    gap: 58px;
  }

  .photo-grid {
    gap: 10px;
  }

  .photo-grid a,
  .video-preview {
    border-radius: 8px;
  }

  .media-button {
    min-width: 182px;
    min-height: 34px;
    margin-top: 14px;
    border-radius: 5px;
    font-size: 12px;
  }

  .play-button {
    width: 78px;
    height: 78px;
    border-width: 4px;
  }

  .play-button::before {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 24px;
  }

  .about-final-cta,
  .about-final-inner {
    min-height: 150px;
  }

  .about-final-inner {
    gap: 40px;
  }

  .about-final-inner h2 {
    font-size: 36px;
  }

  .about-final-inner p {
    font-size: 14px;
  }

  .about-final-actions .button {
    min-width: 182px;
    min-height: 48px;
    border-radius: 7px;
    font-size: 13px;
  }

  .self-hero {
    min-height: 425px;
  }

  .self-topbar {
    width: min(calc(100% - 150px), 1215px);
    grid-template-columns: 136px 1fr 228px;
  }

  .self-nav-links {
    gap: 27px;
    font-size: 13px;
  }

  .self-whatsapp {
    min-width: 180px;
    min-height: 44px;
    border-radius: 7px;
    font-size: 13px;
  }

  .self-hero-content {
    width: min(calc(100% - 150px), 1215px);
    padding-top: 48px;
  }

  .self-hero-content h1 {
    font-size: 58px;
  }

  .self-hero-content p {
    font-size: 22px;
  }

  .self-inner {
    width: min(calc(100% - 150px), 1215px);
  }

  .self-formats-section {
    padding: 32px 0 48px;
  }

  .self-formats-section h2 {
    margin-bottom: 24px;
    font-size: 23px;
  }

  .self-format-grid {
    gap: 19px;
  }

  .self-format-card {
    min-height: 255px;
    border-radius: 10px;
  }

  .self-format-icon {
    left: 21px;
    top: 16px;
    width: 60px;
    height: 60px;
  }

  .self-format-icon svg {
    width: 34px;
    height: 34px;
  }

  .self-format-card strong,
  .self-format-card p {
    left: 22px;
    right: 20px;
  }

  .self-format-card strong {
    bottom: 76px;
    font-size: 24px;
  }

  .self-format-card p {
    bottom: 31px;
    font-size: 15px;
  }

  .self-routes-section {
    padding-bottom: 46px;
  }

  .self-section-head {
    margin-bottom: 22px;
  }

  .self-section-head h2 {
    font-size: 23px;
  }

  .self-section-head a {
    font-size: 12px;
  }

  .self-section-head a span {
    font-size: 18px;
  }

  .self-routes-grid {
    gap: 20px;
  }

  .self-route-card {
    border-radius: 9px;
  }

  .self-route-media {
    height: 92px;
  }

  .self-route-body {
    min-height: 244px;
    padding: 20px 19px 17px;
  }

  .self-route-title-row {
    min-height: 38px;
  }

  .self-route-title-row h3 {
    font-size: 18px;
  }

  .self-route-title-row span {
    min-width: 48px;
    min-height: 28px;
    border-radius: 5px;
    font-size: 12px;
  }

  .self-route-card ul {
    gap: 6px;
    margin: 5px 0 17px;
  }

  .self-route-card li {
    padding-left: 16px;
    font-size: 12px;
  }

  .self-route-card li::before {
    width: 7px;
    height: 7px;
  }

  .self-route-button {
    min-height: 35px;
    border-radius: 5px;
    font-size: 13px;
  }

  .self-booking-section {
    padding-bottom: 42px;
  }

  .self-booking-section h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .self-service-grid {
    gap: 8px;
  }

  .self-service-card {
    min-height: 96px;
    grid-template-rows: 39px auto;
    gap: 9px;
    border-radius: 9px;
  }

  .self-service-card svg {
    width: 34px;
    height: 34px;
  }

  .self-service-card span {
    max-width: 100px;
    font-size: 12px;
  }

  .self-build-button {
    min-width: 252px;
    min-height: 44px;
    margin-top: 8px;
    border-radius: 7px;
    font-size: 14px;
  }

  .self-build-button span {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }

  .self-map-section {
    padding-bottom: 45px;
  }

  .self-map-card {
    grid-template-columns: 290px 1fr;
    min-height: 300px;
    border-radius: 11px;
  }

  .self-map-sidebar {
    gap: 11px;
    padding: 24px 23px;
  }

  .self-map-sidebar h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .self-map-sidebar label {
    gap: 9px;
    font-size: 12px;
  }

  .self-map-sidebar label span {
    width: 15px;
    height: 15px;
    border-radius: 4px;
  }

  .self-map-canvas {
    min-height: 300px;
  }

  .self-map-pin {
    width: 27px;
    height: 27px;
  }

  .self-map-pin::before {
    width: 8px;
    height: 8px;
  }

  .self-map-zoom {
    right: 18px;
    top: 132px;
    gap: 7px;
  }

  .self-map-zoom button {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    font-size: 18px;
  }

  .self-map-route {
    min-width: 265px;
    min-height: 36px;
    bottom: 12px;
    border-radius: 6px;
    font-size: 13px;
  }

  .self-practical-section {
    padding-bottom: 50px;
  }

  .self-practical-section > .self-inner > h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .self-info-grid {
    gap: 14px;
  }

  .self-info-card {
    min-height: 88px;
    grid-template-columns: 47px 1fr;
    gap: 13px;
    border-radius: 9px;
    padding: 17px 18px;
  }

  .self-info-card svg {
    width: 40px;
    height: 40px;
  }

  .self-info-card h3 {
    font-size: 14px;
  }

  .self-info-card p {
    font-size: 11px;
  }

  .self-info-card a {
    font-size: 11px;
  }

  .self-day-food-stay {
    grid-template-columns: 290px 1fr 370px;
    gap: 32px;
    margin-top: 30px;
  }

  .self-day-plan h2,
  .self-mini-head h2 {
    font-size: 17px;
  }

  .self-day-plan ol {
    gap: 11px;
    margin-top: 18px;
  }

  .self-day-plan li {
    grid-template-columns: 58px 1fr;
    gap: 12px;
    font-size: 12px;
  }

  .self-mini-head a {
    font-size: 12px;
  }

  .self-mini-grid {
    gap: 10px;
  }

  .self-mini-grid a {
    min-height: 82px;
    border-radius: 7px;
  }

  .self-mini-grid span {
    left: 10px;
    bottom: 9px;
    font-size: 12px;
  }

  .self-mistakes-section {
    padding-bottom: 32px;
  }

  .self-mistakes-section h2 {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .self-mistakes-grid {
    gap: 22px;
  }

  .self-mistakes-grid div {
    grid-template-columns: 34px 1fr;
    gap: 11px;
  }

  .self-mistakes-grid span {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .self-mistakes-grid p {
    font-size: 12px;
  }

  .self-bottom-cta {
    min-height: 184px;
    margin-bottom: 38px;
  }

  .self-bottom-inner {
    min-height: 184px;
    grid-template-columns: 1fr 332px;
    gap: 54px;
  }

  .self-bottom-inner h2 {
    font-size: 43px;
  }

  .self-bottom-inner p {
    font-size: 14px;
  }

  .self-bottom-actions .self-button {
    min-height: 50px;
    font-size: 14px;
  }

  .tours-hero {
    min-height: 640px;
  }

  .tours-topbar,
  .tours-hero-content,
  .tours-benefits,
  .tours-filter-panel {
    width: min(calc(100% - 144px), 1220px);
  }

  .tours-topbar {
    grid-template-columns: 150px 1fr 240px;
  }

  .tours-nav-links {
    gap: 43px;
    font-size: 13px;
  }

  .tours-nav-cta {
    min-width: 190px;
    min-height: 48px;
    font-size: 14px;
  }

  .tours-hero-content {
    padding-top: 72px;
  }

  .tours-hero-content h1 {
    font-size: 62px;
  }

  .tours-kicker {
    font-size: 30px;
  }

  .tours-description {
    font-size: 17px;
  }

  .tours-button {
    min-height: 56px;
    font-size: 14px;
  }

  .tours-button-primary {
    min-width: 210px;
  }

  .tours-button-secondary {
    min-width: 245px;
  }

  .tours-benefits {
    bottom: 54px;
    gap: 78px;
    padding: 27px 54px;
  }

  .tours-benefits p {
    font-size: 15px;
  }

  .tours-filter-wrap {
    margin-top: -28px;
  }

  .tours-filter-panel {
    grid-template-columns: 1.25fr 1.25fr 1.1fr 1.08fr 160px;
  }

  .tours-filter-panel label,
  .tours-filter-panel button {
    min-height: 86px;
  }

  .tours-filter-panel label > span {
    font-size: 12px;
  }

  .tours-filter-panel strong {
    font-size: 18px;
  }

  .tours-filter-panel button {
    font-size: 13px;
  }

  .tours-inner {
    width: min(calc(100% - 144px), 1220px);
  }

  .tours-formats-section {
    padding-bottom: 48px;
  }

  .tours-formats-section h2 {
    margin-bottom: 26px;
    font-size: 36px;
  }

  .tours-format-grid {
    gap: 24px;
  }

  .tours-format-card {
    min-height: 390px;
    border-radius: 10px;
  }

  .tours-format-icon {
    left: 26px;
    top: 24px;
    width: 76px;
    height: 76px;
  }

  .tours-format-icon svg {
    width: 43px;
    height: 43px;
  }

  .tours-format-copy {
    left: 26px;
    right: 82px;
    bottom: 28px;
  }

  .tours-format-copy h3 {
    font-size: 27px;
  }

  .tours-format-copy p {
    font-size: 17px;
  }

  .tours-format-tags span {
    min-height: 32px;
    font-size: 14px;
  }

  .tours-format-arrow {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }

  .tours-popular-section {
    padding-bottom: 60px;
  }

  .tours-section-head {
    margin-bottom: 24px;
  }

  .tours-section-head h2 {
    font-size: 36px;
  }

  .tours-section-head a {
    padding-top: 7px;
    font-size: 13px;
  }

  .tours-tour-grid {
    gap: 18px;
  }

  .tours-tour-card {
    min-height: 295px;
    border-radius: 9px;
  }

  .tours-tour-badge {
    left: 14px;
    top: 13px;
    min-height: 25px;
    padding-inline: 11px;
    font-size: 11px;
  }

  .tours-tour-copy {
    left: 15px;
    right: 15px;
    bottom: 18px;
  }

  .tours-tour-copy h3 {
    min-height: 48px;
    margin-bottom: 17px;
    font-size: 19px;
  }

  .tours-tour-copy p {
    font-size: 12px;
  }

  .tours-tour-copy strong {
    font-size: 14px;
  }

  .tours-slider-button {
    width: 40px;
    height: 40px;
  }

  .tours-slider-prev {
    left: -30px;
  }

  .tours-slider-next {
    right: -30px;
  }

  .tours-why-section {
    padding-bottom: 64px;
  }

  .tours-why-panel {
    min-height: 224px;
    padding: 38px 40px 34px;
  }

  .tours-why-panel h2 {
    margin-bottom: 36px;
    font-size: 32px;
  }

  .tours-why-grid {
    gap: 26px;
  }

  .tours-why-item svg {
    width: 58px;
    height: 58px;
  }

  .tours-why-item p {
    font-size: 15px;
  }

  .tours-cities-section {
    padding-bottom: 54px;
  }

  .tours-city-grid {
    gap: 16px;
  }

  .tours-city-card {
    min-height: 154px;
    border-radius: 9px;
  }

  .tours-city-card strong {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 18px;
  }

  .tours-city-check {
    right: 12px;
    top: 11px;
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .tours-info-section {
    padding-bottom: 56px;
  }

  .tours-info-grid {
    gap: 24px;
  }

  .tours-info-card {
    min-height: 160px;
    grid-template-columns: 66px 1fr;
    gap: 22px;
    padding: 30px 32px;
  }

  .tours-info-icon {
    width: 62px;
    height: 62px;
  }

  .tours-info-icon svg {
    width: 40px;
    height: 40px;
  }

  .tours-info-card h2 {
    font-size: 18px;
  }

  .tours-info-card p {
    font-size: 14px;
  }

  .tours-info-card a {
    font-size: 14px;
  }

  .tours-final-cta {
    padding-bottom: 68px;
  }

  .tours-final-card {
    min-height: 140px;
  }

  .tours-final-content {
    min-height: 140px;
    padding: 32px 54px;
  }

  .tours-final-content h2 {
    font-size: 39px;
  }

  .tours-final-content p {
    font-size: 16px;
  }

  .tours-final-button {
    min-height: 52px;
    min-width: 188px;
    font-size: 14px;
  }

  .bus-hero {
    min-height: 584px;
  }

  .bus-topbar,
  .bus-hero-content {
    width: min(calc(100% - 144px), 1220px);
  }

  .bus-topbar {
    grid-template-columns: 150px 1fr 240px;
  }

  .bus-nav-links {
    gap: 43px;
    font-size: 13px;
  }

  .bus-nav-cta {
    min-width: 170px;
    min-height: 46px;
    font-size: 13px;
  }

  .bus-hero-content {
    padding-top: 38px;
  }

  .bus-breadcrumbs {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .bus-hero-content h1 {
    font-size: 65px;
  }

  .bus-kicker {
    font-size: 27px;
  }

  .bus-hero-features {
    max-width: 710px;
    gap: 36px;
    margin-top: 30px;
  }

  .bus-hero-features svg {
    width: 48px;
    height: 48px;
  }

  .bus-hero-features span {
    font-size: 13px;
  }

  .bus-button {
    min-height: 56px;
    font-size: 14px;
  }

  .bus-button-primary {
    min-width: 220px;
  }

  .bus-button-secondary {
    min-width: 284px;
  }

  .bus-inner {
    width: min(calc(100% - 144px), 1220px);
  }

  .bus-comfort-section {
    padding: 50px 0 44px;
  }

  .bus-centered-head {
    margin-bottom: 36px;
  }

  .bus-centered-head h2 {
    font-size: 31px;
  }

  .bus-comfort-grid {
    gap: 24px;
  }

  .bus-comfort-card {
    min-height: 260px;
    padding: 44px 34px 34px;
  }

  .bus-comfort-card svg {
    width: 64px;
    height: 64px;
  }

  .bus-comfort-card h3 {
    font-size: 16px;
  }

  .bus-comfort-card p {
    font-size: 14px;
  }

  .bus-list-section {
    padding-bottom: 54px;
  }

  .bus-section-head {
    margin-bottom: 24px;
  }

  .bus-section-head h2 {
    font-size: 33px;
  }

  .bus-section-head a {
    padding-top: 8px;
    font-size: 13px;
  }

  .bus-tour-grid {
    gap: 24px;
  }

  .bus-tour-card {
    min-height: 318px;
    border-radius: 10px;
  }

  .bus-tour-badge {
    left: 18px;
    top: 17px;
    min-height: 28px;
    font-size: 11px;
  }

  .bus-tour-copy {
    left: 20px;
    right: 78px;
    bottom: 22px;
  }

  .bus-tour-copy h3 {
    font-size: 23px;
  }

  .bus-tour-tags span {
    min-height: 28px;
    font-size: 12px;
  }

  .bus-tour-copy p {
    font-size: 20px;
  }

  .bus-tour-arrow {
    right: 22px;
    bottom: 22px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }

  .bus-steps-section {
    padding-bottom: 58px;
  }

  .bus-steps-section h2 {
    margin-bottom: 38px;
    font-size: 33px;
  }

  .bus-steps-line {
    gap: 38px;
  }

  .bus-step-icon {
    width: 88px;
    height: 88px;
  }

  .bus-step-icon svg {
    width: 43px;
    height: 43px;
  }

  .bus-step strong {
    font-size: 19px;
  }

  .bus-step h3 {
    font-size: 16px;
  }

  .bus-step p {
    font-size: 13px;
  }

  .bus-gallery-section {
    padding-bottom: 58px;
  }

  .bus-gallery-grid {
    gap: 16px;
  }

  .bus-gallery-grid a,
  .bus-gallery-grid img {
    min-height: 150px;
  }

  .bus-trust-section {
    padding-bottom: 68px;
  }

  .bus-trust-grid {
    gap: 32px;
  }

  .bus-mini-head h2,
  .bus-faq h2 {
    font-size: 28px;
  }

  .bus-review-card {
    min-height: 284px;
  }

  .bus-faq-list button {
    min-height: 56px;
    font-size: 14px;
  }

  .bus-side-cta {
    min-height: 344px;
  }

  .bus-side-cta-content {
    min-height: 344px;
  }

  .bus-bottom-grid {
    min-height: 112px;
    gap: 54px;
  }

  .bus-bottom-grid svg {
    width: 44px;
    height: 44px;
  }

  .bus-bottom-grid strong {
    font-size: 14px;
  }

  .bus-bottom-grid span {
    font-size: 13px;
  }

  .meteor-hero {
    min-height: 584px;
  }

  .meteor-topbar,
  .meteor-hero-content {
    width: min(calc(100% - 144px), 1220px);
  }

  .meteor-topbar {
    grid-template-columns: 150px 1fr 240px;
  }

  .meteor-nav-links {
    gap: 43px;
    font-size: 13px;
  }

  .meteor-nav-cta {
    min-width: 170px;
    min-height: 46px;
    font-size: 13px;
  }

  .meteor-hero-content {
    padding-top: 38px;
  }

  .meteor-breadcrumbs {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .meteor-hero-content h1 {
    font-size: 64px;
  }

  .meteor-kicker {
    font-size: 28px;
  }

  .meteor-description {
    font-size: 18px;
  }

  .meteor-hero-features {
    max-width: 920px;
    gap: 36px;
    margin-top: 34px;
  }

  .meteor-hero-features svg {
    width: 48px;
    height: 48px;
  }

  .meteor-hero-features span {
    font-size: 13px;
  }

  .meteor-button {
    min-height: 56px;
    font-size: 14px;
  }

  .meteor-button-primary {
    min-width: 220px;
  }

  .meteor-button-secondary {
    min-width: 284px;
  }

  .meteor-inner {
    width: min(calc(100% - 144px), 1220px);
  }

  .meteor-benefits-section {
    padding: 50px 0 44px;
  }

  .meteor-centered-head {
    margin-bottom: 36px;
  }

  .meteor-centered-head h2 {
    font-size: 31px;
  }

  .meteor-benefits-grid {
    gap: 18px;
  }

  .meteor-benefit-card {
    min-height: 238px;
    padding: 40px 28px 32px;
  }

  .meteor-benefit-card svg {
    width: 62px;
    height: 62px;
  }

  .meteor-benefit-card h3 {
    font-size: 16px;
  }

  .meteor-benefit-card p {
    font-size: 13px;
  }

  .meteor-list-section {
    padding-bottom: 54px;
  }

  .meteor-section-head {
    margin-bottom: 24px;
  }

  .meteor-section-head h2 {
    font-size: 33px;
  }

  .meteor-section-head a {
    padding-top: 8px;
    font-size: 13px;
  }

  .meteor-tour-grid {
    gap: 24px;
  }

  .meteor-tour-card {
    min-height: 318px;
    border-radius: 10px;
  }

  .meteor-tour-badge {
    left: 18px;
    top: 17px;
    min-height: 28px;
    font-size: 11px;
  }

  .meteor-tour-copy {
    left: 20px;
    right: 78px;
    bottom: 22px;
  }

  .meteor-tour-copy h3 {
    font-size: 23px;
  }

  .meteor-tour-copy p {
    font-size: 14px;
  }

  .meteor-tour-tags span {
    min-height: 28px;
    font-size: 12px;
  }

  .meteor-tour-copy strong {
    font-size: 20px;
  }

  .meteor-tour-arrow {
    right: 22px;
    bottom: 22px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }

  .meteor-steps-section {
    padding-bottom: 58px;
  }

  .meteor-steps-section h2 {
    margin-bottom: 38px;
    font-size: 33px;
  }

  .meteor-steps-line {
    gap: 38px;
  }

  .meteor-step-icon {
    width: 88px;
    height: 88px;
  }

  .meteor-step-icon svg {
    width: 43px;
    height: 43px;
  }

  .meteor-step strong {
    font-size: 19px;
  }

  .meteor-step h3 {
    font-size: 16px;
  }

  .meteor-step p {
    font-size: 13px;
  }

  .meteor-gallery-section {
    padding-bottom: 58px;
  }

  .meteor-gallery-head {
    margin-bottom: 20px;
  }

  .meteor-gallery-grid {
    gap: 16px;
  }

  .meteor-gallery-grid a,
  .meteor-gallery-grid img {
    min-height: 150px;
  }

  .meteor-info-section {
    padding-bottom: 64px;
  }

  .meteor-info-grid {
    gap: 32px;
  }

  .meteor-mini-head h2,
  .meteor-faq h2,
  .meteor-important h2 {
    font-size: 28px;
  }

  .meteor-review-card {
    min-height: 284px;
  }

  .meteor-faq-list button {
    min-height: 56px;
    font-size: 14px;
  }

  .meteor-important {
    min-height: 284px;
    padding: 32px 30px 28px;
  }

  .meteor-important li {
    font-size: 14px;
  }

  .meteor-final-cta {
    padding-bottom: 64px;
  }

  .meteor-final-card,
  .meteor-final-content {
    min-height: 154px;
  }

  .meteor-final-content {
    padding-inline: 68px;
  }

  .meteor-final-content h2 {
    font-size: 39px;
  }

  .meteor-final-content p {
    font-size: 15px;
  }
}

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

  .hero-bg {
    background-position: 60% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(14, 21, 17, 0.9) 0%, rgba(14, 21, 17, 0.54) 64%, rgba(14, 21, 17, 0.18) 100%),
      linear-gradient(180deg, rgba(14, 21, 17, 0.16) 0%, rgba(14, 21, 17, 0.16) 45%, rgba(14, 21, 17, 0.98) 100%);
  }

  .topbar,
  .hero-copy,
  .hero-facts {
    width: calc(100% - 32px);
  }

  .topbar {
    grid-template-columns: 1fr 44px;
    min-height: 73px;
  }

  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 21px;
    height: 2px;
    background: currentColor;
  }

  .nav-links {
    position: absolute;
    top: 66px;
    right: 16px;
    display: none;
    width: min(310px, calc(100vw - 32px));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(12, 18, 14, 0.96);
    padding: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
  }

  .nav-links.is-open {
    display: grid;
    gap: 0;
  }

  .nav-links a {
    min-height: 40px;
    padding: 0 10px;
    font-size: 13px;
  }

  .nav-dropdown {
    width: 100%;
    min-height: auto;
    display: grid;
  }

  .nav-dropdown button {
    width: 100%;
    min-height: 40px;
    color: #fff;
    font-size: 13px;
    text-align: left;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
    opacity: 1;
    padding: 5px 8px;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown-menu a {
    min-height: 30px;
    padding: 0;
    font-size: 12px;
  }

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

  .hero-copy h1 {
    font-size: clamp(54px, 16.2vw, 72px);
  }

  .hero-subtitle {
    margin-top: 8px;
    font-size: 22px;
  }

  .hero-description {
    max-width: 345px;
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
    gap: 13px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 44px;
    border-radius: 8px;
    font-size: 14px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
    padding: 0 0 28px;
  }

  .fact-text {
    font-size: 14px;
  }

  .fact-number strong {
    font-size: 30px;
  }

  .interest-section {
    padding: 22px 0 4px;
  }

  .interest-inner {
    width: calc(100% - 32px);
  }

  .interest-head {
    justify-content: flex-start;
    margin-bottom: 14px;
  }

  .interest-head h2 {
    font-size: 25px;
  }

  .interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .interest-card {
    min-height: 92px;
    border-radius: 9px;
    padding: 12px 8px;
  }

  .interest-card span {
    width: 29px;
    height: 29px;
  }

  .interest-card strong {
    font-size: 12px;
  }

  .sights-section {
    padding: 22px 0 20px;
  }

  .sights-inner,
  .stays-inner,
  .activities-inner,
  .events-inner,
  .map-events-inner {
    width: calc(100% - 32px);
  }

  .footer-inner,
  .footer-bottom {
    width: calc(100% - 32px);
  }

  .about-hero-content {
    width: calc(100% - 32px);
  }

  .about-inner {
    width: calc(100% - 32px);
  }

  .excursions-inner {
    width: calc(100% - 32px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-head {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .section-head h2 {
    max-width: 180px;
    font-size: 31px;
    line-height: 0.95;
  }

  .see-all {
    min-height: 36px;
    padding-top: 1px;
    font-size: 12px;
  }

  .sights-grid {
    display: flex;
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .sights-grid::-webkit-scrollbar {
    display: none;
  }

  .sight-card {
    flex: 0 0 148px;
    scroll-snap-align: start;
  }

  .sight-card strong {
    font-size: 13px;
  }

  .excursions-section {
    padding: 22px 0 24px;
  }

  .compact-head {
    min-height: 38px;
    margin-bottom: 12px;
  }

  .compact-head h2 {
    white-space: normal;
  }

  .excursion-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .excursion-grid::-webkit-scrollbar {
    display: none;
  }

  .excursion-card {
    flex: 0 0 166px;
    scroll-snap-align: start;
  }

  .excursion-content strong {
    font-size: 16px;
  }

  .tour-panel {
    grid-template-columns: 1fr;
  }

  .tour-column {
    padding: 18px 18px 16px;
  }

  .tour-column + .tour-column {
    border-top: 1px solid rgba(29, 33, 30, 0.08);
    border-left: 0;
  }

  .tour-column h3 {
    font-size: 16px;
    text-align: left;
  }

  .tour-row {
    grid-template-columns: 38px 1fr 18px;
    min-height: 38px;
  }

  .tour-row img {
    width: 38px;
    height: 38px;
  }

  .tour-row span {
    font-size: 13px;
  }

  .stays-section {
    padding: 22px 0 24px;
  }

  .stays-head {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .stays-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .stays-grid::-webkit-scrollbar {
    display: none;
  }

  .stay-card {
    flex: 0 0 180px;
    scroll-snap-align: start;
  }

  .stay-card strong {
    font-size: 15px;
  }

  .stay-card small {
    font-size: 10px;
  }

  .slider-arrow {
    display: none;
  }

  .activities-section {
    padding: 22px 0 24px;
  }

  .activities-head {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .activities-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .activities-grid::-webkit-scrollbar {
    display: none;
  }

  .activity-card {
    flex: 0 0 148px;
    scroll-snap-align: start;
  }

  .activity-card strong {
    font-size: 14px;
  }

  .events-section {
    padding: 22px 0 24px;
  }

  .events-head {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .events-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .events-grid::-webkit-scrollbar {
    display: none;
  }

  .event-card {
    flex: 0 0 148px;
    scroll-snap-align: start;
  }

  .event-title {
    font-size: 13px;
  }

  .map-events-section {
    padding: 22px 0 0;
  }

  .map-events-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .map-block {
    padding-bottom: 0;
  }

  .map-block h2,
  .event-org h2 {
    max-width: 270px;
    font-size: 31px;
    line-height: 0.95;
  }

  .map-panel {
    aspect-ratio: 343 / 150;
  }

  .map-controls {
    flex-wrap: wrap;
    gap: 6px;
  }

  .map-controls button,
  .map-controls a {
    min-height: 30px;
    font-size: 10px;
  }

  .map-controls a {
    margin-left: 0;
  }

  .event-org {
    min-height: 366px;
    margin-inline: -16px;
  }

  .event-org-content {
    padding: 30px 16px 20px;
  }

  .event-org p {
    font-size: 16px;
  }

  .event-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 38px;
  }

  .event-services a {
    min-height: 76px;
  }

  .event-services span {
    font-size: 11px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 0 20px;
  }

  .footer-brand p,
  .footer-subscribe p {
    max-width: 270px;
    font-size: 12px;
  }

  .site-footer h2 {
    font-size: 15px;
  }

  .footer-contacts a,
  .footer-contacts p {
    grid-template-columns: 20px 1fr;
    font-size: 13px;
  }

  .social-grid {
    grid-template-columns: repeat(5, 34px);
    gap: 10px;
  }

  .social-grid a {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .subscribe-row {
    grid-template-columns: 1fr;
  }

  .subscribe-row input,
  .subscribe-row button {
    min-height: 42px;
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    min-height: 70px;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
  }

  .inner-topbar {
    grid-template-columns: 1fr 44px;
    min-height: 73px;
  }

  .inner-actions {
    display: contents;
  }

  .inner-actions .nav-cta,
  .favorite-link {
    display: none;
  }

  .about-hero {
    min-height: 520px;
  }

  .about-hero > img {
    object-position: 58% center;
  }

  .about-hero-shade {
    background:
      linear-gradient(90deg, rgba(18, 23, 23, 0.9) 0%, rgba(18, 23, 23, 0.54) 66%, rgba(18, 23, 23, 0.16) 100%),
      linear-gradient(180deg, rgba(18, 23, 23, 0.16) 0%, rgba(18, 23, 23, 0.72) 100%);
  }

  .about-hero-content {
    padding: 20px 0 38px;
  }

  .breadcrumbs {
    margin-bottom: 26px;
    font-size: 12px;
  }

  .about-hero h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .about-kicker {
    margin: 9px 0 28px;
    font-size: 26px;
  }

  .about-lead {
    font-size: 18px;
  }

  .about-description {
    max-width: 330px;
    font-size: 14px;
  }

  .about-intro-section {
    padding: 22px 0 24px;
  }

  .about-intro-card {
    grid-template-columns: 1fr;
    gap: 15px;
    border-radius: 10px;
    padding: 20px 16px;
  }

  .about-intro-card h2 {
    font-size: 28px;
  }

  .about-intro-copy p {
    font-size: 13px;
  }

  .about-stats-section {
    padding: 24px 0;
  }

  .about-section-title h2 {
    font-size: 29px;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .about-stat-card {
    min-height: 136px;
  }

  .about-stat-card img {
    width: 42px;
    height: 42px;
  }

  .about-stat-card strong {
    font-size: 30px;
  }

  .about-stat-card span {
    font-size: 12px;
  }

  .about-history-section {
    padding-bottom: 28px;
  }

  .history-timeline {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 0;
  }

  .history-timeline::before {
    left: 28px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 1px;
    height: auto;
    background-image: linear-gradient(180deg, rgba(215, 155, 53, 0.75) 50%, transparent 0);
    background-size: 1px 6px;
  }

  .history-item {
    min-height: 92px;
    grid-template-columns: 58px 1fr;
    justify-items: start;
    column-gap: 14px;
    text-align: left;
  }

  .history-dot {
    grid-row: 1 / 3;
    width: 56px;
    height: 56px;
  }

  .history-item strong {
    align-self: end;
    margin-top: 0;
    font-size: 15px;
  }

  .history-item p {
    max-width: 250px;
    margin-top: 7px;
    font-size: 12px;
  }

  .about-unique-section {
    padding-bottom: 28px;
  }

  .about-unique-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .unique-card {
    min-height: 238px;
  }

  .unique-content h3 {
    font-size: 16px;
  }

  .unique-content li {
    font-size: 12px;
  }

  .about-symbols-section {
    padding-bottom: 30px;
  }

  .symbols-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .symbols-grid::-webkit-scrollbar {
    display: none;
  }

  .symbol-card {
    flex: 0 0 148px;
    scroll-snap-align: start;
  }

  .symbol-card strong {
    font-size: 12px;
  }

  .about-today-section {
    grid-template-columns: 1fr;
  }

  .about-today-media {
    min-height: 210px;
  }

  .about-today-media::after {
    background: linear-gradient(180deg, rgba(255,255,255,0) 58%, #fff 100%);
  }

  .about-today-content {
    min-height: auto;
    padding: 24px 16px 28px;
  }

  .about-today-content p {
    font-size: 13px;
  }

  .today-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
  }

  .today-features span {
    font-size: 11px;
  }

  .today-button {
    width: 100%;
  }

  .about-region-section {
    padding: 28px 0 32px;
  }

  .about-region-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-region-copy h2 {
    font-size: 30px;
  }

  .about-region-copy p {
    font-size: 13px;
  }

  .region-card-grid {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .region-card-grid::-webkit-scrollbar {
    display: none;
  }

  .region-card {
    flex: 0 0 142px;
    scroll-snap-align: start;
  }

  .region-card strong {
    font-size: 11px;
  }

  .region-card span {
    font-size: 10px;
  }

  .about-media-section {
    padding-bottom: 32px;
  }

  .about-media-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .media-button {
    width: 100%;
    min-height: 40px;
    font-size: 13px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .about-final-cta {
    min-height: 290px;
  }

  .about-final-cta > img {
    object-position: 62% center;
  }

  .about-final-shade {
    background:
      linear-gradient(90deg, rgba(31, 15, 13, 0.86) 0%, rgba(46, 20, 15, 0.62) 72%, rgba(28, 13, 10, 0.36) 100%),
      linear-gradient(180deg, rgba(13, 13, 12, 0.22) 0%, rgba(13, 13, 12, 0.56) 100%);
  }

  .about-final-inner {
    min-height: 290px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 16px;
    padding-block: 34px;
  }

  .about-final-inner h2 {
    font-size: 30px;
  }

  .about-final-inner p {
    font-size: 13px;
  }

  .about-final-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: stretch;
    margin-top: 2px;
  }

  .about-final-actions .button {
    width: 100%;
    min-height: 44px;
    font-size: 13px;
  }

  .self-hero {
    min-height: 575px;
  }

  .self-hero-bg {
    object-position: 62% center;
  }

  .self-hero-shade {
    background:
      linear-gradient(90deg, rgba(9, 22, 20, 0.92) 0%, rgba(9, 22, 20, 0.62) 72%, rgba(9, 22, 20, 0.3) 100%),
      linear-gradient(180deg, rgba(8, 16, 15, 0.32) 0%, rgba(8, 16, 15, 0.2) 48%, rgba(8, 16, 15, 0.68) 100%);
  }

  .self-topbar {
    width: min(calc(100% - 30px), var(--container));
    grid-template-columns: 1fr 48px;
    min-height: 68px;
  }

  .self-actions {
    display: none;
  }

  .self-brand .brand-mark,
  .self-brand .brand-mark img {
    width: 34px;
    height: 31px;
  }

  .self-brand .brand-text {
    font-size: 15px;
  }

  .self-hero-content {
    width: min(calc(100% - 30px), var(--container));
    padding-top: 54px;
  }

  .self-hero-content h1 {
    max-width: 340px;
    font-size: 34px;
    line-height: 1;
  }

  .self-hero-content p {
    max-width: 330px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.38;
  }

  .self-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .self-button {
    width: 100%;
    min-height: 46px;
    padding-inline: 18px;
    font-size: 13px;
  }

  .self-inner {
    width: min(calc(100% - 30px), var(--container));
  }

  .self-formats-section {
    padding: 24px 0 34px;
  }

  .self-formats-section h2 {
    margin-bottom: 16px;
    font-size: 17px;
    text-align: left;
  }

  .self-format-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .self-format-grid::-webkit-scrollbar {
    display: none;
  }

  .self-format-card {
    flex: 0 0 245px;
    min-height: 190px;
    scroll-snap-align: start;
  }

  .self-format-icon {
    width: 48px;
    height: 48px;
  }

  .self-format-icon svg {
    width: 28px;
    height: 28px;
  }

  .self-format-card strong {
    bottom: 62px;
    font-size: 20px;
  }

  .self-format-card p {
    bottom: 24px;
    font-size: 12px;
  }

  .self-routes-section {
    padding-bottom: 34px;
  }

  .self-section-head {
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .self-section-head h2 {
    max-width: 190px;
    font-size: 17px;
    text-align: left;
  }

  .self-section-head a {
    position: static;
    font-size: 10px;
  }

  .self-routes-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .self-routes-grid::-webkit-scrollbar {
    display: none;
  }

  .self-route-card {
    flex: 0 0 260px;
    scroll-snap-align: start;
  }

  .self-route-media {
    height: 76px;
  }

  .self-route-body {
    min-height: 226px;
    padding: 15px 14px 13px;
  }

  .self-route-title-row h3 {
    font-size: 15px;
  }

  .self-route-card li {
    font-size: 11px;
  }

  .self-route-button {
    min-height: 34px;
    font-size: 12px;
  }

  .self-booking-section {
    padding-bottom: 34px;
  }

  .self-booking-section h2 {
    margin-bottom: 14px;
    font-size: 17px;
    text-align: left;
  }

  .self-service-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .self-service-grid::-webkit-scrollbar {
    display: none;
  }

  .self-service-card {
    flex: 0 0 112px;
    min-height: 86px;
    scroll-snap-align: start;
  }

  .self-service-card span {
    font-size: 11px;
  }

  .self-build-button {
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    font-size: 13px;
  }

  .self-map-section {
    padding-bottom: 34px;
  }

  .self-map-card {
    grid-template-columns: 1fr;
    border-radius: 9px;
  }

  .self-map-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    padding: 15px;
  }

  .self-map-sidebar h2 {
    grid-column: 1 / -1;
    font-size: 16px;
  }

  .self-map-sidebar label {
    font-size: 10px;
  }

  .self-map-canvas {
    min-height: 240px;
  }

  .self-map-pin {
    width: 22px;
    height: 22px;
  }

  .self-map-zoom {
    right: 10px;
    top: 70px;
  }

  .self-map-route {
    left: 12px;
    right: 12px;
    bottom: 10px;
    min-width: 0;
    width: auto;
    min-height: 36px;
    font-size: 12px;
    transform: none;
  }

  .self-practical-section {
    padding-bottom: 34px;
  }

  .self-practical-section > .self-inner > h2 {
    margin-bottom: 14px;
    font-size: 17px;
    text-align: left;
  }

  .self-info-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .self-info-card {
    min-height: 86px;
    grid-template-columns: 42px 1fr;
    padding: 14px;
  }

  .self-info-card svg {
    width: 34px;
    height: 34px;
  }

  .self-info-card h3 {
    font-size: 13px;
  }

  .self-info-card p,
  .self-info-card a {
    font-size: 11px;
  }

  .self-day-food-stay {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 24px;
  }

  .self-day-plan h2,
  .self-mini-head h2 {
    font-size: 17px;
  }

  .self-day-plan li {
    grid-template-columns: 56px 1fr;
    font-size: 12px;
  }

  .self-mini-head a {
    font-size: 10px;
  }

  .self-mini-grid,
  .self-stay-mini .self-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .self-mini-grid a {
    min-height: 86px;
  }

  .self-mini-grid span {
    font-size: 12px;
  }

  .self-mistakes-section {
    padding-bottom: 28px;
  }

  .self-mistakes-section h2 {
    font-size: 17px;
    text-align: left;
  }

  .self-mistakes-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .self-mistakes-grid p {
    font-size: 12px;
  }

  .self-bottom-cta {
    min-height: 330px;
    margin-bottom: 0;
  }

  .self-bottom-cta > img {
    object-position: 62% center;
  }

  .self-bottom-shade {
    background:
      linear-gradient(90deg, rgba(10, 19, 17, 0.92) 0%, rgba(10, 19, 17, 0.72) 74%, rgba(10, 19, 17, 0.38) 100%),
      linear-gradient(180deg, rgba(10, 19, 17, 0.18), rgba(10, 19, 17, 0.72));
  }

  .self-bottom-inner {
    min-height: 330px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 22px;
    padding-block: 34px;
  }

  .self-bottom-inner h2 {
    font-size: 30px;
  }

  .self-bottom-inner p {
    font-size: 13px;
  }

  .self-bottom-actions .self-button {
    min-height: 46px;
  }

  .tours-hero {
    min-height: 790px;
  }

  .tours-hero-bg {
    object-position: 62% center;
  }

  .tours-hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 17, 16, 0.93) 0%, rgba(12, 17, 16, 0.7) 70%, rgba(12, 17, 16, 0.3) 100%),
      linear-gradient(180deg, rgba(12, 17, 16, 0.24) 0%, rgba(12, 17, 16, 0.2) 50%, rgba(12, 17, 16, 0.9) 100%);
  }

  .tours-topbar {
    width: min(calc(100% - 30px), var(--container));
    grid-template-columns: 1fr 48px;
    min-height: 68px;
  }

  .tours-actions {
    display: none;
  }

  .tours-brand .brand-mark,
  .tours-brand .brand-mark img {
    width: 34px;
    height: 31px;
  }

  .tours-brand .brand-text {
    font-size: 15px;
  }

  .tours-hero-content {
    width: min(calc(100% - 30px), var(--container));
    padding-top: 48px;
  }

  .tours-hero-content h1 {
    max-width: 330px;
    font-size: 40px;
    line-height: 0.96;
  }

  .tours-kicker {
    margin-top: 13px;
    font-size: 20px;
  }

  .tours-description {
    margin-top: 16px;
    font-size: 14px;
  }

  .tours-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .tours-button {
    width: 100%;
    min-height: 46px;
    font-size: 13px;
  }

  .tours-benefits {
    left: 15px;
    right: 15px;
    bottom: 24px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    transform: none;
  }

  .tours-benefits div {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .tours-benefits svg {
    width: 32px;
    height: 32px;
  }

  .tours-benefits p {
    font-size: 12px;
  }

  .tours-filter-wrap {
    margin-top: 0;
    padding: 18px 0 32px;
  }

  .tours-filter-panel {
    width: min(calc(100% - 30px), var(--container));
    grid-template-columns: 1fr;
    border-radius: 9px;
  }

  .tours-filter-panel label,
  .tours-filter-panel button {
    min-height: 62px;
  }

  .tours-filter-panel label {
    border-right: 0;
    border-bottom: 1px solid rgba(32, 37, 31, 0.1);
    padding: 0 18px;
  }

  .tours-filter-panel strong {
    font-size: 15px;
  }

  .tours-inner {
    width: min(calc(100% - 30px), var(--container));
  }

  .tours-formats-section {
    padding: 0 0 34px;
  }

  .tours-formats-section h2 {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .tours-format-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .tours-format-grid::-webkit-scrollbar {
    display: none;
  }

  .tours-format-card {
    flex: 0 0 286px;
    min-height: 300px;
    scroll-snap-align: start;
  }

  .tours-format-icon {
    left: 18px;
    top: 18px;
    width: 58px;
    height: 58px;
  }

  .tours-format-icon svg {
    width: 34px;
    height: 34px;
  }

  .tours-format-copy {
    left: 18px;
    right: 65px;
    bottom: 20px;
  }

  .tours-format-copy h3 {
    font-size: 21px;
  }

  .tours-format-copy p {
    font-size: 13px;
  }

  .tours-format-arrow {
    right: 17px;
    bottom: 20px;
    width: 42px;
    height: 42px;
  }

  .tours-popular-section {
    padding-bottom: 40px;
  }

  .tours-section-head {
    align-items: flex-end;
    margin-bottom: 16px;
  }

  .tours-section-head h2 {
    font-size: 26px;
  }

  .tours-section-head a {
    padding-bottom: 2px;
    font-size: 10px;
  }

  .tours-tour-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 0 0 6px;
    scrollbar-width: none;
  }

  .tours-tour-grid::-webkit-scrollbar {
    display: none;
  }

  .tours-tour-card {
    flex: 0 0 178px;
    min-height: 268px;
    scroll-snap-align: start;
  }

  .tours-tour-copy h3 {
    font-size: 17px;
  }

  .tours-slider-button {
    display: none;
  }

  .tours-why-section {
    padding-bottom: 40px;
  }

  .tours-why-panel {
    border-radius: 9px;
    padding: 26px 18px 24px;
  }

  .tours-why-panel h2 {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .tours-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 16px;
  }

  .tours-why-item {
    gap: 9px;
  }

  .tours-why-item svg {
    width: 44px;
    height: 44px;
  }

  .tours-why-item p {
    font-size: 12px;
  }

  .tours-cities-section {
    padding-bottom: 36px;
  }

  .tours-city-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .tours-city-grid::-webkit-scrollbar {
    display: none;
  }

  .tours-city-card {
    flex: 0 0 126px;
    min-height: 96px;
    scroll-snap-align: start;
  }

  .tours-city-card strong {
    left: 10px;
    right: 10px;
    bottom: 9px;
    font-size: 13px;
  }

  .tours-city-check {
    right: 8px;
    top: 8px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .tours-info-section {
    padding-bottom: 34px;
  }

  .tours-info-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tours-info-card {
    min-height: 0;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 20px 18px;
  }

  .tours-info-icon {
    width: 44px;
    height: 44px;
  }

  .tours-info-icon svg {
    width: 30px;
    height: 30px;
  }

  .tours-info-card h2 {
    font-size: 15px;
  }

  .tours-info-card p {
    font-size: 12px;
  }

  .tours-page {
    padding-bottom: 72px;
  }

  .tours-final-cta {
    padding-bottom: 28px;
  }

  .tours-final-card {
    min-height: 292px;
    border-radius: 9px;
  }

  .tours-final-card > img {
    object-position: 55% center;
  }

  .tours-final-shade {
    background:
      linear-gradient(90deg, rgba(20, 20, 17, 0.9) 0%, rgba(20, 20, 17, 0.66) 68%, rgba(20, 20, 17, 0.36) 100%),
      linear-gradient(180deg, rgba(20, 20, 17, 0.18), rgba(20, 20, 17, 0.76));
  }

  .tours-final-content {
    min-height: 292px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 22px;
    padding: 28px 22px;
  }

  .tours-final-content h2 {
    font-size: 31px;
  }

  .tours-final-content p {
    font-size: 13px;
  }

  .tours-final-actions {
    display: grid;
    gap: 10px;
  }

  .tours-final-button {
    width: 100%;
    min-height: 46px;
    font-size: 13px;
  }

  .tours-mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 66px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(13, 15, 14, 0.97);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.22);
  }

  .tours-mobile-nav a {
    display: grid;
    min-width: 0;
    place-items: center;
    align-content: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
  }

  .tours-mobile-nav svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .tours-mobile-nav .is-active {
    color: var(--tour-red);
  }

  .bus-hero {
    min-height: 790px;
  }

  .bus-hero-bg {
    object-position: 66% center;
  }

  .bus-hero-shade {
    background:
      linear-gradient(90deg, rgba(12, 17, 16, 0.94) 0%, rgba(12, 17, 16, 0.78) 66%, rgba(12, 17, 16, 0.36) 100%),
      linear-gradient(180deg, rgba(12, 17, 16, 0.2) 0%, rgba(12, 17, 16, 0.2) 48%, rgba(12, 17, 16, 0.9) 100%);
  }

  .bus-topbar,
  .bus-hero-content {
    width: calc(100% - 30px);
  }

  .bus-topbar {
    grid-template-columns: 1fr 44px;
    min-height: 70px;
  }

  .bus-actions {
    display: none;
  }

  .bus-hero-content {
    padding-top: 26px;
  }

  .bus-breadcrumbs {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .bus-hero-content h1 {
    font-size: 42px;
  }

  .bus-kicker {
    font-size: 20px;
  }

  .bus-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
    margin-top: 28px;
  }

  .bus-hero-features svg {
    width: 38px;
    height: 38px;
  }

  .bus-hero-features span {
    font-size: 11px;
  }

  .bus-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 28px;
  }

  .bus-contact-choice {
    width: 100%;
  }

  .bus-contact-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .bus-button {
    width: 100%;
    min-height: 46px;
    font-size: 12px;
  }

  .bus-inner {
    width: calc(100% - 30px);
  }

  .bus-comfort-section {
    padding: 34px 0 34px;
  }

  .bus-centered-head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .bus-centered-head span {
    width: 64px;
    margin-inline: auto;
  }

  .bus-centered-head span:last-child {
    display: none;
  }

  .bus-centered-head span:first-child::after {
    right: 50%;
    transform: translate(50%, -50%);
  }

  .bus-centered-head h2 {
    font-size: 23px;
    white-space: normal;
  }

  .bus-comfort-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bus-comfort-card {
    min-height: 190px;
    padding: 24px 14px 20px;
  }

  .bus-comfort-card svg {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
  }

  .bus-comfort-card h3 {
    min-height: 48px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .bus-comfort-card p {
    font-size: 10px;
    line-height: 1.42;
  }

  .bus-list-section {
    padding-bottom: 34px;
  }

  .bus-section-head {
    align-items: flex-end;
    margin-bottom: 15px;
  }

  .bus-section-head h2 {
    max-width: 190px;
    font-size: 24px;
  }

  .bus-section-head a {
    padding-bottom: 2px;
    font-size: 10px;
  }

  .bus-tour-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .bus-tour-grid::-webkit-scrollbar {
    display: none;
  }

  .bus-tour-card {
    flex: 0 0 290px;
    min-height: 270px;
    scroll-snap-align: start;
  }

  .bus-tour-copy {
    left: 15px;
    right: 62px;
    bottom: 16px;
  }

  .bus-tour-copy h3 {
    font-size: 18px;
  }

  .bus-tour-tags {
    gap: 5px;
  }

  .bus-tour-tags span {
    min-height: 23px;
    font-size: 9px;
  }

  .bus-tour-copy p {
    font-size: 16px;
  }

  .bus-tour-arrow {
    right: 15px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }

  .bus-steps-section {
    padding-bottom: 34px;
  }

  .bus-steps-section h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .bus-steps-line {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bus-steps-line::before {
    left: 29px;
    right: auto;
    top: 18px;
    bottom: 18px;
    width: 1px;
    height: auto;
    background: repeating-linear-gradient(180deg, rgba(213, 155, 57, 0.42) 0 8px, transparent 8px 14px);
  }

  .bus-step {
    min-height: 86px;
    grid-template-columns: 58px 36px 1fr;
    justify-items: start;
    align-items: center;
    column-gap: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    padding: 12px 14px;
    text-align: left;
  }

  .bus-step::after {
    content: none;
  }

  .bus-step-icon {
    width: 42px;
    height: 42px;
  }

  .bus-step-icon svg {
    width: 24px;
    height: 24px;
  }

  .bus-step strong {
    margin-top: 0;
    font-size: 15px;
  }

  .bus-step h3 {
    min-height: 0;
    margin: 0 0 5px;
    font-size: 13px;
  }

  .bus-step p {
    max-width: none;
    font-size: 11px;
  }

  .bus-step h3,
  .bus-step p {
    grid-column: 3;
  }

  .bus-gallery-section {
    padding-bottom: 34px;
  }

  .bus-gallery-more {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 10px !important;
  }

  .bus-gallery-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .bus-gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .bus-gallery-grid a {
    flex: 0 0 158px;
    min-height: 96px;
    scroll-snap-align: start;
  }

  .bus-gallery-grid img {
    min-height: 96px;
  }

  .bus-trust-section {
    padding-bottom: 38px;
  }

  .bus-trust-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bus-mini-head {
    align-items: flex-end;
    margin-bottom: 14px;
  }

  .bus-mini-head h2,
  .bus-faq h2 {
    font-size: 23px;
  }

  .bus-mini-head a {
    font-size: 10px;
  }

  .bus-review-card {
    min-height: 0;
    padding: 20px 18px 18px;
  }

  .bus-review-person {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }

  .bus-review-person > span {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .bus-review-text {
    font-size: 12px;
  }

  .bus-faq h2 {
    margin-bottom: 14px;
  }

  .bus-faq-list button {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .bus-side-cta {
    min-height: 316px;
  }

  .bus-side-cta-content {
    min-height: 316px;
    padding: 24px 20px;
  }

  .bus-side-cta h2 {
    font-size: 30px;
  }

  .bus-side-cta p {
    font-size: 13px;
  }

  .bus-side-button {
    min-height: 45px;
    font-size: 12px;
  }

  .bus-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
    min-height: 0;
    padding-block: 22px;
  }

  .bus-bottom-grid div {
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }

  .bus-bottom-grid svg {
    width: 30px;
    height: 30px;
  }

  .bus-bottom-grid strong {
    font-size: 10px;
  }

  .bus-bottom-grid span {
    font-size: 9px;
  }

  .meteor-hero {
    min-height: 790px;
  }

  .meteor-hero-bg {
    object-position: 61% center;
  }

  .meteor-hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 22, 29, 0.95) 0%, rgba(7, 22, 29, 0.8) 66%, rgba(7, 22, 29, 0.38) 100%),
      linear-gradient(180deg, rgba(7, 22, 29, 0.22) 0%, rgba(7, 22, 29, 0.24) 48%, rgba(7, 22, 29, 0.91) 100%);
  }

  .meteor-topbar,
  .meteor-hero-content {
    width: calc(100% - 30px);
  }

  .meteor-topbar {
    grid-template-columns: 1fr 44px;
    min-height: 70px;
  }

  .meteor-actions {
    display: none;
  }

  .meteor-hero-content {
    padding-top: 26px;
  }

  .meteor-breadcrumbs {
    margin-bottom: 24px;
    font-size: 10px;
  }

  .meteor-hero-content h1 {
    font-size: 39px;
  }

  .meteor-kicker {
    font-size: 20px;
  }

  .meteor-description {
    font-size: 13px;
  }

  .meteor-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    margin-top: 28px;
  }

  .meteor-hero-features div {
    grid-template-columns: 38px 1fr;
    gap: 8px;
  }

  .meteor-hero-features svg {
    width: 34px;
    height: 34px;
  }

  .meteor-hero-features span {
    font-size: 10px;
  }

  .meteor-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 28px;
  }

  .meteor-contact-choice {
    width: 100%;
  }

  .meteor-contact-menu {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .meteor-button {
    width: 100%;
    min-height: 46px;
    font-size: 12px;
  }

  .meteor-inner {
    width: calc(100% - 30px);
  }

  .meteor-benefits-section {
    padding: 34px 0 34px;
  }

  .meteor-centered-head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .meteor-centered-head span {
    width: 64px;
    margin-inline: auto;
  }

  .meteor-centered-head span:last-child {
    display: none;
  }

  .meteor-centered-head span:first-child::after {
    right: 50%;
    transform: translate(50%, -50%);
  }

  .meteor-centered-head h2 {
    font-size: 22px;
    white-space: normal;
  }

  .meteor-benefits-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .meteor-benefits-grid::-webkit-scrollbar {
    display: none;
  }

  .meteor-benefit-card {
    flex: 0 0 164px;
    min-height: 198px;
    padding: 24px 14px 20px;
    scroll-snap-align: start;
  }

  .meteor-benefit-card svg {
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
  }

  .meteor-benefit-card h3 {
    font-size: 13px;
  }

  .meteor-benefit-card p {
    font-size: 10px;
    line-height: 1.42;
  }

  .meteor-list-section {
    padding-bottom: 34px;
  }

  .meteor-section-head {
    align-items: flex-end;
    margin-bottom: 15px;
  }

  .meteor-section-head h2 {
    max-width: 190px;
    font-size: 24px;
  }

  .meteor-section-head a {
    padding-bottom: 2px;
    font-size: 10px;
  }

  .meteor-tour-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .meteor-tour-grid::-webkit-scrollbar {
    display: none;
  }

  .meteor-tour-card {
    flex: 0 0 290px;
    min-height: 270px;
    scroll-snap-align: start;
  }

  .meteor-tour-copy {
    left: 15px;
    right: 62px;
    bottom: 16px;
  }

  .meteor-tour-copy h3 {
    font-size: 18px;
  }

  .meteor-tour-copy p {
    font-size: 11px;
  }

  .meteor-tour-tags {
    gap: 5px;
  }

  .meteor-tour-tags span {
    min-height: 23px;
    font-size: 9px;
  }

  .meteor-tour-copy strong {
    font-size: 16px;
  }

  .meteor-tour-arrow {
    right: 15px;
    bottom: 16px;
    width: 40px;
    height: 40px;
  }

  .meteor-steps-section {
    padding-bottom: 34px;
  }

  .meteor-steps-section h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .meteor-steps-line {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .meteor-steps-line::before {
    left: 29px;
    right: auto;
    top: 18px;
    bottom: 18px;
    width: 1px;
    height: auto;
    background: repeating-linear-gradient(180deg, rgba(43, 114, 173, 0.42) 0 8px, transparent 8px 14px);
  }

  .meteor-step {
    min-height: 86px;
    grid-template-columns: 58px 36px 1fr;
    justify-items: start;
    align-items: center;
    column-gap: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    padding: 12px 14px;
    text-align: left;
  }

  .meteor-step::after {
    content: none;
  }

  .meteor-step-icon {
    width: 42px;
    height: 42px;
  }

  .meteor-step-icon svg {
    width: 24px;
    height: 24px;
  }

  .meteor-step strong {
    margin-top: 0;
    font-size: 15px;
  }

  .meteor-step h3 {
    min-height: 0;
    margin: 0 0 5px;
    font-size: 13px;
  }

  .meteor-step p {
    max-width: none;
    font-size: 11px;
  }

  .meteor-step h3,
  .meteor-step p {
    grid-column: 3;
  }

  .meteor-gallery-section {
    padding-bottom: 34px;
  }

  .meteor-gallery-head {
    align-items: flex-end;
    margin-bottom: 14px;
  }

  .meteor-gallery-head h2 {
    max-width: 210px;
  }

  .meteor-gallery-more {
    min-height: 30px;
    padding-inline: 10px;
    font-size: 10px !important;
  }

  .meteor-gallery-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .meteor-gallery-grid::-webkit-scrollbar {
    display: none;
  }

  .meteor-gallery-grid a {
    flex: 0 0 174px;
    min-height: 112px;
    scroll-snap-align: start;
  }

  .meteor-gallery-grid img {
    min-height: 112px;
  }

  .meteor-info-section {
    padding-bottom: 38px;
  }

  .meteor-info-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .meteor-mini-head {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .meteor-mini-head h2,
  .meteor-faq h2,
  .meteor-important h2 {
    font-size: 24px;
  }

  .meteor-mini-head a {
    padding-top: 0;
    font-size: 10px;
  }

  .meteor-review-card {
    min-height: 0;
    padding: 22px 20px 18px;
  }

  .meteor-review-person {
    grid-template-columns: 48px 1fr;
    gap: 13px;
    margin-bottom: 18px;
  }

  .meteor-review-person > span {
    width: 48px;
    height: 48px;
  }

  .meteor-review-text {
    font-size: 13px;
  }

  .meteor-faq-list button {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .meteor-important {
    padding: 22px 20px 20px;
  }

  .meteor-important li {
    grid-template-columns: 25px 1fr;
    gap: 10px;
    font-size: 12px;
  }

  .meteor-important svg {
    width: 22px;
    height: 22px;
  }

  .meteor-final-cta {
    padding-bottom: 34px;
  }

  .meteor-final-card {
    min-height: 250px;
    border-radius: 9px;
  }

  .meteor-final-card > img {
    object-position: center;
  }

  .meteor-final-shade {
    background:
      linear-gradient(180deg, rgba(8, 24, 36, 0.82), rgba(8, 24, 36, 0.9)),
      linear-gradient(90deg, rgba(8, 24, 36, 0.62), rgba(122, 45, 31, 0.22));
  }

  .meteor-final-content {
    min-height: 250px;
    grid-template-columns: 1fr;
    gap: 20px;
    align-content: center;
    padding: 28px 22px;
    text-align: left;
  }

  .meteor-final-content h2 {
    font-size: 31px;
  }

  .meteor-final-content p {
    font-size: 13px;
  }

  .meteor-final-actions {
    display: grid;
    gap: 10px;
  }

  .meteor-final-button {
    width: 100%;
    min-height: 46px;
    padding-inline: 16px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 1200px) {
  .reboot-hero {
    min-height: 690px;
  }

  .reboot-topbar,
  .reboot-hero-content,
  .reboot-inner {
    width: min(calc(100% - 144px), 1220px);
  }

  .reboot-topbar {
    grid-template-columns: 150px 1fr 250px;
  }

  .reboot-nav-links {
    gap: 43px;
    font-size: 13px;
  }

  .reboot-nav-cta {
    min-width: 170px;
    min-height: 46px;
    font-size: 13px;
  }

  .reboot-hero-content h1 {
    font-size: 78px;
  }

  .reboot-kicker {
    font-size: 29px;
  }

  .reboot-description {
    font-size: 16px;
  }

  .reboot-hero-features {
    margin-top: 38px;
  }

  .reboot-hero-actions {
    margin-top: 36px;
  }

  .reboot-price-card {
    right: max(72px, calc((100% - 1220px) / 2));
    bottom: 64px;
    width: 210px;
    min-height: 176px;
  }

  .reboot-benefits-panel {
    min-height: 142px;
    padding-inline: 46px;
  }

  .reboot-program-section h2 {
    margin-bottom: 28px;
    font-size: 36px;
  }

  .reboot-day-tabs {
    width: 806px;
    margin-bottom: 26px;
  }

  .reboot-program-layout {
    grid-template-columns: 370px 1fr;
    gap: 44px;
  }

  .reboot-timeline article {
    grid-template-columns: 82px 1fr;
    padding-bottom: 30px;
  }

  .reboot-timeline time {
    font-size: 13px;
  }

  .reboot-timeline h3 {
    font-size: 14px;
  }

  .reboot-timeline p,
  .reboot-timeline li {
    font-size: 13px;
  }

  .reboot-program-gallery {
    gap: 16px;
  }

  .reboot-program-gallery img {
    height: 282px;
  }

  .reboot-program-gallery .reboot-program-wide {
    height: 410px;
  }

  .reboot-included-section {
    padding-bottom: 42px;
  }

  .reboot-included-panel {
    padding: 34px 50px 36px;
  }

  .reboot-included-panel h2 {
    font-size: 36px;
  }

  .reboot-included-grid {
    gap: 34px;
  }

  .reboot-included-grid svg {
    width: 44px;
    height: 44px;
  }

  .reboot-included-grid h3 {
    font-size: 12px;
  }

  .reboot-details-section {
    padding-bottom: 48px;
  }

  .reboot-details-grid {
    gap: 28px;
  }

  .reboot-detail-card {
    min-height: 210px;
    padding: 31px 34px 28px;
  }

  .reboot-detail-card h2 {
    font-size: 16px;
  }

  .reboot-detail-card li {
    font-size: 13px;
  }

  .reboot-photo-section {
    padding-bottom: 64px;
  }

  .reboot-photo-section h2 {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .reboot-photo-grid {
    gap: 18px;
  }

  .reboot-photo-grid a,
  .reboot-photo-grid img {
    min-height: 166px;
  }

  .reboot-final-cta {
    padding-bottom: 64px;
  }

  .reboot-final-card,
  .reboot-final-content {
    min-height: 158px;
  }

  .reboot-final-content {
    padding-inline: 58px;
  }

  .reboot-final-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 760px) {
  .reboot-hero {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 28px;
  }

  .reboot-hero-bg {
    object-position: 62% center;
  }

  .reboot-hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 24, 30, 0.94) 0%, rgba(7, 24, 30, 0.66) 68%, rgba(7, 24, 30, 0.24) 100%),
      linear-gradient(180deg, rgba(7, 24, 30, 0.12) 0%, rgba(7, 24, 30, 0.18) 48%, rgba(7, 24, 30, 0.95) 100%);
  }

  .reboot-topbar,
  .reboot-hero-content,
  .reboot-inner {
    width: calc(100% - 30px);
  }

  .reboot-topbar {
    grid-template-columns: 1fr 44px;
    min-height: 72px;
  }

  .reboot-actions {
    display: none;
  }

  .reboot-nav-links {
    gap: 0;
  }

  .reboot-hero-content {
    padding-top: 12px;
  }

  .reboot-breadcrumbs {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .reboot-label {
    min-height: 29px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .reboot-hero-content h1 {
    margin-top: 12px;
    font-size: 45px;
  }

  .reboot-kicker {
    margin-top: 10px;
    font-size: 19px;
  }

  .reboot-description {
    max-width: 330px;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.42;
  }

  .reboot-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 14px;
    margin-top: 24px;
  }

  .reboot-hero-features div {
    grid-template-columns: 30px 1fr;
    gap: 8px;
    align-items: center;
  }

  .reboot-hero-features svg {
    width: 28px;
    height: 28px;
  }

  .reboot-hero-features span {
    font-size: 9px;
  }

  .reboot-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 24px;
  }

  .reboot-button {
    width: 100%;
    min-height: 46px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .reboot-price-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 30px);
    min-height: 0;
    margin: 18px auto 28px;
    grid-template-columns: auto 1fr;
    justify-items: start;
    align-items: center;
    padding: 16px 18px;
    text-align: left;
  }

  .reboot-price-card strong {
    font-size: 25px;
  }

  .reboot-price-card > span {
    margin: 0 0 0 10px;
    font-size: 11px;
  }

  .reboot-price-card p {
    grid-column: 1 / -1;
    margin-top: 12px;
    font-size: 10px;
  }

  .reboot-benefits-section {
    margin-top: 0;
    padding-bottom: 34px;
  }

  .reboot-benefits-panel {
    display: flex;
    min-height: 0;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 16px;
    scrollbar-width: none;
  }

  .reboot-benefits-panel::-webkit-scrollbar {
    display: none;
  }

  .reboot-benefits-panel article {
    flex: 0 0 138px;
    scroll-snap-align: start;
  }

  .reboot-benefits-panel h2 {
    font-size: 10px;
  }

  .reboot-program-section {
    padding-bottom: 38px;
  }

  .reboot-program-section h2 {
    margin-bottom: 17px;
    font-size: 28px;
  }

  .reboot-day-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .reboot-day-tabs button {
    min-height: 64px;
    grid-template-columns: 34px 1fr;
    column-gap: 11px;
    padding: 13px 15px;
  }

  .reboot-day-tabs svg {
    width: 27px;
    height: 27px;
  }

  .reboot-day-tabs strong {
    font-size: 13px;
  }

  .reboot-day-tabs em {
    font-size: 11px;
  }

  .reboot-program-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reboot-timeline {
    padding-left: 15px;
  }

  .reboot-timeline::before {
    left: 7px;
  }

  .reboot-timeline article {
    grid-template-columns: 68px 1fr;
    gap: 13px;
    padding-bottom: 22px;
  }

  .reboot-timeline article::before {
    left: -12px;
  }

  .reboot-timeline time {
    font-size: 11px;
  }

  .reboot-timeline h3 {
    font-size: 12px;
  }

  .reboot-timeline p,
  .reboot-timeline li {
    font-size: 11px;
  }

  .reboot-program-gallery {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .reboot-program-gallery::-webkit-scrollbar {
    display: none;
  }

  .reboot-program-gallery img,
  .reboot-program-gallery .reboot-program-wide {
    flex: 0 0 260px;
    height: 172px;
    scroll-snap-align: start;
  }

  .reboot-included-section {
    padding-bottom: 30px;
  }

  .reboot-included-panel {
    width: calc(100% - 30px);
    padding: 23px 0 20px;
  }

  .reboot-included-panel h2 {
    margin-bottom: 18px;
    padding-inline: 18px;
    font-size: 25px;
  }

  .reboot-included-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 0 16px 4px;
    scrollbar-width: none;
  }

  .reboot-included-grid::-webkit-scrollbar {
    display: none;
  }

  .reboot-included-grid article {
    flex: 0 0 138px;
    scroll-snap-align: start;
  }

  .reboot-included-grid svg {
    width: 34px;
    height: 34px;
  }

  .reboot-included-grid h3 {
    font-size: 10px;
  }

  .reboot-details-section {
    padding-bottom: 34px;
  }

  .reboot-details-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .reboot-detail-card {
    min-height: 0;
    padding: 22px 20px 20px;
  }

  .reboot-detail-card h2 {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .reboot-detail-card ul {
    gap: 10px;
  }

  .reboot-detail-card li {
    font-size: 11px;
  }

  .reboot-photo-section {
    padding-bottom: 38px;
  }

  .reboot-photo-section h2 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .reboot-photo-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .reboot-photo-grid::-webkit-scrollbar {
    display: none;
  }

  .reboot-photo-grid a {
    flex: 0 0 158px;
    min-height: 106px;
    scroll-snap-align: start;
  }

  .reboot-photo-grid img {
    min-height: 106px;
  }

  .reboot-photo-more {
    min-width: 190px;
    min-height: 34px;
    margin-top: 14px;
    font-size: 11px;
  }

  .reboot-final-cta {
    padding-bottom: 34px;
  }

  .reboot-final-card {
    min-height: 248px;
    border-radius: 9px;
  }

  .reboot-final-shade {
    background:
      linear-gradient(180deg, rgba(9, 27, 21, 0.84), rgba(9, 27, 21, 0.9)),
      linear-gradient(90deg, rgba(9, 27, 21, 0.62), rgba(41, 82, 34, 0.25));
  }

  .reboot-final-content {
    min-height: 248px;
    grid-template-columns: 1fr;
    gap: 18px;
    align-content: center;
    padding: 26px 20px;
  }

  .reboot-final-content h2 {
    font-size: 30px;
  }

  .reboot-final-content p {
    font-size: 13px;
  }

  .reboot-final-actions {
    width: 100%;
    gap: 10px;
  }

  .reboot-final-button {
    width: 100%;
    min-height: 46px;
    font-size: 12px;
  }
}
