@font-face {
  font-family: "MUSEO";
  src: url("../fonts/MUSEO100-REGULAR.OTF") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MUSEO";
  src: url("../fonts/MUSEO300-REGULAR.OTF") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MUSEO";
  src: url("../fonts/MUSEO500-REGULAR.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MUSEO";
  src: url("../fonts/MUSEO700-REGULAR.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-ink: #17171b;
  --color-muted: #6f7078;
  --color-soft: #f8f8f8;
  --color-card: #ffffff;
  --color-primary: #ffad00;
  --color-primary-deep: #f59b00;
  --color-blue: #69b7f3;
  --color-green: #7bd498;
  --color-peach: #ffd9b5;
  --color-rose: #ffd1d0;
  --color-line: #e9edf3;
  --shadow-soft: 0 20px 45px rgba(22, 22, 25, 0.09);
  --shadow-card: 0 14px 26px rgba(20, 20, 24, 0.1);
  --radius-card: 8px;
  --container: 1190px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--color-ink);
  background:
    radial-gradient(circle at 10% 9%, rgba(255, 196, 44, 0.05), transparent 24rem),
    radial-gradient(circle at 88% 18%, rgba(105, 183, 243, 0.12), transparent 28rem),
    #ffffff;
  font-family: "MUSEO", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-shell {
  position: relative;
  width: min(calc(100% - 56px), var(--container));
  margin: 0 auto;
  padding-bottom: 30px;
}

.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 150px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 52px;
  color: var(--color-primary);
}

.brand-mark svg {
  width: 42px;
  height: 52px;
  stroke-width: 3.5;
}

.brand-word {
  display: inline-flex;
  align-items: baseline;
  color: #202026;
  font-size: 26px;
  line-height: 1;
}

.brand-word strong {
  font-weight: 700;
}

.brand-word span {
  color: #34343a;
  font-weight: 300;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 39px);
  color: #25252a;
  font-size: 14px;
  font-weight: 500;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  transition: color 220ms ease, transform 220ms ease;
}

.main-nav a:hover {
  color: var(--color-primary-deep);
  transform: translateY(-1px);
}

.main-nav a.is-active {
  color: var(--color-primary-deep);
  font-weight: 700;
}

.main-nav a.is-active::after {
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-primary);
  content: "";
  transform: translateX(-50%);
}

.main-nav svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.4;
}

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

.language-pill,
.contact-pill,
.menu-toggle {
  min-height: 44px;
  border: 0;
  cursor: pointer;
}

.language-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  color: #101114;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--color-line);
  border-radius: 24px;
  box-shadow: 0 8px 18px rgba(20, 20, 24, 0.04);
}

.language-pill svg {
  width: 14px;
  height: 14px;
}

.uk-flag {
  position: relative;
  width: 22px;
  height: 15px;
  overflow: hidden;
  border-radius: 2px;
  background:
    linear-gradient(0deg, transparent 42%, #ffffff 42%, #ffffff 58%, transparent 58%),
    linear-gradient(90deg, transparent 42%, #ffffff 42%, #ffffff 58%, transparent 58%),
    linear-gradient(32deg, transparent 43%, #ffffff 43%, #ffffff 54%, transparent 54%),
    linear-gradient(-32deg, transparent 43%, #ffffff 43%, #ffffff 54%, transparent 54%),
    #1f4fa3;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.uk-flag::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, transparent 46%, #e21d3c 46%, #e21d3c 54%, transparent 54%),
    linear-gradient(90deg, transparent 46%, #e21d3c 46%, #e21d3c 54%, transparent 54%),
    linear-gradient(32deg, transparent 47%, #e21d3c 47%, #e21d3c 52%, transparent 52%),
    linear-gradient(-32deg, transparent 47%, #e21d3c 47%, #e21d3c 52%, transparent 52%);
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 136px;
  padding: 0 22px;
  color: #ffffff;
  background: linear-gradient(180deg, #ffb51a 0%, #ffa600 100%);
  border-radius: 22px;
  box-shadow: 0 14px 24px rgba(255, 174, 0, 0.22);
  font-size: 13px;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.contact-pill svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.5;
}

.contact-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(255, 174, 0, 0.28);
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 46px;
  color: var(--color-ink);
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(18, 18, 20, 0.08);
}

.menu-close {
  display: none;
}

.site-header.menu-open .menu-open {
  display: none;
}

.site-header.menu-open .menu-close {
  display: block;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 520px) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 552px;
  padding: 18px 0 36px;
}

.flight-path {
  position: absolute;
  z-index: 0;
  color: #9fbce4;
  pointer-events: none;
}

.flight-path path {
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-dasharray: 8 9;
}

.flight-path-left {
  left: -96px;
  top: 214px;
  width: 210px;
  transform: rotate(-18deg);
}

.flight-path-right {
  right: -78px;
  top: -9px;
  width: 132px;
  transform: rotate(-22deg);
}

.hero::before,
.destinations::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 34px;
  height: 26px;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 48%, 20% 63%, 0 100%, 34% 56%);
  filter: drop-shadow(0 8px 8px rgba(255, 174, 0, 0.18));
}

.hero::before {
  left: -78px;
  top: 255px;
  transform: rotate(-16deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-left: 2px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--color-primary-deep);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  word-spacing: 0.42rem;
}

.hero h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(44px, 4.3vw, 54px);
  line-height: 1.1;
  font-weight: 700;
  color: #1d1d21;
}

.hero h1 .country-line {
  color: inherit;
  white-space: nowrap;
}

.hero h1 .amp {
  color: var(--color-primary);
}

.hero-text {
  max-width: 360px;
  margin: 26px 0 0;
  color: #6d6e77;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 300;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.primary-btn {
  min-width: 182px;
  padding: 0 24px;
  color: #ffffff;
  background: linear-gradient(180deg, #ffb71b 0%, #ffa800 100%);
  box-shadow: 0 18px 28px rgba(255, 174, 0, 0.24);
}

.secondary-btn {
  min-width: 170px;
  padding: 0 22px;
  color: #1f2025;
  background: #ffffff;
  border: 1px solid #eff0f3;
  box-shadow: 0 16px 30px rgba(22, 23, 25, 0.08);
}

.primary-btn svg,
.secondary-btn svg {
  width: 18px;
  height: 18px;
}

.secondary-btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.1;
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.primary-btn:hover {
  box-shadow: 0 20px 32px rgba(255, 174, 0, 0.32);
}

.secondary-btn:hover {
  background: #fbfbfc;
  box-shadow: 0 18px 34px rgba(22, 23, 25, 0.1);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(94px, 1fr));
  gap: 22px;
  max-width: 470px;
  margin-top: 50px;
}

.stat-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon number"
    "icon label";
  align-items: center;
  column-gap: 12px;
}

.stat-icon {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.stat-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 2.1;
}

.stat-orange {
  color: #111214;
  background: #ffe9d7;
}

.stat-green {
  color: #111214;
  background: #dff8e9;
}

.stat-blue {
  color: #63aeff;
  background: #e5f2ff;
}

.stat-number {
  grid-area: number;
  color: #15151a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.stat-number::after {
  content: "+";
}

.stat-number.decimal::after {
  content: "";
}

.stat-label {
  grid-area: label;
  color: #777982;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
}

.hero-visual {
  position: relative;
  z-index: 1;
  height: clamp(430px, 40vw, 520px);
  min-width: 0;
  overflow: visible;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  border-radius: 44px;
  transform: scale(1.03);
  filter: drop-shadow(0 34px 34px rgba(41, 44, 58, 0.1));
  transform-origin: center;
}

.trust-strip {
  position: absolute;
  right: 48px;
  bottom: -18px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0;
  min-width: min(590px, calc(100% - 70px));
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(234, 236, 240, 0.88);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.trust-strip div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 42px;
  padding: 0 18px;
}

.trust-strip div + div {
  border-left: 1px solid #edf0f5;
}

.trust-strip svg {
  width: 25px;
  height: 25px;
  color: #15161a;
  stroke-width: 1.9;
}

.trust-strip span {
  color: #404149;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.destinations {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr 58px;
  align-items: center;
  gap: 26px;
  padding: 20px 0 42px;
}

.destinations::before {
  left: 190px;
  bottom: 88px;
  transform: rotate(37deg) scale(0.88);
}

.section-heading {
  position: relative;
  z-index: 1;
  align-self: start;
  padding-top: 12px;
}

.section-heading .eyebrow {
  margin-bottom: 24px;
  font-size: 11px;
}

.section-heading h2 {
  max-width: 220px;
  margin: 0;
  color: #19191e;
  font-size: clamp(29px, 2.6vw, 36px);
  line-height: 1.22;
  font-weight: 700;
}

.destination-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.destination-card {
  overflow: hidden;
  min-width: 0;
  background: var(--color-card);
  border: 1px solid #eef0f4;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.destination-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 36px rgba(20, 20, 24, 0.13);
}

.destination-card img {
  width: 100%;
  aspect-ratio: 1.53 / 1;
  object-fit: cover;
}

.card-body {
  padding: 17px 16px 16px;
}

.card-body h3 {
  margin: 0 0 7px;
  color: #18191d;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.card-body p {
  margin: 0;
  color: #777982;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 300;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  margin-top: 18px;
  color: #1b1c21;
  font-size: 13px;
  font-weight: 700;
}

.card-footer a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #17181c;
  background: var(--color-primary);
  border-radius: 50%;
  transition: transform 220ms ease, background 220ms ease;
}

.card-footer a:hover {
  transform: translateX(2px);
  background: #ffbe24;
}

.card-footer svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.5;
}

.carousel-next {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #18191d;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 32px rgba(18, 18, 20, 0.1);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.carousel-next:hover {
  transform: translateX(3px);
  box-shadow: 0 20px 36px rgba(18, 18, 20, 0.14);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 0 2px;
  padding: 26px 28px;
  background: linear-gradient(90deg, rgba(255, 250, 243, 0.94), rgba(255, 245, 232, 0.75), rgba(255, 250, 244, 0.94));
  border: 1px solid #f3eee7;
  border-radius: 8px;
  box-shadow: 0 20px 38px rgba(120, 95, 50, 0.08);
}

.section-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 100px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.benefit-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
}

.benefit-icon svg {
  width: 27px;
  height: 27px;
  color: #111215;
  stroke-width: 2;
}

.benefit-icon.mint {
  background: #cdeede;
}

.benefit-icon.cream {
  background: #fee5a8;
}

.benefit-icon.sky {
  background: #d6ecff;
}

.benefit-icon.rose {
  background: #ffd5d2;
}

.benefit-item h3 {
  margin: 0 0 8px;
  color: #17181c;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
}

.benefit-item p {
  max-width: 168px;
  margin: 0;
  color: #70727b;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 300;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(255, 173, 0, 0.45);
  outline-offset: 4px;
}

.inner-page {
  position: relative;
  min-height: calc(100vh - 122px);
  padding: 58px 0 52px;
}

.inner-page::before {
  position: absolute;
  left: -72px;
  top: 270px;
  z-index: 0;
  width: 34px;
  height: 26px;
  background: var(--color-primary);
  clip-path: polygon(0 0, 100% 48%, 20% 63%, 0 100%, 34% 56%);
  content: "";
  filter: drop-shadow(0 8px 8px rgba(255, 174, 0, 0.18));
  transform: rotate(-16deg);
}

.breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
  color: #6f7078;
  font-size: 13px;
  font-weight: 500;
}

.breadcrumb a {
  transition: color 220ms ease;
}

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

.breadcrumb svg {
  width: 13px;
  height: 13px;
  color: var(--color-primary-deep);
  stroke-width: 2.6;
  transform: rotate(-90deg);
}

.breadcrumb span {
  color: #17171b;
}

.page-flight {
  position: absolute;
}

.page-flight-left {
  left: -118px;
  top: 250px;
  width: 150px;
  transform: rotate(-8deg);
}

.page-flight-right {
  right: -105px;
  top: 26px;
  width: 155px;
  transform: rotate(-12deg);
}

.page-heading,
.page-copy {
  position: relative;
  z-index: 2;
}

.page-heading {
  max-width: 520px;
  margin-bottom: 36px;
}

.page-heading .eyebrow,
.page-copy .eyebrow {
  margin-bottom: 22px;
}

.page-heading h1,
.page-copy h1,
.not-found-panel h1 {
  margin: 0;
  color: #17171b;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 700;
}

.page-lead {
  max-width: 430px;
  margin: 24px 0 0;
  color: #646671;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 430px) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
}

.about-page .page-copy .primary-btn {
  margin-top: 30px;
}

.page-visual {
  min-width: 0;
}

.about-visual img {
  width: 100%;
  height: clamp(420px, 41vw, 560px);
  object-fit: cover;
  object-position: 67% center;
  border-radius: 44px;
  filter: drop-shadow(0 34px 34px rgba(41, 44, 58, 0.1));
}

.mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.mini-stat {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 180px;
  min-height: 76px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #eef0f4;
  border-radius: var(--radius-card);
  box-shadow: 0 14px 30px rgba(20, 20, 24, 0.06);
}

.mini-stat strong {
  display: block;
  color: #16161a;
  font-size: 20px;
  line-height: 1;
}

.mini-stat span:last-child {
  display: block;
  margin-top: 5px;
  color: #747681;
  font-size: 12px;
}

.value-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.value-card,
.service-card,
.filter-panel,
.contact-form,
.map-card,
.not-found-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #eef0f4;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.value-card {
  min-height: 244px;
  padding: 26px 28px 24px;
  text-align: center;
}

.value-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  color: #111215;
  border-radius: 50%;
}

.value-icon svg {
  width: 29px;
  height: 29px;
  stroke-width: 2;
}

.value-icon.mint {
  background: #d8f4e4;
}

.value-icon.cream {
  background: #ffe7ae;
}

.value-icon.sky {
  background: #d7ecff;
}

.value-icon.rose {
  background: #ffd6d4;
}

.value-icon.peach {
  background: #ffe5d4;
}

.value-icon.violet {
  background: #e8e2ff;
}

.value-card h2,
.service-card h2,
.filter-box h2,
.contact-row h2,
.tour-card-body h2 {
  margin: 0;
  color: #17181c;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.value-card p,
.service-card p {
  margin: 14px auto 0;
  color: #696b75;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 300;
}

.service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.services-page .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  min-height: 182px;
  padding: 24px 26px;
}

.service-card .value-icon {
  margin: 0 0 18px;
}

.services-panorama {
  position: relative;
  z-index: 1;
  width: calc(100% + 80px);
  height: 275px;
  margin: -10px -40px -52px;
  overflow: hidden;
  pointer-events: none;
}

.services-panorama::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.24) 34%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.services-panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
}

.tours-flight-top {
  right: -42px;
  top: 155px;
  width: 395px;
}

.tours-flight-bottom {
  left: -90px;
  bottom: 12px;
  width: 260px;
}

.tours-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 38px;
}

.filter-panel {
  display: grid;
  align-self: start;
  gap: 22px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.filter-box {
  padding: 24px 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #eef0f4;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.radio-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  margin-top: 12px;
  padding: 0 12px;
  color: #33343a;
  border: 1px solid #eceef4;
  border-radius: var(--radius-card);
  cursor: pointer;
}

.radio-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-pill span {
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #c4c7cf;
  border-radius: 50%;
}

.radio-pill input:checked + span {
  border-color: var(--color-primary);
  background: var(--color-primary);
  box-shadow: inset 0 0 0 5px #ffffff;
}

.radio-pill:has(input:checked) {
  background: #fff7e6;
  border-color: #ffe2a0;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  margin: 22px 0 18px;
  color: #16171b;
  font-size: 14px;
  font-weight: 700;
}

.range-track {
  position: relative;
  height: 4px;
  margin: 0 12px;
  background: #ffe3a0;
  border-radius: 999px;
}

.range-track::before,
.range-track::after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  box-shadow: 0 5px 11px rgba(255, 174, 0, 0.3);
}

.range-track::before {
  left: -9px;
}

.range-track::after {
  right: -9px;
}

.filter-box p {
  margin: 24px 0 28px;
  color: #777982;
  text-align: center;
}

.filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  color: #ffffff;
  background: linear-gradient(180deg, #ffb71b 0%, #ffa800 100%);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 28px rgba(255, 174, 0, 0.24);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.filter-button svg {
  width: 18px;
  height: 18px;
}

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

.tour-card {
  overflow: hidden;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #eef0f4;
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 36px rgba(20, 20, 24, 0.13);
}

.tour-card img {
  width: 100%;
  aspect-ratio: 1.7 / 1;
  object-fit: cover;
}

.tour-card:nth-child(5) img {
  object-position: center 58%;
}

.tour-card-body {
  padding: 18px 18px 16px;
}

.tour-card-body p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  color: #676a74;
  font-size: 13px;
}

.tour-card-body p svg {
  width: 16px;
  height: 16px;
  color: #34353a;
  stroke-width: 2;
}

.tour-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  color: #1b1c21;
  font-size: 13px;
}

.tour-footer strong {
  font-size: 17px;
}

.tour-footer a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #17181c;
  background: var(--color-primary);
  border-radius: 50%;
  transition: transform 220ms ease, background 220ms ease;
}

.tour-footer a:hover {
  transform: translateX(2px);
  background: #ffbe24;
}

.contact-page .page-heading {
  margin-bottom: 34px;
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 260px minmax(320px, 1fr) minmax(330px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.contact-info {
  display: grid;
  gap: 0;
  align-self: start;
}

.contact-row {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid #e8ebf1;
}

.contact-row:first-child {
  padding-top: 12px;
}

.contact-row .value-icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  margin: 0;
  border-radius: 18px;
}

.contact-row h2 {
  margin: 7px 0 7px;
}

.contact-row a,
.contact-row p {
  margin: 0;
  color: #555862;
  font-size: 14px;
  line-height: 1.55;
}

.contact-row a {
  transition: color 220ms ease;
}

.contact-row a:hover {
  color: var(--color-primary-deep);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 22px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #1b1c21;
  background: #ffffff;
  border: 1px solid #eceef4;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(20, 20, 24, 0.05);
  transition: transform 220ms ease, color 220ms ease;
}

.social-links a:hover {
  color: var(--color-primary-deep);
  transform: translateY(-2px);
}

.contact-form {
  display: grid;
  align-self: start;
  gap: 14px;
  padding: 28px;
}

.contact-form label {
  color: #17181c;
  font-size: 13px;
  font-weight: 700;
}

.input-wrap {
  position: relative;
}

.input-wrap input,
.input-wrap textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 48px 0 16px;
  color: #17181c;
  background: #ffffff;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.input-wrap textarea {
  min-height: 92px;
  padding-top: 14px;
  resize: vertical;
}

.input-wrap input:focus,
.input-wrap textarea:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(255, 173, 0, 0.14);
}

.input-wrap svg {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  color: #8b8e96;
  transform: translateY(-50%);
}

.textarea-wrap svg {
  top: auto;
  bottom: 15px;
  transform: none;
}

.form-submit {
  width: max-content;
  min-width: 164px;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.map-card {
  position: relative;
  min-height: 488px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.42) 1px, transparent 1px),
    radial-gradient(circle at 72% 48%, rgba(255, 255, 255, 0.8) 0 3px, transparent 4px),
    radial-gradient(circle at 47% 64%, rgba(255, 255, 255, 0.8) 0 3px, transparent 4px),
    linear-gradient(115deg, transparent 0 58%, rgba(124, 197, 241, 0.8) 59% 100%),
    linear-gradient(35deg, transparent 0 43%, rgba(255, 207, 109, 0.48) 44% 46%, transparent 47%),
    #eaf4e7;
  background-size:
    34px 34px,
    34px 34px,
    auto,
    auto,
    auto,
    auto,
    auto;
}

.map-card::before,
.map-card::after {
  position: absolute;
  height: 8px;
  background: rgba(255, 196, 86, 0.6);
  border-radius: 999px;
  content: "";
  transform-origin: left center;
}

.map-card::before {
  left: -30px;
  top: 58%;
  width: 72%;
  transform: rotate(-22deg);
}

.map-card::after {
  left: 22%;
  top: 24%;
  width: 86%;
  transform: rotate(15deg);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 34%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--color-primary);
  background: var(--color-primary);
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 18px 28px rgba(255, 174, 0, 0.26);
}

.map-pin .brand-mark {
  width: 38px;
  height: 38px;
  color: #ffffff;
  transform: rotate(45deg);
}

.map-pin .brand-mark svg {
  width: 38px;
  height: 38px;
  stroke-width: 4;
}

.map-card > strong {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 2;
  color: #17171b;
  font-size: 32px;
  line-height: 1;
  transform: translateX(-50%);
}

.map-label {
  position: absolute;
  z-index: 2;
  color: #30323a;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}

.map-label-top {
  left: 12%;
  top: 12%;
}

.map-label-left {
  left: 18%;
  top: 38%;
}

.map-label-bottom {
  left: 28%;
  bottom: 30%;
}

.map-label-sea {
  right: 22%;
  bottom: 34%;
}

.contact-benefits {
  margin-top: 48px;
}

.not-found-panel {
  max-width: 620px;
  padding: 46px;
}

.not-found-panel .primary-btn {
  margin-top: 28px;
}

@media (max-width: 1180px) {
  .site-shell {
    width: min(calc(100% - 40px), var(--container));
  }

  .site-header {
    gap: 18px;
  }

  .main-nav {
    gap: 20px;
  }

  .hero {
    grid-template-columns: minmax(330px, 430px) minmax(0, 1fr);
    gap: 24px;
  }

  .trust-strip {
    right: 20px;
    min-width: min(540px, calc(100% - 40px));
  }

  .trust-strip div {
    padding: 0 12px;
  }

  .destinations {
    grid-template-columns: 200px 1fr 54px;
    gap: 20px;
  }

  .page-hero-grid {
    gap: 34px;
  }

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

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

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

  .contact-layout {
    grid-template-columns: 240px minmax(310px, 1fr) minmax(300px, 1fr);
  }
}

@media (max-width: 1024px) {
  .site-header {
    min-height: 78px;
  }

  .main-nav {
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--color-line);
    border-radius: 18px;
    box-shadow: var(--shadow-soft);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .site-header.menu-open .main-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    justify-content: center;
    min-height: 46px;
  }

  .menu-toggle {
    display: grid;
  }

  .contact-pill span {
    display: none;
  }

  .contact-pill {
    min-width: 44px;
    width: 44px;
    padding: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 36px;
  }

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

  .hero h1 {
    max-width: 520px;
  }

  .hero-text {
    max-width: 470px;
  }

  .hero-visual {
    height: clamp(380px, 58vw, 520px);
  }

  .trust-strip {
    right: 50%;
    bottom: -20px;
    width: min(660px, calc(100% - 32px));
    transform: translateX(50%);
  }

  .destinations {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
  }

  .section-heading h2 {
    max-width: 320px;
  }

  .carousel-next {
    position: absolute;
    right: 0;
    top: 64px;
  }

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

  .inner-page {
    padding-top: 40px;
  }

  .breadcrumb {
    margin-bottom: 30px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-visual {
    order: -1;
  }

  .about-visual img {
    height: clamp(360px, 55vw, 520px);
  }

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

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

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

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

  .contact-info {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }

  .social-links {
    grid-column: 1 / -1;
  }

  .map-card {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand {
    min-width: 0;
  }

  .brand-mark,
  .brand-mark svg {
    width: 36px;
    height: 46px;
  }

  .brand-word {
    font-size: 21px;
  }

  .header-actions {
    gap: 10px;
  }

  .language-pill {
    padding: 0 12px;
  }

  .main-nav {
    grid-template-columns: 1fr;
    align-items: stretch;
    text-align: center;
  }

  .hero {
    padding-top: 22px;
    gap: 18px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .hero h1 .country-line {
    white-space: normal;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .primary-btn,
  .secondary-btn {
    flex: 1 1 170px;
  }

  .stats-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }

  .stat-item {
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "icon number label";
    justify-content: start;
  }

  .hero-visual {
    height: clamp(320px, 69vw, 410px);
  }

  .hero-visual > img {
    object-position: 67% center;
    border-radius: 28px;
  }

  .trust-strip {
    position: relative;
    right: auto;
    bottom: auto;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    min-width: 0;
    margin-top: -10px;
    transform: none;
  }

  .trust-strip div {
    padding: 8px 10px;
  }

  .trust-strip div + div {
    border-left: 0;
  }

  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

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

  .inner-page {
    padding-top: 28px;
  }

  .page-heading h1,
  .page-copy h1,
  .not-found-panel h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .page-lead {
    font-size: 15px;
  }

  .mini-stats,
  .about-page .page-copy .primary-btn {
    width: 100%;
  }

  .mini-stat {
    flex: 1 1 100%;
  }

  .value-grid,
  .service-grid,
  .services-page .service-grid,
  .tour-grid,
  .filter-panel,
  .contact-layout,
  .contact-info {
    grid-template-columns: 1fr;
  }

  .services-panorama {
    width: calc(100% + 40px);
    height: 230px;
    margin-inline: -20px;
  }

  .contact-form {
    padding: 22px;
  }

  .form-submit {
    width: 100%;
  }
}

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

  .header-actions {
    grid-column: 2;
  }

  .language-pill {
    display: none;
  }

  .eyebrow {
    margin-bottom: 16px;
    word-spacing: 0.2rem;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-visual {
    height: 295px;
  }

  .trust-strip {
    padding: 12px;
  }

  .trust-strip div {
    gap: 9px;
  }

  .trust-strip span {
    font-size: 11px;
  }

  .section-heading {
    display: block;
  }

  .carousel-next {
    top: 72px;
    width: 48px;
    height: 48px;
  }

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

  .destination-card img {
    aspect-ratio: 1.65 / 1;
  }

  .benefits {
    padding: 22px 18px;
  }

  .benefit-icon {
    width: 52px;
    height: 52px;
  }

  .flight-path,
  .hero::before,
  .destinations::before,
  .inner-page::before {
    display: none;
  }

  .inner-page {
    padding-bottom: 34px;
  }

  .breadcrumb {
    gap: 10px;
    margin-bottom: 24px;
  }

  .value-card,
  .service-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .tour-card img {
    aspect-ratio: 1.55 / 1;
  }

  .contact-row {
    gap: 14px;
  }

  .map-card {
    min-height: 340px;
  }

  .map-card > strong {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
