/* ========================================================
   HLAMBA ILANGA HOUSING — Custom Stylesheet (Bootstrap 5 Enhanced)
   Brand Palette:
     Navy:   #0a1628
     Blue:   #1a3a6b
     Gold:   #d4a017
     Amber:  #f5b731
     Light:  #f8f6f0
     White:  #ffffff
   ======================================================== */

/* ---------- Google Fonts are loaded in HTML ---------- */

/* ---------- Root Variables ---------- */
:root {
  --navy: #0a1628;
  --blue: #1a3a6b;
  --gold: #d4a017;
  --amber: #f5b731;
  --light: #f8f6f0;
  --dark-text: #1e1e1e;
  --muted: #666;
  --border-light: rgba(0, 0, 0, 0.06);
}

/* ---------- Base Overrides ---------- */
html,
body {
  font-family: 'Inter', sans-serif;
  color: var(--dark-text);
  background: var(--light);
  line-height: 1.7;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--gold);
}

img {
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
}

/* ---------- Custom Utility ---------- */
.text-gold {
  color: var(--gold) !important;
}

.bg-gold {
  background-color: var(--gold) !important;
}

.text-navy {
  color: var(--navy) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.text-amber {
  color: var(--amber) !important;
}

.bg-navy {
  background-color: var(--navy) !important;
}

.bg-light-custom {
  background-color: var(--light) !important;
}

.bg-mesh {
  background-color: #f8f6f0;
  background-image:
    radial-gradient(at 0% 0%, rgba(212, 160, 23, 0.08) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgba(26, 58, 107, 0.06) 0px, transparent 50%),
    radial-gradient(at 100% 100%, rgba(212, 160, 23, 0.05) 0px, transparent 50%);
}

.section-pad {
  padding: 100px 0;
}

/* ---------- Custom Buttons ---------- */
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--amber));
  color: var(--navy);
  border: none;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px 0px 50px 0px;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 20px rgba(212, 160, 23, 0.35);
  transition: all 0.35s cubic-bezier(.4, 0, .2, 1);
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(212, 160, 23, 0.5);
  color: var(--navy);
  background: linear-gradient(135deg, var(--amber), var(--gold));
}

.btn-outline-light-custom {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.35);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 12px 34px;
  border-radius: 50px 0px 50px 0px;
  transition: all 0.35s;
}

.btn-outline-light-custom:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--amber);
  color: var(--amber);
}

.btn-navy-custom {
  background: var(--navy);
  color: var(--amber);
  border: none;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 50px 0px 50px 0px;
  transition: all 0.35s;
}

.btn-navy-custom:hover {
  background: var(--blue);
  color: var(--amber);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(10, 22, 40, 0.4);
}

/* ---------- Section Titles ---------- */
.section-tag {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  position: relative;
  padding-left: 42px;
}

.section-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: var(--gold);
}

.section-tag.centered {
  padding-left: 0;
  display: block;
  text-align: center;
}

.section-tag.centered::before {
  display: none;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto 48px;
  line-height: 1.8;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar-custom {
  padding: 8px 0;
  transition: all 0.4s ease;
  z-index: 1050;
  /* background: #fff !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08); */
}

@media(max-width: 768px) {
  .navbar-custom {
    padding: 0px 0;
  }

  .navbar-custom .navbar-brand img {
    height: 60px !important;
  }
}

.navbar-custom.scrolled {
  background: #fff !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.12);
  padding: 4px 0;
}

.navbar-custom .navbar-brand img {
  height: 80px;
  transition: height 0.3s;
}

.navbar-custom.scrolled .navbar-brand img {
  height: 58px;
}

.navbar-custom .nav-link {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--navy) !important;
  padding: 8px 18px !important;
  border-radius: 8px;
  transition: all 0.3s;
  position: relative;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--gold) !important;
  background: rgba(212, 160, 23, 0.08);
}

.navbar-custom .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 10%;
  transform: translateX(-50%);
  width: 20px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.navbar-custom .navbar-toggler {
  border: 1px solid rgba(10, 22, 40, 0.2);
  padding: 4px 8px;
}

.navbar-custom .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2810, 22, 40, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



/* Mobile offcanvas */
@media (max-width: 991.98px) {
  .offcanvas-custom {
    background: rgba(10, 22, 40, 0.98) !important;
    backdrop-filter: blur(20px);
    max-width: 320px;
  }

  .offcanvas-custom .nav-link {
    font-size: 1.1rem;
    padding: 12px 20px !important;
    /* text-align: center; */
    color: rgba(255, 255, 255, 0.9) !important;
  }

  .offcanvas-custom .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
  }

  .offcanvas-custom .btn-gold {
    width: 100%;
    justify-content: center;
    /* margin-top: 12px; */
  }
}

/* ============================================================
   HERO CAROUSEL (Home)
   ============================================================ */
.hero-carousel {
  margin-top: 107px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-carousel .carousel-inner {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.hero-carousel .carousel-item img {
  width: 100%;
  aspect-ratio: 28 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* No text overlay on banners — banners have their own text */
.hero-carousel .carousel-indicators {
  bottom: 30px;
}

@media(max-width: 768px) {
  .hero-carousel .carousel-indicators {
    bottom: -30px;
  }

  .hero-carousel .carousel-indicators [data-bs-target] {
    width: 6px !important;
    height: 6px !important;

  }
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s;
}

.hero-carousel .carousel-indicators .active {
  background: var(--amber);
  border-color: var(--amber);
  transform: scale(1.15);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  background: rgba(10, 22, 40, 0.5);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
  margin: 0 24px;
}

.hero-carousel:hover .carousel-control-prev,
.hero-carousel:hover .carousel-control-next {
  opacity: 1;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
  background: var(--gold);
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  width: 24px;
  height: 24px;
}

/* ============================================================
   PAGE HERO (Inner Pages)
   ============================================================ */
.page-hero {
  position: relative;
  height: 55vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-top: 116px;
}

.page-hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.7) 0%, rgba(10, 22, 40, 0.88) 100%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.page-hero-content h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #fff;
  margin-bottom: 16px;
}

.page-hero-content .breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}

.page-hero-content .breadcrumb-item,
.page-hero-content .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.page-hero-content .breadcrumb-item a {
  color: var(--amber);
}

.page-hero-content .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}

.page-hero-content .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.3);
}

/* ============================================================
   STATS SECTION (New Style)
   ============================================================ */
.stats-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23d4a017' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stat-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  height: 100%;
}

.stat-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--gold);
}

.stat-box .stat-icon {
  font-size: 2.2rem;
  color: var(--amber);
  margin-bottom: 12px;
}

.stat-number {
  font-family: 'Outfit', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--amber);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ============================================================
   MISSION / ABOUT SECTION
   ============================================================ */
.mission-visual {
  position: relative;
}

.mission-visual img {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.mission-visual .accent-box {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, var(--gold), var(--amber));
  border-radius: 20px;
  z-index: -1;
}

.highlight-box {
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.08), rgba(245, 183, 49, 0.04));
  border-left: 4px solid var(--gold);
  padding: 20px 24px;
  border-radius: 0 12px 12px 0;
  margin: 24px 0;
}

.highlight-box p {
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 0;
}

/* ============================================================
   FEATURE CARDS
   ============================================================ */
.feature-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(.4, 0, .2, 1);
  border: 1px solid var(--border-light);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  height: 100%;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--amber));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.12), rgba(245, 183, 49, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 1.6rem;
}

.feature-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.feature-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(245, 183, 49, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.cta-banner h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}

/* ============================================================
   CHALLENGE CARDS (About)
   ============================================================ */
.challenge-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  transition: all 0.3s;
  border: 1px solid var(--border-light);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
  height: 100%;
}

.challenge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.challenge-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.12), rgba(245, 183, 49, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.challenge-card h4 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.challenge-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ============================================================
   GLASS CARD
   ============================================================ */
.glass-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
}

/* ============================================================
   PRICE HIGHLIGHT
   ============================================================ */
.price-highlight {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.price-highlight::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(245, 183, 49, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.price-amount {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
  margin-bottom: 8px;
}

.price-amount small {
  font-size: 0.4em;
  font-weight: 500;
  vertical-align: super;
  color: rgba(245, 183, 49, 0.7);
}

.price-label {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 32px;
}

.price-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
  margin-bottom: 36px;
}

.price-features li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}

.price-features li::before {
  content: '✓ ';
  color: var(--amber);
  font-weight: 700;
}

/* ============================================================
   COMPARISON CARDS (Why Us)
   ============================================================ */
.compare-card {
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.compare-card.traditional {
  background: #fff;
  border: 1px solid var(--border-light);
}

.compare-card.hih {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff;
  position: relative;
  overflow: hidden;
}

.compare-card.hih::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(245, 183, 49, 0.15), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.compare-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.compare-list li:last-child {
  margin-bottom: 0;
}

/* ============================================================
   STEPS / HOW IT WORKS (Business)
   ============================================================ */
.flow-step {
  text-align: center;
  position: relative;
  padding: 0 12px;
}

.flow-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 40px;
  right: -10%;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(212, 160, 23, 0.15));
}

.flow-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--amber);
  box-shadow: 0 8px 24px rgba(10, 22, 40, 0.2);
}

.flow-step h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.flow-step p {
  color: var(--muted);
  font-size: 0.9rem;
}

/* ============================================================
   BENEFIT ITEMS
   ============================================================ */
.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s;
  border: 1px solid var(--border-light);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
  height: 100%;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.benefit-icon-box {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.12), rgba(245, 183, 49, 0.06));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.benefit-item h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.benefit-item p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ============================================================
   FORMS (Business)
   ============================================================ */
.form-control-custom,
.form-select-custom {
  padding: 14px 18px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  transition: all 0.3s;
  background: #fff;
}

.form-control-custom:focus,
.form-select-custom:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.1);
}

.form-label-custom {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy);
  margin-bottom: 6px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.6);
  padding-top: 80px;
}

.footer-brand img {
  height: 60px;
  margin-bottom: 20px;
}

.footer-brand p {
  font-size: 0.95rem;
  line-height: 1.8;
  max-width: 320px;
}

.footer-heading {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gold);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.55);
  transition: all 0.3s;
}

.footer-links li a:hover {
  color: var(--amber);
  padding-left: 4px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s;
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px 0;
  text-align: center;
  font-size: 0.85rem;
  margin-top: 60px;
}

/* ============================================================
   SCROLL ANIMATIONS (triggered by jQuery)
   ============================================================ */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(.4, 0, .2, 1);
}

.animate-on-scroll.fade-left-anim {
  transform: translateX(-40px);
}

.animate-on-scroll.fade-right-anim {
  transform: translateX(40px);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* ============================================================
   OPPORTUNITY HERO (Business page)
   ============================================================ */
.opportunity-hero {
  position: relative;
  height: 100vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 96px;
}

.opportunity-hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opportunity-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.92) 0%, rgba(10, 22, 40, 0.7) 50%, rgba(10, 22, 40, 0.45) 100%);
}

.opportunity-hero .hero-content {
  position: relative;
  z-index: 2;
}

.opportunity-hero .hero-tag {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 16px;
  padding: 6px 18px;
  background: rgba(245, 183, 49, 0.12);
  border-radius: 20px;
  border: 1px solid rgba(245, 183, 49, 0.25);
}

.opportunity-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: #fff;
  margin-bottom: 20px;
}

.opportunity-hero h1 span {
  color: var(--amber);
}

.opportunity-hero .hero-price .amount {
  font-family: 'Outfit', sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--amber);
  line-height: 1;
}

.opportunity-hero .hero-price .amount small {
  font-size: 0.4em;
  vertical-align: super;
  color: rgba(245, 183, 49, 0.7);
}

.opportunity-hero .hero-price .desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
@media (max-width: 991.98px) {
  .mission-visual .accent-box {
    width: 100px;
    height: 100px;
    bottom: -12px;
    right: -12px;
  }

  .section-pad {
    padding: 70px 0;
  }

  .flow-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .stat-number {
    font-size: 2rem;
  }

  .section-pad {
    padding: 50px 0;
  }

  .price-highlight {
    padding: 40px 20px;
  }

  .glass-card {
    padding: 28px 20px;
  }

  .hero-carousel {
    margin-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-carousel .carousel-inner {
    border-radius: 0;
  }

  .hero-carousel .carousel-item img {
    aspect-ratio: auto;
    height: auto;
    /* object-fit: contain; */
    aspect-ratio: 28 / 9 !important;
  }

  .hero-carousel .carousel-control-next {
    width: 29px !important;
    height: 29px !important;
  }

  .page-hero {
    height: 40vh;
    min-height: 280px;
    margin-top: 86px;
  }

  .opportunity-hero {
    min-height: 550px;
    margin-top: 72px;
  }

  .cta-banner {
    padding: 50px 0;
  }
}