:root {
  --navy: #08283f;
  --navy-deep: #041925;
  --ink: #10202d;
  --muted: #667788;
  --aqua: #13bfc2;
  --aqua-dark: #07949b;
  --sand: #f3dfbf;
  --sand-soft: #fff7ec;
  --cloud: #f4f8fa;
  --white: #ffffff;
  --line: rgba(8, 40, 63, 0.12);
  --shadow: 0 24px 70px rgba(8, 40, 63, 0.14);
  --shadow-soft: 0 14px 36px rgba(8, 40, 63, 0.1);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(19, 191, 194, 0.8);
  outline-offset: 3px;
}

button,
input,
select {
  font: inherit;
}

input,
select,
textarea {
  font-size: 16px;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1260px, calc(100% - 36px));
  max-width: calc(100vw - 20px);
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 13px 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(4, 25, 37, 0.34);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled,
.site-header.menu-active {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(8, 40, 63, 0.08);
  box-shadow: var(--shadow-soft);
}

.brand,
.header-actions,
.main-nav,
.button-row,
.hero-buttons,
.pill-row,
.inline-cta {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  width: auto;
  height: 40px;
}

.brand-logo-dark,
.brand-mark-logo {
  display: none;
}

.brand-mark-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.site-header.scrolled .brand-logo-light,
.site-header.menu-active .brand-logo-light,
.site-header.header-start-light .brand-logo-light,
.site-header.scrolled .brand-mark-logo-light,
.site-header.menu-active .brand-mark-logo-light,
.site-header.header-start-light .brand-mark-logo-light {
  display: none;
}

.site-header.scrolled .brand-logo-dark,
.site-header.menu-active .brand-logo-dark,
.site-header.header-start-light .brand-logo-dark {
  display: block;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--sand);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.main-nav {
  justify-content: center;
  gap: 26px;
  font-size: 0.95rem;
  font-weight: 800;
}

.main-nav a {
  opacity: 0.96;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.22);
}

.main-nav a:hover {
  opacity: 1;
  color: var(--aqua);
}

.header-actions {
  min-width: 0;
  justify-content: flex-end;
  gap: 10px;
}

.menu-toggle {
  border: 0;
  cursor: pointer;
}

.language-switcher,
.mobile-language-switcher {
  position: relative;
}

.language-switcher {
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: inherit;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
}

.language-trigger:focus-visible {
  outline: 3px solid rgba(19, 191, 194, 0.5);
  outline-offset: 3px;
}

.language-flag {
  display: inline-block;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 3px 10px rgba(8, 40, 63, 0.18);
}

.language-flag svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.language-chevron {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.2s ease;
}

.language-menu.is-open .language-chevron {
  transform: rotate(180deg);
}

.language-popover {
  position: absolute;
  z-index: 120;
  top: calc(100% + 12px);
  right: 0;
  width: 238px;
  padding: 9px;
  border: 1px solid rgba(8, 40, 63, 0.1);
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #f5fbfb 100%);
  box-shadow: 0 24px 60px rgba(8, 40, 63, 0.24), 0 8px 18px rgba(8, 40, 63, 0.1);
  color: var(--navy);
  transform-origin: top right;
  animation: languageMenuIn 0.18s ease-out both;
}

.language-popover[hidden] {
  display: none;
}

.language-popover::before {
  position: absolute;
  top: -6px;
  right: 25px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(8, 40, 63, 0.1);
  border-left: 1px solid rgba(8, 40, 63, 0.1);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.language-popover-title {
  display: block;
  padding: 5px 10px 8px;
  color: rgba(8, 40, 63, 0.56);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.language-option,
.mobile-panel .language-option:not(.btn) {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 9px;
  min-height: 49px;
  padding: 7px 9px;
  border-radius: 13px;
  color: var(--navy);
  text-decoration: none;
  transition: background 0.16s ease, transform 0.16s ease;
}

.language-option:hover,
.language-option:focus-visible {
  background: rgba(19, 191, 194, 0.11);
  transform: translateX(2px);
}

.language-option:focus-visible {
  outline: 2px solid rgba(19, 191, 194, 0.62);
  outline-offset: -2px;
}

.language-option.is-current {
  background: rgba(19, 191, 194, 0.15);
}

.language-option-name {
  font-size: 0.88rem;
  font-weight: 850;
}

.language-option-code {
  color: rgba(8, 40, 63, 0.48);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.language-option-check {
  color: var(--aqua);
  font-size: 0.85rem;
  font-weight: 950;
  opacity: 0;
}

.language-option.is-current .language-option-check {
  opacity: 1;
}

.mobile-language-switcher {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 13px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: 15px;
  background: var(--cloud);
}

.mobile-language-label {
  font-size: 0.78rem;
  font-weight: 850;
}

.mobile-language-switcher .language-trigger {
  justify-content: flex-end;
  min-height: 42px;
  color: var(--navy);
}

.mobile-language-switcher .language-popover {
  position: static;
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
  box-shadow: 0 14px 34px rgba(8, 40, 63, 0.16);
  transform-origin: top center;
}

.mobile-language-switcher .language-popover::before {
  display: none;
}

.site-header.scrolled .language-switcher,
.site-header.menu-active .language-switcher {
  background: var(--cloud);
  border-color: rgba(8, 40, 63, 0.12);
}

.site-header.header-start-light,
.product-page .site-header.header-start-light {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(8, 40, 63, 0.08);
  box-shadow: var(--shadow-soft);
}

.site-header.header-start-light .language-switcher,
.product-page .site-header.header-start-light .language-switcher {
  background: var(--cloud);
  border-color: rgba(8, 40, 63, 0.12);
}

@keyframes languageMenuIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  position: relative;
}

.menu-toggle span {
  position: absolute;
  left: 13px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--white);
  transition: transform 0.2s ease, top 0.2s ease;
}

.menu-toggle span:first-child {
  top: 17px;
}

.menu-toggle span:last-child {
  top: 25px;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  top: 21px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  top: 21px;
  transform: rotate(-45deg);
}

.mobile-panel {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.btn-primary {
  color: var(--white);
  background: var(--aqua-dark);
  box-shadow: 0 12px 28px rgba(7, 148, 155, 0.24);
}

.btn-primary:hover {
  background: var(--aqua);
}

.btn-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
}

.btn-secondary:hover {
  background: var(--cloud);
}

.btn-disabled,
.btn-disabled:hover {
  color: rgba(8, 40, 63, 0.58);
  background: var(--cloud);
  border-color: var(--line);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.btn-glass {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.36);
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.86rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  color: var(--white);
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1506929562872-bb421503ef21?auto=format&fit=crop&w=2200&q=86");
  background-size: cover;
  background-position: center;
  transform: scale(1.08) translate3d(0, 0, 0);
  animation: heroBreath 18s ease-in-out infinite alternate;
  will-change: transform, translate;
}

.hero-overlay {
  background:
    radial-gradient(circle at 30% 46%, rgba(4, 25, 37, 0.2), transparent 32%),
    linear-gradient(90deg, rgba(4, 25, 37, 0.9) 0%, rgba(4, 25, 37, 0.52) 48%, rgba(4, 25, 37, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 25, 37, 0.72) 0%, rgba(4, 25, 37, 0.08) 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: grid;
  align-content: end;
  gap: 26px;
  padding: 152px 0 48px;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 980px;
  margin-top: 14px;
  font-size: clamp(3.5rem, 8vw, 7.5rem);
}

.hero-place-outline {
  display: block;
  width: max-content;
  max-width: 100%;
  color: transparent;
  -webkit-text-stroke: 1.4px rgba(255, 255, 255, 0.9);
  text-stroke: 1.4px rgba(255, 255, 255, 0.9);
  font-size: clamp(5.2rem, 9.8vw, 10.2rem);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 22px 60px rgba(4, 25, 37, 0.22);
}

.hero-title-solid {
  display: block;
  max-width: 960px;
  margin-top: 18px;
  font-size: clamp(3.2rem, 5.8vw, 6.2rem);
  line-height: 0.96;
  text-wrap: balance;
  text-shadow: 0 16px 46px rgba(0, 0, 0, 0.34);
}

.hero-outline-word {
  display: block;
  margin: 0.02em 0 0.04em;
  color: transparent;
  -webkit-text-stroke: 1.6px rgba(255, 255, 255, 0.82);
  text-stroke: 1.6px rgba(255, 255, 255, 0.82);
  font-size: clamp(5.2rem, 11vw, 10.5rem);
  line-height: 0.78;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 20px 54px rgba(4, 25, 37, 0.18);
}

.hero-copy p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.1rem, 1.65vw, 1.34rem);
  font-weight: 600;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.32);
}

.hero-buttons,
.button-row {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-microcopy {
  font-size: 0.95rem !important;
  font-weight: 700;
}

.search-card {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.85fr 1.2fr auto;
  gap: 12px;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.search-card label {
  display: grid;
  gap: 6px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.search-card span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.search-card input,
.search-card select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--navy);
  background: transparent;
  font-weight: 800;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.trust-strip span {
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.section {
  padding: 108px 0;
}

.section-heading {
  max-width: 680px;
}

.section-heading.centered {
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading h2,
.final-cta h2 {
  margin-top: 12px;
  color: var(--navy-deep);
  font-size: clamp(2.25rem, 4vw, 4.2rem);
}

.section-heading p,
.final-cta p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.tour-card,
.blog-card,
.testimonial-card,
.step-card,
.stat-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.tour-card:hover,
.blog-card:hover,
.testimonial-card:hover,
.step-card:hover,
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.tour-card {
  position: relative;
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--navy);
  box-shadow: var(--shadow-soft);
}

.tour-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(4, 25, 37, 0.94) 0%, rgba(4, 25, 37, 0.78) 24%, rgba(4, 25, 37, 0.12) 68%),
    linear-gradient(90deg, rgba(4, 25, 37, 0.28), transparent 48%);
}

.tour-overlay {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 92px;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  color: var(--white);
}

.tour-overlay p,
.tour-overlay h3 {
  margin: 0;
}

.tour-overlay p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tour-overlay h3 {
  margin-top: 10px;
  font-size: 1.58rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
}

.tour-overlay div > span {
  display: inline-block;
  margin-top: 12px;
  color: var(--sand);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.tour-card-link {
  display: block;
}

.tour-overlay a,
.tour-arrow {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 46px;
  height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.tour-description {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
  font-weight: 600;
  overflow-wrap: anywhere;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.inline-cta {
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
  padding: 22px;
  border-radius: 999px;
  background: var(--cloud);
}

.inline-cta p {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

.split-section {
  background: linear-gradient(180deg, var(--white), var(--sand-soft));
}

.split-grid,
.trust-layout,
.faq-layout,
.final-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.faq-layout {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: 58px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: var(--navy);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--aqua);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 6px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.image-collage,
.cta-collage {
  position: relative;
  min-height: 560px;
}

.image-collage img,
.cta-collage img,
.faq-image img,
.video-card,
.blog-card img,
.traveler-collage img {
  border-radius: var(--radius-lg);
}

.collage-main {
  position: absolute;
  inset: 40px 70px 0 0;
  box-shadow: var(--shadow);
}

.collage-small {
  position: absolute;
  width: 42%;
  height: 220px;
  border: 10px solid var(--white);
  box-shadow: var(--shadow-soft);
}

.collage-small.top {
  top: 0;
  right: 0;
}

.collage-small.bottom {
  left: 0;
  bottom: 28px;
}

.trust-section,
.steps-section,
.blog-section {
  background: var(--cloud);
}

.big-stat {
  display: inline-flex;
  margin-top: 28px;
  padding: 18px 24px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--sand);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.trust-lead {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding: 42px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(4, 25, 37, 0.92), rgba(7, 148, 155, 0.62)),
    url("assets/phu-quoc-coconut-beach.jpg") center/cover;
  box-shadow: var(--shadow-soft);
}

.trust-lead h2,
.trust-lead p {
  color: var(--white);
}

.trust-lead p {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  font-weight: 600;
}

.trust-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-mini-list span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 800;
}

.stat-card,
.step-card,
.testimonial-card {
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(8, 40, 63, 0.05);
}

.stat-card span,
.step-card span {
  color: var(--aqua-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.booking-steps .step-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 32px;
}

.booking-steps .step-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: rgba(19, 191, 194, 0.12);
}

.booking-steps .step-card span {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  color: var(--white);
  background: var(--aqua-dark);
  font-size: 1.2rem;
  box-shadow: 0 18px 36px rgba(7, 148, 155, 0.2);
}

.booking-steps .step-card h3 {
  margin-top: 28px;
  font-size: 1.18rem;
}

.stat-card h3,
.step-card h3,
.testimonial-card h3,
.blog-card h3 {
  margin: 12px 0 8px;
  color: var(--navy);
  line-height: 1.2;
}

.stat-card p,
.step-card p,
.testimonial-card p,
.blog-card p {
  margin: 0;
  color: var(--muted);
}

.steps-section {
  padding: 82px 0 74px;
}

.booking-simple-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 236, 0.9)),
    var(--white);
  box-shadow: var(--shadow-soft);
}

.booking-simple-intro h2 {
  margin: 10px 0 0;
  color: var(--navy-deep);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1;
}

.booking-simple-intro p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.booking-simple-intro .btn {
  margin-top: 26px;
}

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

.booking-flow-step {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(8, 40, 63, 0.07);
}

.booking-flow-step:not(:last-child)::after {
  content: ">";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -13px;
  color: rgba(7, 148, 155, 0.18);
  font-size: 1rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.booking-step-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--aqua-dark);
  background: rgba(19, 191, 194, 0.1);
}

.booking-step-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-flow-step h3 {
  margin: 12px 0 6px;
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.2;
}

.booking-flow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.42;
}

.trust-section {
  padding-top: 128px;
  background: linear-gradient(180deg, var(--white), var(--sand-soft));
}

.trust-premium-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 68px;
  align-items: center;
}

.trust-premium-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.trust-premium-media > img {
  position: absolute;
  inset: 0;
  object-position: center;
}

.trust-premium-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 25, 37, 0.12) 60%, rgba(4, 25, 37, 0.7) 100%);
}

.trust-media-overlay {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 10px;
  color: var(--white);
}

.trust-media-overlay span {
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-media-overlay strong {
  max-width: 430px;
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
  line-height: 1.05;
}

.trust-premium-content h2 {
  margin: 12px 0 0;
  color: var(--navy-deep);
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 1.02;
}

.trust-premium-content > p {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 600;
}

.trust-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 30px;
}

.trust-benefit-grid span {
  position: relative;
  padding: 16px 18px 16px 44px;
  border: 1px solid rgba(8, 40, 63, 0.1);
  border-radius: var(--radius-sm);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(8, 40, 63, 0.04);
}

.trust-benefit-grid span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--aqua-dark);
  transform: translateY(-50%);
}

.video-card {
  position: relative;
  height: min(68vw, 620px);
  min-height: 360px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 37, 0.45), rgba(4, 25, 37, 0.06));
}

.play-button {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  font-size: 1.5rem;
}

.video-badge {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 26px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(4, 25, 37, 0.56);
  backdrop-filter: blur(12px);
  font-weight: 800;
}

.pill-row {
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.pill-row span {
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--sand-soft);
  font-weight: 800;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step-card {
  min-height: 230px;
}

.step-card span {
  display: block;
  color: rgba(19, 191, 194, 0.38);
  font-size: 3.4rem;
  line-height: 1;
}

.centered-action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.traveler-collage {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr 0.8fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
  perspective: 1200px;
}

.traveler-collage img {
  height: 260px;
  opacity: 0.78;
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.55s ease, box-shadow 0.55s ease;
  will-change: transform;
}

.traveler-collage .featured {
  height: 360px;
  opacity: 1;
  box-shadow: var(--shadow);
}

@media (hover: hover) {
  .traveler-collage:hover img {
    opacity: 0.68;
    transform: translate3d(0, 8px, 0) scale(0.985);
  }

  .traveler-collage img:hover {
    opacity: 1;
    transform: translate3d(0, -16px, 0) scale(1.055);
    box-shadow: var(--shadow);
    z-index: 2;
  }

  .traveler-collage .featured:hover {
    transform: translate3d(0, -18px, 0) scale(1.045);
  }
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--navy);
  background: var(--sand);
  font-weight: 800;
}

.stars {
  margin: 18px 0 10px;
  color: #f3ad2b;
  font-size: 0.86rem;
}

.testimonial-card p {
  min-height: 132px;
  color: var(--ink);
  font-weight: 600;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-image {
  height: 680px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.faq-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 37, 0.26), rgba(4, 25, 37, 0.02));
}

.faq-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
  interpolate-size: allow-keywords;
  overflow-anchor: none;
}

.faq-list details {
  border: 1px solid rgba(8, 40, 63, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(8, 40, 63, 0.05);
  overflow: hidden;
  overflow-anchor: none;
}

.faq-list summary {
  position: relative;
  padding: 23px 62px 23px 24px;
  color: var(--navy);
  font-size: 1.03rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: calc(50% - 17px);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--aqua-dark);
  background: rgba(19, 191, 194, 0.1);
  font-size: 1.3rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition: block-size 0.24s ease, opacity 0.18s ease;
}

.faq-list details[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(8, 40, 63, 0.05);
}

.blog-card img {
  height: 240px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blog-card div {
  padding: 24px;
}

.blog-card a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--aqua-dark);
  font-weight: 800;
}

.final-cta {
  background: linear-gradient(135deg, #eaf9f9, var(--sand-soft));
}

.final-cta-grid {
  gap: 48px;
}

.final-cta h2 {
  max-width: 620px;
}

.final-cta p {
  max-width: 560px;
}

.cta-microcopy {
  color: var(--navy) !important;
  font-weight: 800;
}

.cta-collage img {
  position: absolute;
  box-shadow: var(--shadow-soft);
}

.cta-collage img:nth-child(1) {
  top: 18px;
  left: 0;
  width: 62%;
  height: 300px;
}

.cta-collage img:nth-child(2) {
  right: 0;
  top: 0;
  width: 42%;
  height: 420px;
}

.cta-collage img:nth-child(3) {
  left: 22%;
  bottom: 34px;
  width: 54%;
  height: 210px;
  border: 10px solid rgba(255, 255, 255, 0.9);
}

.footer {
  padding: 76px 0 28px;
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at top right, rgba(19, 191, 194, 0.2), transparent 34%),
    var(--navy-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 48px;
}

.footer-brand {
  display: flex;
  align-items: center;
  width: fit-content;
  color: var(--white);
}

.footer-brand-logo {
  display: block;
  width: auto;
  height: 42px;
}

.footer-brand .brand-mark {
  display: inline-grid;
}

.footer p {
  max-width: 340px;
}

.footer h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 0.95rem;
}

.footer a,
.footer span {
  display: block;
  margin: 10px 0;
}

.footer a:hover {
  color: var(--aqua);
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  max-width: none;
}

.floating-whatsapp {
  display: none;
}

.problem-section,
.style-guide-section,
.responsible-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(19, 191, 194, 0.1), transparent 28%),
    linear-gradient(180deg, var(--white), var(--sand-soft));
}

.problem-section .section-heading {
  max-width: 860px;
}

.problem-section .section-heading p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: #536a7a;
  font-size: clamp(1rem, 1.2vw, 1.06rem);
  line-height: 1.72;
}

.problem-grid,
.style-grid,
.selected-tour-grid {
  display: grid;
  gap: 24px;
}

.problem-grid {
  grid-template-columns: repeat(3, 1fr);
}

.problem-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.76fr);
  gap: 32px;
  align-items: stretch;
  margin-top: 48px;
}

.problem-stack {
  display: grid;
  gap: 12px;
}

.problem-card,
.style-card,
.responsible-card,
.support-list-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.problem-card {
  min-height: auto;
  padding: 20px 24px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.problem-card::before {
  content: none;
}

.problem-card span,
.style-card span {
  color: var(--sand);
  font-size: 0.88rem;
  font-weight: 800;
}

.problem-number {
  color: var(--aqua-dark);
  grid-column: 1;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.problem-icon {
  grid-column: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(19, 191, 194, 0.24);
  border-radius: 16px;
  background: rgba(19, 191, 194, 0.08);
}

.problem-icon {
  justify-self: center;
}

.problem-icon {
  align-self: center;
}

.problem-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--aqua-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.problem-card h3,
.problem-card p {
  margin: 0;
}

.problem-card h3 {
  grid-column: 2;
  margin-top: 0;
  color: var(--navy-deep);
  font-size: 1.42rem;
  line-height: 1.16;
}

.problem-card p {
  grid-column: 2;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.55;
}

.guidance-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  min-height: 100%;
  padding: 38px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 92% 8%, rgba(19, 191, 194, 0.28), transparent 32%),
    linear-gradient(145deg, #041925 0%, #08324a 52%, #07949b 130%);
  box-shadow: var(--shadow);
}

.guidance-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -78px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.guidance-panel > * {
  position: relative;
  z-index: 2;
}

.guidance-panel h3 {
  max-width: 500px;
  margin: 12px 0 0;
  color: var(--white);
  font-size: clamp(1.75rem, 2.55vw, 3rem);
  line-height: 1.04;
}

.guidance-panel > p {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.65;
}

.guidance-notes {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.guidance-notes article {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(14px);
}

.guidance-notes strong {
  display: block;
  margin-bottom: 7px;
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.guidance-notes p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  line-height: 1.65;
}

.guidance-panel .btn {
  justify-self: start;
  margin-top: 28px;
}

.selected-tour-grid {
  grid-template-columns: repeat(6, 1fr);
}

.selected-tour-grid .tour-card {
  grid-column: span 2;
}

.selected-tour-grid .tour-card-featured {
  grid-column: span 3;
  min-height: 520px;
}

.tour-card-featured .tour-overlay h3 {
  max-width: 520px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.tour-overlay a,
.tour-arrow {
  font-size: 0.88rem;
  text-transform: uppercase;
}

.featured-tours-section {
  background:
    radial-gradient(circle at 92% 8%, rgba(19, 191, 194, 0.1), transparent 28%),
    var(--white);
}

.featured-tours-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.featured-tours-header .section-heading {
  max-width: 780px;
}

.featured-tours-all-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: var(--sand-soft);
  font-weight: 800;
}

.featured-tours-all-link:hover {
  color: var(--white);
  background: var(--navy);
}

.featured-tours-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  grid-template-rows: repeat(3, minmax(176px, auto)) auto;
  gap: 22px;
}

.tour-card-primary,
.tour-card-secondary,
.view-all-tours-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.tour-card-primary {
  grid-row: span 3;
  min-height: 690px;
  color: var(--white);
  background: var(--navy-deep);
}

.tour-card-primary img {
  position: absolute;
  inset: 0;
}

.tour-card-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(4, 25, 37, 0.94) 0%, rgba(4, 25, 37, 0.62) 42%, rgba(4, 25, 37, 0.04) 76%),
    linear-gradient(90deg, rgba(4, 25, 37, 0.38), transparent 58%);
}

.featured-tour-content {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: grid;
  gap: 14px;
  max-width: 640px;
}

.featured-tour-badge {
  display: inline-flex;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--sand);
  background: rgba(4, 25, 37, 0.44);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tour-card-primary h3,
.view-all-tours-card h3 {
  margin: 0;
  color: var(--white);
  line-height: 1;
}

.tour-card-primary h3 {
  font-size: clamp(2.3rem, 4.2vw, 4.6rem);
}

.featured-tour-price {
  display: block;
  color: var(--sand);
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  line-height: 1;
}

.tour-card-primary p,
.view-all-tours-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.featured-tour-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.featured-tour-chips span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  font-weight: 800;
}

.tour-card-secondary {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  min-height: 176px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  background: var(--white);
}

.tour-card-secondary img {
  height: 100%;
}

.tour-card-secondary > div {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px 22px;
}

.tour-card-secondary .featured-tour-badge {
  color: var(--aqua-dark);
  background: rgba(19, 191, 194, 0.1);
}

.tour-card-secondary h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: 1.24rem;
  line-height: 1.12;
}

.tour-card-secondary .featured-tour-price {
  color: var(--navy);
  font-size: 1.12rem;
}

.tour-card-secondary p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
}

.tour-card-secondary .featured-tour-chips span {
  border-color: var(--line);
  color: var(--navy);
  background: var(--sand-soft);
}

.tour-card-secondary a:not(.btn) {
  display: inline-flex;
  width: fit-content;
  margin-top: 2px;
  color: var(--aqua-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.view-all-tours-card {
  grid-column: 1 / -1;
  min-height: 260px;
  color: var(--white);
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(19, 191, 194, 0.24), transparent 35%),
    linear-gradient(135deg, var(--navy-deep), var(--navy));
}

.view-all-tours-card > div {
  display: grid;
  gap: 16px;
  justify-items: center;
  max-width: 880px;
  padding: 42px;
  text-align: center;
}

.view-all-tours-card h3 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  white-space: nowrap;
}

.view-all-tours-card .btn {
  justify-self: center;
}

.help-section {
  background:
    radial-gradient(circle at 78% 18%, rgba(19, 191, 194, 0.16), transparent 30%),
    var(--navy-deep);
  color: var(--white);
}

.help-section .section-heading h2,
.help-section .section-heading p {
  color: var(--white);
}

.microcopy-line {
  margin-top: 14px !important;
  color: var(--sand) !important;
  font-size: 1rem !important;
  font-weight: 800;
}

.help-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 64px;
  align-items: center;
}

.help-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.help-form .btn-primary {
  min-height: 54px;
  padding: 0 28px;
  background: var(--aqua);
  box-shadow: 0 18px 42px rgba(19, 191, 194, 0.28);
}

.help-form label {
  display: grid;
  gap: 7px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
}

.help-form span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.help-form input,
.help-form select,
.help-form textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--navy);
  background: transparent;
  font: inherit;
  font-weight: 800;
  resize: vertical;
}

.full-field,
.form-actions {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.help-collage .collage-main,
.help-collage .collage-small {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.style-selector {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 46px;
}

.style-visual-panel {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  background: var(--navy-deep);
}

.style-visual-panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.style-visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 25, 37, 0.1), rgba(4, 25, 37, 0.9)),
    radial-gradient(circle at 72% 18%, rgba(19, 191, 194, 0.28), transparent 36%);
}

.style-visual-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding: 34px;
  color: var(--white);
}

.style-visual-content h3 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 0.98;
}

.style-visual-content p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 650;
  line-height: 1.55;
}

.style-options {
  display: grid;
  gap: 14px;
}

.style-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: auto;
  padding: 18px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  color: var(--navy);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 239, 225, 0.86));
}

.style-thumb {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  box-shadow: 0 16px 34px rgba(4, 25, 37, 0.14);
}

.style-card h3 {
  margin: 0 0 5px;
  color: var(--navy);
  font-size: clamp(1.18rem, 1.4vw, 1.42rem);
  line-height: 1.12;
}

.style-card p {
  margin: 0;
  color: #536a7a;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.45;
}

.style-card strong {
  display: block;
  margin-top: 10px;
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.35;
}

.style-card strong span {
  display: inline-flex;
  margin-right: 6px;
  color: var(--aqua-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.style-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--aqua-dark);
  font-size: 0.95rem;
  font-weight: 900;
  text-decoration: none;
}

.booking-steps {
  grid-template-columns: repeat(4, 1fr);
}

.traveller-moments-section {
  background:
    radial-gradient(circle at 92% 16%, rgba(19, 191, 194, 0.13), transparent 28%),
    linear-gradient(180deg, var(--sand-soft), var(--white));
}

.traveller-moments-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 42px;
}

.traveller-moments-header .section-heading {
  max-width: 700px;
}

.traveller-moments-header .section-heading p {
  color: var(--muted);
  font-weight: 600;
}

.traveller-trust-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.traveller-trust-pills span {
  padding: 12px 16px;
  border: 1px solid rgba(8, 40, 63, 0.1);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 22px rgba(8, 40, 63, 0.05);
  font-size: 0.84rem;
  font-weight: 800;
}

.traveller-moments-collage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1.03fr) repeat(2, minmax(180px, 0.72fr));
  grid-template-rows: 256px 230px;
  gap: 15px;
  padding: 15px;
  border-radius: calc(var(--radius-lg) + 4px);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow-soft);
}

.traveller-moments-collage figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
}

.traveller-moments-collage figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 37, 0.18), transparent 45%);
}

.traveller-photo-main {
  grid-row: 1 / 3;
}

.traveller-photo-coast {
  grid-column: 2 / 4;
}

.traveller-photo-guest,
.traveller-photo-beach {
  grid-row: 2;
}

.traveller-moments-caption {
  position: absolute;
  z-index: 1;
  left: 34px;
  bottom: 34px;
  max-width: 310px;
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  color: var(--white);
  background: rgba(4, 25, 37, 0.48);
  backdrop-filter: blur(12px);
}

.traveller-moments-caption span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.traveller-moments-caption strong {
  font-size: 1rem;
  line-height: 1.38;
}

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

.traveller-review-card {
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 228px;
  padding: 27px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(8, 40, 63, 0.06);
}

.traveller-stars {
  color: #f3ad2b;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.traveller-review-card p {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.64;
}

.traveller-review-card strong {
  align-self: end;
  color: var(--navy);
  font-size: 0.92rem;
}

.traveller-moments-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.whatsapp-support-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 25, 37, 0.9), rgba(4, 25, 37, 0.52)),
    url("assets/phu-quoc-turquoise-cove.webp") center/cover fixed;
}

.support-panel {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 0.72fr);
  gap: 56px;
  align-items: center;
}

.support-panel h2 {
  max-width: 720px;
  margin: 12px 0 0;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.support-panel p {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
}

.support-panel .btn-primary {
  margin-top: 28px;
  min-height: 54px;
  padding: 0 30px;
  background: var(--aqua);
  box-shadow: 0 20px 44px rgba(19, 191, 194, 0.26);
}

.support-panel .btn-primary:hover {
  background: #16d3d5;
}

.support-microcopy {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 800;
}

.chat-bubble-note {
  display: inline-flex;
  max-width: 520px;
  margin-top: 28px;
  padding: 18px 22px;
  border: 1px solid rgba(19, 191, 194, 0.28);
  border-radius: 24px;
  color: var(--white);
  background: linear-gradient(135deg, rgba(7, 148, 155, 0.36), rgba(4, 25, 37, 0.42));
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 46px rgba(4, 25, 37, 0.24);
  font-weight: 800;
  line-height: 1.4;
}

.support-list-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(150deg, rgba(4, 25, 37, 0.68), rgba(8, 40, 63, 0.44));
  backdrop-filter: blur(22px);
  box-shadow: 0 28px 70px rgba(4, 25, 37, 0.34);
}

.support-list-card h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.35rem;
}

.support-list-card .check-list {
  gap: 14px;
  margin-top: 26px;
}

.support-list-card .check-list li {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding-left: 38px;
  color: var(--white);
  font-weight: 800;
}

.support-list-card .check-list li::before {
  top: 50%;
  background: rgba(19, 191, 194, 0.9);
  box-shadow: 0 8px 20px rgba(19, 191, 194, 0.18);
  transform: translateY(-50%);
}

.support-list-card .check-list li::after {
  top: 50%;
  transform: translateY(-54%) rotate(45deg);
}

.responsible-card {
  min-height: 430px;
  color: var(--white);
  background: var(--navy-deep);
}

.responsible-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 37, 0.88), rgba(4, 25, 37, 0.04));
}

.responsible-card img {
  position: absolute;
  inset: 0;
}

.responsible-card div {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
}

.responsible-card span {
  color: var(--sand);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.responsible-card h3 {
  margin: 10px 0 0;
  max-width: 580px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.7vw, 2.55rem);
  line-height: 1;
}

.faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 999px;
  background: var(--sand-soft);
}

.faq-cta span {
  color: var(--navy);
  font-weight: 800;
}

.visual-final-cta {
  background:
    radial-gradient(circle at top right, rgba(19, 191, 194, 0.14), transparent 32%),
    linear-gradient(135deg, #eaf9f9, var(--sand-soft));
}

.catalog-hero {
  padding: 150px 0 78px;
  background:
    radial-gradient(circle at 84% 12%, rgba(19, 191, 194, 0.2), transparent 31%),
    linear-gradient(180deg, var(--white), #eef9fa);
}

.catalog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.catalog-copy,
.catalog-collection-head,
.catalog-guidance-grid,
.catalog-guidance-actions {
  min-width: 0;
}

.catalog-copy h1 {
  max-width: 700px;
  margin: 14px 0 0;
  color: var(--navy-deep);
  font-size: clamp(3.1rem, 5.5vw, 5.6rem);
  font-weight: 800;
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.catalog-copy > p {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.35vw, 1.14rem);
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.catalog-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}

.catalog-assurance span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  font-weight: 800;
}

.catalog-spotlight {
  position: relative;
  min-height: 592px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--navy-deep);
  box-shadow: var(--shadow);
}

.catalog-spotlight img {
  position: absolute;
  inset: 0;
}

.catalog-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 37, 0.94), rgba(4, 25, 37, 0.08) 66%);
}

.catalog-spotlight > div {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: grid;
  gap: 13px;
}

.catalog-spotlight h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  line-height: 1.06;
}

.catalog-spotlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
}

.catalog-spotlight strong {
  color: var(--sand);
  font-size: 1.44rem;
}

.catalog-spotlight small {
  font-size: 0.86rem;
}

.catalog-spotlight .btn {
  justify-self: start;
}

.catalog-collection {
  padding: 88px 0 94px;
  background: var(--white);
  scroll-margin-top: 88px;
}

.catalog-collection-head {
  margin-bottom: 46px;
}

.catalog-collection-head .section-heading {
  max-width: 700px;
}

.catalog-collection-head .section-heading p {
  color: var(--muted);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  min-width: 0;
}

.catalog-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 238px 1fr;
  overflow: hidden;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.catalog-card > img {
  grid-row: 1;
  width: 100%;
  height: 238px;
  min-height: 0;
}

.catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.catalog-card-body {
  grid-row: 2;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 25px;
}

.catalog-card-meta {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.catalog-card-meta span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--aqua-dark);
  background: rgba(19, 191, 194, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.catalog-card-meta strong {
  color: var(--navy);
  font-size: 0.92rem;
  text-align: right;
}

.catalog-card h3 {
  margin: 2px 0 0;
  color: var(--navy-deep);
  font-size: clamp(1.28rem, 1.85vw, 1.56rem);
  line-height: 1.12;
}

.catalog-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.52;
}

.catalog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.catalog-tags span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: var(--sand-soft);
  font-size: 0.74rem;
  font-weight: 800;
}

.catalog-card-body > a:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 6px;
  color: var(--aqua-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.catalog-card-body .btn {
  justify-self: start;
  margin-top: auto;
}

.catalog-guidance {
  padding: 76px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 24%, rgba(19, 191, 194, 0.24), transparent 32%),
    var(--navy-deep);
}

.catalog-guidance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.catalog-guidance h2 {
  max-width: 700px;
  margin: 12px 0 12px;
  color: var(--white);
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.05;
}

.catalog-guidance p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.catalog-guidance-actions {
  display: grid;
  gap: 14px;
  justify-items: start;
}

.catalog-guidance-actions p {
  color: var(--sand);
  font-size: 0.88rem;
  font-weight: 800;
}

.catalog-guide-links {
  padding: 72px 0;
  background: var(--cloud);
}

.catalog-guide-links-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.catalog-guide-links-card h2 {
  margin: 12px 0 10px;
  color: var(--navy-deep);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.catalog-guide-links-card p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.catalog-guide-link-list {
  display: grid;
  gap: 10px;
}

.catalog-guide-link-list a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--navy);
  background: var(--sand-soft);
  font-weight: 800;
}

.catalog-guide-link-list a:hover {
  border-color: rgba(19, 191, 194, 0.45);
  color: var(--aqua-dark);
}

.home-mobile-cta {
  display: none;
}

.product-page {
  background: var(--cloud);
}

.product-page .site-header {
  color: var(--white);
  background: rgba(4, 25, 37, 0.34);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.product-page .language-switcher {
  background: rgba(255, 255, 255, 0.18);
}

.product-page .site-header.scrolled,
.product-page .site-header.menu-active {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(8, 40, 63, 0.08);
  box-shadow: var(--shadow-soft);
}

.product-page .site-header.scrolled .language-switcher,
.product-page .site-header.menu-active .language-switcher {
  background: var(--cloud);
}

.guide-hero {
  position: relative;
  overflow: hidden;
  padding: 156px 0 94px;
  background:
    radial-gradient(circle at 87% 22%, rgba(19, 191, 194, 0.15), transparent 28%),
    radial-gradient(circle at 12% 92%, rgba(243, 223, 191, 0.42), transparent 30%),
    linear-gradient(180deg, var(--white), #f3f8f8);
}

.guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(410px, 0.82fr);
  gap: 62px;
  align-items: center;
}

.guide-copy h1 {
  max-width: 720px;
  margin: 17px 0 0;
  color: var(--navy-deep);
  font-size: clamp(3.2rem, 5.9vw, 5.9rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.guide-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.4vw, 1.14rem);
}

.guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.guide-quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 34px;
}

.guide-quick-facts span {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 800;
}

.guide-hero-media {
  position: relative;
  min-height: 636px;
  padding: 0 44px 48px 0;
}

.guide-hero-media::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 6px;
  bottom: 19px;
  left: 38px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-lg);
  background: var(--sand-soft);
}

.guide-hero-feature {
  position: absolute;
  z-index: 1;
  inset: 0 44px 48px 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 32px 78px rgba(8, 40, 63, 0.18);
}

.guide-hero-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(4, 25, 37, 0.74), rgba(4, 25, 37, 0.05) 60%),
    linear-gradient(100deg, rgba(4, 25, 37, 0.16), transparent 58%);
}

.guide-hero-feature img {
  object-position: 51% center;
}

.guide-hero-caption {
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 152px;
  bottom: 86px;
  display: grid;
  gap: 9px;
  color: var(--white);
}

.guide-hero-caption span {
  color: var(--aqua);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-hero-caption strong {
  max-width: 350px;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  line-height: 1.12;
}

.guide-hero-inset {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 224px;
  margin: 0;
  padding: 8px;
  border-radius: 25px;
  background: var(--white);
  box-shadow: 0 22px 42px rgba(8, 40, 63, 0.2);
}

.guide-hero-inset img {
  border-radius: 18px;
}

.guide-edition {
  position: absolute;
  z-index: 3;
  top: 27px;
  right: 12px;
  display: grid;
  gap: 2px;
  padding: 12px 13px 11px;
  color: var(--navy);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.25;
  text-transform: uppercase;
}

.guide-edition b {
  color: var(--aqua-dark);
  font-size: 1.34rem;
  letter-spacing: 0;
}

.guide-topics-section {
  padding: 90px 0;
  background: var(--white);
  scroll-margin-top: 90px;
}

.guide-section-heading {
  max-width: 770px;
  margin-bottom: 44px;
}

.guide-section-heading h2,
.guide-planning-grid h2,
.guide-cta h2 {
  margin: 12px 0 0;
  color: var(--navy-deep);
  font-size: clamp(2.15rem, 3.8vw, 3.7rem);
  line-height: 1.04;
}

.guide-section-heading p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.guide-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  min-width: 0;
}

.guide-topic-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 244px 1fr;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.guide-topic-card > img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 244px;
  min-height: 0;
}

.guide-topic-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, 1.1fr) minmax(300px, 0.9fr);
  grid-template-rows: 360px;
}

.guide-topic-wide > img {
  grid-column: 1;
  grid-row: 1;
  height: 360px;
}

.guide-topic-card div {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 29px;
  background: var(--white);
}

.guide-topic-wide div {
  grid-column: 2;
  grid-row: 1;
}

.guide-topic-card span {
  color: var(--aqua-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-topic-card h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.guide-topic-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.guide-planning-section {
  padding: 82px 0;
  background:
    radial-gradient(circle at 10% 5%, rgba(19, 191, 194, 0.1), transparent 26%),
    var(--sand-soft);
}

.guide-planning-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

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

.guide-planning-list article {
  padding: 22px 25px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.76);
}

.guide-planning-list strong {
  display: block;
  color: var(--navy);
  font-size: 1.04rem;
}

.guide-planning-list p {
  margin: 7px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.guide-latest-section {
  padding: 94px 0;
  background: var(--white);
  scroll-margin-top: 94px;
}

.guide-latest-heading {
  margin-bottom: 46px;
}

.guide-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  min-width: 0;
}

.guide-article-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 510px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.guide-article-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.guide-article-card > img {
  width: 100%;
  height: 210px;
  min-height: 0;
  flex: 0 0 auto;
}

.guide-article-content {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 11px;
  padding: 25px 24px 23px;
}

.guide-article-content > span {
  color: var(--aqua-dark);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guide-article-content h3 {
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(1.25rem, 1.8vw, 1.48rem);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.guide-article-content p {
  flex: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.guide-article-content a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 11px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.guide-article-content a span {
  color: var(--aqua-dark);
  font-size: 1.08rem;
  transition: transform 0.18s ease;
}

.guide-article-content a:hover span {
  transform: translateX(4px);
}

.guide-cta-section {
  padding: 84px 0;
  background: var(--cloud);
}

.guide-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 42px 48px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 96% 18%, rgba(19, 191, 194, 0.18), transparent 31%),
    linear-gradient(135deg, #eaf9f9, var(--sand-soft));
}

.guide-cta h2 {
  max-width: 690px;
}

.guide-cta .guide-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.article-hero {
  padding: 150px 0 76px;
  background:
    radial-gradient(circle at 6% 12%, rgba(19, 191, 194, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(430px, 0.72fr);
  gap: 58px;
  align-items: center;
}

.article-breadcrumb {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--aqua-dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.article-hero-copy h1 {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--navy-deep);
  font-size: clamp(3rem, 5.6vw, 5.6rem);
  line-height: 0.96;
}

.article-hero-copy p {
  max-width: 680px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  font-weight: 600;
  line-height: 1.7;
}

.article-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.article-hero-image {
  position: relative;
  overflow: hidden;
  height: 520px;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.article-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 40, 63, 0.05), rgba(8, 40, 63, 0.16));
  pointer-events: none;
}

.article-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 760px);
  gap: 58px;
  align-items: start;
  padding: 86px 0 96px;
}

.article-toc {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 7px;
  padding: 22px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(8, 40, 63, 0.07);
}

.article-toc span {
  margin-bottom: 7px;
  color: var(--navy-deep);
  font-weight: 800;
}

.article-toc a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.article-toc a:hover {
  color: var(--aqua-dark);
}

.article-body {
  min-width: 0;
}

.article-body section {
  scroll-margin-top: 112px;
}

.article-body section + section {
  margin-top: 68px;
}

.article-body h2 {
  margin: 0 0 20px;
  color: var(--navy-deep);
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.08;
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.82;
}

.article-body p {
  margin: 0 0 20px;
}

.article-body ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 22px;
  padding-left: 22px;
}

.article-body a {
  color: var(--aqua-dark);
  font-weight: 800;
}

.local-tip,
.article-link-block,
.future-guide {
  margin: 26px 0;
  padding: 22px 24px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: var(--cloud);
}

.local-tip strong,
.article-link-block strong,
.future-guide strong,
.good-for strong {
  color: var(--navy);
}

.article-link-block ul {
  margin-bottom: 0;
}

.good-for {
  color: var(--navy);
}

.future-guide {
  display: grid;
  gap: 4px;
}

.future-guide span {
  color: var(--muted);
  font-weight: 700;
}

.article-image {
  overflow: hidden;
  margin: 34px 0 0;
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
}

.article-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.article-image-wide img {
  aspect-ratio: 16 / 9;
}

.article-faq {
  margin-top: 78px;
  padding-top: 52px;
  border-top: 1px solid rgba(8, 40, 63, 0.1);
}

.article-faq h2 {
  margin-top: 12px;
}

.article-faq details {
  overflow: hidden;
  border: 1px solid rgba(8, 40, 63, 0.09);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 16px 45px rgba(8, 40, 63, 0.06);
}

.article-faq details + details {
  margin-top: 12px;
}

.article-faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--navy);
  font-weight: 800;
}

.article-faq details p {
  margin: 0;
  padding: 0 22px 22px;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 154px 0 90px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(19, 191, 194, 0.34), transparent 29%),
    radial-gradient(circle at 12% 94%, rgba(243, 223, 191, 0.12), transparent 31%),
    linear-gradient(132deg, #041925 0%, #08283f 56%, #063847 100%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.76fr) minmax(445px, 0.94fr);
  gap: 62px;
  align-items: center;
}

.about-copy h1 {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--white);
  font-size: clamp(3.2rem, 5.7vw, 5.65rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.about-copy p {
  max-width: 580px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.03rem, 1.35vw, 1.14rem);
  font-weight: 600;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.about-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 35px;
}

.about-chips span {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.84rem;
  font-weight: 800;
}

.about-hero .btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.about-hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

.about-hero-media {
  position: relative;
  min-height: 594px;
  padding: 0 36px 42px 0;
}

.about-hero-media::before {
  content: "";
  position: absolute;
  inset: 24px 0 13px 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
}

.about-hero-main {
  position: absolute;
  z-index: 1;
  inset: 0 36px 42px 0;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-lg);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.32);
}

.about-hero-main img {
  transform: scale(1.02);
  transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-hero-main:hover img {
  transform: scale(1.065);
}

.about-hero-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 37, 0.84), transparent 55%);
}

.about-hero-main figcaption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 31px;
  left: 34px;
  display: grid;
  gap: 9px;
}

.about-hero-main figcaption span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero-main figcaption strong {
  max-width: 380px;
  color: var(--white);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.14;
}

.about-hero-detail {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 174px;
  height: 184px;
  overflow: hidden;
  margin: 0;
  padding: 8px;
  border-radius: 26px;
  background: var(--white);
  box-shadow: 0 20px 44px rgba(8, 40, 63, 0.2);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.about-hero-detail:hover {
  box-shadow: 0 26px 50px rgba(8, 40, 63, 0.26);
  transform: translateY(-5px);
}

.about-hero-detail img {
  border-radius: 19px;
}

.about-who {
  padding: 96px 0;
  background: var(--white);
}

.about-who-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(470px, 1fr);
  gap: 62px;
  align-items: center;
}

.about-who-image {
  position: relative;
  height: 475px;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.about-who-image img,
.about-responsible-image img {
  transform: scale(1.02);
  transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.about-who-image:hover img,
.about-responsible-image:hover img {
  transform: scale(1.065);
}

.about-who-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 37, 0.76), transparent 56%);
}

.about-who-image figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: grid;
  gap: 8px;
  color: var(--white);
}

.about-who-image figcaption span {
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-who-image figcaption strong {
  max-width: 420px;
  font-size: clamp(1.28rem, 2.1vw, 1.78rem);
  line-height: 1.16;
}

.about-who-copy h2,
.about-section-heading h2,
.about-responsible-copy h2,
.about-cta h2 {
  margin: 12px 0 0;
  color: var(--navy-deep);
  font-size: clamp(2.1rem, 3.8vw, 3.55rem);
  line-height: 1.04;
}

.about-who-copy p {
  max-width: 410px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 600;
}

.about-do {
  padding: 90px 0;
  background:
    radial-gradient(circle at 6% 12%, rgba(19, 191, 194, 0.08), transparent 27%),
    var(--sand-soft);
}

.about-do-layout {
  display: grid;
  grid-template-columns: minmax(285px, 0.62fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.about-section-heading {
  max-width: 700px;
}

.about-section-heading p {
  margin: 19px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.about-card-grid {
  display: grid;
  gap: 12px;
}

.about-card-grid article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 18px;
  padding: 25px 28px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 10px 28px rgba(8, 40, 63, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.about-card-grid article:hover {
  border-color: rgba(19, 191, 194, 0.2);
  background: var(--white);
  box-shadow: 0 18px 40px rgba(8, 40, 63, 0.1);
  transform: translateY(-4px);
}

.about-card-number {
  grid-row: span 2;
  display: grid;
  place-items: center;
  align-self: start;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--aqua-dark);
  background: rgba(19, 191, 194, 0.11);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-card-grid h3 {
  margin: 0 0 7px;
  color: var(--navy-deep);
  font-size: clamp(1.3rem, 1.8vw, 1.52rem);
  line-height: 1.15;
}

.about-card-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.58;
}

.about-trust {
  padding: 29px 0;
  color: var(--white);
  background:
    radial-gradient(circle at right, rgba(19, 191, 194, 0.2), transparent 34%),
    var(--navy-deep);
}

.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.about-trust-grid span {
  display: grid;
  place-items: center;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.85rem;
  font-weight: 800;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.about-trust-grid span:hover {
  border-color: rgba(19, 191, 194, 0.5);
  background: rgba(19, 191, 194, 0.12);
  transform: translateY(-3px);
}

.about-process {
  padding: 92px 0;
  background: var(--white);
}

.about-process-layout {
  display: grid;
  grid-template-columns: minmax(285px, 0.6fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.about-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-process-grid li {
  position: relative;
  min-height: 145px;
  padding: 25px 24px;
  border: 1px solid rgba(8, 40, 63, 0.09);
  border-radius: var(--radius-md);
  background: var(--cloud);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.about-process-grid li:hover {
  border-color: rgba(19, 191, 194, 0.25);
  background: #edf8f8;
  transform: translateY(-4px);
}

.about-process-grid li:not(:last-child)::after {
  display: none;
}

.about-process-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--aqua-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-process-grid strong {
  color: var(--navy);
  font-size: 1.01rem;
  line-height: 1.35;
}

.about-responsible {
  padding: 92px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 20%, rgba(19, 191, 194, 0.2), transparent 32%),
    var(--navy-deep);
}

.about-responsible-grid {
  display: grid;
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 0.82fr);
  gap: 58px;
  align-items: center;
}

.about-responsible-copy h2 {
  color: var(--white);
}

.about-responsible-copy p:not(.about-responsible-note) {
  max-width: 590px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.04rem;
  font-weight: 600;
}

.about-responsible-note {
  display: grid;
  gap: 6px;
  max-width: 590px;
  margin: 28px 0 0;
  padding: 20px 22px;
  border-left: 3px solid var(--aqua);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
}

.about-responsible-note strong {
  color: var(--white);
}

.about-responsible-image {
  position: relative;
  height: 460px;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-lg);
  box-shadow: 0 26px 58px rgba(0, 0, 0, 0.28);
}

.about-responsible-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 25, 37, 0.68), transparent 46%);
}

.about-responsible-image figcaption {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 25px;
  left: 26px;
  max-width: 390px;
  color: var(--white);
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 1.35;
}

.about-cta-section {
  padding: 88px 0;
  background: var(--white);
}

.about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  padding: 46px 48px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 96% 10%, rgba(19, 191, 194, 0.22), transparent 34%),
    linear-gradient(135deg, #e8f9f9, var(--sand-soft));
}

.about-cta h2 {
  max-width: 660px;
}

.about-cta p {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.about-cta .about-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.contact-simple {
  padding: 154px 0 94px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 16%, rgba(19, 191, 194, 0.28), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(243, 223, 191, 0.1), transparent 30%),
    linear-gradient(132deg, #041925 0%, #08283f 56%, #063847 100%);
}

.contact-simple-grid {
  display: grid;
  grid-template-columns: minmax(350px, 0.82fr) minmax(460px, 0.74fr);
  gap: 74px;
  align-items: center;
}

.contact-intro h1 {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--white);
  font-size: clamp(3.15rem, 5.5vw, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.contact-intro p {
  max-width: 510px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  font-weight: 600;
}

.contact-tours-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 35px;
  color: var(--aqua);
  font-weight: 800;
}

.contact-tours-link:hover {
  color: var(--white);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  padding: 34px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 30px 74px rgba(0, 0, 0, 0.25);
}

.contact-form-heading,
.contact-full-field,
.contact-form-status,
.contact-send-label,
.contact-form-actions {
  grid-column: 1 / -1;
}

.contact-form-heading {
  margin-bottom: 10px;
}

.contact-form-heading h2 {
  margin: 11px 0 0;
  color: var(--navy-deep);
  font-size: clamp(1.85rem, 2.5vw, 2.35rem);
  line-height: 1.1;
}

.contact-form label {
  display: grid;
  gap: 8px;
  padding: 13px 15px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: 17px;
  background: var(--cloud);
}

.contact-form label > span {
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form label:focus-within {
  border-color: rgba(19, 191, 194, 0.44);
  box-shadow: 0 0 0 3px rgba(19, 191, 194, 0.1);
}

.contact-form label small {
  font-size: inherit;
  font-weight: 600;
  text-transform: lowercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--navy);
  background: transparent;
  font: inherit;
  resize: vertical;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form textarea {
  min-height: 108px;
}

.contact-form-status {
  min-height: 21px;
  margin: 1px 0 0;
  color: var(--aqua-dark);
  font-size: 0.84rem;
  font-weight: 700;
}

.contact-form-status:empty {
  display: none;
}

.contact-send-label {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.contact-form-actions .btn {
  min-height: 53px;
  padding: 0 13px;
  font-size: 0.84rem;
}

.contact-success-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
}

.contact-success-modal[hidden] {
  display: none;
}

.contact-success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 25, 37, 0.5);
}

.contact-success-modal__panel {
  position: relative;
  width: min(500px, calc(100vw - 40px));
  padding: 30px;
  border: 1px solid rgba(8, 40, 63, 0.1);
  border-radius: var(--radius-md);
  color: var(--navy-deep);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-success-modal__panel h2 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.15;
}

.contact-success-modal__panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 600;
}

.contact-success-modal__panel .btn {
  margin-top: 24px;
}

.product-hero {
  padding: 150px 0 88px;
  background:
    radial-gradient(circle at 80% 12%, rgba(19, 191, 194, 0.18), transparent 34%),
    linear-gradient(180deg, var(--white), var(--cloud));
}

.product-hero-grid,
.product-details-grid,
.product-note-grid {
  display: grid;
  gap: 44px;
}

.product-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.68fr);
  align-items: center;
}

.product-copy h1 {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--navy-deep);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 800;
  line-height: 0.98;
}

.product-copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--navy);
  font-weight: 800;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

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

.product-facts span {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  font-weight: 800;
  text-align: center;
}

.product-poster {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-poster img {
  height: auto;
  object-fit: contain;
}

.product-details-section,
.product-note-section {
  padding-top: 72px;
}

.product-details-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: start;
}

.product-note-grid {
  grid-template-columns: repeat(2, 1fr);
}

.detail-stack {
  display: grid;
  gap: 22px;
}

.detail-panel {
  padding: 30px;
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(8, 40, 63, 0.05);
}

.detail-panel h2 {
  margin: 10px 0 16px;
  color: var(--navy-deep);
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  line-height: 1.08;
}

.detail-panel p {
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding-left: 26px;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 6px rgba(19, 191, 194, 0.12);
}

.timeline strong {
  color: var(--navy);
}

.timeline span,
.included-list {
  color: var(--muted);
}

.included-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.included-list li {
  position: relative;
  padding-left: 28px;
}

.included-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--aqua-dark);
  font-weight: 800;
}

.price-panel h2 {
  color: var(--aqua-dark);
}

.cta-panel .btn {
  margin-top: 16px;
}

.tour-template .site-header {
  color: var(--white);
  background: rgba(4, 25, 37, 0.34);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.tour-template .language-switcher {
  background: rgba(255, 255, 255, 0.18);
}

.tour-template .site-header.scrolled,
.tour-template .site-header.menu-active {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(8, 40, 63, 0.08);
  box-shadow: var(--shadow-soft);
}

.tour-hero {
  position: relative;
  min-height: 92vh;
  color: var(--white);
  overflow: hidden;
}

.tour-hero-media,
.tour-hero-wash {
  position: absolute;
  inset: 0;
}

.tour-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.tour-hero-wash {
  background:
    linear-gradient(90deg, rgba(4, 25, 37, 0.86) 0%, rgba(4, 25, 37, 0.56) 45%, rgba(4, 25, 37, 0.16) 100%),
    linear-gradient(0deg, rgba(4, 25, 37, 0.62) 0%, rgba(4, 25, 37, 0.04) 55%);
}

.tour-hero-content {
  position: relative;
  z-index: 2;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 150px 0 76px;
}

.tour-hero-copy {
  max-width: 790px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumb a:hover {
  color: var(--aqua);
}

.tour-hero h1 {
  margin: 14px 0 0;
  max-width: 900px;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  font-weight: 800;
  line-height: 0.96;
}

.tour-hero-copy > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.tour-rating,
.tour-tags,
.tour-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.tour-rating {
  margin-top: 26px;
}

.tour-rating span {
  color: #ffc857;
  letter-spacing: 0.08em;
}

.tour-tags {
  margin-top: 20px;
}

.tour-tags span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  font-weight: 800;
}

.tour-hero-actions {
  margin-top: 30px;
}

.tour-microcopy {
  margin-top: 16px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.95rem !important;
  font-weight: 800;
}

.tour-microcopy.dark {
  color: var(--navy) !important;
}

.booking-summary-section {
  position: relative;
  z-index: 4;
  margin-top: -54px;
}

.booking-summary-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}

.booking-summary-card article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.booking-summary-card span,
.sticky-booking-card label span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-summary-card strong {
  display: block;
  margin-top: 6px;
  color: var(--navy);
  line-height: 1.25;
}

.tour-content-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: start;
  padding: 68px 0;
}

.tour-main-content {
  display: grid;
  gap: 54px;
}

.tour-section-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.tour-section h2,
.tour-final-cta h2,
.sticky-booking-card h2 {
  margin: 10px 0 0;
  color: var(--navy-deep);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1;
}

.tour-section-heading p,
.about-experience p,
.tour-info-card p,
.sticky-booking-card p,
.tour-final-cta p {
  color: var(--muted);
}

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

.highlight-card,
.tour-info-card,
.good-to-know,
.charge-grid article,
.children-grid article,
.sticky-booking-card,
.related-tour-card {
  border: 1px solid rgba(8, 40, 63, 0.08);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(8, 40, 63, 0.05);
}

.highlight-card {
  min-height: 128px;
  padding: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.highlight-card:hover,
.related-tour-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.highlight-card span {
  color: var(--aqua-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.highlight-card h3 {
  margin: 14px 0 0;
  color: var(--navy);
  line-height: 1.18;
}

.tour-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-auto-rows: 155px;
  gap: 12px;
}

.tour-gallery img {
  border-radius: 22px;
  box-shadow: 0 1px 0 rgba(8, 40, 63, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tour-gallery img:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.tour-gallery .gallery-large {
  grid-row: span 2;
}

.gallery-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: var(--navy);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  font-weight: 800;
  cursor: pointer;
}

.about-experience,
.lunch-section,
.two-column-section,
.tour-final-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 28px;
  align-items: start;
}

.two-column-section {
  align-items: stretch;
}

.two-column-section > .tour-info-card {
  height: 100%;
}

.lunch-section {
  align-items: stretch;
}

.about-experience h2 {
  margin: 12px 0 18px;
}

.about-experience p {
  max-width: 720px;
  font-size: 1.08rem;
}

.good-to-know,
.tour-info-card {
  padding: 24px;
}

.good-to-know {
  background: var(--sand-soft);
}

.good-to-know h3,
.tour-info-card h2 {
  margin: 0 0 12px;
  color: var(--navy);
}

.tour-timeline {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tour-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(8, 40, 63, 0.05);
}

.tour-timeline time {
  color: var(--aqua-dark);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.tour-timeline h3 {
  margin: 0 0 4px;
  color: var(--navy);
  font-size: 1.02rem;
}

.tour-timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.section-note {
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
}

.modern-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.modern-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--navy);
  font-weight: 700;
}

.modern-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: var(--white);
  background: var(--aqua);
  font-size: 0.82rem;
}

.minus-list li::before {
  content: "–";
  background: #d8e1e7;
  color: var(--navy);
}

.clean-feature-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.clean-feature-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(8, 40, 63, 0.1);
  color: var(--navy);
  font-weight: 800;
  line-height: 1.35;
}

.clean-feature-list li::after {
  content: "Included";
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--aqua-dark);
  background: rgba(19, 191, 194, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.clean-feature-list li:last-child {
  border-bottom: 0;
}

.subtle-list li::after {
  content: "Not included";
  color: var(--muted);
  background: var(--cloud);
}

.combined-inclusions-card {
  padding: 30px;
}

.combined-inclusions-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.combined-inclusions-heading p {
  margin: 12px 0 0;
}

.combined-inclusions-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
}

.combined-inclusions-grid h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.05rem;
}

.compact-list {
  grid-template-columns: 1fr;
}

.menu-list {
  counter-reset: menu-item;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.menu-list li {
  counter-increment: menu-item;
  position: relative;
  min-height: 52px;
  padding: 14px 0 14px 38px;
  border-bottom: 1px solid rgba(8, 40, 63, 0.1);
  color: var(--navy);
  font-weight: 800;
  line-height: 1.35;
}

.menu-list li::before {
  content: counter(menu-item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 16px;
  color: var(--aqua-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.packing-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.packing-list li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(8, 40, 63, 0.1);
  color: var(--navy);
  font-weight: 800;
  line-height: 1.35;
}

.packing-list li:last-child {
  border-bottom: 0;
}

.lunch-image {
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  background: var(--white);
}

.lunch-seafood-photo {
  background-image: url("https://images.unsplash.com/photo-1559847844-5315695dadae?auto=format&fit=crop&w=900&q=86");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.grand-world-dinner-photo {
  background-image: url("assets/grand-world-evening-hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.camping-dinner-photo {
  background-image: url("assets/camping-experience-hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wild-local-lunch-photo {
  background-image: url("assets/wild-experience-locals-hero.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lunch-section .tour-info-card {
  height: 100%;
}

.charge-grid,
.children-grid,
.related-tour-grid {
  display: grid;
  gap: 16px;
}

.charge-grid {
  grid-template-columns: repeat(5, 1fr);
}

.charge-grid article,
.children-grid article {
  padding: 20px;
}

.charge-grid strong,
.children-grid span {
  display: block;
  color: var(--navy);
  line-height: 1.2;
}

.charge-grid span,
.children-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--aqua-dark);
  font-weight: 800;
}

.children-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-stack {
  display: grid;
  gap: 12px;
}

.info-stack p {
  margin: 0;
}

.product-faq {
  max-width: 820px;
}

.related-tour-grid {
  grid-template-columns: repeat(3, 1fr);
}

.related-tour-card {
  overflow: hidden;
}

.related-tour-card img {
  height: 200px;
}

.related-tour-card h3,
.related-tour-card a {
  margin-left: 20px;
  margin-right: 20px;
}

.related-tour-card h3 {
  margin-top: 18px;
  color: var(--navy);
}

.related-tour-card a {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--aqua-dark);
  font-weight: 800;
}

.sticky-booking-card {
  position: sticky;
  top: 112px;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  padding: 22px;
  box-shadow: var(--shadow);
}

.sticky-booking-card h2 {
  font-size: 2rem;
}

.sticky-booking-card small {
  color: var(--muted);
  font-size: 0.9rem;
}

.tour-booking-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.tour-booking-form label {
  display: grid;
  gap: 3px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.tour-booking-form input,
.tour-booking-form select {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--navy);
  background: transparent;
  font-weight: 800;
  min-height: 28px;
  line-height: 1.2;
}

.sticky-booking-card .btn {
  width: 100%;
}

.sticky-booking-card > .btn {
  margin-top: 12px;
}

.booking-note {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.tour-final-cta {
  padding: 90px 0;
  background: linear-gradient(135deg, #eaf9f9, var(--sand-soft));
}

.tour-final-grid {
  align-items: center;
}

.tour-final-cta img {
  height: 360px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.mobile-booking-bar {
  display: none;
}

@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;
  }

  .hero-bg {
    animation: none !important;
    transform: scale(1.06) translate3d(0, 0, 0);
    translate: 0 0 !important;
  }

  .about-hero-main img,
  .about-who-image img,
  .about-responsible-image img,
  .about-hero-detail {
    transform: none !important;
  }

  .about-card-grid article:hover,
  .about-trust-grid span:hover,
  .about-process-grid li:hover {
    transform: none !important;
  }
}

@keyframes heroBreath {
  from {
    transform: scale(1.08) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.14) translate3d(-1.6%, -1%, 0);
  }
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 28px;
    background: var(--white);
    box-shadow: var(--shadow);
    color: var(--navy);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .mobile-panel.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-panel a:not(.btn) {
    padding: 12px 10px;
    font-weight: 800;
  }

  .search-card,
  .trust-strip,
  .tour-grid,
  .testimonial-grid,
  .problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .problem-editorial-grid {
    grid-template-columns: 1fr;
  }

  .guidance-panel {
    min-height: auto;
  }

  .style-selector {
    grid-template-columns: 1fr;
  }

  .style-visual-panel {
    min-height: 460px;
  }

  .selected-tour-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-hero-grid,
  .catalog-guidance-grid,
  .guide-hero-grid,
  .article-hero-grid,
  .article-layout,
  .guide-planning-grid,
  .about-hero-grid,
  .about-who-grid,
  .about-do-layout,
  .about-process-layout,
  .about-responsible-grid {
    grid-template-columns: 1fr;
  }

  .catalog-hero-grid {
    gap: 42px;
  }

  .catalog-spotlight {
    min-height: 520px;
  }

  .guide-hero-grid {
    gap: 42px;
  }

  .guide-hero-media {
    width: min(100%, 620px);
    min-height: 576px;
    margin: 0 auto;
  }

  .article-layout {
    gap: 42px;
  }

  .article-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .guide-topic-wide {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 1fr;
  }

  .guide-topic-wide > img {
    grid-column: 1;
    grid-row: 1;
    height: 280px;
  }

  .guide-topic-wide div {
    grid-column: 1;
    grid-row: 2;
  }

  .guide-cta {
    align-items: start;
    flex-direction: column;
  }

  .about-hero-grid {
    gap: 44px;
  }

  .about-hero-media {
    width: min(100%, 610px);
    min-height: 550px;
    margin: 0 auto;
  }

  .about-who-grid,
  .about-do-layout,
  .about-process-layout,
  .about-responsible-grid {
    gap: 38px;
  }

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

  .about-process-grid li::after {
    display: none;
  }

  .about-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-simple-grid {
    grid-template-columns: 1fr;
  }

  .contact-simple-grid {
    gap: 44px;
  }

  .contact-form {
    width: min(100%, 620px);
  }

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

  .featured-tours-header,
  .featured-tours-layout {
    grid-template-columns: 1fr;
  }

  .featured-tours-header {
    align-items: start;
    flex-direction: column;
  }

  .tour-card-primary {
    grid-row: auto;
    min-height: 560px;
  }

  .view-all-tours-card {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .selected-tour-grid .tour-card,
  .selected-tour-grid .tour-card-featured {
    grid-column: span 1;
    min-height: 440px;
  }

  .search-card .btn {
    grid-column: 1 / -1;
  }

  .split-grid,
  .trust-layout,
  .faq-layout,
  .final-cta-grid,
  .help-grid,
  .support-panel {
    grid-template-columns: 1fr;
  }

  .traveller-moments-header {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }

  .traveller-trust-pills {
    justify-content: flex-start;
  }

  .traveller-moments-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 300px 200px 200px;
  }

  .traveller-photo-main {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .traveller-photo-coast {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .traveller-photo-guest,
  .traveller-photo-beach {
    grid-row: 3;
  }

  .traveller-review-grid {
    grid-template-columns: 1fr;
  }

  .faq-image {
    height: 440px;
  }

  .trust-lead {
    min-height: auto;
  }

  .booking-simple-band,
  .trust-premium-layout {
    grid-template-columns: 1fr;
  }

  .booking-simple-band {
    gap: 28px;
  }

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

  .booking-flow-step:nth-child(2)::after {
    display: none;
  }

  .trust-premium-media {
    min-height: 430px;
  }

  .steps-grid,
  .blog-grid,
  .booking-steps {
    grid-template-columns: 1fr;
  }

  .tour-content-shell,
  .booking-summary-card,
  .highlight-grid,
  .about-experience,
  .lunch-section,
  .two-column-section,
  .charge-grid,
  .children-grid,
  .related-tour-grid,
  .tour-final-grid {
    grid-template-columns: 1fr;
  }

  .sticky-booking-card {
    position: static;
  }

  .tour-content-shell {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
  }

  .sticky-booking-card {
    position: sticky;
    top: 96px;
  }

  .tour-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .tour-gallery .gallery-large {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  html[lang="ru"] .hero h1 {
    font-size: clamp(2.6rem, 13vw, 3.2rem);
    overflow-wrap: anywhere;
  }

  html[lang="ko"] .hero h1 {
    font-size: clamp(2.4rem, 11vw, 3rem);
    line-height: 0.98;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  html[lang="ru"] .site-header .language-trigger-label {
    display: none;
  }

  .container {
    width: min(100% - 40px, var(--container));
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 9px;
    border-radius: 26px;
  }

  .brand-logo {
    height: 34px;
  }

  .header-actions .btn-small {
    display: none;
  }

  .hero {
    min-height: clamp(600px, 82svh, 660px);
  }

  .hero-content {
    min-height: clamp(600px, 82svh, 660px);
    align-content: start;
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 18vw, 4.6rem);
  }

  .hero-place-outline {
    font-size: clamp(3.4rem, 16.5vw, 4.4rem);
    -webkit-text-stroke-width: 1.2px;
    text-stroke-width: 1.2px;
  }

  .hero-title-solid {
    font-size: clamp(2.45rem, 11.5vw, 3.45rem);
    max-width: 100%;
  }

  .hero-outline-word {
    font-size: clamp(3.6rem, 18vw, 6.2rem);
    -webkit-text-stroke-width: 1.2px;
    text-stroke-width: 1.2px;
  }

  .hero-buttons .btn,
  .button-row .btn,
  .inline-cta .btn,
  .booking-simple-band > .btn,
  .trust-premium-content > .btn {
    width: 100%;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }

  .hero-buttons .btn:first-child {
    grid-column: 1 / -1;
  }

  .hero-buttons .btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero-buttons .btn-glass {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }

  .catalog-hero {
    padding: 116px 0 54px;
  }

  .guide-hero {
    padding: 116px 0 62px;
  }

  .article-hero {
    padding: 116px 0 58px;
  }

  .article-hero-copy h1 {
    font-size: clamp(2.52rem, 12.6vw, 3.45rem);
    line-height: 1;
  }

  .article-hero-copy p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .article-hero-actions {
    display: grid;
  }

  .article-hero-actions .btn {
    width: 100%;
  }

  .article-hero-image {
    height: 300px;
    border-radius: 25px;
  }

  .article-layout {
    padding: 58px 0 70px;
  }

  .article-toc {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .article-body section + section {
    margin-top: 52px;
  }

  .article-body h2 {
    font-size: clamp(1.78rem, 9vw, 2.3rem);
  }

  .local-tip,
  .article-link-block,
  .future-guide {
    padding: 19px;
  }

  .article-image {
    border-radius: 22px;
  }

  .about-hero {
    padding: 116px 0 62px;
  }

  .about-copy h1 {
    font-size: clamp(2.48rem, 13vw, 3.42rem);
  }

  .about-actions {
    display: grid;
  }

  .about-actions .btn {
    width: 100%;
  }

  .about-chips {
    gap: 7px;
  }

  .about-chips span {
    padding: 8px 11px;
    font-size: 0.76rem;
  }

  .about-hero-media {
    min-height: 438px;
    padding: 0 28px 45px 0;
  }

  .about-hero-media::before {
    inset: 20px 0 14px 25px;
  }

  .about-hero-main {
    inset: 0 28px 45px 0;
  }

  .about-hero-main figcaption {
    right: 19px;
    bottom: 19px;
    left: 19px;
  }

  .about-hero-main figcaption strong {
    max-width: 238px;
    font-size: 1.18rem;
  }

  .about-hero-detail {
    width: 104px;
    height: 118px;
    padding: 5px;
    border-radius: 18px;
  }

  .about-hero-detail img {
    border-radius: 13px;
  }

  .about-who,
  .about-do,
  .about-process,
  .about-responsible,
  .about-cta-section {
    padding: 62px 0;
  }

  .about-who-grid,
  .about-do-layout,
  .about-process-layout,
  .about-responsible-grid {
    gap: 30px;
  }

  .about-who-image {
    height: 295px;
  }

  .about-who-image figcaption {
    right: 21px;
    bottom: 20px;
    left: 21px;
  }

  .about-responsible-image {
    height: 300px;
  }

  .about-section-heading {
    margin-bottom: 30px;
  }

  .about-process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-card-grid article {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 13px;
    padding: 21px 18px;
  }

  .about-card-number {
    width: 40px;
    height: 40px;
  }

  .about-trust {
    padding: 25px 0;
  }

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

  .about-trust-grid span {
    min-height: 51px;
    font-size: 0.76rem;
  }

  .about-process-grid li {
    min-height: auto;
    padding: 20px;
  }

  .about-process-grid span {
    margin-bottom: 11px;
  }

  .about-responsible-note {
    margin-top: 23px;
    padding: 17px 17px;
  }

  .about-responsible-image figcaption {
    right: 20px;
    bottom: 19px;
    left: 20px;
    font-size: 1rem;
  }

  .about-cta {
    gap: 27px;
    padding: 29px 24px;
  }

  .about-cta .about-actions {
    width: 100%;
  }

  .contact-simple {
    padding: 116px 0 62px;
  }

  .contact-simple-grid {
    gap: 32px;
  }

  .contact-intro h1 {
    font-size: clamp(2.48rem, 13vw, 3.42rem);
  }

  .contact-intro p {
    margin-top: 20px;
  }

  .contact-tours-link {
    margin-top: 25px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 22px 17px 18px;
    border-radius: 25px;
  }

  .contact-form-heading {
    margin-bottom: 7px;
  }

  .contact-form label {
    padding: 12px 13px;
  }

  .contact-form-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-form-actions .btn {
    width: 100%;
  }

  .guide-copy h1 {
    font-size: clamp(2.5rem, 13vw, 3.4rem);
  }

  .guide-actions {
    display: grid;
  }

  .guide-actions .btn {
    width: 100%;
  }

  .guide-quick-facts {
    gap: 7px;
  }

  .guide-quick-facts span {
    padding: 8px 11px;
    font-size: 0.76rem;
  }

  .guide-hero-media {
    min-height: 468px;
    padding: 0 28px 54px 0;
  }

  .guide-hero-media::before {
    top: 26px;
    right: 0;
    bottom: 22px;
    left: 24px;
  }

  .guide-hero-feature {
    inset: 0 28px 54px 0;
  }

  .guide-hero-caption {
    left: 21px;
    right: 94px;
    bottom: 82px;
  }

  .guide-hero-caption strong {
    font-size: clamp(1.2rem, 6vw, 1.56rem);
  }

  .guide-hero-inset {
    width: 112px;
    height: 150px;
    padding: 6px;
    border-radius: 19px;
  }

  .guide-hero-inset img {
    border-radius: 14px;
  }

  .guide-edition {
    top: 16px;
    right: 3px;
    padding: 9px 10px 8px;
    font-size: 0.58rem;
  }

  .guide-edition b {
    font-size: 1.1rem;
  }

  .guide-topics-section,
  .guide-planning-section,
  .guide-latest-section,
  .guide-cta-section {
    padding: 62px 0;
  }

  .guide-section-heading {
    margin-bottom: 30px;
  }

  .guide-topic-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .guide-topic-card,
  .guide-topic-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 214px 1fr;
  }

  .guide-topic-card > img,
  .guide-topic-wide > img {
    grid-column: 1;
    grid-row: 1;
    height: 214px;
  }

  .guide-topic-card div {
    grid-column: 1;
    grid-row: 2;
    padding: 22px;
  }

  .guide-topic-wide div {
    grid-column: 1;
    grid-row: 2;
  }

  .guide-article-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .guide-article-card {
    min-height: 0;
  }

  .guide-article-card > img {
    height: 202px;
  }

  .guide-article-content {
    padding: 22px;
  }

  .guide-planning-grid {
    gap: 30px;
  }

  .guide-cta {
    gap: 27px;
    padding: 29px 24px;
  }

  .guide-cta .guide-actions {
    width: 100%;
  }

  .catalog-copy h1 {
    font-size: clamp(2.22rem, 10.8vw, 2.85rem);
    line-height: 1;
  }

  .catalog-actions {
    display: grid;
  }

  .catalog-actions .btn {
    width: 100%;
  }

  .catalog-assurance {
    gap: 7px;
  }

  .catalog-assurance span {
    padding: 8px 11px;
    font-size: 0.76rem;
  }

  .catalog-spotlight {
    min-height: 510px;
  }

  .catalog-spotlight > div {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .catalog-collection {
    padding: 62px 0 68px;
  }

  .catalog-collection-head {
    gap: 24px;
    margin-bottom: 30px;
  }

  .catalog-collection-head .section-heading {
    max-width: 100%;
    min-width: 0;
  }

  .catalog-collection-head .section-heading h2 {
    font-size: clamp(1.78rem, 7.8vw, 2.12rem);
    line-height: 1.04;
    max-width: 100%;
    word-break: normal;
  }

  .catalog-collection-head .section-heading p {
    max-width: 100%;
    font-size: 0.98rem;
  }

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

  .catalog-guide-links-card {
    grid-template-columns: 1fr;
  }

  .catalog-card {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 214px 1fr;
  }

  .catalog-card > img {
    grid-row: 1;
    height: 214px;
  }

  .catalog-card-body {
    grid-row: 2;
  }

  .catalog-card-meta {
    display: grid;
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }

  .catalog-card-meta strong {
    text-align: left;
  }

  .catalog-card h3,
  .catalog-card p,
  .catalog-copy h1,
  .catalog-copy > p,
  .catalog-collection-head .section-heading h2,
  .catalog-collection-head .section-heading p,
  .catalog-tags span,
  .catalog-card-meta span,
  .catalog-card-meta strong {
    overflow-wrap: anywhere;
  }

  .catalog-card h3 {
    font-size: clamp(1.18rem, 6vw, 1.46rem);
  }

  .catalog-card-body {
    padding: 22px;
  }

  .catalog-guidance {
    padding: 62px 0 88px;
  }

  .catalog-guidance-actions .btn {
    width: 100%;
  }

  .booking-simple-band {
    padding: 24px;
  }

  .booking-flow {
    grid-template-columns: 1fr;
  }

  .booking-flow-step:not(:last-child)::after {
    display: none;
  }

  .trust-premium-layout {
    gap: 34px;
  }

  .trust-premium-media {
    min-height: 360px;
  }

  .trust-benefit-grid {
    grid-template-columns: 1fr;
  }

  .traveller-moments-header {
    margin-bottom: 28px;
  }

  .traveller-trust-pills {
    gap: 7px;
  }

  .traveller-trust-pills span {
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .traveller-moments-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 264px 156px 156px;
    gap: 10px;
    padding: 10px;
    border-radius: 28px;
  }

  .traveller-moments-collage figure {
    border-radius: 19px;
  }

  .traveller-moments-caption {
    left: 22px;
    bottom: 22px;
    max-width: calc(100% - 44px);
    padding: 14px 16px;
    border-radius: 18px;
  }

  .traveller-review-grid {
    gap: 12px;
    margin-top: 20px;
  }

  .traveller-review-card {
    min-height: auto;
    gap: 14px;
    padding: 22px;
  }

  .traveller-moments-action {
    margin-top: 26px;
  }

  .traveller-moments-action .btn {
    width: 100%;
  }

  .search-card,
  .trust-strip,
  .tour-grid,
  .stat-grid,
  .testimonial-grid,
  .problem-grid,
  .selected-tour-grid {
    grid-template-columns: 1fr;
  }

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

  .featured-tours-header {
    gap: 18px;
    margin-bottom: 28px;
  }

  .featured-tours-all-link {
    width: 100%;
    justify-content: center;
  }

  .tour-card-primary {
    display: grid;
    grid-template-rows: 230px auto;
    min-height: 0;
    color: var(--ink);
    background: var(--white);
  }

  .tour-card-primary img {
    position: static;
    height: 230px;
  }

  .tour-card-primary::after {
    display: none;
  }

  .featured-tour-content {
    position: static;
    gap: 12px;
    max-width: none;
    padding: 22px;
  }

  .tour-card-primary .featured-tour-badge,
  .tour-card-secondary .featured-tour-badge {
    color: var(--aqua-dark);
    background: rgba(19, 191, 194, 0.1);
    font-size: 0.72rem;
  }

  .tour-card-primary h3 {
    color: var(--navy-deep);
    font-size: 1.58rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .tour-card-primary .featured-tour-price,
  .tour-card-secondary .featured-tour-price {
    color: var(--navy);
    font-size: 1.08rem;
  }

  .tour-card-primary p {
    color: var(--muted);
  }

  .tour-card-primary p,
  .tour-card-secondary p {
    overflow-wrap: anywhere;
  }

  .tour-card-primary .featured-tour-chips span,
  .tour-card-secondary .featured-tour-chips span {
    color: var(--navy);
    background: var(--sand-soft);
    border-color: var(--line);
    font-size: 0.78rem;
  }

  .tour-card-primary .btn {
    width: 100%;
  }

  .tour-card-secondary {
    grid-template-columns: 1fr;
    min-height: auto;
    color: var(--ink);
    background: var(--white);
  }

  .tour-card-secondary img {
    position: static;
    height: 220px;
  }

  .tour-card-secondary > div {
    position: static;
    padding: 22px;
    background: var(--white);
  }

  .tour-card-secondary h3 {
    font-size: clamp(1.14rem, 6vw, 1.38rem);
    overflow-wrap: anywhere;
  }

  .tour-card-secondary .featured-tour-chips span {
    overflow-wrap: anywhere;
  }

  .view-all-tours-card {
    min-height: auto;
  }

  .view-all-tours-card > div {
    padding: 28px;
  }

  .view-all-tours-card h3 {
    white-space: normal;
  }

  .selected-tour-grid .tour-card,
  .selected-tour-grid .tour-card-featured {
    grid-column: auto;
    min-height: 420px;
  }

  .help-form {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 24px;
  }

  .form-actions .btn {
    width: 100%;
  }

  .problem-card h3 {
    margin-top: 0;
  }

  .problem-card {
    min-height: auto;
    padding: 22px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .problem-card h3,
  .problem-card p,
  .problem-number,
  .problem-icon {
    grid-column: 1;
    justify-self: start;
  }

  .guidance-panel {
    padding: 30px;
  }

  .insider-note-row {
    grid-template-columns: 1fr;
  }

  .insider-note-row p,
  .faq-cta {
    border-radius: 24px;
  }

  .faq-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .faq-cta .btn {
    width: 100%;
  }

  .tour-overlay {
    align-items: flex-start;
    flex-direction: column;
    bottom: 104px;
  }

  .tour-overlay a,
  .tour-arrow {
    min-height: 44px;
    height: auto;
  }

  .support-panel h2 {
    font-size: clamp(2.25rem, 12vw, 3.8rem);
  }

  .search-card {
    padding: 12px;
    border-radius: 24px;
  }

  .trust-strip span {
    min-height: 36px;
    padding: 8px 10px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
  }

  .product-hero-grid,
  .product-details-grid,
  .product-note-grid,
  .product-facts {
    grid-template-columns: 1fr;
  }

  .tour-hero {
    min-height: auto;
    padding-top: 96px;
    color: var(--navy);
    background: var(--white);
  }

  .tour-hero-media,
  .tour-hero-wash {
    position: relative;
    inset: auto;
  }

  .tour-hero-media {
    height: 380px;
    margin: 0 20px;
    overflow: hidden;
    border-radius: 30px;
  }

  .tour-hero-wash {
    display: none;
  }

  .tour-hero-content {
    min-height: auto;
    padding: 30px 0 78px;
  }

  .breadcrumb,
  .tour-hero-copy > p,
  .tour-microcopy {
    color: var(--muted) !important;
  }

  .tour-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.85rem);
    line-height: 1;
  }

  .tour-tags span {
    color: var(--navy);
    background: var(--cloud);
    border-color: var(--line);
  }

  .tour-hero .btn-glass {
    color: var(--navy);
    background: var(--white);
    border-color: var(--line);
  }

  .tour-hero-actions .btn {
    width: 100%;
  }

  .booking-summary-section {
    margin-top: 0;
  }

  .booking-summary-card {
    border-radius: 24px;
  }

  .tour-content-shell {
    padding: 46px 0 112px;
    grid-template-columns: 1fr;
  }

  .tour-main-content {
    gap: 40px;
  }

  .highlight-grid,
  .tour-gallery,
  .about-experience,
  .lunch-section,
  .two-column-section,
  .combined-inclusions-grid,
  .menu-list,
  .charge-grid,
  .children-grid,
  .related-tour-grid,
  .tour-final-grid,
  .modern-check-list {
    grid-template-columns: 1fr;
  }

  .tour-gallery {
    grid-auto-rows: 190px;
  }

  .tour-gallery .gallery-large {
    grid-row: auto;
  }

  .tour-timeline li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
  }

  .tour-timeline time {
    font-size: 1.22rem;
  }

  .tour-timeline p {
    font-size: 0.92rem;
  }

  .sticky-booking-card {
    position: static;
    scroll-margin-top: 96px;
  }

  .tour-final-cta {
    padding: 68px 0 96px;
  }

  .tour-final-cta img {
    height: 260px;
  }

  .mobile-booking-bar {
    position: fixed;
    z-index: 19;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border: 1px solid rgba(8, 40, 63, 0.08);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .mobile-booking-bar span {
    padding-left: 8px;
    color: var(--navy);
    font-size: 0.9rem;
    font-weight: 800;
  }

  .mobile-booking-bar .btn {
    min-height: 42px;
    padding: 0 16px;
  }

  .tour-template .floating-whatsapp {
    display: none;
  }

  .tour-template,
  .tour-template main {
    padding-bottom: 84px;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading.centered {
    text-align: left;
  }

  .tour-card {
    min-height: 410px;
  }

  .inline-cta {
    align-items: stretch;
    flex-direction: column;
    border-radius: 26px;
  }

  .image-collage,
  .cta-collage {
    min-height: 420px;
  }

  .collage-main {
    inset: 70px 0 0 0;
  }

  .collage-small {
    width: 50%;
    height: 170px;
  }

  .video-card {
    min-height: 300px;
  }

  .traveler-collage {
    grid-template-columns: 1fr;
  }

  .traveler-collage img,
  .traveler-collage .featured {
    height: 260px;
  }

  .testimonial-card p {
    min-height: auto;
  }

  .faq-image {
    height: 300px;
  }

  .cta-collage img:nth-child(1) {
    width: 68%;
    height: 210px;
  }

  .cta-collage img:nth-child(2) {
    width: 50%;
    height: 280px;
  }

  .cta-collage img:nth-child(3) {
    left: 8%;
    width: 74%;
    height: 170px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .floating-whatsapp {
    display: none;
  }

  .home-mobile-cta {
    position: fixed;
    z-index: 19;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border: 1px solid rgba(8, 40, 63, 0.08);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 22px 22px 0 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .home-mobile-cta span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--navy);
    font-size: 0.9rem;
    font-weight: 800;
  }

  .home-mobile-cta .btn {
    flex: 0 0 auto;
    max-width: 46vw;
    min-width: 0;
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
  }

  body:not(.tour-template),
  body:not(.tour-template) main {
    padding-bottom: 78px;
  }

  body.guide-page main,
  body.contact-page main {
    padding-bottom: 0;
  }

  body.catalog-page main {
    padding-bottom: 92px;
  }
}

@media (max-width: 380px) {
  .brand-logo {
    display: none !important;
  }

  .brand-mark-logo-light {
    display: block;
  }

  .site-header.scrolled .brand-mark-logo-light,
  .site-header.menu-active .brand-mark-logo-light {
    display: none;
  }

  .site-header.scrolled .brand-mark-logo-dark,
  .site-header.menu-active .brand-mark-logo-dark {
    display: block;
  }
}

.food-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0 10px;
}

.food-choice-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, var(--white), var(--cloud));
  box-shadow: 0 12px 30px rgba(8, 40, 63, 0.08);
}

.food-choice-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--aqua), #f4bd68);
  content: "";
}

.food-choice-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--aqua-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.article-body .food-choice-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.25;
}

.article-body .food-choice-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .food-choice-grid {
    grid-template-columns: 1fr;
  }

  .food-choice-card {
    padding: 22px;
  }
}
