:root {
  --bg: #f0f3f8;
  --surface: #ffffff;
  --surface-soft: #f7f8fc;
  --text: #1a2332;
  --muted: #5f6b7c;
  --accent: #ffd100;
  --accent-dark: #ffd100;
  --accent-soft: rgba(255, 209, 0, 0.22);
  --brand: #0f172a;
  --brand-soft: #1e293b;
  --border: #e2e8f0;
  --shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
  --radius-lg: 20px;
  --radius-xl: 28px;
  --font-sans: "DM Sans", "Segoe UI", system-ui, sans-serif;
  --font-display: "Outfit", "DM Sans", system-ui, sans-serif;
  --bb-header-h: 78px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

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

.container {
  width: min(1220px, 94vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: none;
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(0, max-content) 1fr auto;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 0.85rem 0;
  border-bottom: none;
}

.header-aside {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-self: end;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.52rem 1.05rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  background: var(--brand);
  color: #f8fafc;
  border: 2px solid var(--brand);
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

.header-cta:hover {
  background: #1e293b;
  border-color: #1e293b;
  color: #fff;
}

@media (min-width: 961px) {
  .site-nav {
    justify-self: end;
  }
}

.page-intro-band {
  background: var(--surface);
  padding: 1rem 0 1.35rem;
}

.page-intro-band--jet,
.page-intro-band--road,
.page-intro-band--ocean,
.page-intro-band--charter,
.page-intro-band--cac,
.page-intro-band--moving,
.page-intro-band--white-gloves,
.page-intro-band--pet,
.page-intro-band--storage,
.page-intro-band--customs,
.page-intro-band--warehouse,
.page-intro-band--branch {
  position: relative;
  overflow: hidden;
  min-height: clamp(340px, 46vw, 520px);
  display: flex;
  align-items: center;
  padding: clamp(1.15rem, 3vw, 1.8rem) 0 clamp(2.6rem, 6vw, 4.5rem);
}

.page-intro-band--jet {
  background:
    linear-gradient(90deg, rgba(6, 12, 28, 0.78) 0%, rgba(6, 12, 28, 0.58) 42%, rgba(6, 12, 28, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 12, 28, 0.12) 0%, rgba(6, 12, 28, 0.72) 100%),
    url("/public/images/jet-freight-banner.jpg") center / cover no-repeat;
}

.page-intro-band--road {
  background:
    linear-gradient(90deg, rgba(6, 12, 28, 0.78) 0%, rgba(6, 12, 28, 0.55) 44%, rgba(6, 12, 28, 0.16) 100%),
    linear-gradient(180deg, rgba(6, 12, 28, 0.1) 0%, rgba(6, 12, 28, 0.7) 100%),
    url("/public/images/road-freight-banner.jpg") center / cover no-repeat;
}

.page-intro-band--ocean {
  background:
    linear-gradient(90deg, rgba(4, 16, 32, 0.8) 0%, rgba(4, 16, 32, 0.52) 46%, rgba(4, 16, 32, 0.14) 100%),
    linear-gradient(180deg, rgba(3, 105, 161, 0.12) 0%, rgba(6, 12, 28, 0.72) 100%),
    url("/public/images/ocean-freight-banner.jpg") center / cover no-repeat;
}

.page-intro-band--charter {
  background:
    linear-gradient(90deg, rgba(8, 10, 24, 0.82) 0%, rgba(8, 10, 24, 0.54) 44%, rgba(8, 10, 24, 0.15) 100%),
    linear-gradient(180deg, rgba(255, 209, 0, 0.1) 0%, rgba(6, 12, 28, 0.74) 100%),
    url("/public/images/charter-service-banner.jpg") center / cover no-repeat;
}

.page-intro-band--cac {
  background:
    linear-gradient(90deg, rgba(5, 14, 28, 0.84) 0%, rgba(5, 14, 28, 0.5) 46%, rgba(5, 14, 28, 0.12) 100%),
    linear-gradient(180deg, rgba(3, 105, 161, 0.14) 0%, rgba(6, 12, 28, 0.76) 100%),
    url("/public/images/central-asia-connect-banner.jpg") center / cover no-repeat;
}

.page-intro-band--moving {
  background:
    linear-gradient(90deg, rgba(10, 14, 28, 0.84) 0%, rgba(10, 14, 28, 0.5) 44%, rgba(10, 14, 28, 0.1) 100%),
    linear-gradient(180deg, rgba(255, 209, 0, 0.12) 0%, rgba(6, 12, 28, 0.78) 100%),
    url("/public/images/international-moving-banner.jpg") center / cover no-repeat;
}

.page-intro-band--white-gloves {
  min-height: clamp(380px, 52vw, 560px);
  align-items: flex-end;
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.72) 48%, rgba(15, 23, 42, 0.92) 100%),
    url("/public/images/white-gloves-banner.jpg") center 28% / cover no-repeat;
}

.page-intro-band--white-gloves .im-hero__intro {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.page-intro-band--white-gloves .im-hero__chips {
  justify-content: center;
}

.page-intro-band--white-gloves .breadcrumbs--intro {
  justify-content: center;
}

/* Pet Moving — warm left-weighted hero */
.page-intro-band--pet {
  background:
    linear-gradient(105deg, rgba(28, 18, 10, 0.88) 0%, rgba(28, 18, 10, 0.55) 46%, rgba(28, 18, 10, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 186, 92, 0.14) 0%, rgba(15, 23, 42, 0.55) 100%),
    url("/public/images/pet-moving-banner.jpg") center / cover no-repeat;
}

.page-intro-band--pet .im-hero__intro {
  max-width: min(560px, 100%);
}

/* Storage / Crating — right-weighted diagonal cut */
.page-intro-band--storage {
  background:
    linear-gradient(250deg, rgba(8, 16, 28, 0.9) 0%, rgba(8, 16, 28, 0.48) 52%, rgba(8, 16, 28, 0.08) 100%),
    url("/public/images/storage-crating-banner.jpg") 70% center / cover no-repeat;
}

.page-intro-band--storage .im-hero__intro {
  margin-left: auto;
  max-width: min(560px, 100%);
  text-align: right;
}

.page-intro-band--storage .im-hero__chips,
.page-intro-band--storage .breadcrumbs--intro {
  justify-content: flex-end;
}

/* Customs — cool teal documentary feel */
.page-intro-band--customs {
  background:
    linear-gradient(90deg, rgba(4, 24, 40, 0.92) 0%, rgba(4, 24, 40, 0.62) 40%, rgba(4, 24, 40, 0.2) 100%),
    linear-gradient(180deg, rgba(14, 116, 144, 0.2) 0%, rgba(6, 12, 28, 0.7) 100%),
    url("/public/images/customs-brokerage-banner.jpg") center / cover no-repeat;
}

.page-intro-band--customs .im-hero__intro {
  max-width: min(640px, 100%);
}

/* Warehousing — wide industrial, bottom-aligned */
.page-intro-band--warehouse {
  min-height: clamp(360px, 48vw, 540px);
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(6, 12, 28, 0.15) 0%, rgba(6, 12, 28, 0.78) 58%, rgba(6, 12, 28, 0.94) 100%),
    url("/public/images/warehousing-banner.jpg") center 40% / cover no-repeat;
}

.page-intro-band--warehouse .im-hero__intro {
  max-width: min(720px, 100%);
}

/* Branch country landings */
.page-intro-band--branch-kaz {
  background:
    linear-gradient(105deg, rgba(28, 16, 6, 0.88) 0%, rgba(28, 16, 6, 0.5) 48%, rgba(28, 16, 6, 0.12) 100%),
    linear-gradient(180deg, rgba(255, 186, 72, 0.16) 0%, rgba(6, 12, 28, 0.55) 100%),
    url("/public/images/branch-kazakhstan-banner.jpg") center / cover no-repeat;
}

.page-intro-band--branch-uzb {
  background:
    linear-gradient(90deg, rgba(6, 28, 36, 0.9) 0%, rgba(6, 28, 36, 0.52) 46%, rgba(6, 28, 36, 0.14) 100%),
    linear-gradient(180deg, rgba(13, 148, 136, 0.18) 0%, rgba(6, 12, 28, 0.62) 100%),
    url("/public/images/branch-uzbekistan-banner.jpg") center / cover no-repeat;
}

.page-intro-band--branch-kgz {
  background:
    linear-gradient(250deg, rgba(4, 20, 36, 0.9) 0%, rgba(4, 20, 36, 0.48) 50%, rgba(4, 20, 36, 0.1) 100%),
    linear-gradient(180deg, rgba(56, 189, 248, 0.12) 0%, rgba(6, 12, 28, 0.7) 100%),
    url("/public/images/branch-kyrgyzstan-banner.jpg") 60% center / cover no-repeat;
}

.page-intro-band--branch-kgz .im-hero__intro {
  margin-left: auto;
  max-width: min(560px, 100%);
}

.page-intro-band--branch-tjk {
  background:
    linear-gradient(100deg, rgba(20, 10, 8, 0.9) 0%, rgba(20, 10, 8, 0.55) 44%, rgba(20, 10, 8, 0.12) 100%),
    linear-gradient(180deg, rgba(251, 146, 60, 0.14) 0%, rgba(6, 12, 28, 0.72) 100%),
    url("/public/images/branch-tajikistan-banner.jpg") center / cover no-repeat;
}

.page-intro-band--branch-tkm {
  min-height: clamp(360px, 48vw, 540px);
  align-items: flex-end;
  background:
    linear-gradient(180deg, rgba(20, 14, 6, 0.2) 0%, rgba(20, 14, 6, 0.78) 55%, rgba(20, 14, 6, 0.94) 100%),
    url("/public/images/branch-turkmenistan-banner.jpg") center 40% / cover no-repeat;
}

.page-intro-band--branch::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -152px;
  height: 160px;
  background: #fff;
  transform: rotate(-3.2deg);
  transform-origin: left center;
  z-index: 0;
  pointer-events: none;
}

.page-intro-band--branch-tkm::after {
  transform: none;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 64px;
  background: linear-gradient(180deg, transparent, #fff);
}

.page-intro-band--branch .im-hero__intro {
  max-width: min(640px, 100%);
}

.page-intro-band--jet::after,
.page-intro-band--road::after,
.page-intro-band--ocean::after,
.page-intro-band--charter::after,
.page-intro-band--cac::after,
.page-intro-band--moving::after,
.page-intro-band--pet::after,
.page-intro-band--customs::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -152px;
  height: 160px;
  background: #fff;
  transform: rotate(-3.8deg);
  transform-origin: left center;
  z-index: 0;
  pointer-events: none;
}

.page-intro-band--storage::after {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -152px;
  height: 160px;
  background: #fff;
  transform: rotate(3.4deg);
  transform-origin: right center;
  z-index: 0;
  pointer-events: none;
}

.page-intro-band--warehouse::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 64px;
  background: linear-gradient(180deg, transparent, #fff);
  z-index: 0;
  pointer-events: none;
  transform: none;
}

.page-intro-band--white-gloves::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 72px;
  background: radial-gradient(120% 100% at 50% 0%, transparent 40%, #fff 41%);
  z-index: 0;
  pointer-events: none;
  transform: none;
}

.page-intro-band--jet .container,
.page-intro-band--road .container,
.page-intro-band--ocean .container,
.page-intro-band--charter .container,
.page-intro-band--cac .container,
.page-intro-band--moving .container,
.page-intro-band--white-gloves .container,
.page-intro-band--pet .container,
.page-intro-band--storage .container,
.page-intro-band--customs .container,
.page-intro-band--warehouse .container,
.page-intro-band--branch .container {
  position: relative;
  z-index: 1;
}

.page-intro-band--jet .breadcrumbs--intro,
.page-intro-band--road .breadcrumbs--intro,
.page-intro-band--ocean .breadcrumbs--intro,
.page-intro-band--charter .breadcrumbs--intro,
.page-intro-band--cac .breadcrumbs--intro,
.page-intro-band--moving .breadcrumbs--intro,
.page-intro-band--white-gloves .breadcrumbs--intro,
.page-intro-band--pet .breadcrumbs--intro,
.page-intro-band--storage .breadcrumbs--intro,
.page-intro-band--customs .breadcrumbs--intro,
.page-intro-band--warehouse .breadcrumbs--intro,
.page-intro-band--branch .breadcrumbs--intro {
  margin-bottom: clamp(1.1rem, 3.2vw, 2rem);
}

.page-intro-band--jet .breadcrumbs a,
.page-intro-band--jet .breadcrumbs__text,
.page-intro-band--jet .breadcrumbs-sep,
.page-intro-band--road .breadcrumbs a,
.page-intro-band--road .breadcrumbs__text,
.page-intro-band--road .breadcrumbs-sep,
.page-intro-band--ocean .breadcrumbs a,
.page-intro-band--ocean .breadcrumbs__text,
.page-intro-band--ocean .breadcrumbs-sep,
.page-intro-band--charter .breadcrumbs a,
.page-intro-band--charter .breadcrumbs__text,
.page-intro-band--charter .breadcrumbs-sep,
.page-intro-band--cac .breadcrumbs a,
.page-intro-band--cac .breadcrumbs__text,
.page-intro-band--cac .breadcrumbs-sep,
.page-intro-band--moving .breadcrumbs a,
.page-intro-band--moving .breadcrumbs__text,
.page-intro-band--moving .breadcrumbs-sep,
.page-intro-band--white-gloves .breadcrumbs a,
.page-intro-band--white-gloves .breadcrumbs__text,
.page-intro-band--white-gloves .breadcrumbs-sep,
.page-intro-band--pet .breadcrumbs a,
.page-intro-band--pet .breadcrumbs__text,
.page-intro-band--pet .breadcrumbs-sep,
.page-intro-band--storage .breadcrumbs a,
.page-intro-band--storage .breadcrumbs__text,
.page-intro-band--storage .breadcrumbs-sep,
.page-intro-band--customs .breadcrumbs a,
.page-intro-band--customs .breadcrumbs__text,
.page-intro-band--customs .breadcrumbs-sep,
.page-intro-band--warehouse .breadcrumbs a,
.page-intro-band--warehouse .breadcrumbs__text,
.page-intro-band--warehouse .breadcrumbs-sep,
.page-intro-band--branch .breadcrumbs a,
.page-intro-band--branch .breadcrumbs__text,
.page-intro-band--branch .breadcrumbs-sep {
  color: rgba(255, 255, 255, 0.78);
}

.page-intro-band--jet .breadcrumbs a:hover,
.page-intro-band--road .breadcrumbs a:hover,
.page-intro-band--ocean .breadcrumbs a:hover,
.page-intro-band--charter .breadcrumbs a:hover,
.page-intro-band--cac .breadcrumbs a:hover,
.page-intro-band--moving .breadcrumbs a:hover,
.page-intro-band--white-gloves .breadcrumbs a:hover,
.page-intro-band--pet .breadcrumbs a:hover,
.page-intro-band--storage .breadcrumbs a:hover,
.page-intro-band--customs .breadcrumbs a:hover,
.page-intro-band--warehouse .breadcrumbs a:hover,
.page-intro-band--branch .breadcrumbs a:hover {
  color: #fff;
}

.page-intro-band--jet .solution-page__intro,
.page-intro-band--road .solution-page__intro,
.page-intro-band--ocean .solution-page__intro,
.page-intro-band--charter .solution-page__intro {
  max-width: min(650px, 100%);
  transform: none;
  margin-top: 0;
}

.page-intro-band--cac .cac-hero__intro {
  max-width: min(680px, 100%);
  transform: none;
  margin-top: 0;
}

.page-intro-band--moving .im-hero__intro {
  max-width: min(680px, 100%);
  transform: none;
  margin-top: 0;
}

.cac-hero__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.cac-hero__title {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 4.4rem);
  line-height: 1.02;
  max-width: 14ch;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.cac-hero__lead {
  margin: 0;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
  line-height: 1.55;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
}

.cac-hero__chips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cac-hero__chip {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.im-hero__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.im-hero__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.04;
  color: #fff;
  max-width: 14ch;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.im-hero__lead {
  margin: 0;
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
  line-height: 1.55;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
}

.im-hero__chips {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.im-hero__chip {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.page-intro-band--jet .solution-page__eyebrow,
.page-intro-band--road .solution-page__eyebrow,
.page-intro-band--ocean .solution-page__eyebrow,
.page-intro-band--charter .solution-page__eyebrow {
  color: var(--accent);
}

.page-intro-band--jet .solution-page__title,
.page-intro-band--road .solution-page__title,
.page-intro-band--ocean .solution-page__title,
.page-intro-band--charter .solution-page__title {
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 4.4rem);
  line-height: 1.02;
  max-width: 12ch;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.page-intro-band--jet .solution-page__lead,
.page-intro-band--road .solution-page__lead,
.page-intro-band--ocean .solution-page__lead,
.page-intro-band--charter .solution-page__lead {
  max-width: 44rem;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
}

.page-intro-band--about {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 0 2.25rem;
  background:
    radial-gradient(120% 90% at 85% 15%, rgba(255, 209, 0, 0.22) 0%, transparent 55%),
    radial-gradient(80% 70% at 8% 88%, rgba(15, 23, 42, 0.09) 0%, transparent 50%),
    linear-gradient(165deg, #ffffff 0%, #f2f2f0 48%, #ebe9e4 100%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.page-intro-band--about::before,
.page-intro-band--about::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.page-intro-band--about::before {
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  right: -8%;
  top: -35%;
  background: radial-gradient(circle, rgba(255, 209, 0, 0.2) 0%, transparent 68%);
  animation: about-float 14s ease-in-out infinite;
}

.page-intro-band--about::after {
  width: min(280px, 45vw);
  height: min(280px, 45vw);
  left: -6%;
  bottom: -40%;
  background: radial-gradient(circle, rgba(15, 23, 42, 0.12) 0%, transparent 70%);
  animation: about-float 18s ease-in-out infinite reverse;
}

.page-intro-band--about .container {
  position: relative;
  z-index: 1;
}

@keyframes about-float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-12px, 10px) scale(1.04);
  }
}

@keyframes about-reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-reveal {
  animation: about-reveal-up 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--reveal-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .page-intro-band--about::before,
  .page-intro-band--about::after {
    animation: none;
  }

  .about-reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.page-intro-band .breadcrumbs--intro {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #9ca3af;
  gap: 0.35rem;
}

.page-intro-band .breadcrumbs a,
.page-intro-band .breadcrumbs__text {
  color: #9ca3af;
  text-decoration: none;
  font-weight: 400;
}

.page-intro-band .breadcrumbs a:hover {
  color: var(--brand);
}

.page-intro {
  margin: 0;
  padding: 0;
}

.page-intro__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 4.2vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--brand);
}

.page-intro__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #4b5563;
  max-width: none;
}

.about-page__intro--band {
  margin: 0;
}

.about-page__intro--hero .about-page__eyebrow {
  margin: 0 0 0.45rem;
}

.about-page__intro--hero .about-page__title {
  margin: 0 0 0.55rem;
  color: var(--brand);
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .about-page__intro--hero .about-page__title {
    background: linear-gradient(120deg, var(--brand) 0%, #334155 55%, #0f172a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

.about-page__intro--hero .about-page__lead {
  color: #3d4f63;
  max-width: 38rem;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.25rem, 4vw, 2.75rem);
  align-items: center;
}

.about-intro-grid__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
}

.about-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 209, 0, 0.45);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.about-intro-grid__visual {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 440px;
}

.about-intro-frame {
  position: relative;
  border-radius: 22px;
  padding: 0.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(232, 244, 217, 0.5));
  box-shadow:
    0 24px 50px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.8) inset;
  animation: about-hero-tilt 10s ease-in-out infinite;
}

.about-intro-frame::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(125deg, rgba(255, 209, 0, 0.55), transparent 40%, rgba(15, 23, 42, 0.15));
  z-index: -1;
  opacity: 0.85;
}

@keyframes about-hero-tilt {
  0%,
  100% {
    transform: perspective(900px) rotateY(-4deg) rotateX(2deg);
  }
  50% {
    transform: perspective(900px) rotateY(3deg) rotateX(-1deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-intro-frame {
    animation: none;
  }
}

.about-intro-frame__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  vertical-align: middle;
}

.why-page__intro {
  margin: 0;
}

.why-page__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.why-page__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.2;
  color: var(--brand);
}

.why-page__lead {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.55;
  color: #4b5563;
  max-width: none;
}

.leadership-page__intro {
  margin: 0;
}

.leadership-page__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.leadership-page__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.2;
  color: var(--brand);
}

.leadership-page__lead {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.55;
  color: #4b5563;
  max-width: none;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  line-height: 0;
}

.logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: clamp(40px, 6vw, 56px);
  max-width: min(420px, 52vw);
  object-fit: contain;
  object-position: left center;
  border-radius: 6px;
  border: none;
  background: transparent;
  flex-shrink: 0;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-root {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.menu-root > li {
  position: relative;
}

.menu-root > li > a.menu-label,
.menu-root > li > .menu-label--parent {
  display: inline-flex;
  padding: 0.5rem 0.72rem;
  border-radius: 10px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.menu-root > li > .menu-label--parent {
  cursor: default;
}

.menu-root > li.active > a.menu-label,
.menu-root > li > a.menu-label:hover,
.menu-root > li.active > .menu-label--parent,
.menu-root > li > .menu-label--parent:hover {
  color: var(--brand);
  background: var(--accent-soft);
}

.menu-children {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  min-width: 280px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 0.5rem;
  display: none;
}

/* Invisible hit targets so the cursor can cross the 8px gap without losing :hover */
.menu-root > li > .menu-children::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 8px;
}

.menu-children .menu-children::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 100%;
}

.menu-children li {
  position: relative;
}

.menu-children a.menu-label,
.menu-children .menu-label--parent {
  display: block;
  padding: 0.5rem 0.6rem;
  color: var(--muted);
  border-radius: 8px;
  font-size: 0.92rem;
}

.menu-children li > .menu-label--parent {
  cursor: default;
}

.menu-children li.active > a.menu-label,
.menu-children a.menu-label:hover,
.menu-children li.active > .menu-label--parent,
.menu-children .menu-label--parent:hover {
  color: var(--brand);
  background: #f4f4f2;
}

.menu-root > li:hover > .menu-children,
.menu-children li:hover > .menu-children {
  display: block;
}

.menu-children .menu-children {
  left: calc(100% + 8px);
  top: 0;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.lang-picker {
  position: relative;
  z-index: 12;
}

.lang-picker.is-open {
  z-index: 60;
}

.lang-picker__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.36rem 0.65rem 0.36rem 0.75rem;
  border-radius: 999px;
  border: 1.5px solid rgba(15, 23, 42, 0.12);
  background: var(--surface);
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.lang-picker__btn:hover {
  border-color: var(--accent);
  box-shadow: 0 3px 12px rgba(255, 209, 0, 0.25);
}

.lang-picker__btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.lang-picker__btn[aria-expanded="true"] {
  border-color: var(--accent);
}

.lang-picker__btn[aria-expanded="true"] .lang-picker__chev {
  transform: rotate(180deg);
}

.lang-picker__chev {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--muted);
  transition: transform 0.15s ease;
}

.lang-picker__list {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 11.5rem;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.16);
}

.lang-picker__list[hidden] {
  display: none !important;
}

.lang-picker__opt {
  display: block;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.12s ease, color 0.12s ease;
}

.lang-picker__opt:hover {
  background: var(--surface-soft);
}

.lang-picker__opt.is-active {
  background: rgba(255, 209, 0, 0.2);
  color: var(--brand);
  font-weight: 600;
}

.mobile-dock {
  display: none;
}

.hero {
  padding: 2.5rem 0 1.25rem;
}

.hero--logix {
  padding-top: 2.25rem;
  padding-bottom: 0.5rem;
  background:
    radial-gradient(ellipse 80% 55% at 78% 18%, rgba(255, 209, 0, 0.14) 0%, transparent 52%),
    radial-gradient(ellipse 55% 45% at 12% 88%, rgba(15, 23, 42, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

.hero-logix__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: stretch;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.hero-logix .hero-slider {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
}

.hero-logix__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.hero-logix__blob {
  position: absolute;
  inset: 8% 4%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 209, 0, 0.35) 0%, rgba(15, 23, 42, 0.06) 55%, transparent 70%);
  filter: blur(0px);
}

.hero-logix__card {
  position: relative;
  z-index: 1;
  width: min(100%, 320px);
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero-logix__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  color: var(--accent-dark);
  background: linear-gradient(135deg, rgba(255, 209, 0, 0.2), rgba(255, 209, 0, 0.05));
  border: 1px solid rgba(255, 209, 0, 0.35);
}

.hero-logix__card-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.hero-logix__card-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1.25;
}

.home-about-strip {
  padding: 2rem 0 2.25rem;
}

.home-about-strip__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.5rem;
  align-items: start;
  padding: 1.5rem 1.65rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.home-about-strip__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: var(--accent-dark);
  background: rgba(255, 209, 0, 0.12);
  border: 1px solid rgba(255, 209, 0, 0.28);
}

.home-about-strip__title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brand);
}

.home-about-strip__text {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 58rem;
}

.home-metrics {
  padding: 0 0 2.5rem;
}

.home-metrics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-metric {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--border);
  text-align: center;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.home-metric__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand);
  line-height: 1.1;
}

.home-metric__suffix {
  font-size: 0.55em;
  font-weight: 700;
  color: var(--accent-dark);
}

.home-metric__label {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 600;
}

.section-head {
  margin-bottom: 1.75rem;
}

.section-head--center {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.section-head h2 {
  margin: 0.35rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brand);
}

.section-head__lead {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.6;
}

.home-cta-logix {
  margin-top: 0.5rem;
  padding: 2.5rem 0 3rem;
}

.home-cta-logix__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem 2.25rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(120deg, #0f172a 0%, #1e293b 48%, #0b1224 100%);
  color: #e2e8f0;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.home-cta-logix__copy {
  flex: 1;
  min-width: 220px;
}

.home-cta-logix h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

.home-cta-logix p {
  margin: 0;
  color: rgba(226, 232, 240, 0.88);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 36rem;
}

.btn-primary--on-dark {
  color: var(--brand);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.site-footer--logix {
  border-top: 1px solid var(--border);
  padding: 2.5rem 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
  gap: 2rem 2rem;
  padding-bottom: 2rem;
}

.site-footer__logo {
  display: inline-flex;
  line-height: 0;
}

.site-footer__logo img {
  max-height: 52px;
  width: auto;
  object-fit: contain;
}

.site-footer__tagline {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 22rem;
}

.site-footer__heading {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand);
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.footer-list a {
  color: var(--muted);
  font-weight: 600;
  font-size: 0.94rem;
  transition: color 0.15s ease;
}

.footer-list a:hover {
  color: var(--accent-dark);
}

.site-footer__note {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.5;
}

.site-footer__cta {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--brand);
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border: none;
}

.site-footer__cta:hover {
  filter: brightness(1.05);
}

.site-footer__bar {
  border-top: 1px solid var(--border);
  padding: 1rem 0 1.75rem;
}

.site-footer__bar p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.hero-slides {
  position: relative;
  min-height: 340px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(2%);
  transition: opacity 0.35s ease, transform 0.35s ease;
  padding: 2rem 4.9rem 2rem 4.2rem;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.hero-slide:first-child {
  position: relative;
}

.hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.hero-slider:hover .hero-nav,
.hero-slider:focus-within .hero-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-nav--prev {
  left: 0.9rem;
}

.hero-nav--next {
  right: 0.9rem;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 0.45rem;
  z-index: 2;
}

.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #c9c7c2;
  padding: 0;
  cursor: pointer;
}

.hero-dot.active {
  background: var(--accent);
}

.eyebrow {
  color: var(--accent-dark);
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

h1 {
  margin: 0.5rem 0 0.9rem;
  max-width: 850px;
  font-size: clamp(1.8rem, 4.5vw, 3.15rem);
  line-height: 1.15;
}

.hero-slide h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand);
}

.hero-copy {
  margin: 0;
  max-width: 730px;
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.3rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: var(--brand);
  padding: 0.72rem 1.05rem;
  font-weight: 700;
}

.btn-secondary {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface-soft);
  color: var(--brand);
  padding: 0.72rem 1.05rem;
  font-weight: 700;
}

.solution-quick {
  padding: 0.5rem 0 2.5rem;
}

.solution-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.solution-quick-card {
  position: relative;
  display: block;
  min-height: 132px;
  padding: 1.2rem 4.75rem 1.2rem 1.15rem;
  background: var(--surface);
  border-radius: 14px;
  border: 1px solid var(--border);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.07);
  color: var(--brand);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.35;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.solution-quick-card:hover {
  border-color: rgba(255, 209, 0, 0.45);
  background: var(--surface-soft);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.solution-quick-card:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.solution-quick-card__title {
  display: block;
  max-width: calc(100% - 0.25rem);
}

.solution-quick-card__icon {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--accent-dark);
  pointer-events: none;
}

.solution-quick-card__icon-svg {
  display: block;
}

@media (max-width: 1080px) {
  .solution-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .solution-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .solution-quick-grid {
    grid-template-columns: 1fr;
  }

  .solution-quick-card {
    min-height: 0;
    padding-right: 4.5rem;
  }
}

.service-directions {
  padding: 0.2rem 0 1.2rem;
}

.service-directions-inner {
  background: var(--surface);
  border-radius: var(--radius-xl);
  padding: 2rem 1.75rem;
  color: var(--text);
  border: 1px solid var(--border);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.service-directions-inner h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--brand);
}

.direction-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.15rem;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 0.35rem;
  border: 1px solid var(--border);
}

.direction-tab {
  border: 0;
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.55rem 0.92rem;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

.direction-tab.active {
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  color: var(--brand);
  box-shadow: 0 6px 16px rgba(255, 209, 0, 0.35);
}

.direction-panel {
  display: none;
  margin-top: 1.15rem;
}

.direction-panel.active {
  display: block;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.direction-card {
  background: var(--surface-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.1rem;
  color: var(--text);
  min-height: 132px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.direction-card:hover {
  border-color: rgba(255, 209, 0, 0.4);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.direction-card h3 {
  margin: 0;
  font-size: 1.08rem;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand);
}

.direction-card p {
  margin: 0.55rem 0 0;
  font-size: 0.94rem;
  color: var(--muted);
}

.page-content {
  padding: 1rem 0 3rem;
}

.page-content.page-content--inner {
  background: var(--surface);
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.page-content.page-content--about.page-content--inner {
  padding-top: 1.75rem;
  background:
    radial-gradient(ellipse 90% 50% at 50% 0%, rgba(255, 209, 0, 0.06) 0%, transparent 55%),
    var(--surface);
}

.page-content h2 {
  margin: 0.8rem 0;
  font-size: 1.65rem;
}

.page-content p {
  margin: 0;
  color: var(--muted);
  max-width: none;
}

.about-page__intro:not(.about-page__intro--band) {
  margin-bottom: 1.75rem;
}

.about-page__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.about-page__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.2;
  color: var(--brand);
}

.about-page__lead {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--text);
  max-width: none;
}

.about-page--enhanced {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-page__story {
  margin-bottom: 2rem;
}

.about-page__story-inner {
  position: relative;
  padding: 1.5rem 1.6rem 1.55rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8fc 100%);
  border: 1px solid rgba(220, 227, 239, 0.95);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.about-page__story-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
}

.about-page__story-inner p {
  margin: 0 0 1rem;
  padding-left: 0.85rem;
  line-height: 1.65;
  font-size: 1.02rem;
  color: #3d4f63;
  max-width: none;
}

.about-page__story-inner p:last-child {
  margin-bottom: 0;
}

.about-page__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2.25rem;
}

.about-page__panel {
  position: relative;
  background: var(--surface);
  border-radius: 18px;
  padding: 1.35rem 1.4rem 1.4rem;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  border: 1px solid transparent;
  background-clip: padding-box;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-page__panel--mission {
  background-image:
    linear-gradient(var(--surface), var(--surface)),
    linear-gradient(135deg, rgba(255, 209, 0, 0.55), rgba(15, 23, 42, 0.12));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.about-page__panel--approach {
  background-image:
    linear-gradient(var(--surface), var(--surface)),
    linear-gradient(225deg, rgba(15, 23, 42, 0.2), rgba(255, 209, 0, 0.35));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.about-page__panel:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.11);
}

@media (prefers-reduced-motion: reduce) {
  .about-page__panel:hover {
    transform: none;
  }
}

.about-panel__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0.75rem;
  border-radius: 12px;
  color: var(--accent-dark);
  background: linear-gradient(145deg, rgba(255, 209, 0, 0.22), rgba(255, 209, 0, 0.05));
  border: 1px solid rgba(255, 209, 0, 0.35);
}

.about-panel__badge--alt {
  color: var(--brand);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.03));
  border-color: rgba(15, 23, 42, 0.15);
}

.about-page__panel h2 {
  margin: 0 0 0.65rem;
  font-size: 1.2rem;
  color: var(--brand);
  letter-spacing: -0.02em;
}

.about-page__panel p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.58;
  color: #4b5c6e;
  max-width: none;
}

.about-values-head {
  margin-bottom: 1rem;
}

.about-values-head__sub {
  margin: 0.35rem 0 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 36rem;
}

.about-page__section-title {
  margin: 0;
  font-size: 1.45rem;
  color: var(--brand);
  letter-spacing: -0.02em;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-bottom: 2.35rem;
}

.about-value-card {
  position: relative;
  border-radius: 18px;
  padding: 1.25rem 1.2rem 1.3rem;
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.about-value-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 18px 18px 0 0;
  opacity: 0.95;
}

.about-value-card--1::before {
  background: linear-gradient(90deg, #ffd100, #ffd100);
}

.about-value-card--2::before {
  background: linear-gradient(90deg, #ffd100, var(--brand));
}

.about-value-card--3::before {
  background: linear-gradient(90deg, #5c616a, #2d3138);
}

.about-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 209, 0, 0.45);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

@media (prefers-reduced-motion: reduce) {
  .about-value-card:hover {
    transform: none;
  }
}

.about-value-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0.85rem;
  border-radius: 14px;
  color: var(--brand);
  background: linear-gradient(160deg, #f8f6f0 0%, rgba(255, 209, 0, 0.18) 100%);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.about-value-card__icon svg {
  width: 26px;
  height: 26px;
}

.about-value-card--2 .about-value-card__icon {
  color: #5c616a;
}

.about-value-card--3 .about-value-card__icon {
  color: var(--accent-dark);
}

.about-value-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.06rem;
  color: var(--brand);
}

.about-value-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.52;
  color: #4b5c6e;
  max-width: none;
}

.about-page__geo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding: 1.45rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background:
    linear-gradient(120deg, rgba(255, 209, 0, 0.12) 0%, rgba(240, 240, 238, 0.95) 50%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}

.about-page__geo-content {
  flex: 1;
  min-width: 220px;
}

.about-page__geo-map {
  flex-shrink: 0;
  width: min(200px, 42vw);
  opacity: 0.95;
  animation: about-map-drift 12s ease-in-out infinite;
}

.about-page__geo-map svg {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes about-map-drift {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page__geo-map {
    animation: none;
  }
}

.about-page__geo h2 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
  color: var(--brand);
}

.about-page__geo p {
  margin: 0;
  max-width: none;
  line-height: 1.58;
  color: #4b5c6e;
}

.about-page__cta--enhanced {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem;
  padding: 1.5rem 1.65rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 209, 0, 0.35);
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.97) 0%, #383d46 42%, #252830 100%);
  box-shadow:
    0 20px 48px rgba(15, 23, 42, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.about-page__cta-copy {
  flex: 1;
  min-width: 200px;
}

.about-page__cta--enhanced p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  max-width: none;
}

.about-page__cta--enhanced .btn-primary {
  flex-shrink: 0;
}

.btn-primary--pulse {
  position: relative;
  overflow: visible;
  box-shadow: 0 0 0 0 rgba(255, 209, 0, 0.45);
  animation: about-cta-pulse 2.8s ease-out infinite;
}

@keyframes about-cta-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 209, 0, 0.45);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 209, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 209, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-primary--pulse {
    animation: none;
  }
}

/* Brochure content (About + Central Asia Connect) */
.bb-section {
  margin-top: 2.75rem;
}

.bb-section__lead,
.bb-section__text {
  margin: 0.85rem 0 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 52rem;
}

.bb-section--corridor {
  padding: 1.75rem 1.5rem;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, #f8fafc 100%);
  border: 1px solid var(--border);
}

.bb-branches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

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

.bb-branch {
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.bb-branch__code {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent-dark);
  background: rgba(255, 209, 0, 0.18);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}

.bb-branch__name {
  margin: 0.55rem 0 0.2rem;
  font-size: 1.05rem;
}

.bb-branch__role {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

.bb-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin: 1.25rem 0 0.85rem;
}

.bb-route__step {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}

.bb-route__arrow {
  color: var(--accent-dark);
  font-weight: 700;
}

.bb-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.bb-service {
  padding: 1.25rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #fff;
}

.bb-service__num {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--accent-dark);
  letter-spacing: 0.06em;
}

.bb-service h3 {
  margin: 0.45rem 0 0.35rem;
  font-size: 1.02rem;
}

.bb-service p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.bb-compare {
  margin-top: 1.25rem;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.bb-compare__row {
  display: grid;
  grid-template-columns: minmax(7rem, 0.9fr) 1.2fr 1.2fr;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bb-compare__row:first-child {
  border-top: 0;
}

.bb-compare__row--head {
  background: #0f172a;
  color: #fff;
  font-weight: 700;
}

.bb-compare__metric {
  font-weight: 700;
  color: var(--brand);
}

.bb-compare__row--head .bb-compare__metric {
  color: #fff;
}

.bb-hq {
  padding: 1.5rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}

.bb-hq .about-page__section-title {
  color: #fff;
}

.bb-hq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 0.75rem;
}

.bb-hq__contact a,
.bb-hq__contact p {
  display: block;
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.bb-hq__contact a:hover {
  color: var(--accent);
}

.bb-hq__creds {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-content: flex-start;
}

.bb-hq__cred {
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  .bb-branches,
  .bb-services,
  .bb-hq__grid {
    grid-template-columns: 1fr;
  }

  .bb-compare__row {
    grid-template-columns: 1fr;
  }

  .bb-compare__row--head {
    display: none;
  }

  .bb-compare__row:not(.bb-compare__row--head) .bb-compare__metric {
    grid-column: 1 / -1;
    padding-bottom: 0.25rem;
    border-bottom: 1px dashed var(--border);
    margin-bottom: 0.35rem;
  }
}

/* Contacts page */
.contacts-page__intro {
  max-width: 40rem;
}

.contacts-page__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.contacts-page__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
}

.contacts-page__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted);
}

.contacts-page__section-title {
  margin: 0 0 1rem;
  font-size: 1.35rem;
}

.contacts-page__hq {
  margin-bottom: 2.5rem;
}

.contacts-hq-card {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}

.contacts-hq-card__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.25rem;
}

.contacts-hq-card a,
.contacts-hq-card p {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
}

.contacts-hq-card a:hover {
  color: var(--accent);
}

.contacts-page__creds {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.contacts-page__cred {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand);
}

.contacts-page__note {
  margin: 0 0 1rem;
  color: var(--muted);
  max-width: 42rem;
}

.contacts-branches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.contacts-branch {
  padding: 1.1rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
}

.contacts-branch__code {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent-dark);
  background: rgba(255, 209, 0, 0.18);
  padding: 0.2rem 0.45rem;
  border-radius: 6px;
}

.contacts-branch__name {
  margin: 0.5rem 0 0.2rem;
  font-size: 1.02rem;
}

.contacts-branch__role {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.contacts-branch__link {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
}

.contacts-branch__link:hover {
  color: var(--accent-dark);
}

.contacts-page__cta {
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .contacts-branches {
    grid-template-columns: 1fr;
  }
}

.page-content--about .stats-grid,
.page-content--solution .stats-grid {
  margin-top: 2rem;
}

.why-page {
  display: grid;
  gap: 1.2rem;
}

.why-page h2 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  color: var(--brand);
}

.why-page__overview,
.why-page__certificates,
.why-page__timeline,
.why-page__cta {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 1.2rem 1.25rem;
}

.why-page__bullets {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.5rem;
}

.why-page__bullets li {
  color: #4b5563;
  line-height: 1.55;
}

.why-page__section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cert-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cert-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fafc 100%);
  overflow: hidden;
}

.cert-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  background: linear-gradient(135deg, #f2f2f0 0%, rgba(255, 209, 0, 0.12) 100%);
  border-bottom: 1px solid var(--border);
}

.cert-card__media span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.cert-card__content {
  padding: 0.95rem 1rem 1.05rem;
}

.cert-card__status {
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.22rem 0.52rem;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(255, 209, 0, 0.22);
}

.cert-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.02rem;
  color: var(--brand);
}

.cert-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.why-timeline {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
  color: #4b5563;
}

.why-page__cta p {
  margin: 0 0 0.9rem;
  color: #4b5563;
}

.leadership-page {
  display: grid;
  gap: 1.2rem;
}

.leadership-page h2 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  color: var(--brand);
}

.leadership-page__approach,
.leadership-page__team,
.leadership-page__values,
.leadership-page__cta {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 1.2rem 1.25rem;
}

.leadership-page__approach p,
.leadership-page__cta p {
  margin: 0;
  color: #4b5563;
  line-height: 1.55;
}

.leadership-page__cta p {
  margin-bottom: 0.9rem;
}

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

.leader-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.leader-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand);
  background: #ecece9;
  margin-bottom: 0.65rem;
}

.leader-card h3 {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
  color: var(--brand);
}

.leader-card__role {
  margin: 0 0 0.45rem;
  color: var(--accent-dark);
  font-size: 0.86rem;
  font-weight: 700;
}

.leader-card__bio {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.leadership-values {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
}

.leadership-values li {
  color: #4b5563;
  line-height: 1.55;
}

.careers-page__intro {
  margin: 0;
}

.careers-page__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.careers-page__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.2;
  color: var(--brand);
}

.careers-page__lead {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.55;
  color: #4b5563;
  max-width: none;
}

.careers-page {
  display: grid;
  gap: 1.2rem;
}

.careers-page h2 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  color: var(--brand);
}

.careers-page__culture,
.careers-page__vacancies,
.careers-page__cta {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 1.2rem 1.25rem;
}

.careers-points {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.5rem;
}

.careers-points li {
  color: #4b5563;
  line-height: 1.55;
}

.careers-page__section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.vacancies-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vacancy-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  padding: 1rem;
}

.vacancy-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.04rem;
  color: var(--brand);
}

.vacancy-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.6rem;
}

.vacancy-card__meta span {
  display: inline-flex;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  border: 1px solid #d5deec;
  background: #f4f7fc;
  color: #4b5563;
  font-size: 0.78rem;
  font-weight: 600;
}

.vacancy-card p {
  margin: 0 0 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}

.vacancy-card__action {
  display: inline-flex;
  padding: 0.44rem 0.78rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface-soft);
  color: var(--brand);
  font-size: 0.86rem;
  font-weight: 700;
}

.careers-page__cta p {
  margin: 0 0 0.9rem;
  color: #4b5563;
}

.faq-page__intro {
  margin: 0;
}

.faq-page__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.faq-page__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.2;
  color: var(--brand);
}

.faq-page__lead {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.55;
  color: #4b5563;
  max-width: none;
}

.solution-page__intro {
  margin: 0;
}

.solution-page__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.solution-page__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.2;
  color: var(--brand);
}

.solution-page__lead {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.55;
  color: #4b5563;
  max-width: none;
}

.faq-page {
  display: grid;
  gap: 1.35rem;
}

.faq-category {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 1.2rem 1.25rem 1.35rem;
}

.faq-category__title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.01em;
}

.faq-list {
  display: grid;
  gap: 0.55rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbfd 100%);
  overflow: hidden;
}

.faq-item__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.95rem 1rem 0.95rem 1.1rem;
  cursor: pointer;
  font-weight: 700;
  color: var(--brand);
  user-select: none;
}

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

.faq-item__summary::marker {
  content: "";
  display: none;
}

.faq-item__q {
  flex: 1;
  line-height: 1.45;
  font-size: 0.98rem;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 209, 0, 0.12);
  border: 1px solid var(--border);
  position: relative;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  background: var(--brand);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  opacity: 0;
}

.faq-item__body {
  padding: 0 1.1rem 1rem;
  border-top: 1px solid rgba(220, 227, 239, 0.75);
}

.faq-item__body p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.faq-page__cta {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 209, 0, 0.14) 0%, #f2f2f0 100%);
  padding: 1.25rem 1.35rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.faq-page__cta h2 {
  margin: 0 0 0.55rem;
  font-size: 1.25rem;
  color: var(--brand);
}

.faq-page__cta p {
  margin: 0 0 0.9rem;
  color: #4b5563;
  line-height: 1.55;
}

.solution-page {
  display: grid;
  gap: 1.2rem;
}

.solution-page__banner {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 209, 0, 0.32);
  min-height: clamp(220px, 33vw, 360px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.solution-page__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.1) contrast(1.02);
}

.solution-page__banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1rem, 2.5vw, 1.8rem);
  background:
    linear-gradient(180deg, rgba(10, 15, 30, 0.1) 0%, rgba(10, 15, 30, 0.7) 75%),
    linear-gradient(110deg, rgba(255, 209, 0, 0.18) 0%, rgba(255, 209, 0, 0) 55%);
}

.solution-page__banner-kicker {
  margin: 0 0 0.4rem;
  display: inline-flex;
  align-self: flex-start;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 209, 0, 0.95);
  color: #0f172a;
}

.solution-page__banner-title {
  margin: 0;
  max-width: 42rem;
  color: #fff;
  font-size: clamp(1.3rem, 3vw, 2.1rem);
  line-height: 1.2;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
}

.solution-page__hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 209, 0, 0.35);
  background:
    radial-gradient(120% 140% at 90% 0%, rgba(255, 209, 0, 0.18) 0%, rgba(255, 209, 0, 0) 52%),
    linear-gradient(145deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.solution-page__hero-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.solution-page__hero-title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.28;
}

.solution-page__hero-text {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.solution-page__hero-chips {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.solution-page__hero-chip {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0f172a;
  border: 1px solid rgba(255, 209, 0, 0.38);
  background: rgba(255, 209, 0, 0.14);
}

.solution-page__hero-stats {
  display: grid;
  gap: 0.7rem;
}

.solution-page__hero-stat {
  border: 1px solid rgba(213, 222, 235, 0.8);
  border-radius: 14px;
  background: #fff;
  padding: 0.85rem 0.95rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.solution-page__hero-stat strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.02em;
}

.solution-page__hero-stat span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.solution-page--jet .solution-page__section,
.solution-page--jet .solution-page__children,
.solution-page--jet .solution-page__cta,
.solution-page--road .solution-page__section,
.solution-page--road .solution-page__children,
.solution-page--road .solution-page__cta {
  border-color: rgba(255, 209, 0, 0.28);
  background: linear-gradient(140deg, #fff 0%, #fcfdfd 100%);
}

.solution-page--jet .solution-page__list li::marker,
.solution-page--road .solution-page__list li::marker {
  color: var(--accent-dark);
}

/* —— Road Freight custom body —— */
.solution-page--road {
  gap: clamp(1.35rem, 3vw, 2rem);
}

.rf-command {
  position: relative;
  z-index: 2;
  margin-top: -2.75rem;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0f1e 0%, #141f35 55%, #1a2744 100%);
  box-shadow: 0 16px 40px rgba(10, 15, 30, 0.22);
  border: 1px solid rgba(255, 209, 0, 0.22);
}

.rf-command__inner {
  display: flex;
  align-items: stretch;
}

.rf-command__item {
  flex: 1 1 0;
  min-width: 0;
  padding: 1.35rem 1.5rem;
  color: #fff;
  text-align: center;
}

.rf-command__item strong {
  display: block;
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--accent);
  line-height: 1.1;
}

.rf-command__item > span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.rf-command__item small {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.rf-command__divider {
  flex: 0 0 1px;
  align-self: stretch;
  margin: 1.1rem 0;
  background: linear-gradient(180deg, transparent, rgba(255, 209, 0, 0.4), transparent);
}

.rf-section-head {
  margin-bottom: 1.1rem;
}

.rf-section-head__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.rf-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-family: var(--font-display);
  color: var(--brand);
  letter-spacing: -0.02em;
}

.rf-section-head__lead {
  margin: 0.55rem 0 0;
  max-width: 46rem;
  color: var(--muted);
  line-height: 1.55;
}

.rf-format-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.rf-format-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1.15rem 1.15rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(160deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.rf-format-card:hover {
  border-color: rgba(255, 209, 0, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.rf-format-card--featured {
  border-color: rgba(255, 209, 0, 0.5);
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(255, 209, 0, 0.14) 0%, transparent 55%),
    linear-gradient(160deg, #fff 0%, #fffbf0 100%);
  box-shadow: 0 14px 32px rgba(255, 209, 0, 0.12);
}

.rf-format-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 0.85rem;
  color: var(--brand);
  background: rgba(15, 23, 42, 0.06);
}

.rf-format-card__icon svg {
  width: 1.65rem;
  height: auto;
}

.rf-format-card--featured .rf-format-card__icon {
  color: #0f172a;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.rf-format-card__code {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--brand);
  background: rgba(15, 23, 42, 0.06);
}

.rf-format-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  color: var(--brand);
}

.rf-format-card > p {
  margin: 0;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.rf-format-card__tags {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.rf-format-card__tags li {
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #334155;
  background: rgba(255, 209, 0, 0.12);
  border: 1px solid rgba(255, 209, 0, 0.25);
}

.rf-corridors {
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  border: 1px solid rgba(255, 209, 0, 0.2);
  box-shadow: 0 14px 36px rgba(10, 15, 30, 0.18);
}

.rf-section-head--light .rf-section-head__eyebrow {
  color: var(--accent);
}

.rf-section-head--light h2 {
  color: #fff;
}

.rf-section-head--light .rf-section-head__lead {
  color: rgba(255, 255, 255, 0.72);
}

.rf-corridor-map {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin-top: 0.25rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
}

.rf-corridor-node {
  flex: 1 0 min(9.5rem, 28vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.35rem;
}

.rf-corridor-node__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-bottom: 0.65rem;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(255, 209, 0, 0.22);
}

.rf-corridor-node strong {
  display: block;
  font-size: 0.92rem;
  color: #fff;
  margin-bottom: 0.25rem;
}

.rf-corridor-node span {
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
}

.rf-corridor-connector {
  flex: 0 0 2rem;
  align-self: flex-start;
  margin-top: 6px;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(255, 209, 0, 0.7) 0, rgba(255, 209, 0, 0.7) 6px, transparent 6px, transparent 12px);
}

.rf-pipeline {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.rf-pipeline__track {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  counter-reset: rf-step;
}

.rf-pipeline__step {
  position: relative;
  padding: 0.85rem 0.75rem 0.8rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid var(--border);
}

.rf-pipeline__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.35rem;
  right: -0.55rem;
  width: 0.55rem;
  height: 2px;
  background: var(--accent-dark);
  z-index: 1;
}

.rf-pipeline__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f172a;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.rf-pipeline__step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  line-height: 1.25;
  color: var(--brand);
}

.rf-pipeline__step p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
}

.rf-visibility {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: stretch;
}

.rf-visibility__panel {
  padding: 1.35rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(155deg, #0f172a 0%, #1a2744 100%);
  color: #fff;
  border: 1px solid rgba(255, 209, 0, 0.18);
}

.rf-visibility__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.rf-visibility__panel h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-family: var(--font-display);
  line-height: 1.2;
}

.rf-visibility__lead {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
}

.rf-visibility__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.rf-visibility__card {
  padding: 1rem 0.95rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.rf-visibility__glyph {
  display: inline-flex;
  margin-bottom: 0.45rem;
  font-size: 1rem;
  color: var(--accent-dark);
}

.rf-visibility__card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: var(--brand);
}

.rf-visibility__card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.rf-related__title {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand);
}

.rf-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.rf-related__card {
  position: relative;
  display: block;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rf-related__card:hover {
  border-color: rgba(255, 209, 0, 0.45);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.rf-related__tag {
  display: inline-flex;
  margin-bottom: 0.5rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
  background: rgba(255, 209, 0, 0.22);
}

.rf-related__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--brand);
}

.rf-related__card p {
  margin: 0;
  padding-right: 1.5rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.rf-related__arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-dark);
  transition: transform 0.2s ease;
}

.rf-related__card:hover .rf-related__arrow {
  transform: translateX(4px);
}

.rf-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(255, 209, 0, 0.18) 0%, transparent 55%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: 1px solid rgba(255, 209, 0, 0.25);
  box-shadow: 0 14px 36px rgba(10, 15, 30, 0.16);
}

.rf-cta h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: #fff;
}

.rf-cta p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.rf-cta__btn {
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .rf-command {
    margin-top: -1.5rem;
  }

  .rf-command__inner {
    flex-direction: column;
  }

  .rf-command__item {
    text-align: left;
    padding: 1rem 1.25rem;
  }

  .rf-command__divider {
    flex: 0 0 auto;
    width: auto;
    height: 1px;
    margin: 0 1.25rem;
    align-self: stretch;
    background: linear-gradient(90deg, transparent, rgba(255, 209, 0, 0.4), transparent);
  }

  .rf-format-grid {
    grid-template-columns: 1fr;
  }

  .rf-pipeline__track {
    grid-template-columns: 1fr;
  }

  .rf-pipeline__step:not(:last-child)::after {
    display: none;
  }

  .rf-visibility {
    grid-template-columns: 1fr;
  }

  .rf-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rf-visibility__grid {
    grid-template-columns: 1fr;
  }

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

/* —— Ocean Freight custom body —— */
.solution-page--ocean {
  gap: clamp(1.35rem, 3vw, 2rem);
}

.of-section-head {
  margin-bottom: 1.1rem;
}

.of-section-head__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0369a1;
}

.of-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-family: var(--font-display);
  color: var(--brand);
  letter-spacing: -0.02em;
}

.of-section-head__lead {
  margin: 0.55rem 0 0;
  max-width: 46rem;
  color: var(--muted);
  line-height: 1.55;
}

.of-section-head--on-dark .of-section-head__eyebrow {
  color: #7dd3fc;
}

.of-section-head--on-dark h2 {
  color: #fff;
}

.of-section-head--on-dark .of-section-head__lead {
  color: rgba(255, 255, 255, 0.72);
}

.of-compare {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.of-compare__table {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

.of-compare__row {
  display: grid;
  grid-template-columns: minmax(7rem, 0.95fr) 1fr 1fr;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4b5563;
}

.of-compare__row:first-child {
  border-top: 0;
}

.of-compare__row--head {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
  font-weight: 700;
}

.of-compare__metric {
  font-weight: 700;
  color: var(--brand);
}

.of-compare__row--head .of-compare__metric,
.of-compare__row--head span {
  color: #fff;
}

.of-operations {
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(155deg, #0c1929 0%, #0f2744 50%, #0f172a 100%);
  border: 1px solid rgba(3, 105, 161, 0.35);
  box-shadow: 0 14px 36px rgba(4, 16, 32, 0.2);
}

.of-operations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.of-op-card {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.of-op-card:hover {
  border-color: rgba(125, 211, 252, 0.4);
  background: rgba(255, 255, 255, 0.09);
}

.of-op-card__icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  color: #7dd3fc;
  background: rgba(3, 105, 161, 0.25);
}

.of-op-card__icon svg {
  width: 1.5rem;
  height: auto;
}

.of-op-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  color: #fff;
}

.of-op-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

.of-metrics {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(3, 105, 161, 0.25);
  background: linear-gradient(90deg, #f0f9ff 0%, #f8fafc 50%, #fffbeb 100%);
}

.of-metrics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.of-metric {
  padding: 1.15rem 1.2rem;
  text-align: center;
  border-right: 1px solid rgba(3, 105, 161, 0.12);
}

.of-metric:last-child {
  border-right: 0;
}

.of-metric strong {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0369a1;
}

.of-metric > span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brand);
}

.of-metric small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.76rem;
  color: var(--muted);
}

.of-voyage {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.of-voyage__timeline {
  margin: 0.5rem 0 0;
  padding: 0 0 0 1.5rem;
  list-style: none;
  border-left: 2px solid rgba(3, 105, 161, 0.25);
  display: grid;
  gap: 1.1rem;
}

.of-voyage__step {
  position: relative;
  padding-left: 0.5rem;
}

.of-voyage__step::before {
  content: "";
  position: absolute;
  left: -1.62rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0369a1;
  box-shadow: 0 0 0 4px rgba(3, 105, 161, 0.15);
}

.of-voyage__phase {
  display: inline-flex;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0369a1;
}

.of-voyage__step h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  color: var(--brand);
}

.of-voyage__step p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.of-multimodal {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(160deg, #fff 0%, #f0f9ff 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.of-multimodal__head h2 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  color: var(--brand);
}

.of-multimodal__head p {
  margin: 0 0 1rem;
  max-width: 40rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.of-multimodal__bridge {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.of-multimodal__leg {
  flex: 1 1 0;
  min-width: 0;
  padding: 1rem 0.95rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  text-align: center;
}

.of-multimodal__leg--ocean {
  border-color: rgba(3, 105, 161, 0.35);
  background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
  box-shadow: 0 8px 22px rgba(3, 105, 161, 0.1);
}

.of-multimodal__mode {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0369a1;
  background: rgba(3, 105, 161, 0.12);
}

.of-multimodal__leg--ocean .of-multimodal__mode {
  color: #fff;
  background: #0369a1;
}

.of-multimodal__leg h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: var(--brand);
}

.of-multimodal__leg p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--muted);
}

.of-multimodal__link {
  flex: 0 0 1.5rem;
  align-self: center;
  height: 2px;
  background: repeating-linear-gradient(90deg, #0369a1 0, #0369a1 5px, transparent 5px, transparent 10px);
}

.of-related__title {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand);
}

.of-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.of-related__card {
  position: relative;
  display: block;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.of-related__card:hover {
  border-color: rgba(3, 105, 161, 0.35);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.of-related__tag {
  display: inline-flex;
  margin-bottom: 0.5rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0369a1;
  background: rgba(3, 105, 161, 0.12);
}

.of-related__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--brand);
}

.of-related__card p {
  margin: 0;
  padding-right: 1.5rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.of-related__arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0369a1;
  transition: transform 0.2s ease;
}

.of-related__card:hover .of-related__arrow {
  transform: translateX(4px);
}

.of-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  background:
    radial-gradient(90% 120% at 100% 0%, rgba(3, 105, 161, 0.2) 0%, transparent 55%),
    linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border: 1px solid rgba(3, 105, 161, 0.3);
  box-shadow: 0 14px 36px rgba(4, 16, 32, 0.18);
}

.of-cta h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: #fff;
}

.of-cta p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.of-cta__btn {
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .of-operations__grid {
    grid-template-columns: 1fr;
  }

  .of-metrics__grid {
    grid-template-columns: 1fr;
  }

  .of-metric {
    border-right: 0;
    border-bottom: 1px solid rgba(3, 105, 161, 0.12);
  }

  .of-metric:last-child {
    border-bottom: 0;
  }

  .of-multimodal__bridge {
    flex-direction: column;
  }

  .of-multimodal__link {
    flex: 0 0 auto;
    width: auto;
    height: 1.5rem;
    margin: 0 1rem;
    background: repeating-linear-gradient(180deg, #0369a1 0, #0369a1 5px, transparent 5px, transparent 10px);
  }

  .of-related__grid {
    grid-template-columns: 1fr;
  }

  .of-compare__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .of-compare__row--head {
    display: none;
  }

  .of-compare__row:not(.of-compare__row--head) .of-compare__metric {
    grid-column: 1 / -1;
    padding-bottom: 0.25rem;
    border-bottom: 1px dashed var(--border);
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 640px) {
  .of-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* —— Charter Service custom body —— */
.solution-page--charter {
  gap: clamp(1.35rem, 3vw, 2rem);
}

.ch-section-head {
  margin-bottom: 1.1rem;
}

.ch-section-head__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.ch-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-family: var(--font-display);
  color: var(--brand);
  letter-spacing: -0.02em;
}

.ch-section-head__lead {
  margin: 0.55rem 0 0;
  max-width: 46rem;
  color: var(--muted);
  line-height: 1.55;
}

.ch-section-head--on-dark .ch-section-head__eyebrow {
  color: var(--accent);
}

.ch-section-head--on-dark h2 {
  color: #fff;
}

.ch-modes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ch-mode-card {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 209, 0, 0.28);
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(255, 209, 0, 0.1) 0%, transparent 55%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 250, 252, 0.88) 100%);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ch-mode-card:hover {
  border-color: rgba(255, 209, 0, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.ch-mode-card--vessel {
  border-color: rgba(15, 23, 42, 0.12);
  background:
    radial-gradient(120% 100% at 0% 0%, rgba(15, 23, 42, 0.06) 0%, transparent 55%),
    linear-gradient(160deg, #fff 0%, #f8fafc 100%);
}

.ch-mode-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  color: #0f172a;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.ch-mode-card--vessel .ch-mode-card__icon {
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #334155);
}

.ch-mode-card__icon svg {
  width: 1.65rem;
  height: auto;
}

.ch-mode-card__tag {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f172a;
  background: rgba(255, 209, 0, 0.2);
}

.ch-mode-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  color: var(--brand);
}

.ch-mode-card > p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.ch-mode-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.ch-mode-card__list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #475569;
}

.ch-mode-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent-dark);
}

.ch-scenarios {
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(155deg, #0a0f1e 0%, #141c2e 50%, #0f172a 100%);
  border: 1px solid rgba(255, 209, 0, 0.2);
  box-shadow: 0 14px 36px rgba(10, 15, 30, 0.2);
}

.ch-scenarios__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.ch-scenario-card {
  position: relative;
  padding: 1.1rem 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.ch-scenario-card:hover {
  border-color: rgba(255, 209, 0, 0.45);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

.ch-scenario-card__tag {
  display: inline-flex;
  margin-bottom: 0.5rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(255, 209, 0, 0.15);
}

.ch-scenario-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  color: #fff;
}

.ch-scenario-card > p {
  margin: 0 0 0.75rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

.ch-scenario-card__highlight {
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  color: #0f172a;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.ch-brief {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.ch-brief__head h2 {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  color: var(--brand);
}

.ch-brief__head p {
  margin: 0 0 1rem;
  max-width: 40rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.ch-brief__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.ch-brief__item {
  padding: 1rem 0.95rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.ch-brief__num {
  display: inline-flex;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent-dark);
}

.ch-brief__item h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: var(--brand);
}

.ch-brief__item p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.ch-launch {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 209, 0, 0.25);
  background: linear-gradient(160deg, #fffbeb 0%, #fff 55%, #f8fafc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.ch-launch__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.ch-launch__step {
  padding: 0.9rem 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
}

.ch-launch__phase {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.ch-launch__step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  color: var(--brand);
}

.ch-launch__step p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--muted);
}

.ch-coverage {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 209, 0, 0.3);
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
}

.ch-coverage__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ch-coverage__item {
  padding: 1.15rem 1.2rem;
  text-align: center;
  border-right: 1px solid rgba(255, 209, 0, 0.15);
  color: #fff;
}

.ch-coverage__item:last-child {
  border-right: 0;
}

.ch-coverage__item strong {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent);
}

.ch-coverage__item > span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.ch-coverage__item small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.55);
}

.ch-related__title {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand);
}

.ch-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ch-related__card {
  position: relative;
  display: block;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ch-related__card:hover {
  border-color: rgba(255, 209, 0, 0.45);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.ch-related__tag {
  display: inline-flex;
  margin-bottom: 0.5rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f172a;
  background: rgba(255, 209, 0, 0.22);
}

.ch-related__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--brand);
}

.ch-related__card p {
  margin: 0;
  padding-right: 1.5rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.ch-related__arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent-dark);
  transition: transform 0.2s ease;
}

.ch-related__card:hover .ch-related__arrow {
  transform: translateX(4px);
}

.ch-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(255, 209, 0, 0.2) 0%, transparent 55%),
    linear-gradient(135deg, #0f172a 0%, #1a2332 100%);
  border: 1px solid rgba(255, 209, 0, 0.28);
  box-shadow: 0 14px 36px rgba(10, 15, 30, 0.18);
}

.ch-cta h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: #fff;
}

.ch-cta p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.ch-cta__btn {
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .ch-modes__grid,
  .ch-scenarios__grid {
    grid-template-columns: 1fr;
  }

  .ch-brief__grid {
    grid-template-columns: 1fr;
  }

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

  .ch-coverage__grid {
    grid-template-columns: 1fr;
  }

  .ch-coverage__item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 209, 0, 0.15);
  }

  .ch-coverage__item:last-child {
    border-bottom: 0;
  }

  .ch-related__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ch-launch__track {
    grid-template-columns: 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  .ch-mode-card,
  .ch-scenario-card,
  .ch-related__card,
  .ch-related__arrow {
    transition: none;
  }

  .ch-mode-card:hover,
  .ch-scenario-card:hover,
  .ch-related__card:hover {
    transform: none;
  }
}

/* —— Central Asia Connect —— */
.page-content--cac {
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, rgba(3, 105, 161, 0.05) 0%, transparent 55%),
    var(--surface);
}

.cac-page {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2rem);
}

.cac-section-head {
  margin-bottom: 1.1rem;
}

.cac-section-head__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0369a1;
}

.cac-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-family: var(--font-display);
  color: var(--brand);
  letter-spacing: -0.02em;
}

.cac-section-head--on-dark .cac-section-head__eyebrow {
  color: var(--accent);
}

.cac-section-head--on-dark h2 {
  color: #fff;
}

.cac-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(3, 105, 161, 0.3);
  background: linear-gradient(145deg, #0a1224 0%, #0f1a30 45%, #0f172a 100%);
  box-shadow: 0 18px 44px rgba(4, 16, 32, 0.22);
  animation: cac-reveal-up 0.7s ease both;
}

.cac-showcase__visual {
  padding: 1.25rem 1rem 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(90% 80% at 20% 20%, rgba(3, 105, 161, 0.2) 0%, transparent 55%),
    transparent;
}

.cac-showcase__copy {
  padding: 1.35rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cac-showcase__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7dd3fc;
}

.cac-showcase h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: #fff;
  line-height: 1.25;
}

.cac-showcase__lead {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.cac-showcase__route {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--accent);
  background: rgba(255, 209, 0, 0.12);
  border: 1px solid rgba(255, 209, 0, 0.28);
}

.cac-route {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  animation: cac-reveal-up 0.7s ease 0.1s both;
}

.cac-route__steps {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.cac-route__step {
  padding: 0.95rem 0.85rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  animation: cac-reveal-up 0.6s ease both;
  animation-delay: var(--step-delay, 0s);
}

.cac-route__step--sea {
  border-color: rgba(3, 105, 161, 0.28);
  background: linear-gradient(180deg, #f0f9ff 0%, #fff 100%);
}

.cac-route__step--global {
  border-color: rgba(255, 209, 0, 0.35);
  background: linear-gradient(180deg, #fffbeb 0%, #fff 100%);
}

.cac-route__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
  color: #0f172a;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
}

.cac-route__step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  line-height: 1.25;
  color: var(--brand);
}

.cac-route__step p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
}

.cac-metrics {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(3, 105, 161, 0.22);
  animation: cac-reveal-up 0.7s ease 0.15s both;
}

.cac-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: linear-gradient(90deg, #0f172a 0%, #1e3a5f 100%);
}

.cac-metric {
  padding: 1.1rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.cac-metric:last-child {
  border-right: 0;
}

.cac-metric strong {
  display: block;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  font-weight: 800;
  color: var(--accent);
}

.cac-metric span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.cac-services {
  animation: cac-reveal-up 0.7s ease 0.2s both;
}

.cac-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.cac-service-card {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cac-service-card:hover {
  border-color: rgba(3, 105, 161, 0.32);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
}

.cac-service-card__num {
  display: inline-flex;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0369a1;
}

.cac-service-card h3 {
  margin: 0 0 0.35rem;
  font-size: 0.96rem;
  color: var(--brand);
}

.cac-service-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--muted);
}

.cac-compare {
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  animation: cac-reveal-up 0.7s ease 0.25s both;
}

.cac-compare__table {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

.cac-compare__row {
  display: grid;
  grid-template-columns: minmax(7rem, 0.9fr) 1.15fr 1fr;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.88rem;
  line-height: 1.5;
  color: #4b5563;
}

.cac-compare__row:first-child {
  border-top: 0;
}

.cac-compare__row--head {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
  font-weight: 700;
}

.cac-compare__metric {
  font-weight: 700;
  color: var(--brand);
}

.cac-compare__row--head span {
  color: #fff;
}

.cac-branches {
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(155deg, #0c1929 0%, #0f2744 50%, #0f172a 100%);
  border: 1px solid rgba(3, 105, 161, 0.3);
  box-shadow: 0 14px 36px rgba(4, 16, 32, 0.2);
  animation: cac-reveal-up 0.7s ease 0.3s both;
}

.cac-branches__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.cac-branch-card {
  padding: 1rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.cac-branch-card:hover {
  border-color: rgba(255, 209, 0, 0.45);
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-2px);
}

.cac-branch-card__code {
  display: inline-flex;
  margin-bottom: 0.45rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: rgba(255, 209, 0, 0.15);
}

.cac-branch-card h3 {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
  color: #fff;
}

.cac-branch-card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.cac-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.35rem 1.4rem;
  border-radius: 18px;
  background:
    radial-gradient(90% 120% at 0% 0%, rgba(255, 209, 0, 0.18) 0%, transparent 55%),
    linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border: 1px solid rgba(3, 105, 161, 0.28);
  box-shadow: 0 14px 36px rgba(4, 16, 32, 0.18);
  animation: cac-reveal-up 0.7s ease 0.35s both;
}

.cac-cta h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  color: #fff;
}

.cac-cta p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.cac-cta__btn {
  flex-shrink: 0;
}

@keyframes cac-reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@media (max-width: 960px) {
  .cac-showcase {
    grid-template-columns: 1fr;
  }

  .cac-showcase__visual {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

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

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

  .cac-metric:nth-child(2) {
    border-right: 0;
  }

  .cac-metric:nth-child(1),
  .cac-metric:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cac-services__grid {
    grid-template-columns: 1fr;
  }

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

  .cac-compare__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .cac-compare__row--head {
    display: none;
  }

  .cac-compare__row:not(.cac-compare__row--head) .cac-compare__metric {
    grid-column: 1 / -1;
    padding-bottom: 0.25rem;
    border-bottom: 1px dashed var(--border);
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 640px) {
  .cac-route__steps,
  .cac-metrics__grid,
  .cac-branches__grid {
    grid-template-columns: 1fr;
  }

  .cac-metric {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .cac-metric:last-child {
    border-bottom: 0;
  }

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

@media (prefers-reduced-motion: reduce) {
  .cac-showcase,
  .cac-route,
  .cac-metrics,
  .cac-services,
  .cac-compare,
  .cac-branches,
  .cac-cta,
  .cac-route__step {
    animation: none;
  }

  .cac-service-card,
  .cac-branch-card {
    transition: none;
  }

  .cac-service-card:hover,
  .cac-branch-card:hover {
    transform: none;
  }
}

/* —— International Moving —— */
.page-content--moving {
  background:
    radial-gradient(ellipse 75% 38% at 50% 0%, rgba(255, 209, 0, 0.06) 0%, transparent 55%),
    var(--surface);
}

.im-page {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2rem);
}

.im-section-head {
  margin-bottom: 1.1rem;
}

.im-section-head__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0369a1;
}

.im-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-family: var(--font-display);
  color: var(--brand);
  letter-spacing: -0.02em;
}

.im-section-head--on-dark .im-section-head__eyebrow {
  color: var(--accent);
}

.im-section-head--on-dark h2 {
  color: #fff;
}

.im-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #0f172a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
}

.im-showcase__visual {
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: radial-gradient(ellipse 90% 70% at 30% 50%, rgba(255, 209, 0, 0.08) 0%, transparent 60%);
}

.im-showcase__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.im-showcase__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.im-showcase h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: #fff;
  letter-spacing: -0.02em;
}

.im-showcase__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.58;
  font-size: 0.98rem;
}

.im-profiles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.im-profile-card {
  position: relative;
  padding: 1.25rem 1.2rem 1.15rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.im-profile-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
  border-color: rgba(255, 209, 0, 0.35);
}

.im-profile-card--featured {
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
  border-color: rgba(255, 209, 0, 0.28);
  color: #fff;
}

.im-profile-card--featured h3,
.im-profile-card--featured > p {
  color: #fff;
}

.im-profile-card--featured .im-profile-card__list li {
  color: rgba(255, 255, 255, 0.78);
}

.im-profile-card__tag {
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(3, 105, 161, 0.1);
}

.im-profile-card--featured .im-profile-card__tag {
  color: var(--accent);
  background: rgba(255, 209, 0, 0.15);
}

.im-profile-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--brand);
}

.im-profile-card > p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted);
}

.im-profile-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.im-profile-card__list li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text);
}

.im-profile-card__list li + li {
  margin-top: 0.35rem;
}

.im-profile-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--accent);
}

.im-journey {
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0f172a 0%, #162033 50%, #0f172a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.im-journey__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.im-journey__step {
  padding: 1rem 1rem 0.95rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: im-reveal-up 0.55s ease both;
  animation-delay: var(--step-delay, 0s);
}

.im-journey__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: 0.55rem;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f172a;
  background: var(--accent);
}

.im-journey__step h3 {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: #fff;
}

.im-journey__step p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.68);
}

.im-included__panel {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
}

.im-included__panel h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-family: var(--font-display);
  color: var(--brand);
}

.im-included__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.25rem;
}

.im-included__list li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.45;
}

.im-included__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #0369a1;
}

.im-metrics {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(90deg, #0f172a 0%, #1a2740 50%, #0f172a 100%);
  border: 1px solid rgba(255, 209, 0, 0.18);
}

.im-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.im-metric {
  padding: 1.15rem 1rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}

.im-metric:last-child {
  border-right: 0;
}

.im-metric strong {
  display: block;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent);
}

.im-metric span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
}

.im-related__title {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand);
}

.im-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.im-related__card {
  display: block;
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.im-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
  border-color: rgba(3, 105, 161, 0.28);
}

.im-related__tag {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0369a1;
}

.im-related__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand);
}

.im-related__card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.48;
  color: var(--muted);
}

.im-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0f172a 0%, #162033 100%);
  border: 1px solid rgba(255, 209, 0, 0.22);
}

.im-cta h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: #fff;
}

.im-cta p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.im-cta__btn {
  flex-shrink: 0;
}

@keyframes im-reveal-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

@media (max-width: 960px) {
  .im-showcase {
    grid-template-columns: 1fr;
  }

  .im-showcase__visual {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .im-profiles__grid,
  .im-related__grid {
    grid-template-columns: 1fr;
  }

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

  .im-included__list {
    grid-template-columns: 1fr;
  }

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

  .im-metric:nth-child(2) {
    border-right: 0;
  }

  .im-metric:nth-child(1),
  .im-metric:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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

@media (max-width: 640px) {
  .im-journey__steps,
  .im-metrics__grid {
    grid-template-columns: 1fr;
  }

  .im-metric {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .im-metric:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .im-journey__step {
    animation: none;
  }

  .im-profile-card,
  .im-related__card {
    transition: none;
  }

  .im-profile-card:hover,
  .im-related__card:hover {
    transform: none;
  }
}


.solution-page h2 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  color: var(--brand);
}

.solution-page__section,
.solution-page__children,
.solution-page__cta {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 1.2rem 1.25rem;
}

.solution-page__section p {
  margin: 0 0 0.75rem;
  color: #4b5563;
  line-height: 1.55;
}

.solution-page__section p:last-child {
  margin-bottom: 0;
}

.solution-page__list {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.5rem;
}

.solution-page__list li {
  color: #4b5563;
  line-height: 1.55;
}

.solution-page__children-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.01em;
}

.solution-child-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.solution-child-card {
  display: block;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  padding: 1rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.solution-child-card:hover {
  border-color: #c5d4eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.solution-child-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.04rem;
  color: var(--brand);
}

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

.solution-page__cta p {
  margin: 0 0 0.9rem;
  color: #4b5563;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .about-intro-grid {
    grid-template-columns: 1fr;
  }

  .about-intro-grid__visual {
    justify-self: center;
    max-width: min(400px, 100%);
    order: -1;
  }

  .about-page__split {
    grid-template-columns: 1fr;
  }

  .about-values {
    grid-template-columns: 1fr;
  }

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

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

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

  .solution-child-grid {
    grid-template-columns: 1fr;
  }

  .solution-page__hero-visual {
    grid-template-columns: 1fr;
  }

  .solution-page__banner {
    min-height: 210px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.breadcrumbs__text {
  color: var(--muted);
  font-weight: 500;
}

.stats-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.stats-grid article {
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.stats-grid strong {
  display: block;
  font-size: 1.45rem;
}

.stats-grid span {
  display: block;
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.mobile-toggle {
  display: none !important;
}

/* —— Wipe mobile menu (choogoor-inspired, performance-safe) —— */
.bb-menu-burger {
  position: relative;
  z-index: 1300;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  min-width: 2.9rem;
  padding: 0.2rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.bb-menu-burger__icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  width: 2.55rem;
  height: 2.55rem;
  padding: 0.55rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background:
    linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 6px 16px rgba(15, 23, 42, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.bb-menu-burger:hover .bb-menu-burger__icon,
.bb-menu-burger:focus-visible .bb-menu-burger__icon {
  border-color: rgba(255, 209, 0, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 8px 20px rgba(15, 23, 42, 0.12);
}

.bb-menu-burger__line {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1), width 0.3s ease, opacity 0.2s ease, background-color 0.25s ease;
}

.bb-menu-burger__line:nth-child(1) {
  width: 100%;
}

.bb-menu-burger__line:nth-child(2) {
  width: 72%;
}

.bb-menu-burger__line:nth-child(3) {
  width: 88%;
}

.bb-menu-burger.is-open .bb-menu-burger__icon {
  border-color: rgba(15, 23, 42, 0.16);
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.bb-menu-burger.is-open .bb-menu-burger__line:nth-child(1) {
  width: 100%;
  transform: translateY(7px) rotate(45deg);
}

.bb-menu-burger.is-open .bb-menu-burger__line:nth-child(2) {
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
}

.bb-menu-burger.is-open .bb-menu-burger__line:nth-child(3) {
  width: 100%;
  transform: translateY(-7px) rotate(-45deg);
}

.bb-menu-burger__text {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: var(--brand);
}

.bb-wipe-nav {
  position: fixed;
  inset: 0;
  z-index: 1200;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}

.bb-wipe-nav.is-open {
  pointer-events: auto;
  visibility: visible;
}

.bb-wipe-nav__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(255, 209, 0, 0.16) 0%, transparent 55%),
    #fff;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.32s cubic-bezier(0.2, 0, 0, 1);
}

.bb-wipe-nav.is-open .bb-wipe-nav__overlay {
  opacity: 1;
}

.bb-wipe-nav__panel {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 5.25rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.bb-wipe-nav.is-open .bb-wipe-nav__panel {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.bb-wipe-nav__lang {
  position: relative;
  margin-bottom: 0.15rem;
}

.bb-wipe-nav__lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #fff;
  color: var(--brand);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.bb-wipe-nav__lang-chev {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
}

.bb-wipe-nav__lang.is-open .bb-wipe-nav__lang-chev {
  transform: rotate(225deg) translateY(-1px);
}

.bb-wipe-nav__lang-list {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  z-index: 5;
  min-width: 10rem;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.bb-wipe-nav__lang-opt {
  display: block;
  padding: 0.55rem 0.9rem;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand);
}

.bb-wipe-nav__lang-opt.is-active,
.bb-wipe-nav__lang-opt:hover {
  background: rgba(255, 209, 0, 0.16);
}

.bb-wipe-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: min(100%, 22rem);
}

.bb-wipe-nav__item {
  margin: 0.12rem 0;
  opacity: 0;
  transform: translateX(14px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.bb-wipe-nav.is-open .bb-wipe-nav__item {
  opacity: 1;
  transform: translateX(0);
  transition-delay: calc(0.28s + 0.05s * var(--wipe-i, 1));
}

.bb-wipe-nav__item > a,
.bb-wipe-nav__group-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  max-width: 100%;
  padding: 0.45rem 0.25rem;
  border: 0;
  background: transparent;
  color: var(--brand);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 5vw, 1.65rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-decoration: none;
  cursor: pointer;
}

.bb-wipe-nav__item > a::before,
.bb-wipe-nav__group-btn::before {
  content: "";
  position: absolute;
  left: -1.4rem;
  top: 50%;
  width: 0;
  height: 2px;
  background: var(--accent);
  transform: translateY(-50%);
  transition: width 0.25s ease;
}

.bb-wipe-nav__item > a:hover::before,
.bb-wipe-nav__group-btn:hover::before {
  width: 0.9rem;
}

.bb-wipe-nav__group-chev {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.bb-wipe-nav__item--group.is-expanded .bb-wipe-nav__group-chev {
  transform: rotate(225deg);
}

.bb-wipe-nav__sub {
  display: none;
  margin: 0.2rem 0 0.55rem;
  padding: 0;
  list-style: none;
}

.bb-wipe-nav__item--group.is-expanded .bb-wipe-nav__sub {
  display: block;
}

.bb-wipe-nav__sub a {
  display: inline-block;
  padding: 0.28rem 0.2rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.bb-wipe-nav__sub a:hover {
  color: var(--brand);
}

.bb-wipe-nav__cta {
  display: inline-flex;
  margin-top: 0.65rem;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, background-color 0.2s ease;
}

.bb-wipe-nav.is-open .bb-wipe-nav__cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}

.bb-wipe-nav__cta:hover {
  background: var(--brand-soft);
}

@media (prefers-reduced-motion: reduce) {
  .bb-menu-burger__line,
  .bb-menu-burger__icon,
  .bb-wipe-nav__overlay,
  .bb-wipe-nav__panel,
  .bb-wipe-nav__item,
  .bb-wipe-nav__cta {
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}

@media (max-width: 960px) {
  :root {
    --bb-header-h: 76px;
  }

  body {
    padding-bottom: calc(4rem + env(safe-area-inset-bottom, 0px));
  }

  /* Dunyo-style floating glass header (mobile) */
  .site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    width: 100%;
    padding: 0.75rem 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    pointer-events: none;
    transition: padding 0.35s ease;
  }

  .site-header.is-scrolled {
    padding-top: 0.5rem;
  }

  .header-inner {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    width: min(1220px, calc(100% - 1.5rem));
    margin-inline: auto;
    padding: 0.5rem 0.65rem 0.5rem 0.85rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
    grid-template-columns: unset;
  }

  .site-header.is-scrolled .header-inner {
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.14);
  }

  .logo img {
    max-height: 34px;
    max-width: min(148px, 42vw);
  }

  .header-aside {
    gap: 0.35rem;
    margin-left: auto;
  }

  .mobile-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--brand);
    box-shadow: none;
    cursor: pointer;
    min-width: 0;
    padding: 0;
  }

  .bb-menu-burger__text {
    display: none;
  }

  .bb-menu-burger__icon {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    color: var(--brand);
  }

  .bb-menu-burger:hover .bb-menu-burger__icon,
  .bb-menu-burger:focus-visible .bb-menu-burger__icon,
  .bb-menu-burger.is-open .bb-menu-burger__icon {
    border: 0;
    background: rgba(255, 209, 0, 0.16);
    box-shadow: none;
  }

  main {
    padding-top: var(--bb-header-h);
    background: #ffffff;
  }

  .mobile-dock {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    margin: 0;
    padding: 0.2rem 0.15rem calc(0.35rem + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--border);
    box-shadow: 0 -10px 32px rgba(15, 23, 42, 0.1);
    justify-content: space-around;
    align-items: stretch;
  }

  body.bb-wipe-nav-open .mobile-dock {
    visibility: hidden;
    pointer-events: none;
  }

  body.bb-wipe-nav-open .site-header {
    z-index: 1301;
    background: transparent;
    backdrop-filter: none;
    border: 0;
    box-shadow: none;
    pointer-events: none;
  }

  body.bb-wipe-nav-open .header-inner {
    background: #fff;
  }

  body.bb-wipe-nav-open .header-aside .lang-switcher {
    visibility: hidden;
    pointer-events: none;
  }

  body.bb-wipe-nav-open .logo img {
    filter: none;
  }

  .mobile-dock__link {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.15rem;
    min-width: 0;
    padding: 0.4rem 0.12rem 0.35rem;
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--muted);
    line-height: 1.12;
    text-align: center;
    border-radius: 10px;
    transition: color 0.15s ease, background-color 0.15s ease;
  }

  .mobile-dock__link.is-active {
    color: var(--brand);
    background: rgba(255, 209, 0, 0.18);
  }

  .mobile-dock__icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }

  .mobile-dock__label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    word-break: break-word;
  }

  .site-nav {
    display: none !important;
  }

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

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

  .hero-slide {
    padding: 1.45rem 1rem 2.4rem;
  }

  .hero-nav {
    display: none;
  }

  .service-directions-inner {
    padding: 1rem;
  }

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

  .header-cta {
    display: none;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

/* ——— Logix-style homepage (Beck & Brothers) ——— */
.lx-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.lx-eyebrow--row {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.lx-eyebrow__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 209, 0, 0.15);
  border: 1px solid rgba(255, 209, 0, 0.35);
  color: var(--accent-dark);
}

.lx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.78rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease,
    transform 0.12s ease;
}

.lx-btn--primary {
  background: #1a4d3a;
  color: #ecfdf5;
  border-color: #1a4d3a;
}

.lx-btn--primary:hover {
  background: #145a42;
  border-color: #145a42;
}

.lx-btn--ghost {
  background: transparent;
  color: var(--brand);
  border-color: var(--border);
}

.lx-btn--ghost:hover {
  border-color: rgba(15, 23, 42, 0.35);
  background: rgba(255, 255, 255, 0.7);
}

.lx-btn--dark {
  background: var(--accent);
  color: var(--brand);
  border-color: var(--accent);
}

.lx-btn--dark:hover {
  filter: brightness(1.06);
}

/* ——— Dunyo-style home hero slider (BB palette) ——— */
.bb-hero {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--text);
  background: #fff;
  padding: 1.25rem 0 2.25rem;
}

.bb-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 45% at 78% 48%, rgba(255, 209, 0, 0.1), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  z-index: 0;
}

.bb-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.bb-hero__copy {
  max-width: 36rem;
  padding-right: 1rem;
}

.bb-hero__kicker {
  margin: 0 0 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.bb-hero__kicker::before {
  content: "";
  width: 1.75rem;
  height: 2px;
  background: var(--accent);
  flex-shrink: 0;
}

.bb-hero__text-stack {
  position: relative;
  min-height: 12.5rem;
}

.bb-hero__slide-copy {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
}

.bb-hero__slide-copy.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

.bb-hero__title {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--brand);
}

.bb-hero__title em {
  font-style: normal;
  color: var(--accent-dark);
}

.bb-hero__subtitle {
  margin: 0;
  max-width: 32rem;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.7;
  color: var(--muted);
}

.bb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.bb-hero__cta {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--brand);
  box-shadow: 0 10px 28px rgba(255, 209, 0, 0.4);
}

.bb-hero__cta:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: #fff;
  transform: translateY(-1px);
}

.bb-hero__help {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.bb-hero__help-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 209, 0, 0.15);
  color: var(--accent-dark);
  flex-shrink: 0;
}

.bb-hero__help-label {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
}

.bb-hero__help-phone {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand);
  font-size: 1.05rem;
}

.bb-hero__help-phone:hover {
  color: var(--accent-dark);
}

.bb-hero__visual {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  min-height: clamp(280px, 42vw, 480px);
  display: grid;
  place-items: center;
}

.bb-hero__circle {
  position: absolute;
  width: min(520px, 78%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 196, 160, 0.55), rgba(255, 176, 130, 0.28) 55%, transparent 72%);
  border: 28px solid rgba(255, 186, 145, 0.35);
  box-sizing: border-box;
  z-index: 0;
  transform: scale(0.96);
}

@media (prefers-reduced-motion: reduce) {
  .bb-hero__slide-copy,
  .bb-hero__vehicle {
    transition: none;
  }
}

.bb-hero__vehicle {
  position: absolute;
  width: min(640px, 100%);
  height: auto;
  max-height: 460px;
  object-fit: contain;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(40px) scale(0.96);
  filter: drop-shadow(0 28px 50px rgba(31, 41, 55, 0.18));
  pointer-events: none;
}

.bb-hero__vehicle.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.bb-hero__pager {
  position: absolute;
  right: clamp(0.75rem, 3vw, 2.5rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
}

.bb-hero__pager-btn,
.bb-hero__pager-dot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.bb-hero__pager-btn:hover,
.bb-hero__pager-dot:hover {
  border-color: var(--accent);
  color: var(--accent-dark);
  transform: translateY(-1px);
}

.bb-hero__pager-dot.is-active {
  background: var(--accent);
  border-color: transparent;
  color: var(--brand);
  box-shadow: 0 10px 24px rgba(255, 209, 0, 0.4);
}

.lx-hero__media {
  position: relative;
}

.lx-hero__frame {
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 40px 80px rgba(15, 23, 42, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  background: linear-gradient(145deg, #fff 0%, #f1f5f9 100%);
}

.lx-hero__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.lx-hero__float {
  position: absolute;
  right: 6%;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.lx-hero__float-k {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--accent-dark);
  text-transform: uppercase;
}

.lx-hero__float-v {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--brand);
}

.lx-about-stats {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--surface);
  border-block: 1px solid var(--border);
  overflow: hidden;
}

.lx-about-stats__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.55fr) minmax(240px, 0.95fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.lx-about-stats__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--brand);
}

.lx-about-stats__text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 40rem;
}

.lx-about-stats__link {
  margin-top: 1.35rem;
  gap: 0.45rem;
}

.lx-about-stats__metrics {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lx-stat__digits {
  display: flex;
  align-items: flex-end;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}

.lx-stat__digits span:not(.lx-stat__plus):not(.lx-stat__slash) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.85em;
  padding: 0.2rem 0.45rem 0.35rem;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  color: var(--brand);
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border: 1px solid var(--border);
}

.lx-stat__plus,
.lx-stat__slash {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--accent-dark);
  padding-bottom: 0.35rem;
}

.lx-stat__label {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.45;
}

.lx-stat {
  position: relative;
}

.lx-about-stats__panel {
  position: relative;
  border-radius: 22px;
  border: 1px solid var(--border);
  background:
    radial-gradient(ellipse 70% 60% at 70% 30%, rgba(255, 209, 0, 0.14), transparent 60%),
    linear-gradient(160deg, #ffffff 0%, #f4f7fb 100%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  padding: 1rem 1rem 1.15rem;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.85rem;
}

.lx-about-stats__scene {
  position: relative;
  min-height: 200px;
  display: grid;
  place-items: center;
}

.lx-about-stats__scene .logistics-scene {
  width: 100%;
  max-width: 100%;
}

.lx-about-stats__scene .logistics-scene__svg {
  width: 100%;
  height: auto;
  display: block;
}

.lx-about-stats__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.lx-about-stats__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(255, 209, 0, 0.18);
  border: 1px solid rgba(255, 209, 0, 0.4);
}

.lx-services {
  padding: clamp(2.75rem, 5vw, 4.25rem) 0;
  background: linear-gradient(180deg, var(--bg) 0%, #f8fafc 100%);
}

.lx-services__head {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.lx-services__head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 0.75rem;
}

.lx-services__title {
  margin: 0;
  flex: 1;
  min-width: min(100%, 280px);
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--brand);
}

.lx-services__more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--accent-dark);
  white-space: nowrap;
}

.lx-services__more:hover {
  color: var(--brand);
}

.lx-services__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted);
}

.lx-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.lx-svc-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.35rem 1.2rem 1.45rem;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  color: inherit;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.lx-svc-card:hover {
  border-color: rgba(255, 209, 0, 0.45);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .lx-svc-card:hover {
    transform: none;
  }
}

.lx-svc-card__icon {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 209, 0, 0.12);
  border: 1px solid rgba(255, 209, 0, 0.28);
  color: var(--accent-dark);
}

.lx-svc-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--brand);
}

.lx-svc-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.lx-trust {
  padding: 2rem 0 2.25rem;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.lx-trust__inner {
  text-align: center;
}

.lx-trust__line {
  margin: 0 auto 1.5rem;
  max-width: 52rem;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.55;
  color: var(--muted);
}

.lx-trust__line strong {
  color: var(--brand);
  font-weight: 800;
}

.lx-trust__logos,
.lx-trust__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
}

.lx-trust__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brand);
}

.lx-trust__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5rem;
  height: 3rem;
  padding: 0 0.75rem;
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
  background: #f1f5f9;
  border: 1px dashed #cbd5e1;
}

.lx-marquee {
  overflow: hidden;
  border-block: 1px solid var(--border);
  background: #0f172a;
  color: #e2e8f0;
  padding: 0.85rem 0;
}

.lx-marquee__track {
  display: flex;
  width: max-content;
  gap: 2.5rem;
  animation: lx-marquee 38s linear infinite;
}

.lx-marquee__item {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(226, 232, 240, 0.88);
}

@keyframes lx-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lx-marquee__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    row-gap: 0.5rem;
  }
}

.lx-cta-split {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: linear-gradient(180deg, #f8fafc 0%, var(--surface) 100%);
}

.lx-cta-split__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

.lx-cta-split__visual {
  min-height: 280px;
  border-radius: 22px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 45%, rgba(255, 209, 0, 0.1) 0%, transparent 70%),
    linear-gradient(160deg, #f8fafc 0%, #eef2f7 100%);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.1);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.lx-cta-split__video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 360px;
  object-fit: cover;
  border-radius: inherit;
}

.lx-cta-split__title {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--brand);
}

.lx-quotes {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.lx-quotes__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}

.lx-quotes__title {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand);
}

.lx-quotes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.lx-quote-card {
  margin: 0;
  padding: 1.35rem 1.25rem;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.lx-quote-card__q {
  margin: 0 0 1rem;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--text);
  font-style: normal;
}

.lx-quote-card__name {
  display: block;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--brand);
}

.lx-quote-card__role {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent-dark);
}

.lx-blog {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: var(--bg);
}

.lx-blog__head {
  text-align: center;
  max-width: 32rem;
  margin: 0 auto 2rem;
}

.lx-blog__title {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand);
}

.lx-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.lx-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
  color: inherit;
  transition:
    box-shadow 0.15s ease,
    transform 0.15s ease;
}

.lx-blog-card:hover {
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .lx-blog-card:hover {
    transform: none;
  }
}

.lx-blog-card__thumb {
  height: 140px;
  background: linear-gradient(120deg, rgba(255, 209, 0, 0.25) 0%, #e2e8f0 45%, #cbd5e1 100%);
}

.lx-blog-card__body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.lx-blog-card__meta {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

.lx-blog-card__dot {
  opacity: 0.5;
}

.lx-blog-card__title {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--brand);
}

.lx-blog-card__author {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.lx-inquiry {
  padding: clamp(2.25rem, 4vw, 3.25rem) 0;
  background: linear-gradient(120deg, #f8fafc 0%, #fff 50%, rgba(255, 209, 0, 0.08) 100%);
  border-top: 1px solid var(--border);
}

.lx-inquiry__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(200px, 0.8fr);
  gap: 1.75rem 2rem;
  align-items: center;
}

.lx-inquiry__title {
  margin: 0.35rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brand);
}

.lx-inquiry__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 36rem;
}

.lx-inquiry__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: stretch;
}

@media (max-width: 1100px) {
  .lx-about-stats__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: stretch;
  }

  .lx-about-stats__copy {
    grid-column: 1 / -1;
  }

  .lx-about-stats__metrics {
    justify-content: center;
  }
}

@media (max-width: 1080px) {
  .lx-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .bb-hero {
    min-height: 0;
    padding: 0.85rem 0 4.75rem;
  }

  .bb-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.65rem;
  }

  .bb-hero__copy {
    padding-right: 0;
    max-width: none;
  }

  .bb-hero__visual {
    order: -1;
    width: 100%;
    max-width: 100%;
    min-height: 260px;
    margin-top: 0;
    padding: 0.5rem 0.25rem;
  }

  .bb-hero__circle {
    width: min(300px, 72%);
    border-width: 18px;
  }

  .bb-hero__vehicle {
    width: min(94%, 420px);
    max-height: 320px;
  }

  .bb-hero__pager {
    right: 0.75rem;
    left: 0.75rem;
    top: auto;
    bottom: 1rem;
    transform: none;
    flex-direction: row;
    justify-content: center;
  }

  .bb-hero__text-stack {
    min-height: 9rem;
  }

  .bb-hero__kicker {
    margin-bottom: 0.9rem;
  }

  .bb-hero__title {
    font-size: clamp(1.85rem, 7.5vw, 2.55rem);
  }

  .bb-hero__actions {
    margin-top: 1.35rem;
  }

  .lx-hero__media {
    order: -1;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .lx-about-stats__grid {
    grid-template-columns: 1fr;
  }

  .lx-about-stats__metrics {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }

  .lx-stat {
    flex: 1;
    min-width: 140px;
  }

  .lx-about-stats__panel {
    min-height: 240px;
    order: -1;
  }

  .lx-cta-split__grid {
    grid-template-columns: 1fr;
  }

  .lx-cta-split__visual {
    min-height: 200px;
    order: 1;
  }

  .lx-quotes__grid,
  .lx-blog__grid {
    grid-template-columns: 1fr;
  }

  .lx-inquiry__grid {
    grid-template-columns: 1fr;
  }

  .lx-inquiry__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .lx-services__grid {
    grid-template-columns: 1fr;
  }

  .lx-about-stats__metrics {
    flex-direction: column;
  }
}

/* —— White Gloves (distinct from International Moving) —— */
.page-content--moving:has(.wg-page) {
  background:
    radial-gradient(ellipse 70% 42% at 80% 8%, rgba(255, 209, 0, 0.08) 0%, transparent 55%),
    var(--surface);
}

.wg-page {
  display: grid;
  gap: clamp(1.6rem, 3.5vw, 2.4rem);
}

.wg-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0369a1;
}

.wg-head {
  margin-bottom: 1rem;
}

.wg-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  color: var(--brand);
  letter-spacing: -0.02em;
}

.wg-promise {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.wg-promise__media {
  min-height: 280px;
  background: #0f172a;
}

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

.wg-promise__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 3.2vw, 2.2rem);
  background:
    linear-gradient(160deg, #0b1220 0%, #162033 55%, #0f172a 100%);
  color: #fff;
}

.wg-promise__copy .wg-kicker {
  color: var(--accent);
}

.wg-promise__copy h2 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 1.95rem);
  letter-spacing: -0.02em;
}

.wg-promise__copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.wg-categories__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scroll-snap-type: x mandatory;
}

.wg-cat {
  scroll-snap-align: start;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  min-height: 100%;
}

.wg-cat--accent {
  background: linear-gradient(160deg, #0f172a, #1e293b);
  border-color: rgba(255, 209, 0, 0.28);
  color: #fff;
}

.wg-cat__index {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.04em;
}

.wg-cat__tag {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0369a1;
}

.wg-cat--accent .wg-cat__tag {
  color: var(--accent);
}

.wg-cat h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--brand);
}

.wg-cat--accent h3 {
  color: #fff;
}

.wg-cat > p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted);
}

.wg-cat--accent > p {
  color: rgba(255, 255, 255, 0.78);
}

.wg-cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wg-cat li {
  position: relative;
  padding-left: 0.9rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--muted);
}

.wg-cat--accent li {
  color: rgba(255, 255, 255, 0.76);
}

.wg-cat li + li {
  margin-top: 0.35rem;
}

.wg-cat li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--accent);
}

.wg-timeline__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-left: 2px solid rgba(3, 105, 161, 0.22);
}

.wg-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 0 0 1.25rem 1.25rem;
}

.wg-timeline__dot {
  position: absolute;
  left: -0.7rem;
  top: 0.15rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  font-weight: 800;
  color: #0f172a;
  background: var(--accent);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(3, 105, 161, 0.2);
}

.wg-timeline__card {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
}

.wg-timeline__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--brand);
}

.wg-timeline__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.wg-bundle {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
}

.wg-bundle__list-wrap,
.wg-bundle__metrics {
  border-radius: var(--radius-lg);
  padding: clamp(1.2rem, 2.8vw, 1.7rem);
}

.wg-bundle__list-wrap {
  background: #fff;
  border: 1px solid var(--border);
}

.wg-bundle__list-wrap h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  color: var(--brand);
}

.wg-bundle__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.wg-bundle__list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
}

.wg-bundle__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  background: var(--accent);
}

.wg-bundle__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  background: linear-gradient(145deg, #0f172a, #1e293b);
  border: 1px solid rgba(255, 209, 0, 0.2);
}

.wg-bundle__metrics article {
  padding: 0.85rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.wg-bundle__metrics strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  color: var(--accent);
}

.wg-bundle__metrics span {
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
}

.wg-related h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  color: var(--brand);
}

.wg-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.wg-related__card {
  display: block;
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.wg-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.wg-related__card span {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0369a1;
}

.wg-related__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--brand);
}

.wg-related__card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.48;
  color: var(--muted);
}

.wg-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #0f172a 0%, #1a2740 100%);
  border: 1px solid rgba(255, 209, 0, 0.22);
}

.wg-cta h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: #fff;
}

.wg-cta p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 960px) {
  .wg-promise,
  .wg-bundle {
    grid-template-columns: 1fr;
  }

  .wg-categories__rail {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .wg-related__grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .wg-bundle__metrics {
    grid-template-columns: 1fr;
  }

  .page-intro-band--storage .im-hero__intro,
  .page-intro-band--storage .im-hero__chips,
  .page-intro-band--storage .breadcrumbs--intro {
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
  }
}

/* —— Stack solution pages (pet / storage / customs / warehouse) —— */
.page-content--stack {
  background:
    radial-gradient(ellipse 70% 36% at 20% 0%, rgba(3, 105, 161, 0.06) 0%, transparent 55%),
    var(--surface);
}

.stack-page {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2rem);
}

.stack-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0369a1;
}

.stack-intro {
  padding: clamp(1.25rem, 3vw, 1.85rem);
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
}

.stack-intro h2 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--brand);
  letter-spacing: -0.02em;
}

.stack-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  max-width: 52rem;
}

.stack-pillars h2,
.stack-steps h2,
.stack-check h2,
.stack-related h2 {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: var(--brand);
}

.stack-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stack-pillar {
  position: relative;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
}

.stack-pillar__index {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--accent-dark, #c9a400);
}

.stack-pillar h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  color: var(--brand);
}

.stack-pillar p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.stack-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.stack-steps__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
}

.stack-steps__num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: #0f172a;
  background: var(--accent);
  flex-shrink: 0;
}

.stack-steps__list h3 {
  margin: 0 0 0.3rem;
  font-size: 0.98rem;
  color: var(--brand);
}

.stack-steps__list p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.stack-check {
  padding: clamp(1.2rem, 2.8vw, 1.7rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #0f172a, #1a2740);
  border: 1px solid rgba(255, 209, 0, 0.18);
}

.stack-check h2 {
  color: #fff;
}

.stack-check__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
}

.stack-check__list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.stack-check__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.stack-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem;
  align-items: stretch;
}

.stack-split .stack-intro,
.stack-split .stack-check {
  height: 100%;
}

.stack-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stack-related__card {
  display: block;
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.stack-related__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.stack-related__card span {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0369a1;
}

.stack-related__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--brand);
}

.stack-related__card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.48;
  color: var(--muted);
}

.stack-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0f172a 0%, #162033 100%);
  border: 1px solid rgba(255, 209, 0, 0.22);
}

.stack-cta h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: #fff;
}

.stack-cta p {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

/* Pet variant — warm timeline-first */
.stack-page--pet .stack-intro {
  background:
    linear-gradient(120deg, rgba(255, 209, 0, 0.1), transparent 55%),
    #fff7ed;
  border-color: rgba(194, 120, 40, 0.18);
}

.stack-page--pet .stack-steps__list {
  grid-template-columns: 1fr;
}

.stack-page--pet .stack-steps__list li {
  border-left: 3px solid #f59e0b;
}

.stack-page--pet .stack-kicker {
  color: #b45309;
}

/* Storage variant — pillars first, wood/slate */
.stack-page--storage .stack-pillars__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stack-page--storage .stack-pillar {
  background: linear-gradient(160deg, #f8fafc, #eef2f7);
  border-color: rgba(15, 23, 42, 0.1);
}

.stack-page--storage .stack-split .stack-check {
  background: linear-gradient(145deg, #1c1917, #292524);
}

/* Customs variant — documentary teal */
.stack-page--customs .stack-kicker {
  color: #0e7490;
}

.stack-page--customs .stack-split--docs .stack-intro {
  background: linear-gradient(145deg, #083344, #0f172a);
  border-color: rgba(34, 211, 238, 0.18);
  color: #fff;
}

.stack-page--customs .stack-split--docs .stack-intro h2 {
  color: #fff;
}

.stack-page--customs .stack-split--docs .stack-intro > p:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.stack-page--customs .stack-split--docs .stack-kicker {
  color: #67e8f9;
}

.stack-page--customs .stack-steps__list {
  grid-template-columns: 1fr;
}

.stack-page--customs .stack-pillars__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Warehouse variant — industrial wide */
.stack-page--warehouse .stack-intro {
  background: linear-gradient(120deg, #0f172a 0%, #1e293b 100%);
  border-color: rgba(255, 209, 0, 0.18);
  color: #fff;
}

.stack-page--warehouse .stack-intro .stack-kicker {
  color: var(--accent);
}

.stack-page--warehouse .stack-intro h2 {
  color: #fff;
}

.stack-page--warehouse .stack-intro > p:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.stack-page--warehouse .stack-pillars__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stack-page--warehouse .stack-pillar {
  text-align: center;
  padding-top: 1.35rem;
}

.stack-page--warehouse .stack-check__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 960px) {
  .stack-pillars__grid,
  .stack-related__grid,
  .stack-split,
  .stack-page--storage .stack-pillars__grid,
  .stack-page--customs .stack-pillars__grid,
  .stack-page--warehouse .stack-pillars__grid {
    grid-template-columns: 1fr;
  }

  .stack-steps__list,
  .stack-check__list,
  .stack-page--warehouse .stack-check__list {
    grid-template-columns: 1fr;
  }

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

.stack-page--customs-permits .stack-pillars__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stack-page--customs-permits .stack-kicker {
  color: #0e7490;
}

.stack-page--customs-permits .stack-check {
  background: linear-gradient(145deg, #083344, #164e63);
}

.stack-page--customs-transit .stack-steps__list {
  grid-template-columns: 1fr;
}

.stack-page--customs-transit .stack-steps__list li {
  border-left: 3px solid #22d3ee;
}

.stack-page--customs-transit .stack-kicker {
  color: #0e7490;
}
/* —— Country branch landings —— */
.page-content--branch {
  background:
    radial-gradient(ellipse 70% 40% at 70% 0%, rgba(255, 209, 0, 0.07) 0%, transparent 55%),
    var(--surface);
}

.br-page {
  display: grid;
  gap: clamp(1.4rem, 3.2vw, 2.2rem);
}

.br-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
}

.br-spotlight__media {
  min-height: 260px;
  background: #0b1220;
}

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

.br-spotlight__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.35rem, 3vw, 2.1rem);
}

.br-spotlight__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.br-spotlight__title {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 1.95rem);
  color: #fff;
  letter-spacing: -0.02em;
}

.br-spotlight__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 0.98rem;
}

.br-focus__title,
.br-corridors__title,
.br-services__title,
.br-siblings__title {
  margin: 0 0 0.95rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.3vw, 1.6rem);
  color: var(--brand);
  letter-spacing: -0.02em;
}

.br-focus__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.br-focus__card {
  position: relative;
  padding: 1.2rem 1.2rem 1.3rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  transition: transform 0.28s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.28s ease;
}

.br-focus__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.br-focus__num {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--accent-dark, #c9a400);
}

.br-focus__card-title {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--brand);
}

.br-focus__card-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--muted);
}

.br-corridors__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.br-corridors__item {
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
}

.br-corridors__item-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: var(--brand);
}

.br-corridors__item-text {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted);
}

.br-corridors--list .br-corridors__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
  border-left: 2px solid rgba(56, 189, 248, 0.35);
}

.br-corridors--list .br-corridors__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  margin-left: 1.1rem;
  border-left: 0;
  background: linear-gradient(120deg, #f0f9ff, #fff);
}

.br-corridors--list .br-corridors__num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: #0f172a;
  background: var(--accent);
}

.br-services {
  padding: clamp(1.2rem, 2.8vw, 1.7rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #0f172a, #1a2740);
  border: 1px solid rgba(255, 209, 0, 0.18);
}

.br-services__title {
  color: #fff;
}

.br-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.1rem;
}

.br-services__item {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.84);
}

.br-services__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

.br-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.br-facts__item {
  padding: 1.1rem 1rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  text-align: center;
}

.br-facts__value {
  display: block;
  margin-bottom: 0.3rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 800;
  color: var(--brand);
  letter-spacing: -0.02em;
}

.br-facts__label {
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--muted);
}

.br-contact__card {
  padding: clamp(1.35rem, 3vw, 1.9rem);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 209, 0, 0.08), transparent 45%),
    #fff;
  border: 1px solid var(--border);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.br-contact__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.3vw, 1.55rem);
  color: var(--brand);
}

.br-contact__note {
  margin: 0 0 1.1rem;
  max-width: 44rem;
  color: var(--muted);
  line-height: 1.55;
}

.br-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.br-contact__label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.br-contact__value {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand);
  text-decoration: none;
}

.br-contact__value:hover {
  color: var(--accent-dark);
}

.br-contact__hint {
  margin: 0 0 1.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--muted);
}

.br-siblings__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.br-siblings__card {
  display: block;
  padding: 1.1rem 1.15rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.25s ease;
}

.br-siblings__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

.br-siblings__tag {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0369a1;
}

.br-siblings__card-title {
  margin: 0 0 0.3rem;
  font-size: 1.02rem;
  color: var(--brand);
}

.br-siblings__card-text {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.48;
  color: var(--muted);
}

.br-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0f172a 0%, #162033 100%);
  border: 1px solid rgba(255, 209, 0, 0.22);
}

.br-cta__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: #fff;
}

.br-cta__note {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

/* Variant themes */
.br-page--kaz .br-facts__value { color: #b45309; }
.br-page--kaz .br-spotlight { background: linear-gradient(145deg, #1c1408, #0f172a); }
.br-page--kaz .br-services { background: linear-gradient(145deg, #1c1408, #292524); }

.br-page--uzb .br-spotlight {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}
.br-page--uzb .br-spotlight__eyebrow,
.br-page--uzb .br-siblings__tag { color: #0d9488; }
.br-page--uzb .br-services {
  background: linear-gradient(145deg, #042f2e, #0f172a);
}
.br-page--uzb .br-focus__card {
  border-top: 3px solid #14b8a6;
}

.br-page--kgz .br-spotlight {
  grid-template-columns: 1fr;
}
.br-page--kgz .br-spotlight__media {
  min-height: 220px;
  max-height: 280px;
}
.br-page--kgz .br-siblings__tag { color: #0284c7; }
.br-page--kgz .br-facts__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.br-page--tjk .br-focus__grid {
  grid-template-columns: 1fr;
}
.br-page--tjk .br-focus__card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1rem;
  align-items: start;
}
.br-page--tjk .br-focus__num { grid-row: 1 / span 2; }
.br-page--tjk .br-services {
  background: linear-gradient(145deg, #431407, #1c1917);
}
.br-page--tjk .br-facts__value { color: #ea580c; }

.br-page--tkm .br-facts__item {
  background: linear-gradient(160deg, #fffbeb, #fff);
  border-color: rgba(180, 83, 9, 0.18);
}
.br-page--tkm .br-spotlight__copy {
  background: linear-gradient(160deg, #1c1408, #292524);
}
.br-page--tkm .br-services {
  background: linear-gradient(145deg, #14532d, #0f172a);
}

@media (max-width: 960px) {
  .br-spotlight,
  .br-page--uzb .br-spotlight,
  .br-focus__grid,
  .br-corridors__grid,
  .br-services__list,
  .br-facts__grid,
  .br-contact__grid,
  .br-siblings__grid,
  .br-page--tjk .br-focus__grid,
  .br-page--kgz .br-facts__grid {
    grid-template-columns: 1fr;
  }

  .br-page--tjk .br-focus__card {
    grid-template-columns: auto 1fr;
  }

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

@media (prefers-reduced-motion: reduce) {
  .br-focus__card,
  .br-siblings__card {
    transition: none;
  }

  .br-focus__card:hover,
  .br-siblings__card:hover {
    transform: none;
  }
}
/* —— News / Blog editorial —— */
.ed-page__intro {
  max-width: 40rem;
}

.ed-page__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.ed-page__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  letter-spacing: -0.03em;
  color: var(--brand);
}

.ed-page__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--muted);
}

.page-content--editorial {
  background:
    radial-gradient(ellipse 60% 40% at 10% 0%, rgba(255, 209, 0, 0.07) 0%, transparent 55%),
    var(--surface);
}

.ed-page {
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.85rem);
}

.ed-page:not(.ed-page--article) {
  max-width: none;
}

.ed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
}

.ed-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.2rem 1.25rem 1.3rem;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.25s ease, border-color 0.2s ease;
  min-height: 100%;
}

.ed-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  border-color: rgba(3, 105, 161, 0.22);
}

.ed-card__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
}

.ed-card__dot {
  opacity: 0.55;
}

.ed-card__tag {
  color: #0369a1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.ed-page--blog .ed-card__tag {
  color: #b45309;
}

.ed-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--brand);
}

.ed-card__excerpt {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.ed-card__more {
  margin-top: 0.35rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--accent-dark);
}

.ed-back {
  margin: 0;
}

.ed-back a {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0369a1;
  text-decoration: none;
}

.ed-back a:hover {
  color: var(--brand);
}

.ed-article {
  width: 100%;
  max-width: none;
  padding: clamp(1.35rem, 3vw, 1.9rem);
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.ed-page--article .ed-article__intro,
.ed-page--article .ed-article__body {
  max-width: none;
}

.ed-article__meta {
  margin: 0 0 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

.ed-article__dot {
  opacity: 0.6;
}

.ed-article__tag {
  color: #0369a1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.ed-page--blog .ed-article__tag {
  color: #b45309;
}

.ed-article__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.02em;
  color: var(--brand);
  line-height: 1.2;
}

.ed-article__intro {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--brand);
  font-weight: 600;
}

.ed-article__body {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.85rem;
}

.ed-article__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--muted);
}

.ed-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.2rem, 2.8vw, 1.6rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #0f172a 0%, #162033 100%);
  border: 1px solid rgba(255, 209, 0, 0.2);
}

.ed-cta h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: #fff;
}

.ed-cta p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  max-width: 32rem;
}

@media (max-width: 720px) {
  .ed-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* First-visit language chooser (Starlink / VPN safe) */
.lang-chooser {
  position: relative;
  z-index: 40;
  background: #0f172a;
  color: #fff;
  border-bottom: 1px solid rgba(255, 209, 0, 0.22);
}

.lang-chooser__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  flex-wrap: wrap;
}

.lang-chooser__title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.lang-chooser__hint {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
}

.lang-chooser__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.lang-chooser__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lang-chooser__btn:hover,
.lang-chooser__btn.is-current {
  background: var(--accent);
  border-color: var(--accent);
  color: #0f172a;
}

@media (max-width: 720px) {
  .lang-chooser__inner {
    align-items: flex-start;
  }
}
