.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.nav__brand { display: flex; align-items: center; }
.custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.custom-logo { display: block; width: auto !important; height: auto !important; max-height: 40px; }
.nav__menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; color: var(--color-dark); font-weight: 600; }
.nav__menu-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #d7dfeb;
  border-radius: 10px;
  background: #fff;
  padding: 9px;
  cursor: pointer;
}
.nav__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #1b2434;
}
.nav__toggle span + span {
  margin-top: 6px;
}
.site-header.menu-open .nav__toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header.menu-open .nav__toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.menu-open .nav__toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header.menu-open .nav__toggle span {
  transition: transform .2s ease, opacity .2s ease;
}
.site-header .label { color: var(--color-dark); }
.site-header.is-scrolled .nav__menu, .site-header.is-scrolled .label { color: var(--color-light); }
.search-tabs { display: flex; gap: 8px; margin-bottom: 14px; }
.search-tabs button { border: 0; border-radius: 999px; padding: 10px 14px; min-height: 44px; }
.search-panel { padding: 18px; }
.search-panel--clean { background: #fff; border: 1px solid #e6ebf0; border-radius: 16px; box-shadow: 0 16px 36px rgba(0,0,0,.08); }
.search-tabs button.is-active { background: #e7f3ff; color: #0d5cb6; }
.hero-cta-group { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 14px; }
.search-form { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.search-form--hero { grid-template-columns: 1fr 1fr 1fr auto; gap: 0; border: 1px solid #e3e8ee; border-radius: 12px; overflow: hidden; }
.search-chip { padding: 10px 14px; border-right: 1px solid #e3e8ee; background: #fff; display: grid; gap: 3px; }
.search-chip label { font-size: .75rem; color: #6f7988; font-weight: 600; }
.search-chip input, .search-chip select { border: 0; padding: 0; min-height: 30px; font-weight: 600; color: #1d2533; background: transparent; }
.search-form input, .search-form select, .search-form button { min-height: 44px; border-radius: 10px; border: 1px solid #d9d9d9; padding: 10px; }
.dest-card { position: relative; overflow: hidden; }
.dest-card img { transition: transform .5s; }
.dest-card:hover img { transform: scale(1.08); }
.dest-card__overlay { position: absolute; inset: auto 0 0; background: linear-gradient(180deg, transparent, rgba(10,22,40,.94)); color: #fff; padding: 16px; transform: translateY(16px); transition: .3s; }
.dest-card:hover .dest-card__overlay { transform: translateY(0); }
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stats__item { padding: 24px; text-align: center; }
.why-flynepal { background: linear-gradient(180deg, #f9fbff 0%, #f1f6ff 100%); }
.why-flynepal__stats { margin-top: 10px; }
.why-flynepal__item { background: #fff; border: 1px solid #dce7f6; border-radius: 14px; text-align: left; box-shadow: 0 10px 24px rgba(12, 39, 68, .07); }
.why-flynepal__number { margin: 0 0 8px; font-size: 1.75rem; font-weight: 800; color: #10335a; }
.why-flynepal__item h3 { margin: 0 0 8px; color: #123e6d; font-size: 1.1rem; }
.why-flynepal__item p { margin: 0; color: #4b5f79; }

.testimonials { position: relative; overflow: hidden; }
.testimonials__track { display: flex; transition: transform .35s ease; gap: 16px; }
.testimonial { min-width: calc((100% - 32px) / 3); padding: 0; }
.reviews-showcase { background: #07090d; }
.reviews-showcase .container { background: #f6f8fc; border-radius: 24px; padding: 28px; box-shadow: 0 20px 44px rgba(0,0,0,.35); }
.reviews-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 18px; }
.reviews-header h2 { margin: 4px 0 0; color: #111f33; font-size: clamp(1.4rem, 4vw, 2rem); }
.reviews-score { margin: 8px 0 0; font-size: 2rem; font-weight: 800; color: #101a29; }
.reviews-score span { color: #f7b500; font-size: 1.4rem; vertical-align: middle; }
.reviews-score small { color: #66758a; font-size: 1rem; font-weight: 500; }
.reviews-slider { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; }
.reviews-track-wrap { overflow: hidden; }
.review-card { border: 1px solid #e1e6ef; box-shadow: none; border-radius: 14px; }
.review-card .card__body { padding: 18px; }
.review-card h3 { margin: 0 0 10px; color: #121d2d; }
.review-card p { margin: 0 0 8px; color: #25364d; }
.review-stars { margin: 0 0 10px; color: #f7b500 !important; font-size: 1.1rem; letter-spacing: .03em; }
.review-card ul { margin: 0; padding-left: 18px; color: #25364d; }
.review-card li { margin-bottom: 8px; }
.reviews-nav { width: 36px; height: 36px; border-radius: 999px; border: 1px solid #d8e0ec; background: #fff; color: #13253f; font-size: 1.45rem; line-height: 1; cursor: pointer; }
.reviews-nav:hover { background: #f0f5ff; }
.reviews-dots { margin-top: 14px; display: flex; justify-content: center; gap: 7px; }
.reviews-dots span { width: 7px; height: 7px; border-radius: 999px; background: #c0cbdd; }
.reviews-dots span.is-active { background: #1f4d85; }
.site-footer {
  background: #121418;
  color: #d8d9dc;
  margin-top: 0;
}
.site-footer a {
  color: inherit;
}
.footer-clone {
  padding-top: clamp(34px, 5vw, 56px);
  padding-bottom: clamp(20px, 3vw, 30px);
}
.footer-clone__main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: clamp(20px, 2.8vw, 46px);
}
.footer-clone__col h3 {
  margin: 0 0 16px;
  color: #f0f0f1;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
}
.footer-clone__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.footer-clone__col li,
.footer-clone__col a {
  color: #c7c9ce;
  font-size: .98rem;
  line-height: 1.4;
}
.footer-clone__logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.footer-clone__logo .custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.footer-clone__logo .custom-logo {
  width: auto !important;
  height: auto !important;
  max-height: 56px;
  object-fit: contain;
  background: transparent !important;
}
.footer-clone__logo-text {
  color: #ececee;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.05rem;
  line-height: 1;
}
.footer-clone__brand p {
  margin: 16px 0 0;
  color: #a5a8b0;
  max-width: 300px;
  line-height: 1.6;
  font-size: .96rem;
}
.footer-clone__social {
  margin-top: 16px;
  display: flex;
  gap: 9px;
}
.footer-clone__social a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .13);
  color: #d7d8db;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}
.footer-clone__social a svg {
  width: 15px;
  height: 15px;
  display: block;
}
.footer-clone__contact li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
}
.footer-clone__contact li span {
  color: #7f8576;
}
.footer-clone__bottom {
  margin-top: clamp(30px, 4vw, 42px);
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.footer-clone__bottom p {
  margin: 0;
  color: #808692;
  font-size: .86rem;
}
.footer-clone__legal {
  display: flex;
  gap: 20px;
}
.footer-clone__legal a {
  color: #9ca0ab;
  font-size: .86rem;
}

.trip-facts { margin: 20px 0; background: #edf3fb; border: 1px solid #dce6f4; border-radius: 14px; }
.trip-facts__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.trip-facts__item { display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-right: 1px solid #dde7f5; border-bottom: 1px solid #dde7f5; }
.trip-facts__item:nth-child(3n) { border-right: 0; }
.trip-facts__item:nth-child(n+4) { border-bottom: 0; }
.trip-facts__icon { width: 34px; height: 34px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #b21633; color: #fff; font-size: 1rem; line-height: 1; flex-shrink: 0; }
.trip-facts__label { margin: 0; color: #24558a; font-size: 1.05rem; }
.trip-facts__value { margin: 4px 0 0; font-size: 1.85rem; color: #1b2430; font-weight: 600; }

.about-hero { padding-top: 120px; padding-bottom: 60px; background: radial-gradient(circle at top right, #d7ecff 0%, #f7fbff 45%, #f9f4ee 100%); }
.about-hero h1 { margin: 8px 0 14px; font-size: clamp(2rem, 6vw, 4rem); line-height: 1.08; color: #0f2038; max-width: 880px; }
.about-hero p { max-width: 760px; font-size: 1.08rem; color: #3a4a60; margin: 0; }
.about-hero__cta { margin-top: 22px; display: flex; gap: 12px; flex-wrap: wrap; }
.about-btn--light { background: #fff; border: 1px solid #d6e2f3; color: #0f2038; }

.about-stats { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.about-stats__item { background: #fff; border: 1px solid #e2ebf5; border-radius: 14px; padding: 18px; box-shadow: 0 8px 22px rgba(14, 37, 64, .06); }
.about-stats__item h3 { margin: 0 0 8px; color: #14365e; }
.about-stats__item p { margin: 0; color: #4a5f7c; }

.about-story { background: #fff; }
.about-story__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; }
.about-story h2 { margin: 10px 0 12px; font-size: clamp(1.6rem, 4vw, 2.5rem); color: #0f2038; }
.about-story p { color: #41556f; margin-top: 0; }
.about-story__card h3 { margin-top: 0; color: #14365e; }

.about-section-title { margin: 10px 0 18px; font-size: clamp(1.6rem, 4vw, 2.3rem); color: #0f2038; }
.about-service-card { border: 1px solid #e2ebf5; box-shadow: 0 10px 24px rgba(14, 37, 64, .07); }
.about-service-card h3 { margin: 0 0 10px; color: #14365e; }
.about-service-card p { margin: 0; color: #4a5f7c; }

.about-values { background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%); }
.about-values__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.about-value { background: #fff; border: 1px solid #dae8f9; border-radius: 14px; padding: 16px; }
.about-value h3 { margin: 0 0 8px; color: #163a63; }
.about-value p { margin: 0; color: #4a5f7c; }

.about-cta { background: linear-gradient(120deg, #0b2542, #143a66); color: #eef6ff; border: 0; }
.about-cta h2 { margin: 0 0 10px; color: #fff; font-size: clamp(1.5rem, 4vw, 2.2rem); }
.about-cta p { margin: 0; max-width: 700px; color: #ccdef5; }
.about-cta .about-btn--light { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.12); color: #fff; }

.about-modern {
  background: #efefed;
  padding-top: clamp(40px, 6vw, 84px);
  padding-bottom: clamp(44px, 7vw, 92px);
}
.about-modern__story {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
}
.about-modern__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .66rem;
  font-weight: 700;
  color: #7d8078;
}
.about-modern__copy h1 {
  margin: 8px 0 16px;
  color: #1e1f1d;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: .94;
  font-weight: 500;
}
.about-modern__copy h1 em {
  font-style: italic;
  font-weight: 400;
}
.about-modern__copy p {
  margin: 0 0 12px;
  color: #5d615c;
  line-height: 1.72;
  max-width: 590px;
}
.about-modern__media {
  position: relative;
}
.about-modern__media img {
  width: 100%;
  border-radius: 28px;
  display: block;
  height: 500px;
  object-fit: cover;
}
.about-modern__quote {
  position: absolute;
  left: -28px;
  right: 28px;
  bottom: -28px;
  background: #686c4e;
  color: #f1f1e8;
  border-radius: 20px;
  padding: 18px 22px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, .15);
}
.about-modern__quote p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.12;
  font-style: italic;
}
.about-modern__quote small {
  display: block;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .62rem;
  color: rgba(241, 241, 232, .85);
  font-weight: 700;
}
.about-modern__stats {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.about-modern__stats div {
  background: #f8f8f7;
  border: 1px solid #e2e2de;
  border-radius: 20px;
  min-height: 104px;
  display: grid;
  place-content: center;
  text-align: center;
}
.about-modern__stats strong {
  color: #20211f;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1;
}
.about-modern__stats span {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .6rem;
  color: #878b85;
  font-weight: 700;
}
.about-modern__values-head {
  margin-top: 72px;
  text-align: center;
}
.about-modern__values-head p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .64rem;
  color: #878b82;
  font-weight: 700;
}
.about-modern__values-head h2 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #1f201f;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}
.about-modern__values {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.about-modern__value {
  background: #f8f8f7;
  border: 1px solid #e4e4df;
  border-radius: 20px;
  padding: 24px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: start;
}
.about-modern__value-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eeeeea;
  color: #62655f;
}
.about-modern__value h3 {
  margin: 0 0 8px;
  color: #1f2120;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
}
.about-modern__value p {
  margin: 0;
  color: #686b66;
  line-height: 1.62;
}

.destinations-page {
  background: #f1f1ef;
  padding-top: clamp(40px, 6vw, 78px);
  padding-bottom: clamp(42px, 6vw, 84px);
}
.destinations-page__head {
  text-align: center;
  margin-bottom: 24px;
}
.destinations-page__head p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .66rem;
  color: #7f837d;
  font-weight: 700;
}
.destinations-page__head h1 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1;
  color: #1f211f;
  font-weight: 500;
}
.destinations-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.destinations-page__card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(255, 255, 255, .3);
}
.destinations-page__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}
.destinations-page__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 11, 13, .06) 34%, rgba(8, 9, 12, .88) 100%);
}
.destinations-page__meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  gap: 4px;
}
.destinations-page__meta strong {
  color: #f0ebe2;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
  font-weight: 500;
  line-height: 1;
}
.destinations-page__meta small {
  color: rgba(238, 233, 224, .76);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .62rem;
  font-weight: 700;
}
.destinations-page__card:hover img {
  transform: scale(1.06);
}

.package-archive {
  background: #f3f3f1;
  padding-top: clamp(40px, 6vw, 80px);
  padding-bottom: clamp(42px, 6vw, 84px);
}
.package-archive__head {
  text-align: center;
  margin-bottom: 16px;
}
.package-archive__head p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .66rem;
  color: #7c817a;
  font-weight: 700;
}
.package-archive__head h1 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: .98;
  color: #1f211f;
  font-weight: 500;
}
.package-archive__destinations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}
.package-archive__destinations a {
  border: 1px solid #dddeda;
  background: #f9f9f8;
  color: #4d514a;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .82rem;
  font-weight: 600;
}
.package-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.package-archive__card {
  display: block;
  background: #fff;
  border: 1px solid #e4e4e0;
  border-radius: 18px;
  overflow: hidden;
}
.package-archive__media {
  position: relative;
  display: block;
}
.package-archive__media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}
.package-archive__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 18, .04) 40%, rgba(8, 10, 14, .64) 100%);
}
.package-archive__destination {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #343a34;
  padding: 5px 10px;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.package-archive__body {
  padding: 14px;
}
.package-archive__body h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
  color: #1f221f;
}
.package-archive__meta {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.package-archive__meta span {
  color: #6a6f67;
  font-size: .85rem;
}
.package-archive__meta strong {
  color: #636946;
  font-size: 1rem;
}
.package-archive__link {
  display: inline-block;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .66rem;
  color: #5c6148;
  font-weight: 700;
}
.package-archive__card:hover .package-archive__link {
  text-decoration: underline;
}
.package-archive__pagination {
  margin-top: 24px;
}
.package-archive__pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.package-archive__pagination .page-numbers {
  min-width: 34px;
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid #dddeda;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #424742;
  font-weight: 600;
}
.package-archive__pagination .page-numbers.current {
  background: #646949;
  border-color: #646949;
  color: #f5f5f2;
}

.visa-archive {
  background: #f3f3f1;
  padding-top: clamp(40px, 6vw, 80px);
  padding-bottom: clamp(42px, 6vw, 84px);
}
.visa-archive__head {
  text-align: center;
  margin-bottom: 20px;
}
.visa-archive__head p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .66rem;
  color: #7c817a;
  font-weight: 700;
}
.visa-archive__head h1 {
  margin: 8px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: .98;
  color: #1f211f;
  font-weight: 500;
}
.visa-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.visa-archive__card {
  display: block;
  background: #fff;
  border: 1px solid #e4e4e0;
  border-radius: 18px;
  overflow: hidden;
}
.visa-archive__media {
  position: relative;
  display: block;
}
.visa-archive__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.visa-archive__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 18, .04) 40%, rgba(8, 10, 14, .64) 100%);
}
.visa-archive__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #343a34;
  padding: 5px 10px;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.visa-archive__body {
  padding: 14px;
}
.visa-archive__body h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1.06;
  color: #1f221f;
}
.visa-archive__body p {
  margin: 10px 0 0;
  color: #646a63;
  line-height: 1.6;
  font-size: .94rem;
}
.visa-archive__link {
  display: inline-block;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .66rem;
  color: #5c6148;
  font-weight: 700;
}
.visa-archive__card:hover .visa-archive__link {
  text-decoration: underline;
}
.visa-archive__pagination {
  margin-top: 24px;
}
.visa-archive__pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.visa-archive__pagination .page-numbers {
  min-width: 34px;
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid #dddeda;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #424742;
  font-weight: 600;
}
.visa-archive__pagination .page-numbers.current {
  background: #646949;
  border-color: #646949;
  color: #f5f5f2;
}

.visa-single {
  background: #f2f2f0;
  color: #1f211f;
}
.visa-single__hero {
  padding: 110px 0 38px;
}
.visa-single__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: 30px;
  align-items: stretch;
}
.visa-single__back {
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .7rem;
  font-weight: 700;
  color: #70736b;
}
.visa-single__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .68rem;
  color: #7d8178;
  font-weight: 700;
}
.visa-single__hero-copy h1 {
  margin: 8px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: .97;
  font-weight: 500;
}
.visa-single__intro {
  color: #5b5f59;
  line-height: 1.72;
  max-width: 600px;
}
.visa-single__hero-media {
  border-radius: 26px;
  overflow: hidden;
}
.visa-single__hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.visa-single__content {
  padding: 10px 0 44px;
}
.visa-single__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: start;
}
.visa-single__section {
  margin-top: 24px;
}
.visa-single__section h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  font-weight: 500;
}
.visa-single__requirements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.visa-single__requirement {
  border: 1px solid #e1e2de;
  background: #f8f8f7;
  border-radius: 14px;
  padding: 13px 16px;
  color: #343733;
  display: flex;
  gap: 10px;
  align-items: center;
}
.visa-single__requirement::before {
  content: "✓";
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid #a7ab9f;
  color: #5d6551;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  flex-shrink: 0;
}
.visa-single__steps {
  display: grid;
  gap: 12px;
}
.visa-single__steps div {
  border: 1px solid #e1e2de;
  background: #f8f8f7;
  border-radius: 14px;
  padding: 14px 16px;
}
.visa-single__steps strong {
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .66rem;
  color: #808479;
}
.visa-single__steps p {
  margin: 6px 0 0;
  color: #5f635c;
  line-height: 1.65;
}
.visa-single__related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.visa-single__related-card {
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  color: #efefea;
}
.visa-single__related-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
.visa-single__related-card span {
  display: block;
  padding: 10px;
  font-size: .9rem;
}
.visa-single__sidebar {
  position: sticky;
  top: 100px;
}
.visa-single__inquiry {
  border: 1px solid #e2e2de;
  background: #f9f9f8;
  border-radius: 24px;
  padding: 22px 18px;
}
.visa-single__inquiry h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
}
.visa-single__inquiry p {
  margin: 0 0 14px;
  color: #60645d;
  line-height: 1.66;
}
.visa-single__cta,
.visa-single__whatsapp {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 14px;
  padding: 12px 12px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .68rem;
  font-weight: 700;
}
.visa-single__cta {
  background: #656a49;
  color: #f4f4ef;
}
.visa-single__whatsapp {
  margin-top: 8px;
  border: 1px solid #d6e5d6;
  background: #fff;
  color: #238f4b;
}

.events-archive {
  background: #0f131a;
  padding-top: clamp(44px, 6vw, 84px);
  padding-bottom: clamp(44px, 6vw, 84px);
}
.events-archive__head {
  text-align: center;
  margin-bottom: 20px;
}
.events-archive__head p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .66rem;
  color: #8ba1c4;
  font-weight: 700;
}
.events-archive__head h1 {
  margin: 8px 0 0;
  color: #f2f5fb;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  font-weight: 500;
}
.events-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.events-archive__card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #171d27;
  border: 1px solid #283141;
}
.events-archive__media {
  position: relative;
  display: block;
}
.events-archive__media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.events-archive__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 14, .08) 35%, rgba(7, 10, 14, .72) 100%);
}
.events-archive__badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  background: rgba(20, 26, 36, .86);
  border: 1px solid rgba(154, 174, 204, .44);
  color: #d7e0ee;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: .62rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}
.events-archive__body {
  display: grid;
  gap: 8px;
  padding: 14px;
}
.events-archive__body strong {
  color: #f1f4fa;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.06;
}
.events-archive__body small {
  color: #aab6ca;
  line-height: 1.6;
}
.events-archive__pagination {
  margin-top: 24px;
}
.events-archive__pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.events-archive__pagination .page-numbers {
  min-width: 34px;
  min-height: 34px;
  border-radius: 10px;
  border: 1px solid #334058;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #171d27;
  color: #d5dfef;
  font-weight: 600;
}
.events-archive__pagination .page-numbers.current {
  background: #5f6b8b;
  border-color: #5f6b8b;
  color: #fff;
}

.event-single {
  background: #f3f3f1;
}
.event-single__hero {
  padding: 108px 0 36px;
}
.event-single__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 30px;
  align-items: stretch;
}
.event-single__back {
  display: inline-block;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .7rem;
  color: #6f746b;
  font-weight: 700;
}
.event-single__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .66rem;
  color: #7b8077;
  font-weight: 700;
}
.event-single__copy h1 {
  margin: 8px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: .96;
  font-weight: 500;
}
.event-single__intro p {
  margin: 0;
  color: #5c6259;
  line-height: 1.7;
}
.event-single__media {
  border-radius: 24px;
  overflow: hidden;
}
.event-single__media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}
.event-single__content {
  padding: 8px 0 48px;
}
.event-single__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}
.event-single__body .card__body {
  padding: 22px;
}
.event-single__body h2,
.event-single__body h3 {
  font-family: "Cormorant Garamond", serif;
  color: #1f241f;
  margin-top: 0;
}
.event-single__body p,
.event-single__body li {
  color: #52584f;
  line-height: 1.72;
}
.event-single__sidebar {
  position: sticky;
  top: 100px;
}
.event-single__cta {
  border: 1px solid #e2e2de;
  background: #f9f9f8;
  border-radius: 20px;
  padding: 20px 16px;
}
.event-single__cta h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
}
.event-single__cta p {
  margin: 0 0 14px;
  color: #60655d;
  line-height: 1.6;
}
.event-single__btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 11px 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .66rem;
  font-weight: 700;
}
.event-single__btn--primary {
  background: #656a49;
  color: #f5f5f0;
}
.event-single__btn--ghost {
  margin-top: 8px;
  background: #fff;
  border: 1px solid #d8e7d8;
  color: #1f8f48;
}

.flights-page {
  background: #f4f4f2;
}
.flights-page__head {
  text-align: center;
  margin-bottom: 20px;
}
.flights-page__head p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .68rem;
  color: #7a7f75;
  font-weight: 700;
}
.flights-page__head h1 {
  margin: 8px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: .98;
  font-weight: 500;
}
.flights-page__head span {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  color: #5f655b;
  line-height: 1.68;
}
.flights-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}
.flights-page__form-wrap {
  border: 1px solid #e1e2de;
  border-radius: 20px;
  background: #f9f9f8;
  padding: 20px;
}
.flights-page__notice {
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 12px;
  font-size: .92rem;
}
.flights-page__notice.is-success {
  background: #ebf8ef;
  color: #1a7d46;
  border: 1px solid #bde6c9;
}
.flights-page__notice.is-error {
  background: #fff2f2;
  color: #9b2b2b;
  border: 1px solid #f0c4c4;
}
.flights-page__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.flights-page__field {
  display: grid;
  gap: 6px;
}
.flights-page__field--full {
  grid-column: 1 / -1;
}
.flights-page__field label {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6f746c;
  font-weight: 700;
}
.flights-page__field input,
.flights-page__field select,
.flights-page__field textarea {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #d9dbd4;
  background: #fff;
  color: #252822;
  padding: 10px 12px;
  font: inherit;
}
.flights-page__field textarea {
  min-height: 120px;
  resize: vertical;
}
.flights-page__submit {
  grid-column: 1 / -1;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  background: #656a49;
  color: #f4f4ef;
  cursor: pointer;
}
.flights-page__info {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 96px;
}
.flights-page__card {
  border: 1px solid #e2e2de;
  background: #f9f9f8;
  border-radius: 20px;
  padding: 18px 16px;
}
.flights-page__card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}
.flights-page__card p {
  margin: 0 0 12px;
  color: #5d625b;
  line-height: 1.64;
}
.flights-page__card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #464a43;
}
.flights-page__quick {
  margin-top: 14px;
  display: grid;
  gap: 8px;
}
.flights-page__quick a {
  display: block;
  border-radius: 12px;
  text-align: center;
  padding: 10px 12px;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
}
.flights-page__quick a:first-child {
  border: 1px solid #d6e5d6;
  color: #238f4b;
  background: #fff;
}
.flights-page__quick a:last-child {
  border: 1px solid #d8ddd1;
  color: #4d5348;
  background: #f4f6f1;
}

.home-minimal { background: linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%); }
.home-minimal--alt { background: #fff; }
.home-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; margin-bottom: 18px; }
.home-section-head h2 { margin: 6px 0 0; color: #112641; font-size: clamp(1.5rem, 4vw, 2.2rem); }
.home-section-link { color: #1a5ca4; font-weight: 600; font-size: .95rem; }
.home-section-link:hover { text-decoration: underline; }

.home-package-card, .home-visa-card { border: 1px solid #e4edf7; box-shadow: 0 8px 24px rgba(9, 34, 62, .07); transition: transform .24s ease, box-shadow .24s ease; }
.home-package-card:hover, .home-visa-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(9, 34, 62, .13); }
.home-package-card h3, .home-visa-card h3 { margin: 0 0 8px; color: #0f2038; }
.home-package-card h3 a, .home-visa-card h3 a { color: inherit; }
.home-package-card p, .home-visa-card p { color: #4e5f75; margin: 0 0 12px; }
.home-package-card .btn { min-width: 132px; }
