/* =========================
   ABOUT HERO (LUXURY)
========================= */
.about-hero {
    position: relative;
    min-height: 90vh;
    background:
        linear-gradient(rgba(6,10,22,0.88), rgba(6,10,22,0.88)),
        url("../../assets/images/background-vintage.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* PARALLAX */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px;
    overflow: hidden;
}

/* Ghana Coat of Arms Watermark */
.ghana-watermark {
    position: absolute;
    inset: 0;
    background: url("../../assets/images/ghana-coat-of-arms.png") no-repeat center;
    background-size: 380px;
    opacity: 0.04;
    pointer-events: none;
}

/* Gold Accent Glow */
.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top right,
        rgba(212,175,55,0.18),
        transparent 55%
    );
}

/* CONTENT */
.hero-content {
    max-width: 1000px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* HEADLINE ANIMATION */
.hero-content h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(40px);
    animation: heroFadeUp 1.2s ease forwards;
}

.hero-content h1 span {
    color: #d4af37;
}

/* SUBTEXT */
.hero-content p {
    font-size: 18px;
    color: #d0d0d0;
    max-width: 750px;
    margin: auto;
    line-height: 1.7;
    opacity: 0;
    transform: translateY(40px);
    animation: heroFadeUp 1.2s ease forwards;
    animation-delay: 0.2s;
}

 .hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.stat-box {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    padding: 25px 20px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid rgba(212,175,55,0.25);
}

.stat-box strong {
    font-size: 42px;
    color: var(--brand-yellow);
    display: block;
    font-weight: 700;
}

.stat-box span {
    font-size: 14px;
    color: #e5e5e5;
    letter-spacing: 0.5px;
}

/* Mobile */
@media (max-width: 900px) {
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* KEYFRAMES */
@keyframes heroFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


 /* EXECUTIVE SUMMARY – LUXURY */
.exec-section {
    display: flex;
    width: 100%;
    min-height: 540px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    background: #0b1c3d; /* fallback */
}

/* LEFT PANEL */
.exec-left {
    width: 55%;
    background:
        linear-gradient(
            135deg,
            #002f72,
            #001a3a
        );
    display: flex;
    align-items: center;
    padding: 80px 70px;
    position: relative;
}

/* Gold accent bar */
.exec-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(
        to bottom,
        #ffcc00,
        #d4af37
    );
}

/* TEXT WRAPPER */
.exec-content {
    color: #ffffff;
    max-width: 520px;
}

/* TITLE */
.exec-content h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
}

/* GOLD DIVIDER */
.exec-content .line {
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(
        to right,
        #ffcc00,
        #d4af37
    );
    margin-bottom: 30px;
    border-radius: 3px;
}

/* BODY TEXT */
.exec-content p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 22px;
    color: rgba(255,255,255,0.92);
}

/* RIGHT IMAGE PANEL */
.exec-right {
    width: 45%;
    position: relative;
    overflow: hidden;
}

/* Image with luxury overlay */
.exec-right::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to left,
            rgba(0,0,0,0.55),
            rgba(0,0,0,0.15)
        );
}

.exec-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .exec-section {
        flex-direction: column;
    }

    .exec-left,
    .exec-right {
        width: 100%;
    }

    .exec-left {
        padding: 60px 30px;
    }

    .exec-content h2 {
        font-size: 28px;
    }
}
/* EXECUTIVE REVEAL */
.exec-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
}

.exec-reveal.active {
    opacity: 1;
    transform: translateY(0);
}
/* GOLD QUOTE BACKGROUND */
.exec-content::before {
    content: "“";
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 180px;
    font-weight: 700;
    color: rgba(255, 204, 0, 0.08);
    font-family: Georgia, serif;
    pointer-events: none;
}
.exec-content {
    position: relative;
}
/* EXECUTIVE SIGNATURE */
.exec-signature {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.25);
}

.exec-signature strong {
    display: block;
    font-size: 15px;
    color: var(--brand-yellow);
    letter-spacing: 0.6px;
}

.exec-signature span {
    font-size: 13px;
    opacity: 0.85;
}
/* Container */
.luxury-overview {
  background: linear-gradient(135deg, #f9f5f0, #fff1e6);
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  text-align: center;
}

.luxury-overview h2 {
  font-size: 36px;
  color: #b8860b; /* Gold accent */
  margin-bottom: 10px;
  font-weight: 700;
}

.luxury-overview p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}

/* Cards container */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* Individual card */
.card {
  background: white;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: transform 0.4s, box-shadow 0.4s;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(184,134,11,0.05), rgba(218,165,32,0.05));
  top: 0;
  left: 0;
  pointer-events: none;
}

.card h3 {
  font-size: 24px;
  color: #b8860b;
  margin-bottom: 15px;
}

.card p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

/* Hover effect */
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.2);
}

:root {
    --brand-blue: #003a8f;
    --brand-red: #e60023;
    --brand-yellow: #ffcc00;
    --text-dark: #222;
    --lux-dark: #111;
    --lux-gray: #222;
}

/* Section Container */
.luxury-overview-dark {
  background: var(--lux-dark);
  padding: 80px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.luxury-overview-dark::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 204, 0, 0.1), rgba(255, 215, 0, 0.05), rgba(255, 204, 0, 0.1));
  animation: rotateBG 20s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes rotateBG {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.luxury-overview-dark .container {
  position: relative;
  z-index: 1;
}

.luxury-overview-dark h2 {
  font-size: 36px;
  background: linear-gradient(90deg, #ffcc00, #ffd700, #ffec8b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldGradient 5s linear infinite;
  margin-bottom: 15px;
  font-weight: 700;
}

@keyframes goldGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.luxury-overview-dark p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
  color: #ccc;
}

/* Cards container */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  z-index: 1;
}

/* Individual card */
.card {
  background: var(--lux-gray);
  border-radius: 20px;
  padding: 40px 20px 30px 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.6);
  transition: transform 0.4s, box-shadow 0.4s;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
}

/* Shine effect */
.card::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.3), rgba(255,255,255,0.1));
  transform: rotate(45deg) translateX(-100%);
  transition: all 0.5s ease-in-out;
}

.card:hover::after {
  transform: rotate(45deg) translateX(200%);
}

/* Card icon */
.card .icon {
  font-size: 40px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #ffcc00, #ffd700, #ffec8b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldGradient 5s linear infinite;
}

/* Card title */
.card h3 {
  font-size: 24px;
  background: linear-gradient(90deg, #ffcc00, #ffd700, #ffec8b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldGradient 5s linear infinite;
  margin-bottom: 15px;
}

/* Card text */
.card p {
  font-size: 16px;
  line-height: 1.5;
  color: #eee;
}

/* Hover effect */
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.8);
}

/* Scroll reveal animation */
.card.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease-out;
}
