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: 14px;
  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;
  }
}

.africa-hero__eyebrow,
.africa-section__head p,
.africa-footer-cta p {
  margin: 0 0 10px;
  color: rgba(255, 223, 214, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.africa-section,
.africa-footer-cta {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 84px) 22px 0;
}

.africa-section {
  display: grid;
  gap: 24px;
}

.africa-section__head {
  display: grid;
  gap: 10px;
}

.africa-section__head--split {
  align-items: end;
}

.africa-section__head--split > div {
  display: grid;
  gap: 10px;
}

.africa-section__link {
  color: rgba(255, 223, 214, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.africa-section__link:hover,
.africa-section__link:focus-visible {
  color: #fffaf7;
}

.africa-section__head h2,
.africa-footer-cta h2 {
  margin: 0;
  color: #fffaf7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.africa-section__empty {
  color: rgba(255, 247, 243, 0.72);
}

.africa-online__strip {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.74), rgba(10, 11, 16, 0.58));
  overflow: hidden;
}

.africa-online__strip.online-stories-section {
  margin-bottom: 0;
}

.africa-online__strip .online-stories-carousel {
  padding-bottom: var(--spacing-2);
}

.africa-stack__head {
  gap: 14px;
}

.africa-stack__head > div {
  display: grid;
  gap: 10px;
}

.africa-stack__hint {
  justify-self: start;
  border: 1px solid rgba(255, 223, 214, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 223, 214, 0.74);
  padding: 8px 11px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.africa-stack__stage {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 4 / 5;
  margin: 0 auto;
}

.africa-stack__card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: #111;
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.42);
  transition: transform 220ms ease, opacity 220ms ease;
  touch-action: pan-y;
}

.africa-stack__card.is-second {
  transform: translateY(14px) scale(0.96);
  opacity: 0.82;
}

.africa-stack__card.is-third {
  transform: translateY(28px) scale(0.92);
  opacity: 0.56;
}

.africa-stack__card.is-hidden-depth {
  transform: translateY(28px) scale(0.92);
  opacity: 0;
}
.africa-stack__card img,
.africa-stack__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.africa-stack__card img {
  object-fit: cover;
}

.africa-stack__veil {
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.06) 18%, rgba(10, 10, 12, 0.16) 42%, rgba(10, 10, 12, 0.92) 100%),
    radial-gradient(circle at 18% 10%, rgba(183, 110, 121, 0.12), transparent 34%);
}

.africa-stack__meta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.africa-stack__meta h3 {
  margin: 0 0 3px;
  color: #fffaf7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 5vw, 2.05rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.africa-stack__meta p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
}

.africa-stack__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.africa-stack__tags span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.75rem;
}

.africa-stack__meta a,
.africa-footer-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff7f3;
  color: #170b12;
  padding: 12px 18px;
  font-weight: 700;
  text-decoration: none;
}

.africa-stack__card.is-dismissed {
  pointer-events: none;
  opacity: 0;
}

.africa-stack__card.is-liked {
  transform: translateX(120%) rotate(16deg);
}

.africa-stack__card.is-skipped {
  transform: translateX(-120%) rotate(-16deg);
}

.africa-stack__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

.africa-stack__actions button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff7f3;
  padding: 12px 16px;
}

.africa-stack__actions button[data-africa-stack-action="right"] {
  border-color: rgba(255, 223, 214, 0.22);
  background: rgba(183, 110, 121, 0.14);
}

@media (min-width: 760px) {
  .africa-stack__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
}

.africa-stack__intro {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.africa-stack__intro p {
  max-width: 31rem;
  margin: 0;
  color: rgba(255, 247, 243, 0.64);
  font-size: clamp(0.98rem, 1.7vw, 1.08rem);
  line-height: 1.55;
}

@media (max-width: 759px) {
  .africa-stack__intro-copy {
    display: none;
  }
}

.africa-saved-toast {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(17, 17, 20, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff7f3;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
  pointer-events: none;
  transition: opacity 200ms ease, transform 260ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.africa-saved-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: africaSavedPulse 1400ms ease forwards;
}

.africa-saved-toast__heart {
  display: inline-block;
  color: #ff5c7a;
  font-size: 1rem;
  transform-origin: center;
  animation: africaSavedHeart 700ms ease;
}

@keyframes africaSavedHeart {
  0% { transform: scale(0.4); }
  40% { transform: scale(1.35); }
  70% { transform: scale(0.95); }
  100% { transform: scale(1); }
}

@keyframes africaSavedPulse {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.85); }
  15% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  80% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -52%) scale(0.96); }
}

@media (prefers-reduced-motion: reduce) {
  .africa-saved-toast,
  .africa-saved-toast.is-visible,
  .africa-saved-toast__heart {
    animation: none;
    transition: opacity 120ms ease;
  }
}

.africa-stack__count {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 223, 214, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 223, 214, 0.72);
  padding: 6px 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.africa-stack__stage-wrap {
  position: relative;
  width: min(100%, 360px);
  margin: 0 auto;
}

.africa-stack__stage-wrap .africa-stack__stage {
  width: 100%;
}

.africa-stack__empty {
  position: absolute;
  inset: 0;
  z-index: 4;
  min-height: 100%;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(255, 223, 214, 0.14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 6%, rgba(183, 110, 121, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(21, 18, 22, 0.98), rgba(8, 8, 11, 0.98));
  box-shadow: 0 20px 66px rgba(0, 0, 0, 0.48);
  text-align: center;
}

.africa-stack__empty[hidden] {
  display: none !important;
}

.africa-stack__empty > span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(255, 223, 214, 0.14);
  background: rgba(255, 255, 255, 0.055);
  color: #f0b7bc;
  font-size: 1.45rem;
}

.africa-stack__empty h3 {
  margin: 0;
  color: #fffaf7;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 5vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.africa-stack__empty p {
  max-width: 25rem;
  margin: 0;
  color: rgba(255, 247, 243, 0.66);
  line-height: 1.55;
}

.africa-stack__empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.africa-stack__empty-actions button,
.africa-stack__empty-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff7f3;
  padding: 11px 14px;
  font-weight: 700;
  text-decoration: none;
}

.africa-stack__empty-actions a {
  border-color: rgba(255, 223, 214, 0.22);
  background: #fff7f3;
  color: #170b12;
}

.africa-stack__actions button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.africa-saved-panel[hidden] {
  display: none !important;
}

body.africa-saved-panel-open {
  overflow: hidden;
}

.africa-saved-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10060;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
  pointer-events: none;
  overscroll-behavior: contain;
}

.africa-saved-panel__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
  pointer-events: auto;
}

.africa-saved-panel__dialog {
  position: relative;
  width: min(390px, calc(100vw - 32px));
  max-height: min(620px, calc(100dvh - 44px));
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(139, 10, 26, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(18, 15, 22, 0.98), rgba(8, 8, 11, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255,255,255,0.035) inset;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 16px;
  pointer-events: auto;
  outline: none;
  animation: africa-saved-panel-pop 190ms cubic-bezier(0.2, 0.82, 0.2, 1) both;
}

@keyframes africa-saved-panel-pop {
  from { opacity: 0; transform: translateY(10px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.africa-saved-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.africa-saved-panel__header p {
  margin: 0 0 6px;
  color: rgba(244, 191, 166, 0.74);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.africa-saved-panel__header h2 {
  margin: 0;
  color: #fff;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.africa-saved-panel__close {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  padding: 0;
  font-size: 1.3rem;
  line-height: 1;
}

.africa-saved-panel__summary {
  min-height: 22px;
  margin: 0;
  color: rgba(231, 223, 214, 0.68);
  font-size: 0.8rem;
  line-height: 1.4;
}

.africa-saved-panel__list {
  display: grid;
  gap: 10px;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.22) transparent;
}

.africa-saved-card {
  position: relative;
  min-height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(25, 24, 28, 0.84), rgba(10, 10, 14, 0.92));
  padding: 10px;
}

.africa-saved-card__link {
  min-width: 0;
  min-height: 72px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding-right: 42px;
  color: #fff !important;
  text-decoration: none !important;
}

.africa-saved-card__thumb {
  width: 58px;
  height: 58px;
  overflow: hidden;
  display: block;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(139, 10, 26, 0.24), rgba(255, 255, 255, 0.04));
}

.africa-saved-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.africa-saved-card__body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 4px;
  padding-top: 2px;
}

.africa-saved-card__title-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
}

.africa-saved-card__title {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.africa-saved-card__age {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(231, 223, 214, 0.78);
  padding: 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
}

.africa-saved-card__location,
.africa-saved-card__meta {
  min-width: 0;
  overflow: hidden;
  color: rgba(226, 220, 214, 0.68);
  font-size: 0.78rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.africa-saved-card__meta {
  color: rgba(244, 191, 166, 0.72);
}

.africa-saved-card__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: rgba(255, 255, 255, 0.52);
  padding: 0;
  font-size: 1rem;
  line-height: 1;
}

.africa-saved-panel__empty {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.64), rgba(10, 11, 16, 0.52));
  color: rgba(255, 247, 243, 0.72);
  padding: 16px;
}

.africa-saved-panel__empty[hidden] {
  display: none !important;
}

.africa-saved-panel__empty strong {
  color: #fffaf7;
}

@media (min-width: 980px) {
  .africa-stack {
    grid-template-columns: minmax(280px, 430px) minmax(390px, 470px);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: clamp(56px, 8vw, 132px);
    min-height: 690px;
  }

  .africa-stack__head {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    align-self: end;
    justify-content: start;
    align-items: start;
    gap: 24px;
  }

  .africa-stack__head > div {
    gap: 14px;
  }

  .africa-stack__head h2 {
    font-size: clamp(3.1rem, 4.4vw, 4.2rem);
  }

  .africa-stack__intro {
    max-width: 340px;
  }

  .africa-stack__stage-wrap {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: min(100%, 430px);
    justify-self: center;
  }

  .africa-stack__actions {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
    align-self: start;
    margin-top: 24px;
  }

  .africa-saved-panel {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 84px 24px 24px;
  }

  .africa-saved-panel__dialog {
    width: min(390px, calc(100vw - 48px));
  }
}

.africa-paths__grid {
  display: grid;
  gap: 16px;
  margin-top: 0;
}

.africa-paths__card {
  position: relative;
  display: block;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 12%, rgba(183, 110, 121, 0.32), transparent 36%),
    linear-gradient(145deg, rgba(54, 23, 29, 0.95), rgba(12, 10, 13, 0.98));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: inherit;
  text-decoration: none;
}

.africa-paths__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.08), rgba(10, 10, 12, 0.8)),
    radial-gradient(circle at 18% 18%, rgba(139, 10, 26, 0.12), transparent 42%);
}

.africa-paths__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 8px;
  min-height: 180px;
  padding: 20px;
}

.africa-paths__grid strong {
  font-size: 1.2rem;
}

.africa-paths__content > span,
.africa-faq p {
  color: rgba(255, 247, 243, 0.72);
}

.africa-paths__card:hover,
.africa-paths__card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.24);
}

.africa-reviews.reviews-section {
  gap: 24px;
  margin-top: 0;
}

.africa-reviews .reviews-section__grid {
  gap: 16px;
}

.africa-reviews .review-card {
  border-color: rgba(255, 223, 214, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(183, 110, 121, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(31, 20, 24, 0.92), rgba(13, 11, 15, 0.9)) !important;
}

.africa-reviews .review-card__avatar {
  border-color: rgba(255, 223, 214, 0.18);
  background: linear-gradient(135deg, rgba(183, 110, 121, 0.26), rgba(139, 10, 26, 0.18));
}

.africa-reviews .review-card__eyebrow {
  color: rgba(255, 223, 214, 0.54);
}

.africa-reviews .review-card__rating {
  border-color: rgba(255, 223, 214, 0.18);
  background: rgba(255, 223, 214, 0.08);
}

.africa-reviews .review-card__meter span.is-active {
  background: linear-gradient(90deg, rgba(255, 223, 214, 0.94), rgba(183, 110, 121, 0.9));
}

.africa-reviews .review-card__excerpt {
  color: rgba(255, 247, 243, 0.94);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.45;
}

.africa-reviews .review-card__link {
  color: rgba(255, 205, 220, 0.96) !important;
}

.africa-faq__list {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.africa-faq details {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(18, 18, 22, 0.72), rgba(10, 11, 16, 0.56));
}

.africa-faq summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 18px;
  list-style: none;
  cursor: pointer;
}

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

.africa-faq h3 {
  margin: 0;
  font-size: 1.1rem;
}

.africa-faq p {
  margin: 0;
  padding: 0 18px 18px 54px;
  line-height: 1.7;
}

.africa-faq__index {
  color: rgba(255, 223, 214, 0.68);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}

.africa-faq__toggle {
  position: relative;
  width: 18px;
  height: 18px;
}

.africa-faq__toggle::before,
.africa-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: rgba(255, 247, 243, 0.8);
  content: '';
  transform: translate(-50%, -50%);
}

.africa-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.africa-faq details[open] .africa-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.africa-footer-cta {
  padding-bottom: clamp(42px, 7vw, 84px);
}

.africa-footer-cta__panel {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(183, 110, 121, 0.24), transparent 36%),
    linear-gradient(145deg, rgba(24, 15, 19, 0.96), rgba(12, 10, 13, 0.98));
  padding: clamp(22px, 4vw, 30px);
}

.africa-footer-cta__copy {
  display: grid;
  gap: 10px;
}

.africa-footer-cta__copy span {
  max-width: 34ch;
  color: rgba(255, 247, 243, 0.72);
  line-height: 1.65;
}

.africa-footer-cta__actions {
  display: grid;
  gap: 14px;
}

.africa-footer-cta__regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.africa-footer-cta__regions span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 247, 243, 0.84);
  padding: 10px 12px;
  font-size: 0.9rem;
}

@media (min-width: 760px) {
  .africa-section__head--split {
    display: flex;
    justify-content: space-between;
  }

  .africa-paths__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .africa-footer-cta__panel {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    align-items: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  .africa-stack__card {
    transition: none;
  }
}
