:root {
  --color-primary: #0a1628;
  --color-accent: #f5a623;
  --color-secondary: #f9f4ee;
  --color-highlight: #00b4cc;
  --color-dark: #1c1c1e;
  --color-light: #f0ede8;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--color-dark); background: var(--color-secondary); }
a { color: inherit; text-decoration: none; }
.container { width: min(1200px, 92%); margin: 0 auto; }
.section { padding: 72px 0; }
.btn { min-height: 44px; padding: 12px 20px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.btn--accent { background: var(--color-accent); color: var(--color-primary); }
.btn--search { background: #4ea6ff; color: #fff; border: 0; border-radius: 12px; min-width: 130px; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: .3s; }
.site-header.is-scrolled { background: rgba(10,22,40,.85); backdrop-filter: blur(12px); }
.hero { min-height: 100vh; color: var(--color-light); position: relative; display: grid; align-items: center; }
.hero__bg { position: absolute; inset: 0; object-fit: cover; width: 100%; height: 100%; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(10,22,40,.9), rgba(10,22,40,.35)); }
.hero__content { position: relative; z-index: 2; }
.hero__title { font-family: "Cormorant Garamond", serif; font-size: clamp(2.2rem, 8vw, 5rem); margin: 0 0 10px; }
.hero--clean {
  background-image: linear-gradient(rgba(251, 251, 253, 0.45), rgba(251, 251, 253, 0.45)), url("https://images.unsplash.com/photo-1550399504-8953e1a6ac87?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-color: #fbfbfd;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-dark);
  min-height: 92vh;
  padding-top: 100px;
}
.hero__content--split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; }
.hero__title--dark { color: #111521; font-family: "DM Sans", sans-serif; font-weight: 700; line-height: 1.03; font-size: clamp(2.2rem, 6.5vw, 5.4rem); margin-bottom: 24px; }
.hero__right { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero__circle {
  width: min(460px, 80%);
  aspect-ratio: 1 / 1;
  background-color: rgba(242, 215, 156, 0.52);
  background-image: url("https://www.svgrepo.com/show/530352/airplane.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58%;
  border-radius: 50%;
  backdrop-filter: blur(2px);
}
.hero__traveler { position: absolute; max-height: 560px; width: auto; object-fit: contain; filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .15)); }
.page-home-clone {
  background: #fff;
}
.page-home-clone .site-header,
.home .site-header {
  position: relative;
  background: #fff;
}
.page-home-clone .site-header.is-scrolled,
.home .site-header.is-scrolled {
  background: #fff;
}
.nav--jadoo {
  min-height: 86px;
}
.brand-jadoo {
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: #101129;
}
.nav--jadoo .nav__menu {
  gap: 34px;
  color: #21203b;
  font-weight: 500;
}
.nav__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.btn--jadoo-outline {
  border: 1px solid #2f3047;
  color: #22233f;
  background: transparent;
  border-radius: 6px;
  min-height: 46px;
  padding: 10px 20px;
}
.lang-switch {
  font-size: .92rem;
  color: #32334d;
  font-weight: 600;
}
.hero--jadoo-clone {
  min-height: calc(100vh - 86px);
  color: #1d1d34;
  display: grid;
  align-items: center;
}
.hero-jadoo {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 18px;
  align-items: center;
}
.hero-jadoo__kicker {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  color: #e98267;
  margin: 0 0 16px;
}
.hero-jadoo__title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 6.8vw, 5.25rem);
  line-height: .95;
  margin: 0 0 18px;
  color: #17153d;
  max-width: 540px;
}
.hero-jadoo__title-accent {
  position: relative;
  display: inline-block;
}
.hero-jadoo__title-accent::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 2px;
  bottom: 10px;
  height: 8px;
  border-radius: 999px;
  background: rgba(241, 107, 88, .58);
  z-index: -1;
}
.hero-jadoo__desc {
  margin: 0;
  max-width: 430px;
  color: #676978;
  line-height: 1.7;
}
.hero-jadoo__trust {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-jadoo__trust span {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .82rem;
  font-weight: 600;
  color: #2f3a52;
}
.hero-jadoo__cta {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.btn--jadoo {
  background: #f5ab1f;
  color: #fff;
  border-radius: 10px;
  min-height: 56px;
  padding: 14px 28px;
  box-shadow: 0 10px 24px rgba(245, 171, 31, .33);
}
.hero-jadoo__demo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #6b6c7b;
  font-weight: 500;
}
.hero-jadoo__play {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f46b4d;
  color: #fff;
  box-shadow: 0 12px 20px rgba(244, 107, 77, .35);
  font-size: .85rem;
}
.hero-jadoo__metrics {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
}
.hero-jadoo__metric {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 12px;
  padding: 12px;
  display: grid;
  gap: 2px;
}
.hero-jadoo__metric strong {
  color: #12243f;
  font-size: 1.2rem;
  line-height: 1.2;
}
.hero-jadoo__metric span {
  color: #596a83;
  font-size: .8rem;
  font-weight: 600;
}
.hero-jadoo__right {
  position: relative;
  min-height: 620px;
}
.hero-jadoo__shape {
  position: absolute;
  right: 0;
  top: -20px;
  width: min(520px, 100%);
  height: 520px;
  background: #f8edd7;
  border-radius: 54% 0 0 42%;
}
.hero-jadoo__image {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: min(560px, 100%);
  max-height: 620px;
  object-fit: cover;
  border-radius: 18px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .17));
}
.hero-jadoo__float-card {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid #dfe7f5;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 10px 26px rgba(9, 32, 61, .14);
  max-width: 210px;
}
.hero-jadoo__float-card p {
  margin: 0 0 4px;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #5a6b84;
  font-weight: 700;
}
.hero-jadoo__float-card strong {
  color: #1a2f4f;
  font-size: .9rem;
  line-height: 1.45;
}
.hero-jadoo__float-card--one {
  left: 4px;
  top: 135px;
}
.hero-jadoo__float-card--two {
  right: -12px;
  bottom: 58px;
}
.glass { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(12px); border-radius: var(--radius); }
.grid { display: grid; gap: 20px; }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.card__body { padding: 18px; }
.label { font-family: "Space Mono", monospace; font-size: .75rem; letter-spacing: .07em; color: var(--color-highlight); text-transform: uppercase; }

.section .glass {
  background: linear-gradient(120deg, #102746, #173c67);
  border: 1px solid rgba(255, 255, 255, .22);
  color: #f3f8ff;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(12, 29, 51, .28);
}
.section .glass h2 {
  margin: 0 0 14px;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
}
.section .glass .search-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
.section .glass .search-form input {
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}
.section .glass .search-form input::placeholder {
  color: rgba(255, 255, 255, .82);
}
.section .glass .btn--accent {
  background: #f6b534;
}

.home {
  background: #efefed;
}
.home .site-header {
  background: transparent;
}
.home .site-footer {
  margin-top: 0;
}
.hero-vibe {
  padding: 116px 0 34px;
  background: #efefed;
}
.hero-vibe__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 22px;
}
.hero-vibe__kicker {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
  color: #5a5e65;
  font-weight: 700;
}
.hero-vibe__title {
  margin: 0;
  color: #101215;
  line-height: .92;
  font-size: clamp(2.6rem, 8vw, 5.8rem);
  letter-spacing: -.03em;
}
.hero-vibe__title span {
  display: block;
}
.hero-vibe__desc {
  margin: 18px 0 0;
  color: #464d59;
  max-width: 530px;
  line-height: 1.75;
}
.hero-vibe__actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-vibe__btn {
  background: #f68b1f;
  color: #fff;
  border-radius: 999px;
  padding: 12px 22px;
}
.hero-vibe__link {
  color: #121923;
  font-weight: 700;
}
.hero-vibe__right {
  display: grid;
  justify-items: center;
}
.hero-vibe__circle-wrap {
  position: relative;
  width: min(430px, 92%);
  aspect-ratio: 1 / 1;
}
.hero-vibe__ring-text {
  position: absolute;
  inset: -18px;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: .28em;
  color: #2f3643;
  font-size: .66rem;
  transform: rotate(-16deg);
}
.hero-vibe__circle-image {
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 20px 34px rgba(0, 0, 0, .16);
}
.hero-vibe__circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-vibe__stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.hero-vibe__stat {
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e3e5ea;
  padding: 18px 22px;
  display: grid;
  gap: 2px;
}
.hero-vibe__stat strong {
  color: #101a2a;
  font-size: 1.6rem;
  line-height: 1.1;
}
.hero-vibe__stat span {
  color: #5d6674;
  font-size: .88rem;
}
.hero-vibe__stat--cta strong {
  font-size: 1.2rem;
}
.hero-vibe__stat--cta a {
  color: #f68b1f;
  font-weight: 700;
  margin-top: 3px;
}

.home-minimal--vibe {
  background: #efefed;
  padding-top: 48px;
}
.home-minimal--vibe .home-section-head {
  margin-bottom: 24px;
}
.home-minimal--vibe .home-section-head h2 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: #131b28;
}
.home-package-card--vibe {
  border: 0;
  box-shadow: none;
  background: transparent;
}
.home-package-card--vibe:hover {
  transform: translateY(-2px);
}
.home-package-card--vibe img {
  border-radius: 20px;
  height: 220px;
}
.home-package-card--vibe .card__body {
  padding: 14px 6px 4px;
}
.home-package-card--vibe .label {
  color: #f68b1f;
}
.home-package-card--vibe h3 {
  font-size: 1.45rem;
  margin-bottom: 6px;
  color: #131b28;
}
.home-package-card--vibe p {
  margin-bottom: 14px;
  color: #5a6370;
}
.home-package-card__bar {
  background: #f68b1f;
  color: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
  font-size: .9rem;
}
.home-package-card__arrow {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home {
  background: #f3f4f6;
}
.home .site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 60;
  background: transparent;
}
.home .site-header .nav__menu a,
.home .site-header .lang-switch {
  color: rgba(255, 255, 255, .85);
}
.home .site-header .btn--jadoo-outline {
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
}
.home .brand-jadoo {
  color: #fff;
}
.home .site-footer {
  margin-top: 0;
}

.tourex-hero {
  padding: 130px 0 48px;
  background: linear-gradient(140deg, #0384c8 0%, #05a2ea 100%);
  color: #fff;
}
.tourex-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.tourex-hero__title {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4.1rem);
  line-height: 1.08;
  max-width: 540px;
}
.tourex-hero__cta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tourex-btn {
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: .9rem;
}
.tourex-btn--light {
  background: #fff;
  color: #0c3f62;
}
.tourex-btn--ghost {
  border: 1px solid rgba(255, 255, 255, .5);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}
.tourex-search {
  margin-top: 26px;
  background: #fff;
  border-radius: 999px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: center;
}
.tourex-search__item {
  border-right: 1px solid #e1e8f2;
  padding: 0 10px;
}
.tourex-search__item:last-of-type {
  border-right: 0;
}
.tourex-search__item label {
  display: block;
  color: #6a7688;
  font-size: .72rem;
  margin-bottom: 4px;
}
.tourex-search__item input {
  width: 100%;
  border: 0;
  color: #1a2737;
  font-weight: 600;
  outline: none;
}
.tourex-btn--search {
  background: #0ea3eb;
  color: #fff;
  border: 0;
}
.tourex-hero__visual {
  min-height: 400px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .14);
  padding: 10px;
  overflow: hidden;
}
.tourex-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: 14px;
}
.tourex-hero__right {
  position: relative;
}
.tourex-hero__deal {
  position: absolute;
  right: 16px;
  bottom: -16px;
  background: rgba(8, 30, 52, .84);
  color: #fff;
  border-radius: 14px;
  padding: 10px;
  display: flex;
  gap: 10px;
  width: min(290px, 90%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .24);
}
.tourex-hero__deal img {
  width: 86px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
}
.tourex-hero__deal p {
  margin: 0 0 4px;
  font-size: .8rem;
}
.tourex-hero__deal strong {
  font-size: 1rem;
}

.tourex-offers {
  padding-top: 44px;
  background: #f3f4f6;
}
.tourex-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
.tourex-head h2 {
  margin: 6px 0 0;
  color: #18212f;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
.tourex-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #03a1e8;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.tourex-offers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.tourex-offer-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce4ef;
}
.tourex-offer-card__image img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}
.tourex-offer-card__body {
  padding: 12px;
}
.tourex-offer-card__body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #1a2533;
}
.tourex-offer-card__body p {
  margin: 0 0 10px;
  color: #667286;
  font-size: .86rem;
}
.tourex-mini-btn {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  background: #e8f6ff;
  color: #0584c3;
  font-size: .76rem;
  font-weight: 700;
}

.tourex-airlines {
  background: #f3f4f6;
  padding-top: 20px;
}
.tourex-airlines__box {
  background: #fff;
  border-radius: 24px;
  border: 1px solid #dce4ef;
  padding: 20px;
  text-align: center;
}
.tourex-airlines__box h2 {
  margin: 8px 0 16px;
  color: #1a2434;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}
.tourex-airlines__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.tourex-airlines__row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid #e2e8f1;
  border-radius: 10px;
  color: #273446;
  font-weight: 600;
  font-size: .9rem;
}

.tourex-landmarks {
  background: #f3f4f6;
  padding-bottom: 56px;
}
.tourex-landmarks__image {
  width: min(1320px, 95%);
  margin: 0 auto;
  border-radius: 0 0 26px 26px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(10, 24, 42, .16);
}
.tourex-landmarks__image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  display: block;
}

.home {
  background: #f6eef5;
}
.home .site-header {
  position: relative;
  background: #ffffff;
}
.home .site-header.is-scrolled {
  background: #ffffff;
  backdrop-filter: none;
}
.home .site-header .nav__menu a,
.home .site-header .lang-switch,
.home .brand-jadoo {
  color: #2a3446;
}
.home .site-header .btn--jadoo-outline {
  border-color: #e5c8d8;
  color: #c9577d;
}

.turio-page {
  background: #021b2c;
  padding: 0px;
}
.turio-shell {
  background: #ffffff;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: 26px clamp(16px, 3.5vw, 44px) 32px;
  border: 1px solid rgba(11, 29, 45, .12);
  box-shadow: 0 22px 44px rgba(2, 16, 28, .26);
}
.turio-hero {
  padding: 0;
}
.turio-hero__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.turio-brand {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: .03em;
  color: #0b1f33;
}
.turio-links {
  display: flex;
  gap: 28px;
  font-size: .9rem;
}
.turio-links a {
  color: #1c2a3a;
  font-weight: 500;
}
.turio-menu-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #162335;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.turio-nav-btn {
  border: 1px solid #cdd3da;
  color: #2a3648;
  font-size: .8rem;
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 600;
}
.turio-hero__grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(18px, 2.2vw, 30px);
  align-items: end;
}
.turio-hero__content {
  min-width: 0;
}
.turio-hero__title {
  margin: 0;
  color: #0b1d31;
  font-size: clamp(2.2rem, 5.2vw, 5rem);
  line-height: 1.03;
  letter-spacing: -.02em;
  max-width: 580px;
}
.turio-hero__desc {
  margin: 18px 0 0;
  color: #2a3a4b;
  max-width: 620px;
  line-height: 1.55;
  font-size: 1.02rem;
}
.turio-hero__actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.turio-cta {
  min-height: 46px;
  border-radius: 999px;
  padding: 11px 24px;
  font-weight: 700;
  font-size: .92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.turio-cta--primary {
  background: #10605b;
  color: #fff;
}
.turio-cta--ghost {
  border: 1px solid #233246;
  color: #11253a;
  background: transparent;
}
.turio-hero__clients {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.turio-hero__avatars {
  display: flex;
  align-items: center;
}
.turio-hero__avatars img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #ececd8;
  object-fit: cover;
  margin-left: -7px;
}
.turio-hero__avatars img:first-child {
  margin-left: 0;
}
.turio-hero__clients p {
  margin: 0;
  color: #2f3f51;
  font-size: .88rem;
  line-height: 1.25;
}
.turio-hero__clients p strong {
  display: block;
  color: #111f31;
}
.turio-hero__stats {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 430px;
}
.turio-hero__stats strong {
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  color: #0d1f33;
  line-height: 1;
}
.turio-hero__stats span {
  display: block;
  color: #2f4052;
  margin-top: 5px;
}
.turio-hero__media {
  display: grid;
  grid-template-columns: .84fr 1fr;
  align-items: end;
  gap: 16px;
}
.turio-hero__media-main img {
  width: 100%;
  height: min(64vh, 490px);
  border-radius: 0;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(10, 32, 50, .22);
}
.turio-hero__media-secondary img {
  width: 100%;
  height: min(42vh, 290px);
  object-fit: cover;
  border-radius: 0;
  display: block;
  border: 1px solid rgba(10, 32, 50, .22);
}

.turio-required {
  padding-bottom: 30px;
}
.turio-head {
  text-align: center;
  margin-bottom: 18px;
}
.turio-head h2 {
  margin: 0;
  color: #252e3f;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}
.turio-head p {
  color: #738098;
  margin: 8px 0 0;
}
.turio-required__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.turio-card {
  border: 1px solid #edf0f5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  min-height: 320px;
}
.turio-card__image img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}
.turio-card__body {
  padding: 12px;
}
.turio-card__body h3 {
  margin: 0 0 6px;
  color: #1f2938;
  font-size: 1.03rem;
}
.turio-card__body p {
  margin: 0;
  color: #768298;
  font-size: .86rem;
}

.turio-top-destination {
  padding-top: 10px;
  padding-bottom: 28px;
}
.turio-top-destination__grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.turio-top-destination__item {
  background: #fff;
  border: 1px solid #e6ecf4;
  border-radius: 12px;
  min-height: 86px;
  padding: 14px 12px;
  display: grid;
  gap: 4px;
  align-content: center;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.turio-top-destination__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(14, 35, 62, .08);
  border-color: #d7e3f2;
}
.turio-top-destination__name {
  color: #182335;
  font-weight: 700;
  line-height: 1.3;
}
.turio-top-destination__count {
  color: #6b7a90;
  font-size: .86rem;
}

.turio-how {
  padding-top: 14px;
  padding-bottom: 18px;
}
.turio-services-clone {
  padding-top: 14px;
  padding-bottom: 20px;
  overflow: hidden;
}
.turio-services-clone__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
.turio-services-clone__top h2 {
  margin: 0 0 14px;
  color: #1e2737;
  font-size: clamp(1.8rem, 4vw, 3rem);
  max-width: 420px;
  line-height: 1.08;
}
.turio-services-clone__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.turio-services-clone__list li strong {
  color: #161f2f;
  font-size: 1.8rem;
  font-size: clamp(1.1rem, 2vw, 1.9rem);
}
.turio-services-clone__list li p {
  margin: 4px 0 0;
  color: #707d93;
  max-width: 430px;
  line-height: 1.6;
  font-size: .9rem;
}
.turio-services-clone__visual {
  position: relative;
  min-height: 360px;
  min-width: 0;
}
.turio-services-clone__visual img {
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(29, 40, 62, .12);
  display: block;
}
.turio-services-clone__visual .is-main {
  width: 280px;
  height: 280px;
  border-radius: 999px;
  position: absolute;
  right: 44px;
  top: 10px;
}
.turio-services-clone__visual .is-small {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  position: absolute;
}
.turio-services-clone__visual .is-one {
  left: 20px;
  top: 34px;
}
.turio-services-clone__visual .is-two {
  left: 40px;
  bottom: 36px;
  width: 180px;
  height: 180px;
}
.turio-services-clone__bottom {
  margin-top: 20px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 24px;
  align-items: center;
}
.turio-services-clone__top > *,
.turio-services-clone__bottom > * {
  min-width: 0;
}
.turio-services-clone__traveler img {
  width: 100%;
  max-width: 420px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  background: #f2d061;
  display: block;
}
.turio-services-clone__content h3 {
  margin: 0 0 10px;
  color: #121b2c;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.1;
  max-width: 560px;
}
.turio-services-clone__content p {
  margin: 0;
  color: #68768d;
  max-width: 460px;
  line-height: 1.75;
}

/* Keep this section stable when reveal class is applied. */
.section.turio-services-clone.is-visible {
  opacity: 1;
  transform: none;
}
.turio-steps {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.turio-step {
  text-align: center;
  padding: 14px;
}
.turio-step__icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #ffe7ef;
  color: #ea5777;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.turio-step h3 {
  margin: 0 0 6px;
  color: #263042;
  font-size: 1rem;
}
.turio-step p {
  margin: 0;
  color: #748197;
  font-size: .88rem;
}

.turio-directions {
  padding-top: 8px;
  padding-bottom: 26px;
}
.turio-directions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.turio-direction-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.turio-direction-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.turio-quote {
  padding-top: 6px;
  padding-bottom: 24px;
}
.turio-quote__box {
  background: #fff2f6;
  border: 1px solid #f5dbe5;
  border-radius: 18px;
  padding: 20px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 16px;
  align-items: center;
}
.turio-quote__box h3 {
  margin: 0;
  color: #1f2938;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.3;
}
.turio-quote__author {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.turio-quote__author img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}
.turio-quote__author p {
  margin: 0;
  color: #657187;
  font-size: .9rem;
  line-height: 1.7;
}

.turio-featured {
  padding-top: 8px;
  padding-bottom: 20px;
}
.turio-featured__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 20px;
  align-items: center;
}
.turio-featured__content h3 {
  margin: 4px 0 8px;
  color: #202b3a;
  font-size: 1.8rem;
}
.turio-featured__content p {
  margin: 0;
  color: #6f7d94;
  line-height: 1.7;
}
.turio-featured__meta {
  margin: 14px 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.turio-featured__meta span {
  border: 1px solid #e8edf3;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .82rem;
  color: #6b7890;
}
.turio-featured__meta strong {
  color: #27364a;
}
.turio-featured__image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 26px;
  display: block;
}

.turio-latest {
  padding-top: 8px;
  padding-bottom: 22px;
}
.turio-latest__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.turio-blog-card {
  border: 1px solid #edf0f5;
  border-radius: 12px;
  padding: 10px;
  background: #fff;
  min-height: 300px;
}
.turio-blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.turio-blog-card h3 {
  margin: 10px 0 6px;
  color: #1f2a3a;
  font-size: 1rem;
}
.turio-blog-card p {
  margin: 0;
  color: #77839a;
  font-size: .85rem;
  line-height: 1.6;
}

.turio-news {
  padding-top: 10px;
}
.turio-news__box {
  background: #fff3f7;
  border: 1px solid #f5d7e3;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.turio-news__box h3 {
  margin: 0;
  color: #2b3242;
  font-size: 1.15rem;
}
.turio-news__box form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  min-width: min(420px, 100%);
}
.turio-news__box input {
  border: 1px solid #efccda;
  border-radius: 8px;
  min-height: 40px;
  padding: 10px 12px;
}
.turio-news__box button {
  border: 0;
  border-radius: 8px;
  background: #ef5f79;
  color: #fff;
  font-weight: 700;
  padding: 10px 14px;
}

.home .site-footer {
  background: #fff;
  color: #49586f;
  border-top: 1px solid #f0e5ec;
}
.home .footer-top,
.home .footer-main {
  border-bottom: 1px solid #f1e8ee;
}
.home .footer-contact-item p,
.home .footer-newsletter p,
.home .footer-links-grid li,
.home .footer-copyright {
  color: #7b8598;
}
.home .footer-main h3,
.home .footer-associations,
.home .footer-social,
.home .footer-payments {
  color: #2a3344;
}
.home .footer-badge {
  background: #fff2f6;
  border-color: #f0d6e1;
  color: #c45d80;
}
.home .footer-social-icons a {
  background: #fff2f6;
  color: #c45d80;
}

.single-vibe {
  background: #efefed;
  color: #222;
  padding-bottom: 24px;
}
.single-vibe__hero {
  padding: 112px 0 42px;
}
.single-vibe__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: stretch;
}
.single-vibe__back {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
  color: #6f7268;
  font-weight: 700;
  margin-bottom: 22px;
}
.single-vibe__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  color: #66695e;
  font-weight: 700;
}
.single-vibe__title {
  margin: 12px 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4.6vw, 4.2rem);
  color: #1f1f1f;
  line-height: .96;
}
.single-vibe__meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  color: #545651;
  font-size: .95rem;
}
.single-vibe__rating {
  color: #cfad47;
  letter-spacing: .1em;
}
.single-vibe__flight {
  margin: 14px 0 0;
  color: #5b5e57;
  font-weight: 600;
}
.single-vibe__intro {
  margin-top: 14px;
  max-width: 620px;
  color: #5a5b57;
  line-height: 1.72;
}
.single-vibe__hero-media {
  border-radius: 36px;
  overflow: hidden;
  height: 100%;
}
.single-vibe__hero-media img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.single-vibe__content-wrap {
  padding: 14px 0 20px;
}
.single-vibe__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 28px;
  align-items: start;
}
.single-vibe__content {
  min-width: 0;
}
.single-vibe__section {
  margin-top: 30px;
}
.single-vibe__section h2 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  color: #1f1f1f;
  font-weight: 500;
}
.single-vibe__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.single-vibe__highlight-item {
  background: #f7f7f6;
  border: 1px solid #e2e2de;
  border-radius: 16px;
  padding: 14px 18px;
  color: #2f302e;
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-vibe__highlight-item::before {
  content: "✓";
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #aeb2a7;
  color: #5f6552;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .78rem;
  flex-shrink: 0;
}
.single-vibe__itinerary-list {
  display: grid;
  gap: 16px;
}
.single-vibe__itinerary-item {
  background: #f9f9f8;
  border: 1px solid #e3e3df;
  border-radius: 28px;
  padding: 18px;
}
.single-vibe__itinerary-item summary {
  list-style: none;
  display: flex;
  gap: 14px;
  align-items: center;
  cursor: pointer;
}
.single-vibe__itinerary-item summary::-webkit-details-marker {
  display: none;
}
.single-vibe__day-num {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #666a4b;
  color: #f2f3ed;
  flex-shrink: 0;
}
.single-vibe__day-copy small {
  display: block;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .62rem;
  color: #7f8378;
}
.single-vibe__day-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #262625;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}
.single-vibe__itinerary-arrow {
  margin-left: auto;
  color: #8a8d83;
  font-size: 1.3rem;
  line-height: 1;
  transition: transform .25s ease;
}
.single-vibe__itinerary-item[open] .single-vibe__itinerary-arrow {
  transform: rotate(180deg);
}
.single-vibe__itinerary-body {
  margin-top: 14px;
  color: #61635d;
  line-height: 1.7;
  padding-left: 68px;
}
.single-vibe__itinerary-body p {
  margin: 0;
}
.single-vibe__itinerary-tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-vibe__itinerary-tags span {
  background: #efefeb;
  color: #8a8d84;
  border-radius: 999px;
  padding: 8px 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .62rem;
  font-weight: 700;
}
.single-vibe__cost-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.single-vibe__cost-card h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 2rem;
}
.single-vibe__cost-card ul {
  margin: 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 10px;
  color: #4f514c;
}
.single-vibe__cost-card--exclude {
  opacity: .82;
}
.single-vibe__amenities {
  margin-top: 22px;
  background: #0f1115;
  border-radius: 40px;
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.single-vibe__amenities span {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .66rem;
  color: #cdd0d6;
}
.single-vibe__section-card {
  background: #f8f8f7;
  border: 1px solid #e3e3de;
  border-radius: 20px;
  padding: 22px;
}
.single-vibe__section-card ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 10px;
}
.single-vibe__sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}
.single-vibe__booking {
  background: #f8f8f7;
  border: 1px solid #e3e3de;
  border-radius: 34px;
  padding: 28px 22px;
}
.single-vibe__booking-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .68rem;
  color: #878b7c;
  font-weight: 700;
}
.single-vibe__booking-price {
  margin: 10px 0 16px;
  font-family: "Cormorant Garamond", serif;
  color: #5e6446;
  font-size: 3rem;
  line-height: .95;
}
.single-vibe__booking-price span {
  font-family: "DM Sans", sans-serif;
  font-size: 1.15rem;
  color: #8c8e89;
}
.single-vibe__booking-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.single-vibe__booking-fields label {
  display: grid;
  gap: 6px;
}
.single-vibe__booking-fields span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .63rem;
  color: #8d9088;
  font-weight: 700;
}
.single-vibe__booking-fields input {
  min-height: 42px;
  border: 1px solid #e7e7e3;
  border-radius: 14px;
  padding: 10px 12px;
  background: #f3f3f1;
  font: inherit;
}
.single-vibe__book-btn,
.single-vibe__download-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 14px;
  border-radius: 16px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .8rem;
  font-weight: 700;
  margin-top: 14px;
}
.single-vibe__book-btn {
  background: #646949;
  color: #f7f7f3;
  border: 0;
  cursor: pointer;
}
.single-vibe__whatsapp-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  border-radius: 14px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #d8e7d8;
  color: #1f8f48;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .74rem;
}
.single-vibe__download-btn {
  background: #fff;
  color: #2a2b29;
  border: 1px solid #e2e2dd;
}
.single-vibe__popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.single-vibe__popup.is-open {
  display: grid;
  place-items: center;
}
.single-vibe__popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 14, .58);
}
.single-vibe__popup-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100% - 24px));
  background: #fff;
  border-radius: 20px;
  padding: 24px 20px;
}
.single-vibe__popup-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  cursor: pointer;
}
.single-vibe__popup-dialog h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}
.single-vibe__popup-form {
  display: grid;
  gap: 10px;
}
.single-vibe__popup-form input,
.single-vibe__popup-form textarea {
  width: 100%;
  border: 1px solid #dfe1dc;
  border-radius: 12px;
  min-height: 44px;
  padding: 10px 12px;
  font: inherit;
}
.single-vibe__popup-form textarea {
  min-height: 110px;
  resize: vertical;
}
.single-vibe__popup-form button {
  border: 0;
  border-radius: 12px;
  min-height: 46px;
  background: #646949;
  color: #f7f7f3;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
}
.single-vibe__trusted {
  margin: 18px 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .64rem;
  color: #a1a49c;
}
.single-vibe__help-card {
  background: linear-gradient(145deg, #6a6f4d, #5a5f43);
  color: #eff0ea;
  border-radius: 40px;
  padding: 30px 22px;
}
.single-vibe__help-card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
}
.single-vibe__help-card p {
  margin: 0 0 14px;
  color: rgba(239, 240, 234, .88);
  line-height: 1.65;
}
.single-vibe__help-call {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.single-vibe__help-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .18);
  color: #f5f6f2;
  font-size: 1.7rem;
  flex-shrink: 0;
}
.single-vibe__help-call strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .95rem;
  color: rgba(239, 240, 234, .8);
}
.single-vibe__help-call a {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.single-vibe__similar {
  padding: 24px 0 44px;
}
.single-vibe__similar-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .67rem;
  color: #8a8d84;
  font-weight: 700;
}
.single-vibe__similar h2 {
  margin: 6px 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 500;
}
.single-vibe__similar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.single-vibe__similar-card {
  border-radius: 18px;
  overflow: hidden;
  background: #111;
}
.single-vibe__similar-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.single-vibe__similar-body {
  padding: 14px;
  color: #f0f0ee;
}
.single-vibe__similar-body h3 {
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .single-vibe__hero-grid,
  .single-vibe__grid {
    grid-template-columns: 1fr;
  }
  .single-vibe__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  .single-vibe__highlights,
  .single-vibe__cost-grid,
  .single-vibe__similar-grid {
    grid-template-columns: 1fr;
  }
  .single-vibe__amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 24px;
  }
  .single-vibe__sidebar {
    position: static;
  }
}

.contact-page {
  background: #efefed;
  padding-top: clamp(44px, 7vw, 86px);
  padding-bottom: clamp(44px, 7vw, 86px);
}
.contact-page__layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
}
.contact-page__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .68rem;
  font-weight: 700;
  color: #7e827f;
}
.contact-page__title {
  margin: 8px 0 14px;
  color: #181818;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: .98;
}
.contact-page__title em {
  font-style: italic;
  font-weight: 400;
}
.contact-page__desc {
  margin: 0;
  max-width: 540px;
  color: #646665;
  font-size: clamp(.98rem, 1.4vw, 1.45rem);
  line-height: 1.6;
}
.contact-page__info {
  margin-top: clamp(26px, 4vw, 42px);
  display: grid;
  gap: 14px;
}
.contact-page__item {
  display: flex;
  gap: 14px;
  align-items: center;
}
.contact-page__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f4;
  border: 1px solid #e2e2dd;
  color: #6a6c67;
  font-size: 1.08rem;
  flex-shrink: 0;
}
.contact-page__item h3 {
  margin: 0 0 3px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .67rem;
  font-weight: 700;
  color: #8b8d88;
}
.contact-page__item p {
  margin: 0;
  color: #262726;
  font-size: 1.07rem;
  line-height: 1.45;
}
.contact-page__item a {
  color: inherit;
}
.contact-page__form-panel {
  background: #f8f8f8;
  border: 1px solid #e4e4df;
  border-radius: 36px;
  padding: clamp(24px, 3.2vw, 40px);
  box-shadow: 0 20px 38px rgba(24, 24, 24, .1);
}
.contact-page__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-page__field {
  display: grid;
  gap: 6px;
}
.contact-page__field label {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .62rem;
  font-weight: 700;
  color: #9a9b97;
  margin-left: 2px;
}
.contact-page__field--full {
  grid-column: 1 / -1;
}
.contact-page__field input,
.contact-page__field textarea {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid #ebebe8;
  background: #f1f1f0;
  padding: 12px 16px;
  color: #252525;
  font: inherit;
}
.contact-page__field input::placeholder,
.contact-page__field textarea::placeholder {
  color: #8d8f8c;
}
.contact-page__field textarea {
  min-height: 118px;
  resize: vertical;
}
.contact-page__submit {
  grid-column: 1 / -1;
  margin-top: 4px;
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  background: #616446;
  color: #f6f6f3;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 700;
  font-size: .78rem;
}
.contact-page__quick-actions {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #ecece9;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-page__quick-actions a {
  color: #8c8f89;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .67rem;
  font-weight: 600;
}

.home .site-header.site-header--flynepa {
  position: absolute;
  inset: 0 0 auto 0;
  background: transparent;
}
.home .site-header.site-header--flynepa.is-scrolled {
  background: rgba(7, 16, 28, .45);
  backdrop-filter: blur(8px);
}
.home .site-header.site-header--flynepa .nav--flynepa {
  min-height: 92px;
}
.home .site-header.site-header--flynepa .brand-jadoo,
.home .site-header.site-header--flynepa .nav__menu a {
  color: rgba(255, 255, 255, .9);
}
.nav__actions--flynepa {
  gap: 14px;
}
.nav-search {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .04);
}
.btn--flynepa-book {
  min-height: 42px;
  border-radius: 999px;
  border: 0;
  padding: 10px 20px;
  background: #d9c27e;
  color: #1f2330;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-flynepa {
  position: relative;
  min-height: 100svh;
  width: 100%;
  padding: 170px 0 110px;
  background-image: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=2000&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: grid;
  align-items: center;
}
.hero-flynepa__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 20, 34, .58) 0%, rgba(8, 21, 35, .42) 45%, rgba(8, 21, 35, .68) 100%);
}
.hero-flynepa__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  width: min(960px, 92%);
}
.hero-flynepa__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .86);
}
.hero-flynepa__title {
  margin: 20px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(2.8rem, 7vw, 6.1rem);
  line-height: .96;
}
.hero-flynepa__title em {
  font-style: italic;
  font-weight: 400;
}
.hero-flynepa__desc {
  margin: 22px auto 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.7;
  font-size: 1.03rem;
}
.hero-flynepa__actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-flynepa__btn {
  min-height: 52px;
  border-radius: 999px;
  padding: 13px 28px;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-flynepa__btn--primary {
  background: #7f8064;
  color: #fff;
}
.hero-flynepa__btn--ghost {
  background: #fff;
  color: #1b2230;
}

.flynepa-highlights {
  background: #f1f0ed;
  padding: clamp(48px, 6.8vw, 86px) 0;
}
.flynepa-highlights__grid {
  width: 100%;
  padding: 0 clamp(18px, 4vw, 54px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
}
.flynepa-highlight {
  max-width: 260px;
}
.flynepa-highlight__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e6e4df;
  color: #53555a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.flynepa-highlight__icon svg {
  width: 20px;
  height: 20px;
}
.flynepa-highlight h3 {
  margin: 16px 0 10px;
  color: #2f2f31;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1;
}
.flynepa-highlight p {
  margin: 0;
  color: #5f6168;
  font-size: 1.03rem;
  line-height: 1.55;
  max-width: 260px;
}

.destinations-clone {
  background: #111317;
  padding: clamp(52px, 7vw, 90px) clamp(18px, 4vw, 48px);
}
.destinations-clone__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
}
.destinations-clone__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.destinations-clone__lead {
  padding: 2px 0 0;
}
.destinations-clone__kicker {
  margin: 0;
  color: #8d845d;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .64rem;
  font-weight: 600;
}
.destinations-clone__title {
  margin: 12px 0 0;
  color: #e7e1d7;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3.55rem);
  line-height: 1.06;
  font-weight: 500;
}
.destinations-clone__title em {
  font-style: italic;
  font-weight: 400;
}
.destinations-clone__cards-wrap {
  min-width: 0;
}
.destinations-clone__view-all {
  color: rgba(255, 255, 255, .84);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .67rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  padding-bottom: 6px;
  display: inline-block;
  margin-left: auto;
}
.destinations-clone__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.destinations-clone__card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 268px;
  border: 1px solid rgba(255, 255, 255, .08);
}
.destinations-clone__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.001);
  transition: transform .8s ease;
}
.destinations-clone__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 15, .12) 36%, rgba(8, 10, 14, .88) 100%);
}
.destinations-clone__meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  gap: 4px;
}
.destinations-clone__name {
  color: #efe8dc;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
}
.destinations-clone__count {
  color: rgba(236, 230, 219, .72);
  font-size: .63rem;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.destinations-clone__card--1,
.destinations-clone__card--2 {
  min-height: 306px;
}
.destinations-clone__card--3,
.destinations-clone__card--4,
.destinations-clone__card--5,
.destinations-clone__card--6 {
  min-height: 286px;
}

.destinations-clone[data-reveal] .destinations-clone__head,
.destinations-clone[data-reveal] .destinations-clone__view-all,
.destinations-clone[data-reveal] .destinations-clone__card {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity .7s ease, transform .7s ease;
}
.destinations-clone[data-reveal].is-visible .destinations-clone__head,
.destinations-clone[data-reveal].is-visible .destinations-clone__view-all,
.destinations-clone[data-reveal].is-visible .destinations-clone__card {
  opacity: 1;
  transform: translateY(0);
}
.destinations-clone[data-reveal].is-visible .destinations-clone__view-all {
  transition-delay: .12s;
}
.destinations-clone[data-reveal].is-visible .destinations-clone__card:nth-child(1) { transition-delay: .14s; }
.destinations-clone[data-reveal].is-visible .destinations-clone__card:nth-child(2) { transition-delay: .2s; }
.destinations-clone[data-reveal].is-visible .destinations-clone__card:nth-child(3) { transition-delay: .26s; }
.destinations-clone[data-reveal].is-visible .destinations-clone__card:nth-child(4) { transition-delay: .32s; }
.destinations-clone[data-reveal].is-visible .destinations-clone__card:nth-child(5) { transition-delay: .38s; }
.destinations-clone[data-reveal].is-visible .destinations-clone__card:nth-child(6) { transition-delay: .44s; }

.destinations-clone__card:hover img {
  transform: scale(1.07);
}

.popular-trips-clone {
  background: #f2f1ee;
  padding: clamp(46px, 6vw, 74px) clamp(8px, 1.5vw, 20px) clamp(48px, 7vw, 84px);
}
.popular-trips-clone__head {
  text-align: center;
  margin: 0 auto 26px;
  max-width: 760px;
}
.popular-trips-clone__head p {
  margin: 0;
  color: #817963;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .64rem;
  font-weight: 700;
}
.popular-trips-clone__head h2 {
  margin: 7px 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4.2vw, 4.3rem);
  line-height: .98;
  color: #1f1f21;
  font-weight: 500;
}
.popular-trips-clone__head span {
  color: #72747b;
  font-size: .88rem;
  line-height: 1.45;
  display: inline-block;
  max-width: 500px;
}
.popular-trips-clone__grid {
  margin: 30px auto 0;
  width: min(1340px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.popular-trip-card {
  background: #f8f7f5;
  border: 1px solid #dbdbd8;
  border-radius: 22px;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}
.popular-trip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 26px rgba(15, 19, 26, .1);
}
.popular-trip-card__image {
  position: relative;
  display: block;
}
.popular-trip-card__image img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  display: block;
  transition: transform .8s ease;
}
.popular-trip-card:hover .popular-trip-card__image img {
  transform: scale(1.06);
}
.popular-trip-card__chips {
  position: absolute;
  top: 11px;
  left: 11px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.popular-trip-card__chips span {
  background: rgba(245, 246, 247, .96);
  border: 1px solid #d7dbe0;
  border-radius: 999px;
  padding: 4px 9px;
  color: #2b3442;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .53rem;
  font-weight: 700;
}
.popular-trip-card__price {
  position: absolute;
  right: 11px;
  bottom: 11px;
  background: #757559;
  color: #fff;
  border-radius: 999px;
  padding: 4px 11px;
  font-size: .7rem;
  font-weight: 700;
}
.popular-trip-card__body {
  padding: 13px 15px 15px;
}
.popular-trip-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #81858d;
  font-size: .66rem;
}
.popular-trip-card__meta span:first-child {
  color: #c08d00;
  font-weight: 700;
}
.popular-trip-card h3 {
  margin: 12px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1;
  color: #2a2a2d;
}
.popular-trip-card h3 a {
  color: inherit;
}
.popular-trip-card__footer {
  border-top: 1px solid #e3e3e0;
  padding-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #797d85;
  font-size: .64rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.popular-trip-card__footer a {
  color: #4b5567;
  font-size: 1rem;
}

.popular-trips-clone[data-reveal] .popular-trips-clone__head,
.popular-trips-clone[data-reveal] .popular-trip-card {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.popular-trips-clone[data-reveal].is-visible .popular-trips-clone__head,
.popular-trips-clone[data-reveal].is-visible .popular-trip-card {
  opacity: 1;
  transform: translateY(0);
}
.popular-trips-clone[data-reveal].is-visible .popular-trip-card:nth-child(1) { transition-delay: .12s; }
.popular-trips-clone[data-reveal].is-visible .popular-trip-card:nth-child(2) { transition-delay: .19s; }
.popular-trips-clone[data-reveal].is-visible .popular-trip-card:nth-child(3) { transition-delay: .26s; }
.popular-trips-clone[data-reveal].is-visible .popular-trip-card:nth-child(4) { transition-delay: .33s; }

.flynepa-cta-banner {
  background: #f4f3f0;
  padding: 0 clamp(16px, 3.4vw, 46px) clamp(40px, 6vw, 72px);
}
.flynepa-cta-banner__inner {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  background-image: url("https://images.unsplash.com/photo-1510798831971-661eb04b3739?auto=format&fit=crop&w=2200&q=80");
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
}
.flynepa-cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 21, 33, .48) 0%, rgba(9, 16, 26, .62) 100%);
}
.flynepa-cta-banner__content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: min(760px, 92%);
  color: #fff;
}
.flynepa-cta-banner__content h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5.8vw, 5.5rem);
  line-height: .95;
  font-weight: 500;
}
.flynepa-cta-banner__content p {
  margin: 24px auto 0;
  max-width: 660px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.02rem;
  line-height: 1.65;
}
.flynepa-cta-banner__actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.flynepa-cta-banner__btn {
  min-height: 50px;
  border-radius: 999px;
  padding: 12px 24px;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.flynepa-cta-banner__btn--primary {
  background: #7e8065;
  color: #fff;
}
.flynepa-cta-banner__btn--ghost {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.flynepa-cta-banner[data-reveal] .flynepa-cta-banner__content {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}
.flynepa-cta-banner[data-reveal].is-visible .flynepa-cta-banner__content {
  opacity: 1;
  transform: translateY(0);
}

/* Home layout: full-width sections and stronger visual contrast. */
.home main {
  width: 100%;
  background: #f2f1ee;
}
.turio-page,
.turio-shell {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.flynepa-highlights,
.destinations-clone,
.popular-trips-clone,
.flynepa-cta-banner {
  width: 100%;
}

/* Force footer to pure black and full-width. */
.site-footer,
.home .site-footer {
  width: 100%;
  background: #000;
  color: #d2d4d8;
  border-top: 0;
  margin-top: 0;
}
.footer-clone__bottom {
  border-top-color: rgba(255, 255, 255, .1);
}
