:root {
  --bcs-guide-forest: #173f35;
  --bcs-guide-forest-2: #0f2d27;
  --bcs-guide-gold: #c8943f;
  --bcs-guide-clay: #9d5f3a;
  --bcs-guide-ink: #17211f;
  --bcs-guide-muted: #65706c;
  --bcs-guide-paper: #fffaf2;
  --bcs-guide-white: #ffffff;
  --bcs-guide-line: #e8ded0;
  --bcs-guide-shadow: 0 20px 60px rgba(23, 33, 31, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bcs-guide-ink);
  background: var(--bcs-guide-paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.bcs-guide-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bcs-guide-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, .18);
}

.bcs-guide-progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--bcs-guide-gold), #f5d58b);
}

.bcs-guide-topnav {
  position: fixed;
  top: 4px;
  left: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px clamp(16px, 4vw, 48px);
  color: var(--bcs-guide-white);
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}

.bcs-guide-topnav.bcs-guide-is-scrolled {
  background: rgba(15, 45, 39, .96);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
  padding-top: 12px;
  padding-bottom: 12px;
  backdrop-filter: blur(14px);
}

.bcs-guide-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}

.bcs-guide-brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  font-size: 12px;
}

.bcs-guide-nav-actions {
  display: none;
  align-items: center;
  gap: 20px;
}

.bcs-guide-nav-link {
  font-size: 14px;
  text-decoration: none;
}

.bcs-guide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--bcs-guide-gold);
  border-radius: 999px;
  background: var(--bcs-guide-gold);
  color: #1b1409;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(200, 148, 63, .28);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.bcs-guide-button:hover,
.bcs-guide-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(200, 148, 63, .36);
}

.bcs-guide-button-small {
  min-height: 40px;
  padding: 9px 16px;
  font-size: 14px;
}

.bcs-guide-button-ghost {
  background: rgba(255, 255, 255, .12);
  color: var(--bcs-guide-white);
  border-color: rgba(255, 255, 255, .55);
  box-shadow: none;
}

.bcs-guide-button-light {
  background: var(--bcs-guide-white);
  color: var(--bcs-guide-forest);
  border-color: var(--bcs-guide-white);
  box-shadow: none;
}

.bcs-guide-hero {
  position: relative;
  display: grid;
  min-height: 88vh;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10, 24, 22, .28), rgba(10, 24, 22, .78)),
    url("https://www.burigichatosafaris.com/images/leopard-serengeti.webp") center/cover;
}

.bcs-guide-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(180deg, transparent, var(--bcs-guide-paper));
}

.bcs-guide-hero-content {
  position: relative;
  z-index: 2;
  padding: 150px 0 108px;
  color: var(--bcs-guide-white);
}

.bcs-guide-eyebrow,
.bcs-guide-kicker {
  margin: 0 0 12px;
  color: var(--bcs-guide-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bcs-guide-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 8vw, 92px);
  line-height: .95;
  letter-spacing: 0;
}

.bcs-guide-hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(17px, 2vw, 21px);
}

.bcs-guide-hero-actions,
.bcs-guide-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bcs-guide-mobile-toc {
  position: sticky;
  top: 0;
  z-index: 700;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 16px;
  background: rgba(255, 250, 242, .94);
  border-bottom: 1px solid var(--bcs-guide-line);
  backdrop-filter: blur(12px);
}

.bcs-guide-mobile-toc a {
  flex: 0 0 auto;
  padding: 8px 13px;
  border: 1px solid var(--bcs-guide-line);
  border-radius: 999px;
  background: var(--bcs-guide-white);
  font-size: 14px;
  text-decoration: none;
}

.bcs-guide-main {
  padding: 48px 0 80px;
}

.bcs-guide-shell {
  display: block;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bcs-guide-toc {
  display: none;
}

.bcs-guide-content {
  min-width: 0;
}

.bcs-guide-section {
  margin: 0 0 76px;
  scroll-margin-top: 110px;
}

.bcs-guide-section-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.bcs-guide-section h2,
.bcs-guide-cta h2,
.bcs-guide-footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: 0;
}

.bcs-guide-section h3,
.bcs-guide-footer h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
}

.bcs-guide-section p {
  max-width: 890px;
  margin: 0 0 18px;
  color: var(--bcs-guide-muted);
  font-size: 17px;
}

.bcs-guide-stats-grid,
.bcs-guide-card-grid,
.bcs-guide-feature-list,
.bcs-guide-link-grid,
.bcs-guide-footer-grid {
  display: grid;
  gap: 18px;
}

.bcs-guide-stats-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.bcs-guide-stat-card,
.bcs-guide-card,
.bcs-guide-mini-card,
.bcs-guide-feature,
.bcs-guide-package,
.bcs-guide-map-card,
.bcs-guide-faq-item {
  border: 1px solid rgba(232, 222, 208, .9);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--bcs-guide-shadow);
}

.bcs-guide-stat-card {
  padding: 22px;
}

.bcs-guide-stat-card strong {
  display: block;
  color: var(--bcs-guide-forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 5vw, 42px);
  line-height: 1;
}

.bcs-guide-stat-card span {
  display: block;
  margin-top: 10px;
  color: var(--bcs-guide-muted);
}

.bcs-guide-cta {
  display: grid;
  gap: 20px;
  margin: 12px 0 76px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
  background: var(--bcs-guide-forest);
  color: var(--bcs-guide-white);
  box-shadow: var(--bcs-guide-shadow);
}

.bcs-guide-cta p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .78);
}

.bcs-guide-cta-dark {
  background: linear-gradient(135deg, var(--bcs-guide-forest), #2b3325);
}

.bcs-guide-card-grid {
  grid-template-columns: 1fr;
}

.bcs-guide-card {
  overflow: hidden;
}

.bcs-guide-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.bcs-guide-card h3,
.bcs-guide-card p,
.bcs-guide-package h3,
.bcs-guide-package p {
  padding-inline: 22px;
}

.bcs-guide-card h3 {
  margin-top: 20px;
}

.bcs-guide-card p {
  padding-bottom: 22px;
}

.bcs-guide-split {
  display: grid;
  gap: 24px;
}

.bcs-guide-map-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(23, 63, 53, .92), rgba(157, 95, 58, .78)),
    url("https://images.unsplash.com/photo-1523805009345-7448845a9e53?auto=format&fit=crop&w=900&q=80") center/cover;
}

.bcs-guide-map-dot {
  position: absolute;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bcs-guide-white);
  color: var(--bcs-guide-forest);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.bcs-guide-map-dot::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--bcs-guide-gold);
}

.bcs-guide-map-dot-aru {
  left: 12%;
  bottom: 18%;
}

.bcs-guide-map-dot-ngo {
  left: 38%;
  bottom: 40%;
}

.bcs-guide-map-dot-ser {
  right: 12%;
  top: 24%;
}

.bcs-guide-map-line {
  position: absolute;
  left: 22%;
  right: 22%;
  top: 48%;
  height: 2px;
  background: rgba(255, 255, 255, .75);
  transform: rotate(-24deg);
  transform-origin: center;
}

.bcs-guide-feature-list {
  grid-template-columns: 1fr;
}

.bcs-guide-feature,
.bcs-guide-mini-card,
.bcs-guide-package {
  padding: 22px;
}

.bcs-guide-feature p,
.bcs-guide-mini-card p,
.bcs-guide-package p {
  margin-bottom: 0;
}

.bcs-guide-timeline {
  position: relative;
  display: grid;
  gap: 16px;
  padding-left: 18px;
}

.bcs-guide-timeline::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: var(--bcs-guide-line);
}

.bcs-guide-timeline-item {
  position: relative;
  padding: 18px 20px;
  border-radius: 8px;
  background: var(--bcs-guide-white);
  box-shadow: var(--bcs-guide-shadow);
}

.bcs-guide-timeline-item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 24px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--bcs-guide-paper);
  border-radius: 50%;
  background: var(--bcs-guide-gold);
}

.bcs-guide-timeline-item strong {
  color: var(--bcs-guide-forest);
}

.bcs-guide-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--bcs-guide-line);
  border-radius: 8px;
  background: var(--bcs-guide-white);
  box-shadow: var(--bcs-guide-shadow);
}

.bcs-guide-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.bcs-guide-table th,
.bcs-guide-table td {
  padding: 16px;
  border-bottom: 1px solid var(--bcs-guide-line);
  text-align: left;
  vertical-align: top;
}

.bcs-guide-table th {
  background: #f5eadb;
  color: var(--bcs-guide-forest);
}

.bcs-guide-table tr:last-child td {
  border-bottom: 0;
}

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

.bcs-guide-link-grid a {
  padding: 16px;
  border: 1px solid var(--bcs-guide-line);
  border-radius: 8px;
  background: var(--bcs-guide-white);
  color: var(--bcs-guide-forest);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(23, 33, 31, .07);
}

.bcs-guide-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.bcs-guide-check-list li {
  position: relative;
  padding: 14px 16px 14px 46px;
  border-radius: 8px;
  background: var(--bcs-guide-white);
  box-shadow: 0 10px 30px rgba(23, 33, 31, .07);
}

.bcs-guide-check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bcs-guide-gold);
}

.bcs-guide-faq {
  display: grid;
  gap: 12px;
}

.bcs-guide-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  border: 0;
  background: transparent;
  color: var(--bcs-guide-ink);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.bcs-guide-faq-question::after {
  content: "+";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5eadb;
  color: var(--bcs-guide-forest);
}

.bcs-guide-faq-question[aria-expanded="true"]::after {
  content: "-";
}

.bcs-guide-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease;
}

.bcs-guide-faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
}

.bcs-guide-faq-item.bcs-guide-is-open .bcs-guide-faq-answer {
  grid-template-rows: 1fr;
}

.bcs-guide-faq-item.bcs-guide-is-open .bcs-guide-faq-answer > p {
  padding-bottom: 20px;
}

.bcs-guide-package span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5eadb;
  color: var(--bcs-guide-clay);
  font-size: 13px;
  font-weight: 900;
}

.bcs-guide-package h3,
.bcs-guide-package p {
  padding-inline: 0;
}

.bcs-guide-package a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--bcs-guide-forest);
  font-weight: 900;
  text-decoration: none;
}

.bcs-guide-related {
  margin-top: 18px;
}

.bcs-guide-footer {
  padding: 56px 0 28px;
  background: var(--bcs-guide-forest-2);
  color: var(--bcs-guide-white);
}

.bcs-guide-footer p {
  max-width: 620px;
  color: rgba(255, 255, 255, .72);
}

.bcs-guide-footer a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.bcs-guide-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.bcs-guide-footer-bottom p {
  margin: 0;
}

.bcs-guide-back-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 800;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--bcs-guide-gold);
  color: #1b1409;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .2s ease, transform .2s ease;
  box-shadow: var(--bcs-guide-shadow);
}

.bcs-guide-back-top.bcs-guide-is-visible {
  opacity: 1;
  transform: translateY(0);
}

.bcs-guide-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}

.bcs-guide-reveal.bcs-guide-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  .bcs-guide-nav-actions {
    display: flex;
  }

  .bcs-guide-stats-grid,
  .bcs-guide-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcs-guide-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bcs-guide-card-grid-tight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcs-guide-split,
  .bcs-guide-cta {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: center;
  }

  .bcs-guide-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .bcs-guide-mobile-toc {
    display: none;
  }

  .bcs-guide-shell {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
  }

  .bcs-guide-toc {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 2px;
    max-height: calc(100vh - 120px);
    overflow: auto;
    padding: 18px;
    border: 1px solid var(--bcs-guide-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 12px 36px rgba(23, 33, 31, .08);
  }

  .bcs-guide-toc-title {
    margin: 0 0 8px;
    color: var(--bcs-guide-forest);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .bcs-guide-toc a {
    padding: 7px 9px;
    border-radius: 8px;
    color: var(--bcs-guide-muted);
    font-size: 14px;
    text-decoration: none;
  }

  .bcs-guide-toc a.bcs-guide-is-active {
    background: #f5eadb;
    color: var(--bcs-guide-forest);
    font-weight: 900;
  }

  .bcs-guide-card-grid-tight {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .bcs-guide-brand span:last-child {
    max-width: 150px;
    line-height: 1.1;
  }

  .bcs-guide-topnav {
    padding-inline: 14px;
  }

  .bcs-guide-hero {
    min-height: 92vh;
  }

  .bcs-guide-stats-grid,
  .bcs-guide-link-grid {
    grid-template-columns: 1fr;
  }

  .bcs-guide-section {
    margin-bottom: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }

  .bcs-guide-reveal {
    opacity: 1;
    transform: none;
  }
}
