:root {
  --primary: #161b20;
  --primary-2: #1d2329;
  --secondary: #100d08;
  --accent: #c8a96a;
  --accent-2: #d8bc7a;
  --brand-pop: #d8bc7a;
  --ice: #f7f7f4;
  --ice-soft: #eef0f1;
  --radius-xs: 6px;
  --secondary-soft: rgba(16, 13, 8, 0.08);
  --shadow-brand: 0 18px 45px rgba(200, 169, 106, 0.22);
  --shadow-strong: 0 30px 70px rgba(0, 0, 0, 0.26);
  --accent-dark: #9f8042;
  --bg: #f7f7f4;
  --bg-2: #eef0f1;
  --surface: #ffffff;
  --surface-dark: #22282e;
  --surface-dark-2: #2a3037;
  --text: #15171a;
  --text-light: #ffffff;
  --muted: #6d7379;
  --muted-light: #b8c0c8;
  --border: #e8e2d4;
  --border-dark: rgba(255, 255, 255, 0.09);
  --success: #3ccb87;
  --font-heading: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;
  --container: 1140px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --radius-pill: 999px;
  --shadow-soft: 0 14px 35px rgba(0, 0, 0, 0.07);
  --shadow-medium: 0 22px 55px rgba(0, 0, 0, 0.14);
  --shadow-dark: 0 30px 70px rgba(0, 0, 0, 0.32);
  --transition: all 0.28s ease;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  font-size: 15px;
  line-height: 1.75;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}
p {
  margin-bottom: 0;
}
.site-container {
  max-width: var(--container);
}
.section-padding {
  padding: 88px 0;
}
.min-vh-75 {
  min-height: 690px;
}
.section-eyebrow {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.4vw, 2.95rem);
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: -0.045em;
}
.section-title--light {
  color: var(--text-light);
}
.section-lead {
  max-width: 610px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.section-lead--light {
  color: var(--muted-light);
}
.section-header {
  margin-bottom: 42px;
}
.section-header--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 13px 20px;
  border: 1px solid transparent;
  transition: var(--transition);
  box-shadow: none;
}
.btn-lg {
  padding: 15px 23px;
  font-size: 13px;
}
.btn i {
  font-size: 12px;
}
.btn-site-primary {
  background: var(--accent);
  color: #14110b;
  border-color: var(--accent);
}
.btn-site-primary:hover {
  background: var(--accent-2);
  border-color: var(--accent-2);
  color: #14110b;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(200, 169, 106, 0.24);
}
.btn-site-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--border);
}
.btn-site-outline:hover {
  background: var(--primary);
  color: var(--text-light);
  border-color: var(--primary);
  transform: translateY(-2px);
}
.btn-site-dark {
  background: var(--primary);
  color: var(--text-light);
  border-color: var(--primary);
}
.btn-site-dark:hover {
  background: var(--accent);
  color: #14110b;
  border-color: var(--accent);
  transform: translateY(-2px);
}
.btn-site-dark-outline {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-light);
  border-color: rgba(255, 255, 255, 0.18);
}
.btn-site-dark-outline:hover {
  background: var(--text-light);
  color: var(--primary);
  border-color: var(--text-light);
  transform: translateY(-2px);
}
.btn-site-light-outline {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-light);
  border-color: rgba(255, 255, 255, 0.32);
}
.btn-site-light-outline:hover {
  background: var(--text-light);
  color: var(--primary);
  border-color: var(--text-light);
  transform: translateY(-2px);
}
.card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 800;
}
.card-link:hover {
  color: var(--primary);
  gap: 11px;
} /* Top Bar */
.site-topbar {
  position: relative;
  z-index: 1050;
  background: var(--primary);
  color: var(--muted-light);
  font-size: 11px;
}
.topbar__inner {
  min-height: 34px;
}
.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.topbar__item i {
  color: var(--accent);
  font-size: 11px;
}
.topbar__social {
  width: 23px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-pill);
  color: var(--muted-light);
  font-size: 10px;
}
.topbar__social:hover {
  color: var(--accent);
  background: rgba(255, 255, 255, 0.07);
}
.topbar__cta {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 12px;
  border-radius: var(--radius-pill);
  background: var(--accent);
  color: #15110a;
  font-size: 10px;
  font-weight: 800;
}
.topbar__cta:hover {
  background: var(--accent-2);
  color: #15110a;
} /* Header / Navbar */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: var(--surface);
  transition: var(--transition);
}
.site-header.is-sticky {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}
.site-navbar {
  min-height: 72px;
  padding: 0;
  background: var(--surface);
  border-bottom: 1px solid rgba(232, 226, 212, 0.65);
}
.site-brand {
  gap: 10px;
  min-width: 240px;
}
.site-brand__icon,
.footer-brand__icon {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}
.site-brand__text,
.footer-brand__logo span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.site-brand__text strong,
.footer-brand__logo strong {
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.045em;
}
.site-brand__text small,
.footer-brand__logo small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-navbar__nav {
  gap: 2px;
}
.site-navbar__nav .nav-link {
  position: relative;
  padding: 27px 12px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.site-navbar__nav .nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 19px;
  height: 2px;
  border-radius: 8px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: var(--transition);
}
.site-navbar__nav .nav-link:hover,
.site-navbar__nav .nav-link.active {
  color: var(--accent-dark);
}
.site-navbar__nav .nav-link:hover::after,
.site-navbar__nav .nav-link.active::after {
  transform: scaleX(1);
}
.site-navbar__actions .btn {
  padding: 12px 16px;
}
.site-navbar__toggler {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 8px 10px;
}
.site-navbar__toggler:focus {
  box-shadow: 0 0 0 3px rgba(200, 169, 106, 0.25);
} /* Hero */
.site-hero {
  position: relative;
  overflow: hidden;
  color: var(--text-light);
  background:
    linear-gradient(
      90deg,
      rgba(18, 23, 28, 0.98) 0%,
      rgba(18, 23, 28, 0.9) 48%,
      rgba(18, 23, 28, 0.68) 100%
    ),
    url("../img/travel-family-waving.jpeg")
      center right / cover no-repeat;
}
.site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 28%,
      rgba(200, 169, 106, 0.12),
      transparent 26%
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(255, 255, 255, 0.08),
      transparent 24%
    );
  pointer-events: none;
}
.site-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 13%;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(200, 169, 106, 0.16);
  border-radius: 50%;
  opacity: 0.6;
}
.hero-section__overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
  pointer-events: none;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section__content {
  max-width: 680px;
  padding-top: 18px;
}
.hero-section__badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  padding: 8px 13px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: #e9edf0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.hero-section__badge i {
  color: var(--success);
}
.hero-section__eyebrow {
  color: var(--accent-2);
}
.hero-section__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 6.2vw, 5.55rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.075em;
  color: var(--text-light);
}
.hero-section__title span {
  color: var(--accent);
  font-style: italic;
  letter-spacing: -0.07em;
}
.hero-section__text {
  max-width: 590px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}
.hero-section__buttons {
  margin-top: 29px;
}
.hero-section__stats {
  max-width: 660px;
  margin-top: 62px;
}
.hero-stat {
  position: relative;
}
.hero-stat strong,
.hero-stat span {
  display: inline;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}
.hero-stat span {
  color: var(--accent);
}
.hero-stat small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}
.hero-section__visual {
  position: relative;
  min-height: 440px;
}
.hero-section__floating-card {
  position: absolute;
  right: 0;
  bottom: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 260px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(22, 27, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(16px);
}
.hero-section__floating-card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--accent);
  color: #17110a;
}
.hero-section__floating-card span {
  color: var(--text-light);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
} /* Marquee */
.service-marquee {
  overflow: hidden;
  background: var(--accent);
  color: #17110a;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.service-marquee__track {
  display: flex;
  width: max-content;
  min-height: 38px;
  align-items: center;
  gap: 28px;
  padding: 0 18px;
  animation: marqueeMove 28s linear infinite;
}
.service-marquee__track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-marquee__track i {
  font-size: 8px;
}
@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
} /* Services */
.services-section {
  background: var(--bg);
}
.service-card {
  height: 100%;
  position: relative;
  padding: 25px 23px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  background: var(--accent);
  border-radius: 0 0 8px 8px;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.11);
  border-color: rgba(200, 169, 106, 0.55);
}
.service-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 10px;
  background: rgba(200, 169, 106, 0.14);
  color: var(--accent-dark);
  transition: var(--transition);
}
.service-card:hover .service-card__icon {
  background: var(--accent);
  color: #15110a;
}
.service-card h3 {
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.service-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
} /* About */
.about-section {
  background: #ffffff;
}
.about-section__image-wrap {
  position: relative;
  padding: 0 0 32px 0;
}
.about-section__image {
  min-height: 455px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-medium);
}
.about-section__badge {
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 150px;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--primary);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}
.about-section__badge strong {
  font-family: var(--font-heading);
  font-size: 33px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
}
.about-section__badge span {
  margin-top: 6px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.about-section__content > p:not(.section-eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
}
.about-section__features {
  margin-top: 28px;
}
.mini-feature-card {
  height: 100%;
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--bg);
  border: 1px solid var(--border);
  transition: var(--transition);
}
.mini-feature-card:hover {
  background: var(--surface);
  transform: translateY(-3px);
  box-shadow: var(--shadow-soft);
}
.mini-feature-card i {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 9px;
  background: rgba(200, 169, 106, 0.16);
  color: var(--accent-dark);
  font-size: 14px;
}
.mini-feature-card h4 {
  margin-bottom: 4px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.035em;
}
.mini-feature-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.about-section__actions {
  margin-top: 30px;
} /* Assurance */
.assurance-section {
  background: var(--primary);
  color: var(--text-light);
  overflow: hidden;
}
.assurance-section__image-panel {
  position: relative;
  min-height: 430px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-dark);
}
.assurance-section__image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 27, 32, 0.05), rgba(22, 27, 32, 0.75)),
    radial-gradient(
      circle at 20% 20%,
      rgba(200, 169, 106, 0.17),
      transparent 35%
    );
}
.assurance-section__image-panel img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.assurance-section__grid {
  margin-top: 30px;
}
.dark-feature-card {
  height: 100%;
  padding: 22px;
  border-radius: var(--radius-md);
  background: var(--surface-dark);
  border: 1px solid var(--border-dark);
  transition: var(--transition);
}
.dark-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 169, 106, 0.55);
  background: var(--surface-dark-2);
}
.dark-feature-card__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  border-radius: 9px;
  background: rgba(200, 169, 106, 0.16);
  color: var(--accent);
}
.dark-feature-card h3 {
  margin-bottom: 8px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.035em;
}
.dark-feature-card p {
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.65;
}
.assurance-section__btn {
  margin-top: 28px;
} /* Packages */
.packages-section {
  background: var(--surface);
}
.package-filters {
  margin-top: -18px;
  margin-bottom: 30px;
}
.package-filter {
  min-height: 32px;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  background: var(--bg);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
  transition: var(--transition);
}
.package-filter:hover,
.package-filter.active {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--text-light);
}
.packages-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 190px;
  gap: 18px;
}
.package-card {
  position: relative;
  grid-column: span 3;
  min-height: 190px;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--bg);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}
.package-card--large {
  grid-column: span 6;
  grid-row: span 2;
}
.package-card--empty {
  background: var(--surface);
  border: 1px solid rgba(232, 226, 212, 0.55);
  box-shadow: none;
}
.package-card:not(.package-card--empty):hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
}
.package-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.package-card:not(.package-card--empty):hover img {
  transform: scale(1.06);
}
.package-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.76));
  opacity: 0.98;
  pointer-events: none;
}
.package-card--empty::after {
  display: none;
}
.package-card__content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 18px;
  color: var(--text-light);
}
.package-card--large .package-card__content {
  padding: 24px;
}
.package-card__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.94);
  color: var(--primary);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.package-card h3 {
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.045em;
}
.package-card--large h3 {
  font-size: 25px;
}
.package-card p {
  max-width: 470px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.55;
}
.package-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--accent-2);
  font-size: 11px;
  font-weight: 900;
}
.package-card a:hover {
  gap: 11px;
  color: var(--text-light);
}
.package-card.is-hidden {
  display: none;
} /* Price List */
.price-list-section {
  background: var(--bg);
}
.price-list-section .section-lead {
  max-width: 650px;
}
.price-card {
  height: 100%;
  padding: 22px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.045);
  transition: var(--transition);
}
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(200, 169, 106, 0.62);
}
.price-card h3 {
  min-height: 42px;
  margin-bottom: 8px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}
.price-card p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}
.price-card strong {
  display: block;
  color: var(--accent-dark);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.045em;
}
.price-card__old-price {
  display: block;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 12px;
  text-decoration: line-through;
} /* Process */
.process-section {
  background: var(--bg-2);
}
.process-section .section-lead {
  max-width: 610px;
}
.process-timeline {
  position: relative;
  margin-top: 8px;
}
.process-timeline::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 24px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(109, 115, 121, 0.25),
    transparent
  );
}
.process-step {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 12px;
}
.process-step__number {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--primary);
  border: 1px solid var(--border);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
}
.process-step h3 {
  margin-bottom: 8px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.035em;
}
.process-step p {
  max-width: 230px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
} /* Stats Band */
.stats-band {
  padding: 36px 0;
  background: var(--accent);
  color: #17110a;
}
.stats-band__item {
  position: relative;
}
.stats-band__item::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -12px;
  width: 1px;
  height: 44px;
  background: rgba(0, 0, 0, 0.11);
}
.stats-band .col-md:last-child .stats-band__item::after {
  display: none;
}
.stats-band__item strong,
.stats-band__item span {
  display: inline;
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.07em;
}
.stats-band__item span {
  color: #17110a;
}
.stats-band__item small {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  opacity: 0.75;
} /* Testimonials */
.testimonials-section {
  background: var(--primary);
  color: var(--text-light);
}
.testimonial-card {
  height: 100%;
  padding: 27px;
  border-radius: var(--radius-md);
  background: var(--surface-dark);
  border: 1px solid var(--border-dark);
  transition: var(--transition);
}
.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 169, 106, 0.45);
  background: var(--surface-dark-2);
}
.testimonial-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 11px;
}
.testimonial-card p {
  color: var(--muted-light);
  font-size: 13px;
  line-height: 1.75;
}
.testimonial-card__client {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.testimonial-card__client img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--accent);
}
.testimonial-card__client h4 {
  margin: 0;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.testimonial-card__client small {
  color: var(--muted-light);
  font-size: 11px;
} /* Insights */
.insights-section {
  background: var(--surface);
}
.insight-card {
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}
.insight-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
}
.insight-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.insight-card:hover img {
  transform: scale(1.05);
}
.insight-card__body {
  padding: 22px;
}
.insight-card__meta {
  display: block;
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.insight-card h3 {
  margin-bottom: 11px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.045em;
}
.insight-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}
.insight-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}
.insight-card a:hover {
  color: var(--primary);
  gap: 11px;
} /* CTA */
.cta-section {
  background: var(--bg);
  padding-top: 78px;
}
.cta-banner {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(90deg, rgba(17, 22, 27, 0.95), rgba(17, 22, 27, 0.63)),
    url("../img/travel-family-suitcases.jpeg")
      center / cover no-repeat;
  box-shadow: var(--shadow-medium);
}
.cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 78% 22%,
    rgba(200, 169, 106, 0.18),
    transparent 32%
  );
  pointer-events: none;
}
.cta-banner__content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  padding: 58px;
  color: var(--text-light);
}
.cta-banner h2 {
  margin: 0;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.06em;
}
.cta-banner p:not(.section-eyebrow) {
  max-width: 580px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}
.cta-banner__buttons {
  margin-top: 26px;
} /* Footer */
.site-footer {
  padding: 78px 0 0;
  background: var(--secondary);
  color: var(--muted-light);
}
.footer-brand__logo {
  gap: 10px;
  margin-bottom: 22px;
}
.footer-brand__logo strong {
  color: var(--text-light);
}
.footer-brand__logo small {
  color: var(--accent);
}
.footer-brand p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.75;
}
.footer-socials {
  margin-top: 24px;
}
.footer-socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted-light);
  font-size: 13px;
}
.footer-socials a:hover {
  background: var(--accent);
  color: #15110a;
  transform: translateY(-2px);
}
.footer-widget h3 {
  margin-bottom: 19px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.025em;
}
.footer-widget ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-widget a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 600;
}
.footer-widget a:hover {
  color: var(--accent);
  padding-left: 4px;
}
.footer-contact__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
}
.footer-contact__list i {
  width: 16px;
  color: var(--accent);
  padding-top: 5px;
}
.footer-newsletter {
  margin-top: 24px;
}
.footer-newsletter label {
  display: block;
  margin-bottom: 10px;
  color: var(--text-light);
  font-size: 12px;
  font-weight: 800;
}
.footer-newsletter__group {
  display: flex;
  gap: 8px;
  padding: 8px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
}
.footer-newsletter input {
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 1px solid transparent;
  outline: none;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-light);
  font-size: 12px;
}
.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.footer-newsletter input:focus {
  border-color: rgba(200, 169, 106, 0.6);
  box-shadow: 0 0 0 3px rgba(200, 169, 106, 0.13);
}
.footer-bottom {
  margin-top: 58px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}
.footer-bottom__links a {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.footer-credit {
  display: inline-block;
  margin-left: 10px;
}
.footer-credit a {
  color: var(--accent);
  font-weight: 700;
}
.footer-credit a:hover {
  color: var(--accent-2);
} /* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1060;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  font-size: 25px;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
}
.floating-whatsapp:hover {
  color: #ffffff;
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 44px rgba(37, 211, 102, 0.42);
} /* Responsive */
@media (max-width: 1199.98px) {
  .site-brand {
    min-width: auto;
  }
  .site-navbar__nav .nav-link {
    padding-left: 9px;
    padding-right: 9px;
  }
  .packages-grid {
    grid-auto-rows: 180px;
  }
  .package-card {
    grid-column: span 4;
  }
  .package-card--large {
    grid-column: span 8;
  }
}
@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 78px;
  }
  .section-padding {
    padding: 72px 0;
  }
  .topbar__inner {
    justify-content: center !important;
  }
  .topbar__left {
    gap: 15px !important;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .topbar__left::-webkit-scrollbar {
    display: none;
  }
  .site-navbar {
    min-height: 68px;
    padding: 12px 0;
  }
  .site-navbar__collapse {
    margin-top: 14px;
    padding: 18px;
    border-radius: var(--radius-md);
    background: var(--surface);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-soft);
  }
  .site-navbar__nav .nav-link {
    padding: 12px 0;
    font-size: 13px;
  }
  .site-navbar__nav .nav-link::after {
    left: 0;
    right: auto;
    bottom: 7px;
    width: 34px;
  }
  .site-navbar__actions {
    align-items: stretch !important;
    flex-direction: column;
    margin-top: 14px;
  }
  .site-navbar__actions .btn {
    width: 100%;
  }
  .min-vh-75 {
    min-height: 620px;
  }
  .site-hero {
    background-position: center;
  }
  .hero-section__content {
    max-width: 760px;
    padding: 92px 0 78px;
  }
  .section-header--split {
    align-items: flex-start;
    flex-direction: column;
  }
  .about-section__image {
    min-height: 390px;
  }
  .assurance-section__image-panel,
  .assurance-section__image-panel img {
    min-height: 360px;
  }
  .packages-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 210px;
  }
  .package-card,
  .package-card--large {
    grid-column: span 3;
    grid-row: span 1;
  }
  .package-card--empty {
    display: none;
  }
  .process-timeline::before {
    display: none;
  }
  .stats-band__item::after {
    display: none;
  }
  .cta-banner__content {
    padding: 46px;
  }
  .footer-newsletter__group {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
  .section-padding {
    padding: 62px 0;
  }
  .section-title {
    font-size: clamp(1.85rem, 8vw, 2.45rem);
  }
  .section-lead {
    font-size: 14px;
  }
  .topbar__item {
    font-size: 10px;
  }
  .site-brand__icon,
.footer-brand__icon {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .site-container {
    padding-left: 19px;
    padding-right: 19px;
  }
  .hero-section__badge {
    font-size: 10px;
    padding: 7px 11px;
  }
  .hero-section__buttons .btn {
    width: 100%;
  }
  .hero-section__stats {
    row-gap: 26px !important;
  }
  .service-card,
  .testimonial-card,
  .price-card {
    padding: 22px;
  }
  .mini-feature-card {
    padding: 16px;
  }
  .package-filters {
    gap: 8px !important;
  }
  .package-filter {
    min-height: 31px;
    padding: 0 13px;
    font-size: 10px;
  }
  .footer-bottom__links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
}
/* --- EAZZI MIGRATED CSS --- */


  .hero-section {
    min-height: 720px;
    background: var(--accent);
    color: var(--surface);
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(22, 27, 32, 0.96) 0%, rgba(22, 27, 32, 0.76) 42%, rgba(22, 27, 32, 0.26) 100%),
      url("../img/travel-beach-laptop.jpeg") center/cover no-repeat;
    transform: scale(1.02);
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 72% 36%, rgba(200, 169, 106, 0.24), transparent 30%),
      radial-gradient(circle at 18% 82%, rgba(216, 188, 122, 0.13), transparent 26%),
      linear-gradient(180deg, rgba(22, 27, 32, 0.12), rgba(22, 27, 32, 0.95));
  }

  .hero-row {
    padding-top: 74px;
  }

  .hero-content {
    max-width: 510px;
    padding-top: 28px;
  }

  .hero-eyebrow {
    color: var(--brand-pop);
  }

  .hero-title {
    margin-bottom: 22px;
    font-family: var(--font-heading);
    font-size: clamp(40px, 6vw, 58px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.06em;
    color: var(--surface);
  }

  .hero-text {
    max-width: 470px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.85;
  }

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

  .hero-showcase {
    min-height: 510px;
    margin-left: 20px;
  }

  .hero-browser {
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.08);
    background: var(--surface);
    box-shadow: var(--shadow-strong);
  }

  .hero-browser-main {
    position: absolute;
    right: 0;
    top: 90px;
    width: 78%;
    height: 340px;
    border-radius: 8px;
    transform: perspective(1100px) rotateY(-10deg) rotateX(2deg);
  }

  .hero-browser-main img,
  .hero-browser-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-browser-small {
    position: absolute;
    width: 260px;
    height: 160px;
    border-width: 6px;
    border-radius: 6px;
  }

  .hero-browser-top {
    top: 50px;
    left: 30px;
    z-index: 3;
    transform: rotate(-5deg);
  }

  .hero-browser-bottom {
    right: 42px;
    bottom: 24px;
    z-index: 4;
    transform: rotate(5deg);
  }

  .hero-device-card {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-sm);
    background: rgba(22, 27, 32, 0.78);
    color: var(--surface);
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
  }

  .hero-device-card i {
    color: var(--accent);
  }

  .hero-device-card-one {
    left: 12%;
    bottom: 105px;
  }

  .hero-device-card-two {
    right: 7%;
    top: 52px;
  }

  


  .cta-band-wrapper {
    margin-top: -1px;
    padding: 0 0 66px;
    background: var(--accent);
  }

  .cta-band {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    padding: 30px 34px;
    border-radius: var(--radius-sm);
    background: linear-gradient(135deg, var(--accent-2), var(--accent));
    color: var(--surface);
    box-shadow: var(--shadow-brand);
    overflow: hidden;
  }

  .cta-band::before,
  .cta-band::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    transform: rotate(45deg);
  }

  .cta-band::before {
    top: 15px;
    left: 42px;
  }

  .cta-band::after {
    right: 42px;
    bottom: 14px;
  }

  .cta-small {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 600;
  }

  .cta-band h2 {
    margin-bottom: 16px;
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 31px);
    font-weight: 800;
    letter-spacing: -0.04em;
  }

  .cta-band p {
    position: relative;
    z-index: 2;
  }

  .cta-actions {
    position: relative;
    z-index: 2;
  }

  /* Clients */

  .clients-section {
    background: var(--ice);
  }

  .client-logo-grid {
    max-width: 980px;
    margin: 0 auto;
  }

  .client-logo-card {
    min-height: 72px;
    padding: 12px;
    border: 1px solid rgba(230, 223, 242, 0.55);
    border-radius: var(--radius-xs);
    background: var(--surface);
    color: var(--secondary-soft);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: var(--transition);
  }

  .client-logo-card:hover {
    transform: translateY(-4px);
    color: var(--accent);
    box-shadow: var(--shadow-soft);
  }

  .clients-action {
    margin-top: 34px;
  }

  /* Industries */

  .industries-section {
    position: relative;
    background:
      radial-gradient(circle at 4% 20%, rgba(200, 169, 106, 0.16), transparent 22%),
      linear-gradient(180deg, #180638, #160533);
    color: var(--surface);
    overflow: hidden;
  }

  .industries-section::before {
    content: "";
    position: absolute;
    left: -90px;
    top: 90px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(200, 169, 106, 0.22);
    transform: rotate(28deg);
  }

  .industries-section .container {
    position: relative;
    z-index: 2;
  }

  .industries-layout {
    margin-top: 8px;
  }

  .industry-feature-card {
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .industry-feature-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }

  .industry-feature-body {
    padding: 24px;
  }

  .industry-category {
    margin-bottom: 9px;
    color: var(--accent-2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .industry-feature-body h3 {
    margin-bottom: 12px;
    font-family: var(--font-heading);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.25;
  }

  .industry-feature-body p:last-child {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.7;
  }

  .industry-panel {
    height: 100%;
    padding: 12px 0 0;
  }

  .industry-tab {
    width: 100%;
    min-height: 96px;
    padding: 18px 12px;
    border: 1px solid rgba(200, 169, 106, 0.26);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(255, 255, 255, 0.68);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    transition: var(--transition);
  }

  .industry-tab i {
    font-size: 23px;
    color: var(--accent-2);
  }

  .industry-tab:hover,
  .industry-tab.active {
    border-color: var(--accent-2);
    background: rgba(200, 169, 106, 0.12);
    color: var(--surface);
    transform: translateY(-4px);
  }

  .related-projects {
    margin-top: 26px;
  }

  .related-project-card {
    min-height: 150px;
    padding: 24px;
    border: 1px solid rgba(200, 169, 106, 0.34);
    background: rgba(22, 27, 32, 0.32);
    transition: var(--transition);
  }

  .related-project-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
    background: rgba(22, 27, 32, 0.58);
  }

  .related-project-card p {
    margin-bottom: 9px;
    color: var(--accent-2);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .related-project-card h3 {
    margin-bottom: 8px;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
  }

  .related-project-card span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
  }

  .industry-nav {
    margin-top: 26px;
  }

  .industry-nav button,
  .testimonial-arrows button {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(200, 169, 106, 0.35);
    border-radius: 50%;
    background: transparent;
    color: var(--accent-2);
    font-size: 12px;
    transition: var(--transition);
  }

  .industry-nav button:hover,
  .testimonial-arrows button:hover {
    background: var(--accent);
    color: var(--surface);
  }

  .industries-action {
    margin-top: 38px;
  }

  /* Testimonials */

  .testimonials-section {
    background: #fbf8ff;
  }

  .testimonial-intro h2 {
    margin-bottom: 20px;
    font-family: var(--font-heading);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.04em;
  }

  .testimonial-arrows {
    margin-bottom: 22px;
  }

  .testimonial-card {
    padding: 42px 46px;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
  }

  .testimonial-label {
    margin-bottom: 16px;
    color: var(--brand-pop);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .testimonial-card blockquote {
    margin: 0 0 24px;
    color: #655777;
    font-size: 15px;
    line-height: 1.9;
  }

  .testimonial-author strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 800;
    color: var(--text);
  }

  .testimonial-author span {
    display: block;
    color: var(--muted);
    font-size: 12px;
  }

  /* Blog */

  .blog-section {
    background: var(--surface);
  }

  .blog-grid {
    margin-top: 4px;
  }

  .blog-card {
    height: 100%;
    background: var(--surface);
    transition: var(--transition);
  }

  .blog-card:hover {
    transform: translateY(-7px);
  }

  .blog-image {
    position: relative;
    display: block;
    height: 190px;
    overflow: hidden;
    background: var(--ice);
  }

  .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
  }

  .blog-card:hover .blog-image img {
    transform: scale(1.06);
  }

  .blog-body {
    padding: 18px 0 0;
  }

  .blog-category {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 9px;
    border-radius: 2px;
    background: var(--brand-pop);
    color: var(--surface);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .blog-body h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.38;
    letter-spacing: -0.03em;
  }

  .blog-body h3 a:hover {
    color: var(--accent);
  }

  .blog-action {
    margin-top: 34px;
  }

  /* Agency feature */

  .agency-feature-section {
    position: relative;
    min-height: 590px;
    padding: 86px 0;
    color: var(--surface);
    overflow: hidden;
  }

  .agency-feature-bg {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(22, 27, 32, 0.28), rgba(22, 27, 32, 0.16)),
      url("../img/travel-beach-blog.jpeg") center/cover no-repeat;
  }

  .agency-feature-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(22, 27, 32, 0.36), rgba(200, 169, 106, 0.08));
  }

  .agency-feature-section .container {
    position: relative;
    z-index: 2;
  }

  .agency-feature-card {
    max-width: 590px;
    padding: 44px 46px;
    background: rgba(143, 44, 255, 0.9);
    box-shadow: var(--shadow-medium);
  }

  .agency-feature-card .section-eyebrow {
    color: var(--accent);
  }

  .agency-feature-card h2 {
    margin-bottom: 18px;
    font-family: var(--font-heading);
    font-size: clamp(29px, 4vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.05em;
  }

  .agency-feature-card p:not(.section-eyebrow) {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.84;
  }

  .agency-feature-actions {
    margin-top: 24px;
  }

  .agency-wall-mark {
    color: rgba(255, 255, 255, 0.9);
  }

  .agency-wall-mark span {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(86px, 12vw, 150px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: -0.12em;
    text-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  }

  .agency-wall-mark p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  /* Hiring tips */

  .hiring-tips-section {
    position: relative;
    background: var(--ice-soft);
  }

  .hiring-tips-section .container {
    position: relative;
    z-index: 2;
  }

  /* Recognition */

  .recognition-section {
    padding: 72px 0 34px;
    background: var(--surface);
  }

  .recognition-title {
    margin: 0 auto 34px;
    max-width: 640px;
    font-family: var(--font-heading);
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.04em;
  }

  .launch-process {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 18px 0 0;
  }

  .process-arrow-svg {
    position: absolute;
    left: 50%;
    top: 26px;
    z-index: 1;
    width: min(86%, 820px);
    height: 118px;
    transform: translateX(-50%);
    pointer-events: none;
    overflow: visible;
  }

  .process-arrow-base,
  .process-arrow-flow {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .process-arrow-base {
    stroke: rgba(230, 223, 242, 0.95);
    stroke-width: 5;
  }

  .process-arrow-flow {
    stroke: var(--accent-2);
    stroke-width: 5;
    stroke-dasharray: 46 620;
    filter: drop-shadow(0 0 8px rgba(143, 44, 255, 0.45));
    animation: processSquiggle 3.8s ease-in-out infinite;
  }

  .process-node {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 12px;
  }

  .process-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto -26px;
    border: 8px solid var(--surface);
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-2), var(--accent));
    color: var(--surface);
    box-shadow: 0 15px 32px rgba(200, 169, 106, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }

  .process-card {
    width: 178px;
    height: 178px;
    margin: 0 auto;
    padding: 42px 20px 22px;
    border: 1px solid rgba(230, 223, 242, 0.9);
    border-radius: 50%;
    background: var(--surface);
    box-shadow: 0 14px 35px rgba(22, 5, 51, 0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .process-card strong {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--accent);
  }

  .process-card span {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
  }

  @keyframes processSquiggle {
    0% {
      stroke-dashoffset: 620;
      opacity: 0;
    }

    12% {
      opacity: 1;
    }

    78% {
      opacity: 1;
    }

    100% {
      stroke-dashoffset: 0;
      opacity: 0;
    }
  }
.site-btn {
    border: 0;
    border-radius: var(--radius-pill);
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    transition: var(--transition);
  }

  .site-btn:hover {
    transform: translateY(-3px);
  }

  .site-btn-primary {
    background: var(--accent);
    color: #14110b;
    box-shadow: 0 12px 28px rgba(216, 188, 122, 0.30);
  }

  .site-btn-primary:hover {
    background: #d6b8ff;
    color: var(--accent);
    box-shadow: 0 18px 40px rgba(216, 188, 122, 0.38);
  }

  .site-btn-accent {
    background: var(--accent);
    color: #14110b;
  }

  .site-btn-accent:hover {
    background: #d6b8ff;
    color: var(--accent);
  }

  .site-btn-ghost {
    background: transparent;
    color: var(--surface);
    padding-left: 0;
    padding-right: 0;
  }

  .site-btn-ghost:hover {
    color: var(--accent-2);
    transform: translateX(4px);
  }

  .site-btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: transparent;
    color: var(--surface);
  }

  .site-btn-outline-light:hover {
    border-color: var(--surface);
    background: var(--surface);
    color: var(--accent);
  }

  .site-btn-ghost-light {
    background: transparent;
    color: var(--surface);
    padding-left: 0;
    padding-right: 0;
  }

  .site-btn-ghost-light:hover {
    color: var(--accent);
    transform: translateX(4px);
  }

  .text-link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .text-link:hover {
    color: var(--accent);
    transform: translateX(4px);
  }

  /* Header */

  
/* ======================================================
   INNER PAGES + ADMIN STYLING PATCH
   This block restores styles for pages that use page-specific
   classes such as about-hero, services-hero, packages-hero,
   blog-hero, contact-hero, consultation panels, tour cards,
   pricing cards and the admin dashboard.
====================================================== */

.topbar {
  background: var(--primary);
  color: var(--muted-light);
  font-size: 11px;
}

.topbar__right { flex-shrink: 0; }
.counter { display: inline; }
.z-3 { z-index: 3; }
.pt-0 { padding-top: 0 !important; }

:is(
  .about-hero,
  .services-hero,
  .packages-hero,
  .process-hero,
  .tours-hero,
  .contact-hero,
  .consult-hero,
  .blog-hero
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 610px;
  display: grid;
  align-items: center;
  padding: 102px 0 92px;
  color: var(--text-light);
  background:
    linear-gradient(110deg, rgba(22, 27, 32, 0.96) 0%, rgba(22, 27, 32, 0.84) 48%, rgba(22, 27, 32, 0.54) 100%),
    url("../img/travel-hero-solo.jpeg") center / cover no-repeat;
}

.about-hero {
  background:
    linear-gradient(110deg, rgba(22, 27, 32, 0.96) 0%, rgba(22, 27, 32, 0.82) 52%, rgba(22, 27, 32, 0.50) 100%),
    url("../img/travel-family-waving.jpeg") center / cover no-repeat;
}
.contact-hero {
  background:
    linear-gradient(110deg, rgba(22, 27, 32, 0.96) 0%, rgba(22, 27, 32, 0.82) 52%, rgba(22, 27, 32, 0.50) 100%),
    url("../img/travel-family-suitcases.jpeg") center / cover no-repeat;
}
.blog-hero {
  background:
    linear-gradient(110deg, rgba(22, 27, 32, 0.96) 0%, rgba(22, 27, 32, 0.82) 52%, rgba(22, 27, 32, 0.50) 100%),
    url("../img/travel-beach-laptop.jpeg") center / cover no-repeat;
}
.tours-hero {
  background:
    linear-gradient(110deg, rgba(22, 27, 32, 0.96) 0%, rgba(22, 27, 32, 0.82) 52%, rgba(22, 27, 32, 0.50) 100%),
    url("../img/travel-beach-blog.jpeg") center / cover no-repeat;
}

:is(
  .about-hero,
  .services-hero,
  .packages-hero,
  .process-hero,
  .tours-hero,
  .contact-hero,
  .consult-hero,
  .blog-hero
)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 16% 18%, rgba(200, 169, 106, 0.20), transparent 28%),
    radial-gradient(circle at 82% 62%, rgba(255, 255, 255, 0.08), transparent 25%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 52px 52px, 52px 52px;
  pointer-events: none;
}

:is(
  .about-hero__inner,
  .services-hero__inner,
  .packages-hero__inner,
  .process-hero__inner,
  .tours-hero__inner,
  .contact-hero__inner,
  .consult-hero__inner
) {
  max-width: 850px;
}

:is(
  .about-hero__content,
  .services-hero__content,
  .packages-hero__content,
  .process-hero__content,
  .tours-hero__content,
  .contact-hero__content,
  .consult-hero__content,
  .blog-hero__content
) {
  max-width: 760px;
}

:is(
  .about-hero__badge,
  .services-hero__badge,
  .packages-hero__badge,
  .process-hero__badge,
  .tours-hero__badge,
  .contact-hero__badge,
  .consult-hero__badge,
  .blog-hero__badge,
  .featured-service__label,
  .pricing-card__tag,
  .featured-card__label,
  .type-card__tag
) {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 13px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text-light);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.03em;
  backdrop-filter: blur(12px);
}

:is(
  .about-hero__badge,
  .services-hero__badge,
  .packages-hero__badge,
  .process-hero__badge,
  .tours-hero__badge,
  .contact-hero__badge,
  .consult-hero__badge,
  .blog-hero__badge
) i { color: var(--accent); }

:is(
  .about-hero,
  .services-hero,
  .packages-hero,
  .process-hero,
  .tours-hero,
  .contact-hero,
  .consult-hero,
  .blog-hero
) .section-eyebrow { color: var(--accent-2); }

:is(
  .about-hero,
  .services-hero,
  .packages-hero,
  .process-hero,
  .tours-hero,
  .contact-hero,
  .consult-hero,
  .blog-hero
) h1 {
  margin: 0;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: clamp(2.65rem, 5.8vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: -0.075em;
  font-weight: 850;
}

:is(
  .about-hero,
  .services-hero,
  .packages-hero,
  .process-hero,
  .tours-hero,
  .contact-hero,
  .consult-hero,
  .blog-hero
) h1 span,
:is(
  .about-hero,
  .services-hero,
  .packages-hero,
  .process-hero,
  .tours-hero,
  .contact-hero,
  .consult-hero,
  .blog-hero
) h1 em {
  color: var(--accent);
  font-style: normal;
}

:is(
  .about-hero,
  .services-hero,
  .packages-hero,
  .process-hero,
  .tours-hero,
  .contact-hero,
  .consult-hero,
  .blog-hero
) h1 + p,
.consult-hero__text,
.blog-hero__lead {
  max-width: 650px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.82;
}

:is(
  .about-hero__actions,
  .services-hero__actions,
  .packages-hero__actions,
  .process-hero__actions,
  .tours-hero__actions,
  .contact-hero__actions,
  .consult-hero__actions
) { margin-top: 30px; }

.hero-proof,
.process-proof,
.hero-stats__panel,
.consult-hero__stats,
.contact-hero__mini-grid {
  max-width: 760px;
  margin-top: 54px;
}

.hero-proof .proof-item,
.process-proof .proof-item,
.contact-mini-proof,
.hero-stat {
  height: 100%;
  padding: 18px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.proof-item strong,
.hero-stat strong,
.hero-stat span,
.contact-mini-proof strong {
  display: inline-block;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 26px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.proof-item span,
.hero-stat span { color: var(--accent); }
.proof-item small,
.hero-stat small,
.contact-mini-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.10em;
  line-height: 1.35;
  text-transform: uppercase;
}

/* About page */
.intro-section,
.values-section,
.trust-section,
.services-overview,
.pricing-overview,
.article-grid-section,
.contact-options-section,
.booking-section,
.tour-list,
.overview-section { background: var(--bg); }
.mission-section,
.approach-section,
.why-section,
.featured-services,
.featured-section,
.pricing-breakdown,
.workflow-section,
.contact-main-section,
.benefits-section,
.consultation-types,
.booking-steps { background: var(--surface); }

.intro-image-wrap,
.featured-package__image,
.featured-card__image,
.article-card__image,
.tour-card__image,
.featured-service__image,
.featured-service__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-medium);
}
.intro-image-wrap img,
.featured-package__image img,
.featured-card__image img,
.article-card__image img,
.tour-card__image img,
.featured-service__image img,
.featured-service__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: var(--transition);
}
.intro-image-wrap:hover img,
.featured-package__image:hover img,
.article-card:hover img,
.tour-card:hover img,
.featured-service:hover img { transform: scale(1.045); }

.intro-badge,
.signature-panel,
.approach-panel,
.why-panel,
.document-panel,
.booking-panel,
.contact-form-panel,
.contact-side-panel,
.newsletter-panel,
.featured-package__panel,
.pricing-note-panel,
.map-panel,
.booking-info {
  position: relative;
  padding: 30px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}
.intro-badge {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(22, 27, 32, 0.86);
  color: var(--text-light);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}
.intro-badge i { color: var(--accent); font-size: 22px; }
.intro-content p:not(.section-eyebrow) { margin-top: 17px; color: var(--muted); }

.mission-card,
.value-card,
.trust-card,
.support-card,
.overview-card,
.why-card,
.step-card,
.benefit-card,
.type-card,
.resource-card,
.response-card,
.contact-option-card,
.office-card,
.breakdown-card,
.info-card,
.promise-card,
.contact-method,
.process-card,
.process-step,
.article-card,
.tour-card,
.pricing-card,
.package-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 25px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

:is(.mission-card,.value-card,.trust-card,.support-card,.overview-card,.why-card,.step-card,.benefit-card,.type-card,.resource-card,.response-card,.contact-option-card,.office-card,.breakdown-card,.info-card,.promise-card,.contact-method,.process-card,.process-step,.article-card,.tour-card,.pricing-card,.package-card):hover {
  transform: translateY(-5px);
  border-color: rgba(200, 169, 106, 0.55);
  box-shadow: 0 24px 55px rgba(0,0,0,0.11);
}

.mission-card::before,
.value-card::before,
.trust-card::before,
.support-card::before,
.overview-card::before,
.why-card::before,
.step-card::before,
.benefit-card::before,
.type-card::before,
.resource-card::before,
.response-card::before,
.contact-option-card::before,
.office-card::before,
.breakdown-card::before,
.info-card::before,
.promise-card::before,
.contact-method::before,
.process-card::before,
.process-step::before,
.pricing-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: var(--accent);
}

:is(.mission-card__icon,.support-card__icon,.why-card__icon,.benefit-card__icon,.resource-card__icon,.contact-option-card__icon,.breakdown-card__icon,.type-card__icon,.service-card__icon) {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 11px;
  background: rgba(200, 169, 106, 0.14);
  color: var(--accent-dark);
  font-size: 16px;
}

:is(.mission-card,.value-card,.trust-card,.support-card,.overview-card,.why-card,.step-card,.benefit-card,.type-card,.resource-card,.response-card,.contact-option-card,.office-card,.breakdown-card,.info-card,.promise-card,.contact-method,.process-card,.process-step,.article-card,.tour-card,.pricing-card,.package-card,.featured-service) h3,
.panel-title {
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
:is(.mission-card,.value-card,.trust-card,.support-card,.overview-card,.why-card,.step-card,.benefit-card,.type-card,.resource-card,.response-card,.contact-option-card,.office-card,.breakdown-card,.info-card,.promise-card,.contact-method,.process-card,.process-step,.article-card,.tour-card,.pricing-card,.package-card,.featured-service) p,
.panel-subtitle,
.overview-list,
.document-list,
.service-list,
.office-list {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.value-card { padding-top: 28px; }
.value-card span,
.step-card span,
.process-step__meta,
.process-step__tags span,
.tour-card__badge,
.tour-card__status,
.article-card__category,
.package-meta,
.package-highlight,
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  padding: 7px 11px;
  border-radius: var(--radius-pill);
  background: rgba(200, 169, 106, 0.14);
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.approach-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.approach-step:last-child { border-bottom: 0; padding-bottom: 0; }
.approach-step__number,
.process-card__number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--primary);
  color: var(--accent);
  font-family: var(--font-heading);
  font-weight: 850;
}

/* Service detail pages */
.featured-service {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  padding: 34px;
  margin-bottom: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.featured-service__label {
  background: rgba(200, 169, 106, 0.14);
  border-color: rgba(200, 169, 106, 0.28);
  color: var(--accent-dark);
}
.featured-service__content h2,
.featured-package__content h2,
.newsletter-panel h2,
.booking-panel h2,
.contact-form-panel h2,
.document-panel h2,
.why-panel h2 {
  margin: 0 0 14px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 850;
}
.featured-service__content > p { color: var(--muted); }
.service-list,
.package-list,
.pricing-features,
.overview-list,
.document-list,
.office-list,
.hero-appointment-card__list {
  display: grid;
  gap: 11px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.service-list li,
.package-list li,
.pricing-features li,
.overview-list li,
.document-list li,
.office-list li,
.hero-appointment-card__list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}
.service-list i,
.package-list i,
.pricing-features i,
.overview-list i,
.document-list i,
.office-list i,
.hero-appointment-card__list i { color: var(--accent-dark); margin-top: 5px; }
.featured-service__actions { margin-top: 24px; }
.why-panel { background: var(--primary); color: var(--text-light); border-color: var(--border-dark); box-shadow: var(--shadow-dark); }
.why-panel h2, .why-panel .section-title { color: var(--text-light); }
.why-panel p { color: var(--muted-light); }
.why-item { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--border-dark); }
.why-item:last-child { border-bottom: 0; }
.why-item i { color: var(--accent); margin-top: 5px; }

/* Packages and pricing */
.package-suite,
.package-support { background: var(--bg); }
.package-card { padding: 0; }
.package-card__image { position: relative; overflow: hidden; }
.package-card__image img { width: 100%; height: 230px; object-fit: cover; }
.package-card__body { padding: 24px; }
.package-card__footer { padding: 0 24px 24px; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.package-card--featured,
.pricing-card--highlight {
  border-color: rgba(200, 169, 106, 0.70);
  box-shadow: 0 26px 65px rgba(200, 169, 106, 0.19);
}
.package-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.package-highlight { background: var(--primary); color: var(--text-light); }
.featured-package {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: var(--text-light);
}
.featured-package__panel { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.12); color: var(--text-light); }
.featured-package__panel h2, .featured-package__content h2 { color: var(--text-light); }
.featured-package__panel p, .featured-package__content p { color: rgba(255,255,255,0.72); }

.pricing-card { padding: 30px; }
.pricing-card--highlight { transform: translateY(-10px); }
.pricing-card__tag { background: var(--accent); color: #14110b; border-color: var(--accent); }
.pricing-amount {
  margin: 18px 0;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 850;
  letter-spacing: -0.06em;
}
.price-table-wrap { overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow-soft); background: var(--surface); }
.price-table { width: 100%; margin: 0; border-collapse: collapse; }
.price-table th, .price-table td { padding: 17px 18px; border-bottom: 1px solid var(--border); vertical-align: top; }
.price-table th { background: var(--primary); color: var(--text-light); font-family: var(--font-heading); font-size: 13px; }
.price-table tr:last-child td { border-bottom: 0; }
.breakdown-card { display: flex; gap: 16px; align-items: flex-start; }

/* Process */
.overview-panel { padding: 32px; border-radius: var(--radius-lg); background: var(--primary); color: var(--text-light); box-shadow: var(--shadow-dark); }
.overview-panel .section-title, .overview-panel h2 { color: var(--text-light); }
.overview-panel p, .overview-panel li { color: var(--muted-light); }
.workflow-section .process-step {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  padding: 28px;
  margin-bottom: 20px;
  border-bottom: 0;
}
.process-step__body h3 { margin-bottom: 10px; }
.process-step__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.document-note { margin-top: 18px; padding: 16px; border-radius: var(--radius-md); background: rgba(200,169,106,0.14); color: var(--accent-dark); font-weight: 800; }

/* Tours */
.tour-filters,
.category-pills { margin-bottom: 28px; }
.tour-filter,
.category-pills a {
  min-height: 38px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--primary);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tour-filter.active,
.tour-filter:hover,
.category-pills a:hover { background: var(--primary); color: var(--text-light); border-color: var(--primary); }
.tour-card { padding: 0; }
.tour-card__body { padding: 24px; }
.tour-card__intro { color: var(--muted); }
.tour-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; color: var(--muted); font-size: 12px; }
.tour-price { color: var(--primary); font-family: var(--font-heading); font-weight: 850; }
.tour-card__footer { padding: 0 24px 24px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.tour-card__badge { position: absolute; left: 16px; top: 16px; background: rgba(22,27,32,0.78); color: var(--text-light); backdrop-filter: blur(10px); }
.tour-card__status { position: absolute; right: 16px; bottom: 16px; background: var(--accent); color: #14110b; }
.step-card span { margin-bottom: 16px; background: var(--primary); color: var(--accent); }

/* Blog */
.hero-search {
  margin-top: 28px;
  max-width: 560px;
  display: flex;
  gap: 10px;
  padding: 8px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.13);
  backdrop-filter: blur(12px);
}
.hero-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--text-light); padding: 0 14px; }
.hero-search input::placeholder { color: rgba(255,255,255,0.60); }
.hero-stats { margin-top: -54px; position: relative; z-index: 4; }
.hero-stats__panel { max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; padding: 20px; background: var(--primary); border-radius: var(--radius-lg); box-shadow: var(--shadow-dark); }
.featured-card { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-soft); }
.featured-card__body { padding: 34px; }
.featured-list { display: grid; gap: 14px; margin-top: 20px; }
.article-card { padding: 0; }
.article-card__body { padding: 24px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 14px 0; color: var(--muted); font-size: 12px; }
.article-card__link { display: inline-flex; gap: 8px; align-items: center; margin-top: 16px; color: var(--accent-dark); font-weight: 850; font-size: 12px; }
.category-strip { padding: 25px 0; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.newsletter-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; background: var(--primary); color: var(--text-light); border-color: var(--border-dark); box-shadow: var(--shadow-dark); }
.newsletter-panel h2 { color: var(--text-light); }
.newsletter-panel p { color: var(--muted-light); }
.newsletter-form { display: flex; gap: 10px; min-width: 420px; }
.newsletter-form input { flex: 1; min-height: 48px; border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.08); color: var(--text-light); padding: 0 15px; outline: 0; }

/* Contact and consultation */
.contact-form,
.consult-form { display: grid; gap: 16px; }
.contact-form .form-control,
.contact-form textarea,
.contact-form select,
.consult-form .form-control,
.consult-form textarea,
.consult-form select {
  min-height: 48px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  box-shadow: none;
}
.contact-form textarea,
.consult-form textarea { min-height: 140px; }
.contact-form__alert,
.form-note { padding: 14px 16px; border-radius: var(--radius-md); background: rgba(200,169,106,0.14); color: var(--accent-dark); font-weight: 750; }
.contact-form__note,
.contact-panel-lead { color: var(--muted); }
.contact-panel-title { margin-bottom: 10px; color: var(--primary); font-family: var(--font-heading); font-weight: 850; letter-spacing: -0.04em; }
.contact-option-card { display: flex; gap: 18px; align-items: flex-start; }
.office-card { margin-bottom: 18px; }
.response-card { text-align: center; }
.contact-faq-item { padding: 22px 0; border-bottom: 1px solid var(--border); }
.contact-faq-item h3 { margin-bottom: 8px; color: var(--primary); font-family: var(--font-heading); font-size: 17px; font-weight: 850; }
.map-panel iframe { width: 100%; min-height: 320px; border: 0; border-radius: var(--radius-md); }
.contact-methods { display: grid; gap: 14px; margin-top: 20px; }
.contact-method { display: flex; gap: 14px; align-items: flex-start; padding: 18px; }
.consult-strip { background: var(--accent); color: #14110b; }
.consult-strip__inner { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 18px; font-weight: 900; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-appointment-card { margin-top: 34px; max-width: 480px; padding: 24px; border-radius: var(--radius-lg); background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(14px); }
.consult-form__header { margin-bottom: 10px; }
.form-check { display: flex; gap: 9px; align-items: flex-start; }
.form-check-input { margin-top: 7px; }
.type-card__top { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }

/* Footer touch-up */
.footer-contact__list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.footer-contact__list li { display: flex; gap: 11px; color: var(--muted-light); }
.footer-contact__list i { color: var(--accent); margin-top: 5px; }

/* Previous admin dashboard CSS removed. The live admin UI now lives in /admin/assets/css/extreme-admin.css. */

@media (max-width: 991.98px) {
  :is(.about-hero,.services-hero,.packages-hero,.process-hero,.tours-hero,.contact-hero,.consult-hero,.blog-hero) { min-height: auto; padding: 84px 0; }
  .section-header--split { align-items: flex-start; flex-direction: column; }
  .featured-service,
  .featured-card,
  .hero-panel,
  .newsletter-panel { grid-template-columns: 1fr; }
  .pricing-card--highlight { transform: none; }
  .hero-stats__panel { grid-template-columns: repeat(2, 1fr); }
  .topbar-right { display: none; }
  .search-box { min-width: 220px; }
}

@media (max-width: 767.98px) {
  .section-padding { padding: 64px 0; }
  :is(.about-hero,.services-hero,.packages-hero,.process-hero,.tours-hero,.contact-hero,.consult-hero,.blog-hero) h1 { font-size: clamp(2.25rem, 13vw, 3.6rem); }
  .hero-proof, .process-proof, .contact-hero__mini-grid { margin-top: 34px; }
  .mission-card,
  .value-card,
  .trust-card,
  .support-card,
  .overview-card,
  .why-card,
  .step-card,
  .benefit-card,
  .type-card,
  .resource-card,
  .response-card,
  .contact-option-card,
  .office-card,
  .breakdown-card,
  .info-card,
  .promise-card,
  .contact-method,
  .process-card,
  .process-step,
  .article-card,
  .tour-card,
  .pricing-card,
  .package-card,
  .featured-service,
  .contact-form-panel,
  .booking-panel,
  .contact-side-panel { padding: 22px; }
  .article-card,
  .tour-card,
  .package-card { padding: 0; }
  .article-card__body,
  .tour-card__body,
  .package-card__body { padding: 22px; }
  .workflow-section .process-step { grid-template-columns: 1fr; }
  .hero-stats__panel,
  .stats-grid { grid-template-columns: 1fr; }
  .newsletter-form { min-width: 0; width: 100%; flex-direction: column; }
}

@media (max-width: 575.98px) {
  .hero-search { border-radius: var(--radius-md); flex-direction: column; padding: 12px; }
  .hero-search input { min-height: 42px; }
  .tour-card__footer,
  .package-card__footer { flex-direction: column; align-items: flex-start; }
  .contact-option-card,
  .breakdown-card { flex-direction: column; }
}

/* Small remaining utility selectors used by individual pages */
.footer-contact { min-width: 0; }
.hero-line { display: block; }
.pricing-hero-note { margin-top: 18px; color: rgba(255,255,255,0.70); font-weight: 750; }
.live-progress { display: grid; gap: 2px; }
.is-active { color: var(--accent-dark); }
.form-check-label { color: var(--muted); font-size: 13px; line-height: 1.6; }
.newsletter-section,
.resources-section,
.response-section,
.contact-faq-section,
.documents-section,
.support-section { background: var(--bg); }
.newsletter-panel__content { min-width: 0; }
.tours-grid,
.services-section__grid,
.price-list-section__grid { margin-top: 28px; }
.assurance-section__content { position: relative; z-index: 2; }

/* =========================================================
   PREMIUM ABOUT PAGE REDESIGN - about.php only
   ========================================================= */
.aboutx-page {
  background:
    radial-gradient(circle at top left, rgba(200, 169, 106, 0.16), transparent 30%),
    linear-gradient(180deg, #f8f6ef 0%, #ffffff 42%, #f7f7f4 100%);
  overflow: hidden;
}

.aboutx-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 120px 0 96px;
  color: var(--text-light);
  background:
    linear-gradient(120deg, rgba(18, 22, 27, 0.94), rgba(18, 22, 27, 0.78)),
    url("../img/travel-hero-solo.jpeg") center/cover no-repeat;
  isolation: isolate;
}

.aboutx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.75), transparent 78%);
}

.aboutx-hero__glow {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.2;
  z-index: -1;
  animation: aboutxFloatGlow 9s ease-in-out infinite alternate;
}

.aboutx-hero__glow--one {
  left: -90px;
  top: 90px;
  background: var(--accent);
}

.aboutx-hero__glow--two {
  right: -120px;
  bottom: 80px;
  background: #ffffff;
  animation-delay: 1.4s;
}

.aboutx-kicker {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 14px 9px 9px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  font-size: 12px;
  font-weight: 800;
}

.aboutx-kicker span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary);
}

.aboutx-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: -0.08em;
}

.aboutx-hero__lead {
  max-width: 620px;
  margin-top: 26px;
  color: rgba(255,255,255,0.76);
  font-size: 18px;
  line-height: 1.8;
}

.aboutx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.aboutx-proof-strip {
  max-width: 620px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 40px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 24px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(18px);
  box-shadow: 0 25px 70px rgba(0,0,0,0.24);
}

.aboutx-proof-strip div {
  padding: 22px 20px;
  background: rgba(255,255,255,0.055);
}

.aboutx-proof-strip strong {
  display: block;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 29px;
  font-weight: 850;
  line-height: 1;
}

.aboutx-proof-strip span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.aboutx-hero__visual {
  position: relative;
  min-height: 560px;
}

.aboutx-travel-card--main {
  position: absolute;
  inset: 0 30px 0 70px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 36px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 40px 90px rgba(0,0,0,0.36);
  transform: rotate(2deg);
}

.aboutx-travel-card--main::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 26px;
  pointer-events: none;
}

.aboutx-travel-card--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
}

.aboutx-status-card {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 22px;
  background: rgba(17, 20, 24, 0.78);
  backdrop-filter: blur(18px);
}

.aboutx-status-card span,
.aboutx-service-tile__icon,
.aboutx-mini-grid span,
.aboutx-action-card span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: rgba(200, 169, 106, 0.16);
  color: var(--accent);
  font-size: 20px;
}

.aboutx-status-card strong,
.aboutx-status-card small {
  display: block;
}

.aboutx-status-card strong {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 850;
}

.aboutx-status-card small {
  margin-top: 4px;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  line-height: 1.55;
}

.aboutx-floating-card {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  color: var(--primary);
  box-shadow: 0 24px 55px rgba(0,0,0,0.24);
  font-weight: 850;
  animation: aboutxFloatCard 4.8s ease-in-out infinite;
}

.aboutx-floating-card i {
  color: var(--accent-dark);
}

.aboutx-floating-card--top {
  top: 68px;
  left: 14px;
}

.aboutx-floating-card--bottom {
  right: 0;
  bottom: 92px;
  animation-delay: 1s;
}

.aboutx-story {
  position: relative;
  background: #ffffff;
}

.aboutx-story__image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(15, 19, 24, 0.16);
}

.aboutx-story__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.aboutx-story__badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.9);
  color: var(--primary);
  font-weight: 850;
  line-height: 1.45;
  backdrop-filter: blur(16px);
}

.aboutx-story__badge i {
  color: var(--accent-dark);
}

.aboutx-story__content .section-title {
  max-width: 760px;
}

.aboutx-signature-box {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(200,169,106,0.13), rgba(255,255,255,0.92));
  box-shadow: var(--shadow-soft);
}

.aboutx-signature-box i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--primary);
  color: var(--accent);
}

.aboutx-signature-box p {
  color: var(--text);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.7;
}

.aboutx-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.aboutx-mini-grid article,
.aboutx-service-tile,
.aboutx-action-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.aboutx-mini-grid article {
  padding: 24px;
}

.aboutx-mini-grid article:hover,
.aboutx-service-tile:hover,
.aboutx-action-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200,169,106,0.55);
  box-shadow: 0 28px 70px rgba(15, 19, 24, 0.15);
}

.aboutx-mini-grid h3,
.aboutx-service-tile h3,
.aboutx-step-list h3,
.aboutx-action-card strong {
  margin: 16px 0 8px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.aboutx-mini-grid p,
.aboutx-service-tile p,
.aboutx-step-list p,
.aboutx-action-card small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.aboutx-experience {
  background:
    radial-gradient(circle at right top, rgba(200,169,106,0.15), transparent 30%),
    #f8f6ef;
}

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

.aboutx-service-tile {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.aboutx-service-tile::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(200,169,106,0.12);
}

.aboutx-service-tile--featured {
  color: var(--text-light);
  background:
    linear-gradient(150deg, rgba(22, 27, 32, 0.96), rgba(22, 27, 32, 0.84)),
    url("../img/travel-family-waving.jpeg") center/cover no-repeat;
  border-color: rgba(255,255,255,0.12);
  box-shadow: var(--shadow-dark);
}

.aboutx-service-tile--featured h3,
.aboutx-service-tile--featured p {
  color: #ffffff;
}

.aboutx-service-tile--featured p {
  color: rgba(255,255,255,0.73);
}

.aboutx-service-tile h3 {
  margin-top: 22px;
}

.aboutx-service-tile a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 26px;
  color: var(--accent-dark);
  font-weight: 850;
  font-size: 13px;
}

.aboutx-service-tile--featured a {
  color: var(--accent);
}

.aboutx-process {
  background: #ffffff;
}

.aboutx-process__shell {
  position: relative;
  overflow: hidden;
  padding: 58px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(22,27,32,0.98), rgba(29,35,41,0.93)),
    url("../img/travel-family-suitcases.jpeg") center/cover no-repeat;
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.aboutx-process__shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at 85% 12%, rgba(200,169,106,0.28), transparent 34%);
  pointer-events: none;
}

.aboutx-process__shell > * {
  position: relative;
  z-index: 2;
}

.aboutx-step-list {
  display: grid;
  gap: 16px;
}

.aboutx-step-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  transition: var(--transition);
}

.aboutx-step-list article:hover {
  transform: translateX(8px);
  background: rgba(255,255,255,0.12);
}

.aboutx-step-list span {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--accent);
  color: var(--primary);
  font-family: var(--font-heading);
  font-weight: 900;
}

.aboutx-step-list h3 {
  margin: 0 0 6px;
  color: #ffffff;
}

.aboutx-step-list p {
  color: rgba(255,255,255,0.7);
}

.aboutx-cta {
  padding-top: 0;
  background: #ffffff;
}

.aboutx-cta__banner {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: center;
  padding: 48px;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(248,246,239,0.96), rgba(255,255,255,0.96)),
    url("../img/travel-beach-laptop.jpeg") center/cover no-repeat;
  border: 1px solid var(--border);
  box-shadow: 0 30px 80px rgba(15, 19, 24, 0.12);
}

.aboutx-cta__banner::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: rgba(200,169,106,0.18);
}

.aboutx-cta__content,
.aboutx-cta__cards {
  position: relative;
  z-index: 2;
}

.aboutx-cta__content h2 {
  max-width: 760px;
  margin: 0;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.aboutx-cta__content p {
  max-width: 680px;
  margin-top: 16px;
  color: var(--muted);
}

.aboutx-cta__cards {
  display: grid;
  gap: 16px;
}

.aboutx-action-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px;
  color: inherit;
}

.aboutx-action-card span {
  margin: 0;
}

.aboutx-action-card strong,
.aboutx-action-card small {
  display: block;
}

.aboutx-action-card strong {
  margin: 0 0 4px;
}

.aboutx-action-card--gold {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: rgba(200,169,106,0.5);
}

.aboutx-action-card--gold span {
  background: rgba(22,27,32,0.12);
  color: var(--primary);
}

@keyframes aboutxFloatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes aboutxFloatGlow {
  0% { transform: translate3d(0,0,0) scale(1); }
  100% { transform: translate3d(34px,22px,0) scale(1.08); }
}

@media (max-width: 1199.98px) {
  .aboutx-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aboutx-travel-card--main {
    inset: 0 10px 0 40px;
  }
}

@media (max-width: 991.98px) {
  .aboutx-hero {
    min-height: auto;
    padding: 96px 0 76px;
  }

  .aboutx-hero__visual {
    min-height: 520px;
  }

  .aboutx-travel-card--main {
    inset: 0 40px;
  }

  .aboutx-cta__banner {
    grid-template-columns: 1fr;
  }

  .aboutx-process__shell {
    padding: 38px;
  }
}

@media (max-width: 767.98px) {
  .aboutx-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .aboutx-hero__lead {
    font-size: 16px;
  }

  .aboutx-proof-strip,
  .aboutx-mini-grid,
  .aboutx-card-grid {
    grid-template-columns: 1fr;
  }

  .aboutx-hero__visual {
    min-height: 430px;
  }

  .aboutx-travel-card--main {
    inset: 0;
    transform: none;
    border-radius: 28px;
  }

  .aboutx-floating-card--top {
    top: 22px;
    left: 12px;
  }

  .aboutx-floating-card--bottom {
    right: 12px;
    bottom: 44px;
  }

  .aboutx-story__image,
  .aboutx-story__image img {
    min-height: 460px;
  }

  .aboutx-signature-box,
  .aboutx-step-list article,
  .aboutx-action-card {
    grid-template-columns: 1fr;
  }

  .aboutx-process__shell,
  .aboutx-cta__banner {
    padding: 28px;
    border-radius: 28px;
  }
}

@media (max-width: 575.98px) {
  .aboutx-hero {
    padding-top: 74px;
  }

  .aboutx-hero__actions .btn,
  .aboutx-cta__cards .aboutx-action-card {
    width: 100%;
  }

  .aboutx-proof-strip div {
    padding: 18px;
  }

  .aboutx-floating-card {
    font-size: 12px;
    padding: 11px 13px;
  }
}

/* ======================================================
   ABOUT PAGE — Premium August-inspired UI rebuild
   Scoped to .aboutui-page so other pages stay untouched.
====================================================== */
.aboutui-page {
  background: var(--bg);
  overflow: hidden;
}

.aboutui-hero.hero-section {
  min-height: 780px;
  background: var(--primary);
}

.aboutui-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(12, 13, 14, 0.98) 0%, rgba(18, 20, 22, 0.88) 45%, rgba(18, 20, 22, 0.48) 100%),
    url("../img/travel-beach-blog.jpeg") center/cover no-repeat;
  filter: saturate(0.96) contrast(1.05);
}

.aboutui-hero .hero-overlay {
  background:
    radial-gradient(circle at 72% 32%, rgba(200, 169, 106, 0.28), transparent 30%),
    radial-gradient(circle at 12% 78%, rgba(216, 188, 122, 0.13), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.92));
}

.aboutui-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 82px 82px;
}

.aboutui-hero-row {
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 64px;
}

.aboutui-hero-content {
  max-width: 600px;
}

.aboutui-hero-title {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(68px, 11vw, 150px);
  line-height: 0.78;
  letter-spacing: -0.105em;
  text-transform: lowercase;
}

.aboutui-hero-title::after {
  content: "about us";
  position: absolute;
  left: -4px;
  bottom: -28px;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  font-size: clamp(72px, 12vw, 168px);
  white-space: nowrap;
  opacity: 0.8;
}

.aboutui-hero-text {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
}

.aboutui-hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 500px;
  margin-top: 34px;
}

.aboutui-hero-proof div {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(14px);
}

.aboutui-hero-proof strong {
  display: block;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 30px;
  line-height: 1;
}

.aboutui-hero-proof span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.45;
  text-transform: lowercase;
}

.aboutui-poster-stage {
  min-height: 550px;
}

.aboutui-crumb {
  position: absolute;
  top: 38px;
  left: 50%;
  z-index: 7;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-heading);
  font-size: 12px;
  font-style: italic;
  transform: translateX(-50%);
}

.aboutui-crumb::after {
  content: "";
  display: block;
  width: 1px;
  height: 52px;
  margin: 13px auto 0;
  background: linear-gradient(180deg, var(--accent), rgba(255,255,255,0));
}

.aboutui-poster-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.aboutui-poster-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.aboutui-poster-stage:hover .aboutui-poster-card img {
  transform: scale(1.07);
}

.aboutui-poster-card--main {
  top: 118px;
  left: 160px;
  width: 310px;
  height: 372px;
  z-index: 4;
  border-radius: 10px;
}

.aboutui-poster-card--top {
  top: 94px;
  left: 22px;
  width: 148px;
  height: 132px;
  z-index: 3;
  border-radius: 8px;
  transform: rotate(-4deg);
}

.aboutui-poster-card--bottom {
  right: 0;
  bottom: 90px;
  width: 190px;
  height: 150px;
  z-index: 5;
  border-radius: 8px;
  transform: rotate(5deg);
}

.aboutui-device-card {
  animation: aboutFloat 4.5s ease-in-out infinite;
}

.aboutui-device-card-one {
  left: 38px;
  bottom: 96px;
}

.aboutui-device-card-two {
  right: 46px;
  top: 82px;
  animation-delay: 1.1s;
}

@keyframes aboutFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.aboutui-manifesto {
  position: relative;
  background: #070808;
  color: #fff;
  padding-top: 98px;
}

.aboutui-manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(200, 169, 106, 0.16), transparent 25%),
    radial-gradient(circle at 84% 76%, rgba(255, 255, 255, 0.07), transparent 24%);
  pointer-events: none;
}

.aboutui-center-copy {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.aboutui-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.05);
}

.aboutui-center-copy h2 {
  margin: 0 auto;
  max-width: 980px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(30px, 5vw, 58px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.aboutui-center-copy p:not(.section-eyebrow) {
  max-width: 620px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.8;
}

.aboutui-focus-row {
  position: relative;
  margin-top: 54px;
}

.aboutui-focus-card {
  min-height: 255px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  transition: var(--transition);
}

.aboutui-focus-card:hover,
.aboutui-focus-card--active {
  background: linear-gradient(145deg, rgba(200, 169, 106, 0.24), rgba(255,255,255,0.06));
  border-color: rgba(200, 169, 106, 0.38);
  transform: translateY(-8px);
}

.aboutui-focus-card span {
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
}

.aboutui-focus-card h3 {
  margin: 20px 0 12px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.aboutui-focus-card p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.75;
}

.aboutui-process-art {
  position: relative;
  background: #070808;
  color: #fff;
  padding-top: 76px;
}

.aboutui-process-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.aboutui-process-head h2 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.075em;
}

.aboutui-route-map {
  position: relative;
  min-height: 660px;
  max-width: 980px;
  margin: 0 auto;
}

.aboutui-route-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.aboutui-route-line path {
  fill: none;
  stroke: rgba(200, 169, 106, 0.72);
  stroke-width: 2;
  stroke-dasharray: 8 13;
  stroke-linecap: round;
  animation: aboutRouteDash 16s linear infinite;
}

@keyframes aboutRouteDash {
  to { stroke-dashoffset: -240; }
}

.aboutui-route-step {
  position: absolute;
  width: min(290px, 33vw);
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background: rgba(7, 8, 8, 0.78);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.aboutui-route-step::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 12px;
  height: 12px;
  border: 2px solid #070808;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(200,169,106,0.15);
}

.aboutui-route-step--one { left: 6%; top: 155px; }
.aboutui-route-step--two { left: 34%; top: 286px; }
.aboutui-route-step--three { right: 3%; top: 380px; }
.aboutui-route-step--four { left: 18%; bottom: 52px; }

.aboutui-step-no {
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 900;
}

.aboutui-route-step h3 {
  margin: 5px 0 7px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.06em;
  text-transform: lowercase;
}

.aboutui-route-step p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.65;
}

.aboutui-service-cta {
  background:
    linear-gradient(180deg, #070808 0%, #070808 52%, var(--bg) 52%, var(--bg) 100%);
  padding-top: 30px;
}

.aboutui-service-head .section-title,
.aboutui-service-head .section-lead {
  color: #fff;
}

.aboutui-service-head .section-lead {
  color: rgba(255, 255, 255, 0.65);
}

.aboutui-cta-card {
  position: relative;
  display: block;
  min-height: 280px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(232, 226, 212, 0.85);
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.aboutui-cta-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.13);
  transition: var(--transition);
}

.aboutui-cta-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-medium);
  border-color: rgba(200, 169, 106, 0.45);
}

.aboutui-cta-card:hover::after {
  transform: scale(1.18);
}

.aboutui-cta-card > i {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--accent);
  font-size: 19px;
}

.aboutui-cta-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.aboutui-cta-card p {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

.aboutui-cta-card span {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
}

.aboutui-cta-card--gold {
  background: linear-gradient(145deg, var(--accent-2), var(--accent));
  border-color: rgba(200, 169, 106, 0.85);
  color: #15110b;
}

.aboutui-cta-card--gold > i {
  background: rgba(21, 17, 11, 0.92);
  color: var(--accent-2);
}

.aboutui-cta-card--gold h3,
.aboutui-cta-card--gold p,
.aboutui-cta-card--gold span {
  color: #15110b;
}

.aboutui-final-cta.cta-band-wrapper {
  margin-top: 0;
  padding: 76px 0 86px;
  background: var(--bg);
}

.aboutui-final-cta .cta-band {
  max-width: 950px;
  padding: 42px 38px;
  background:
    linear-gradient(135deg, rgba(22, 27, 32, 0.94), rgba(22, 27, 32, 0.74)),
    url("../img/travel-hero-solo.jpeg") center/cover no-repeat;
  border: 1px solid rgba(200, 169, 106, 0.34);
  box-shadow: var(--shadow-strong);
}

@media (max-width: 991.98px) {
  .aboutui-hero.hero-section {
    min-height: auto;
  }

  .aboutui-hero-row {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 86px;
  }

  .aboutui-hero-title::after {
    display: none;
  }

  .aboutui-process-art {
    padding-bottom: 44px;
  }

  .aboutui-route-map {
    min-height: auto;
    display: grid;
    gap: 16px;
    padding-top: 20px;
  }

  .aboutui-route-line {
    display: none;
  }

  .aboutui-route-step {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .aboutui-service-head.section-header--split {
    align-items: flex-start;
  }
}

@media (max-width: 767.98px) {
  .aboutui-hero-title {
    font-size: clamp(58px, 24vw, 96px);
  }

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

  .aboutui-center-copy h2,
  .aboutui-process-head h2 {
    font-size: clamp(30px, 12vw, 46px);
  }

  .aboutui-focus-card,
  .aboutui-cta-card {
    min-height: auto;
  }

  .aboutui-cta-card span {
    position: static;
    margin-top: 22px;
  }

  .aboutui-final-cta .cta-band {
    padding: 34px 22px;
  }
}

/* ======================================================
   SERVICES PAGE REBUILD — CLEAN PREMIUM VERSION
   Unique prefix: svcx-
====================================================== */
.svc-page {
  background: var(--bg);
  overflow: hidden;
}

.svcx-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 112px 0 96px;
  background: #0b0d10;
  color: var(--text-light);
}

.svcx-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(216, 188, 122, 0.22), transparent 32%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.10), transparent 28%),
    linear-gradient(135deg, rgba(15, 18, 22, 0.96), rgba(20, 22, 25, 0.92));
}

.svcx-hero__grain {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, #000, transparent 90%);
  pointer-events: none;
}

.svcx-hero h1 {
  max-width: 760px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 6.45rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.085em;
}

.svcx-hero__content > p:not(.section-eyebrow) {
  max-width: 620px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.82;
}

.svcx-hero__actions {
  margin-bottom: 28px;
}

.svcx-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.svcx-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.svcx-hero__proof i {
  color: var(--accent);
}

.svcx-visual {
  position: relative;
  min-height: 560px;
}

.svcx-visual__main {
  position: absolute;
  right: 0;
  top: 46px;
  width: min(455px, 88vw);
  height: 500px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.46);
  transform: rotate(2deg);
}

.svcx-visual__main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.78));
}

.svcx-visual__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.svcx-visual__label {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 18px;
  border-radius: 18px;
  background: rgba(10, 12, 15, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.svcx-visual__label span {
  display: block;
  margin-bottom: 5px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.svcx-visual__label strong {
  display: block;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1.05;
}

.svcx-float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 245px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
  animation: svcxFloat 5.8s ease-in-out infinite;
}

.svcx-float-card--top {
  top: 84px;
  left: 4px;
}

.svcx-float-card--bottom {
  right: 22px;
  bottom: 34px;
  animation-delay: 1.2s;
}

.svcx-float-card i {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(216, 188, 122, 0.17);
  color: var(--accent-dark);
  font-size: 18px;
}

.svcx-float-card strong,
.svcx-float-card span {
  display: block;
}

.svcx-float-card strong {
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 14px;
  line-height: 1.15;
}

.svcx-float-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.svcx-orbit {
  position: absolute;
  border: 1px solid rgba(216, 188, 122, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.svcx-orbit--one {
  width: 390px;
  height: 390px;
  right: 72px;
  top: 84px;
}

.svcx-orbit--two {
  width: 245px;
  height: 245px;
  left: 38px;
  bottom: 56px;
  border-color: rgba(255, 255, 255, 0.13);
}

.svcx-options {
  background:
    radial-gradient(circle at 90% 5%, rgba(216, 188, 122, 0.13), transparent 32%),
    var(--bg);
}

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

.svcx-service-card {
  position: relative;
  min-height: 310px;
  padding: 28px;
  border: 1px solid rgba(16, 13, 8, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: var(--transition);
}

.svcx-service-card::before {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 4px;
  border-radius: var(--radius-pill) var(--radius-pill) 0 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0.24);
  transform-origin: left;
  transition: var(--transition);
}

.svcx-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.13);
}

.svcx-service-card:hover::before {
  transform: scaleX(1);
}

.svcx-service-card--featured {
  color: var(--text-light);
  background:
    linear-gradient(145deg, rgba(22, 27, 32, 0.92), rgba(22, 27, 32, 0.74)),
    url("../img/travel-family-waving.jpeg") center / cover no-repeat;
}

.svcx-service-card--featured p,
.svcx-service-card--featured .card-link {
  color: rgba(255, 255, 255, 0.78);
}

.svcx-service-card--featured .card-link:hover {
  color: var(--accent);
}

.svcx-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
}

.svcx-service-card__top > span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: var(--radius-pill);
  background: rgba(216, 188, 122, 0.14);
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svcx-service-card--featured .svcx-service-card__top > span {
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent);
}

.svcx-service-card__icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--primary);
  color: var(--accent);
  font-size: 20px;
}

.svcx-service-card h3 {
  margin-bottom: 12px;
  color: inherit;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.svcx-service-card p {
  color: var(--muted);
  line-height: 1.72;
}

.svcx-goals {
  position: relative;
  background: var(--primary);
  color: var(--text-light);
}

.svcx-goals::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 16%, rgba(216, 188, 122, 0.18), transparent 28%),
    radial-gradient(circle at 88% 90%, rgba(255, 255, 255, 0.10), transparent 30%);
  pointer-events: none;
}

.svcx-goals .container {
  position: relative;
  z-index: 2;
}

.svcx-goals__lead {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.76;
}

.svcx-goal-card {
  position: relative;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.055);
  color: var(--text-light);
  overflow: hidden;
}

.svcx-goal-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(216, 188, 122, 0.22), transparent 55%);
  opacity: 0;
  transition: var(--transition);
}

.svcx-goal-card:hover {
  transform: translateY(-7px);
  color: var(--text-light);
  border-color: rgba(216, 188, 122, 0.45);
  background: rgba(255, 255, 255, 0.09);
}

.svcx-goal-card:hover::before {
  opacity: 1;
}

.svcx-goal-card > * {
  position: relative;
  z-index: 2;
}

.svcx-goal-card span {
  position: absolute;
  top: 20px;
  left: 24px;
  color: rgba(255, 255, 255, 0.23);
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.svcx-goal-card i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: var(--accent);
  color: #14110b;
  font-size: 20px;
}

.svcx-goal-card h3 {
  margin-bottom: 10px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.svcx-goal-card p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.65;
}

.svcx-flow {
  background:
    linear-gradient(180deg, #fff, var(--bg));
}

.svcx-flow__panel {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(16, 13, 8, 0.08);
  box-shadow: var(--shadow-soft);
}

.svcx-flow__panel::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  right: -18px;
  bottom: -18px;
  border-radius: 28px;
  border: 16px solid rgba(216, 188, 122, 0.15);
  transform: rotate(12deg);
}

.svcx-flow__panel h2 {
  margin-bottom: 16px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.065em;
}

.svcx-flow__panel p:not(.section-eyebrow) {
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.78;
}

.svcx-flow__steps {
  display: grid;
  gap: 18px;
}

.svcx-flow__steps article {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(16, 13, 8, 0.07);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: var(--transition);
}

.svcx-flow__steps article:hover {
  transform: translateX(8px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.10);
}

.svcx-flow__steps span {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--primary);
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 900;
}

.svcx-flow__steps h3 {
  margin-bottom: 7px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.svcx-flow__steps p {
  color: var(--muted);
  line-height: 1.68;
}

.svcx-final-cta {
  margin-top: 0;
}

@keyframes svcxFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@media (max-width: 991.98px) {
  .svcx-hero {
    min-height: auto;
    padding: 92px 0 76px;
  }

  .svcx-visual {
    min-height: 490px;
  }

  .svcx-visual__main {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(1deg);
  }

  .svcx-float-card--top {
    left: 0;
  }

  .svcx-float-card--bottom {
    right: 0;
  }

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

@media (max-width: 767.98px) {
  .svcx-hero {
    padding: 76px 0 58px;
  }

  .svcx-hero h1 {
    font-size: clamp(3rem, 17vw, 4.35rem);
  }

  .svcx-visual {
    min-height: 420px;
  }

  .svcx-visual__main {
    width: min(330px, 86vw);
    height: 360px;
    border-radius: 26px;
  }

  .svcx-float-card {
    width: 220px;
    padding: 13px;
  }

  .svcx-float-card--top {
    top: 28px;
  }

  .svcx-float-card--bottom {
    bottom: 8px;
  }

  .svcx-orbit {
    display: none;
  }

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

  .svcx-service-card,
  .svcx-goal-card,
  .svcx-flow__panel,
  .svcx-flow__steps article {
    border-radius: 22px;
  }

  .svcx-service-card {
    min-height: auto;
    padding: 24px;
  }

  .svcx-flow__steps article {
    grid-template-columns: 1fr;
  }

  .svcx-flow__steps article:hover {
    transform: translateY(-5px);
  }
}

/* ======================================================
   SERVICES PAGE PATCH — HOMEPAGE HERO + ANIMATED GOALS
   Added after rebuild so it overrides the previous service hero styles.
====================================================== */
.services-hero-homecopy {
  min-height: 680px;
  color: var(--surface);
  background: var(--primary);
}

.services-hero-bg {
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.97) 0%, rgba(22, 27, 32, 0.82) 45%, rgba(22, 27, 32, 0.34) 100%),
    url("../img/travel-family-suitcases.jpeg") center/cover no-repeat;
}

.services-hero-overlay {
  background:
    radial-gradient(circle at 72% 36%, rgba(200, 169, 106, 0.22), transparent 30%),
    radial-gradient(circle at 16% 86%, rgba(216, 188, 122, 0.15), transparent 26%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.96));
}

.services-hero-row {
  min-height: 680px;
  padding-top: 58px;
  padding-bottom: 52px;
}

.services-hero-content {
  max-width: 525px;
}

.services-hero-title {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.7vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.067em;
}

.services-hero-text {
  max-width: 490px;
}

.services-hero-showcase {
  min-height: 500px;
}

.services-hero-showcase .hero-browser-main {
  transform: rotate(1deg);
}

.services-hero-showcase .hero-browser-main img,
.services-hero-showcase .hero-browser-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svcx-goals-route {
  position: relative;
  padding-top: 82px;
  padding-bottom: 74px;
  background: #070808;
  color: #fff;
}

.svcx-goals-route::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 169, 106, 0.20), transparent 28%),
    radial-gradient(circle at 90% 82%, rgba(255, 255, 255, 0.09), transparent 32%),
    linear-gradient(180deg, #070808, #0d0f10);
}

.svcx-goals-route__head {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.svcx-goals-route__head h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1;
  letter-spacing: -0.07em;
}

.svcx-goals-route__head p:not(.section-eyebrow) {
  max-width: 560px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.75;
}

.svcx-goal-route-map {
  position: relative;
  min-height: 580px;
  max-width: 1040px;
  margin: 0 auto;
}

.svcx-goal-route-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 0.92;
}

.svcx-goal-route-line path {
  fill: none;
  stroke: rgba(200, 169, 106, 0.76);
  stroke-width: 2.25;
  stroke-dasharray: 9 14;
  stroke-linecap: round;
  animation: svcxRouteDash 15s linear infinite;
}

@keyframes svcxRouteDash {
  to { stroke-dashoffset: -260; }
}

.svcx-goal-route-step {
  position: absolute;
  width: min(280px, 31vw);
  min-height: 190px;
  display: block;
  padding: 22px 22px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    #101214;
  color: #fff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition: var(--transition);
}

.svcx-goal-route-step::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -7px;
  width: 14px;
  height: 14px;
  border: 3px solid #070808;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(200, 169, 106, 0.15);
}

.svcx-goal-route-step::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.13);
  transition: var(--transition);
}

.svcx-goal-route-step:hover {
  transform: translateY(-9px);
  border-color: rgba(200, 169, 106, 0.48);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(200, 169, 106, 0.13), rgba(255, 255, 255, 0.035)),
    #101214;
}

.svcx-goal-route-step:hover::after {
  transform: scale(1.22);
}

.svcx-goal-route-step > * {
  position: relative;
  z-index: 2;
}

.svcx-goal-route-step--one { left: 4%; top: 86px; }
.svcx-goal-route-step--two { right: 7%; top: 110px; }
.svcx-goal-route-step--three { right: 16%; bottom: 88px; }
.svcx-goal-route-step--four { left: 12%; bottom: 66px; }

.svcx-route-no {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.svcx-goal-route-step i {
  position: absolute;
  right: 22px;
  top: 20px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--accent);
  color: #14110b;
  font-size: 19px;
}

.svcx-goal-route-step h3 {
  max-width: 180px;
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
  text-transform: lowercase;
}

.svcx-goal-route-step p {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .services-hero-homecopy,
  .services-hero-row {
    min-height: auto;
  }

  .services-hero-row {
    padding-top: 92px;
    padding-bottom: 74px;
  }

  .services-hero-title {
    max-width: 620px;
  }

  .svcx-goal-route-map {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
  }

  .svcx-goal-route-line {
    display: none;
  }

  .svcx-goal-route-step {
    position: relative;
    inset: auto !important;
    width: 100%;
    min-height: 210px;
  }
}

@media (max-width: 767.98px) {
  .services-hero-row {
    padding-top: 82px;
    padding-bottom: 62px;
  }

  .services-hero-title {
    font-size: clamp(40px, 13vw, 56px);
    line-height: 1.02;
  }

  .services-hero-text {
    font-size: 14px;
  }

  .svcx-goals-route {
    padding-top: 66px;
    padding-bottom: 62px;
  }

  .svcx-goals-route__head h2 {
    font-size: clamp(30px, 10vw, 42px);
    letter-spacing: -0.055em;
  }

  .svcx-goal-route-map {
    grid-template-columns: 1fr;
  }

  .svcx-goal-route-step {
    min-height: 190px;
    border-radius: 22px;
  }
}

/* ======================================================
   PACKAGES PAGE REDESIGN — BESPOKE CONVERSION LAYOUT
====================================================== */
.pkgx-page {
  background: var(--bg);
  overflow: hidden;
}

.pkgx-hero {
  min-height: 720px;
  background: var(--primary);
}

.pkgx-hero-bg {
  background:
    linear-gradient(135deg, rgba(22, 27, 32, 0.9), rgba(16, 13, 8, 0.88)),
    url("../img/travel-beach-laptop.jpeg") center/cover no-repeat;
}

.pkgx-hero-overlay {
  background:
    radial-gradient(circle at 15% 25%, rgba(200, 169, 106, 0.2), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08), transparent 32%);
}

.pkgx-hero-title {
  max-width: 760px;
}

.pkgx-hero-text {
  max-width: 590px;
}

.pkgx-hero-showcase .hero-browser-main {
  height: 410px;
}

.pkgx-browser-main img,
.pkgx-browser-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pkgx-browser-bottom {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: linear-gradient(145deg, var(--primary), #090b0e);
  overflow: hidden;
}

.pkgx-mini-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: var(--text-light);
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(22, 27, 32, 0.96), rgba(16, 13, 8, 0.98));
}

.pkgx-mini-price-card span {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pkgx-mini-price-card strong {
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1;
}

.pkgx-mini-price-card small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.6;
}

.pkgx-options {
  position: relative;
  background:
    linear-gradient(180deg, var(--bg), #fff 50%, var(--ice) 100%);
}

.pkgx-options::before {
  content: "";
  position: absolute;
  top: 70px;
  right: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.12);
  filter: blur(5px);
  pointer-events: none;
}

.pkgx-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.pkgx-package-card {
  position: relative;
  min-height: 445px;
  padding: 26px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88));
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: var(--transition);
}

.pkgx-package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0.35);
  transform-origin: left;
  transition: var(--transition);
}

.pkgx-package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.13);
}

.pkgx-package-card:hover::before {
  transform: scaleX(1);
}

.pkgx-package-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 24px;
}

.pkgx-package-card__top span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pkgx-package-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--primary);
  color: var(--accent);
  box-shadow: 0 14px 30px rgba(22, 27, 32, 0.18);
}

.pkgx-package-card h3 {
  margin-bottom: 12px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.pkgx-package-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.pkgx-package-for {
  display: inline-flex;
  margin: 22px 0 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(200, 169, 106, 0.14);
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
}

.pkgx-package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pkgx-package-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.pkgx-package-card li i {
  margin-top: 4px;
  color: var(--accent-dark);
  font-size: 11px;
}

.pkgx-package-card--gold {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.55), transparent 34%),
    linear-gradient(145deg, #d8bc7a, #c8a96a);
  border-color: rgba(200, 169, 106, 0.6);
}

.pkgx-package-card--gold h3,
.pkgx-package-card--gold p,
.pkgx-package-card--gold li,
.pkgx-package-card--gold .pkgx-package-card__top span {
  color: #17120a;
}

.pkgx-package-card--gold .pkgx-package-for {
  background: rgba(22, 27, 32, 0.12);
  color: #17120a;
}

.pkgx-package-card--gold .card-link,
.pkgx-package-card--gold li i {
  color: #17120a;
}

.pkgx-package-card--dark {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.22), transparent 36%),
    linear-gradient(145deg, #22282e, #08090b);
  border-color: rgba(255, 255, 255, 0.1);
}

.pkgx-package-card--dark h3,
.pkgx-package-card--dark li {
  color: var(--text-light);
}

.pkgx-package-card--dark p,
.pkgx-package-card--dark .pkgx-package-card__top span {
  color: rgba(255, 255, 255, 0.68);
}

.pkgx-package-card--dark .pkgx-package-for {
  background: rgba(255, 255, 255, 0.09);
  color: var(--accent);
}

.pkgx-package-card--dark .card-link,
.pkgx-package-card--dark li i {
  color: var(--accent);
}

.pkgx-package-card--dark .pkgx-package-icon {
  background: var(--accent);
  color: #14110b;
}

/* =========================================================
   PACKAGES PAGE — ANIMATED SUPPORT LEVELS
========================================================= */
.pkgx-levels {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(200, 169, 106, 0.16), transparent 28%),
    linear-gradient(180deg, var(--bg), #ffffff 48%, var(--ice) 100%);
}

.pkgx-levels::after {
  content: "";
  position: absolute;
  right: -150px;
  top: 20%;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(22, 27, 32, 0.045);
  filter: blur(2px);
  pointer-events: none;
}

.pkgx-levels__header {
  position: relative;
  z-index: 2;
  max-width: 870px;
  margin: 0 auto 58px;
}

.pkgx-levels__header .section-lead {
  max-width: 720px;
}

.pkgx-levels__recommend {
  margin-top: 18px;
}

.pkgx-levels__stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
  padding: 34px 0 16px;
}

.pkgx-levels__path {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 80px;
  height: 3px;
  border-radius: 999px;
  background:
    linear-gradient(90deg,
      rgba(22, 27, 32, 0.12),
      var(--accent),
      rgba(22, 27, 32, 0.18),
      var(--accent),
      rgba(22, 27, 32, 0.12));
  background-size: 220% 100%;
  animation: pkgxRailFlow 4.8s linear infinite;
  box-shadow: 0 0 0 8px rgba(200, 169, 106, 0.08);
}

.pkgx-level-item {
  position: relative;
  display: grid;
  gap: 18px;
  animation: pkgxFloatLevel 6.5s ease-in-out infinite;
}

.pkgx-level-item--two,
.pkgx-level-item--four {
  padding-top: 70px;
}

.pkgx-level-item--two {
  animation-delay: 0.45s;
}

.pkgx-level-item--three {
  animation-delay: 0.9s;
}

.pkgx-level-item--four {
  animation-delay: 1.35s;
}

.pkgx-level-item__node {
  position: relative;
  z-index: 3;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--accent);
  box-shadow: 0 18px 40px rgba(22, 27, 32, 0.2);
}

.pkgx-level-item__node::before,
.pkgx-level-item__node::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 26px;
  border: 1px solid rgba(200, 169, 106, 0.55);
  animation: pkgxNodePulse 2.8s ease-out infinite;
}

.pkgx-level-item__node::after {
  inset: -16px;
  opacity: 0.35;
  animation-delay: 0.75s;
}

.pkgx-level-item__node span {
  position: relative;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.pkgx-level-item__content {
  position: relative;
  min-height: 390px;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: var(--transition);
}

.pkgx-level-item__content::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0.24);
  transform-origin: left;
  transition: var(--transition);
}

.pkgx-level-item__content::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.12);
}

.pkgx-level-item:hover .pkgx-level-item__content {
  transform: translateY(-10px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.14);
}

.pkgx-level-item:hover .pkgx-level-item__content::before {
  transform: scaleX(1);
}

.pkgx-level-item__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.pkgx-level-item__top i {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--accent);
  box-shadow: 0 14px 30px rgba(22, 27, 32, 0.14);
}

.pkgx-level-item__top small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pkgx-level-item__content h3,
.pkgx-level-item__content p,
.pkgx-level-item__content strong,
.pkgx-level-item__content ul,
.pkgx-level-item__content .card-link {
  position: relative;
  z-index: 2;
}

.pkgx-level-item__content h3 {
  margin: 0 0 12px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.pkgx-level-item__content p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.pkgx-level-item__content strong {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(200, 169, 106, 0.14);
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
}

.pkgx-level-item__content ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.pkgx-level-item__content li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--text);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

.pkgx-level-item__content li i {
  margin-top: 4px;
  color: var(--accent-dark);
  font-size: 11px;
}

.pkgx-level-item__content--dark {
  background:
    radial-gradient(circle at 90% 10%, rgba(200, 169, 106, 0.24), transparent 36%),
    linear-gradient(145deg, #242b31, #08090b);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-dark);
}

.pkgx-level-item__content--dark h3,
.pkgx-level-item__content--dark li {
  color: var(--text-light);
}

.pkgx-level-item__content--dark p,
.pkgx-level-item__content--dark .pkgx-level-item__top small {
  color: rgba(255, 255, 255, 0.7);
}

.pkgx-level-item__content--dark strong {
  background: rgba(255, 255, 255, 0.09);
  color: var(--accent);
}

.pkgx-level-item__content--dark .card-link,
.pkgx-level-item__content--dark li i {
  color: var(--accent);
}

.pkgx-level-item__content--dark .pkgx-level-item__top i {
  background: var(--accent);
  color: #14110b;
}

@keyframes pkgxRailFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}

@keyframes pkgxNodePulse {
  0% { transform: scale(0.72); opacity: 0.74; }
  70% { transform: scale(1.12); opacity: 0; }
  100% { transform: scale(1.12); opacity: 0; }
}

@keyframes pkgxFloatLevel {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 1199.98px) {
  .pkgx-levels__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .pkgx-levels__path {
    left: 50%;
    top: 130px;
    bottom: 36px;
    width: 3px;
    height: auto;
    right: auto;
    background:
      linear-gradient(180deg,
        rgba(22, 27, 32, 0.12),
        var(--accent),
        rgba(22, 27, 32, 0.18),
        var(--accent),
        rgba(22, 27, 32, 0.12));
    background-size: 100% 220%;
  }

  .pkgx-level-item--two,
  .pkgx-level-item--four {
    padding-top: 0;
  }

  .pkgx-level-item__content {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .pkgx-levels__header {
    margin-bottom: 34px;
  }

  .pkgx-levels__stage {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 18px;
  }

  .pkgx-levels__path {
    left: 31px;
    top: 44px;
    bottom: 28px;
    opacity: 0.65;
  }

  .pkgx-level-item {
    grid-template-columns: 62px 1fr;
    gap: 16px;
    align-items: start;
  }

  .pkgx-level-item__node {
    margin: 0;
  }

  .pkgx-level-item__content {
    padding: 24px;
    border-radius: 24px;
  }

  .pkgx-level-item__content h3 {
    font-size: 22px;
  }
}


.pkgx-route {
  position: relative;
  background: var(--primary);
  color: var(--text-light);
}

.pkgx-route::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(200, 169, 106, 0.19), transparent 28%),
    radial-gradient(circle at 86% 70%, rgba(255, 255, 255, 0.06), transparent 32%);
  pointer-events: none;
}

.pkgx-route .site-container {
  position: relative;
  z-index: 2;
}

.pkgx-route__intro {
  max-width: 465px;
}

.pkgx-route__intro h2 {
  margin-bottom: 18px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.pkgx-route__intro p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
}

.pkgx-route-map {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  overflow: hidden;
}

.pkgx-route-line {
  position: absolute;
  left: 50%;
  top: 10%;
  width: 2px;
  height: 80%;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
  transform: translateX(-50%);
}

.pkgx-route-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(200, 169, 106, 0.16);
  transform: translateX(-50%);
  animation: pkgxRoutePulse 2.6s ease-in-out infinite;
}

.pkgx-route-step {
  position: absolute;
  width: min(255px, 42%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.17);
  transition: var(--transition);
}

.pkgx-route-step:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.095);
}

.pkgx-route-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--accent);
  color: #14110b;
  font-size: 11px;
  font-weight: 900;
}

.pkgx-route-step h3 {
  margin-bottom: 8px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.pkgx-route-step p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.55;
}

.pkgx-route-step--one {
  top: 42px;
  left: 42px;
}

.pkgx-route-step--two {
  top: 156px;
  right: 42px;
}

.pkgx-route-step--three {
  bottom: 128px;
  left: 58px;
}

.pkgx-route-step--four {
  right: 42px;
  bottom: 42px;
}

@keyframes pkgxRoutePulse {
  0%, 100% {
    top: 0;
    opacity: 0.65;
  }
  50% {
    top: calc(100% - 14px);
    opacity: 1;
  }
}

.pkgx-quote {
  background:
    radial-gradient(circle at 10% 10%, rgba(200, 169, 106, 0.13), transparent 28%),
    linear-gradient(180deg, var(--ice), #fff);
}

.pkgx-quote__content {
  height: 100%;
  padding: 38px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-soft);
}

.pkgx-quote__content h2 {
  max-width: 650px;
  margin-bottom: 14px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.pkgx-quote__content p {
  max-width: 590px;
  color: var(--muted);
  font-size: 15px;
}

.pkgx-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.pkgx-factor-grid div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 70px;
  padding: 16px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 18px;
  background: #fff;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.045);
}

.pkgx-factor-grid i {
  color: var(--accent-dark);
}

.pkgx-quote-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 395px;
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.22), transparent 36%),
    linear-gradient(145deg, var(--primary), #08090b);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
  overflow: hidden;
}

.pkgx-quote-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(200, 169, 106, 0.32);
  border-radius: 50%;
}

.pkgx-quote-card__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(200, 169, 106, 0.14);
  color: var(--accent);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pkgx-quote-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.pkgx-quote-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.68);
}

.pkgx-quote-card__actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pkgx-final-cta.cta-band-wrapper {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, var(--accent));
}

.pkgx-final-cta .cta-band {
  max-width: 960px;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(145deg, var(--primary), #0b0d10);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

@media (max-width: 1199.98px) {
  .pkgx-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pkgx-package-card {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .pkgx-hero {
    min-height: auto;
  }

  .pkgx-route-map {
    min-height: 640px;
  }

  .pkgx-route-step {
    width: min(285px, 46%);
  }

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

@media (max-width: 767.98px) {
  .pkgx-hero-row {
    padding-top: 82px;
    padding-bottom: 62px;
  }

  .pkgx-hero-title {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 1.02;
  }

  .pkgx-card-grid,
  .pkgx-factor-grid {
    grid-template-columns: 1fr;
  }

  .pkgx-package-card,
  .pkgx-quote__content,
  .pkgx-quote-card {
    border-radius: 24px;
    padding: 24px;
  }

  .pkgx-route-map {
    min-height: auto;
    display: grid;
    gap: 16px;
    padding: 20px;
  }

  .pkgx-route-line {
    display: none;
  }

  .pkgx-route-step {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .pkgx-quote-card__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ======================================================
   TOURS PAGE REDESIGN - BESPOKE TOURX UI
====================================================== */
.tourx-hero {
  min-height: 720px;
  background: var(--accent);
  color: var(--surface);
}

.tourx-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.97) 0%, rgba(22, 27, 32, 0.78) 43%, rgba(22, 27, 32, 0.28) 100%),
    url("../img/travel-beach-blog.jpeg") center/cover no-repeat;
  transform: scale(1.02);
}

.tourx-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 36%, rgba(200, 169, 106, 0.26), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(216, 188, 122, 0.14), transparent 27%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.98));
}

.tourx-hero__row {
  min-height: 720px;
  padding-top: 74px;
}

.tourx-hero__content {
  max-width: 530px;
  padding-top: 28px;
}

.tourx-hero__eyebrow {
  color: var(--brand-pop);
}

.tourx-hero__title {
  margin-bottom: 22px;
  color: var(--surface);
  font-family: var(--font-heading);
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.075em;
}

.tourx-hero__text {
  max-width: 485px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.85;
}

.tourx-hero__actions {
  margin-top: 30px;
}

.tourx-proof {
  margin-top: 34px;
}

.tourx-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1;
  backdrop-filter: blur(14px);
}

.tourx-proof strong {
  color: var(--accent);
  font-weight: 900;
}

.tourx-showcase {
  min-height: 520px;
  margin-left: 26px;
}

.tourx-frame {
  position: absolute;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.08);
  background: var(--surface);
  box-shadow: var(--shadow-strong);
}

.tourx-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tourx-frame--main {
  right: 0;
  top: 88px;
  width: 78%;
  height: 350px;
  border-radius: 12px;
  transform: perspective(1100px) rotateY(-10deg) rotateX(2deg);
}

.tourx-frame--top {
  top: 48px;
  left: 24px;
  z-index: 3;
  width: 260px;
  height: 165px;
  border-width: 6px;
  border-radius: 10px;
  transform: rotate(-5deg);
}

.tourx-frame--bottom {
  right: 42px;
  bottom: 18px;
  z-index: 4;
  width: 270px;
  height: 168px;
  border-width: 6px;
  border-radius: 10px;
  transform: rotate(5deg);
}

.tourx-floating {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  background: rgba(22, 27, 32, 0.78);
  color: var(--surface);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.tourx-floating i {
  color: var(--accent);
}

.tourx-floating--one {
  left: 9%;
  bottom: 108px;
}

.tourx-floating--two {
  right: 7%;
  top: 52px;
}

.tourx-marquee {
  overflow: hidden;
  background: var(--accent);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(22, 27, 32, 0.08);
}

.tourx-marquee__track {
  display: flex;
  gap: 34px;
  width: max-content;
  padding: 14px 0;
  animation: tourxMarquee 24s linear infinite;
}

.tourx-marquee__track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #14110b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tourx-marquee__track i {
  color: rgba(22, 27, 32, 0.62);
}

@keyframes tourxMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.tourx-feature {
  background:
    radial-gradient(circle at 6% 16%, rgba(200, 169, 106, 0.15), transparent 28%),
    linear-gradient(180deg, #fff, var(--ice));
}

.tourx-feature__card {
  overflow: hidden;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow-medium);
}

.tourx-feature__media {
  position: relative;
  min-height: 510px;
  height: 100%;
  overflow: hidden;
}

.tourx-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(22, 27, 32, 0.64));
}

.tourx-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.tourx-feature__card:hover .tourx-feature__media img {
  transform: scale(1.06);
}

.tourx-feature__tag {
  position: absolute;
  left: 26px;
  bottom: 26px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.tourx-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 48px;
}

.tourx-feature__content h2 {
  max-width: 470px;
  margin-bottom: 16px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.tourx-feature__content p {
  max-width: 520px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.tourx-feature__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.tourx-feature__chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 999px;
  background: var(--ice);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
}

.tourx-feature__chips i {
  color: var(--accent-dark);
}

.tourx-feature__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(22, 27, 32, 0.08);
}

.tourx-feature__bottom small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.tourx-feature__bottom strong {
  display: block;
  margin-top: 2px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 900;
}

.tourx-types {
  background: var(--primary);
  color: var(--text-light);
}

.tourx-types .section-title {
  color: var(--text-light);
}

.tourx-types .section-lead {
  color: rgba(255, 255, 255, 0.64);
}

.tourx-type-card {
  position: relative;
  height: 100%;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 169, 106, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  overflow: hidden;
  transition: var(--transition);
}

.tourx-type-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(200, 169, 106, 0.22);
  border-radius: 50%;
}

.tourx-type-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 169, 106, 0.36);
  box-shadow: var(--shadow-dark);
}

.tourx-type-card__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 58px;
  border-radius: 18px;
  background: var(--accent);
  color: #14110b;
  font-size: 20px;
  box-shadow: 0 18px 36px rgba(200, 169, 106, 0.18);
}

.tourx-type-card h3 {
  margin-bottom: 10px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.tourx-type-card p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.7;
}

.tourx-collection {
  background:
    radial-gradient(circle at 90% 10%, rgba(200, 169, 106, 0.15), transparent 25%),
    linear-gradient(180deg, var(--ice), #fff);
}

.tourx-collection__header {
  max-width: 780px;
}

.tourx-filters {
  margin: -12px auto 34px;
}

.tourx-filter {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: var(--transition);
}

.tourx-filter:hover,
.tourx-filter.active {
  background: var(--primary);
  color: var(--text-light);
  border-color: var(--primary);
  transform: translateY(-2px);
}

.tourx-grid > [data-category] {
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.tourx-grid > [data-category].is-hidden {
  display: none;
}

.tourx-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
}

.tourx-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.14);
}

.tourx-card__media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.tourx-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 27, 32, 0), rgba(22, 27, 32, 0.56));
}

.tourx-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.tourx-card:hover .tourx-card__media img {
  transform: scale(1.06);
}

.tourx-card__media span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tourx-card__body {
  padding: 24px;
}

.tourx-card__topline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tourx-card h3 {
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.tourx-card p {
  min-height: 76px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.tourx-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 22px;
}

.tourx-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--ice);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
}

.tourx-card__meta i {
  color: var(--accent-dark);
}

.tourx-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tourx-card__link:hover {
  color: var(--accent-dark);
  transform: translateX(4px);
}

.tourx-card--dark {
  min-height: 100%;
  display: flex;
  align-items: stretch;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 169, 106, 0.24), transparent 34%),
    linear-gradient(145deg, var(--primary), #08090b);
  color: var(--text-light);
}

.tourx-card--dark .tourx-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 365px;
}

.tourx-card--dark h3,
.tourx-card--dark .tourx-card__link {
  color: var(--text-light);
}

.tourx-card--dark p {
  color: rgba(255, 255, 255, 0.66);
}

.tourx-card--dark .tourx-card__meta span {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.tourx-flow {
  background: #fff;
}

.tourx-route {
  position: relative;
  min-height: 540px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(200, 169, 106, 0.18), transparent 26%),
    linear-gradient(145deg, var(--ice), #fff);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.tourx-route::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(200, 169, 106, 0.22);
  border-radius: 50%;
}

.tourx-route__line {
  position: absolute;
  inset: 80px auto 80px 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
  transform: translateX(-50%);
}

.tourx-route__line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 9px rgba(200, 169, 106, 0.14);
  transform: translateX(-50%);
  animation: tourxRouteDot 4.8s ease-in-out infinite;
}

.tourx-route__step {
  position: absolute;
  width: 285px;
  padding: 22px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
}

.tourx-route__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: var(--primary);
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 900;
}

.tourx-route__step h3 {
  margin-bottom: 7px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.tourx-route__step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.tourx-route__step--one {
  top: 44px;
  left: 52px;
}

.tourx-route__step--two {
  top: 136px;
  right: 52px;
}

.tourx-route__step--three {
  bottom: 126px;
  left: 52px;
}

.tourx-route__step--four {
  right: 52px;
  bottom: 44px;
}

@keyframes tourxRouteDot {
  0%, 100% {
    top: 0;
    opacity: 0.65;
  }
  50% {
    top: calc(100% - 14px);
    opacity: 1;
  }
}

.tourx-final-cta.cta-band-wrapper {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, var(--accent));
}

.tourx-final-cta .cta-band {
  max-width: 940px;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(145deg, var(--primary), #0b0d10);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

@media (max-width: 1199.98px) {
  .tourx-route__step {
    width: 260px;
  }
}

@media (max-width: 991.98px) {
  .tourx-hero,
  .tourx-hero__row {
    min-height: auto;
  }

  .tourx-hero__row {
    padding-top: 95px;
    padding-bottom: 82px;
  }

  .tourx-feature__media {
    min-height: 360px;
  }

  .tourx-route {
    min-height: 660px;
  }

  .tourx-route__step {
    width: min(295px, 45%);
  }

  .tourx-route__step--one,
  .tourx-route__step--three {
    left: 30px;
  }

  .tourx-route__step--two,
  .tourx-route__step--four {
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .tourx-hero__row {
    padding-top: 82px;
    padding-bottom: 64px;
  }

  .tourx-hero__title {
    font-size: clamp(42px, 13vw, 60px);
    line-height: 1.02;
  }

  .tourx-proof span {
    width: 100%;
  }

  .tourx-feature__card,
  .tourx-route,
  .tourx-type-card,
  .tourx-card {
    border-radius: 24px;
  }

  .tourx-feature__content,
  .tourx-card__body {
    padding: 24px;
  }

  .tourx-feature__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .tourx-feature__bottom .btn {
    width: 100%;
  }

  .tourx-card p {
    min-height: auto;
  }

  .tourx-card--dark .tourx-card__body {
    min-height: auto;
  }

  .tourx-route {
    display: grid;
    gap: 16px;
    min-height: auto;
    padding: 20px;
  }

  .tourx-route__line {
    display: none;
  }

  .tourx-route__step {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }
}

/* ======================================================
   TOURS BOOKING + PAGINATION UPDATE
====================================================== */
.tourx-filters a.tourx-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tourx-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(16px);
}

.tourx-results-bar strong {
  display: block;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.tourx-results-bar span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.tourx-results-bar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.tourx-results-bar__link:hover {
  color: var(--primary);
  transform: translateX(3px);
}

.tourx-card--bookable .tourx-card__link {
  width: 100%;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--text-light);
  text-decoration: none;
  transition: var(--transition);
}

.tourx-card--bookable .tourx-card__link:hover {
  transform: translateY(-2px);
  background: var(--accent);
  color: #14110b;
}

.tourx-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 42px;
}

.tourx-page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tourx-page-link,
.tourx-page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0,0,0,0.05);
  transition: var(--transition);
}

.tourx-page-link {
  gap: 8px;
  padding: 0 18px;
}

.tourx-page-number {
  width: 44px;
}

.tourx-page-link:hover,
.tourx-page-number:hover,
.tourx-page-number.active {
  background: var(--primary);
  color: var(--text-light);
  transform: translateY(-2px);
}

.tourx-page-link.disabled {
  pointer-events: none;
  opacity: 0.45;
}

.tourx-empty {
  padding: 54px 28px;
  border: 1px dashed rgba(22, 27, 32, 0.16);
  border-radius: 28px;
  background: rgba(255,255,255,0.82);
}

.tourx-empty i {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  border-radius: 22px;
  background: var(--accent);
  color: var(--primary);
  font-size: 22px;
}

.tourx-empty h3 {
  color: var(--primary);
  font-family: var(--font-heading);
  font-weight: 900;
}

.tourx-empty p {
  max-width: 520px;
  margin: 10px auto 22px;
  color: var(--muted);
}

.tourx-deposit-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(145deg, var(--primary), #08090b);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.tourx-deposit-note__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--accent);
  color: #14110b;
  font-size: 22px;
}

.tourx-deposit-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 900;
}

.tourx-deposit-note p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.7;
}

.tourx-deposit-note .btn-site-dark {
  background: var(--accent);
  color: #14110b;
  border-color: var(--accent);
}

/* Animated tour route facelift */
.tourx-flow {
  background:
    radial-gradient(circle at 10% 18%, rgba(200,169,106,0.14), transparent 27%),
    linear-gradient(180deg, #fff, var(--ice));
}

.tourx-route--animated {
  min-height: 560px;
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at 70% 18%, rgba(200,169,106,0.24), transparent 29%),
    radial-gradient(circle at 10% 85%, rgba(255,255,255,0.09), transparent 26%),
    linear-gradient(145deg, var(--primary), #070808);
  box-shadow: var(--shadow-dark);
}

.tourx-route--animated::before {
  border-color: rgba(200,169,106,0.28);
}

.tourx-route--animated .tourx-route__line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  background: transparent;
  overflow: visible;
}

.tourx-route--animated .tourx-route__line::after {
  display: none;
}

.tourx-route--animated .tourx-route__line path {
  fill: none;
  stroke: rgba(200,169,106,0.76);
  stroke-width: 3;
  stroke-dasharray: 10 16;
  stroke-linecap: round;
  animation: tourxRouteDash 18s linear infinite;
}

@keyframes tourxRouteDash {
  to { stroke-dashoffset: -300; }
}

.tourx-route--animated .tourx-route__step {
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(7, 8, 8, 0.78);
  color: var(--text-light);
  box-shadow: 0 26px 58px rgba(0,0,0,0.26);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.tourx-route--animated .tourx-route__step::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 24px;
  width: 14px;
  height: 14px;
  border: 2px solid #070808;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(200,169,106,0.15);
}

.tourx-route--animated .tourx-route__step:hover {
  transform: translateY(-7px);
  border-color: rgba(200,169,106,0.42);
  background: rgba(12, 13, 14, 0.94);
}

.tourx-route--animated .tourx-route__step span {
  background: var(--accent);
  color: #14110b;
}

.tourx-route--animated .tourx-route__step h3 {
  color: var(--text-light);
}

.tourx-route--animated .tourx-route__step p {
  color: rgba(255,255,255,0.68);
}

.tourx-route--animated .tourx-route__step--one { left: 5%; top: 70px; }
.tourx-route--animated .tourx-route__step--two { right: 5%; top: 106px; }
.tourx-route--animated .tourx-route__step--three { left: 13%; bottom: 74px; }
.tourx-route--animated .tourx-route__step--four { right: 7%; bottom: 52px; }

/* Booking page */
.bookx-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 96px;
  background:
    linear-gradient(90deg, rgba(22,27,32,0.96), rgba(22,27,32,0.76)),
    url("../img/travel-hero-solo.jpeg") center/cover no-repeat;
  color: var(--text-light);
}

.bookx-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(200,169,106,0.28), transparent 27%),
    linear-gradient(180deg, rgba(22,27,32,0.08), rgba(22,27,32,0.98));
}

.bookx-eyebrow {
  color: var(--brand-pop);
}

.bookx-hero h1 {
  max-width: 740px;
  margin-bottom: 20px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.bookx-hero p {
  max-width: 660px;
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.85;
}

.bookx-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.bookx-hero__chips span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 999px;
  background: rgba(255,255,255,0.065);
  color: rgba(255,255,255,0.78);
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

.bookx-hero__chips i {
  color: var(--accent);
}

.bookx-payment-card {
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 30px;
  background: rgba(7,8,8,0.72);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(18px);
}

.bookx-payment-card__label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--accent);
  color: #14110b;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bookx-payment-card h2,
.bookx-form-panel h2,
.bookx-success h2 {
  color: inherit;
  font-family: var(--font-heading);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.bookx-payment-card ul {
  display: grid;
  gap: 14px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.bookx-payment-card li {
  display: flex;
  gap: 12px;
  color: rgba(255,255,255,0.78);
  font-size: 14px;
  line-height: 1.55;
}

.bookx-payment-card li i {
  color: var(--accent);
  margin-top: 3px;
}

.bookx-payment-card strong {
  color: var(--text-light);
}

.bookx-payment-card p {
  margin: 0;
  color: rgba(255,255,255,0.62);
}

.bookx-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(200,169,106,0.16), transparent 26%),
    linear-gradient(180deg, var(--ice), #fff);
}

.bookx-form-panel,
.bookx-success,
.bookx-side__card {
  border: 1px solid rgba(22,27,32,0.08);
  border-radius: 32px;
  background: rgba(255,255,255,0.9);
  box-shadow: var(--shadow-soft);
}

.bookx-form-panel,
.bookx-success {
  padding: 34px;
}

.bookx-form-panel__head {
  margin-bottom: 26px;
}

.bookx-form-panel__head h2,
.bookx-success h2 {
  color: var(--primary);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
}

.bookx-form-panel__head p,
.bookx-success p {
  color: var(--muted);
  line-height: 1.75;
}

.bookx-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bookx-form input,
.bookx-form select,
.bookx-form textarea {
  width: 100%;
  border: 1px solid rgba(22,27,32,0.09);
  border-radius: 16px;
  background: #fff;
  color: var(--primary);
  font-size: 14px;
  outline: none;
  transition: var(--transition);
}

.bookx-form input,
.bookx-form select {
  min-height: 54px;
  padding: 0 16px;
}

.bookx-form textarea {
  padding: 16px;
  resize: vertical;
}

.bookx-form input:focus,
.bookx-form select:focus,
.bookx-form textarea:focus {
  border-color: var(--accent-dark);
  box-shadow: 0 0 0 4px rgba(200,169,106,0.18);
}

.bookx-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(22,27,32,0.08);
}

.bookx-form__footer p {
  max-width: 380px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.bookx-form__footer i {
  color: var(--accent-dark);
}

.bookx-success__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  border-radius: 26px;
  background: var(--primary);
  color: var(--accent);
  font-size: 30px;
}

.bookx-success__note,
.bookx-success__payment {
  margin-top: 22px;
  border-radius: 22px;
}

.bookx-success__note {
  display: flex;
  gap: 12px;
  padding: 16px;
  background: rgba(200,169,106,0.14);
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
}

.bookx-success__note i {
  color: var(--accent-dark);
  margin-top: 3px;
}

.bookx-success__payment {
  padding: 20px;
  background: var(--primary);
  color: var(--text-light);
}

.bookx-success__payment h3 {
  margin-bottom: 12px;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 900;
}

.bookx-success__payment p {
  margin-bottom: 7px;
  color: rgba(255,255,255,0.78);
}

.bookx-success__payment strong {
  color: var(--text-light);
}

.bookx-side {
  display: grid;
  gap: 20px;
  position: sticky;
  top: 110px;
}

.bookx-side__card {
  padding: 28px;
}

.bookx-side__card--dark {
  background:
    radial-gradient(circle at 100% 0%, rgba(200,169,106,0.22), transparent 32%),
    linear-gradient(145deg, var(--primary), #08090b);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.bookx-side__card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bookx-side__card h3 {
  color: inherit;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.bookx-side__card p,
.bookx-side__card li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.bookx-side__card--dark li {
  color: rgba(255,255,255,0.74);
}

.bookx-side__card ol {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 19px;
}

@media (max-width: 991.98px) {
  .tourx-results-bar,
  .tourx-deposit-note,
  .bookx-form__footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .tourx-route--animated {
    min-height: auto;
    padding: 22px;
  }

  .tourx-route--animated .tourx-route__line {
    display: none;
  }

  .tourx-route--animated .tourx-route__step {
    position: relative;
    inset: auto !important;
    width: 100%;
    margin-bottom: 16px;
  }

  .bookx-side {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .tourx-pagination {
    flex-direction: column;
  }

  .tourx-page-numbers {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tourx-deposit-note {
    padding: 20px;
  }

  .tourx-deposit-note .btn {
    width: 100%;
  }

  .bookx-hero {
    padding: 118px 0 72px;
  }

  .bookx-hero h1 {
    font-size: clamp(2.5rem, 15vw, 4.2rem);
  }

  .bookx-form-panel,
  .bookx-success,
  .bookx-payment-card,
  .bookx-side__card {
    padding: 24px;
    border-radius: 24px;
  }

  .bookx-form__footer .btn {
    width: 100%;
  }
}

/* ======================================================
   BLOG + SINGLE POST REDESIGN - BLOGX / POSTX UI
====================================================== */
.blogx-hero {
  min-height: 720px;
  background: var(--primary);
  color: var(--text-light);
}

.blogx-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.98) 0%, rgba(22, 27, 32, 0.78) 48%, rgba(22, 27, 32, 0.35) 100%),
    url("../img/travel-family-waving.jpeg") center/cover no-repeat;
  transform: scale(1.02);
}

.blogx-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(200, 169, 106, 0.26), transparent 30%),
    radial-gradient(circle at 17% 84%, rgba(216, 188, 122, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.02), rgba(22, 27, 32, 0.98));
}

.blogx-hero__row {
  min-height: 720px;
  padding-top: 78px;
}

.blogx-hero__content {
  max-width: 555px;
}

.blogx-hero__eyebrow {
  color: var(--brand-pop);
}

.blogx-hero__title {
  margin: 0 0 22px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: clamp(44px, 6vw, 74px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.078em;
}

.blogx-hero__text {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15.5px;
  line-height: 1.85;
}

.blogx-search {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 560px);
  margin-top: 30px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.blogx-search i {
  flex: 0 0 auto;
  margin-left: 9px;
  color: var(--accent);
}

.blogx-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text-light);
  font-weight: 700;
}

.blogx-search input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.blogx-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.blogx-hero__chips span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.73);
  font-size: 11px;
  font-weight: 800;
}

.blogx-hero__chips strong {
  color: var(--accent);
  font-family: var(--font-heading);
}

.blogx-board {
  min-height: 550px;
  margin-left: 24px;
}

.blogx-board__main {
  position: absolute;
  right: 0;
  top: 74px;
  width: 78%;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-strong);
  transform: perspective(1100px) rotateY(-10deg) rotateX(2deg);
}

.blogx-board__main img {
  width: 100%;
  height: 355px;
  object-fit: cover;
}

.blogx-board__main div {
  padding: 22px;
  background: var(--surface);
}

.blogx-board__main span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blogx-board__main h2 {
  margin: 0;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.045em;
}

.blogx-board__note,
.blogx-board__card {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(22, 27, 32, 0.78);
  color: var(--text-light);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.blogx-board__note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blogx-board__note i {
  color: var(--accent);
}

.blogx-board__note--one {
  left: 6%;
  bottom: 132px;
}

.blogx-board__note--two {
  right: 5%;
  top: 48px;
}

.blogx-board__card {
  width: 235px;
  padding: 18px;
  border-radius: 20px;
}

.blogx-board__card strong {
  display: block;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 900;
}

.blogx-board__card span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.55;
}

.blogx-board__card--top {
  left: 2%;
  top: 95px;
  transform: rotate(-5deg);
}

.blogx-board__card--bottom {
  right: 8%;
  bottom: 30px;
  transform: rotate(4deg);
}

.blogx-strip {
  overflow: hidden;
  background: var(--accent);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(22, 27, 32, 0.08);
}

.blogx-strip__track {
  display: flex;
  gap: 34px;
  width: max-content;
  padding: 14px 0;
  animation: blogxMarquee 24s linear infinite;
}

.blogx-strip__track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #14110b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  white-space: nowrap;
}

.blogx-strip__track i {
  color: rgba(22, 27, 32, 0.62);
}

@keyframes blogxMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.blogx-feature {
  background:
    radial-gradient(circle at 8% 18%, rgba(200, 169, 106, 0.14), transparent 27%),
    linear-gradient(180deg, #fff, var(--ice));
}

.blogx-feature-card {
  overflow: hidden;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow-medium);
}

.blogx-feature-card__media {
  position: relative;
  display: block;
  min-height: 100%;
  overflow: hidden;
}

.blogx-feature-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(22, 27, 32, 0.56));
}

.blogx-feature-card__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.blogx-feature-card:hover .blogx-feature-card__media img {
  transform: scale(1.06);
}

.blogx-feature-card__media span {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blogx-feature-card__body {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.blogx-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.blogx-meta span,
.postx-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--ice);
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.blogx-meta i,
.postx-meta i {
  color: var(--accent-dark);
}

.blogx-feature-card__body h2 {
  margin-bottom: 16px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.blogx-feature-card__body p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
}

.blogx-takeaways {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
}

.blogx-takeaways span {
  display: flex;
  gap: 10px;
  color: var(--primary);
  font-weight: 750;
  line-height: 1.55;
}

.blogx-takeaways i {
  margin-top: 4px;
  color: var(--accent-dark);
}

.blogx-categories {
  padding: 34px 0;
  background: #fff;
}

.blogx-category-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 169, 106, 0.18), transparent 32%),
    linear-gradient(145deg, var(--ice), #fff);
  box-shadow: var(--shadow-soft);
}

.blogx-category-panel h2 {
  margin: 0;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.blogx-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.blogx-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}

.blogx-pills a.active,
.blogx-pills a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--text-light);
  transform: translateY(-2px);
}

.blogx-grid-section {
  background:
    radial-gradient(circle at 84% 4%, rgba(200, 169, 106, 0.14), transparent 28%),
    linear-gradient(180deg, var(--ice), #fff);
}

.blogx-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.blogx-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
}

.blogx-card__media {
  position: relative;
  display: block;
  overflow: hidden;
}

.blogx-card__media img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.blogx-card:hover .blogx-card__media img {
  transform: scale(1.07);
}

.blogx-card__media span {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(22, 27, 32, 0.82);
  color: var(--text-light);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.blogx-card__body {
  padding: 25px;
}

.blogx-card__body h3 {
  margin: 0 0 12px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.blogx-card__body p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.blogx-card__footer {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(22, 27, 32, 0.08);
}

.blogx-card__footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blogx-card__footer a:hover {
  color: var(--accent-dark);
  transform: translateX(5px);
}

.blogx-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 45px;
}

.blogx-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(22, 27, 32, 0.1);
  border-radius: 14px;
  background: #fff;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.045);
}

.blogx-pagination a.active,
.blogx-pagination a:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--accent);
}

.blogx-empty {
  max-width: 620px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 28px;
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.blogx-empty > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
  border-radius: 22px;
  background: var(--primary);
  color: var(--accent);
  font-size: 24px;
}

.blogx-empty h3 {
  color: var(--primary);
  font-family: var(--font-heading);
  font-weight: 900;
}

.blogx-empty p {
  margin-bottom: 24px;
  color: var(--muted);
}

.blogx-route {
  background: #fff;
}

.blogx-route__panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 18%, rgba(200, 169, 106, 0.18), transparent 26%),
    linear-gradient(145deg, var(--ice), #fff);
  box-shadow: var(--shadow-soft);
}

.blogx-route__line {
  position: absolute;
  inset: 76px auto 76px 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
  transform: translateX(-50%);
}

.blogx-route__line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 9px rgba(200, 169, 106, 0.14);
  transform: translateX(-50%);
  animation: blogxRouteDot 4.8s ease-in-out infinite;
}

.blogx-route__step {
  position: absolute;
  width: 275px;
  padding: 21px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(16px);
}

.blogx-route__step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 13px;
  border-radius: 14px;
  background: var(--primary);
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 900;
}

.blogx-route__step h3 {
  margin-bottom: 7px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.blogx-route__step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.blogx-route__step--one { top: 44px; left: 48px; }
.blogx-route__step--two { top: 125px; right: 48px; }
.blogx-route__step--three { bottom: 126px; left: 48px; }
.blogx-route__step--four { right: 48px; bottom: 44px; }

@keyframes blogxRouteDot {
  0%, 100% { top: 0; opacity: 0.65; }
  50% { top: calc(100% - 14px); opacity: 1; }
}

.blogx-final-cta.cta-band-wrapper,
.postx-final-cta.cta-band-wrapper {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, var(--accent));
}

.blogx-final-cta .cta-band,
.postx-final-cta .cta-band {
  max-width: 940px;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(145deg, var(--primary), #0b0d10);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.postx-hero {
  min-height: 675px;
  color: var(--text-light);
  background: var(--primary);
}

.postx-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.postx-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.98), rgba(22, 27, 32, 0.77) 54%, rgba(22, 27, 32, 0.45)),
    radial-gradient(circle at 80% 30%, rgba(200, 169, 106, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.96));
}

.postx-hero__row {
  min-height: 675px;
  padding-top: 92px;
  padding-bottom: 74px;
}

.postx-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 800;
}

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

.postx-breadcrumb i {
  font-size: 9px;
  color: var(--accent);
}

.postx-hero__eyebrow {
  color: var(--accent);
}

.postx-hero__content h1 {
  max-width: 880px;
  margin-bottom: 22px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-size: clamp(38px, 5.8vw, 70px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.073em;
}

.postx-hero__content p {
  max-width: 670px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.82;
}

.postx-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.postx-meta span {
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.76);
}

.postx-hero__card {
  max-width: 330px;
  margin-left: auto;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.postx-hero__card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: var(--accent);
  color: var(--primary);
  font-size: 19px;
}

.postx-hero__card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-weight: 900;
}

.postx-hero__card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.65;
}

.postx-body-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(200, 169, 106, 0.12), transparent 27%),
    linear-gradient(180deg, var(--ice), #fff);
}

.postx-article {
  overflow: hidden;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.postx-cover img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.postx-summary-box {
  margin: 34px;
  padding: 28px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 169, 106, 0.18), transparent 34%),
    linear-gradient(145deg, var(--ice), #fff);
}

.postx-summary-grid {
  display: grid;
  gap: 12px;
}

.postx-summary-grid span {
  display: flex;
  gap: 10px;
  color: var(--primary);
  font-weight: 800;
  line-height: 1.55;
}

.postx-summary-grid i {
  margin-top: 4px;
  color: var(--accent-dark);
}

.postx-content-block {
  position: relative;
  padding: 10px 46px 38px 96px;
}

.postx-content-block::before {
  content: "";
  position: absolute;
  left: 64px;
  top: 30px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--accent), rgba(200, 169, 106, 0));
}

.postx-content-block__number {
  position: absolute;
  left: 36px;
  top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(200, 169, 106, 0.28);
  border-radius: 18px;
  background: var(--primary);
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}

.postx-content-block h2 {
  margin-bottom: 16px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -0.055em;
}

.postx-content-block p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.postx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 46px 46px 96px;
}

.postx-tags span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--ice);
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}

.postx-sidebar {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 20px;
}

.postx-side-card {
  padding: 28px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.postx-side-card--dark {
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 169, 106, 0.24), transparent 34%),
    linear-gradient(145deg, var(--primary), #08090b);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.postx-side-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: var(--accent);
  color: var(--primary);
}

.postx-side-card h3 {
  margin-bottom: 12px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.postx-side-card--dark h3 {
  color: var(--text-light);
}

.postx-side-card p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.postx-side-card--dark p {
  color: rgba(255, 255, 255, 0.68);
}

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

.postx-toc a {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px;
  border-radius: 16px;
  background: var(--ice);
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.postx-toc a:hover {
  background: var(--primary);
  color: var(--text-light);
  transform: translateX(5px);
}

.postx-toc span {
  color: var(--accent-dark);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 900;
}

.postx-side-card--quote {
  background: var(--accent);
  color: #14110b;
}

.postx-side-card--quote i {
  margin-bottom: 14px;
  font-size: 28px;
}

.postx-side-card--quote p {
  margin: 0;
  color: #14110b;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.postx-related {
  background: #fff;
}

.postx-not-found {
  min-height: 70vh;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(200, 169, 106, 0.18), transparent 28%),
    linear-gradient(180deg, var(--ice), #fff);
}

.postx-not-found__panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 56px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 34px;
  background: #fff;
  text-align: center;
  box-shadow: var(--shadow-medium);
}

.postx-not-found__panel > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  border-radius: 24px;
  background: var(--primary);
  color: var(--accent);
  font-size: 28px;
}

.postx-not-found__panel h1 {
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 900;
  letter-spacing: -0.06em;
}

.postx-not-found__panel p {
  max-width: 560px;
  margin: 14px auto 0;
  color: var(--muted);
}

@media (max-width: 1199.98px) {
  .blogx-route__step {
    width: 252px;
  }
}

@media (max-width: 991.98px) {
  .blogx-hero,
  .blogx-hero__row,
  .postx-hero,
  .postx-hero__row {
    min-height: auto;
  }

  .blogx-hero__row,
  .postx-hero__row {
    padding-top: 100px;
    padding-bottom: 82px;
  }

  .blogx-category-panel {
    grid-template-columns: 1fr;
  }

  .blogx-pills {
    justify-content: flex-start;
  }

  .blogx-route__panel {
    min-height: auto;
    display: grid;
    gap: 16px;
    padding: 24px;
  }

  .blogx-route__line {
    display: none;
  }

  .blogx-route__step {
    position: relative;
    inset: auto !important;
    width: 100%;
  }

  .postx-sidebar {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767.98px) {
  .blogx-hero__title,
  .postx-hero__content h1 {
    font-size: clamp(38px, 13vw, 54px);
    letter-spacing: -0.065em;
  }

  .blogx-search {
    flex-wrap: wrap;
    border-radius: 24px;
  }

  .blogx-search input,
  .blogx-search button {
    width: 100%;
  }

  .blogx-feature-card__body {
    min-height: auto;
    padding: 30px;
  }

  .blogx-feature-card__media img {
    min-height: 310px;
  }

  .blogx-category-panel,
  .blogx-empty,
  .postx-not-found__panel {
    padding: 28px;
  }

  .postx-cover img {
    height: 290px;
  }

  .postx-summary-box {
    margin: 22px;
    padding: 22px;
  }

  .postx-content-block {
    padding: 8px 24px 34px 72px;
  }

  .postx-content-block::before {
    left: 46px;
  }

  .postx-content-block__number {
    left: 20px;
    width: 52px;
    height: 52px;
  }

  .postx-tags {
    padding: 0 24px 34px 72px;
  }
}


/* ======================================================
   CONSULTATION + CONTACT PAGE REDESIGN
   Unique classes to avoid affecting other pages
====================================================== */
.consultx-hero,
.contactx-hero {
  min-height: 720px;
  isolation: isolate;
}

.consultx-hero .hero-bg {
  background-image: linear-gradient(90deg, rgba(22, 27, 32, 0.92), rgba(22, 27, 32, 0.64), rgba(22, 27, 32, 0.24)), url("../img/travel-family-suitcases.jpeg");
}

.contactx-hero .hero-bg {
  background-image: linear-gradient(90deg, rgba(22, 27, 32, 0.94), rgba(22, 27, 32, 0.64), rgba(22, 27, 32, 0.28)), url("../img/travel-beach-laptop.jpeg");
}

.consultx-hero .hero-title,
.contactx-hero .hero-title {
  max-width: 680px;
}

.consultx-orb,
.contactx-grid-glow {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.consultx-orb {
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.22;
  background: radial-gradient(circle, var(--accent) 0%, transparent 68%);
  animation: consultFloat 7s ease-in-out infinite;
}

.consultx-orb-one { top: 16%; right: 9%; }
.consultx-orb-two { bottom: 12%; left: 44%; animation-delay: 1.8s; }

@keyframes consultFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(16px, -18px, 0) scale(1.06); }
}

.consultx-showcase .hero-browser-main {
  box-shadow: var(--shadow-strong);
}

.consultx-mini-panel {
  position: absolute;
  right: -10px;
  bottom: 42px;
  width: 280px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(22, 27, 32, 0.72);
  color: var(--text-light);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-dark);
}

.consultx-mini-panel span,
.contactx-card-footer span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.consultx-mini-panel strong,
.contactx-card-footer strong {
  font-family: var(--font-heading);
  font-size: 16px;
  letter-spacing: -0.03em;
}

.consultx-strip {
  overflow: hidden;
  background: var(--accent);
  color: #14110b;
}

.consultx-strip__track {
  display: flex;
  width: max-content;
  gap: 30px;
  padding: 14px 0;
  animation: consultTicker 24s linear infinite;
}

.consultx-strip__track span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes consultTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.consultx-booking,
.contactx-main {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(200, 169, 106, 0.14), transparent 34%),
    linear-gradient(180deg, #fff, var(--ice));
}

.consultx-intro-card,
.consultx-form-card,
.contactx-form-shell,
.contactx-office {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 106, 0.26);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.consultx-intro-card,
.contactx-office {
  padding: 34px;
  background: linear-gradient(145deg, var(--primary), #2d333a);
  color: var(--text-light);
}

.consultx-intro-card::before,
.contactx-office::before,
.contactx-route-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at 20% 0%, rgba(200,169,106,0.36), transparent 34%);
  pointer-events: none;
}

.consultx-intro-card > *,
.contactx-office > *,
.contactx-route-card > * {
  position: relative;
  z-index: 1;
}

.consultx-intro-card h2,
.contactx-office h2,
.contactx-route-card h2 {
  margin-bottom: 16px;
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 850;
  line-height: 1.07;
  letter-spacing: -0.05em;
}

.consultx-intro-card p,
.contactx-office,
.contactx-route-card {
  color: rgba(255, 255, 255, 0.74);
}

.consultx-proof-grid {
  display: grid;
  gap: 13px;
  margin-top: 26px;
}

.consultx-proof-grid div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.consultx-proof-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: var(--accent);
  color: #14110b;
  font-size: 12px;
}

.consultx-proof-grid span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.consultx-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 25px;
  padding: 17px;
  border-radius: 18px;
  background: rgba(200, 169, 106, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.consultx-note i { color: var(--accent); margin-top: 5px; }

.consultx-form-card,
.contactx-form-shell {
  padding: 34px;
}

.consultx-form-head,
.contactx-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.consultx-form-head h2,
.contactx-form-head h2 {
  margin: 0 0 8px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.05em;
}

.contactx-form-head p { max-width: 560px; color: var(--muted); }

.consultx-form-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: var(--radius-pill);
  background: var(--primary);
  color: var(--text-light);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.consultx-form,
.contactx-form {
  display: grid;
  gap: 20px;
}

.consultx-form label,
.contactx-form label {
  margin-bottom: 7px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 850;
}

.consultx-form .form-control,
.consultx-form .form-select,
.contactx-form .form-control,
.contactx-form .form-select {
  min-height: 52px;
  border: 1px solid rgba(29, 35, 41, 0.12);
  border-radius: 16px;
  background-color: #fff;
  color: var(--text);
  font-size: 14px;
  box-shadow: none;
}

.consultx-form textarea.form-control,
.contactx-form textarea.form-control { min-height: 140px; }

.consultx-form .form-control:focus,
.consultx-form .form-select:focus,
.contactx-form .form-control:focus,
.contactx-form .form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(200, 169, 106, 0.16);
}

.consultx-form-actions,
.contactx-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 8px;
}

.consultx-form-actions small,
.contactx-form-actions small {
  max-width: 330px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.consultx-success,
.contactx-success {
  display: none;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(60, 203, 135, 0.28);
  border-radius: 18px;
  background: rgba(60, 203, 135, 0.11);
  color: var(--primary);
}

.consultx-success.is-visible,
.contactx-success.is-visible { display: flex; }
.consultx-success i,
.contactx-success i { color: var(--success); font-size: 20px; }
.consultx-success strong { display: block; font-family: var(--font-heading); }
.consultx-success span { display: block; color: var(--muted); font-size: 13px; }

.consultx-path {
  background: var(--primary);
  color: var(--text-light);
}

.consultx-path .section-title { color: var(--text-light); }
.consultx-path .section-lead { color: var(--muted-light); }

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

.consultx-path-grid::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  top: 58px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(200, 169, 106, 0.9), transparent);
  animation: consultLinePulse 2.8s ease-in-out infinite;
}

@keyframes consultLinePulse {
  0%, 100% { opacity: 0.32; transform: scaleX(0.88); }
  50% { opacity: 1; transform: scaleX(1); }
}

.consultx-path-card {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  box-shadow: 0 22px 55px rgba(0,0,0,0.22);
}

.consultx-path-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: #14110b;
  font-weight: 900;
  font-size: 12px;
}

.consultx-path-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent);
  font-size: 22px;
}

.consultx-path-card h3,
.consultx-choice-card h3,
.contactx-option-card h3 {
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.consultx-path-card p { color: var(--muted-light); }

.consultx-choice { background: #fff; }

.consultx-choice-card,
.contactx-option-card {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(29, 35, 41, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, var(--ice));
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.consultx-choice-card:hover,
.contactx-option-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
}

.consultx-choice-card i,
.contactx-option-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: var(--primary);
  color: var(--accent);
  font-size: 21px;
}

.consultx-choice-card p,
.contactx-option-card p { color: var(--muted); }

.contactx-grid-glow {
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 72% 45%, black, transparent 58%);
  opacity: 0.8;
}

.contactx-hero-card {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 36px;
  background: rgba(22, 27, 32, 0.72);
  color: var(--text-light);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-dark);
}

.contactx-hero-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,169,106,0.36), transparent 68%);
}

.contactx-hero-card > * { position: relative; z-index: 1; }

.contactx-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  padding: 9px 13px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  color: var(--muted-light);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contactx-live-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 6px rgba(60, 203, 135, 0.16);
}

.contactx-hero-card h2 {
  margin-bottom: 5px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 850;
  letter-spacing: -0.06em;
}

.contactx-hero-card p { margin-bottom: 24px; color: var(--muted-light); }

.contactx-hero-list {
  display: grid;
  gap: 13px;
  margin-bottom: 26px;
}

.contactx-hero-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.contactx-hero-list a:hover { border-color: rgba(200,169,106,0.5); color: #fff; transform: translateX(4px); }
.contactx-hero-list i { color: var(--accent); }

.contactx-card-footer {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contactx-options {
  background: #fff;
}

.contactx-option-card {
  position: relative;
  overflow: hidden;
}

.contactx-option-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(200,169,106,0.12), transparent 42%);
  opacity: 0;
  transition: var(--transition);
}

.contactx-option-card:hover::before { opacity: 1; }
.contactx-option-card > * { position: relative; z-index: 1; }

.contactx-option-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 850;
}

.contactx-option-card a:hover { gap: 12px; color: var(--primary); }

.contactx-office-list {
  display: grid;
  gap: 15px;
  margin-top: 26px;
}

.contactx-office-list div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.contactx-office-list i {
  color: var(--accent);
  margin-top: 5px;
}

.contactx-office-list span { display: grid; color: rgba(255,255,255,0.78); font-size: 14px; }
.contactx-office-list strong { color: #fff; font-family: var(--font-heading); }

.contactx-map-card {
  display: grid;
  place-items: center;
  min-height: 190px;
  margin-top: 22px;
  padding: 22px;
  border: 1px dashed rgba(200,169,106,0.4);
  border-radius: 24px;
  background:
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 26px 26px;
}

.contactx-map-card div { display: grid; justify-items: center; text-align: center; }
.contactx-map-card i { margin-bottom: 10px; color: var(--accent); font-size: 34px; }
.contactx-map-card strong { color: #fff; font-family: var(--font-heading); font-size: 18px; }
.contactx-map-card span { max-width: 280px; color: var(--muted-light); font-size: 13px; }

.contactx-office-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.contactx-route {
  padding-top: 0;
  background: var(--ice);
}

.contactx-route-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 28px;
  padding: 34px;
  border-radius: 34px;
  background: var(--primary);
  color: var(--text-light);
  box-shadow: var(--shadow-medium);
}

.contactx-route-steps {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.contactx-route-steps span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.86);
  font-size: 12px;
  font-weight: 850;
}

.contactx-route-steps i { color: var(--accent); }

@media (max-width: 991.98px) {
  .consultx-hero,
  .contactx-hero { min-height: auto; padding: 105px 0 90px; }

  .consultx-path-grid,
  .contactx-route-card { grid-template-columns: 1fr; }

  .consultx-path-grid::before { display: none; }

  .contactx-route-steps { justify-content: flex-start; }
}

@media (max-width: 767.98px) {
  .consultx-form-head,
  .consultx-form-actions,
  .contactx-form-actions,
  .section-header--split { flex-direction: column; align-items: flex-start; }

  .consultx-intro-card,
  .consultx-form-card,
  .contactx-form-shell,
  .contactx-office,
  .contactx-route-card { border-radius: 26px; padding: 24px; }

  .consultx-strip__track { animation-duration: 16s; }

  .contactx-route-steps span { width: 100%; justify-content: center; }
}

/* ======================================================
   CONTACT PAGE FACELIFT V2
   Cleaner hero, animated contact route, premium form panel
====================================================== */
.contactx-hero-clean {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 128px 0 98px;
}

.contactx-hero-clean .hero-bg {
  background-image:
    linear-gradient(90deg, rgba(22, 27, 32, 0.95), rgba(22, 27, 32, 0.72), rgba(22, 27, 32, 0.33)),
    url("../img/travel-beach-blog.jpeg");
}

.contactx-hero-clean .hero-overlay {
  background:
    radial-gradient(circle at 16% 28%, rgba(200, 169, 106, 0.28), transparent 30%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.88));
}

.contactx-hero-copy .hero-title {
  max-width: 760px;
  font-size: clamp(3.1rem, 7vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -0.085em;
}

.contactx-hero-copy .hero-text {
  max-width: 720px;
}

.contactx-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.contactx-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(16px);
}

.contactx-hero-points i {
  color: var(--accent);
}

.contactx-hero-orb {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.24;
  background: radial-gradient(circle, var(--accent) 0%, rgba(200,169,106,0.2) 35%, transparent 70%);
  animation: contactHeroFloat 7s ease-in-out infinite;
}

.contactx-hero-orb--one {
  width: 240px;
  height: 240px;
  right: 12%;
  top: 22%;
}

.contactx-hero-orb--two {
  width: 170px;
  height: 170px;
  left: 56%;
  bottom: 18%;
  animation-delay: 1.65s;
}

@keyframes contactHeroFloat {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(18px, -20px, 0) scale(1.08); }
}

.contactx-channel-journey {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 0%, rgba(200,169,106,0.12), transparent 30%),
    linear-gradient(180deg, #fff, var(--ice));
}

.contactx-channel-head {
  max-width: 790px;
  margin-bottom: 18px;
}

.contactx-route-map {
  position: relative;
  min-height: 390px;
  max-width: 1100px;
  margin: 20px auto 0;
}

.contactx-route-line {
  position: absolute;
  inset: 40px 0 auto;
  width: 100%;
  height: 260px;
  overflow: visible;
  pointer-events: none;
}

.contactx-route-line path {
  fill: none;
  stroke: rgba(200, 169, 106, 0.8);
  stroke-width: 3;
  stroke-dasharray: 10 15;
  stroke-linecap: round;
  filter: drop-shadow(0 8px 18px rgba(200,169,106,0.18));
  animation: contactRouteDash 15s linear infinite;
}

@keyframes contactRouteDash {
  to { stroke-dashoffset: -260; }
}

.contactx-route-node {
  position: absolute;
  z-index: 2;
  width: min(320px, 31vw);
  min-height: 245px;
  padding: 26px;
  border: 1px solid rgba(232, 226, 212, 0.88);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88));
  box-shadow: 0 28px 70px rgba(29, 35, 41, 0.11);
  backdrop-filter: blur(18px);
  transition: var(--transition);
}

.contactx-route-node::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 34px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(200,169,106,0.15);
}

.contactx-route-node:hover {
  transform: translateY(-10px);
  border-color: rgba(200, 169, 106, 0.5);
  box-shadow: 0 36px 90px rgba(29, 35, 41, 0.15);
}

.contactx-route-node--one { left: 0; top: 90px; }
.contactx-route-node--two { left: 50%; top: 24px; transform: translateX(-50%); }
.contactx-route-node--two:hover { transform: translateX(-50%) translateY(-10px); }
.contactx-route-node--three { right: 0; top: 112px; }

.contactx-route-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 21px;
  background: var(--primary);
  color: var(--accent);
  font-size: 24px;
  box-shadow: 0 18px 40px rgba(29, 35, 41, 0.12);
}

.contactx-route-node > span {
  display: block;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contactx-route-node h3 {
  margin: 8px 0 10px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.contactx-route-node p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.contactx-route-node a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.contactx-route-node a:hover {
  gap: 14px;
  color: var(--accent-dark);
}

.contactx-message-suite {
  background:
    linear-gradient(180deg, var(--ice), #fff 38%, var(--ice));
}

.contactx-form-pro {
  padding: 0;
  border: 1px solid rgba(200,169,106,0.22);
  border-radius: 38px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(29,35,41,0.09);
}

.contactx-form-pro::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 10px;
  background: linear-gradient(90deg, var(--accent), rgba(200,169,106,0.2), var(--primary));
}

.contactx-form-head-pro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 38px 10px;
}

.contactx-form-stamp {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--radius-pill);
  background: rgba(22, 27, 32, 0.06);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contactx-form-stamp i {
  color: var(--accent-dark);
}

.contactx-form-pro .contactx-form {
  padding: 18px 38px 38px;
}

.contactx-input-wrap {
  position: relative;
}

.contactx-input-wrap > i {
  position: absolute;
  left: 17px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--accent-dark);
  font-size: 14px;
  pointer-events: none;
}

.contactx-input-wrap--textarea > i {
  top: 25px;
  transform: none;
}

.contactx-form-pro .form-control,
.contactx-form-pro .form-select {
  min-height: 58px;
  padding-left: 46px;
  border-color: rgba(29, 35, 41, 0.1);
  border-radius: 18px;
  background: #fbfaf6;
}

.contactx-form-pro textarea.form-control {
  min-height: 155px;
  padding-top: 17px;
}

.contactx-form-actions-pro {
  margin-top: 6px;
  padding: 20px;
  border: 1px solid rgba(29, 35, 41, 0.06);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(200,169,106,0.16), transparent 38%),
    #fbfaf6;
}

.contactx-form-actions-pro .btn {
  box-shadow: 0 18px 38px rgba(200,169,106,0.24);
}

.contactx-office-pro {
  padding: 0;
  border: 0;
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 0%, rgba(200,169,106,0.28), transparent 32%),
    linear-gradient(150deg, #161b20, #2c333a);
  box-shadow: var(--shadow-dark);
}

.contactx-office-pro::before {
  background:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, black, transparent 78%);
}

.contactx-office-top {
  padding: 38px 34px 12px;
}

.contactx-office-top p:not(.section-eyebrow) {
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
}

.contactx-office-list-pro {
  padding: 0 34px;
}

.contactx-office-list-pro a,
.contactx-office-list-pro div {
  text-decoration: none;
  transition: var(--transition);
}

.contactx-office-list-pro a:hover,
.contactx-office-list-pro div:hover {
  transform: translateX(7px);
  border-color: rgba(200,169,106,0.36);
  background: rgba(255,255,255,0.09);
}

.contactx-office-map-pro {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
  min-height: 205px;
  margin: 24px 34px 0;
  padding: 30px 22px;
  overflow: hidden;
  border: 1px dashed rgba(200,169,106,0.42);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 45%, rgba(200,169,106,0.18), transparent 32%),
    linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: auto, 30px 30px, 30px 30px;
}

.contactx-map-pin {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--accent);
  color: #161b20;
  font-size: 22px;
  box-shadow: 0 0 0 12px rgba(200,169,106,0.14);
}

.contactx-office-map-pro strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 850;
}

.contactx-office-map-pro span {
  max-width: 290px;
  margin-top: 8px;
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  line-height: 1.65;
}

.contactx-office-cta-pro {
  padding: 24px 34px 34px;
}

@media (max-width: 991.98px) {
  .contactx-hero-clean {
    min-height: auto;
    padding: 120px 0 92px;
  }

  .contactx-route-map {
    display: grid;
    gap: 18px;
    min-height: auto;
    margin-top: 28px;
  }

  .contactx-route-line {
    display: none;
  }

  .contactx-route-node,
  .contactx-route-node--one,
  .contactx-route-node--two,
  .contactx-route-node--three {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    transform: none;
  }

  .contactx-route-node--two:hover {
    transform: translateY(-10px);
  }
}

@media (max-width: 767.98px) {
  .contactx-hero-copy .hero-title {
    font-size: clamp(2.7rem, 14vw, 4.4rem);
  }

  .contactx-hero-points span {
    width: 100%;
  }

  .contactx-form-pro,
  .contactx-office-pro {
    border-radius: 28px;
  }

  .contactx-form-head-pro,
  .contactx-form-pro .contactx-form,
  .contactx-office-top,
  .contactx-office-list-pro,
  .contactx-office-cta-pro {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contactx-form-head-pro,
  .contactx-form-actions-pro {
    flex-direction: column;
    align-items: flex-start;
  }

  .contactx-office-map-pro {
    margin-left: 24px;
    margin-right: 24px;
  }
}


/* ======================================================
   CONTACT PAGE V3 FACELIFT
   Support desk first, cleaner hero, premium form, isolated CTA
====================================================== */
.contactx-hero-premium {
  min-height: 720px;
  isolation: isolate;
}

.contactx-hero-premium .hero-bg {
  background-image:
    linear-gradient(90deg, rgba(22, 27, 32, 0.96) 0%, rgba(22, 27, 32, 0.80) 42%, rgba(22, 27, 32, 0.24) 100%),
    url("../img/travel-hero-solo.jpeg");
  transform: scale(1.02);
}

.contactx-hero-premium .hero-overlay {
  background:
    radial-gradient(circle at 18% 30%, rgba(200, 169, 106, 0.25), transparent 26%),
    radial-gradient(circle at 72% 48%, rgba(255, 255, 255, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.04), rgba(22, 27, 32, 0.88));
}

.contactx-hero-premium .hero-row {
  min-height: 720px;
}

.contactx-hero-premium .contactx-grid-glow {
  opacity: 0.75;
}

.contactx-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.82);
}

.contactx-hero-meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contactx-hero-meta span:not(:last-child)::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 2px;
  background: linear-gradient(90deg, rgba(200,169,106,0.95), transparent);
}

.contactx-hero-meta i {
  color: var(--accent);
}

.contactx-hero-premium .contactx-hero-copy .hero-title {
  max-width: 760px;
  font-size: clamp(3.25rem, 7vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: -0.085em;
}

.contactx-support-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.contactx-support-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.82fr) minmax(250px, 0.68fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(28px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(200, 169, 106, 0.32);
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 0%, rgba(200,169,106,0.34), transparent 30%),
    linear-gradient(140deg, #161b20, #242b32 48%, #111418);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.contactx-support-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(90deg, black, transparent 90%);
  pointer-events: none;
}

.contactx-support-card > * {
  position: relative;
  z-index: 1;
}

.contactx-support-content h2 {
  max-width: 520px;
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.065em;
}

.contactx-support-content p:not(.section-eyebrow) {
  max-width: 560px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.72);
  line-height: 1.78;
}

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

.contactx-support-details {
  display: grid;
  gap: 13px;
}

.contactx-support-details a,
.contactx-support-details div {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  background: rgba(255,255,255,0.065);
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  transition: var(--transition);
  backdrop-filter: blur(16px);
}

.contactx-support-details a:hover,
.contactx-support-details div:hover {
  transform: translateX(6px);
  border-color: rgba(200,169,106,0.44);
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.contactx-support-details i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
  border-radius: 16px;
  background: rgba(200,169,106,0.16);
  color: var(--accent);
  font-size: 18px;
}

.contactx-support-details span {
  display: grid;
  gap: 4px;
  font-size: 13px;
  line-height: 1.25;
}

.contactx-support-details strong {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 14px;
}

.contactx-map-card-premium {
  min-height: 100%;
  margin: 0;
  align-content: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 45%, rgba(200,169,106,0.2), transparent 33%),
    linear-gradient(rgba(255,255,255,0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.075) 1px, transparent 1px);
  background-size: auto, 30px 30px, 30px 30px;
}

.contactx-message-suite {
  background: linear-gradient(180deg, #fff, var(--ice));
}

.contactx-form-guide {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(200,169,106,0.24);
  border-radius: 38px;
  background:
    radial-gradient(circle at 100% 0%, rgba(200,169,106,0.18), transparent 34%),
    #fff;
  box-shadow: 0 28px 80px rgba(29,35,41,0.08);
}

.contactx-form-guide::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(200,169,106,0.1);
}

.contactx-guide-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 10px 13px;
  border-radius: var(--radius-pill);
  background: rgba(22,27,32,0.07);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contactx-form-guide h3,
.contactx-form-guide p,
.contactx-form-guide ul,
.contactx-form-guide a {
  position: relative;
  z-index: 1;
}

.contactx-form-guide h3 {
  margin-bottom: 14px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.contactx-form-guide p {
  color: var(--muted);
  line-height: 1.7;
}

.contactx-form-guide ul {
  display: grid;
  gap: 13px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.contactx-form-guide li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 800;
}

.contactx-form-guide li i {
  color: var(--accent-dark);
}

.contactx-final-cta.cta-band-wrapper {
  margin-top: 0;
  padding: 76px 0 86px;
  background: #fff;
}

.contactx-final-cta .cta-band {
  max-width: 950px;
  padding: 42px 38px;
  border: 1px solid rgba(200,169,106,0.34);
  background:
    radial-gradient(circle at 14% 24%, rgba(200,169,106,0.23), transparent 30%),
    linear-gradient(145deg, var(--primary), #090b0d);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.contactx-final-cta .cta-small {
  color: var(--accent);
}

@media (max-width: 1199.98px) {
  .contactx-support-card {
    grid-template-columns: 1fr 1fr;
  }

  .contactx-map-card-premium {
    grid-column: 1 / -1;
    min-height: 220px;
  }
}

@media (max-width: 991.98px) {
  .contactx-hero-premium,
  .contactx-hero-premium .hero-row {
    min-height: auto;
  }

  .contactx-hero-premium {
    padding: 120px 0 96px;
  }

  .contactx-support-card {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }
}

@media (max-width: 767.98px) {
  .contactx-hero-premium .contactx-hero-copy .hero-title {
    font-size: clamp(2.75rem, 14vw, 4.4rem);
  }

  .contactx-hero-meta {
    display: grid;
    gap: 12px;
  }

  .contactx-hero-meta span:not(:last-child)::after {
    display: none;
  }

  .contactx-support-card,
  .contactx-form-guide,
  .contactx-final-cta .cta-band {
    border-radius: 26px;
  }

  .contactx-support-actions .btn {
    width: 100%;
  }
}

/* ======================================================
   CONTACT PAGE V4 REFINEMENT
   Centered one-line hero, CTA-style support card, standalone form
====================================================== */
.contactx-hero-v4,
.contactx-hero-v4 .hero-row {
  min-height: 680px;
}

.contactx-hero-v4 .hero-bg {
  background-image:
    linear-gradient(180deg, rgba(22, 27, 32, 0.78) 0%, rgba(22, 27, 32, 0.82) 52%, rgba(22, 27, 32, 0.92) 100%),
    url("../img/travel-family-waving.jpeg");
  background-position: center;
}

.contactx-hero-v4 .hero-overlay {
  background:
    radial-gradient(circle at 50% 22%, rgba(200, 169, 106, 0.30), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.09), transparent 24%),
    radial-gradient(circle at 84% 70%, rgba(200, 169, 106, 0.14), transparent 28%);
}

.contactx-hero-copy-v4 {
  max-width: 1080px;
}

.contactx-hero-v4 .contactx-hero-copy-v4 .hero-title {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(3.3rem, 6.15vw, 6.35rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  white-space: nowrap;
}

.contactx-hero-v4 .hero-text {
  max-width: 780px;
}

.contactx-hero-meta-v4 {
  justify-content: center;
}

.contactx-support-v4 {
  background: #fff;
}

.contactx-support-card-v4 {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 58px);
  border-radius: 44px;
  background:
    radial-gradient(circle at 18% 18%, rgba(200,169,106,0.24), transparent 30%),
    radial-gradient(circle at 85% 35%, rgba(255,255,255,0.08), transparent 28%),
    linear-gradient(145deg, var(--primary), #090b0d);
  box-shadow: var(--shadow-dark);
}

.contactx-support-card-v4::before {
  opacity: 0.9;
  mask-image: linear-gradient(180deg, black, transparent 92%);
}

.contactx-support-intro-v4 {
  max-width: 760px;
}

.contactx-support-intro-v4 .section-eyebrow {
  color: var(--accent);
}

.contactx-support-intro-v4 h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.contactx-support-intro-v4 p:not(.section-eyebrow) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.72);
}

.contactx-support-details-v4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.contactx-support-details-v4 a,
.contactx-support-details-v4 div {
  min-height: 166px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045));
}

.contactx-support-details-v4 a:hover,
.contactx-support-details-v4 div:hover {
  transform: translateY(-8px);
}

.contactx-support-details-v4 i {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 18px;
  background: rgba(200,169,106,0.18);
}

.contactx-support-details-v4 span {
  text-align: left;
  word-break: break-word;
}

.contactx-support-details-v4 strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contactx-support-actions-v4 {
  justify-content: center;
  margin-top: 34px;
}

.contactx-support-actions-v4 .site-btn {
  min-width: 180px;
}

.contactx-form-standalone {
  background:
    radial-gradient(circle at 50% 0%, rgba(200,169,106,0.12), transparent 34%),
    linear-gradient(180deg, #fff, var(--ice));
}

.contactx-form-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.contactx-form-pro-v4 {
  max-width: 920px;
  margin: 0 auto;
  border-radius: 38px;
}

.contactx-form-head-v4 {
  text-align: left;
}

@media (max-width: 1199.98px) {
  .contactx-support-details-v4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .contactx-hero-v4,
  .contactx-hero-v4 .hero-row {
    min-height: auto;
  }

  .contactx-hero-v4 {
    padding: 120px 0 96px;
  }

  .contactx-hero-v4 .contactx-hero-copy-v4 .hero-title {
    white-space: normal;
    font-size: clamp(3rem, 12vw, 5rem);
  }
}

@media (max-width: 767.98px) {
  .contactx-support-details-v4 {
    grid-template-columns: 1fr;
  }

  .contactx-support-card-v4,
  .contactx-form-pro-v4 {
    border-radius: 28px;
  }

  .contactx-support-actions-v4 .site-btn {
    width: 100%;
  }
}

/* ======================================================
   VISA ASSISTANCE DETAIL PAGE REDESIGN
   Sidebar service-detail layout inspired by agency service pages
====================================================== */
.visa-detail-hero .services-hero__content {
  max-width: 960px;
}

.visa-detail-hero .services-hero__content h1 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: -0.078em;
}

.visa-detail-layout {
  background:
    radial-gradient(circle at 78% 12%, rgba(200, 169, 106, 0.14), transparent 30%),
    linear-gradient(180deg, #fff 0%, var(--ice) 100%);
}

.visa-detail-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.visa-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
}

.visa-side-card,
.visa-advice-card,
.visa-checklist-card,
.visa-overview-card,
.visa-center-block,
.visa-support-route,
.visa-faq-panel {
  border: 1px solid rgba(22, 27, 32, 0.08);
  box-shadow: var(--shadow-soft);
}

.visa-side-card {
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.visa-side-label {
  display: inline-flex;
  margin: 0 0 12px 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.visa-service-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  margin-bottom: 10px;
  padding: 14px 15px;
  border-radius: 16px;
  background: var(--ice);
  color: var(--text);
  font-size: 13px;
  font-weight: 850;
}

.visa-service-menu a:last-child {
  margin-bottom: 0;
}

.visa-service-menu a i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(22, 27, 32, 0.06);
  color: var(--primary);
  font-size: 11px;
  transition: var(--transition);
}

.visa-service-menu a:hover,
.visa-service-menu a.active {
  transform: translateX(6px);
  background: var(--accent);
  color: #15110a;
}

.visa-service-menu a:hover i,
.visa-service-menu a.active i {
  background: rgba(255, 255, 255, 0.45);
}

.visa-advice-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 20% 16%, rgba(200, 169, 106, 0.35), transparent 34%),
    linear-gradient(145deg, var(--primary), #090b0d 78%);
  color: #fff;
}

.visa-advice-glow {
  position: absolute;
  inset: auto -42px -60px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.22);
  filter: blur(10px);
}

.visa-advice-card p {
  position: relative;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visa-advice-card h3 {
  position: relative;
  max-width: 230px;
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.visa-advice-card span {
  position: relative;
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.65;
}

.visa-advice-phone {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 850;
}

.visa-advice-phone i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent);
}

.visa-checklist-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: var(--accent);
  color: #15110a;
  font-size: 13px;
  font-weight: 900;
}

.visa-checklist-card i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.44);
}

.visa-checklist-card:hover {
  transform: translateY(-5px);
  color: #15110a;
  box-shadow: var(--shadow-brand);
}

.visa-detail-main {
  display: grid;
  gap: 30px;
}

.visa-overview-card,
.visa-center-block,
.visa-support-route,
.visa-faq-panel {
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.94);
}

.visa-overview-card {
  overflow: hidden;
}

.visa-overview-image {
  position: relative;
  min-height: 390px;
}

.visa-overview-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.visa-overview-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 10, 12, 0.72));
}

.visa-overview-image span {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(22, 27, 32, 0.58);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.visa-overview-image span i {
  color: var(--accent);
}

.visa-overview-content {
  padding: clamp(28px, 4vw, 48px);
}

.visa-overview-content h2,
.visa-center-head h2,
.visa-route-head h2,
.visa-faq-head h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.visa-overview-content p:not(.section-eyebrow),
.visa-center-head p:not(.section-eyebrow) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.visa-overview-content p + p {
  margin-top: 14px;
}

.visa-center-block,
.visa-support-route,
.visa-faq-panel {
  padding: clamp(28px, 4vw, 48px);
}

.visa-center-head {
  max-width: 760px;
}

.visa-quote-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--accent);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg, rgba(200, 169, 106, 0.13), rgba(200, 169, 106, 0.02));
}

.visa-quote-note i {
  color: var(--accent);
  font-size: 24px;
}

.visa-quote-note span {
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.visa-feature-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.visa-feature-card {
  overflow: hidden;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 26px;
  background: var(--ice);
  transition: var(--transition);
}

.visa-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
}

.visa-feature-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.visa-feature-card h3 {
  margin: 20px 20px 8px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.visa-feature-card p {
  margin: 0 20px 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.visa-support-route {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 169, 106, 0.14), transparent 36%),
    linear-gradient(180deg, #fff, var(--ice));
}

.visa-route-head {
  max-width: 720px;
  margin: 0 auto 36px;
}

.visa-route-line {
  position: absolute;
  left: 50%;
  top: 170px;
  width: 2px;
  height: calc(100% - 235px);
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--accent), rgba(200,169,106,0.1));
}

.visa-route-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -4px);
  border: 3px solid var(--accent);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(200,169,106,0.13);
  animation: visaPulse 2.4s ease-in-out infinite;
}

@keyframes visaPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(200,169,106,0.12); }
  50% { box-shadow: 0 0 0 18px rgba(200,169,106,0.04); }
}

.visa-route-steps {
  position: relative;
  display: grid;
  gap: 22px;
}

.visa-route-step {
  position: relative;
  width: min(44%, 360px);
  padding: 22px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(0,0,0,0.06);
  transition: var(--transition);
}

.visa-route-step::before {
  content: "";
  position: absolute;
  top: 34px;
  width: 70px;
  height: 2px;
  background: rgba(200, 169, 106, 0.7);
}

.visa-route-step::after {
  content: "";
  position: absolute;
  top: 27px;
  width: 16px;
  height: 16px;
  border: 3px solid var(--accent);
  border-radius: 50%;
  background: #fff;
}

.visa-route-step:nth-child(odd) {
  justify-self: start;
}

.visa-route-step:nth-child(even) {
  justify-self: end;
}

.visa-route-step:nth-child(odd)::before {
  right: -70px;
}

.visa-route-step:nth-child(odd)::after {
  right: -78px;
}

.visa-route-step:nth-child(even)::before {
  left: -70px;
}

.visa-route-step:nth-child(even)::after {
  left: -78px;
}

.visa-route-step:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-medium);
}

.visa-route-step span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 900;
}

.visa-route-step h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.visa-route-step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.visa-detail-accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 18px;
  background: #fff;
}

.visa-detail-accordion .accordion-button {
  padding: 20px 22px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 0.98rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  background: #fff;
  box-shadow: none;
}

.visa-detail-accordion .accordion-button:not(.collapsed) {
  color: #15110a;
  background: rgba(200, 169, 106, 0.16);
}

.visa-detail-accordion .accordion-body {
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 1199.98px) {
  .visa-detail-grid {
    grid-template-columns: 280px minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  .visa-detail-grid {
    grid-template-columns: 1fr;
  }

  .visa-sidebar {
    position: static;
    grid-template-columns: 1fr;
  }

  .visa-route-line,
  .visa-route-step::before,
  .visa-route-step::after {
    display: none;
  }

  .visa-route-step,
  .visa-route-step:nth-child(odd),
  .visa-route-step:nth-child(even) {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 767.98px) {
  .visa-detail-hero .services-hero__content h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .visa-feature-pair {
    grid-template-columns: 1fr;
  }

  .visa-overview-card,
  .visa-center-block,
  .visa-support-route,
  .visa-faq-panel,
  .visa-side-card,
  .visa-advice-card {
    border-radius: 26px;
  }

  .visa-overview-image img {
    height: 310px;
  }
}

/* ======================================================
   VISA DETAIL PATCH — Homepage-style hero + shared CTA UI
   Keeps the service detail layout but aligns top and final CTA
   with the premium pages already redesigned.
====================================================== */
.visax-page {
  background: var(--bg);
  overflow: hidden;
}

.visax-hero.hero-section {
  min-height: 690px;
  background: var(--primary);
  color: var(--surface);
}

.visax-hero-bg {
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.98) 0%, rgba(22, 27, 32, 0.82) 45%, rgba(22, 27, 32, 0.34) 100%),
    url("../img/travel-family-suitcases.jpeg") center/cover no-repeat;
  filter: saturate(0.96) contrast(1.05);
}

.visax-hero-overlay {
  background:
    radial-gradient(circle at 72% 34%, rgba(200, 169, 106, 0.24), transparent 30%),
    radial-gradient(circle at 16% 86%, rgba(216, 188, 122, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.96));
}

.visax-hero-row {
  min-height: 690px;
  padding-top: 58px;
  padding-bottom: 52px;
}

.visax-hero-content {
  max-width: 525px;
}

.visax-hero-title {
  max-width: 560px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.7vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.067em;
}

.visax-hero-text {
  max-width: 500px;
}

.visax-hero-showcase {
  min-height: 500px;
}

.visax-hero-showcase .hero-browser-main img,
.visax-hero-showcase .hero-browser-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visax-browser-main {
  transform: perspective(1100px) rotateY(-8deg) rotateX(2deg);
}

.visax-browser-bottom {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: transparent;
}

.visax-mini-checklist {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 20%, rgba(200, 169, 106, 0.28), transparent 34%),
    linear-gradient(145deg, var(--primary), #08090b);
  color: #fff;
}

.visax-mini-checklist span {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visax-mini-checklist strong {
  display: block;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.visax-mini-checklist small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.visax-final-cta.cta-band-wrapper {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, var(--accent));
}

.visax-final-cta .cta-band {
  max-width: 940px;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(145deg, var(--primary), #0b0d10);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

@media (max-width: 991.98px) {
  .visax-hero.hero-section,
  .visax-hero-row {
    min-height: auto;
  }

  .visax-hero-row {
    padding-top: 92px;
    padding-bottom: 74px;
  }

  .visax-hero-title {
    max-width: 620px;
  }
}

@media (max-width: 767.98px) {
  .visax-hero-row {
    padding-top: 82px;
    padding-bottom: 62px;
  }

  .visax-hero-title {
    font-size: clamp(40px, 13vw, 56px);
    line-height: 1.02;
  }

  .visax-hero-text {
    font-size: 14px;
  }

  .visax-final-cta .cta-band {
    padding: 28px 22px;
  }
}

/* ======================================================
   FLIGHT + HOTEL SERVICE DETAIL REDESIGN
   Unique service detail page using existing brand/hero/CTA language.
====================================================== */
.fhx-page {
  background: var(--bg);
  overflow: hidden;
}

.fhx-hero.hero-section {
  min-height: 690px;
  background: var(--primary);
  color: var(--surface);
}

.fhx-hero-bg {
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.98) 0%, rgba(22, 27, 32, 0.84) 46%, rgba(22, 27, 32, 0.38) 100%),
    url("../img/travel-beach-laptop.jpeg") center/cover no-repeat;
  filter: saturate(0.95) contrast(1.06);
}

.fhx-hero-overlay {
  background:
    radial-gradient(circle at 74% 34%, rgba(200, 169, 106, 0.24), transparent 31%),
    radial-gradient(circle at 18% 86%, rgba(216, 188, 122, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.96));
}

.fhx-hero-row {
  min-height: 690px;
  padding-top: 58px;
  padding-bottom: 52px;
}

.fhx-hero-content {
  max-width: 540px;
}

.fhx-hero-title {
  max-width: 600px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.7vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.068em;
}

.fhx-hero-text {
  max-width: 510px;
}

.fhx-hero-showcase {
  min-height: 500px;
}

.fhx-hero-showcase .hero-browser-main img,
.fhx-hero-showcase .hero-browser-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fhx-browser-main {
  transform: perspective(1100px) rotateY(-8deg) rotateX(2deg);
}

.fhx-browser-bottom {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: transparent;
}

.fhx-boarding-pass {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0/18px 18px,
    radial-gradient(circle at 18% 20%, rgba(200, 169, 106, 0.28), transparent 34%),
    linear-gradient(145deg, var(--primary), #08090b);
  color: #fff;
}

.fhx-boarding-pass span {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fhx-boarding-pass strong {
  display: block;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.fhx-boarding-pass small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.fhx-detail {
  position: relative;
  background:
    radial-gradient(circle at 9% 4%, rgba(200, 169, 106, 0.08), transparent 25%),
    linear-gradient(180deg, #fff, var(--bg));
}

.fhx-detail-grid {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.fhx-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 18px;
}

.fhx-side-card,
.fhx-overview-card,
.fhx-service-center,
.fhx-route-map,
.fhx-option-card,
.fhx-check-card,
.fhx-faq .accordion-item {
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 55px rgba(22, 27, 32, 0.08);
}

.fhx-side-card {
  padding: 14px;
}

.fhx-side-label {
  display: block;
  padding: 12px 12px 10px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fhx-service-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 8px;
  padding: 14px 14px;
  border-radius: 18px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 850;
  background: rgba(247, 247, 244, 0.72);
}

.fhx-service-menu a i {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--accent-dark);
  font-size: 10px;
  box-shadow: 0 10px 25px rgba(22, 27, 32, 0.08);
}

.fhx-service-menu a:hover,
.fhx-service-menu a.active {
  background: var(--accent);
  color: #16110b;
  transform: translateX(4px);
}

.fhx-service-menu a:hover i,
.fhx-service-menu a.active i {
  background: rgba(22, 27, 32, 0.92);
  color: #fff;
}

.fhx-advice-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(145deg, var(--primary), #07090b);
  color: #fff;
  box-shadow: var(--shadow-dark);
}

.fhx-advice-glow,
.fhx-check-glow {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.22);
  filter: blur(2px);
  pointer-events: none;
}

.fhx-advice-card p {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fhx-advice-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 11px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.fhx-advice-card span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

.fhx-advice-phone {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 850;
}

.fhx-advice-phone i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent);
  color: #14110b;
}

.fhx-main {
  min-width: 0;
}

.fhx-overview-card {
  overflow: hidden;
}

.fhx-overview-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.fhx-overview-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.fhx-overview-card:hover .fhx-overview-image img {
  transform: scale(1.035);
}

.fhx-image-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(22, 27, 32, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.fhx-image-badge i {
  color: var(--accent);
}

.fhx-overview-content {
  padding: 34px;
}

.fhx-overview-content h2,
.fhx-center-head h2,
.fhx-check-card h2 {
  margin-bottom: 14px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.fhx-overview-content p:not(.section-eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.fhx-overview-content p + p {
  margin-top: 13px;
}

.fhx-service-center {
  margin-top: 28px;
  padding: 30px;
}

.fhx-center-head {
  max-width: 700px;
  margin-bottom: 25px;
}

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

.fhx-feature-card {
  overflow: hidden;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 24px;
  background: var(--bg);
}

.fhx-feature-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.fhx-feature-card div {
  padding: 22px;
}

.fhx-feature-card span,
.fhx-option-card span {
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fhx-feature-card h3,
.fhx-option-card h3,
.fhx-route-step h3 {
  margin: 7px 0 9px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.17;
  letter-spacing: -0.04em;
}

.fhx-feature-card p,
.fhx-option-card p,
.fhx-route-step p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.fhx-route-section {
  background:
    linear-gradient(180deg, var(--bg), #fff 48%, var(--bg));
}

.fhx-route-map {
  position: relative;
  min-height: 460px;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 19%, rgba(200, 169, 106, 0.12), transparent 24%),
    radial-gradient(circle at 82% 74%, rgba(22, 27, 32, 0.08), transparent 26%),
    rgba(255, 255, 255, 0.88);
}

.fhx-route-line {
  position: absolute;
  inset: 42px 32px 34px;
  width: calc(100% - 64px);
  height: calc(100% - 76px);
  overflow: visible;
  pointer-events: none;
}

.fhx-route-line-base,
.fhx-route-line-flow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fhx-route-line-base {
  stroke: rgba(22, 27, 32, 0.13);
  stroke-width: 5;
}

.fhx-route-line-flow {
  stroke: var(--accent);
  stroke-width: 5;
  stroke-dasharray: 70 900;
  filter: drop-shadow(0 0 10px rgba(200, 169, 106, 0.55));
  animation: fhxRouteFlow 4.2s ease-in-out infinite;
}

@keyframes fhxRouteFlow {
  0% {
    stroke-dashoffset: 900;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  78% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}

.fhx-route-step {
  position: absolute;
  z-index: 2;
  width: 230px;
  padding: 22px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(22, 27, 32, 0.08);
}

.fhx-route-step::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(200, 169, 106, 0.18);
}

.fhx-route-step span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary);
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.fhx-route-step-1 {
  left: 5%;
  top: 22px;
}

.fhx-route-step-1::before {
  right: -16px;
  bottom: 40px;
}

.fhx-route-step-2 {
  left: 34%;
  top: 155px;
}

.fhx-route-step-2::before {
  left: -18px;
  top: 36px;
}

.fhx-route-step-3 {
  right: 20%;
  top: 66px;
}

.fhx-route-step-3::before {
  right: -15px;
  bottom: 38px;
}

.fhx-route-step-4 {
  right: 4%;
  bottom: 30px;
}

.fhx-route-step-4::before {
  left: -17px;
  top: 36px;
}

.fhx-options {
  background: #fff;
}

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

.fhx-option-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  background: var(--bg);
  transition: var(--transition);
}

.fhx-option-card::after {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.16);
  transition: var(--transition);
}

.fhx-option-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(22, 27, 32, 0.12);
}

.fhx-option-card:hover::after {
  transform: scale(1.25);
}

.fhx-option-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--primary);
  color: var(--accent);
  font-size: 22px;
  box-shadow: 0 18px 40px rgba(22, 27, 32, 0.16);
}

.fhx-option-card > * {
  position: relative;
  z-index: 2;
}

.fhx-check-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.7fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 36px;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(145deg, var(--primary), #090b0e);
  color: #fff;
  border-color: rgba(200, 169, 106, 0.28);
  box-shadow: var(--shadow-dark);
}

.fhx-check-card h2 {
  color: #fff;
}

.fhx-check-card p:not(.section-eyebrow) {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  line-height: 1.75;
}

.fhx-check-list {
  display: grid;
  gap: 10px;
}

.fhx-check-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.fhx-check-list i {
  color: var(--accent);
}

.fhx-check-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.fhx-faq {
  background:
    radial-gradient(circle at 91% 10%, rgba(200, 169, 106, 0.11), transparent 28%),
    var(--bg);
}

.fhx-faq-intro {
  position: sticky;
  top: 118px;
}

.fhx-accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 20px;
}

.fhx-accordion .accordion-button {
  padding: 20px 22px;
  background: #fff;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.025em;
  box-shadow: none;
}

.fhx-accordion .accordion-button:not(.collapsed) {
  background: var(--primary);
  color: #fff;
}

.fhx-accordion .accordion-body {
  padding: 20px 22px 23px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.fhx-final-cta.cta-band-wrapper {
  padding: 72px 0 86px;
  background: linear-gradient(180deg, var(--bg), #fff);
}

.fhx-final-cta .cta-band {
  max-width: 1000px;
  margin: 0 auto;
  padding: 42px 38px;
  border: 1px solid rgba(200, 169, 106, 0.34);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(22, 27, 32, 0.94), rgba(22, 27, 32, 0.76)),
    url("../img/travel-beach-blog.jpeg") center/cover no-repeat;
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.fhx-final-cta .cta-band h2 {
  margin-bottom: 12px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.fhx-final-cta .cta-band p:not(.section-eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 1199.98px) {
  .fhx-detail-grid {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .fhx-check-card {
    grid-template-columns: 1fr;
  }

  .fhx-check-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .fhx-hero.hero-section,
  .fhx-hero-row {
    min-height: auto;
  }

  .fhx-hero-row {
    padding-top: 92px;
    padding-bottom: 74px;
  }

  .fhx-detail-grid {
    grid-template-columns: 1fr;
  }

  .fhx-sidebar,
  .fhx-faq-intro {
    position: static;
  }

  .fhx-feature-pair,
  .fhx-option-grid {
    grid-template-columns: 1fr;
  }

  .fhx-route-map {
    min-height: auto;
    display: grid;
    gap: 16px;
    padding: 24px;
  }

  .fhx-route-line {
    display: none;
  }

  .fhx-route-step,
  .fhx-route-step-1,
  .fhx-route-step-2,
  .fhx-route-step-3,
  .fhx-route-step-4 {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .fhx-route-step::before {
    left: 22px;
    right: auto;
    top: -8px;
    bottom: auto;
  }
}

@media (max-width: 767.98px) {
  .fhx-hero-row {
    padding-top: 82px;
    padding-bottom: 62px;
  }

  .fhx-hero-title {
    font-size: clamp(40px, 13vw, 56px);
    line-height: 1.02;
  }

  .fhx-hero-text {
    font-size: 14px;
  }

  .fhx-overview-card,
  .fhx-service-center,
  .fhx-route-map,
  .fhx-option-card,
  .fhx-check-card,
  .fhx-side-card,
  .fhx-advice-card {
    border-radius: 24px;
  }

  .fhx-overview-image img {
    height: 310px;
  }

  .fhx-overview-content,
  .fhx-service-center,
  .fhx-check-card {
    padding: 24px;
  }

  .fhx-feature-card img {
    height: 190px;
  }

  .fhx-check-actions {
    flex-direction: column;
  }

  .fhx-final-cta .cta-band {
    padding: 28px 22px;
    border-radius: 26px;
  }
}

/* ======================================================
   FLIGHT + HOTEL REFINEMENT V2
   Less card-heavy layout, animated editorial content, modal request form.
====================================================== */
.fhx-overview-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.78fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: 10px 0 34px;
}

.fhx-overview-editorial::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 12%;
  width: 2px;
  height: 74%;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
  opacity: 0.65;
  animation: fhxLinePulse 4.8s ease-in-out infinite;
}

@keyframes fhxLinePulse {
  0%, 100% { transform: scaleY(0.55); opacity: 0.32; }
  50% { transform: scaleY(1); opacity: 0.76; }
}

.fhx-overview-visual {
  position: relative;
  min-height: 520px;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(22, 27, 32, 0.18);
  isolation: isolate;
}

.fhx-overview-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(22, 27, 32, 0.04), rgba(22, 27, 32, 0.74)),
    radial-gradient(circle at 18% 18%, rgba(200, 169, 106, 0.24), transparent 30%);
}

.fhx-overview-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transform: scale(1.02);
  animation: fhxSoftZoom 9s ease-in-out infinite alternate;
}

@keyframes fhxSoftZoom {
  from { transform: scale(1.02) translateY(0); }
  to { transform: scale(1.08) translateY(-10px); }
}

.fhx-floating-note {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 240px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(22, 27, 32, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  animation: fhxFloatNote 5.5s ease-in-out infinite;
}

.fhx-floating-note i {
  color: var(--accent);
}

.fhx-floating-note-top {
  left: 26px;
  top: 28px;
}

.fhx-floating-note-bottom {
  right: 26px;
  bottom: 28px;
  animation-delay: 1.2s;
}

@keyframes fhxFloatNote {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

.fhx-overview-copy {
  position: relative;
  max-width: 540px;
}

.fhx-overview-copy h2,
.fhx-center-head-clean h2,
.fhx-coordinate-content h3,
.fhx-action-copy h3 {
  color: var(--primary);
  font-family: var(--font-heading);
  font-weight: 850;
  letter-spacing: -0.055em;
}

.fhx-overview-copy h2,
.fhx-center-head-clean h2 {
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 0.98;
  margin-bottom: 18px;
}

.fhx-copy-line {
  width: 118px;
  height: 3px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(200, 169, 106, 0.06));
  transform-origin: left;
  animation: fhxCopyLine 3.8s ease-in-out infinite;
}

@keyframes fhxCopyLine {
  0%, 100% { transform: scaleX(0.35); opacity: 0.55; }
  50% { transform: scaleX(1); opacity: 1; }
}

.fhx-overview-copy p:not(.section-eyebrow),
.fhx-coordinate-content p,
.fhx-action-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.fhx-overview-copy p + p {
  margin-top: 14px;
}

.fhx-coordinate-editorial {
  margin-top: 34px;
  padding-top: 36px;
  border-top: 1px solid rgba(22, 27, 32, 0.08);
}

.fhx-center-head-clean {
  max-width: 760px;
  margin-bottom: 28px;
}

.fhx-coordinate-list {
  display: grid;
  gap: 30px;
}

.fhx-coordinate-row {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 0 0 30px;
  border-bottom: 1px solid rgba(22, 27, 32, 0.08);
}

.fhx-coordinate-row-reverse {
  grid-template-columns: minmax(0, 1fr) 300px;
}

.fhx-coordinate-row-reverse .fhx-coordinate-image {
  order: 2;
}

.fhx-coordinate-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 55px rgba(22, 27, 32, 0.12);
}

.fhx-coordinate-image::before {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 22px;
  pointer-events: none;
}

.fhx-coordinate-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.fhx-coordinate-row:hover .fhx-coordinate-image img {
  transform: scale(1.08);
}

.fhx-coordinate-content span,
.fhx-action-copy span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fhx-coordinate-content h3 {
  max-width: 520px;
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.06;
}

.fhx-route-section {
  background:
    radial-gradient(circle at 14% 22%, rgba(200, 169, 106, 0.1), transparent 28%),
    linear-gradient(180deg, var(--bg), #fff);
}

.fhx-route-map {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-top: 18px;
  min-height: 430px;
  padding: 0;
}

.fhx-route-step {
  border-color: rgba(22, 27, 32, 0.08);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
}

.fhx-route-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(22, 27, 32, 0.12);
}

.fhx-action-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.fhx-action-list {
  display: grid;
  gap: 16px;
}

.fhx-action-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(22, 27, 32, 0.055);
  transition: var(--transition);
}

.fhx-action-row:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 169, 106, 0.35);
  box-shadow: 0 28px 70px rgba(22, 27, 32, 0.1);
}

.fhx-action-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--primary);
  color: var(--accent);
  font-size: 21px;
}

.fhx-action-copy h3 {
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 1.1;
}

.fhx-action-copy p {
  margin: 0;
}

.fhx-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #17120c;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: var(--transition);
}

.fhx-action-link {
  text-decoration: none;
}

.fhx-action-btn:hover {
  transform: translateX(4px);
  background: var(--primary);
  color: #fff;
}

.fhx-final-cta.cta-band-wrapper {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, var(--accent));
}

.fhx-final-cta .cta-band {
  max-width: 940px;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(145deg, var(--primary), #0b0d10);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.fhx-final-cta .cta-band h2 {
  color: #fff;
}

.fhx-final-cta .cta-band p:not(.cta-small) {
  color: rgba(255, 255, 255, 0.68);
}

.fhx-booking-modal .modal-content {
  border: 0;
  border-radius: 34px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.28);
}

.fhx-modal-close {
  position: absolute;
  z-index: 5;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.88);
  opacity: 1;
}

.fhx-modal-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  min-height: 560px;
}

.fhx-modal-intro {
  position: relative;
  overflow: hidden;
  padding: 46px 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 169, 106, 0.22), transparent 28%),
    linear-gradient(145deg, var(--primary), #07090b);
  color: #fff;
}

.fhx-modal-intro::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.16);
}

.fhx-modal-intro h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 13px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.fhx-modal-intro p:not(.section-eyebrow) {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.fhx-modal-points {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.fhx-modal-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.fhx-modal-points i {
  color: var(--accent);
}

.fhx-modal-form {
  padding: 42px 34px;
}

.fhx-modal-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}

.fhx-modal-form input,
.fhx-modal-form textarea {
  width: 100%;
  border: 1px solid rgba(22, 27, 32, 0.1);
  border-radius: 16px;
  padding: 13px 14px;
  background: var(--bg);
  color: var(--primary);
  outline: none;
  transition: var(--transition);
}

.fhx-modal-form input:focus,
.fhx-modal-form textarea:focus {
  border-color: rgba(200, 169, 106, 0.72);
  box-shadow: 0 0 0 4px rgba(200, 169, 106, 0.12);
  background: #fff;
}

.fhx-modal-success {
  display: none;
  align-items: flex-start;
  gap: 12px;
  margin-top: 16px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(39, 142, 86, 0.1);
  color: #185b38;
  font-size: 13px;
  line-height: 1.5;
}

.fhx-modal-success.is-visible {
  display: flex;
}

.fhx-modal-success i {
  margin-top: 4px;
}

.fhx-modal-success strong,
.fhx-modal-success span {
  display: block;
}

@media (max-width: 991.98px) {
  .fhx-overview-editorial,
  .fhx-coordinate-row,
  .fhx-coordinate-row-reverse,
  .fhx-action-row,
  .fhx-modal-grid {
    grid-template-columns: 1fr;
  }

  .fhx-coordinate-row-reverse .fhx-coordinate-image {
    order: 0;
  }

  .fhx-overview-editorial::before {
    display: none;
  }

  .fhx-action-btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .fhx-overview-visual,
  .fhx-overview-visual img {
    min-height: 360px;
  }

  .fhx-floating-note {
    left: 18px;
    right: 18px;
    max-width: none;
  }

  .fhx-floating-note-bottom {
    top: auto;
    bottom: 18px;
  }

  .fhx-coordinate-image {
    height: 190px;
  }

  .fhx-action-row {
    padding: 18px;
    border-radius: 24px;
  }

  .fhx-modal-intro,
  .fhx-modal-form {
    padding: 32px 22px;
  }

  .fhx-modal-close {
    top: 12px;
    right: 12px;
  }
}

/* ======================================================
   EDUCATION ABROAD SERVICE DETAIL PAGE
   Built from visa-assistance.php direction with its own study-abroad identity.
====================================================== */
.edux-page {
  background: var(--bg);
  overflow: hidden;
}

.edux-hero-bg {
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.98) 0%, rgba(22, 27, 32, 0.82) 45%, rgba(22, 27, 32, 0.35) 100%),
    url("../img/travel-hero-solo.jpeg") center/cover no-repeat;
  filter: saturate(0.98) contrast(1.06);
}

.edux-hero-overlay {
  background:
    radial-gradient(circle at 76% 28%, rgba(200, 169, 106, 0.26), transparent 30%),
    radial-gradient(circle at 14% 82%, rgba(216, 188, 122, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.96));
}

.edux-hero-showcase .hero-browser-main {
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.edux-mini-checklist {
  background:
    radial-gradient(circle at 14% 18%, rgba(200, 169, 106, 0.30), transparent 34%),
    linear-gradient(145deg, #111821, #08090b);
}

.edux-detail-layout {
  background:
    radial-gradient(circle at 82% 10%, rgba(200, 169, 106, 0.15), transparent 28%),
    radial-gradient(circle at 10% 45%, rgba(22, 27, 32, 0.05), transparent 30%),
    linear-gradient(180deg, #fff 0%, var(--ice) 100%);
}

.edux-advice-card {
  background:
    radial-gradient(circle at 20% 16%, rgba(200, 169, 106, 0.34), transparent 34%),
    linear-gradient(145deg, #121820, #090b0d 78%);
}

.edux-checklist-card {
  background: linear-gradient(135deg, var(--accent), #e7cc82);
}

.edux-overview-image::after {
  background: linear-gradient(180deg, transparent 44%, rgba(8, 10, 12, 0.78));
}

.edux-center-block {
  position: relative;
  overflow: hidden;
}

.edux-center-block::before,
.edux-fit-block::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(200, 169, 106, 0.16), transparent 62%);
  pointer-events: none;
}

.edux-quote-note {
  background: linear-gradient(90deg, rgba(200, 169, 106, 0.16), rgba(200, 169, 106, 0.035));
}

.edux-feature-card img {
  filter: saturate(0.96) contrast(1.04);
}

.edux-support-route {
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 169, 106, 0.15), transparent 35%),
    linear-gradient(180deg, #fff, #f6f1e6);
}

.edux-route-line::before {
  animation: eduPulse 2.4s ease-in-out infinite;
}

@keyframes eduPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(200,169,106,0.12); }
  50% { box-shadow: 0 0 0 20px rgba(200,169,106,0.04); }
}

.edux-fit-block {
  position: relative;
  overflow: hidden;
}

.edux-fit-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.edux-fit-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
  box-shadow: 0 14px 34px rgba(0,0,0,0.04);
  transition: var(--transition);
}

.edux-fit-list div:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}

.edux-fit-list i {
  margin-top: 3px;
  color: var(--accent);
}

.edux-final-cta.cta-band-wrapper {
  background: linear-gradient(180deg, var(--ice), #fff);
}

@media (max-width: 767.98px) {
  .edux-fit-list {
    grid-template-columns: 1fr;
  }
}

/* ======================================================
   WORK ABROAD SERVICE DETAIL PAGE
   True service-detail layout aligned with Visa/Education pages
====================================================== */
.workx-page {
  background: var(--bg);
  overflow: hidden;
}

.workx-hero-bg {
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.98) 0%, rgba(22, 27, 32, 0.84) 46%, rgba(22, 27, 32, 0.36) 100%),
    url("../img/travel-family-waving.jpeg") center/cover no-repeat;
  filter: saturate(0.95) contrast(1.05);
}

.workx-hero-overlay {
  background:
    radial-gradient(circle at 75% 34%, rgba(200, 169, 106, 0.25), transparent 31%),
    radial-gradient(circle at 17% 86%, rgba(216, 188, 122, 0.14), transparent 27%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.96));
}

.workx-hero-showcase .hero-browser-main {
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
}

.workx-mini-checklist {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0/18px 18px,
    radial-gradient(circle at 14% 18%, rgba(200, 169, 106, 0.30), transparent 34%),
    linear-gradient(145deg, #10161e, #07090b);
}

.workx-detail-layout {
  background:
    radial-gradient(circle at 80% 9%, rgba(200, 169, 106, 0.14), transparent 30%),
    radial-gradient(circle at 8% 48%, rgba(22, 27, 32, 0.05), transparent 32%),
    linear-gradient(180deg, #fff 0%, var(--ice) 100%);
}

.workx-advice-card {
  background:
    radial-gradient(circle at 18% 14%, rgba(200, 169, 106, 0.35), transparent 34%),
    linear-gradient(145deg, #121820, #08090b 78%);
}

.workx-checklist-card {
  background: linear-gradient(135deg, var(--accent), #e6ca78);
}

.workx-overview-card,
.workx-center-block,
.workx-readiness-block,
.workx-fit-block,
.workx-faq-panel {
  position: relative;
}

.workx-overview-image::after {
  background: linear-gradient(180deg, transparent 43%, rgba(8, 10, 12, 0.78));
}

.workx-center-block,
.workx-readiness-block,
.workx-fit-block {
  overflow: hidden;
}

.workx-center-block::before,
.workx-readiness-block::before,
.workx-fit-block::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle, rgba(200, 169, 106, 0.15), transparent 62%);
  pointer-events: none;
}

.workx-quote-note {
  background: linear-gradient(90deg, rgba(200, 169, 106, 0.16), rgba(200, 169, 106, 0.035));
}

.workx-feature-card img {
  filter: saturate(0.96) contrast(1.04);
}

.workx-support-route {
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 169, 106, 0.15), transparent 35%),
    linear-gradient(180deg, #fff, #f7f1e5);
}

.workx-route-line::before {
  animation: workxPulse 2.4s ease-in-out infinite;
}

@keyframes workxPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(200,169,106,0.12); }
  50% { box-shadow: 0 0 0 20px rgba(200,169,106,0.04); }
}

.workx-readiness-grid,
.workx-fit-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.workx-readiness-grid div,
.workx-fit-list div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 86px;
  padding: 18px 18px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
  box-shadow: 0 14px 34px rgba(0,0,0,0.04);
  transition: var(--transition);
}

.workx-readiness-grid div:hover,
.workx-fit-list div:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-soft);
}

.workx-readiness-grid i,
.workx-fit-list i {
  margin-top: 3px;
  color: var(--accent-dark);
  font-size: 16px;
}

.workx-readiness-grid span {
  display: block;
}

.workx-final-cta.cta-band-wrapper {
  background: linear-gradient(180deg, var(--ice), #fff);
}

@media (max-width: 767.98px) {
  .workx-readiness-grid,
  .workx-fit-list {
    grid-template-columns: 1fr;
  }
}

/* ======================================================
   DOCUMENT SUPPORT SERVICE DETAIL REDESIGN
   Uses the shared service-detail layout with a distinct document desk identity.
====================================================== */
.docsx-page {
  background: var(--bg);
  overflow: hidden;
}

.docsx-hero-bg {
  background:
    linear-gradient(90deg, rgba(22, 27, 32, 0.98) 0%, rgba(22, 27, 32, 0.84) 45%, rgba(22, 27, 32, 0.36) 100%),
    url("../img/travel-family-suitcases.jpeg") center/cover no-repeat;
  filter: saturate(0.92) contrast(1.05);
}

.docsx-hero-overlay {
  background:
    radial-gradient(circle at 74% 34%, rgba(200, 169, 106, 0.25), transparent 30%),
    radial-gradient(circle at 16% 86%, rgba(216, 188, 122, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(22, 27, 32, 0.08), rgba(22, 27, 32, 0.96));
}

.docsx-hero-title {
  max-width: 610px;
}

.docsx-hero-showcase .hero-browser-main img,
.docsx-hero-showcase .hero-browser-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.docsx-browser-main {
  transform: perspective(1100px) rotateY(-8deg) rotateX(2deg);
}

.docsx-browser-bottom {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: transparent;
}

.docsx-mini-checklist {
  background:
    radial-gradient(circle at 20% 18%, rgba(200, 169, 106, 0.32), transparent 35%),
    linear-gradient(145deg, var(--primary), #08090b);
}

.docsx-detail-layout {
  background:
    radial-gradient(circle at 84% 8%, rgba(200, 169, 106, 0.15), transparent 28%),
    radial-gradient(circle at 8% 45%, rgba(22, 27, 32, 0.04), transparent 24%),
    linear-gradient(180deg, #fff 0%, var(--ice) 100%);
}

.docsx-overview-card,
.docsx-center-block,
.docsx-support-route,
.docsx-faq-panel,
.docsx-readiness-panel {
  border: 1px solid rgba(22, 27, 32, 0.08);
  box-shadow: var(--shadow-soft);
}

.docsx-overview-image::before {
  content: "";
  position: absolute;
  inset: 28px auto auto 28px;
  width: 92px;
  height: 92px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(10px);
  z-index: 2;
  animation: docsFloat 5.4s ease-in-out infinite;
}

@keyframes docsFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(12px) rotate(3deg); }
}

.docsx-quote-note {
  border-left-color: var(--accent);
}

.docsx-feature-card {
  background: linear-gradient(180deg, #fff, var(--ice));
}

.docsx-feature-card img {
  filter: saturate(0.96) contrast(1.04);
}

.docsx-support-route {
  background:
    radial-gradient(circle at 50% 0%, rgba(200, 169, 106, 0.16), transparent 36%),
    radial-gradient(circle at 10% 92%, rgba(22, 27, 32, 0.04), transparent 22%),
    linear-gradient(180deg, #fff, var(--ice));
}

.docsx-route-line::before {
  animation: docsPulse 2.4s ease-in-out infinite;
}

@keyframes docsPulse {
  0%, 100% { box-shadow: 0 0 0 8px rgba(200,169,106,0.12); }
  50% { box-shadow: 0 0 0 20px rgba(200,169,106,0.03); }
}

.docsx-route-step {
  overflow: hidden;
}

.docsx-route-step::after {
  box-shadow: 0 0 0 7px rgba(200, 169, 106, 0.12);
}

.docsx-route-step h3 {
  max-width: 260px;
}

.docsx-readiness-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 8% 16%, rgba(200, 169, 106, 0.13), transparent 30%),
    linear-gradient(180deg, #fff, #f9f6ee);
}

.docsx-readiness-panel::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.13);
  filter: blur(4px);
}

.docsx-readiness-head {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin-bottom: 28px;
}

.docsx-readiness-head h2 {
  margin: 0;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.docsx-readiness-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
}

.docsx-readiness-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  transition: var(--transition);
}

.docsx-readiness-item:hover {
  transform: translateX(8px);
  box-shadow: var(--shadow-medium);
  background: #fff;
}

.docsx-readiness-item > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--primary);
  color: var(--accent);
  font-size: 20px;
}

.docsx-readiness-item h3 {
  margin: 0 0 6px;
  color: var(--text);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.docsx-readiness-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.docsx-advice-card {
  background:
    radial-gradient(circle at 20% 16%, rgba(200, 169, 106, 0.35), transparent 34%),
    linear-gradient(145deg, var(--primary), #08090b 78%);
}

.docsx-checklist-card:hover {
  transform: translateY(-5px) rotate(-1deg);
}

.docsx-final-cta.cta-band-wrapper {
  background: linear-gradient(180deg, var(--ice), #fff7df);
}

.docsx-final-cta .cta-band {
  max-width: 940px;
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.14), transparent 26%),
    radial-gradient(circle at 92% 14%, rgba(200, 169, 106, 0.24), transparent 28%),
    linear-gradient(145deg, var(--primary), #0b0d10);
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

@media (max-width: 767.98px) {
  .docsx-readiness-panel {
    border-radius: 26px;
  }

  .docsx-readiness-item {
    grid-template-columns: 1fr;
  }

  .docsx-readiness-item:hover {
    transform: translateY(-6px);
  }
}

/* =========================================================
   PACKAGES PAGE — SUPPORT LEVEL ROUTE REFINEMENT V2
   Matched to About page animated line style
========================================================= */
.pkgx-support-route.pkgx-levels {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 169, 106, 0.16), transparent 30%),
    radial-gradient(circle at 86% 68%, rgba(255, 255, 255, 0.055), transparent 24%),
    #070808;
  color: #ffffff;
  padding-top: 76px;
  padding-bottom: 86px;
}

.pkgx-support-route.pkgx-levels::after {
  display: none;
}

.pkgx-support-route::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 75%);
  pointer-events: none;
  opacity: 0.38;
}

.pkgx-support-route .site-container {
  position: relative;
  z-index: 2;
}

.pkgx-support-route__head {
  max-width: 800px;
  margin: 0 auto 34px;
  text-align: center;
}

.pkgx-support-route__head h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.078em;
}

.pkgx-support-route__head p:not(.section-eyebrow) {
  max-width: 670px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.85;
}

.pkgx-support-route__btn {
  margin-top: 24px;
}

.pkgx-support-map {
  position: relative;
  min-height: 720px;
  max-width: 1060px;
  margin: 0 auto;
}

.pkgx-support-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 18px rgba(200, 169, 106, 0.13));
}

.pkgx-support-line path {
  fill: none;
  stroke: rgba(200, 169, 106, 0.74);
  stroke-width: 2.4;
  stroke-dasharray: 9 14;
  stroke-linecap: round;
  animation: pkgxSupportRouteDash 17s linear infinite;
}

@keyframes pkgxSupportRouteDash {
  to { stroke-dashoffset: -260; }
}

.pkgx-support-step {
  position: absolute;
  width: min(315px, 34vw);
  min-height: 330px;
  padding: 22px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(145deg, rgba(20, 23, 25, 0.82), rgba(7, 8, 8, 0.78));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.pkgx-support-step::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 24px;
  width: 13px;
  height: 13px;
  border: 2px solid #070808;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 7px rgba(200, 169, 106, 0.16);
}

.pkgx-support-step::after {
  content: "";
  position: absolute;
  right: -62px;
  bottom: -72px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.1);
  transition: transform 0.35s ease;
}

.pkgx-support-step:hover {
  transform: translateY(-10px);
  border-color: rgba(200, 169, 106, 0.38);
  background:
    linear-gradient(145deg, rgba(28, 31, 34, 0.9), rgba(7, 8, 8, 0.84));
}

.pkgx-support-step:hover::after {
  transform: scale(1.16);
}

.pkgx-support-step--one { left: 3%; top: 110px; }
.pkgx-support-step--two { left: 35%; top: 250px; }
.pkgx-support-step--three { right: 0; top: 386px; }
.pkgx-support-step--four { left: 17%; bottom: 38px; }

.pkgx-support-step--featured {
  background:
    radial-gradient(circle at 86% 14%, rgba(200, 169, 106, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(30, 35, 40, 0.96), rgba(8, 9, 11, 0.9));
  border-color: rgba(200, 169, 106, 0.32);
}

.pkgx-support-no {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.pkgx-support-icon {
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--accent);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pkgx-support-step small,
.pkgx-support-step h3,
.pkgx-support-step p,
.pkgx-support-step strong,
.pkgx-support-step ul,
.pkgx-support-step .card-link {
  position: relative;
  z-index: 2;
}

.pkgx-support-step small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pkgx-support-step h3 {
  max-width: 235px;
  margin: 0 0 10px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.052em;
}

.pkgx-support-step p {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.7;
}

.pkgx-support-step strong {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(200, 169, 106, 0.14);
  color: var(--accent);
  font-size: 10.5px;
  font-weight: 900;
}

.pkgx-support-step ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.pkgx-support-step li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.45;
}

.pkgx-support-step li i,
.pkgx-support-step .card-link {
  color: var(--accent);
}

.pkgx-support-step .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

@media (max-width: 991.98px) {
  .pkgx-support-route.pkgx-levels {
    padding-top: 66px;
    padding-bottom: 54px;
  }

  .pkgx-support-map {
    min-height: auto;
    display: grid;
    gap: 16px;
    max-width: 760px;
    padding-top: 18px;
  }

  .pkgx-support-line {
    display: none;
  }

  .pkgx-support-step,
  .pkgx-support-step--one,
  .pkgx-support-step--two,
  .pkgx-support-step--three,
  .pkgx-support-step--four {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
  }

  .pkgx-support-step {
    display: grid;
    grid-template-columns: 74px 1fr;
    column-gap: 18px;
  }

  .pkgx-support-step::before {
    left: 29px;
    top: 27px;
  }

  .pkgx-support-no {
    grid-row: 1 / span 6;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 18px;
    background: rgba(200, 169, 106, 0.13);
    border: 1px solid rgba(200, 169, 106, 0.26);
  }

  .pkgx-support-icon {
    position: static;
    margin-bottom: 8px;
  }
}

@media (max-width: 575.98px) {
  .pkgx-support-route__head h2 {
    font-size: clamp(31px, 11vw, 44px);
  }

  .pkgx-support-step {
    display: block;
    padding: 22px;
  }

  .pkgx-support-step::before {
    left: 23px;
    top: -7px;
  }

  .pkgx-support-no {
    width: auto;
    height: auto;
    display: inline-block;
    margin-bottom: 10px;
    border: 0;
    background: transparent;
  }

  .pkgx-support-icon {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 42px;
    height: 42px;
  }

  .pkgx-support-step h3 {
    max-width: 210px;
    font-size: 23px;
  }
}

/* =========================================================
   PACKAGES PAGE — CASCADING SUPPORT LEVEL ROUTE V4
   Clean light section with cards cascading over animated route
========================================================= */
.pkgx-support-route.pkgx-levels {
  position: relative;
  overflow: hidden;
  background: transparent !important;
  color: var(--text) !important;
  padding-top: clamp(70px, 8vw, 105px);
  padding-bottom: clamp(72px, 8vw, 115px);
}

.pkgx-support-route.pkgx-levels::before,
.pkgx-support-route.pkgx-levels::after,
.pkgx-support-route::before {
  display: none !important;
}

.pkgx-support-route__head {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}

.pkgx-support-route__head h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--text) !important;
  font-family: var(--font-heading);
  font-size: clamp(32px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.078em;
}

.pkgx-support-route__head p:not(.section-eyebrow) {
  max-width: 690px;
  margin: 0 auto;
  color: var(--muted) !important;
  font-size: 15px;
  line-height: 1.85;
}

.pkgx-support-map {
  position: relative;
  z-index: 1;
  min-height: auto !important;
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 0 42px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 46px;
  overflow: visible;
}

.pkgx-support-line {
  position: absolute;
  inset: 14px 0 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 4px);
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 14px 20px rgba(200, 169, 106, 0.16));
}

.pkgx-support-line path {
  fill: none;
  stroke: rgba(200, 169, 106, 0.58);
  stroke-width: 3;
  stroke-dasharray: 10 15;
  stroke-linecap: round;
  animation: pkgxSupportRouteDash 16s linear infinite;
}

.pkgx-support-step,
.pkgx-support-step--one,
.pkgx-support-step--two,
.pkgx-support-step--three,
.pkgx-support-step--four {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  z-index: 2;
  width: 100% !important;
  min-height: 365px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(200, 169, 106, 0.22);
  background:
    radial-gradient(circle at 92% 14%, rgba(200, 169, 106, 0.10), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(250, 247, 239, 0.94));
  box-shadow: 0 24px 70px rgba(22, 27, 32, 0.10);
  backdrop-filter: blur(10px);
  color: var(--text);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pkgx-support-step--one {
  grid-column: 1 / span 5;
  grid-row: 1;
  margin-top: 0;
}

.pkgx-support-step--two {
  grid-column: 7 / span 5;
  grid-row: 1;
  margin-top: 84px;
}

.pkgx-support-step--three {
  grid-column: 2 / span 5;
  grid-row: 2;
  margin-top: -4px;
}

.pkgx-support-step--four {
  grid-column: 8 / span 5;
  grid-row: 2;
  margin-top: 88px;
}

.pkgx-support-step--featured {
  background:
    radial-gradient(circle at 86% 12%, rgba(200, 169, 106, 0.20), transparent 32%),
    linear-gradient(145deg, #ffffff, #f5efe0) !important;
  border-color: rgba(200, 169, 106, 0.36) !important;
  box-shadow: 0 30px 85px rgba(200, 169, 106, 0.18), 0 24px 70px rgba(22, 27, 32, 0.10);
}

.pkgx-support-step::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 25px;
  width: 15px;
  height: 15px;
  border: 3px solid var(--bg);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(200, 169, 106, 0.15);
}

.pkgx-support-step::after {
  content: "";
  position: absolute;
  right: -68px;
  bottom: -78px;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: rgba(200, 169, 106, 0.10);
  transition: transform 0.35s ease;
}

.pkgx-support-step:hover {
  transform: translateY(-10px);
  border-color: rgba(200, 169, 106, 0.48);
  box-shadow: 0 34px 90px rgba(22, 27, 32, 0.15);
}

.pkgx-support-step:hover::after {
  transform: scale(1.14);
}

.pkgx-support-no,
.pkgx-support-step small,
.pkgx-support-step h3,
.pkgx-support-step p,
.pkgx-support-step strong,
.pkgx-support-step ul,
.pkgx-support-step .card-link,
.pkgx-support-icon {
  position: relative;
  z-index: 2;
}

.pkgx-support-no {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.pkgx-support-icon {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(22, 27, 32, 0.06);
  color: var(--accent-dark);
  border: 1px solid rgba(22, 27, 32, 0.08);
}

.pkgx-support-step small {
  display: block;
  margin-bottom: 8px;
  color: rgba(22, 27, 32, 0.50);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pkgx-support-step h3 {
  max-width: 260px;
  margin: 0 0 11px;
  color: var(--text) !important;
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.pkgx-support-step p {
  margin-bottom: 15px;
  color: var(--muted) !important;
  font-size: 13.5px;
  line-height: 1.72;
}

.pkgx-support-step strong {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(200, 169, 106, 0.15);
  color: var(--accent-dark) !important;
  font-size: 10.5px;
  font-weight: 900;
}

.pkgx-support-step ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.pkgx-support-step li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(22, 27, 32, 0.78) !important;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}

.pkgx-support-step li i,
.pkgx-support-step .card-link {
  color: var(--accent-dark) !important;
}

.pkgx-support-step .card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

@media (max-width: 991.98px) {
  .pkgx-support-map {
    max-width: 760px;
    padding: 44px 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pkgx-support-line {
    inset: 28px auto 0 34px;
    width: 2px;
    height: calc(100% - 40px);
  }

  .pkgx-support-line path {
    display: none;
  }

  .pkgx-support-line::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 2px;
    border-radius: 999px;
    background: repeating-linear-gradient(to bottom, rgba(200,169,106,0.72) 0 10px, transparent 10px 22px);
    animation: pkgxVerticalDash 14s linear infinite;
  }

  @keyframes pkgxVerticalDash {
    to { transform: translateY(22px); }
  }

  .pkgx-support-step,
  .pkgx-support-step--one,
  .pkgx-support-step--two,
  .pkgx-support-step--three,
  .pkgx-support-step--four {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
    min-height: auto;
    padding-left: 30px;
  }
}

@media (max-width: 575.98px) {
  .pkgx-support-route__head h2 {
    font-size: clamp(30px, 11vw, 44px);
  }

  .pkgx-support-route__head p:not(.section-eyebrow) {
    font-size: 14px;
  }

  .pkgx-support-map {
    padding-top: 34px;
  }

  .pkgx-support-line {
    left: 24px;
  }

  .pkgx-support-step {
    border-radius: 24px;
    padding: 22px 20px 24px 24px;
  }

  .pkgx-support-icon {
    width: 42px;
    height: 42px;
    right: 18px;
    top: 18px;
  }

  .pkgx-support-step h3 {
    max-width: 210px;
    font-size: 23px;
  }
}

/* Mobile/tablet route fallback for cascading package section */
@media (max-width: 991.98px) {
  .pkgx-support-map::before {
    content: "";
    position: absolute;
    left: 34px;
    top: 46px;
    bottom: 28px;
    z-index: 0;
    width: 2px;
    border-radius: 999px;
    background: repeating-linear-gradient(to bottom, rgba(200,169,106,0.72) 0 10px, transparent 10px 22px);
    animation: pkgxVerticalDash 14s linear infinite;
  }

  .pkgx-support-line {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .pkgx-support-map::before {
    left: 24px;
    top: 40px;
  }
}

/* Current AdminLTE dashboard CSS is isolated inside /admin/assets/css/extreme-admin.css. */

/* ======================================================
   HOME DIRECT PAYMENT + DETAILED PROCESS UPDATE
====================================================== */
.price-card--payable {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-card--payable .price-card__body {
  flex: 1 1 auto;
}

.price-card--payable h3 {
  min-height: auto;
}

.price-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(22, 27, 32, 0.08);
  flex-wrap: wrap;
}

.price-card__pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: var(--radius-pill);
  background: var(--primary);
  color: var(--text-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: var(--transition);
}

.price-card__pay:hover {
  transform: translateY(-2px);
  background: var(--accent-dark);
  color: var(--primary);
}

.price-list-section__cta p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.process-intro-card {
  max-width: 960px;
  margin: 0 auto 28px;
  padding: 26px 30px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(200, 169, 106, 0.32);
  background:
    radial-gradient(circle at 10% 20%, rgba(200, 169, 106, 0.16), transparent 30%),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.process-intro-card p {
  margin: 0;
  color: rgba(22, 27, 32, 0.74);
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.process-timeline--detailed::before {
  display: none;
}

.process-step--detailed {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  height: 100%;
  padding: 28px;
  text-align: left;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.process-step--detailed .process-step__number {
  flex: 0 0 auto;
  margin: 0;
  background: var(--primary);
  color: var(--accent);
  border-color: rgba(200, 169, 106, 0.36);
}

.process-step--detailed h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.process-step--detailed p {
  max-width: none;
  margin: 0;
  font-size: 13px;
}

.process-step--detailed .process-step__meta {
  margin-bottom: 8px;
  color: var(--accent-dark);
}

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

.process-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(22, 27, 32, 0.74);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

.process-check-list i {
  margin-top: 3px;
  color: var(--accent-dark);
}

.process-note {
  margin-top: 18px !important;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(200, 169, 106, 0.13);
  color: rgba(22, 27, 32, 0.78) !important;
}

.process-step--final {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.18), transparent 34%),
    var(--surface);
}

.process-commitment {
  max-width: 1040px;
  margin: 30px auto 0;
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--primary);
  color: var(--text-light);
  text-align: center;
  box-shadow: var(--shadow-dark);
}

.process-commitment h3 {
  margin-bottom: 18px;
  color: var(--text-light);
  font-family: var(--font-heading);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.process-commitment__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.process-commitment__items span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 850;
}

.process-commitment__items i {
  color: var(--accent);
}

.process-commitment p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .price-card__footer,
  .process-step--detailed {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .price-card__footer {
    flex-direction: column;
  }

  .price-card__pay {
    width: 100%;
  }

  .process-step--detailed .process-step__number {
    width: 44px;
    height: 44px;
  }
}

/* Services page: detailed professional process section */
.svcx-proceed {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(200, 169, 106, 0.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(17, 160, 164, 0.10), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--ice) 100%);
}

.svcx-proceed::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(22, 27, 32, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 27, 32, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.svcx-proceed .site-container {
  position: relative;
  z-index: 2;
}

.svcx-proceed__head {
  max-width: 980px;
  margin: 0 auto 42px;
}

.svcx-proceed__head .section-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.svcx-proceed__head > p:not(.section-eyebrow) {
  max-width: 820px;
  margin: 18px auto 0;
  color: rgba(22, 27, 32, 0.72);
  font-size: 15px;
  line-height: 1.85;
}

.svcx-proceed__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.svcx-proceed-card {
  position: relative;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  min-height: 100%;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(22, 27, 32, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(15, 19, 24, 0.08);
  overflow: hidden;
  backdrop-filter: blur(16px);
  transition: var(--transition);
}

.svcx-proceed-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--accent), rgba(17, 160, 164, 0.62));
}

.svcx-proceed-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 169, 106, 0.45);
  box-shadow: 0 30px 80px rgba(15, 19, 24, 0.12);
}

.svcx-proceed-card--featured {
  background:
    radial-gradient(circle at top right, rgba(200, 169, 106, 0.20), transparent 34%),
    rgba(255, 255, 255, 0.92);
}

.svcx-proceed-card--wide {
  grid-column: 1 / -1;
  max-width: 900px;
  margin: 0 auto;
}

.svcx-proceed-card__number {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--primary);
  color: var(--accent);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 15px 32px rgba(22, 27, 32, 0.18);
}

.svcx-proceed-card__label {
  margin-bottom: 8px;
  color: var(--accent-dark) !important;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.svcx-proceed-card h3 {
  margin-bottom: 10px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.svcx-proceed-card p {
  color: rgba(22, 27, 32, 0.70);
  font-size: 13px;
  line-height: 1.75;
}

.svcx-proceed-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.svcx-proceed-card li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(22, 27, 32, 0.76);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.5;
}

.svcx-proceed-card li i {
  margin-top: 3px;
  color: var(--accent-dark);
}

.svcx-proceed-card__note {
  margin-top: 18px;
  padding: 15px 16px;
  border-radius: 16px;
  background: rgba(200, 169, 106, 0.13);
  color: rgba(22, 27, 32, 0.76);
  font-size: 12.5px;
  font-weight: 760;
  line-height: 1.7;
}

.svcx-proceed__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

@media (max-width: 991.98px) {
  .svcx-proceed__grid {
    grid-template-columns: 1fr;
  }

  .svcx-proceed-card--wide {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .svcx-proceed-card {
    grid-template-columns: 1fr;
    padding: 24px 22px;
    border-radius: 24px;
  }

  .svcx-proceed-card__number {
    width: 50px;
    height: 50px;
  }

  .svcx-proceed__actions .btn {
    width: 100%;
  }
}

/* Study & Work Abroad Mentorship detail page */
.mentx-page {
  background: var(--bg);
  overflow: hidden;
}

.mentx-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 128px 0 90px;
  color: var(--text-light);
  background:
    radial-gradient(circle at 18% 22%, rgba(200, 169, 106, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(10, 12, 15, 0.98), rgba(19, 24, 31, 0.92));
  isolation: isolate;
}

.mentx-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000, transparent 88%);
}

.mentx-hero h1 {
  max-width: 720px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6.5vw, 6rem);
  font-weight: 900;
  line-height: .94;
  letter-spacing: -.08em;
}

.mentx-hero__content > p:not(.section-eyebrow) {
  max-width: 640px;
  margin: 22px 0 30px;
  color: rgba(255,255,255,.74);
  font-size: 16px;
  line-height: 1.82;
}

.mentx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mentx-hero__visual {
  position: relative;
  min-height: 500px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 38px 100px rgba(0,0,0,.36);
}

.mentx-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}

.mentx-price-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(8, 12, 18, 0.78);
  border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(18px);
}

.mentx-price-card span {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mentx-price-card strong {
  display: block;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 32px;
  line-height: 1.1;
}

.mentx-price-card small {
  color: rgba(255,255,255,.68);
}

.mentx-overview {
  background:
    radial-gradient(circle at 88% 12%, rgba(200,169,106,.14), transparent 28%),
    linear-gradient(180deg, #fff, var(--ice));
}

.mentx-reader,
.mentx-side {
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(22,27,32,.08);
  box-shadow: 0 24px 70px rgba(15,19,24,.08);
}

.mentx-reader {
  padding: 34px;
}

.mentx-reader h2 {
  margin-bottom: 18px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: -.065em;
}

.mentx-content {
  color: rgba(22,27,32,.74);
  font-size: 15px;
  line-height: 1.85;
}

.mentx-content p:last-child {
  margin-bottom: 0;
}

.mentx-note {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(200,169,106,.14);
  color: rgba(22,27,32,.78);
  font-weight: 760;
  line-height: 1.65;
}

.mentx-note i {
  color: var(--accent-dark);
  margin-top: 4px;
}

.mentx-side {
  position: sticky;
  top: 105px;
  padding: 28px;
}

.mentx-side h3 {
  margin-bottom: 18px;
  color: var(--primary);
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.055em;
}

.mentx-side ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mentx-side li {
  display: flex;
  gap: 10px;
  color: rgba(22,27,32,.72);
  font-weight: 780;
  line-height: 1.5;
}

.mentx-side li i {
  color: var(--accent-dark);
  margin-top: 4px;
}

@media (max-width: 991.98px) {
  .mentx-hero {
    min-height: auto;
    padding: 108px 0 72px;
  }

  .mentx-side {
    position: relative;
    top: auto;
  }
}

@media (max-width: 575.98px) {
  .mentx-hero__actions .btn {
    width: 100%;
  }

  .mentx-hero__visual,
  .mentx-hero__visual img {
    min-height: 360px;
  }

  .mentx-reader,
  .mentx-side {
    border-radius: 24px;
    padding: 24px;
  }
}


/* ======================================================
   FINAL FRONTEND CONSISTENCY FIXES
   - shared tours header/footer
   - compact tour booking page
   - services CTA consistency
   - blog topic panel cleanup
====================================================== */

.svcx-final-cta.cta-band-wrapper {
  margin-top: 0;
  padding: 76px 0 86px;
  background: transparent !important;
}

.svcx-final-cta .cta-band {
  max-width: 960px;
  padding: 42px 38px;
  border: 1px solid rgba(200, 169, 106, 0.32);
  background:
    radial-gradient(circle at 12% 25%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(145deg, var(--primary), #0b0d10) !important;
  color: var(--text-light);
  box-shadow: var(--shadow-dark);
}

.svcx-final-cta .cta-band h2,
.svcx-final-cta .cta-band p,
.svcx-final-cta .cta-small {
  color: var(--text-light);
}

.bookx-hero--compact {
  min-height: 400px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(22,27,32,0.96), rgba(22,27,32,0.72), rgba(22,27,32,0.42)),
    url("../img/travel-beach-laptop.jpeg") center/cover no-repeat;
}

.bookx-hero--compact .site-container {
  width: 100%;
}

.bookx-hero__content {
  max-width: 780px;
}

.bookx-hero--compact h1 {
  margin-bottom: 14px;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(36px, 5vw, 66px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.07em;
}

.bookx-hero--compact p:not(.section-eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(255,255,255,0.78);
  font-size: 16px;
  line-height: 1.75;
}

.bookx-section {
  background:
    radial-gradient(circle at 10% 8%, rgba(200, 169, 106, 0.12), transparent 25%),
    linear-gradient(180deg, #fff, var(--ice));
}

.bookx-form-panel,
.bookx-success {
  width: 100%;
  border-radius: 34px;
  border: 1px solid rgba(22,27,32,0.08);
  background: #fff;
  box-shadow: 0 26px 75px rgba(15, 19, 24, 0.10);
}

.blogx-category-panel {
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: 22px 24px;
  overflow: hidden;
}

.blogx-category-panel__label .section-eyebrow {
  margin-bottom: 0;
  white-space: nowrap;
}

.blogx-pills {
  justify-content: flex-end;
  min-width: 0;
}

.blogx-pills a {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .blogx-category-panel {
    grid-template-columns: 1fr;
  }

  .blogx-pills {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .bookx-hero--compact {
    min-height: 360px;
  }

  .bookx-form-panel,
  .bookx-success {
    border-radius: 24px;
  }
}


/* ======================================================
   FINAL CTA CONSISTENCY FIX
   ------------------------------------------------------
   Purpose:
   - Make every final CTA band across the public pages share
     the same premium dark-card visual style.
   - Remove leftover coloured/gradient section backgrounds so
     only the CTA card itself carries the dark brand treatment.
   - This is intentionally placed at the end of the stylesheet so
     it overrides earlier page-specific CTA experiments.
====================================================== */
section.cta-band-wrapper,
.cta-band-wrapper,
.aboutui-final-cta.cta-band-wrapper,
.svcx-final-cta.cta-band-wrapper,
.pkgx-final-cta.cta-band-wrapper,
.tourx-final-cta.cta-band-wrapper,
.blogx-final-cta.cta-band-wrapper,
.postx-final-cta.cta-band-wrapper,
.contactx-final-cta.cta-band-wrapper,
.visax-final-cta.cta-band-wrapper,
.edux-final-cta.cta-band-wrapper,
.workx-final-cta.cta-band-wrapper,
.docsx-final-cta.cta-band-wrapper,
.fhx-final-cta.cta-band-wrapper {
  margin-top: 0 !important;
  padding: 78px 0 88px !important;
  background: transparent !important;
}

section.cta-band-wrapper .cta-band,
.cta-band-wrapper .cta-band,
.aboutui-final-cta .cta-band,
.svcx-final-cta .cta-band,
.pkgx-final-cta .cta-band,
.tourx-final-cta .cta-band,
.blogx-final-cta .cta-band,
.postx-final-cta .cta-band,
.contactx-final-cta .cta-band,
.visax-final-cta .cta-band,
.edux-final-cta .cta-band,
.workx-final-cta .cta-band,
.docsx-final-cta .cta-band,
.fhx-final-cta .cta-band {
  position: relative !important;
  isolation: isolate;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 44px 40px !important;
  border-radius: 32px !important;
  border: 1px solid rgba(200, 169, 106, 0.34) !important;
  background:
    radial-gradient(circle at 13% 22%, rgba(200, 169, 106, 0.24), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(17, 160, 164, 0.18), transparent 28%),
    linear-gradient(145deg, #161b20 0%, #090b0d 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 28px 74px rgba(10, 13, 16, 0.24) !important;
  overflow: hidden !important;
}

section.cta-band-wrapper .cta-band::before,
.cta-band-wrapper .cta-band::before {
  content: "" !important;
  position: absolute !important;
  inset: 14px auto auto 28px !important;
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(200, 169, 106, 0.45) !important;
  border-radius: 16px !important;
  transform: rotate(45deg) !important;
  background: transparent !important;
  z-index: -1 !important;
}

section.cta-band-wrapper .cta-band::after,
.cta-band-wrapper .cta-band::after {
  content: "" !important;
  position: absolute !important;
  right: -70px !important;
  bottom: -70px !important;
  width: 190px !important;
  height: 190px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  transform: none !important;
  z-index: -1 !important;
}

.cta-band .cta-small,
.cta-band-wrapper .cta-small,
.contactx-final-cta .cta-small,
.svcx-final-cta .cta-small {
  color: #c8a96a !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 850;
}

.cta-band h2,
.cta-band-wrapper .cta-band h2,
.fhx-final-cta .cta-band h2 {
  color: #ffffff !important;
  margin-bottom: 14px !important;
  font-family: var(--font-heading, 'Sora', sans-serif) !important;
  font-size: clamp(1.85rem, 3.2vw, 2.8rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
}

.cta-band p:not(.cta-small),
.cta-band-wrapper .cta-band p:not(.cta-small),
.fhx-final-cta .cta-band p:not(.cta-small) {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 15.5px;
  line-height: 1.78;
}

.cta-band .site-btn-primary,
.cta-band-wrapper .site-btn-primary {
  background: linear-gradient(135deg, #f4d78f, #c8a96a) !important;
  border-color: transparent !important;
  color: #15110b !important;
  box-shadow: 0 18px 38px rgba(200, 169, 106, 0.22) !important;
}

.cta-band .site-btn-outline-light,
.cta-band-wrapper .site-btn-outline-light {
  border-color: rgba(255, 255, 255, 0.34) !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

.cta-band .site-btn-outline-light:hover,
.cta-band-wrapper .site-btn-outline-light:hover {
  background: #ffffff !important;
  color: #161b20 !important;
  border-color: #ffffff !important;
}

@media (max-width: 767.98px) {
  section.cta-band-wrapper,
  .cta-band-wrapper,
  .aboutui-final-cta.cta-band-wrapper,
  .svcx-final-cta.cta-band-wrapper,
  .pkgx-final-cta.cta-band-wrapper,
  .tourx-final-cta.cta-band-wrapper,
  .blogx-final-cta.cta-band-wrapper,
  .postx-final-cta.cta-band-wrapper,
  .contactx-final-cta.cta-band-wrapper,
  .visax-final-cta.cta-band-wrapper,
  .edux-final-cta.cta-band-wrapper,
  .workx-final-cta.cta-band-wrapper,
  .docsx-final-cta.cta-band-wrapper,
  .fhx-final-cta.cta-band-wrapper {
    padding: 58px 0 68px !important;
  }

  section.cta-band-wrapper .cta-band,
  .cta-band-wrapper .cta-band {
    padding: 34px 22px !important;
    border-radius: 24px !important;
  }

  .cta-band h2,
  .cta-band-wrapper .cta-band h2 {
    font-size: clamp(1.65rem, 9vw, 2.15rem) !important;
  }
}


/* ======================================================
   PAYSTACK PAYMENT UI ADDITIONS
   Keeps payment screens aligned with the dark premium CTA style.
====================================================== */
.paystack-choice-box {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.paystack-choice {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.10);
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.paystack-choice:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 169, 106, 0.55);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.paystack-choice input {
  width: 18px !important;
  height: 18px !important;
  accent-color: var(--brand-gold, #c8a96a);
}

.paystack-choice span {
  color: #101828;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.payx-hero h1 {
  white-space: normal;
}

.payx-result-section {
  min-height: 68vh;
  background:
    radial-gradient(circle at top left, rgba(200, 169, 106, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff, #f7f4ef);
}

.payx-result-card {
  max-width: 780px;
  padding: clamp(32px, 5vw, 58px);
  text-align: center;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.12);
  position: relative;
  overflow: hidden;
}

.payx-result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 8px;
  background: linear-gradient(90deg, #c8a96a, #f4d78f, #10b981);
}

.payx-result-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 34px;
  background: rgba(245, 158, 11, 0.12);
  color: #b7791f;
}

.payx-result-icon.is-success {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}

.payx-result-card h1 {
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-weight: 900;
  letter-spacing: -0.06em;
  color: #111827;
  margin-bottom: 14px;
}

.payx-result-card > p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: #667085;
  line-height: 1.75;
}

.payx-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
  text-align: left;
}

.payx-summary div {
  padding: 16px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.payx-summary span {
  display: block;
  margin-bottom: 5px;
  color: #667085;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 900;
}

.payx-summary strong {
  color: #111827;
  font-weight: 850;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .payx-summary {
    grid-template-columns: 1fr;
  }
}


/* ======================================================
   ASSESSMENT FORM PAGE
====================================================== */
.assessment-hero {
  min-height: 440px;
  display: flex;
  align-items: center;
  background: #05070d;
  isolation: isolate;
}
.assessment-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, .92), rgba(3, 7, 18, .58), rgba(3, 7, 18, .86)),
    url('../img/travel-beach-blog.jpeg') center/cover no-repeat;
  z-index: 0;
}
.assessment-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(200,169,106,.32), transparent 40%);
}
.assessment-hero__content {
  max-width: 930px;
  margin: 0 auto;
  padding: 110px 0 80px;
}
.assessment-hero h1 {
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: .95;
  letter-spacing: -.07em;
  color: #fff;
  font-weight: 900;
  margin-bottom: 24px;
}
.assessment-hero p {
  color: rgba(255,255,255,.78);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 28px;
}
.assessment-intro {
  background: #fff;
}
.assessment-intro__card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
  padding: 34px;
  border-radius: 34px;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 22px 60px rgba(15,23,42,.08);
  background: linear-gradient(135deg,#fff,#fbf7ee);
}
.assessment-intro__card span {
  color: #b88a2d;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .76rem;
  font-weight: 900;
}
.assessment-intro__card h2 {
  margin: 10px 0 0;
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-weight: 900;
  letter-spacing: -.05em;
  color: #101828;
}
.assessment-intro__card p {
  color: #667085;
  line-height: 1.85;
  margin: 0;
}
.assessment-form-section {
  background:
    radial-gradient(circle at top left, rgba(200,169,106,.12), transparent 36%),
    #f8fafc;
}
.assessment-form-card,
.assessment-success {
  border-radius: 34px;
  border: 1px solid rgba(15,23,42,.08);
  background: #fff;
  box-shadow: 0 28px 70px rgba(15,23,42,.10);
  overflow: hidden;
}
.assessment-form-card__head {
  padding: 36px 40px 26px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(135deg,#ffffff,#fffaf0);
}
.assessment-form-card__head h2 {
  font-family: var(--font-heading, 'Sora', sans-serif);
  color: #111827;
  letter-spacing: -.05em;
  font-weight: 900;
  max-width: 760px;
}
.assessment-form-card__head p {
  margin: 12px 0 0;
  max-width: 760px;
  color: #667085;
  line-height: 1.75;
}
.assessment-form {
  padding: 36px 40px 40px;
}
.assessment-form label {
  display: block;
  margin-bottom: 9px;
  font-weight: 850;
  color: #111827;
  font-size: .92rem;
}
.assessment-form label span {
  color: #dc2626;
}
.assessment-form input,
.assessment-form select,
.assessment-form textarea {
  width: 100%;
  border: 1px solid rgba(15,23,42,.13);
  background: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  outline: none;
  transition: .25s ease;
  color: #111827;
}
.assessment-form input:focus,
.assessment-form select:focus,
.assessment-form textarea:focus {
  border-color: #c8a96a;
  box-shadow: 0 0 0 4px rgba(200,169,106,.14);
}
.assessment-form input[type="file"] {
  padding: 12px;
  background: #f8fafc;
}
.assessment-form small {
  display: block;
  margin-top: 8px;
  color: #7b8494;
}
.assessment-choice-group {
  height: 100%;
  padding: 20px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.08);
}
.assessment-radio-row,
.assessment-radio-stack {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.assessment-radio-stack {
  flex-direction: column;
  gap: 8px;
}
.assessment-radio-row label,
.assessment-radio-stack label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-weight: 700;
  color: #475467;
}
.assessment-radio-row input,
.assessment-radio-stack input {
  width: auto;
  accent-color: #c8a96a;
}
.assessment-form__actions,
.assessment-success__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.assessment-success {
  text-align: center;
  padding: 54px 38px;
}
.assessment-success__icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(16,185,129,.12);
  color: #10b981;
  font-size: 38px;
  margin-bottom: 22px;
}
.assessment-success h2 {
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-weight: 900;
  color: #111827;
  letter-spacing: -.05em;
}
.assessment-success p {
  color: #667085;
  line-height: 1.8;
  max-width: 680px;
  margin: 14px auto 0;
}
.assessment-success__actions {
  justify-content: center;
}
@media (max-width: 991.98px) {
  .assessment-intro__card { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .assessment-hero { min-height: 390px; }
  .assessment-form-card__head,
  .assessment-form { padding-left: 22px; padding-right: 22px; }
  .assessment-intro__card { padding: 24px; border-radius: 24px; }
}

/* ======================================================
   ASSESSMENT PAGE UX REFINEMENT
   Removes the old intro-card feel and makes the public
   assessment form easier to scan and complete.
====================================================== */
.assessment-form-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(200,169,106,.14), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(20,184,166,.08), transparent 30%),
    #f7f8fb;
  padding-top: 72px;
}
.assessment-form-card {
  position: relative;
  border-radius: 32px;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 34px 90px rgba(15,23,42,.11);
}
.assessment-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, #c8a96a, #f59e0b, #14b8a6);
}
.assessment-form-card__head {
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,250,240,.86)),
    radial-gradient(circle at 90% 0%, rgba(200,169,106,.18), transparent 40%);
  padding: 42px 46px 30px;
}
.assessment-form-card__head h2 {
  max-width: 840px;
}
.assessment-form-card__head p {
  max-width: 820px;
}
.assessment-form-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.assessment-form-steps span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #101828;
  color: rgba(255,255,255,.84);
  font-size: .86rem;
  font-weight: 750;
}
.assessment-form-steps strong {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(200,169,106,.2);
  color: #f7d48b;
  font-size: .72rem;
}
.assessment-form {
  padding: 42px 46px 46px;
}
.assessment-form-section-title {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 20px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #f9fafb);
}
.assessment-form-section-title--spaced {
  margin-top: 14px;
}
.assessment-form-section-title span {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #101828;
  color: #f7d48b;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(16,24,40,.14);
}
.assessment-form-section-title h3 {
  margin: 0 0 4px;
  font-family: var(--font-heading, 'Sora', sans-serif);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #101828;
}
.assessment-form-section-title p {
  margin: 0;
  color: #667085;
  line-height: 1.6;
}
.assessment-form input,
.assessment-form select,
.assessment-form textarea {
  min-height: 54px;
  background: #fcfcfd;
  border-color: rgba(15,23,42,.12);
}
.assessment-form textarea {
  min-height: 132px;
}
.assessment-choice-group {
  background: linear-gradient(135deg,#fff,#f9fafb);
  border-radius: 22px;
}
.assessment-form input[type="file"] {
  border-style: dashed;
  border-width: 1.5px;
  background: #fffaf0;
  cursor: pointer;
}
.assessment-form__actions {
  align-items: center;
  padding-top: 8px;
}
.assessment-form__actions .site-btn {
  min-width: 190px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .assessment-form-section { padding-top: 50px; }
  .assessment-form-card__head,
  .assessment-form { padding-left: 22px; padding-right: 22px; }
  .assessment-form-section-title { padding: 16px; }
  .assessment-form-steps span { width: 100%; }
}

/* ======================================================
   CONTACT LIVE GOOGLE MAP SECTION
   Uses the user's provided Google Maps coordinates.
====================================================== */
.contactx-live-map-section {
  background: transparent;
}

.contactx-live-map-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  align-items: stretch;
  border: 1px solid rgba(18, 24, 33, 0.08);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(13, 20, 31, 0.09);
}

.contactx-live-map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
}

.contactx-live-map-copy h2 {
  max-width: 440px;
  margin-bottom: 14px;
  color: var(--dark, #111827);
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.contactx-live-map-copy p:not(.section-eyebrow) {
  max-width: 500px;
  margin-bottom: 22px;
  color: var(--muted, #5d6675);
  line-height: 1.8;
}

.contactx-live-map-frame {
  min-height: 420px;
  background: #f5f7fb;
}

.contactx-live-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  filter: saturate(0.95) contrast(1.02);
}

@media (max-width: 991.98px) {
  .contactx-live-map-card {
    grid-template-columns: 1fr;
  }

  .contactx-live-map-frame,
  .contactx-live-map-frame iframe {
    min-height: 360px;
  }
}

@media (max-width: 575.98px) {
  .contactx-live-map-card {
    border-radius: 26px;
  }

  .contactx-live-map-copy {
    padding: 26px;
  }

  .contactx-live-map-frame,
  .contactx-live-map-frame iframe {
    min-height: 320px;
  }
}


/* ======================================================
   TOUR ITINERARY + BOOKING PRICE REFINEMENTS
====================================================== */
.tourx-card__actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-top:1.05rem}.tourx-card__actions .tourx-card__link{margin-top:0}.tourx-card__details{color:var(--brand-dark,#06101f)!important;background:#f6f0df;border:1px solid rgba(202,164,86,.35);padding:.72rem 1rem;border-radius:999px;font-weight:800;text-decoration:none}.tourx-card__details:hover{transform:translateY(-2px);background:#eedda9}.tour-price-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:6px 0 4px}.tour-price-summary>div{border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px 16px;background:linear-gradient(135deg,#fff,#fff8e8);box-shadow:0 14px 30px rgba(15,23,42,.05)}.tour-price-summary span{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-weight:800;margin-bottom:4px}.tour-price-summary strong{font-family:Sora,Inter,sans-serif;color:#07121f;font-size:1.05rem}.form-help{display:block;margin-top:.35rem;color:#64748b;font-size:.78rem}.itinx-hero{position:relative;min-height:640px;padding:155px 0 90px;background:linear-gradient(120deg,rgba(3,8,18,.86),rgba(10,24,43,.78)),url('../img/travel-family-suitcases.jpeg') center/cover no-repeat;color:#fff;overflow:hidden}.itinx-hero__shade{position:absolute;inset:0;background:radial-gradient(circle at 18% 28%,rgba(215,172,82,.22),transparent 32%),radial-gradient(circle at 82% 20%,rgba(255,255,255,.08),transparent 28%)}.itinx-hero h1{font-size:clamp(2.5rem,6vw,5.6rem);letter-spacing:-.075em;line-height:.95;margin-bottom:1.35rem}.itinx-hero p{color:rgba(255,255,255,.78);max-width:640px;font-size:1.05rem}.itinx-meta{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}.itinx-meta span{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);backdrop-filter:blur(12px);border-radius:999px;padding:.72rem 1rem;color:#fff;font-weight:800}.itinx-meta i{color:#d7ac52;margin-right:.45rem}.itinx-photo{position:relative;border-radius:34px;overflow:hidden;min-height:455px;border:1px solid rgba(255,255,255,.18);box-shadow:0 30px 80px rgba(0,0,0,.28)}.itinx-photo img{width:100%;height:100%;min-height:455px;object-fit:cover;display:block}.itinx-price-card{position:absolute;left:24px;right:24px;bottom:24px;border-radius:24px;padding:20px;background:rgba(5,10,18,.82);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(18px)}.itinx-price-card small{display:block;text-transform:uppercase;letter-spacing:.12em;color:#d7ac52;font-weight:900}.itinx-price-card strong{font-family:Sora,Inter,sans-serif;font-size:1.7rem;color:#fff;display:block}.itinx-price-card span{color:rgba(255,255,255,.72)}.itinx-section-head{margin-bottom:2rem}.itinx-section-head h2{font-size:clamp(2rem,4vw,3.3rem);letter-spacing:-.06em}.itinx-route{position:relative;padding-left:34px}.itinx-route:before{content:'';position:absolute;left:12px;top:8px;bottom:8px;width:2px;background:linear-gradient(#d7ac52,#06101f);opacity:.4}.itinx-step{position:relative;display:grid;grid-template-columns:auto 1fr;gap:18px;margin-bottom:22px}.itinx-step__marker{width:28px;height:28px;border-radius:999px;background:#06101f;color:#d7ac52;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.78rem;box-shadow:0 0 0 8px #f8f4ea;z-index:1}.itinx-step__body{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:22px;box-shadow:0 18px 45px rgba(15,23,42,.06)}.itinx-step__body span{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#b58a2a;font-weight:900}.itinx-step__body h3{font-family:Sora,Inter,sans-serif;letter-spacing:-.035em;margin:.35rem 0}.itinx-step__body p{color:#5d6674;margin:0}.itinx-sidebar{position:sticky;top:110px;border-radius:30px;padding:28px;background:#06101f;color:#fff;box-shadow:0 26px 70px rgba(6,16,31,.22)}.itinx-sidebar h3{font-family:Sora,Inter,sans-serif;letter-spacing:-.04em}.itinx-sidebar ul{list-style:none;margin:1.2rem 0;padding:0}.itinx-sidebar li{display:flex;gap:.7rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.78);font-weight:700}.itinx-sidebar li i{color:#d7ac52;margin-top:.2rem}.itinx-payment-note{border-radius:22px;background:rgba(255,255,255,.08);padding:18px;margin:1.25rem 0;border:1px solid rgba(255,255,255,.1)}.itinx-payment-note strong{color:#d7ac52}.itinx-payment-note p{color:rgba(255,255,255,.7);margin:.35rem 0 0}@media(max-width:767px){.tour-price-summary{grid-template-columns:1fr}.itinx-hero{min-height:auto;padding:125px 0 70px}.itinx-photo,.itinx-photo img{min-height:320px}.itinx-sidebar{position:relative;top:auto}.tourx-card__actions{align-items:stretch}.tourx-card__actions a{width:100%;text-align:center}}


/* =====================================================
   PROFESSIONAL TOUR ITINERARY DETAIL PAGE
   Replaces the old aesthetic-only route cards with a clearer
   service-detail/blog-style reader layout that supports rich content.
===================================================== */
.itinerary-hero{
  min-height: 650px;
  padding: 155px 0 90px;
  color: #fff;
  background: #06101f;
}
.itinerary-hero__bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 16% 24%, rgba(215,172,82,.22), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.09), transparent 30%),
    linear-gradient(120deg, rgba(3,8,18,.92), rgba(8,23,42,.84));
}
.itinerary-hero__row{min-height: 430px;}
.itinerary-hero__eyebrow{color:#d7ac52;}
.itinerary-hero__title{
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(2.55rem, 5.8vw, 5.7rem);
  line-height: .96;
  letter-spacing: -.075em;
  margin: .6rem 0 1.15rem;
  max-width: 760px;
}
.itinerary-hero__lead{
  max-width: 660px;
  color: rgba(255,255,255,.76);
  font-size: 1.05rem;
  line-height: 1.75;
}
.itinerary-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  margin-top:1.35rem;
}
.itinerary-hero__meta span{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.075);
  backdrop-filter: blur(14px);
  border-radius:999px;
  padding:.74rem 1rem;
  color:#fff;
  font-weight:800;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.itinerary-hero__meta i{color:#d7ac52;margin-right:.45rem;}
.itinerary-hero__visual{
  position:relative;
  min-height:455px;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 34px 90px rgba(0,0,0,.34);
  transform: rotate(1.2deg);
}
.itinerary-hero__visual img{
  width:100%;
  height:100%;
  min-height:455px;
  object-fit:cover;
  display:block;
  filter:saturate(1.06) contrast(1.04);
}
.itinerary-hero__visual:after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 35%, rgba(0,0,0,.64));
}
.itinerary-hero__ticket{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
  border-radius:24px;
  padding:20px;
  background:rgba(5,10,18,.82);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(18px);
}
.itinerary-hero__ticket small{
  display:block;
  color:#d7ac52;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.itinerary-hero__ticket strong{
  display:block;
  color:#fff;
  font-family:Sora,Inter,sans-serif;
  font-size:1.65rem;
  margin:.2rem 0;
}
.itinerary-hero__ticket span{color:rgba(255,255,255,.76);}
.itinerary-hero__float{
  position:absolute;
  top:24px;
  right:24px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#06101f;
  padding:.78rem 1rem;
  font-weight:900;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.itinerary-hero__float i{color:#b88924;}
.itinerary-reader{background:linear-gradient(180deg,#fff,#fbf7ef);}
.itinerary-article{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:32px;
  padding:clamp(1.35rem,3vw,2.4rem);
  box-shadow:0 24px 70px rgba(15,23,42,.07);
}
.itinerary-article__header{
  padding-bottom:1.5rem;
  margin-bottom:1.65rem;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.itinerary-article__header h2{
  font-family:Sora,Inter,sans-serif;
  letter-spacing:-.055em;
  font-size:clamp(2rem,4vw,3.15rem);
  color:#07121f;
}
.itinerary-article__header p{max-width:760px;color:#64748b;line-height:1.75;}
.itinerary-content-block{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:1.4rem;
  padding:2rem 0;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.itinerary-content-block:last-child{border-bottom:0;padding-bottom:.3rem;}
.itinerary-content-block__label span{
  width:58px;
  height:58px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#06101f;
  color:#d7ac52;
  font-family:Sora,Inter,sans-serif;
  font-weight:900;
  box-shadow:0 16px 36px rgba(6,16,31,.18);
}
.itinerary-content-block__label small{
  display:block;
  margin-top:.6rem;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#94a3b8;
  font-weight:900;
}
.formatted-content h3{
  font-family:Sora,Inter,sans-serif;
  color:#07121f;
  letter-spacing:-.045em;
  margin-bottom:1rem;
  font-size:clamp(1.45rem,2.8vw,2.15rem);
}
.formatted-content h2,
.formatted-content h4{
  font-family:Sora,Inter,sans-serif;
  color:#07121f;
  letter-spacing:-.04em;
  margin:1.25rem 0 .75rem;
}
.formatted-content p,
.formatted-content li{
  color:#526071;
  line-height:1.85;
  font-size:1rem;
}
.formatted-content ul,
.formatted-content ol{padding-left:1.25rem;margin:1rem 0 1.25rem;}
.formatted-content li{margin:.42rem 0;}
.formatted-content blockquote{
  border-left:4px solid #d7ac52;
  background:#fff8e7;
  border-radius:0 18px 18px 0;
  padding:1.1rem 1.25rem;
  color:#384253;
  font-weight:700;
}
.formatted-content table{
  width:100%;
  border-collapse:collapse;
  margin:1.2rem 0;
  overflow:hidden;
  border-radius:16px;
}
.formatted-content th,
.formatted-content td{
  border:1px solid rgba(15,23,42,.09);
  padding:.82rem 1rem;
  vertical-align:top;
}
.formatted-content th{background:#06101f;color:#fff;}
.formatted-content img{
  max-width:100%;
  border-radius:22px;
  margin:1rem 0;
  box-shadow:0 18px 45px rgba(15,23,42,.12);
}
.itinerary-booking-panel{
  position:sticky;
  top:110px;
  border-radius:30px;
  padding:28px;
  background:#06101f;
  color:#fff;
  box-shadow:0 28px 76px rgba(6,16,31,.22);
  overflow:hidden;
}
.itinerary-booking-panel:before{
  content:'';
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  right:-90px;
  bottom:-100px;
  background:rgba(215,172,82,.15);
}
.itinerary-booking-panel > *{position:relative;z-index:1;}
.itinerary-booking-panel h3{
  font-family:Sora,Inter,sans-serif;
  letter-spacing:-.045em;
  margin-bottom:.75rem;
}
.itinerary-booking-panel p{color:rgba(255,255,255,.72);line-height:1.7;}
.itinerary-booking-panel__price{
  margin:1.3rem 0;
  padding:1rem;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.075);
  border-radius:20px;
}
.itinerary-booking-panel__price span{
  display:block;
  color:#d7ac52;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:.72rem;
  font-weight:900;
}
.itinerary-booking-panel__price strong{
  font-family:Sora,Inter,sans-serif;
  font-size:1.35rem;
  color:#fff;
}
.itinerary-check-list{
  list-style:none;
  margin:1.25rem 0;
  padding:0;
}
.itinerary-check-list li{
  display:flex;
  gap:.75rem;
  padding:.72rem 0;
  border-bottom:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.78);
  font-weight:700;
}
.itinerary-check-list i{color:#d7ac52;margin-top:.22rem;}
@media(max-width:991px){
  .itinerary-hero{min-height:auto;padding:130px 0 70px;}
  .itinerary-hero__visual{transform:none;min-height:360px;}
  .itinerary-hero__visual img{min-height:360px;}
  .itinerary-booking-panel{position:relative;top:auto;}
}
@media(max-width:767px){
  .itinerary-hero__title{font-size:clamp(2.25rem,13vw,3.45rem);}
  .itinerary-content-block{grid-template-columns:1fr;gap:.8rem;padding:1.45rem 0;}
  .itinerary-content-block__label{display:flex;align-items:center;gap:.8rem;}
  .itinerary-content-block__label small{margin-top:0;}
  .itinerary-article{border-radius:24px;padding:1.15rem;}
}

/* =====================================================
   TOUR SINGLE / ITINERARY PAGE V2
   Inspired by the uploaded single-tour structure and rounded hero sample,
   but customized for Extreme Performance Travel Consult branding.
===================================================== */
.tour-detail-hero-v2{
  position:relative;
  padding:72px 0 64px;
  background:
    radial-gradient(circle at 15% 18%, rgba(216,188,122,.28), transparent 28%),
    radial-gradient(circle at 85% 75%, rgba(22,27,32,.12), transparent 32%),
    linear-gradient(135deg,#dfeee6 0%,#f7f3e8 48%,#eef6f1 100%);
  overflow:hidden;
}
.tour-detail-hero-v2__rings{
  position:absolute;
  inset:-30% -10% auto auto;
  width:760px;
  height:760px;
  border-radius:50%;
  border:1px solid rgba(22,27,32,.10);
  pointer-events:none;
}
.tour-detail-hero-v2__rings:before,
.tour-detail-hero-v2__rings:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(22,27,32,.10);
}
.tour-detail-hero-v2__rings:before{inset:80px;}
.tour-detail-hero-v2__rings:after{inset:170px;}
.tour-detail-hero-v2__card{
  position:relative;
  border-radius:42px;
  padding:clamp(1.35rem,3.7vw,4.15rem);
  background:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 34px 90px rgba(22,27,32,.13);
  overflow:hidden;
}
.tour-detail-hero-v2__card:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg,rgba(216,188,122,.18),transparent 35%),
    radial-gradient(circle at 86% 18%,rgba(216,188,122,.22),transparent 20%);
  pointer-events:none;
}
.tour-detail-hero-v2__card > *{position:relative;z-index:1;}
.tour-detail-hero-v2__copy h1{
  max-width:720px;
  margin:0 0 1rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:clamp(2.45rem,5.1vw,4.9rem);
  line-height:1.02;
  letter-spacing:-.075em;
  text-transform:none;
}
.tour-detail-hero-v2__copy p:not(.section-eyebrow){
  max-width:620px;
  color:#44505c;
  font-size:1.02rem;
  line-height:1.85;
}
.tour-detail-hero-v2__actions{
  display:flex;
  flex-wrap:wrap;
  gap:.85rem;
  margin-top:1.75rem;
}
.tour-detail-hero-v2__visual{
  min-height:430px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.tour-detail-hero-v2__circle{
  position:absolute;
  width:min(410px,80vw);
  height:min(410px,80vw);
  border-radius:50%;
  background:linear-gradient(135deg,rgba(216,188,122,.95),rgba(22,27,32,.16));
  box-shadow:inset 0 0 0 18px rgba(255,255,255,.38), 0 28px 70px rgba(22,27,32,.16);
}
.tour-detail-hero-v2__circle:before,
.tour-detail-hero-v2__circle:after{
  content:"";
  position:absolute;
  border-radius:50%;
  border:8px solid rgba(216,188,122,.65);
  animation:tourHeroOrbit 8s linear infinite;
}
.tour-detail-hero-v2__circle:before{inset:-20px;border-left-color:transparent;border-bottom-color:transparent;}
.tour-detail-hero-v2__circle:after{inset:28px;border-right-color:transparent;border-top-color:transparent;animation-direction:reverse;}
.tour-detail-hero-v2__visual img{
  position:relative;
  z-index:2;
  width:min(390px,78vw);
  height:min(390px,78vw);
  object-fit:cover;
  border-radius:50%;
  border:10px solid rgba(255,255,255,.84);
  box-shadow:0 34px 80px rgba(22,27,32,.22);
}
.tour-detail-hero-v2__bubble{
  position:absolute;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  border-radius:999px;
  padding:.82rem 1.05rem;
  color:#161b20;
  background:#fff;
  border:1px solid rgba(22,27,32,.08);
  box-shadow:0 18px 42px rgba(22,27,32,.14);
  font-size:.85rem;
  font-weight:900;
}
.tour-detail-hero-v2__bubble i{color:var(--accent-dark);}
.tour-detail-hero-v2__bubble--top{left:8%;top:24%;}
.tour-detail-hero-v2__bubble--bottom{right:4%;bottom:23%;background:var(--primary);color:#fff;}
.tour-detail-hero-v2__bubble--bottom i{color:var(--accent);}
.tour-detail-hero-v2__meta-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem 1.5rem;
  flex-wrap:wrap;
  margin-top:2.25rem;
  padding-top:1.7rem;
  border-top:1px solid rgba(22,27,32,.08);
}
.tour-detail-hero-v2__meta-row span{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  color:#4b5563;
  font-weight:800;
}
.tour-detail-hero-v2__meta-row i{color:var(--accent-dark);}
@keyframes tourHeroOrbit{
  to{transform:rotate(360deg);}
}

.tour-single-v2{
  background:linear-gradient(180deg,#fff 0%,#faf7ef 100%);
}
.tour-single-v2__tabs-wrap{
  position:sticky;
  top:78px;
  z-index:12;
  margin-top:-43px;
  margin-bottom:48px;
}
.tour-single-v2__tabs{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.5rem;
  flex-wrap:wrap;
  padding:.6rem;
  margin:0;
  list-style:none;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(22,27,32,.08);
  box-shadow:0 18px 48px rgba(22,27,32,.08);
}
.tour-single-v2__tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-height:48px;
  padding:.85rem 1.2rem;
  border-radius:999px;
  color:#3d4650;
  font-size:.82rem;
  font-weight:900;
  white-space:nowrap;
}
.tour-single-v2__tabs a:hover,
.tour-single-v2__tabs a.active{
  background:#f3eddf;
  color:var(--primary);
}
.tour-single-v2__tabs a i{color:var(--accent-dark);}
.tour-single-v2__content{
  display:grid;
  gap:1.6rem;
}
.tour-single-v2__panel{
  scroll-margin-top:155px;
  background:#fff;
  border:1px solid rgba(22,27,32,.08);
  border-radius:30px;
  padding:clamp(1.35rem,3vw,2.45rem);
  box-shadow:0 22px 58px rgba(22,27,32,.06);
}
.tour-single-v2__panel h2,
.tour-single-v2__section-head h2{
  margin:0 0 1rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:clamp(1.85rem,3.6vw,3rem);
  line-height:1.08;
  letter-spacing:-.06em;
  text-transform:none;
}
.tour-single-v2__section-head{
  max-width:760px;
  margin-bottom:2rem;
}
.tour-single-v2__section-head p:not(.section-eyebrow){
  color:#637083;
  line-height:1.8;
}
.tour-single-v2__intro{
  color:#536070;
}
.tour-single-v2__gallery{
  display:grid;
  grid-template-columns:1.5fr .8fr;
  gap:1rem;
  overflow:hidden;
}
.tour-single-v2__gallery img{
  width:100%;
  height:100%;
  min-height:240px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 20px 54px rgba(22,27,32,.08);
}
.tour-single-v2__gallery-main img{min-height:430px;}
.tour-single-v2__gallery-side{
  display:grid;
  gap:1rem;
}
.tour-plan-v2{
  position:relative;
  display:grid;
  gap:1.55rem;
}
.tour-plan-v2:before{
  content:"";
  position:absolute;
  left:34px;
  top:18px;
  bottom:18px;
  width:2px;
  background:linear-gradient(180deg,var(--accent),rgba(22,27,32,.12));
}
.tour-plan-v2__item{
  position:relative;
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  gap:1.25rem;
}
.tour-plan-v2__number{
  position:relative;
  z-index:2;
  width:70px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  color:var(--accent);
  background:var(--primary);
  font-family:var(--font-heading);
  font-weight:900;
  box-shadow:0 0 0 10px #fff,0 18px 42px rgba(22,27,32,.18);
}
.tour-plan-v2__body{
  padding:1.45rem 1.55rem;
  background:#fff;
  border:1px solid rgba(22,27,32,.08);
  border-radius:26px;
  box-shadow:0 18px 48px rgba(22,27,32,.06);
}
.tour-plan-v2__body h3{
  margin:0 0 .75rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:clamp(1.25rem,2.4vw,1.8rem);
  line-height:1.15;
  letter-spacing:-.045em;
  text-transform:none;
}
.tour-include-grid-v2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:1.45rem;
}
.tour-include-grid-v2__item{
  display:flex;
  align-items:flex-start;
  gap:.85rem;
  padding:1rem;
  border-radius:20px;
  background:#f8f5ec;
  border:1px solid rgba(216,188,122,.25);
  color:#3f4a56;
  font-weight:800;
}
.tour-include-grid-v2__item i{color:#3ccb87;margin-top:.22rem;}
.tour-include-grid-v2__item.is-excluded{background:#fff2f2;border-color:rgba(220,38,38,.12);}
.tour-include-grid-v2__item.is-excluded i{color:#dc2626;}
.tour-booking-sidebar-v2,
.tour-related-v2{
  background:#fff;
  border:1px solid rgba(22,27,32,.08);
  border-radius:30px;
  padding:1.55rem;
  box-shadow:0 22px 58px rgba(22,27,32,.08);
}
.tour-booking-sidebar-v2{
  position:sticky;
  top:155px;
  overflow:hidden;
}
.tour-booking-sidebar-v2:before{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  right:-90px;
  top:-95px;
  border-radius:50%;
  background:rgba(216,188,122,.18);
}
.tour-booking-sidebar-v2 > *{position:relative;z-index:1;}
.tour-booking-sidebar-v2 h3{
  margin:0 0 .7rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:1.75rem;
  line-height:1.12;
  letter-spacing:-.05em;
  text-transform:none;
}
.tour-booking-sidebar-v2__top p:not(.section-eyebrow){color:#657184;line-height:1.75;}
.tour-booking-sidebar-v2__price{
  margin:1.35rem 0;
  padding:1rem;
  border-radius:22px;
  background:var(--primary);
  color:#fff;
}
.tour-booking-sidebar-v2__price span,
.tour-booking-sidebar-v2__price small{
  display:block;
  color:rgba(255,255,255,.68);
  font-weight:800;
}
.tour-booking-sidebar-v2__price span{
  color:var(--accent);
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:.72rem;
}
.tour-booking-sidebar-v2__price strong{
  display:block;
  margin:.18rem 0;
  font-family:var(--font-heading);
  font-size:1.42rem;
  color:#fff;
}
.tour-booking-sidebar-v2__list{
  display:grid;
  gap:.75rem;
  margin:1.2rem 0 1.45rem;
}
.tour-booking-sidebar-v2__list div{
  display:flex;
  gap:.75rem;
  align-items:flex-start;
  color:#4c5867;
  font-weight:800;
}
.tour-booking-sidebar-v2__list i{color:var(--accent-dark);margin-top:.22rem;}
.tour-related-v2{
  margin-top:1.2rem;
}
.tour-related-v2 h4{
  margin:0 0 1rem;
  font-family:var(--font-heading);
  color:var(--primary);
  letter-spacing:-.04em;
}
.tour-related-v2__item{
  display:grid;
  grid-template-columns:84px 1fr;
  gap:.85rem;
  align-items:center;
  padding:.85rem 0;
  border-top:1px solid rgba(22,27,32,.08);
}
.tour-related-v2__item:first-of-type{border-top:0;}
.tour-related-v2__item img{
  width:84px;
  height:70px;
  object-fit:cover;
  border-radius:16px;
}
.tour-related-v2__item strong,
.tour-related-v2__item small{display:block;}
.tour-related-v2__item strong{
  color:var(--primary);
  font-weight:900;
  line-height:1.25;
}
.tour-related-v2__item small{color:#7b8795;font-weight:800;margin-top:.2rem;}
.formatted-content h1,
.formatted-content h2,
.formatted-content h3,
.formatted-content h4,
.formatted-content h5,
.formatted-content h6{
  font-family:var(--font-heading);
  color:var(--primary);
  letter-spacing:-.035em;
  text-transform:none;
}
.formatted-content p,
.formatted-content li{
  color:#536070;
  line-height:1.86;
  font-size:1rem;
}
.formatted-content p + p{margin-top:.95rem;}
.formatted-content ul,
.formatted-content ol{
  margin:1rem 0 1.2rem;
  padding-left:1.25rem;
}
.formatted-content ul li{list-style:disc;}
.formatted-content ol li{list-style:decimal;}
.formatted-content li{margin:.45rem 0;}
.formatted-content blockquote{
  margin:1.2rem 0;
  padding:1.1rem 1.25rem;
  border-left:4px solid var(--accent);
  border-radius:0 18px 18px 0;
  background:#fff8e8;
  color:#334155;
  font-weight:800;
}
.formatted-content table{
  width:100%;
  margin:1.2rem 0;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(22,27,32,.08);
}
.formatted-content th,
.formatted-content td{
  padding:.85rem 1rem;
  border-bottom:1px solid rgba(22,27,32,.08);
  border-right:1px solid rgba(22,27,32,.08);
  vertical-align:top;
}
.formatted-content tr:last-child td{border-bottom:0;}
.formatted-content th:last-child,
.formatted-content td:last-child{border-right:0;}
.formatted-content th{background:var(--primary);color:#fff;font-weight:900;}
.formatted-content img{
  max-width:100%;
  height:auto;
  margin:1rem 0;
  border-radius:24px;
  box-shadow:0 20px 54px rgba(22,27,32,.12);
}
.formatted-content a{color:var(--accent-dark);font-weight:900;text-decoration:underline;text-underline-offset:3px;}
.formatted-content pre,
.formatted-content code{
  background:#f4f0e6;
  border-radius:12px;
  color:#243041;
}
.formatted-content pre{padding:1rem;overflow:auto;}
@media(max-width:991px){
  .tour-detail-hero-v2{padding:48px 0;}
  .tour-single-v2__tabs-wrap{position:relative;top:auto;margin-top:0;}
  .tour-single-v2__tabs{border-radius:26px;justify-content:flex-start;}
  .tour-single-v2__tabs a{width:calc(50% - .25rem);}
  .tour-booking-sidebar-v2{position:relative;top:auto;}
  .tour-detail-hero-v2__visual{min-height:360px;}
  .tour-detail-hero-v2__bubble--top{left:0;}
  .tour-detail-hero-v2__bubble--bottom{right:0;}
}
@media(max-width:767px){
  .tour-detail-hero-v2__card{border-radius:30px;}
  .tour-detail-hero-v2__visual{min-height:310px;margin-top:.5rem;}
  .tour-detail-hero-v2__visual img{width:280px;height:280px;}
  .tour-detail-hero-v2__circle{width:295px;height:295px;}
  .tour-detail-hero-v2__bubble{font-size:.72rem;padding:.65rem .8rem;}
  .tour-detail-hero-v2__meta-row{justify-content:flex-start;}
  .tour-single-v2__tabs a{width:100%;justify-content:flex-start;}
  .tour-single-v2__gallery{grid-template-columns:1fr;}
  .tour-single-v2__gallery-main img{min-height:300px;}
  .tour-single-v2__gallery-side{grid-template-columns:1fr 1fr;}
  .tour-single-v2__gallery-side img{min-height:180px;}
  .tour-plan-v2:before{left:25px;}
  .tour-plan-v2__item{grid-template-columns:52px 1fr;gap:.9rem;}
  .tour-plan-v2__number{width:52px;height:52px;border-radius:16px;box-shadow:0 0 0 7px #fff,0 14px 28px rgba(22,27,32,.16);}
  .tour-plan-v2__body{padding:1.1rem;border-radius:22px;}
  .tour-include-grid-v2{grid-template-columns:1fr;}
}
@media(max-width:480px){
  .tour-detail-hero-v2__actions .btn{width:100%;}
  .tour-single-v2__gallery-side{grid-template-columns:1fr;}
}

/* =====================================================
   TOUR ITINERARY / SINGLE TOUR DETAIL PAGE V3
   Clean hero + professional content body inspired by the supplied tour-detail reference.
   No rounded hero card; the detailed body follows an editorial single-tour layout.
===================================================== */
.tour-detail-hero-clean{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background-image:var(--tour-hero-image);
  background-size:cover;
  background-position:center;
  color:#fff;
}
.tour-detail-hero-clean:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 35%, rgba(200,169,106,.34), transparent 28%),
    linear-gradient(90deg, rgba(16,13,8,.88), rgba(16,13,8,.56) 48%, rgba(16,13,8,.20));
  z-index:1;
}
.tour-detail-hero-clean:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:120px;
  background:linear-gradient(180deg, transparent, rgba(247,247,244,.96));
  z-index:1;
}
.tour-detail-hero-clean__overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background-image:
    linear-gradient(120deg, transparent 0 28%, rgba(200,169,106,.18) 28% 28.4%, transparent 28.4% 100%),
    radial-gradient(circle at 78% 25%, rgba(255,255,255,.14), transparent 14%);
  pointer-events:none;
}
.tour-detail-hero-clean__content{
  position:relative;
  z-index:3;
  max-width:850px;
  padding:95px 0 130px;
}
.tour-detail-hero-clean .section-eyebrow{
  color:var(--accent-2);
}
.tour-detail-hero-clean__content h1{
  margin:0 0 1rem;
  color:#fff;
  font-family:var(--font-heading);
  font-size:clamp(2.5rem,6vw,5.4rem);
  line-height:1;
  letter-spacing:-.08em;
  text-transform:none;
  text-shadow:0 18px 45px rgba(0,0,0,.30);
}
.tour-detail-hero-clean__content p:not(.section-eyebrow){
  max-width:640px;
  color:rgba(255,255,255,.78);
  font-size:1.05rem;
  line-height:1.85;
}
.tour-detail-hero-clean__actions{
  display:flex;
  gap:.85rem;
  flex-wrap:wrap;
  margin-top:1.75rem;
}
.tour-detail-hero-clean__actions .btn-site-outline{
  color:#fff;
  border-color:rgba(255,255,255,.36);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
}
.tour-detail-hero-clean__actions .btn-site-outline:hover{
  background:#fff;
  color:var(--primary);
  border-color:#fff;
}
.tour-detail-body{
  position:relative;
  background:#fff;
  padding-top:0;
}
.tour-detail-tabs-wrap{
  position:sticky;
  top:78px;
  z-index:18;
  margin-top:-44px;
  margin-bottom:76px;
}
.tour-detail-tabs{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.55rem;
  flex-wrap:wrap;
  margin:0;
  padding:.65rem;
  list-style:none;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(22,27,32,.08);
  box-shadow:0 18px 48px rgba(22,27,32,.10);
}
.tour-detail-tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-height:48px;
  padding:.88rem 1.2rem;
  border-radius:999px;
  color:#344052;
  font-size:.82rem;
  font-weight:900;
  white-space:nowrap;
}
.tour-detail-tabs a i{color:var(--accent-dark);}
.tour-detail-tabs a:hover,
.tour-detail-tabs a.active{
  background:#f3eddf;
  color:var(--primary);
}
.tour-detail-main{
  display:block;
  padding-bottom:1rem;
}
.tour-detail-heading{
  scroll-margin-top:155px;
  margin-bottom:2.2rem;
}
.tour-detail-featured{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin-bottom:1rem;
  padding:.42rem .8rem;
  border-radius:7px;
  color:#fff;
  background:var(--accent-dark);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.tour-detail-heading__row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.8rem;
}
.tour-detail-heading h2{
  margin:0 0 .9rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:clamp(2rem,4.4vw,3.25rem);
  line-height:1.08;
  letter-spacing:-.07em;
  text-transform:none;
}
.tour-detail-meta-list{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.85rem 1.45rem;
  margin:0;
  padding:0;
  list-style:none;
}
.tour-detail-meta-list li{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  color:#667085;
  font-size:.88rem;
  font-weight:800;
}
.tour-detail-meta-list i{color:var(--accent-dark);}
.tour-detail-price-box{
  min-width:205px;
  text-align:right;
}
.tour-detail-price-box span,
.tour-detail-price-box small{
  display:block;
  color:#778295;
  font-weight:800;
}
.tour-detail-price-box span{
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.09em;
}
.tour-detail-price-box strong{
  display:block;
  margin:.15rem 0 .1rem;
  color:var(--accent-dark);
  font-family:var(--font-heading);
  font-size:1.35rem;
  line-height:1.15;
}
.tour-detail-price-box small{font-size:.82rem;line-height:1.45;}
.tour-detail-gallery{
  display:grid;
  grid-template-columns:1.52fr .75fr .75fr;
  gap:1.25rem;
  margin-bottom:2.2rem;
}
.tour-detail-gallery img{
  width:100%;
  height:100%;
  min-height:315px;
  object-fit:cover;
  border-radius:8px;
  box-shadow:0 18px 48px rgba(22,27,32,.08);
}
.tour-detail-gallery__large img{min-height:420px;}
.tour-detail-section{
  scroll-margin-top:155px;
  padding:1.7rem 0 2.15rem;
  border-bottom:1px solid rgba(22,27,32,.08);
}
.tour-detail-section:last-child{border-bottom:0;}
.tour-detail-section h3{
  margin:0 0 1rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:clamp(1.45rem,2.6vw,2rem);
  line-height:1.2;
  letter-spacing:-.045em;
  text-transform:none;
}
.tour-detail-section__head{
  max-width:760px;
  margin-bottom:1.4rem;
}
.tour-detail-section__head p{
  color:#667085;
  line-height:1.8;
}
.tour-detail-richtext{
  max-width:800px;
}
.tour-detail-plan{
  position:relative;
}
.tour-detail-plan__item{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:1.6rem;
  align-items:start;
  position:relative;
  padding:1.35rem 0;
}
.tour-detail-plan__item:not(:last-child):before{
  content:"";
  position:absolute;
  left:48px;
  top:105px;
  bottom:-25px;
  width:1px;
  background:linear-gradient(180deg,var(--accent),rgba(22,27,32,.10));
}
.tour-detail-plan__number{
  position:relative;
  z-index:2;
  width:96px;
  height:90px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:var(--accent-dark);
  font-family:var(--font-heading);
  font-size:1.45rem;
  font-weight:900;
  box-shadow:0 14px 35px rgba(159,128,66,.25);
}
.tour-detail-plan__content{
  padding-top:.25rem;
}
.tour-detail-plan__content h4{
  margin:0 0 .75rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:clamp(1.2rem,2.4vw,1.55rem);
  line-height:1.25;
  letter-spacing:-.04em;
  text-transform:none;
}
.tour-detail-include-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem 2.2rem;
  margin-top:1.2rem;
}
.tour-detail-include-item{
  display:flex;
  align-items:flex-start;
  gap:.75rem;
  color:#435064;
  font-weight:800;
}
.tour-detail-include-item i{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 22px;
  margin-top:.2rem;
  border-radius:50%;
  color:#fff;
  background:var(--success);
  font-size:.72rem;
}
.tour-detail-include-item.is-excluded i{background:#d94848;}
.tour-detail-sidebar{
  position:sticky;
  top:132px;
  display:grid;
  gap:1.25rem;
}
.tour-detail-widget{
  background:#f4f6f8;
  border-radius:3px;
  padding:1.55rem;
  border:1px solid rgba(22,27,32,.06);
}
.tour-detail-widget h4{
  position:relative;
  margin:0 0 1.25rem;
  padding-left:.9rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:1.1rem;
  letter-spacing:-.02em;
  text-transform:none;
}
.tour-detail-widget h4:before{
  content:"";
  position:absolute;
  left:0;
  top:.22rem;
  bottom:.22rem;
  width:3px;
  border-radius:999px;
  background:var(--accent-dark);
}
.tour-detail-book-form{
  display:grid;
  gap:.95rem;
}
.tour-detail-book-form label{
  margin:0 0 -.45rem;
  color:var(--primary);
  font-weight:900;
  font-size:.86rem;
}
.tour-detail-book-form input,
.tour-detail-book-form select{
  width:100%;
  border:0;
  border-radius:4px;
  background:#fff;
  padding:.88rem 1rem;
  color:#475467;
  font-weight:700;
  outline:0;
}
.tour-detail-book-form input:focus,
.tour-detail-book-form select:focus{
  box-shadow:0 0 0 3px rgba(200,169,106,.20);
}
.tour-detail-book-total{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  margin:.35rem 0 .25rem;
  padding:1rem 0;
  border-top:1px solid rgba(22,27,32,.08);
  border-bottom:1px solid rgba(22,27,32,.08);
}
.tour-detail-book-total span{
  color:var(--primary);
  font-weight:900;
}
.tour-detail-book-total strong{
  color:var(--accent-dark);
  font-family:var(--font-heading);
  font-size:1.25rem;
}
.tour-detail-confidence{
  display:grid;
  gap:1rem;
  margin:0;
  padding:0;
  list-style:none;
}
.tour-detail-confidence li{
  display:flex;
  align-items:flex-start;
  gap:.75rem;
  color:#536070;
  font-weight:800;
  line-height:1.55;
}
.tour-detail-confidence i{color:var(--accent-dark);margin-top:.25rem;}
.tour-detail-related-list{display:grid;gap:1rem;}
.tour-detail-related-item{
  display:grid;
  grid-template-columns:86px minmax(0,1fr);
  gap:.85rem;
  align-items:center;
}
.tour-detail-related-item img{
  width:86px;
  height:72px;
  border-radius:4px;
  object-fit:cover;
}
.tour-detail-related-item strong,
.tour-detail-related-item small{display:block;}
.tour-detail-related-item strong{
  color:var(--primary);
  font-weight:900;
  line-height:1.25;
}
.tour-detail-related-item small{
  color:var(--accent-dark);
  font-weight:900;
  margin-top:.2rem;
}
.tour-detail-related-item:hover strong{color:var(--accent-dark);}
.tour-detail-body .formatted-content h1,
.tour-detail-body .formatted-content h2,
.tour-detail-body .formatted-content h3,
.tour-detail-body .formatted-content h4,
.tour-detail-body .formatted-content h5,
.tour-detail-body .formatted-content h6{
  font-family:var(--font-heading);
  color:var(--primary);
  letter-spacing:-.035em;
  text-transform:none;
}
.tour-detail-body .formatted-content h1,
.tour-detail-body .formatted-content h2,
.tour-detail-body .formatted-content h3{
  margin:1.1rem 0 .7rem;
}
.tour-detail-body .formatted-content p,
.tour-detail-body .formatted-content li{
  color:#536070;
  line-height:1.92;
  font-size:.98rem;
}
.tour-detail-body .formatted-content p + p{margin-top:.95rem;}
.tour-detail-body .formatted-content ul,
.tour-detail-body .formatted-content ol{
  margin:1rem 0 1.2rem;
  padding-left:1.15rem;
}
.tour-detail-body .formatted-content ul li{list-style:disc;}
.tour-detail-body .formatted-content ol li{list-style:decimal;}
.tour-detail-body .formatted-content li{margin:.45rem 0;}
.tour-detail-body .formatted-content blockquote{
  margin:1.2rem 0;
  padding:1.1rem 1.25rem;
  border-left:4px solid var(--accent-dark);
  background:#f8f5ec;
  color:#334155;
  font-weight:800;
}
.tour-detail-body .formatted-content table{
  width:100%;
  margin:1.2rem 0;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:8px;
  border:1px solid rgba(22,27,32,.10);
}
.tour-detail-body .formatted-content th,
.tour-detail-body .formatted-content td{
  padding:.9rem 1rem;
  border:1px solid rgba(22,27,32,.10);
  vertical-align:top;
}
.tour-detail-body .formatted-content th{
  background:var(--primary);
  color:#fff;
  font-weight:900;
}
.tour-detail-body .formatted-content img{
  max-width:100%;
  height:auto;
  margin:1rem 0;
  border-radius:8px;
  box-shadow:0 16px 40px rgba(22,27,32,.12);
}
.tour-detail-body .formatted-content a{
  color:var(--accent-dark);
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:991px){
  .tour-detail-hero-clean{min-height:380px;}
  .tour-detail-hero-clean__content{padding:70px 0 105px;}
  .tour-detail-tabs-wrap{position:relative;top:auto;margin-bottom:42px;}
  .tour-detail-tabs{border-radius:26px;justify-content:flex-start;}
  .tour-detail-tabs a{width:calc(50% - .28rem);justify-content:flex-start;}
  .tour-detail-heading__row{flex-direction:column;}
  .tour-detail-price-box{text-align:left;}
  .tour-detail-gallery{grid-template-columns:1fr 1fr;}
  .tour-detail-gallery__large{grid-column:1/-1;}
  .tour-detail-sidebar{position:relative;top:auto;}
}
@media(max-width:767px){
  .tour-detail-hero-clean{min-height:auto;}
  .tour-detail-hero-clean__content{padding:58px 0 88px;}
  .tour-detail-hero-clean__actions .btn{width:100%;}
  .tour-detail-tabs a{width:100%;}
  .tour-detail-gallery{grid-template-columns:1fr;}
  .tour-detail-gallery img,
  .tour-detail-gallery__large img{min-height:280px;}
  .tour-detail-plan__item{grid-template-columns:60px 1fr;gap:1rem;}
  .tour-detail-plan__number{width:60px;height:58px;font-size:1rem;}
  .tour-detail-plan__item:not(:last-child):before{left:30px;top:75px;}
  .tour-detail-include-grid{grid-template-columns:1fr;}
}

/* =====================================================
   Tour itinerary detail page refinement
   - Homepage-inspired hero without a large card wrapper
   - Vitour-inspired single tour content alignment
===================================================== */
.itinerary-hero-section{
  position:relative;
  min-height:690px;
  display:flex;
  align-items:center;
  background:var(--primary);
  color:#fff;
}
.itinerary-hero-bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(16,13,8,.92) 0%, rgba(16,13,8,.78) 43%, rgba(16,13,8,.24) 100%),
    var(--tour-hero-image) center/cover no-repeat;
  transform:scale(1.02);
}
.itinerary-hero-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 17% 28%, rgba(200,169,106,.28), transparent 30%),
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size:auto, 54px 54px, 54px 54px;
  opacity:.72;
}
.itinerary-hero-overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 74% 28%, rgba(216,188,122,.15), transparent 18%),
    linear-gradient(180deg, transparent 72%, rgba(247,247,244,.97) 100%);
}
.itinerary-hero-row{min-height:690px;padding:84px 0 128px;}
.itinerary-hero-content{max-width:680px;}
.itinerary-hero-content .hero-title{
  color:#fff;
  margin:0;
  font-size:clamp(3rem,5.6vw,5.2rem);
  line-height:.98;
  letter-spacing:-.085em;
  text-transform:none;
}
.itinerary-hero-content .hero-text{
  max-width:610px;
  margin-top:1.35rem;
  color:rgba(255,255,255,.78);
  font-size:1rem;
  line-height:1.85;
}
.itinerary-hero-content .hero-actions{margin-top:1.8rem;}
.itinerary-hero-content .site-btn i{margin-right:.4rem;}
.itinerary-hero-showcase{
  min-height:475px;
  isolation:isolate;
}
.itinerary-hero-showcase:before{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  border-radius:50%;
  top:35px;
  right:42px;
  background:radial-gradient(circle, rgba(216,188,122,.22), rgba(200,169,106,.05) 62%, transparent 63%);
  border:1px solid rgba(255,255,255,.12);
  animation:heroFloat 7s ease-in-out infinite;
}
.itinerary-hero-browser{
  position:absolute;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 30px 80px rgba(0,0,0,.34);
}
.itinerary-hero-browser img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.itinerary-hero-browser-main{
  width:430px;
  height:335px;
  right:22px;
  top:68px;
  border-radius:24px;
  z-index:2;
}
.itinerary-hero-browser-top{
  width:205px;
  height:150px;
  right:338px;
  top:18px;
  border-radius:18px;
  transform:rotate(-5deg);
  z-index:3;
}
.itinerary-hero-browser-bottom{
  width:235px;
  height:170px;
  right:286px;
  bottom:18px;
  border-radius:20px;
  transform:rotate(4deg);
  z-index:4;
}
.itinerary-hero-floating{
  z-index:7;
  background:rgba(22,27,32,.82);
  color:#fff;
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(14px);
}
.itinerary-hero-floating-one{left:20px;bottom:118px;}
.itinerary-hero-floating-two{right:10px;bottom:72px;}
.itinerary-single-body{
  background:#fff;
  padding-bottom:80px;
}
.itinerary-single-body .site-container{max-width:1140px;}
.itinerary-single-body .tour-detail-tabs-wrap{
  top:82px;
  margin-top:-48px;
  margin-bottom:92px;
}
.itinerary-single-body .tour-detail-tabs{
  min-height:74px;
  padding:.7rem;
  box-shadow:0 22px 60px rgba(22,27,32,.12);
}
.itinerary-single-body .tour-detail-tabs a{
  min-width:0;
  flex:1 1 auto;
  padding:1rem 1.45rem;
  font-size:.82rem;
  color:#1f2933;
}
.itinerary-content-row{--bs-gutter-x:4.2rem;}
.itinerary-single-body .tour-detail-heading{margin-bottom:2.15rem;}
.itinerary-single-body .tour-detail-featured{
  background:#d2ad5f;
  color:#16110a;
  box-shadow:none;
  border-radius:5px;
}
.itinerary-single-body .tour-detail-heading__row{
  align-items:flex-start;
  gap:2.5rem;
}
.itinerary-single-body .tour-detail-heading h2{
  max-width:620px;
  font-size:clamp(2.15rem,3.8vw,3.15rem);
  line-height:1.05;
}
.itinerary-single-body .tour-detail-meta-list{gap:.75rem 1.35rem;}
.itinerary-single-body .tour-detail-price-box{
  min-width:205px;
  margin-top:2.1rem;
}
.itinerary-single-body .tour-detail-price-box strong{
  font-size:1.25rem;
  color:var(--accent-dark);
}
.itinerary-single-body .tour-detail-gallery{
  grid-template-columns:1.55fr .75fr .75fr;
  gap:1.25rem;
  margin-bottom:2.5rem;
}
.itinerary-single-body .tour-detail-gallery img{
  min-height:325px;
  border-radius:7px;
  box-shadow:none;
}
.itinerary-single-body .tour-detail-gallery__large img{min-height:405px;}
.itinerary-single-body .tour-detail-section{
  padding:1.6rem 0 2.25rem;
  border-bottom:1px solid rgba(22,27,32,.10);
}
.itinerary-single-body .tour-detail-section h3{
  margin-bottom:1rem;
  font-size:clamp(1.45rem,2.4vw,1.9rem);
}
.tour-detail-section-lead{
  color:#667085;
  line-height:1.8;
  max-width:760px;
  margin-bottom:1rem;
}
.itinerary-expect-list{
  display:grid;
  gap:.8rem;
  margin:1rem 0 0;
  padding:0;
  list-style:none;
}
.itinerary-expect-list li{
  position:relative;
  padding-left:1.35rem;
  color:#344054;
  font-weight:800;
}
.itinerary-expect-list li:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  position:absolute;
  left:0;
  top:.75rem;
  background:var(--accent-dark);
}
.itinerary-facts-table{
  border-top:1px solid rgba(22,27,32,.10);
}
.itinerary-fact-row{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:1.25rem;
  padding:1.2rem 0;
  border-bottom:1px solid rgba(22,27,32,.10);
}
.itinerary-fact-row span{
  color:var(--primary);
  font-weight:900;
}
.itinerary-fact-row p{
  color:#667085;
  font-weight:600;
}
.itinerary-single-body .tour-detail-section__head p{
  max-width:740px;
  color:#667085;
}
.itinerary-single-body .tour-detail-plan__item{
  grid-template-columns:92px minmax(0,1fr);
  gap:1.65rem;
  padding:1.6rem 0;
}
.itinerary-single-body .tour-detail-plan__number{
  width:88px;
  height:86px;
  border-radius:7px;
  background:var(--accent-dark);
  box-shadow:0 20px 36px rgba(159,128,66,.22);
}
.itinerary-single-body .tour-detail-plan__item:not(:last-child):before{
  left:44px;
  top:104px;
  bottom:-28px;
  background:linear-gradient(180deg, rgba(159,128,66,.40), rgba(22,27,32,.08));
}
.itinerary-single-body .tour-detail-plan__content h4{
  font-size:clamp(1.25rem,2vw,1.55rem);
}
.tour-detail-include-grid--split{
  grid-template-columns:1fr 1fr;
  gap:2.5rem;
  align-items:start;
}
.tour-detail-include-grid--split h4{
  margin:0 0 1rem;
  color:var(--primary);
  font-family:var(--font-heading);
  font-size:1rem;
  font-weight:900;
}
.tour-detail-include-grid--split .tour-detail-include-item:not(:last-child){margin-bottom:.9rem;}
.itinerary-single-body .tour-detail-sidebar{
  top:125px;
  gap:1.45rem;
}
.itinerary-single-body .tour-detail-widget{
  border-radius:3px;
  background:#f4f6f8;
  padding:1.6rem;
  border:1px solid rgba(22,27,32,.06);
  box-shadow:none;
}
.itinerary-single-body .tour-detail-book-widget{background:#f2f4f6;}
.itinerary-single-body .tour-detail-widget h4{
  font-size:1.05rem;
  margin-bottom:1.3rem;
}
.itinerary-single-body .tour-detail-book-form input,
.itinerary-single-body .tour-detail-book-form select{
  border-radius:3px;
  min-height:52px;
}
.itinerary-single-body .tour-detail-book-total{
  padding:1.1rem 0;
}
.itinerary-single-body .tour-detail-book-total strong{
  font-size:1.22rem;
}
.itinerary-single-body .tour-detail-confidence li{
  font-size:.92rem;
}
.itinerary-single-body .tour-detail-related-item{
  grid-template-columns:82px minmax(0,1fr);
}
.itinerary-single-body .tour-detail-related-item img{
  width:82px;
  height:68px;
  border-radius:3px;
}
.itinerary-single-body .tour-detail-related-item strong{font-size:.9rem;}
.itinerary-single-body .formatted-content p,
.itinerary-single-body .formatted-content li{
  font-size:.95rem;
  line-height:1.95;
  color:#596779;
}
.itinerary-single-body .formatted-content ul li::marker,
.itinerary-single-body .formatted-content ol li::marker{color:var(--accent-dark);}
@media(max-width:1199px){
  .itinerary-hero-browser-main{width:380px;height:310px;right:0;}
  .itinerary-hero-browser-top{right:295px;}
  .itinerary-hero-browser-bottom{right:245px;}
  .itinerary-content-row{--bs-gutter-x:2.2rem;}
}
@media(max-width:991px){
  .itinerary-hero-section{min-height:520px;}
  .itinerary-hero-row{min-height:520px;padding:70px 0 115px;}
  .itinerary-single-body .tour-detail-tabs-wrap{position:relative;top:auto;margin-bottom:56px;}
  .itinerary-single-body .tour-detail-tabs{border-radius:26px;}
  .itinerary-single-body .tour-detail-tabs a{width:calc(50% - .28rem);flex:0 0 calc(50% - .28rem);justify-content:flex-start;}
  .itinerary-single-body .tour-detail-price-box{margin-top:0;text-align:left;}
  .itinerary-single-body .tour-detail-heading__row{flex-direction:column;gap:1.2rem;}
  .itinerary-single-body .tour-detail-gallery{grid-template-columns:1fr 1fr;}
  .itinerary-single-body .tour-detail-gallery__large{grid-column:1/-1;}
  .itinerary-single-body .tour-detail-sidebar{position:relative;top:auto;}
}
@media(max-width:767px){
  .itinerary-hero-section{min-height:auto;}
  .itinerary-hero-row{min-height:auto;padding:58px 0 96px;}
  .itinerary-hero-content .hero-title{font-size:clamp(2.55rem,13vw,3.6rem);}
  .itinerary-hero-content .hero-actions .btn{width:100%;}
  .itinerary-single-body .tour-detail-tabs a{width:100%;flex:0 0 100%;}
  .itinerary-single-body .tour-detail-gallery{grid-template-columns:1fr;}
  .itinerary-single-body .tour-detail-gallery img,
  .itinerary-single-body .tour-detail-gallery__large img{min-height:280px;}
  .itinerary-fact-row{grid-template-columns:1fr;gap:.25rem;}
  .itinerary-single-body .tour-detail-plan__item{grid-template-columns:62px minmax(0,1fr);gap:1rem;}
  .itinerary-single-body .tour-detail-plan__number{width:62px;height:60px;font-size:1rem;}
  .itinerary-single-body .tour-detail-plan__item:not(:last-child):before{left:31px;top:78px;}
  .tour-detail-include-grid--split{grid-template-columns:1fr;}
}

/* Tour card itinerary/book button visibility and desktop alignment fix */
@media (min-width: 768px) {
  .tourx-card--bookable .tourx-card__actions {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100%;
  }

  .tourx-card--bookable .tourx-card__actions .tourx-card__link {
    width: auto !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
    padding: 0 13px !important;
    min-height: 46px !important;
    font-size: 10.5px !important;
    line-height: 1 !important;
    letter-spacing: .045em !important;
  }
}

.tourx-card--bookable .tourx-card__actions .tourx-card__details {
  background: #f4ead3 !important;
  border: 1px solid rgba(202, 164, 86, .45) !important;
  color: #06101f !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08) !important;
}

.tourx-card--bookable .tourx-card__actions .tourx-card__details i {
  color: #b88924 !important;
}

.tourx-card--bookable .tourx-card__actions .tourx-card__book {
  background: #06101f !important;
  border: 1px solid #06101f !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(6, 16, 31, .16) !important;
}

.tourx-card--bookable .tourx-card__actions .tourx-card__book i {
  color: #d7ac52 !important;
}

.tourx-card--bookable .tourx-card__actions .tourx-card__details:hover,
.tourx-card--bookable .tourx-card__actions .tourx-card__book:hover {
  transform: translateY(-2px) !important;
}

.tourx-card--bookable .tourx-card__actions .tourx-card__details:hover {
  background: #e7d19b !important;
  color: #06101f !important;
}

.tourx-card--bookable .tourx-card__actions .tourx-card__book:hover {
  background: #d7ac52 !important;
  border-color: #d7ac52 !important;
  color: #111827 !important;
}

@media (max-width: 767.98px) {
  .tourx-card--bookable .tourx-card__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .tourx-card--bookable .tourx-card__actions .tourx-card__link {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
