body.escortwp-africa-shell {
  background:
    radial-gradient(circle at 50% 10%, rgba(161, 15, 41, 0.28), transparent 34%),
    linear-gradient(180deg, #170b12 0%, #09090d 100%);
  color: #fff7f3;
}

body.escortwp-africa-shell .modern-header,
body.escortwp-africa-shell .main-menu-section,
body.escortwp-africa-shell .top-header-area {
  display: none !important;
}

body.escortwp-africa-shell .main-content,
body.escortwp-africa-shell #main-content {
  padding-top: 0 !important;
}

.africa-hub {
  min-height: 100vh;
}

.africa-hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  background: #0a090d;
  overflow: hidden;
  isolation: isolate;
}

.africa-hero__stage {
  position: absolute;
  inset: 0;
}

.africa-hero__slide {
  position: absolute;
  inset: 0;
}

.africa-hero__slide[hidden] {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}

.africa-hero__media,
.africa-hero__image {
  width: 100%;
  height: 100%;
}

.africa-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.africa-hero__media--fallback {
  background:
    radial-gradient(circle at 50% 18%, rgba(217, 57, 98, 0.3), transparent 30%),
    linear-gradient(180deg, rgba(58, 16, 28, 0.98), rgba(12, 10, 13, 1));
}

.africa-hero__image {
  display: block;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.04);
  transition: transform 7000ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.africa-hero__slide.is-active .africa-hero__image {
  transform: scale(1);
}

.africa-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.16) 0%, rgba(8, 8, 12, 0.2) 16%, rgba(8, 8, 12, 0.54) 48%, rgba(8, 8, 12, 0.93) 100%),
    radial-gradient(circle at 50% 14%, rgba(180, 37, 76, 0.26), transparent 44%);
}

.africa-hero__chrome {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  min-height: 100dvh;
}

.africa-hero__topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: calc(18px + env(safe-area-inset-top, 0px)) 18px 0;
}

.africa-hero__topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.africa-hero__exit,
.africa-hero__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 11, 15, 0.3);
  color: rgba(255, 247, 243, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.africa-hero__exit {
  width: 42px;
  height: 42px;
}

.africa-hero__menu {
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.africa-hero__menu {
  width: 42px;
  height: 42px;
  padding: 0;
  position: static !important;
  top: auto !important;
  right: auto !important;
}

.africa-hero__exit:hover,
.africa-hero__exit:focus-visible,
.africa-hero__menu:hover,
.africa-hero__menu:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
}

.africa-hero__exit svg,
.africa-hero__menu .fa {
  display: block;
}

.africa-hero__exit svg {
  width: 18px;
  height: 18px;
}

.africa-hero__exit svg path {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.africa-hero__menu .fa {
  font-size: 16px;
}

.africa-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 100svh;
  min-height: 100dvh;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(112px, 20vh, 156px) 22px calc(92px + env(safe-area-inset-bottom, 0px));
  text-align: left;
}

.africa-hero__title {
  max-width: 8.9ch;
  margin: 0;
  color: #fffaf7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.14rem, 9.9vw, 3.72rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 600;
  text-shadow: 0 6px 26px rgba(0, 0, 0, 0.38);
}

.africa-hero__title-country {
  display: block;
  min-width: 0;
  margin-top: 0.06em;
  color: rgba(255, 223, 214, 0.96);
  font-size: 0.84em;
  line-height: 0.92;
  letter-spacing: -0.032em;
  transition: opacity 220ms ease, transform 220ms ease;
}

.africa-hero__title-country.is-changing {
  opacity: 0;
  transform: translateY(8px);
}

.africa-hero__copy {
  max-width: 16rem;
  margin: 14px 0 0;
  color: rgba(248, 242, 239, 0.88);
  font-size: 0.93rem;
  line-height: 1.55;
}

.africa-search {
  position: relative;
  width: min(100%, 24rem);
  margin-top: 24px;
}

.africa-search__field {
  position: relative;
}

.africa-search__icon {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: rgba(74, 53, 57, 0.62);
}

.africa-search__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.africa-search__icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.africa-search__input {
  width: 100%;
  min-height: 66px;
  padding: 0 18px 0 50px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  background: rgba(255, 251, 248, 0.96);
  color: #241417;
  font-size: 1rem;
  box-shadow:
    0 24px 48px -32px rgba(0, 0, 0, 0.72),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.africa-search__input::placeholder {
  color: rgba(74, 53, 57, 0.6);
}

.africa-search__input:focus {
  outline: none;
  border-color: rgba(255, 214, 204, 0.96);
  box-shadow:
    0 0 0 4px rgba(255, 225, 217, 0.18),
    0 24px 48px -32px rgba(0, 0, 0, 0.72);
}

.africa-search__listbox {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  right: 0;
  top: auto;
  z-index: 6;
  display: none;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(15, 13, 18, 0.88);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.42);
  max-height: min(248px, 34vh);
  overflow-y: auto;
  text-align: left;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.africa-search.is-open .africa-search__listbox {
  display: block;
}

.africa-search__option {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #fff8f2;
  text-align: left;
  cursor: pointer;
}

.africa-search__hint {
  padding: 8px 12px 10px;
  color: rgba(252, 241, 236, 0.66);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.africa-search__option:hover,
.africa-search__option:focus-visible,
.africa-search__option.is-active {
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}

.africa-search__option.is-primary {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.africa-search__flag {
  width: 24px;
  height: 24px;
}

.africa-search__monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 224, 215, 0.14);
  color: rgba(255, 239, 233, 0.92);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.africa-search__option-label {
  display: block;
  font-weight: 700;
}

.africa-search__option-meta {
  display: block;
  margin-top: 3px;
  color: rgba(247, 242, 237, 0.62);
  font-size: 0.88rem;
}

.africa-search__empty {
  padding: 14px;
  color: rgba(247, 242, 237, 0.62);
  font-size: 0.95rem;
}

.africa-search__submit {
  width: 100%;
  min-height: 60px;
  margin-top: 14px;
  border: 1px solid rgba(143, 14, 39, 0.8);
  border-radius: 18px;
  background: linear-gradient(135deg, #a10f29 0%, #740816 100%);
  box-shadow: 0 18px 38px rgba(139, 10, 26, 0.34);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.africa-search__submit:hover,
.africa-search__submit:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 42px rgba(139, 10, 26, 0.38);
}

.africa-hero__controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.africa-hero__controls.is-hidden {
  display: none;
}

.africa-hero__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.africa-hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 160ms ease, background 160ms ease;
}

.africa-hero__dot.is-active {
  width: 22px;
  background: rgba(255, 255, 255, 0.98);
}

.africa-hero__pause {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(13, 13, 19, 0.26);
  color: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.africa-hero__pause-icon {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.africa-hero__pause-svg {
  width: 14px;
  height: 14px;
  display: block;
}

.africa-hero__pause-svg--play {
  display: none;
  margin-left: 1px;
}

.africa-hero__pause.is-paused .africa-hero__pause-svg--pause {
  display: none;
}

.africa-hero__pause.is-paused .africa-hero__pause-svg--play {
  display: block;
}

body.escortwp-africa-shell footer {
  background: linear-gradient(180deg, #09090d, #07070a);
}

@media (min-width: 769px) {
  .africa-hero__topbar {
    padding: 28px 30px 0;
  }

  .africa-hero__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .africa-hero__title {
    max-width: 10.2ch;
    font-size: clamp(3rem, 6.2vw, 5rem);
  }

  .africa-search {
    width: min(100%, 26rem);
  }

  .africa-search__input {
    min-height: 70px;
    font-size: 1.06rem;
  }

  .africa-search__submit {
    min-height: 64px;
    font-size: 1.06rem;
  }

  .africa-hero__controls {
    left: 30px;
    right: 30px;
    bottom: 28px;
  }
}

@media (max-width: 420px) {
  .africa-hero__topbar {
    padding-left: 14px;
    padding-right: 14px;
  }

  .africa-hero__topbar-actions {
    gap: 10px;
  }

  .africa-hero__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .africa-hero__title {
    max-width: 8.8ch;
  }

  .africa-hero__copy {
    font-size: 0.92rem;
  }

  .africa-hero__controls {
    left: 16px;
    right: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .africa-hero__image,
  .africa-hero__exit,
  .africa-hero__menu,
  .africa-search__submit,
  .africa-hero__dot,
  .africa-hero__title-country {
    transition: none !important;
  }
}
