/* ===== ABOUT PAGE CONSOLIDATED STYLES ===== */

.about-page .sticky-scroll-section {
  padding: 100px 0;
}

.about-page .sticky-img-wrap {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: none;
  aspect-ratio: 4 / 5;
}

.about-page .main-sticky-img {
  border-radius: 40px;
  box-shadow: none;
  width: 100%;
  height: auto;
  display: block;
}

.about-page .sticky-scroll-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

@media (max-width: 991px) {
  .about-page .sticky-scroll-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-page .sticky-img-column {
    position: relative !important;
    top: 0 !important;
  }
}

.about-page .floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5rem 2rem;
  border-radius: 30px;
  color: #fff;
  font-family: var(--font-display);
  z-index: 5;
  animation: float 6s infinite ease-in-out;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  min-width: 140px;
}

.about-page .fb-top-left {
  top: 30px;
  left: -40px;
}

.about-page .fb-bottom-right {
  bottom: 50px;
  right: -40px;
}

.about-page .fb-val {
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.about-page .fb-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary);
  font-weight: 600;
}

/* WHAT DRIVES SECTION */
.what-drives-section-v3 {
  padding: 120px 0;
  background: #051B1F;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Centered text layout (v5) */
.drives-centered-v5 {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.drives-heading-v5 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 3rem;
  font-family: var(--font-display);
}

.drives-h-teal {
  color: var(--primary);
  display: inline;
}

.drives-h-white {
  color: #ffffff;
  display: inline;
  margin-left: 0;
}

.drives-body-v5 p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.5rem;
}

.drives-body-v5 p:last-child {
  margin-bottom: 0;
}

.drives-body-v5 {
  margin-bottom: 3rem;
}

.drives-quote-v5 {
  background: rgba(5, 114, 138, 0.12);
  border-left: 4px solid var(--primary);
  border-radius: 20px;
  padding: 2.5rem 3rem;
  margin: 0 0 3rem;
  text-align: center;
  position: relative;
}

.drives-quote-v5 p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-style: italic;
}

/* OUR STORY SECTION V2 */
.about-page .our-story-section-v2 {
    padding: 100px 0 20px;
    background: #ffffff;
    color: #1e293b;
    position: relative;
}

.about-page .story-header-v2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 1.5rem;
}

.about-page .story-header-v2 .header-left,
.about-page .story-header-v2 .header-right {
  flex: 1;
}

.about-page .story-header-v2 .header-right {
  max-width: 100%;
}

.about-page .story-header-v2 .eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #05728a;
  background: rgb(5 114 138 / 10%);
  padding: 4px 12px;
  border-radius: 28px;
  display: inline-block;
  margin-bottom: 30px;
}

.about-page .story-header-v2 h2 {
  font-size: 3rem;
  line-height: 1.1;
  color: #000;
  font-weight: 500;
}

.about-page .story-header-v2 p {
  font-size: 18px;
  line-height: 1.6;
	    padding-bottom: 15px;
  color: #475569;
}

.about-page .story-visual-v2 {
  margin-bottom: 2rem;
}

.about-page .story-visual-v2 .visual-inner {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.08);
  position: relative;
}

.about-page .safari-img-v2 {
  width: 100%;
  height: 550px;

  display: block;

}

.about-page .story-img-quote-overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  background: #05728a;
  padding: 2rem 2.5rem;
  border-radius: 20px;
}

.about-page .story-img-quote-overlay p {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  font-style: italic;
}

/* STORY DETAIL GRID */
.about-page .story-grid-v2 {
  display: block;
  margin-top: 2rem;
  text-align: left;
  border: none;
}

.about-page .story-col-v2 {
  margin-bottom: 4rem;
}

.about-page .story-col-v2 .col-num {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: block;
  opacity: 0.8;
}

.about-page .story-col-v2 h3 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
}

.about-page .story-col-v2 p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 1.5rem;
}

.about-page .story-highlight-box {
  background: rgba(5, 114, 138, 0.06);
  border-radius: 20px;
  padding: 2.5rem;
  margin: 2rem 0;
  border: 1px solid rgba(5, 114, 138, 0.15);
  box-shadow: 0 10px 40px rgba(5, 114, 138, 0.05);
}

.about-page .story-highlight-box p {
  color: #053d4a;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.about-page .principles-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
}

.about-page .principles-list li {
  color: #1e293b;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  position: relative;
  text-align: left;
}

.about-page .principles-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(5, 114, 138, 0.3);
}

.about-page .story-callout-v2 {
  background: rgba(5, 114, 138, 0.06);
  padding: 2.5rem;
  border-radius: 24px;
  border-left: 6px solid var(--primary);
  box-shadow: 0 20px 50px rgba(5, 114, 138, 0.06);
}

.about-page .story-callout-v2 p {
  color: #053d4a;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .about-page .story-header-v2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .about-page .safari-img-v2 {
    height: 300px;
  }
}

/* AFRICA FOOTPRINT SECTION */
.about-page .footprint-section {
  background: #051B1F;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.about-page .pill-badge {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  color: #38bdf8;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.about-page .sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 4rem 0 6rem;
}

.about-page .sector-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3.5rem 2rem;
  border-radius: 32px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.about-page .sector-card:hover {
  background: rgba(56, 189, 248, 0.1);
  border-color: #38bdf8;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-page .sector-name {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.about-page .sector-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.4s ease;
}

.about-page .sector-icon svg,
.about-page .sector-icon i,
.about-page .sector-icon img {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
  display: block;
  object-fit: contain;
}

.about-page .sector-card:hover .sector-icon {
  background: var(--primary);
  color: #fff;
  transform: translateY(-5px);
}

@media (max-width: 991px) {
  .about-page .sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* AFRICA MAP STYLES */
.africa-map-section-container {
  width: 100%;
  max-width: 500px;
  margin: 0;
  background: transparent;
  position: relative;
}

#map-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.country {
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 0.7;
  stroke-linejoin: round;
  transition: all 0.3s ease;
}

.country.inactive {
  fill: rgba(0, 0, 0, 0.1);
}

.country.active {
  fill: var(--primary);
  cursor: pointer;
}

.country.active:hover {
  fill: #068aa6;
  filter: brightness(1.1);
}

@keyframes dotPulse {

  0%,
  100% {
    r: 8;
    opacity: 0.3;
  }

  50% {
    r: 14;
    opacity: 0.6;
  }
}

.dot-pulse {
  fill: #ee434a;
  animation: dotPulse 2.2s ease-in-out infinite;
  pointer-events: none;
}

.dot-inner {
  fill: #ee434a;
  cursor: pointer;
}

.map-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  fill: #ffffff;
  pointer-events: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  opacity: 0.9;
}

#popup {
  position: absolute;
  background: rgba(10, 42, 48, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 12px 18px;
  min-width: 180px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  display: none;
  z-index: 100;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s ease;
}

#popup.show {
  display: block;
}

.popup-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

#pflag {
  width: 32px;
  height: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

#pname {
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 500;
  font-family: var(--font-display);
}

/* WHAT SETS US APART */
.about-page .apart-section {
  padding: 120px 0 0;
  position: relative;
}

.about-page .apart-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 5rem;
}

.about-page .apart-card {
  background: #0A2A30;
  padding: 2.5rem 2rem;
  border-radius: 40px;
  border: 1px solid rgba(24, 140, 159, 0.1);
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.about-page .apart-card:hover {
  background: var(--primary);
  transform: translateY(-12px);
}

.about-page .apart-card h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 1.2rem;
  font-weight: 500;
}

.about-page .apart-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.6;
}

.about-page .apart-icon {
  width: 60px;
  height: 60px;
  color: #38bdf8;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.about-page .apart-icon svg,
.about-page .apart-icon i,
.about-page .apart-icon img {
  width: 44px !important;
  height: 44px !important;
  font-size: 44px !important;
  display: block;
  object-fit: contain;
}

.about-page .apart-card:hover .apart-icon {
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .about-page .apart-grid {
    grid-template-columns: 1fr;
  }
}

/* PHILOSOPHY SECTION */
.about-page .philosophy-section {
  padding: 120px 0;
  text-align: center;
  color: #fff;
}

/* REALITY FEATURE CARD (Side by Side) */
.about-page .reality-feature-card {
  background: radial-gradient(circle at 70% 50%, rgba(24, 140, 159, 0.15) 0%, rgba(5, 27, 31, 1) 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.2) !important;
  border-radius: 48px;
  padding: 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
  backdrop-filter: blur(20px);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5), inset 0 0 60px rgba(56, 189, 248, 0.05);
  position: relative;
  overflow: hidden;
}


.rf-content-left {
  text-align: left;
  position: relative;
  z-index: 2;
}

/* FOOTPRINT SECTION REFINEMENTS */
.footprint-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 10;
}

.footprint-header .section-title {
  font-size: 3rem;
  margin: 1rem 0 1.5rem;
  color: #fff;
  font-family: var(--font-display);
}

.footprint-header .section-desc {
  font-size: 1.1rem;
  opacity: 1;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
}

.footprint-header .section-desc p {
  margin-bottom: 1.5rem;
}

.footprint-header .section-desc p:last-child {
  margin-bottom: 0;
}

.about-page .reality-feature-card.centered-layout {
  display: block;
  text-align: center;
}

.rf-title {
  color: #fff !important;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  text-align: left;
  letter-spacing: -0.02em;
}

.rf-desc-centered {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0 0 3rem;
  max-width: 100%;
  text-align: left;
}

.rf-note-centered {
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  padding: 1.5rem 2.5rem;
  border-radius: 20px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: #38bdf8;
  backdrop-filter: blur(10px);
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.africa-map-section-container {
  position: relative;
  z-index: 1;
}

.africa-map-section-container::after {
  display: none;
}

/* HUB & SPOKE VISUAL */
.about-page .hub-visual-wrap {
  position: relative;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 500px;
  min-width: 100%;
  justify-content: space-between;
}

.about-page .hub-nodes {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  z-index: 2;
  flex-wrap: wrap;
}

.about-page .node-box {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.about-page .node-box:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
}

.about-page .hub-spokes {
  position: absolute;
  top: 80px;
  bottom: 80px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.about-page .spoke {
  fill: none;
  stroke: rgba(24, 140, 159, 0.2);
  stroke-width: 1;
  stroke-dasharray: 4 4;
  animation: dashMove 20s linear infinite;
}

@keyframes dashMove {
  from {
    stroke-dashoffset: 100;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.about-page .hub-center-box {
  width: 70px;
  height: 70px;
  background: var(--primary);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0 40px rgba(24, 140, 159, 0.4);
}

/* ============================================================
   ABOUT PAGE — FULL RESPONSIVE SYSTEM
   Wide → Laptop → Tablet Landscape → Tablet Portrait → Mobile
   ============================================================ */

/* ── Laptop (max 1280px) ── */
@media (max-width: 1024px) {
  .contact-hero-refined {
    position: relative;
    width: 100%;
    min-height: 50vh;
    padding-top: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--darker);
    z-index: 5;
  }
  .drives-heading-v5 {
    font-size: 3rem;
  }
  .about-page h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1280px) {
  .about-page .reality-feature-card {
    gap: 4rem;
    padding: 3rem 3.5rem;
  }
  .about-page .sectors-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .about-page .apart-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .footprint-header .section-title {
    font-size: 3rem;
  }
}

/* ── Tablet Landscape (max 1199px) ── */
@media (max-width: 1199px) {
  .about-page .sectors-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-page .apart-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .about-page .reality-feature-card {
    gap: 3rem;
    padding: 2.5rem 3rem;
  }
  .footprint-header .section-title {
    font-size: 2.8rem;
  }
  .drives-heading-v5 {
    font-size: 2.5rem;
  }
  .about-page .story-header-v2 h2 {
    font-size: 2.8rem;
  }
}

/* ── Tablet Portrait (max 991px) ── */
@media (max-width: 991px) {
  .about-page .sticky-scroll-section {
    padding: 70px 0;
  }
  .what-drives-section-v3 {
    padding: 80px 0;
  }
  .about-page .our-story-section-v2 {
    padding: 80px 0;
  }
  .about-page .footprint-section {
    padding: 80px 0;
  }
  .about-page .apart-section {
    padding: 80px 0 0;
  }
  .about-page .philosophy-section {
    padding: 80px 0;
  }

  .about-page .reality-feature-card {
    grid-template-columns: 1fr !important;
    padding: 2.5rem 2rem !important;
    gap: 2.5rem !important;
    border-radius: 32px;
  }
  .africa-map-section-container {
    max-width: 100%;
  }
  .about-page .apart-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem;
  }
  .about-page .sectors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 3rem 0 4rem;
  }
  .footprint-header .section-title {
    font-size: 2.4rem;
  }
  .drives-heading-v5 {
    font-size: 2.2rem;
  }
  .footprint-header {
    margin-bottom: 3rem;
  }
  .about-page .story-header-v2 h2 {
    font-size: 2.4rem;
  }
}

/* ── Mobile Landscape (max 767px) ── */
@media (max-width: 767px) {
  .about-page .sticky-scroll-section {
    padding: 50px 0;
  }
  .what-drives-section-v3 {
    padding: 60px 0;
  }
  .about-page .our-story-section-v2 {
    padding: 60px 0;
  }
  .about-page .footprint-section {
    padding: 60px 0;
  }
  .about-page .apart-section {
    padding: 60px 0 0;
  }
  .about-page .philosophy-section {
    padding: 60px 0;
  }

  .about-page .sectors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    margin: 2.5rem 0 3rem;
  }
  .about-page .sector-card {
    padding: 2rem 1.25rem;
    border-radius: 20px;
  }
  .about-page .sector-name {
    font-size: 15px;
  }
  .about-page .apart-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .about-page .reality-feature-card {
    padding: 2rem 1.5rem !important;
    border-radius: 24px;
    gap: 2rem !important;
  }
  .rf-title {
    font-size: 1.9rem !important;
  }
  .rf-desc-centered {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .drives-heading-v5 {
    font-size: 1.9rem;
  }
  .drives-quote-v5 {
    padding: 1.5rem 1.75rem;
  }
  .footprint-header .section-title {
    font-size: 2rem;
  }
  .about-page .safari-img-v2 {
    height: 240px;
  }
  .about-page .story-header-v2 h2 {
    font-size: 2rem;
  }
  .about-page .sticky-scroll-grid {
    gap: 2rem;
  }
}

/* ── Mobile Portrait (max 480px) ── */
@media (max-width: 480px) {
  .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .about-page .sticky-scroll-section {
    padding: 40px 0;
  }
  .what-drives-section-v3 {
    padding: 50px 0;
  }
  .about-page .our-story-section-v2 {
    padding: 50px 0;
  }
  .about-page .footprint-section {
    padding: 50px 0;
  }
  .about-page .apart-section {
    padding: 50px 0 0;
  }
  .about-page .philosophy-section {
    padding: 50px 0;
  }

  /* Hero */
  .hero-content-refined h1 {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 20px;
  }
  .hero-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
  }
  .inner-river-overlay {
    height: 100px;
  }
  .contact-hero-refined {
    position: relative;
    width: 100%;
    min-height: 42vh;
    padding-top: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--darker);
    z-index: 5;
  }

  /* About h2 */
  .about-page h2 {
    font-size: 2rem;
  }

  /* Sticky scroll text */
  .reveal-text-container p {
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
  }

  /* Drives section */
  .drives-body-v5 p {
    font-size: 16px;
  }
  .drives-quote-v5 p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-style: italic;
  }
  .drives-heading-v5 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  .drives-quote-v5 {
    padding: 1.25rem;
  }

  /* Story section */
  .about-page .story-header-v2 h2 {
    font-size: 2rem;
  }
  .about-page .story-header-v2 p {
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
  }
  .about-page .story-header-v2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 1.5rem;
  }
  .about-page .safari-img-v2 {
    height: 400px;
  }
  .about-page .story-img-quote-overlay p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    margin: 0;
    text-align: center;
    font-style: italic;
  }
  .about-page .story-img-quote-overlay {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: #05728a;
    padding: 1rem;
    border-radius: 20px;
  }
  .about-page .story-col-v2 {
    margin-bottom: 2rem;
  }
  .about-page .story-col-v2 .col-num {
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
    opacity: 0.8;
  }
  .about-page .story-col-v2 h3 {
    font-size: 24px;
    font-weight: 500;
    color: #0f172a;
    margin-bottom: 1.5rem;
    font-family: var(--font-display);
  }
  .about-page .story-col-v2 p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 1.5rem;
  }
  .about-page .story-col-v2 .col-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 1.5rem;
  }

  /* Sectors */
  .about-page .sectors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin: 2rem 0 2.5rem;
  }
  .about-page .sector-card {
    padding: 1.5rem 1rem;
    border-radius: 18px;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
    justify-content: center;
  }
  .about-page .sector-icon {
    margin: 0 auto;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
  }
  .about-page .sector-name {
    font-size: 13px;
  }

  /* Reality card */
  .about-page .reality-feature-card {
    padding: 3.5rem 1.25rem !important;
    border-radius: 20px;
    gap: 1.5rem !important;
  }
  .about-page .rf-title {
    font-size: 37px;
    font-weight: 500;
    color: #ffffff !important;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .about-page .rf-desc-centered {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin: 1.5rem 0;
    text-align: center;
  }

  /* Footprint header */
  .footprint-header .section-title {
    font-size: 1.75rem;
  }
  .footprint-header .section-desc {
    font-size: 0.95rem;
  }

  /* Apart cards */
  .about-page .apart-card {
    padding: 2rem 1.5rem;
    border-radius: 28px;
    text-align: center;
  }
  .about-page .apart-card h3 {
    font-size: 18px;
  }
  .about-page .apart-icon {
    margin: 0 auto 2rem;
  }

  /* Sticky scroll grid */
  .about-page .sticky-scroll-grid {
    gap: 1.5rem;
  }
}