/* Путешествия из Нячанга · pocketgid.com · mobile-first */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@600;700;800&display=swap');

html.offer-pending { opacity: 0 !important; }

/* Varioqub: текущий вариант (both) виден сразу; guide/pocket скрывают чужой оффер */
html[data-offer="both"] [data-offer-show]:not([data-offer-show~="both"]),
html[data-offer="guide"] [data-offer-show]:not([data-offer-show~="guide"]),
html[data-offer="pocket"] [data-offer-show]:not([data-offer-show~="pocket"]) {
  display: none !important;
}
html[data-offer="guide"] .hero__formats,
html[data-offer="pocket"] .hero__formats {
  grid-template-columns: minmax(0, 1fr);
  max-width: 400px;
}
html[data-offer="pocket"] .hero__format,
html[data-offer="guide"] .hero__format {
  align-items: center;
}
html[data-offer="pocket"] .hero__format-icon,
html[data-offer="guide"] .hero__format-icon {
  margin-top: 0;
}
html[data-offer="guide"] .step-formats,
html[data-offer="pocket"] .step-formats {
  grid-template-columns: 1fr;
}
html[data-offer="guide"] .tour-offer--pocket,
html[data-offer="pocket"] .tour-offer--guide,
html[data-offer="guide"] .tour-booking__format--pocket,
html[data-offer="pocket"] .tour-booking__format--guide {
  display: none !important;
}
html[data-offer="guide"] .tour-booking__formats,
html[data-offer="pocket"] .tour-booking__formats {
  grid-template-columns: 1fr;
}
html[data-offer="guide"] .tour-booking__format,
html[data-offer="pocket"] .tour-booking__format,
.tour-booking--single .tour-booking__format {
  cursor: default;
  padding-left: 16px;
}
html[data-offer="guide"] .tour-booking__format-radio,
html[data-offer="pocket"] .tour-booking__format-radio,
.tour-booking--single .tour-booking__format-radio {
  display: none;
}
.hero__title-accent[data-offer-show] { display: block; }

:root {
  /* Premium gray / slate palette */
  --brand: #1e3a5f;
  --brand-dark: #152a45;
  --brand-soft: #f5f7fa;
  --accent: #E8750A;
  --accent-hover: #CF6200;
  --background: #ffffff;
  --surface: #ffffff;
  --text: #2d3748;
  --text-muted: #64748b;
  --border: #e2e8f0;

  /* Legacy aliases */
  --navy: #1e3a5f;
  --navy-2: #152a45;
  --teal: #2c5282;
  --green: var(--teal);
  --green-2: #2c5282;
  --green-hover: #152a45;
  --brand-orange: var(--accent);
  --brand-orange-hover: var(--accent-hover);
  --brand-green: #152a45;
  --tg: #2aabee;
  --tg-hover: #1a9ad9;
  --wa: #25d366;
  --wa-hover: #1ebe5a;
  --sand: #faf6ee;
  --sand-border: #e8dcc4;
  --ink: var(--text);
  --muted: var(--text-muted);
  --bg: var(--background);
  --bg-alt: var(--brand-soft);
  --bg-deep: #1e3a5f;
  --header-bg: var(--surface);
  --footer-bg: #eef1f5;
  --sticky-bg: rgba(255, 255, 255, 0.96);
  --scrollbar-thumb: #cddde2;
  --ghost-hover: rgba(30, 58, 95, 0.08);
  --offer-guide: var(--accent);
  --offer-pocket: #1e3a5f;
  --line: var(--border);
  --palm: #1b7a3d;
  --r-btn: 8px;
  --r-sm: 10px;
  --r: 12px;
  --r-lg: 14px;
  --shadow: 0 2px 12px rgba(30, 58, 95, 0.06);
  --shadow-md: 0 8px 24px rgba(30, 58, 95, 0.1);
  --maxw: 1200px;
  --ff: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  --ff-head: "Manrope", var(--ff);
}

[data-theme="dark"] {
  color-scheme: dark;
  --brand: #6ba3d6;
  --brand-dark: #0c0e10;
  --brand-soft: #191c20;
  --accent: #E8750A;
  --accent-hover: #CF6200;
  --accent-tint: #C5CDD6;
  --accent-tint-hover: #DCE2E9;
  --background: #121416;
  --surface: #23272d;
  --text: #e6e8eb;
  --text-muted: #9aa3ad;
  --border: rgba(255, 255, 255, 0.08);
  --navy: #d4dce8;
  --navy-2: #b8c5d6;
  --teal: #6ba3d6;
  --green: #6ba3d6;
  --green-2: #6ba3d6;
  --green-hover: #8bb8e0;
  --sand: #1e2126;
  --sand-border: #353b44;
  --ink: var(--text);
  --muted: var(--text-muted);
  --bg: var(--background);
  --bg-alt: var(--brand-soft);
  --bg-deep: #0c0e10;
  --header-bg: #16181c;
  --footer-bg: #121416;
  --sticky-bg: rgba(22, 24, 28, 0.96);
  --scrollbar-thumb: #3a424d;
  --ghost-hover: rgba(107, 163, 214, 0.12);
  --offer-guide: var(--accent);
  --offer-pocket: #6ba3d6;
  --line: var(--border);
  --palm: #3dba6a;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.32);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--ff);
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, video, picture, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 {
  margin: 0 0 0.5em; line-height: 1.15; font-weight: 800;
  letter-spacing: -0.01em; font-family: var(--ff-head);
}
.brand__text b { font-family: var(--ff-head); }
p { margin: 0 0 1rem; }

.brand:focus-visible,
.btn:focus-visible,
.nav a:focus-visible,
.nav-toggle:focus-visible,
.theme-toggle:focus-visible,
.card__title a:focus-visible,
.card__img:focus-visible,
.footer a:focus-visible,
.site-footer__social a:focus-visible,
.breadcrumbs a:focus-visible,
.sticky-cta a:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
ul, ol { margin: 0; padding: 0; list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 18px; }
.container--narrow { max-width: 780px; }

.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--green); color: #fff;
  padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 200;
}
.skip-link:focus { left: 0; }

.ico { width: 1.25em; height: 1.25em; flex: 0 0 auto; fill: none; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  font: inherit; font-weight: 600; cursor: pointer; border: 0; border-radius: var(--r-btn);
  padding: 12px 20px; line-height: 1.2; text-align: center;
  transition: background 0.15s ease, transform 0.15s ease;
}
.btn:active { transform: translateY(1px); }
.btn .ico { width: 1.15em; height: 1.15em; }
.btn--lg { padding: 14px 24px; font-size: 1rem; }
.btn--sm { padding: 9px 14px; font-size: 0.88rem; }
.btn--green { background: var(--green); color: #fff; }
.btn--brand { background: var(--brand-orange); color: #fff; }
.btn--tg { background: var(--tg); color: #fff; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--ghost { background: transparent; color: var(--green); border: 1.5px solid var(--green); }
.btn--arrow::after { content: " →"; }

@media (hover: hover) {
  .btn--green:hover { background: var(--green-hover); }
  .btn--brand:hover { background: var(--brand-orange-hover); }
  .btn--tg:hover { background: var(--tg-hover); }
  .btn--wa:hover { background: var(--wa-hover); }
  .btn--ghost:hover { background: var(--ghost-hover); }
}

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
}
.site-header__inner { display: flex; align-items: center; gap: 14px; min-height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand__mark {
  display: grid; place-items: center; width: 34px; height: 34px;
  background: transparent; color: var(--palm);
}
.brand__mark svg { width: 30px; height: 30px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__text b { font-size: 1rem; font-weight: 700; color: var(--navy); }
.brand__text small, .brand__sub { display: block; font-size: 0.72rem; font-weight: 500; line-height: 1.2; color: var(--muted); }

.nav { display: none; gap: 28px; align-items: center; }
.nav a { font-size: 0.9rem; font-weight: 500; color: var(--navy); }
.nav a:hover { color: var(--green); }
.nav a.is-active {
  color: var(--green); font-weight: 600;
}
@media (min-width: 980px) {
  .nav a.is-active { box-shadow: inset 0 -2px 0 var(--green); }
}

.header-actions {
  display: flex; align-items: center; gap: 10px; margin-left: auto;
}
.header-social { display: none; gap: 10px; }
.header-social a {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  color: #fff; transition: opacity 0.15s ease;
}
.header-social a:hover { opacity: 0.9; }
.header-social a .ico { width: 1.15em; height: 1.15em; fill: currentColor; }
.header-social .header-social__tg { background: var(--tg); }
.header-social .header-social__wa { background: var(--wa); }

.theme-toggle {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid var(--line); border-radius: 50%;
  background: var(--surface); color: var(--navy); cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.theme-toggle .ico { width: 1.15em; height: 1.15em; stroke: currentColor; }
.theme-toggle__sun { display: none; }
[data-theme="dark"] .theme-toggle__moon { display: none; }
[data-theme="dark"] .theme-toggle__sun { display: block; }
@media (hover: hover) {
  .theme-toggle:hover {
    border-color: var(--muted);
    color: var(--green);
  }
}

.nav-toggle {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid var(--line); border-radius: var(--r-btn);
  background: var(--surface); color: var(--navy); cursor: pointer;
}

@media (min-width: 980px) {
  .site-header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .brand { justify-self: start; }
  .nav { display: flex; justify-self: center; }
  .header-actions { justify-self: end; margin-left: 0; }
  .header-social { display: flex; }
  .nav-toggle { display: none; }
}

@media (max-width: 979px) {
  .nav {
    position: fixed; inset: 64px 0 auto 0; z-index: 101;
    background: var(--header-bg);
    border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 18px; gap: 12px; transform: translateY(-120%);
    opacity: 0; pointer-events: none; transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .nav.is-open { display: flex; transform: none; opacity: 1; pointer-events: auto; }
}

.nav-backdrop {
  position: fixed; inset: 64px 0 0 0; z-index: 99;
  background: rgba(15, 20, 28, 0.45);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
body.nav-open .nav-backdrop {
  opacity: 1; visibility: visible; pointer-events: auto;
}
body.nav-open { overflow: hidden; }
@media (min-width: 980px) {
  .nav-backdrop { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .nav-backdrop { transition: none; }
}

/* Hero */
.hero {
  position: relative; min-height: 520px; display: grid; align-items: center;
  justify-items: center; text-align: center; color: #fff; overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__media::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(30, 58, 95, .55) 0%,
    rgba(30, 58, 95, .28) 55%,
    rgba(30, 58, 95, .05) 100%
  );
}

/* Vietnam hero test: halftone dot screen + content balloon */
.hero--halftone {
  min-height: 560px;
  padding: 48px 0 56px;
  overflow-anchor: none;
}
.hero--halftone .hero__media::after { display: none; }
.hero--halftone .hero__media-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero--halftone .hero__halftone {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  image-rendering: auto;
}
.hero--halftone .hero__scrim {
  position: absolute;
  inset: auto;
  z-index: 2;
  pointer-events: none;
  border-radius: 16px;
  overflow: hidden;
  background: radial-gradient(
    ellipse 100% 92% at 50% 50%,
    rgba(21, 42, 69, 0.74) 0%,
    rgba(21, 42, 69, 0.44) 50%,
    rgba(21, 42, 69, 0) 100%
  );
}
[data-theme="dark"] .hero--halftone .hero__scrim {
  background: radial-gradient(
    ellipse 100% 92% at 50% 50%,
    rgba(22, 26, 32, 0.84) 0%,
    rgba(20, 24, 28, 0.54) 50%,
    rgba(18, 20, 24, 0) 100%
  );
}
.hero--halftone .hero__inner {
  z-index: 3;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.hero--halftone .hero__balloon {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-inline: 20px;
}
.hero--halftone .hero__title {
  text-shadow:
    0 1px 2px oklch(0 0 0 / 0.88),
    0 2px 10px oklch(0 0 0 / 0.72),
    0 4px 36px oklch(0 0 0 / 0.55);
}
.hero--halftone .hero__sub,
.hero--halftone .hero__lead {
  text-shadow:
    0 1px 3px oklch(0 0 0 / 0.78),
    0 2px 18px oklch(0 0 0 / 0.48);
}
.hero--halftone .hero__format-text b,
.hero--halftone .hero__feat-text b {
  text-shadow:
    0 1px 3px oklch(0 0 0 / 0.75),
    0 2px 12px oklch(0 0 0 / 0.45);
}
.hero--halftone .hero__format-text small,
.hero--halftone .hero__feat-text small {
  text-shadow: 0 1px 3px oklch(0 0 0 / 0.55);
}
@media (prefers-reduced-motion: reduce) {
  .hero--halftone .hero__media-img {
    animation: none;
    transform: scale(1.08) translate(0, 0);
  }
}

.hero__media-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center center;
  transform: scale(1.08) translate(0, 0);
  transform-origin: center center;
  will-change: transform;
  animation: hero-ken-burns 36s ease-in-out infinite;
}
@keyframes hero-ken-burns {
  0%, 100% { transform: scale(1.08) translate(0, 0); }
  16%      { transform: scale(1.18) translate(-2.5%, -1.5%); }
  33%      { transform: scale(1.26) translate(-5%, -1%); }
  50%      { transform: scale(1.30) translate(-3.5%, 0.5%); }
  66%      { transform: scale(1.24) translate(2.5%, 1.5%); }
  83%      { transform: scale(1.14) translate(4.5%, 1%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero__media-img { animation: none; transform: scale(1.08) translate(0, 0); }
}
.hero__inner {
  position: relative; z-index: 1;
  padding-top: 72px; padding-bottom: 64px;
  max-width: 880px; width: 100%;
}
.hero__title {
  font-size: clamp(2rem, 5vw, 2.75rem); margin-bottom: 0.5rem; font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
.hero__title-accent {
  color: var(--brand-orange);
  font-size: clamp(0.95rem, 2.4vw, 1.2rem);
  font-weight: 700;
  line-height: 1.25;
}
[data-theme="dark"] .hero__title-accent { color: var(--accent-tint); }
.hero__sub {
  font-size: 1.15rem; opacity: 0.96; max-width: 480px; margin: 0 auto 20px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

.hero__formats {
  display: grid; gap: 12px; width: 100%; max-width: 720px;
  margin: 0 auto 18px; text-align: left;
}
.hero__format {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 12px 14px 12px 12px;
  border-radius: 12px;
  background: rgba(10, 18, 30, 0.48);
  border-left: 3px solid rgba(255, 255, 255, 0.3);
}
[data-theme="dark"] .hero__format {
  background: rgba(18, 20, 24, 0.58);
  border-left-color: rgba(197, 205, 214, 0.45);
}
.hero__format-icon {
  flex: 0 0 2.85rem; width: 2.85rem; height: 2.85rem;
  display: grid; place-items: center;
  margin-top: 1px;
}
.hero__format-icon .ico { width: 1.85rem; height: 1.85rem; color: #fff; }
.hero__icon-img {
  display: block;
  width: 2.85rem;
  height: 2.85rem;
  object-fit: contain;
}
.hero__format-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.hero__format-text b {
  font-size: 0.9rem; font-weight: 700; line-height: 1.3;
  color: #fff;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.82),
    0 2px 12px rgba(0, 0, 0, 0.55);
}
.hero__format-text small {
  font-size: 0.78rem; font-weight: 400; line-height: 1.4;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
@media (min-width: 720px) {
  .hero__formats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
  }
}

.hero__lead {
  max-width: 640px; margin: 0 auto 16px;
  font-size: clamp(0.92rem, 2.2vw, 1.02rem); font-weight: 500; line-height: 1.55;
  text-align: center; color: #fff; opacity: 0.96;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.hero__cta {
  justify-content: center;
  margin: 20px auto 10px;
  gap: 12px;
}
.hero .btn--outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.88);
}
@media (hover: hover) {
  .hero .btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
  }
}
.hero__cta-hint {
  margin: 0 auto 0;
  text-align: center;
  font-size: 0.88rem;
}
.hero__cta-hint a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
@media (hover: hover) {
  .hero__cta-hint a:hover { color: #fff; }
}

.hero__feats {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0;
  margin: 0 auto; max-width: 900px;
  padding: 0; border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.hero__feats li {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 8px;
  padding: 18px 12px; font-size: 0.8rem; font-weight: 600; text-align: center;
  color: #fff; text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.hero__feats li:last-child { border-right: 0; }
.hero__feats .ico {
  width: 1.5rem; height: 1.5rem; flex: 0 0 1.5rem;
  color: #fff; stroke-width: 1.6;
}
.hero__feats .hero__icon-img {
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 2.4rem;
}
.hero__feat-text { display: flex; flex-direction: column; gap: 4px; width: 100%; }
.hero__feat-text b {
  font-weight: 700; font-size: 0.8rem; line-height: 1.25;
}
.hero__feat-text small {
  font-weight: 500; font-size: 0.72rem; line-height: 1.3;
  color: rgba(255, 255, 255, 0.92);
}
@media (min-width: 720px) {
  .hero { min-height: 560px; }
  .hero__feats { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
}
@media (max-width: 719px) {
  .hero { min-height: auto; }
  .hero--halftone { padding: 32px 0 40px; }
  .hero__inner { padding-top: 56px; padding-bottom: 40px; }
  .hero--halftone .hero__inner { padding-top: 0; padding-bottom: 0; }
  .hero__sub { margin-bottom: 12px; }
  .hero__lead br { display: none; }
  .hero__cta.btn-row {
    flex-direction: column;
    align-items: stretch;
    max-width: 320px;
  }
  .hero__cta .btn { width: 100%; }
  .hero__formats { margin-bottom: 14px; }
  .hero__format-text small { display: none; }
  html[data-offer="pocket"] .hero__format-text small,
  html[data-offer="guide"] .hero__format-text small { display: block; }
  .hero__feats { display: none; }
  .hero__cta { margin-top: 16px; }
}

/* Sections */
.section { padding: 56px 0; }
@media (min-width: 860px) { .section { padding: 72px 0; } }
.section--alt { background: var(--bg-alt); }
.section__head { text-align: center; max-width: 640px; margin: 0 auto 36px; }
.section__head h2 { font-size: clamp(1.5rem, 3vw, 2rem); color: var(--navy); font-weight: 800; }
.section__head p { color: var(--muted); margin: 0.4rem 0 0; font-size: 0.95rem; line-height: 1.55; }

/* Excursion cards */
.cards { display: grid; gap: 16px; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 900px) { .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .cards--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.card {
  display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow);
  transition: box-shadow 0.15s ease;
}
.card:hover { box-shadow: var(--shadow-md); }
.card__img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.card:hover .card__img img { transform: scale(1.03); }
.card__body { display: flex; flex-direction: column; flex: 1; padding: 14px 14px 16px; }
.card__title { font-size: 0.95rem; color: var(--navy); margin-bottom: 0.3rem; font-weight: 700; }
.card__desc { font-size: 0.82rem; color: var(--muted); margin-bottom: 12px; flex: 1; line-height: 1.5; }
.card__img .card__meta {
  position: absolute; top: 0; left: 0; right: 0; z-index: 1;
  list-style: none; margin: 0; padding: 10px 10px 0;
  display: flex; flex-wrap: wrap; gap: 6px;
  pointer-events: none;
}
.card__img .card__meta-badge {
  display: inline-block; font-size: 0.68rem; font-weight: 600;
  padding: 4px 9px; border-radius: 999px; line-height: 1.2;
  background: rgba(255, 255, 255, 0.94); color: var(--muted);
  border: 0; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
}
.card__img .card__meta-badge--duration { color: var(--navy); }
[data-theme="dark"] .card__img .card__meta-badge {
  background: rgba(24, 28, 32, 0.9); color: var(--muted);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
[data-theme="dark"] .card__img .card__meta-badge--duration { color: var(--ink); }

.tour-offers {
  display: flex; flex-direction: column;
  border: 1px solid var(--line); border-radius: var(--r-btn);
  overflow: hidden; margin-top: 2px;
}
.tour-offer {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 12px; background: var(--surface);
  text-decoration: none; color: inherit;
  border-bottom: 1px solid var(--line);
  transition: background 0.15s ease;
}
.tour-offer:last-child { border-bottom: 0; }
@media (hover: hover) {
  .tour-offer:hover { background: var(--bg-alt); }
}
.tour-offer:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: -2px;
}
.tour-offer.is-selected {
  background: var(--ghost-hover);
}
.tour-offer__mark {
  width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0;
}
.tour-offer--guide .tour-offer__mark { background: var(--offer-guide); }
.tour-offer--pocket .tour-offer__mark { background: var(--offer-pocket); }
.tour-offer__label {
  font-size: 0.82rem; font-weight: 600; color: var(--navy);
  flex: 1; min-width: 0; line-height: 1.25;
}
.tour-offer__price {
  font-size: 0.75rem; color: var(--muted);
  text-align: right; white-space: nowrap;
}
.tour-offer__price b {
  font-weight: 700; color: var(--ink); font-size: 0.88rem;
}
.tour-offer__unit { font-size: 0.72rem; }
.tour-offer__note,
.tour-offer__min {
  display: block;
  font-size: 0.68rem; line-height: 1.2; color: var(--muted);
}
.tour-offer__arrow {
  color: var(--offer-guide); font-weight: 600; font-size: 0.95rem;
  flex-shrink: 0; line-height: 1;
}
.booking-card .tour-offers { margin-bottom: 14px; }

/* Карточки туров: две отдельные кнопки-опции */
.card .tour-offers {
  gap: 8px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  margin-top: 4px;
}
.card .tour-offer {
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-btn);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}
.card .tour-offer__mark {
  width: 12px;
  height: 12px;
}
@media (hover: hover) {
  .card .tour-offer:hover {
    background: var(--bg-alt);
    border-color: color-mix(in srgb, var(--navy) 22%, var(--line));
    box-shadow: var(--shadow-md);
  }
}
.card .tour-offer:active {
  transform: translateY(1px);
  box-shadow: var(--shadow);
}
.card .tour-offer.is-selected {
  border-color: color-mix(in srgb, var(--green) 45%, var(--line));
  background: var(--ghost-hover);
}

/* Benefits */
.benefits { display: grid; gap: 8px; }
@media (min-width: 720px) { .benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .benefits { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.benefit { padding: 20px 12px; text-align: center; background: transparent; border: 0; }
.benefit__icon {
  width: 52px; height: 52px; margin: 0 auto 10px; display: grid; place-items: center;
  color: var(--navy);
}
.benefit__icon .ico { width: 2rem; height: 2rem; }
.benefit h3 { font-size: 0.92rem; color: var(--navy); margin-bottom: 0.35rem; font-weight: 700; }
.benefit p { font-size: 0.82rem; color: var(--muted); margin: 0; line-height: 1.5; }

/* How it works */
.steps { display: grid; gap: 14px; counter-reset: step; }
@media (min-width: 860px) { .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.step {
  padding: 20px 16px; border-radius: var(--r-sm);
  background: var(--surface); border: 1px solid var(--line);
}
@media (min-width: 860px) { .step--wide { grid-column: span 2; } }
.step::before {
  counter-increment: step; content: counter(step);
  display: inline-grid; place-items: center; width: 28px; height: 28px; margin-bottom: 10px;
  border-radius: 50%; background: var(--green); color: #fff; font-weight: 700; font-size: 0.85rem;
}
.step h3 { font-size: 0.95rem; color: var(--navy); font-weight: 700; margin-bottom: 0.35rem; }
.step > p { font-size: 0.85rem; color: var(--muted); margin: 0; }
.step-formats {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
@media (min-width: 720px) {
  .step-formats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}
.step-format {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  background: var(--bg);
  border: 1px solid var(--line);
}
.step-format__icon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--navy);
}
.step-format__icon .ico { width: 1.5rem; height: 1.5rem; }
.step-format b {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  line-height: 1.25;
}
.step-format p {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.45;
}
.how-body {
  display: grid;
  gap: 16px;
}
@media (min-width: 900px) {
  .how-body {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 30%);
    gap: 24px;
    align-items: stretch;
  }
}

.how-steps-panel {
  padding: clamp(16px, 2.5vw, 24px);
  border-radius: var(--r-lg);
  background: color-mix(in srgb, var(--bg) 55%, var(--surface));
  border: 1px solid var(--line);
}
.how-steps-panel .steps {
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .how-steps-panel .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-steps-panel .step--wide { grid-column: span 2; }
}
.how-steps-panel .step {
  box-shadow: var(--shadow-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.how-steps-panel .step:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(30, 58, 95, 0.12);
}

.how-video {
  display: block;
  position: relative;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  min-height: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.how-video:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(30, 58, 95, 0.14);
}
.how-video:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}
@media (max-width: 899px) {
  .how-video { aspect-ratio: 16 / 9; }
}
@media (min-width: 900px) {
  .how-video { height: 100%; }
}
.how-video__frame {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.how-video__poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.how-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.28);
}
.how-video__play-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.how-video__play-icon .ico { width: 24px; height: 24px; color: var(--bg-deep); margin-left: 2px; }
.how-video__label {
  position: absolute;
  bottom: 14px;
  left: 12px;
  right: 12px;
  font-family: var(--ff-head);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.steps-footer {
  margin-top: 20px;
  padding: 24px 20px;
  text-align: center;
  border-radius: var(--r-sm);
  background: var(--surface);
  border: 1px solid var(--line);
}
.steps-footer h3 {
  font-size: 1rem;
  color: var(--navy);
  font-weight: 700;
  margin: 0 0 8px;
}
.steps-footer p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
  max-width: 520px;
  margin-inline: auto;
}

/* About */
.about-grid { display: grid; gap: 28px; align-items: center; }
@media (min-width: 860px) { .about-grid { grid-template-columns: 1fr 1fr; } }
.about-grid h2 { font-size: 1.5rem; color: var(--navy); margin-bottom: 1rem; }
.about-grid__media { border-radius: var(--r-sm); overflow: hidden; box-shadow: var(--shadow-md); }
.about-grid__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* Founder "about" — portrait + personal story */
.about-founder {
  display: grid;
  gap: 28px;
  align-items: start;
  margin: 0 auto;
}
.about-founder__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.about-founder__photo {
  width: clamp(240px, 76vw, 360px);
  height: clamp(240px, 76vw, 360px);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.12);
  border: 4px solid var(--surface);
}
.about-founder__name {
  margin: 20px 0 6px;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
}
.about-founder__role {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.4;
}
.about-founder__role-sub {
  margin: 4px 0 0;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.4;
}
.about-founder__content h2 {
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 1rem;
  text-align: center;
}
.about-founder__content p {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: var(--ink);
}
.about-founder__content p:last-child { margin-bottom: 0; }
.about-founder__tagline {
  margin-top: 1.25rem !important;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  text-align: center;
}
@media (min-width: 720px) {
  .about-founder {
    grid-template-columns: 340px 1fr;
    gap: 48px;
    max-width: none;
    align-items: start;
  }
  .about-founder__profile {
    position: sticky;
    top: 88px;
  }
  .about-founder__photo {
    width: 320px;
    height: 320px;
  }
  .about-founder__content h2 { text-align: left; }
  .about-founder__tagline { text-align: left; }
}
@media (min-width: 960px) {
  .about-founder {
    grid-template-columns: 400px 1fr;
    gap: 56px;
  }
  .about-founder__photo {
    width: 360px;
    height: 360px;
  }
}

/* Reviews — story cards */
.reviews-strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
.reviews-strip::-webkit-scrollbar { height: 6px; }
.reviews-strip::-webkit-scrollbar-thumb { background: var(--scrollbar-thumb); border-radius: 6px; }

.reviews-strip__open,
.reviews-strip__video {
  flex: 0 0 min(82%, 300px);
  scroll-snap-align: center;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.reviews-strip__open {
  display: block;
  text-decoration: none;
  color: inherit;
}
.reviews-strip__open:hover,
.reviews-strip__video:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(30, 58, 95, 0.14); }
.reviews-strip__open:focus-visible,
.reviews-strip__video:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; }

.reviews-strip__video {
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  width: min(82%, 300px);
}

@media (min-width: 860px) {
  .reviews-strip {
    overflow-x: visible;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }
  .reviews-strip__open,
  .reviews-strip__video { flex: none; width: auto; }
}

.review-story {
  position: relative;
  aspect-ratio: 9 / 16;
  background: var(--bg-deep);
  overflow: hidden;
}
.review-story__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-story__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 12px 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.04) 38%, rgba(0, 0, 0, 0.42) 100%);
}
.review-story__title {
  margin: 0;
  font-family: var(--ff-head);
  font-size: clamp(0.62rem, 2.6vw, 0.78rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.review-story--title-mid .review-story__overlay {
  justify-content: center;
  gap: 10px;
}
.review-story--title-top .review-story__overlay {
  justify-content: flex-start;
  padding-top: 14px;
  gap: 8px;
}
.review-story--card-bottom .review-story__overlay {
  justify-content: flex-end;
  gap: 0;
}
.review-story--card-bottom .review-story__title {
  position: absolute;
  top: 14%;
  left: 10px;
  right: 10px;
}

.review-story__card {
  background: #fff;
  border-radius: 11px;
  padding: 9px 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  font-size: clamp(0.58rem, 2.2vw, 0.66rem);
  line-height: 1.42;
  color: #1a1a1a;
  max-height: 52%;
  overflow: hidden;
}
.review-story__card p { margin: 0; }
.review-story__card--app { padding-top: 0; }

.review-story__appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 8px;
  background: #f1f3f5;
  border-radius: 11px 11px 0 0;
  margin: 0 -10px 7px;
  font-size: 0.58rem;
  font-weight: 600;
  color: #444;
}
.review-story__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
  font-size: 0.54rem;
  color: #888;
}
.review-story__stars {
  display: flex;
  gap: 1px;
  color: #f7b733;
}
.review-story__stars .ico { width: 10px; height: 10px; }
.review-story__stars--red { color: #e85d5d; }

.review-story__profile {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}
.review-story__avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.7rem;
  color: #64748b;
  flex-shrink: 0;
}
.review-story__name { font-weight: 700; font-size: 0.68rem; line-height: 1.2; }
.review-story__exp { font-size: 0.54rem; color: #888; }

.review-story__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.review-story__play-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}
.review-story__play-icon .ico { width: 22px; height: 22px; color: var(--bg-deep); margin-left: 2px; }
.review-story__video-label {
  position: absolute;
  bottom: 12px;
  left: 10px;
  right: 10px;
  font-family: var(--ff-head);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

/* Video review modal */
.review-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.review-video-modal[hidden] { display: none; }
.review-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}
.review-video-modal__dialog {
  position: relative;
  width: min(100%, 720px);
  z-index: 1;
}
.review-video-modal__video {
  width: 100%;
  max-height: 85vh;
  border-radius: var(--r);
  background: #000;
  vertical-align: middle;
}
.review-video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.review-video-modal__close:hover { background: rgba(255, 255, 255, 0.25); }
.review-video-modal__close:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* CTA banner */
.cta-banner {
  position: relative; padding: 64px 0; color: #fff; overflow: hidden;
  background-color: var(--bg-deep);
  background-image: url('../img/cta-beach.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-banner::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.28) 0%, rgba(30, 58, 95, 0.18) 100%);
}

/* CTA banner — halftone (vietnam test, same system as hero) */
.cta-banner--halftone {
  background-image: none;
}
.cta-banner--halftone::before { display: none; }
.cta-banner--halftone .cta-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.cta-banner--halftone .cta-banner__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cta-banner--halftone .cta-banner__halftone {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  image-rendering: auto;
}
.cta-banner--halftone .cta-banner__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(21, 42, 69, 0.38) 0%,
      rgba(21, 42, 69, 0.28) 22%,
      rgba(21, 42, 69, 0.14) 48%,
      rgba(21, 42, 69, 0) 68%
    ),
    radial-gradient(
      ellipse 95% 85% at 50% 50%,
      rgba(21, 42, 69, 0.74) 0%,
      rgba(21, 42, 69, 0.44) 48%,
      rgba(21, 42, 69, 0.12) 100%
    );
}
[data-theme="dark"] .cta-banner--halftone .cta-banner__scrim {
  background:
    linear-gradient(
      to top,
      rgba(12, 14, 16, 0.42) 0%,
      rgba(12, 14, 16, 0.32) 22%,
      rgba(12, 14, 16, 0.14) 48%,
      rgba(12, 14, 16, 0) 68%
    ),
    radial-gradient(
      ellipse 95% 85% at 50% 50%,
      rgba(12, 14, 16, 0.68) 0%,
      rgba(12, 14, 16, 0.38) 48%,
      rgba(12, 14, 16, 0.1) 100%
    );
}
.cta-banner--halftone .cta-banner__inner {
  position: relative;
  z-index: 3;
}
.cta-banner--halftone .cta-banner__inner::before {
  content: "";
  position: absolute;
  inset: -24px -20px;
  z-index: -1;
  pointer-events: none;
  border-radius: 16px;
  background: radial-gradient(
    ellipse 100% 92% at 50% 50%,
    rgba(21, 42, 69, 0.52) 0%,
    rgba(21, 42, 69, 0.26) 55%,
    rgba(21, 42, 69, 0) 100%
  );
}
[data-theme="dark"] .cta-banner--halftone .cta-banner__inner::before {
  background: radial-gradient(
    ellipse 100% 92% at 50% 50%,
    rgba(0, 0, 0, 0.38) 0%,
    rgba(0, 0, 0, 0.18) 55%,
    rgba(0, 0, 0, 0) 100%
  );
}
.cta-banner--halftone h2 {
  text-shadow:
    0 1px 2px oklch(0 0 0 / 0.88),
    0 2px 10px oklch(0 0 0 / 0.72),
    0 4px 36px oklch(0 0 0 / 0.55);
}
.cta-banner--halftone p {
  text-shadow:
    0 1px 3px oklch(0 0 0 / 0.78),
    0 2px 18px oklch(0 0 0 / 0.48);
}

.cta-banner__inner { position: relative; z-index: 1; text-align: center; max-width: 720px; margin: 0 auto; }
.cta-banner h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem); margin-bottom: 0.5rem; font-weight: 800;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.cta-banner p {
  opacity: 1; margin-bottom: 28px; font-size: 0.95rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
.cta-banner__actions { justify-content: center; gap: 14px; }
@media (max-width: 599px) {
  .cta-banner__actions { flex-direction: column; align-items: stretch; }
  .cta-banner__actions .btn { width: 100%; max-width: 320px; margin: 0 auto; }
}

/* Contacts */
.contacts { display: grid; gap: 20px; }
@media (min-width: 720px) { .contacts { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.contact-card {
  padding: 22px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line);
}
.contact-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 0.5rem; }
.contact-card p { font-size: 0.92rem; color: var(--muted); margin-bottom: 14px; }

.question-form__lead {
  margin: 28px auto 14px;
  max-width: 480px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}
.question-form-wrap { margin: 0 auto; max-width: 480px; }
.question-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
}
.question-form__field { display: grid; gap: 6px; margin: 0; }
.question-form__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
}
.question-form__input {
  width: 100%;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.3;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-btn);
  background: var(--bg);
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.question-form__input--area { min-height: 108px; resize: vertical; }
.question-form__input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--teal) 18%, transparent);
}
.question-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--muted);
  cursor: pointer;
}
.question-form__consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--green);
}
.question-form__link {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.question-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.question-form__submit { width: 100%; }
.question-form__submit:disabled { opacity: 0.7; cursor: not-allowed; }
.question-form__note {
  margin: 0;
  font-size: 0.82rem;
  text-align: center;
  color: var(--muted);
}
.question-form__note.is-error { color: #c0392b; }
.question-form__success {
  padding: 28px 20px;
  border-radius: var(--r);
  border: 2px solid var(--green);
  background: color-mix(in srgb, var(--green) 8%, var(--surface));
  text-align: center;
}
.question-form__success p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.45;
}
.question-form__success-ico {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  padding: 10px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  box-sizing: border-box;
}

/* Footer */
.site-footer { padding: 24px 0; background: var(--footer-bg); border-top: 1px solid var(--line); }
.site-footer__inner {
  display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; justify-content: space-between;
}
.site-footer__copy { font-size: 0.88rem; color: var(--muted); margin-right: auto; }
.site-footer__copy a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.site-footer__social { display: flex; align-items: center; gap: 8px; }
.site-footer__social a {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  color: #fff;
  transition: opacity 0.15s ease;
}
.site-footer__social a:hover { opacity: 0.9; }
.site-footer__social-ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.site-footer__social-yt { background: #ff0000; }
.site-footer__social .ico {
  width: 1.05em; height: 1.05em;
  fill: currentColor;
}
.site-footer__links { display: flex; flex-wrap: wrap; gap: 16px; }
.site-footer__links a { font-size: 0.88rem; font-weight: 600; color: var(--navy); }

/* Sticky CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: var(--sticky-bg); border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(110%); transition: transform 0.2s ease;
}
.sticky-cta.is-visible { transform: none; }
.sticky-cta__inner { display: flex; gap: 8px; max-width: var(--maxw); margin: 0 auto; }
.sticky-cta .btn { flex: 1; border-radius: var(--r-btn); padding: 12px 10px; font-size: 0.88rem; }

@media (min-width: 980px) { .sticky-cta { display: none; } }

/* Tour detail pages */
.breadcrumbs { margin: 18px 0 6px; font-size: 0.875rem; }
.breadcrumbs__list {
  display: flex; flex-wrap: wrap; align-items: center;
  color: var(--muted); line-height: 1.4;
}
.breadcrumbs__list li { display: flex; align-items: center; }
.breadcrumbs__list li:not(:last-child)::after {
  content: "/"; margin: 0 8px; color: var(--muted); opacity: 0.5;
}
.breadcrumbs__list a {
  color: var(--teal); font-weight: 600;
}
@media (hover: hover) {
  .breadcrumbs__list a:hover { color: var(--navy); }
}
.breadcrumbs__list [aria-current="page"] {
  color: var(--navy); font-weight: 600;
}

.tour-head { padding: 8px 0 16px; }
.tour-head h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--navy); }
.tour-head__sub { color: var(--muted); font-size: 1.05rem; max-width: 640px; margin: 0; }

.tour-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 0 0 28px;
  padding: 0 0 24px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}
@media (min-width: 720px) {
  .tour-meta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }
}
.tour-meta__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
}
@media (min-width: 720px) {
  .tour-meta__item { padding: 4px 24px; }
  .tour-meta__item:first-child { padding-left: 0; }
  .tour-meta__item:last-child { padding-right: 0; }
  .tour-meta__item + .tour-meta__item { border-left: 1px solid var(--line); }
}
.tour-meta__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--navy);
}
.tour-meta__icon .ico { width: 1.35rem; height: 1.35rem; margin: 0; }
.tour-meta__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.tour-meta__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  line-height: 1.25;
}
.tour-meta__value {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}

.tour-gallery { display: grid; gap: 8px; margin-bottom: 32px; }
.tour-gallery__main { border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 16/9; }
.tour-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.tour-gallery__thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.tour-gallery__thumbs img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-sm);
  border: 1px solid var(--line);
}
.tour-gallery--compact { grid-template-columns: 1fr; }
@media (min-width: 720px) {
  .tour-gallery--compact {
    grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr;
  }
  .tour-gallery--compact .tour-gallery__main { grid-row: 1 / span 2; aspect-ratio: auto; min-height: 280px; }
  .tour-gallery--compact .tour-gallery__side { display: grid; gap: 10px; }
}

/* Photo gallery: scroll-snap on mobile, grid on desktop + PhotoSwipe lightbox */
.photo-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(78%, 320px);
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 -18px 32px;
  padding: 4px 18px 14px;
  list-style: none;
}
.photo-gallery::-webkit-scrollbar { height: 6px; }
.photo-gallery::-webkit-scrollbar-thumb { background: var(--scrollbar-thumb); border-radius: 6px; }
.photo-gallery__item {
  scroll-snap-align: center;
  display: block;
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 0;
  padding: 0;
  background: none;
  cursor: zoom-in;
}
.photo-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}
.photo-gallery__item:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
@media (min-width: 760px) {
  .photo-gallery {
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: auto;
    overflow: visible;
    margin: 0 0 32px;
    padding: 0;
  }
  .photo-gallery__item img { aspect-ratio: 4 / 3; }
}

/* Hero layout: enlarged first photo + thumbnails */
.photo-gallery--hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: visible;
  margin: 0 0 32px;
  padding: 0;
}
.photo-gallery__item--hero {
  scroll-snap-align: none;
  width: 100%;
}
.photo-gallery__item--hero img {
  aspect-ratio: 16 / 9;
}
.photo-gallery__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(78%, 320px);
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 -18px;
  padding: 0 18px 4px;
}
.photo-gallery__thumbs::-webkit-scrollbar { height: 6px; }
.photo-gallery__thumbs::-webkit-scrollbar-thumb { background: var(--scrollbar-thumb); border-radius: 6px; }
.photo-gallery__thumbs .photo-gallery__item {
  scroll-snap-align: center;
}
.photo-gallery__thumbs .photo-gallery__item img {
  aspect-ratio: 3 / 4;
}
@media (min-width: 760px) {
  .photo-gallery__thumbs {
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
  }
  .photo-gallery__thumbs .photo-gallery__item img { aspect-ratio: 4 / 3; }
}

.tour-layout { display: grid; gap: 28px; align-items: start; }
.tour-layout__main { min-width: 0; }
.tour-question { grid-column: 1 / -1; }

.tour-content-cols { display: grid; gap: 24px; }
@media (min-width: 720px) { .tour-content-cols { grid-template-columns: 1fr 1fr; gap: 32px; } }
.tour-content-cols .content-block + .content-block { margin-top: 0; }

.check-list li {
  display: flex; gap: 10px; align-items: flex-start; padding: 10px 0;
  border-bottom: 1px solid var(--line); font-size: 0.95rem;
}
.check-list li:last-child { border-bottom: 0; }
.check-list .ico { color: var(--green); margin-top: 2px; flex-shrink: 0; }

.icon-list li {
  display: flex; gap: 12px; align-items: flex-start; padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.icon-list li:last-child { border-bottom: 0; }
.icon-list__icon {
  width: 36px; height: 36px; border-radius: 8px; display: grid; place-items: center;
  background: var(--bg-alt); color: var(--navy); flex-shrink: 0;
}

.booking-card {
  position: sticky; top: 84px; padding: 22px; border-radius: var(--r-sm);
  background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.booking-card__price {
  font-size: 0.95rem; color: var(--ink); margin-bottom: 16px; padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.booking-card__price span { color: var(--muted); font-weight: 500; }
.booking-card .btn { width: 100%; border-radius: var(--r-btn); margin-bottom: 10px; padding: 13px 16px; }
.booking-card__note { font-size: 0.8rem; color: var(--muted); text-align: center; margin: 0; }

/* Tour booking form */
.tour-booking {
  grid-column: 1 / -1;
  margin-top: 8px;
  padding: 24px 18px 28px;
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.tour-booking__inner { max-width: 920px; margin: 0 auto; }
.tour-booking__header { text-align: center; margin-bottom: 22px; }
.tour-booking__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: var(--navy);
  margin-bottom: 8px;
}
.tour-booking__subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.tour-booking__formats {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}
@media (min-width: 720px) {
  .tour-booking__formats { grid-template-columns: 1fr 1fr; }
}
.tour-booking__format {
  position: relative;
  display: grid;
  gap: 8px;
  --format-corner: 10px;
  padding: 13px 16px 14px 42px;
  border: 2px solid var(--line);
  border-radius: var(--r-sm);
  background: var(--bg);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.tour-booking__format--pocket.is-selected { border-color: var(--offer-pocket); }
.tour-booking__format--guide.is-selected { border-color: var(--offer-guide); }
.tour-booking__format.is-selected {
  background: var(--ghost-hover);
  box-shadow: var(--shadow);
}
.tour-booking__format-radio {
  position: absolute;
  left: 14px;
  top: 15px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: var(--surface);
}
.tour-booking__format.is-selected .tour-booking__format-radio {
  border-color: currentColor;
  box-shadow: inset 0 0 0 4px var(--surface);
}
.tour-booking__format--pocket.is-selected .tour-booking__format-radio {
  background: var(--offer-pocket);
  border-color: var(--offer-pocket);
}
.tour-booking__format--guide.is-selected .tour-booking__format-radio {
  background: var(--offer-guide);
  border-color: var(--offer-guide);
}
.tour-booking__format-badge {
  position: absolute;
  top: var(--format-corner);
  right: var(--format-corner);
  display: inline-block;
  padding: 2px 7px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--offer-guide) 18%, var(--surface));
  color: var(--offer-guide);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}
.tour-booking__format-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
}
.tour-booking__format-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}
.tour-booking__format--has-badge .tour-booking__format-meta {
  padding-top: calc(0.62rem * 1.2 + 4px + 6px);
}
.tour-booking__format-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}
.tour-booking__format-price {
  text-align: right;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.15;
}
.tour-booking__format-price b {
  font-size: 1.15rem;
  color: var(--ink);
}
.tour-booking__format-desc,
.tour-booking__format-min {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
}
.tour-booking__format-min { font-size: 0.78rem; }
.tour-booking__notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 20px;
  padding: 10px 12px;
  border-radius: var(--r-btn);
  background: color-mix(in srgb, var(--offer-guide) 10%, var(--sand));
  border: 1px solid color-mix(in srgb, var(--offer-guide) 22%, var(--sand-border));
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--ink);
}
.tour-booking__notice-ico {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  font-style: italic;
  background: color-mix(in srgb, var(--offer-guide) 24%, var(--surface));
  color: var(--offer-guide);
}
.tour-booking__body {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
}
@media (min-width: 860px) {
  .tour-booking__body { grid-template-columns: 1fr minmax(260px, 300px); align-items: start; }
}
.tour-booking__form { display: grid; gap: 14px; }
.tour-booking__field { display: grid; gap: 6px; margin: 0; border: 0; padding: 0; min-width: 0; }
.tour-booking__label,
.tour-booking__channels legend {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
}
.tour-booking__input-wrap { position: relative; }
.tour-booking__input-ico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  pointer-events: none;
}
.tour-booking__input {
  width: 100%;
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.3;
  padding: 12px 14px 12px 40px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-btn);
  background: var(--bg);
  color: var(--ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tour-booking__input--plain { padding-left: 14px; }
.tour-booking__input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--teal) 18%, transparent);
}
.tour-booking__stepper {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 0;
  border: 1.5px solid var(--line);
  border-radius: var(--r-btn);
  overflow: hidden;
  background: var(--bg);
}
.tour-booking__stepper-btn {
  border: 0;
  background: var(--bg-alt);
  color: var(--navy);
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}
.tour-booking__stepper-btn:hover { background: var(--ghost-hover); }
.tour-booking__stepper-input {
  width: 100%;
  border: 0;
  text-align: center;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  background: transparent;
  color: var(--ink);
  -moz-appearance: textfield;
}
.tour-booking__stepper-input::-webkit-outer-spin-button,
.tour-booking__stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tour-booking__channel-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tour-booking__channel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-btn);
  background: var(--bg);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.tour-booking__channel.is-selected { background: var(--ghost-hover); }
.tour-booking__channel--tg.is-selected { border-color: var(--tg); }
.tour-booking__channel--wa.is-selected { border-color: var(--wa); }
.tour-booking__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--muted);
  cursor: pointer;
}
.tour-booking__consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--green);
}
.tour-booking__consent-link {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.tour-booking__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.tour-booking__summary {
  padding: 18px 16px;
  border-radius: var(--r-sm);
  background: var(--bg-alt);
  border: 1px solid var(--line);
}
.tour-booking__summary-title {
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 14px;
}
.tour-booking__summary-list {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}
.tour-booking__summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.84rem;
}
.tour-booking__summary-list dt { color: var(--muted); margin: 0; }
.tour-booking__summary-list dd { margin: 0; font-weight: 600; color: var(--ink); text-align: right; }
.tour-booking__total {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
}
.tour-booking__summary-note {
  margin: 0 0 10px;
  font-size: 0.78rem;
  color: var(--offer-guide);
  line-height: 1.4;
}
.tour-booking__summary-hint,
.tour-booking__pay-note {
  margin: 0 0 14px;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
}
.tour-booking__pay-note { margin-bottom: 0; text-align: center; }
.tour-booking__submit { width: 100%; margin-bottom: 10px; }
.tour-booking__submit:disabled { opacity: 0.7; cursor: not-allowed; }
.tour-booking__form-note {
  margin: 10px 0 0;
  font-size: 0.82rem;
  text-align: center;
  color: var(--muted);
}
.tour-booking__form-note.is-error { color: #c0392b; }
.tour-booking__lists {
  display: grid;
  gap: 12px;
}
@media (min-width: 720px) {
  .tour-booking__lists { grid-template-columns: 1fr 1fr; }
}
.tour-booking__list-box {
  padding: 16px;
  border-radius: var(--r-sm);
  border: 1px solid var(--line);
}
.tour-booking__list-box h3 {
  font-size: 0.92rem;
  color: var(--navy);
  margin-bottom: 10px;
}
.tour-booking__list-box ul { display: grid; gap: 8px; }
.tour-booking__list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--ink);
}
.tour-booking__list-box--included {
  background: color-mix(in srgb, var(--green) 8%, var(--surface));
  border-color: color-mix(in srgb, var(--green) 20%, var(--line));
}
.tour-booking__list-box--excluded {
  background: color-mix(in srgb, var(--offer-guide) 8%, var(--surface));
  border-color: color-mix(in srgb, var(--offer-guide) 20%, var(--line));
}
.tour-booking__list-mark {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
}
.tour-booking__list-item--included .tour-booking__list-mark {
  background: var(--green);
  box-shadow: inset 0 0 0 3px var(--surface);
}
.tour-booking__list-item--excluded .tour-booking__list-mark {
  background: transparent;
  border: 2px solid var(--offer-guide);
  border-radius: 2px;
  width: 14px;
  height: 14px;
  margin-top: 3px;
}
.tour-booking__success {
  margin-top: 18px;
  padding: 28px 20px;
  border-radius: var(--r-sm);
  border: 2px solid var(--green);
  background: color-mix(in srgb, var(--green) 8%, var(--surface));
  text-align: center;
}
.tour-booking__success p {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.45;
}
.tour-booking__success-ico {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  padding: 10px;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  box-sizing: border-box;
}
.tour-booking__body.is-sent { grid-template-columns: 1fr; }

.info-notice {
  padding: 18px; border-radius: var(--r-sm); background: var(--sand); border: 1px solid var(--sand-border);
  margin-bottom: 18px;
}
.info-notice::before {
  content: "📢"; display: block; font-size: 1.25rem; margin-bottom: 8px;
}
.info-notice p { font-size: 0.88rem; color: var(--ink); margin-bottom: 0.65rem; line-height: 1.55; }
.info-notice p:last-child { margin-bottom: 0; }

.content-block h2 { font-size: 1.2rem; color: var(--navy); margin-bottom: 12px; font-weight: 700; }
.content-block + .content-block { margin-top: 32px; }
.content-block__desc { color: var(--muted); font-size: 0.95rem; line-height: 1.65; margin-bottom: 0; }
.content-block__note { color: var(--muted); font-size: 0.88rem; line-height: 1.55; margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }

/* Privacy */
.prose { max-width: 720px; margin: 0 auto; }
.prose h1 { font-size: 2rem; color: var(--navy); margin-bottom: 1rem; }
.prose h2 { font-size: 1.25rem; color: var(--navy); margin-top: 2rem; }
.prose p, .prose li { color: var(--muted); }
.prose ul { list-style: disc; padding-left: 1.2rem; margin-bottom: 1rem; }

.app-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 12px;
  padding: 8px 14px; border-radius: 999px; background: var(--ghost-hover);
  color: var(--green); font-size: 0.82rem; font-weight: 700;
}

main.container { padding-bottom: 72px; }
.prose a { color: var(--teal); text-decoration: underline; }
.prose a:hover { color: var(--navy); }

/* Global home (pocketgid.com/) */
.page-home .site-header--overlay {
  position: fixed; left: 0; right: 0; top: 0; z-index: 100;
  background: transparent; border-bottom: 0;
}
.page-home .site-header--overlay .brand__text b,
.page-home .site-header--overlay .nav a { color: #fff; }
.page-home .site-header--overlay .brand__text small,
.page-home .site-header--overlay .brand__sub { color: rgba(255, 255, 255, 0.85); }
.page-home .site-header--overlay .brand__mark { color: #fff; }
.page-home .site-header--overlay .nav a:hover { color: rgba(255, 255, 255, 0.85); }
.page-home .site-header--overlay .nav a.is-active {
  color: #fff; box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.85);
}
.page-home .site-header--overlay .nav-toggle {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(30, 58, 95, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.page-home .site-header--overlay .theme-toggle {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(30, 58, 95, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.page-home .site-header--overlay .nav-toggle .ico,
.page-home .site-header--overlay .theme-toggle .ico {
  stroke: currentColor;
}
@media (max-width: 979px) {
  .page-home .site-header--overlay .nav.is-open {
    background: var(--navy-2); border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  .page-home .site-header--overlay .nav.is-open a { color: #fff; }
  [data-theme="dark"] .page-home .site-header--overlay .nav.is-open {
    background: var(--header-bg);
    border-bottom-color: var(--line);
  }
  [data-theme="dark"] .page-home .site-header--overlay .nav.is-open a { color: var(--navy); }
}

.home-hero {
  position: relative; min-height: 100svh; min-height: 100vh;
  display: grid; align-items: center; justify-items: center;
  text-align: center; color: #fff; overflow: hidden;
}
.home-hero__media { position: absolute; inset: 0; z-index: 0; }
.home-hero__video {
  width: 100%; height: 100%; min-height: 100%;
  max-width: none; object-fit: cover; object-position: center;
}
.home-hero__overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(30, 58, 95, 0.55) 0%,
    rgba(30, 58, 95, 0.72) 45%,
    rgba(30, 58, 95, 0.88) 100%
  );
}
.home-hero__content {
  position: relative; z-index: 2;
  padding: 120px 18px 80px; max-width: 820px;
}
.home-hero__eyebrow {
  display: inline-block; margin: 0 0 16px;
  padding: 6px 14px; border-radius: 999px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}
.home-hero__title {
  font-size: clamp(2.4rem, 7vw, 4rem); font-weight: 800;
  line-height: 1.05; margin: 0 0 16px;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.35);
}
.home-hero__lead {
  font-size: clamp(1.15rem, 3vw, 1.55rem); font-weight: 600;
  margin: 0 0 10px; opacity: 0.96;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.home-hero__tag {
  font-size: 1.02rem; margin: 0 0 32px; opacity: 0.88;
  max-width: 520px; margin-left: auto; margin-right: auto;
}
.home-hero__scroll {
  display: inline-flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 0.8rem; font-weight: 600; opacity: 0.75;
  color: #fff; animation: home-bob 2.4s ease-in-out infinite;
}
.home-hero__scroll::after {
  content: "";
  width: 10px; height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.85);
  border-bottom: 2px solid rgba(255, 255, 255, 0.85);
  transform: rotate(45deg);
}
@keyframes home-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__scroll { animation: none; }
}

.dest-card {
  display: grid; gap: 0; border-radius: var(--r);
  overflow: hidden; border: 1px solid var(--line);
  background: var(--surface); box-shadow: var(--shadow-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 720px) {
  .dest-card { grid-template-columns: 1.1fr 1fr; max-width: 880px; margin: 0 auto; }
}
.dest-card:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(30, 58, 95, 0.12); }
.dest-card__media { aspect-ratio: 16/10; overflow: hidden; }
@media (min-width: 720px) { .dest-card__media { aspect-ratio: auto; min-height: 260px; } }
.dest-card__media img { width: 100%; height: 100%; object-fit: cover; }
.dest-card__body {
  display: flex; flex-direction: column; justify-content: center;
  padding: 28px 24px; gap: 10px;
}
.dest-card__country {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--green);
}
.dest-card__title { font-size: 1.5rem; color: var(--navy); margin: 0; }
.dest-card__desc { font-size: 0.95rem; color: var(--muted); margin: 0; line-height: 1.55; }
.dest-card__meta {
  font-size: 0.85rem; color: var(--muted); margin: 4px 0 8px;
}

.home-format { display: grid; gap: 24px; }
@media (min-width: 720px) { .home-format { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .home-format { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.home-format__item {
  padding: 22px 18px; border-radius: var(--r-sm);
  background: var(--surface); border: 1px solid var(--line);
}
.home-format__icon {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--bg-alt); color: var(--navy); margin-bottom: 14px;
}
.home-format__icon .ico { width: 1.4rem; height: 1.4rem; }
.home-format__item h3 { font-size: 1rem; color: var(--navy); margin-bottom: 8px; }
.home-format__item p { font-size: 0.9rem; color: var(--muted); margin: 0; line-height: 1.55; }

.home-cta {
  padding: 56px 0; text-align: center;
  background: var(--bg-deep); color: #fff;
}
.home-cta h2 { font-size: clamp(1.6rem, 4vw, 2.2rem); margin-bottom: 10px; }
.home-cta p { opacity: 0.9; max-width: 520px; margin: 0 auto 24px; }
.home-cta .btn-row { justify-content: center; }
.home-cta__app {
  margin-top: 20px; font-size: 0.85rem; opacity: 0.7;
}

/* PhotoSwipe — align with site dark theme */
[data-theme="dark"] .pswp {
  --pswp-bg: #121416;
  --pswp-placeholder-bg: #23272d;
  --pswp-icon-color: #e6e8eb;
  --pswp-icon-color-secondary: #9aa3ad;
  --pswp-icon-stroke-color: #6b7280;
  --pswp-preloader-color: rgba(255, 255, 255, 0.14);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.5);
}
