.uplift-page,
.uplift-page *,
.uplift-page *::before,
.uplift-page *::after {
  box-sizing: border-box;
}
.uplift-page {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #1F2A3C;
  -webkit-font-smoothing: antialiased;
}

/* ---- Container ---- */
.uplift-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Section wrapper spacing (apply to outer Elementor section div) ---- */
.uplift-section {
  padding: 100px 0;
}
.uplift-section--tight {
  padding: 64px 0;
}
.uplift-section--cream {
  background-color: #FAF8F2;
}
.uplift-section--navy {
  background-color: #0B1E40;
  color: #FFFFFF;
}
.uplift-section--navy-deep {
  background-color: #0A1533;
  color: #FFFFFF;
}
.uplift-section--white {
  background-color: #FFFFFF;
}

/* ---- Eyebrow / label pill ---- */
.uplift-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 7px 16px;
  border-radius: 999px;
  line-height: 1.4;
}
.uplift-eyebrow--gold {
  background-color: rgba(201, 149, 42, 0.12);
  color: #9A7420;
  border: 1px solid rgba(201, 149, 42, 0.3);
}
.uplift-eyebrow--emerald {
  background-color: rgba(18, 166, 108, 0.12);
  color: #12A66C;
  border: 1px solid rgba(18, 166, 108, 0.28);
}
.uplift-eyebrow--on-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.uplift-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #20C076;
  flex-shrink: 0;
}

/* ---- Headings ---- */
.uplift-h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.14;
  color: #0B1E40;
  margin: 0 0 20px 0;
}
.uplift-h1--on-dark {
  color: #FFFFFF;
}
.uplift-h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.18;
  color: #0B1E40;
  margin: 0 0 16px 0;
}
.uplift-h2--on-dark {
  color: #FFFFFF;
}
.uplift-h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #0B1E40;
  margin: 0 0 12px 0;
}
.uplift-h3--on-dark {
  color: #FFFFFF;
}
.uplift-h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  color: #0B1E40;
  margin: 0 0 8px 0;
}

/* ---- Body copy ---- */
.uplift-lead {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: #3D4759;
  margin: 0 0 20px 0;
}
.uplift-lead--on-dark {
  color: rgba(255, 255, 255, 0.86);
}
.uplift-body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #1F2A3C;
  margin: 0 0 16px 0;
}
.uplift-body--on-dark {
  color: rgba(255, 255, 255, 0.82);
}
.uplift-caption {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #5B6577;
}

/* ---- Buttons ---- */
.uplift-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  line-height: 1.2;
}
.uplift-btn--primary {
  background-color: #12A66C;
  color: #FFFFFF;
  border-color: #12A66C;
}
.uplift-btn--primary:hover {
  background-color: #0F8C5C;
  border-color: #0F8C5C;
  transform: translateY(-2px);
}
.uplift-btn--outline {
  background-color: transparent;
  color: #0B1E40;
  border-color: #0B1E40;
}
.uplift-btn--outline:hover {
  background-color: #0B1E40;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--gold {
  background-color: #C9952A;
  color: #FFFFFF;
  border-color: #C9952A;
}
.uplift-btn--gold:hover {
  background-color: #AD7E1F;
  border-color: #AD7E1F;
  transform: translateY(-2px);
}
.uplift-btn--ghost-dark {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}
.uplift-btn--ghost-dark:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--sm {
  padding: 11px 24px;
  font-size: 14px;
}

/* ---- Cards (base — sections may extend) ---- */
.uplift-card {
  background-color: #FFFFFF;
  border: 1px solid #E4E1D6;
  border-radius: 14px;
  padding: 32px;
}
.uplift-card--on-navy {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ---- Divider ---- */
.uplift-divider {
  width: 56px;
  height: 3px;
  background-color: #C9952A;
  border-radius: 2px;
  margin: 0 0 20px 0;
}

/* ---- Utility ---- */
.uplift-text-center { text-align: center; }
.uplift-mt-0 { margin-top: 0 !important; }
.uplift-mb-0 { margin-bottom: 0 !important; }

/* ==================================================================
   RESPONSIVE
   ================================================================== */

/* Tablet: 768px – 1024px */
@media (max-width: 1024px) {
  .uplift-section { padding: 70px 0; }
  .uplift-section--tight { padding: 48px 0; }
  .uplift-h1 { font-size: 40px; }
  .uplift-h2 { font-size: 30px; }
  .uplift-h3 { font-size: 20px; }
  .uplift-lead { font-size: 18px; }
}

/* Mobile: up to 767px */
@media (max-width: 767px) {
  .uplift-container { padding: 0 20px; }
  .uplift-section { padding: 56px 0; }
  .uplift-section--tight { padding: 40px 0; }
  .uplift-h1 { font-size: 28px; line-height: 1.2; }
  .uplift-h2 { font-size: 26px; }
  .uplift-h3 { font-size: 19px; }
  .uplift-h4 { font-size: 16px; }
  .uplift-lead { font-size: 17px; }
  .uplift-body { font-size: 15px; }
  .uplift-btn { width: 100%; padding: 14px 24px; }
}
.uplift-hero-section {
  position: relative;
  background-color: #0A1533;
  background-image:
    radial-gradient(circle at 85% 8%, rgba(32,192,118,0.16) 0%, rgba(32,192,118,0) 55%),
    linear-gradient(180deg, rgba(8,17,42,0.95) 0%, rgba(10,21,51,0.93) 45%, rgba(10,21,51,0.97) 100%),
    url('https://images.pexels.com/photos/29849654/pexels-photo-29849654.jpeg?auto=compress&cs=tinysrgb&w=1920');
  background-size: cover, cover, cover;
  background-position: center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 80px;
}

.uplift-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.uplift-hero-content {
  max-width: 620px;
}

.uplift-hero-headline {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 22px;
}

.uplift-hero-headline-line {
  display: block;
}

.uplift-hero-headline-uplift {
  display: block;
  font-size: 1.7em;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #20C076;
  line-height: 1.05;
  margin: 4px 0;
}

.uplift-hero-tagline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #C9952A;
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
}

.uplift-hero-tagline span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(201,149,42,0.6);
  margin-left: 14px;
  vertical-align: middle;
}

.uplift-hero-body {
  max-width: 560px;
}

.uplift-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.uplift-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uplift-hero-visual-glow {
  position: absolute;
  width: 78%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,166,108,0.22) 0%, rgba(201,149,42,0.08) 55%, rgba(18,166,108,0) 75%);
  filter: blur(6px);
  z-index: 0;
  pointer-events: none;
}

.uplift-hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

/* ---- entrance animation: single orchestrated page-load sequence ---- */
.uplift-hero-fade {
  opacity: 0;
  transform: translateY(16px);
  animation: upliftHeroFadeUp 0.7s ease forwards;
}

@keyframes upliftHeroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .uplift-hero-fade {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* ==================================================================
   RESPONSIVE
   ================================================================== */

@media (max-width: 1024px) {
  .uplift-hero-section { padding-top: 72px; padding-bottom: 60px; }
  .uplift-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .uplift-hero-content { max-width: 100%; }
  .uplift-hero-visual { order: -1; }
  .uplift-hero-image { max-width: 360px; }
}

@media (max-width: 767px) {
  .uplift-hero-section { padding-top: 56px; padding-bottom: 48px; }
  .uplift-hero-headline-uplift { font-size: 1.5em; }
  .uplift-hero-tagline { font-size: 14px; gap: 8px 10px; }
  .uplift-hero-ctas { flex-direction: column; }
  .uplift-hero-ctas .uplift-btn { width: 100%; }
  .uplift-hero-image { max-width: 280px; }
}

/* ==================================================================
   UPLIFT GLOBAL FOUNDATION
   Prefix: uplift-
   Paste this entire block into your site-wide custom CSS.
   ================================================================== */

/* ---- Scoped box-sizing reset (prevents Elementor padding/width bugs) ---- */
.uplift-page,
.uplift-page *,
.uplift-page *::before,
.uplift-page *::after {
  box-sizing: border-box;
}
.uplift-page {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #1F2A3C;
  -webkit-font-smoothing: antialiased;
}

/* ---- Container ---- */
.uplift-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Section wrapper spacing (apply to outer Elementor section div) ---- */
.uplift-section {
  padding: 100px 0;
}
.uplift-section--tight {
  padding: 64px 0;
}
.uplift-section--cream {
  background-color: #FAF8F2;
}
.uplift-section--navy {
  background-color: #0B1E40;
  color: #FFFFFF;
}
.uplift-section--navy-deep {
  background-color: #0A1533;
  color: #FFFFFF;
}
.uplift-section--white {
  background-color: #FFFFFF;
}

/* ---- Eyebrow / label pill ---- */
.uplift-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 7px 16px;
  border-radius: 999px;
  line-height: 1.4;
}
.uplift-eyebrow--gold {
  background-color: rgba(201, 149, 42, 0.12);
  color: #9A7420;
  border: 1px solid rgba(201, 149, 42, 0.3);
}
.uplift-eyebrow--emerald {
  background-color: rgba(18, 166, 108, 0.12);
  color: #12A66C;
  border: 1px solid rgba(18, 166, 108, 0.28);
}
.uplift-eyebrow--on-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.uplift-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #20C076;
  flex-shrink: 0;
}

/* ---- Headings ---- */
.uplift-h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.14;
  color: #0B1E40;
  margin: 0 0 20px 0;
}
.uplift-h1--on-dark {
  color: #FFFFFF;
}
.uplift-h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.18;
  color: #0B1E40;
  margin: 0 0 16px 0;
}
.uplift-h2--on-dark {
  color: #FFFFFF;
}
.uplift-h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #0B1E40;
  margin: 0 0 12px 0;
}
.uplift-h3--on-dark {
  color: #FFFFFF;
}
.uplift-h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  color: #0B1E40;
  margin: 0 0 8px 0;
}

/* ---- Body copy ---- */
.uplift-lead {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: #3D4759;
  margin: 0 0 20px 0;
}
.uplift-lead--on-dark {
  color: rgba(255, 255, 255, 0.86);
}
.uplift-body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #1F2A3C;
  margin: 0 0 16px 0;
}
.uplift-body--on-dark {
  color: rgba(255, 255, 255, 0.82);
}
.uplift-caption {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #5B6577;
}

/* ---- Buttons ---- */
.uplift-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  line-height: 1.2;
}
.uplift-btn--primary {
  background-color: #12A66C;
  color: #FFFFFF;
  border-color: #12A66C;
}
.uplift-btn--primary:hover {
  background-color: #0F8C5C;
  border-color: #0F8C5C;
  transform: translateY(-2px);
}
.uplift-btn--outline {
  background-color: transparent;
  color: #0B1E40;
  border-color: #0B1E40;
}
.uplift-btn--outline:hover {
  background-color: #0B1E40;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--gold {
  background-color: #C9952A;
  color: #FFFFFF;
  border-color: #C9952A;
}
.uplift-btn--gold:hover {
  background-color: #AD7E1F;
  border-color: #AD7E1F;
  transform: translateY(-2px);
}
.uplift-btn--ghost-dark {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}
.uplift-btn--ghost-dark:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--sm {
  padding: 11px 24px;
  font-size: 14px;
}

/* ---- Cards (base — sections may extend) ---- */
.uplift-card {
  background-color: #FFFFFF;
  border: 1px solid #E4E1D6;
  border-radius: 14px;
  padding: 32px;
}
.uplift-card--on-navy {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ---- Divider ---- */
.uplift-divider {
  width: 56px;
  height: 3px;
  background-color: #C9952A;
  border-radius: 2px;
  margin: 0 0 20px 0;
}

/* ---- Utility ---- */
.uplift-text-center { text-align: center; }
.uplift-mt-0 { margin-top: 0 !important; }
.uplift-mb-0 { margin-bottom: 0 !important; }

/* ==================================================================
   RESPONSIVE
   ================================================================== */

/* Tablet: 768px – 1024px */
@media (max-width: 1024px) {
  .uplift-section { padding: 70px 0; }
  .uplift-section--tight { padding: 48px 0; }
  .uplift-h1 { font-size: 40px; }
  .uplift-h2 { font-size: 30px; }
  .uplift-h3 { font-size: 20px; }
  .uplift-lead { font-size: 18px; }
}

/* Mobile: up to 767px */
@media (max-width: 767px) {
  .uplift-container { padding: 0 20px; }
  .uplift-section { padding: 56px 0; }
  .uplift-section--tight { padding: 40px 0; }
  .uplift-h1 { font-size: 28px; line-height: 1.2; }
  .uplift-h2 { font-size: 26px; }
  .uplift-h3 { font-size: 19px; }
  .uplift-h4 { font-size: 16px; }
  .uplift-lead { font-size: 17px; }
  .uplift-body { font-size: 15px; }
  .uplift-btn { width: 100%; padding: 14px 24px; }
}
.uplift-what-section {
  position: relative;
}

/* ---- Block A: intro grid ---- */
.uplift-what-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 56px;
}

.uplift-what-intro-content {
  max-width: 600px;
}

.uplift-what-tagline {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #12A66C;
  margin: 18px 0 10px 0;
}

.uplift-what-intro-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uplift-what-visual-glow {
  position: absolute;
  width: 72%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,166,108,0.16) 0%, rgba(201,149,42,0.08) 55%, rgba(18,166,108,0) 75%);
  filter: blur(4px);
  z-index: 0;
  pointer-events: none;
}

.uplift-what-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* ---- illustration animation: orbit rings ---- */
.uplift-what-orbit {
  transform-box: fill-box;
  transform-origin: center;
}
.uplift-what-orbit--slow {
  animation: upliftWhatSpin 50s linear infinite;
}
.uplift-what-orbit--rev {
  animation: upliftWhatSpinReverse 38s linear infinite;
}
@keyframes upliftWhatSpin {
  to { transform: rotate(360deg); }
}
@keyframes upliftWhatSpinReverse {
  to { transform: rotate(-360deg); }
}

/* ---- illustration animation: energy flowing toward the masjid ---- */
.uplift-what-flow-path {
  animation: upliftWhatFlow 1.6s linear infinite;
}
@keyframes upliftWhatFlow {
  to { stroke-dashoffset: -24; }
}

/* ---- illustration animation: masjid gentle breathing pulse ---- */
.uplift-what-mosque {
  transform-box: fill-box;
  transform-origin: center;
  animation: upliftWhatPulse 3.6s ease-in-out infinite;
}
@keyframes upliftWhatPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

/* ---- illustration animation: role nodes gently floating ---- */
.uplift-what-node {
  transform-box: fill-box;
  transform-origin: center;
  animation: upliftWhatFloat 4.5s ease-in-out infinite;
}
.uplift-what-node--1 { animation-delay: 0s; }
.uplift-what-node--2 { animation-delay: .6s; }
.uplift-what-node--3 { animation-delay: 1.2s; }
.uplift-what-node--4 { animation-delay: 1.8s; }
@keyframes upliftWhatFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.uplift-what-node-circle {
  filter: drop-shadow(0 8px 16px rgba(11,30,64,0.14));
}

/* ---- illustration animation: sparkle twinkle ---- */
.uplift-what-spark {
  animation: upliftWhatTwinkle 2.4s ease-in-out infinite;
}
@keyframes upliftWhatTwinkle {
  0%, 100% { opacity: 0; transform: scale(0.6); }
  50% { opacity: 1; transform: scale(1); }
}
.uplift-what-spark {
  transform-box: fill-box;
  transform-origin: center;
}

@media (prefers-reduced-motion: reduce) {
  .uplift-what-orbit,
  .uplift-what-flow-path,
  .uplift-what-mosque,
  .uplift-what-node,
  .uplift-what-spark {
    animation: none !important;
  }
}

/* ---- divider ---- */
.uplift-what-divider {
  width: 100%;
  height: 1px;
  background-color: #E4E1D6;
  margin: 72px 0;
}

/* ---- Block B: meaning ---- */
.uplift-what-meaning-head {
  max-width: 860px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uplift-what-meaning-head .uplift-eyebrow {
  margin-bottom: 18px;
}

.uplift-what-outcomes-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}

.uplift-what-outcome {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FAF8F2;
  border: 1px solid #E4E1D6;
  border-radius: 999px;
  padding: 10px 20px 10px 10px;
}

.uplift-what-outcome-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
}

.uplift-what-outcome-icon svg {
  width: 18px;
  height: 18px;
}

.uplift-what-outcome-icon--emerald {
  background-color: rgba(18, 166, 108, 0.12);
  color: #12A66C;
}

.uplift-what-outcome-icon--gold {
  background-color: rgba(201, 149, 42, 0.14);
  color: #C9952A;
}

.uplift-what-outcome-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0B1E40;
  white-space: nowrap;
}

.uplift-what-mission-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
  background-color: #0B1E40;
  border-left: 4px solid #C9952A;
  border-radius: 14px;
  padding: 32px 36px;
}

.uplift-what-mission-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.08);
  color: #C9952A;
  flex-shrink: 0;
}

.uplift-what-mission-icon svg {
  width: 22px;
  height: 22px;
}

.uplift-what-mission-text .uplift-body {
  color: rgba(255,255,255,0.88);
}

/* ---- entrance animation ---- */
.uplift-what-fade {
  opacity: 0;
  transform: translateY(16px);
  animation: upliftWhatFadeUp 0.7s ease forwards;
}

@keyframes upliftWhatFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .uplift-what-fade {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* ==================================================================
   RESPONSIVE
   ================================================================== */

@media (max-width: 1024px) {
  .uplift-what-intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .uplift-what-intro-content { max-width: 100%; }
  .uplift-what-intro-visual { order: -1; }
  .uplift-what-svg { max-width: 420px; }
  .uplift-what-divider { margin: 56px 0; }
  .uplift-what-mission-card { padding: 28px; }
}

@media (max-width: 767px) {
  .uplift-what-divider { margin: 40px 0; }
  .uplift-what-outcome {
    padding: 8px 16px 8px 8px;
  }
  .uplift-what-outcome-icon {
    width: 30px;
    height: 30px;
  }
  .uplift-what-outcome-label {
    font-size: 13px;
  }
  .uplift-what-mission-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    gap: 14px;
  }
}

/* ---- Scoped box-sizing reset (prevents Elementor padding/width bugs) ---- */
.uplift-page,
.uplift-page *,
.uplift-page *::before,
.uplift-page *::after {
  box-sizing: border-box;
}
.uplift-page {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #1F2A3C;
  -webkit-font-smoothing: antialiased;
}

/* ---- Container ---- */
.uplift-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Section wrapper spacing (apply to outer Elementor section div) ---- */
.uplift-section {
  padding: 100px 0;
}
.uplift-section--tight {
  padding: 64px 0;
}
.uplift-section--cream {
  background-color: #FAF8F2;
}
.uplift-section--navy {
  background-color: #0B1E40;
  color: #FFFFFF;
}
.uplift-section--navy-deep {
  background-color: #0A1533;
  color: #FFFFFF;
}
.uplift-section--white {
  background-color: #FFFFFF;
}

/* ---- Eyebrow / label pill ---- */
.uplift-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 7px 16px;
  border-radius: 999px;
  line-height: 1.4;
}
.uplift-eyebrow--gold {
  background-color: rgba(201, 149, 42, 0.12);
  color: #9A7420;
  border: 1px solid rgba(201, 149, 42, 0.3);
}
.uplift-eyebrow--emerald {
  background-color: rgba(18, 166, 108, 0.12);
  color: #12A66C;
  border: 1px solid rgba(18, 166, 108, 0.28);
}
.uplift-eyebrow--on-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.uplift-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #20C076;
  flex-shrink: 0;
}

/* ---- Headings ---- */
.uplift-h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.14;
  color: #0B1E40;
  margin: 0 0 20px 0;
}
.uplift-h1--on-dark {
  color: #FFFFFF;
}
.uplift-h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.18;
  color: #0B1E40;
  margin: 0 0 16px 0;
}
.uplift-h2--on-dark {
  color: #FFFFFF;
}
.uplift-h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #0B1E40;
  margin: 0 0 12px 0;
}
.uplift-h3--on-dark {
  color: #FFFFFF;
}
.uplift-h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  color: #0B1E40;
  margin: 0 0 8px 0;
}

/* ---- Body copy ---- */
.uplift-lead {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: #3D4759;
  margin: 0 0 20px 0;
}
.uplift-lead--on-dark {
  color: rgba(255, 255, 255, 0.86);
}
.uplift-body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #1F2A3C;
  margin: 0 0 16px 0;
}
.uplift-body--on-dark {
  color: rgba(255, 255, 255, 0.82);
}
.uplift-caption {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #5B6577;
}

/* ---- Buttons ---- */
.uplift-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  line-height: 1.2;
}
.uplift-btn--primary {
  background-color: #12A66C;
  color: #FFFFFF;
  border-color: #12A66C;
}
.uplift-btn--primary:hover {
  background-color: #0F8C5C;
  border-color: #0F8C5C;
  transform: translateY(-2px);
}
.uplift-btn--outline {
  background-color: transparent;
  color: #0B1E40;
  border-color: #0B1E40;
}
.uplift-btn--outline:hover {
  background-color: #0B1E40;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--gold {
  background-color: #C9952A;
  color: #FFFFFF;
  border-color: #C9952A;
}
.uplift-btn--gold:hover {
  background-color: #AD7E1F;
  border-color: #AD7E1F;
  transform: translateY(-2px);
}
.uplift-btn--ghost-dark {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}
.uplift-btn--ghost-dark:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--sm {
  padding: 11px 24px;
  font-size: 14px;
}

/* ---- Cards (base — sections may extend) ---- */
.uplift-card {
  background-color: #FFFFFF;
  border: 1px solid #E4E1D6;
  border-radius: 14px;
  padding: 32px;
}
.uplift-card--on-navy {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ---- Divider ---- */
.uplift-divider {
  width: 56px;
  height: 3px;
  background-color: #C9952A;
  border-radius: 2px;
  margin: 0 0 20px 0;
}

/* ---- Utility ---- */
.uplift-text-center { text-align: center; }
.uplift-mt-0 { margin-top: 0 !important; }
.uplift-mb-0 { margin-bottom: 0 !important; }

/* ==================================================================
   RESPONSIVE
   ================================================================== */

/* Tablet: 768px – 1024px */
@media (max-width: 1024px) {
  .uplift-section { padding: 70px 0; }
  .uplift-section--tight { padding: 48px 0; }
  .uplift-h1 { font-size: 40px; }
  .uplift-h2 { font-size: 30px; }
  .uplift-h3 { font-size: 20px; }
  .uplift-lead { font-size: 18px; }
}

/* Mobile: up to 767px */
@media (max-width: 767px) {
  .uplift-container { padding: 0 20px; }
  .uplift-section { padding: 56px 0; }
  .uplift-section--tight { padding: 40px 0; }
  .uplift-h1 { font-size: 28px; line-height: 1.2; }
  .uplift-h2 { font-size: 26px; }
  .uplift-h3 { font-size: 19px; }
  .uplift-h4 { font-size: 16px; }
  .uplift-lead { font-size: 17px; }
  .uplift-body { font-size: 15px; }
  .uplift-btn { width: 100%; padding: 14px 24px; }
}
.uplift-pillars-section {
  position: relative;
  overflow: hidden;
}

.uplift-pillars-section::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 480px;
  background: radial-gradient(ellipse, rgba(18,166,108,0.14) 0%, rgba(18,166,108,0) 70%);
  pointer-events: none;
}

/* ---- head ---- */
.uplift-pillars-head {
  max-width: 980px;
  margin: 0 auto 32px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.uplift-pillars-head .uplift-h2 {
  white-space: nowrap;
}
.uplift-pillars-head .uplift-lead {
  max-width: 780px;
}
.uplift-pillars-head .uplift-eyebrow {
  margin-bottom: 18px;
}

/* ---- hub ---- */
.uplift-pillars-hub-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.uplift-pillars-hub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #FAF8F2;
  color: #0B1E40;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(201,149,42,0.5);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}
.uplift-pillars-hub-icon {
  display: flex;
  color: #C9952A;
  flex-shrink: 0;
}
.uplift-pillars-hub-icon svg {
  width: 18px;
  height: 18px;
}

/* ---- branching connector (pure CSS: trunk + bar + per-card drop lines) ---- */
.uplift-pillars-trunk {
  width: 2px;
  height: 22px;
  margin: 0 auto;
  background-color: #C9952A;
  position: relative;
  z-index: 1;
}
.uplift-pillars-bar {
  width: 74%;
  max-width: 900px;
  height: 2px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg,
    #12A66C 0%, #12A66C 25%,
    #C9952A 25%, #C9952A 50%,
    #12A66C 50%, #12A66C 75%,
    #C9952A 75%, #C9952A 100%);
  opacity: 0.6;
  animation: upliftPillarsGlow 2.4s ease-in-out infinite;
}
@keyframes upliftPillarsGlow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.85; }
}

/* ---- pillar cards row ---- */
.uplift-pillars-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.uplift-pillar-card {
  position: relative;
  flex: 1 1 calc(25% - 18px);
  min-width: 250px;
  display: flex;
  flex-direction: column;
  background-color: #FAF8F2;
  border-radius: 16px;
  padding: 32px 26px;
  border-top: 3px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* drop line + connection dot rising from each card up toward the bar */
.uplift-pillar-card::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 2px;
  height: 30px;
  transform: translateX(-50%);
}
.uplift-pillar-card::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateX(-50%);
}
.uplift-pillar-card--emerald::before,
.uplift-pillar-card--emerald::after { background-color: #12A66C; }
.uplift-pillar-card--gold::before,
.uplift-pillar-card--gold::after { background-color: #C9952A; }
.uplift-pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.28);
}
.uplift-pillar-card--emerald { border-top-color: #12A66C; }
.uplift-pillar-card--gold { border-top-color: #C9952A; }

.uplift-pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.uplift-pillar-icon svg {
  width: 32px;
  height: 32px;
}
.uplift-pillar-card--emerald .uplift-pillar-icon {
  background-color: rgba(18,166,108,0.12);
  color: #12A66C;
}
.uplift-pillar-card--gold .uplift-pillar-icon {
  background-color: rgba(201,149,42,0.14);
  color: #C9952A;
}

.uplift-pillar-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #0B1E40;
  margin: 0 0 4px 0;
}

.uplift-pillar-subtitle {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 16px 0;
}
.uplift-pillar-card--emerald .uplift-pillar-subtitle { color: #12A66C; }
.uplift-pillar-card--gold .uplift-pillar-subtitle { color: #C9952A; }

.uplift-pillar-desc {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.65;
  color: #3D4759;
  margin: 0 0 18px 0;
}

.uplift-pillar-quote {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.55;
  color: #0B1E40;
  padding-left: 14px;
  border-left: 2px solid #E4E1D6;
  margin: 0 0 22px 0;
}

.uplift-pillar-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-top: auto;
  padding-top: 4px;
  transition: gap 0.2s ease;
}
.uplift-pillar-card--emerald .uplift-pillar-cta { color: #12A66C; }
.uplift-pillar-card--gold .uplift-pillar-cta { color: #C9952A; }
.uplift-pillar-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.uplift-pillar-cta:hover {
  gap: 10px;
}
.uplift-pillar-cta:hover svg {
  transform: translateX(2px);
}

/* ---- entrance animation ---- */
.uplift-pillars-fade {
  opacity: 0;
  transform: translateY(16px);
  animation: upliftPillarsFadeUp 0.7s ease forwards;
}
@keyframes upliftPillarsFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .uplift-pillars-fade { animation: none; opacity: 1; transform: none; }
  .uplift-pillars-bar { animation: none; opacity: 0.6; }
  .uplift-pillar-card:hover { transform: none; }
}

/* ==================================================================
   RESPONSIVE
   ================================================================== */

@media (max-width: 1024px) {
  .uplift-pillars-row {
    gap: 20px;
  }
  .uplift-pillar-card {
    flex: 1 1 calc(50% - 10px);
  }
  .uplift-pillars-trunk,
  .uplift-pillars-bar { display: none; }
  .uplift-pillar-card::before,
  .uplift-pillar-card::after { display: none; }
  .uplift-pillars-row { margin-top: 8px; }
  .uplift-pillars-hub-wrap { margin-bottom: 32px; }
  .uplift-pillars-head .uplift-h2 { white-space: normal; }
}

@media (max-width: 640px) {
  .uplift-pillar-card {
    flex: 1 1 100%;
  }
  .uplift-pillar-card { padding: 28px 22px; }
  .uplift-pillars-hub {
    font-size: 12.5px;
    padding: 12px 20px;
    text-align: center;
  }
}


/* ---- Scoped box-sizing reset (prevents Elementor padding/width bugs) ---- */
.uplift-page,
.uplift-page *,
.uplift-page *::before,
.uplift-page *::after {
  box-sizing: border-box;
}
.uplift-page {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #1F2A3C;
  -webkit-font-smoothing: antialiased;
}

/* ---- Container ---- */
.uplift-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Section wrapper spacing (apply to outer Elementor section div) ---- */
.uplift-section {
  padding: 100px 0;
}
.uplift-section--tight {
  padding: 64px 0;
}
.uplift-section--cream {
  background-color: #FAF8F2;
}
.uplift-section--navy {
  background-color: #0B1E40;
  color: #FFFFFF;
}
.uplift-section--navy-deep {
  background-color: #0A1533;
  color: #FFFFFF;
}
.uplift-section--white {
  background-color: #FFFFFF;
}

/* ---- Eyebrow / label pill ---- */
.uplift-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 7px 16px;
  border-radius: 999px;
  line-height: 1.4;
}
.uplift-eyebrow--gold {
  background-color: rgba(201, 149, 42, 0.12);
  color: #9A7420;
  border: 1px solid rgba(201, 149, 42, 0.3);
}
.uplift-eyebrow--emerald {
  background-color: rgba(18, 166, 108, 0.12);
  color: #12A66C;
  border: 1px solid rgba(18, 166, 108, 0.28);
}
.uplift-eyebrow--on-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.uplift-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #20C076;
  flex-shrink: 0;
}

/* ---- Headings ---- */
.uplift-h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.14;
  color: #0B1E40;
  margin: 0 0 20px 0;
}
.uplift-h1--on-dark {
  color: #FFFFFF;
}
.uplift-h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.18;
  color: #0B1E40;
  margin: 0 0 16px 0;
}
.uplift-h2--on-dark {
  color: #FFFFFF;
}
.uplift-h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #0B1E40;
  margin: 0 0 12px 0;
}
.uplift-h3--on-dark {
  color: #FFFFFF;
}
.uplift-h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  color: #0B1E40;
  margin: 0 0 8px 0;
}

/* ---- Body copy ---- */
.uplift-lead {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: #3D4759;
  margin: 0 0 20px 0;
}
.uplift-lead--on-dark {
  color: rgba(255, 255, 255, 0.86);
}
.uplift-body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #1F2A3C;
  margin: 0 0 16px 0;
}
.uplift-body--on-dark {
  color: rgba(255, 255, 255, 0.82);
}
.uplift-caption {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #5B6577;
}

/* ---- Buttons ---- */
.uplift-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  line-height: 1.2;
}
.uplift-btn--primary {
  background-color: #12A66C;
  color: #FFFFFF;
  border-color: #12A66C;
}
.uplift-btn--primary:hover {
  background-color: #0F8C5C;
  border-color: #0F8C5C;
  transform: translateY(-2px);
}
.uplift-btn--outline {
  background-color: transparent;
  color: #0B1E40;
  border-color: #0B1E40;
}
.uplift-btn--outline:hover {
  background-color: #0B1E40;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--gold {
  background-color: #C9952A;
  color: #FFFFFF;
  border-color: #C9952A;
}
.uplift-btn--gold:hover {
  background-color: #AD7E1F;
  border-color: #AD7E1F;
  transform: translateY(-2px);
}
.uplift-btn--ghost-dark {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}
.uplift-btn--ghost-dark:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--sm {
  padding: 11px 24px;
  font-size: 14px;
}

/* ---- Cards (base — sections may extend) ---- */
.uplift-card {
  background-color: #FFFFFF;
  border: 1px solid #E4E1D6;
  border-radius: 14px;
  padding: 32px;
}
.uplift-card--on-navy {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ---- Divider ---- */
.uplift-divider {
  width: 56px;
  height: 3px;
  background-color: #C9952A;
  border-radius: 2px;
  margin: 0 0 20px 0;
}

/* ---- Utility ---- */
.uplift-text-center { text-align: center; }
.uplift-mt-0 { margin-top: 0 !important; }
.uplift-mb-0 { margin-bottom: 0 !important; }

/* ==================================================================
   RESPONSIVE
   ================================================================== */

/* Tablet: 768px – 1024px */
@media (max-width: 1024px) {
  .uplift-section { padding: 70px 0; }
  .uplift-section--tight { padding: 48px 0; }
  .uplift-h1 { font-size: 40px; }
  .uplift-h2 { font-size: 30px; }
  .uplift-h3 { font-size: 20px; }
  .uplift-lead { font-size: 18px; }
}

/* Mobile: up to 767px */
@media (max-width: 767px) {
  .uplift-container { padding: 0 20px; }
  .uplift-section { padding: 56px 0; }
  .uplift-section--tight { padding: 40px 0; }
  .uplift-h1 { font-size: 28px; line-height: 1.2; }
  .uplift-h2 { font-size: 26px; }
  .uplift-h3 { font-size: 19px; }
  .uplift-h4 { font-size: 16px; }
  .uplift-lead { font-size: 17px; }
  .uplift-body { font-size: 15px; }
  .uplift-btn { width: 100%; padding: 14px 24px; }
}
.uplift-vision-section {
  position: relative;
}

/* ---- shared head ---- */
.uplift-vision-head {
  max-width: 760px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uplift-vision-head .uplift-eyebrow {
  margin-bottom: 18px;
}

/* ---- Block A: checklist ---- */
.uplift-vision-block-a {
  margin-bottom: 80px;
}

.uplift-vision-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  max-width: 980px;
  margin: 0 auto 56px auto;
}

.uplift-vision-check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex: 1 1 calc(50% - 16px);
}
.uplift-vision-check-item--full {
  flex: 1 1 100%;
}

.uplift-vision-check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}
.uplift-vision-check-icon svg {
  width: 16px;
  height: 16px;
}
.uplift-vision-check-icon--emerald {
  background-color: rgba(18,166,108,0.12);
  color: #12A66C;
}
.uplift-vision-check-icon--gold {
  background-color: rgba(201,149,42,0.14);
  color: #C9952A;
}

.uplift-vision-check-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3D4759;
  margin: 0;
}
.uplift-vision-check-text strong {
  color: #0B1E40;
  font-weight: 600;
}

/* ---- shared "big statement" block (used in Block A and Block C) ---- */
.uplift-vision-statement {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.uplift-vision-statement-rule {
  display: block;
  width: 56px;
  height: 3px;
  background-color: #C9952A;
  border-radius: 2px;
  margin: 0 auto 24px auto;
}
.uplift-vision-statement-small {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #12A66C;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.uplift-vision-statement-big {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.45;
  color: #0B1E40;
  margin: 0;
}

/* ---- Block B: inset navy statement band ---- */
.uplift-vision-band {
  background-color: #0B1E40;
  border-radius: 24px;
  padding: 64px 56px;
  margin-bottom: 80px;
}
.uplift-vision-band-heading {
  display: block;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 28px auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.35;
  color: #FFFFFF;
}
.uplift-vision-band-heading span {
  color: #20C076;
}
.uplift-vision-band-text {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Block C: action chips ---- */
.uplift-vision-block-c {
  padding-top: 8px;
}

.uplift-vision-actions {
  margin-bottom: 56px;
}

.uplift-vision-actions-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.uplift-vision-actions-row:first-child {
  margin-bottom: 18px;
}

.uplift-vision-action {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #FFFFFF;
  border: 1px solid #E4E1D6;
  border-radius: 999px;
  padding: 12px 26px 12px 12px;
}

.uplift-vision-action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}
.uplift-vision-action-icon svg {
  width: 24px;
  height: 24px;
}
.uplift-vision-action-icon--emerald {
  background-color: rgba(18,166,108,0.12);
  color: #12A66C;
}
.uplift-vision-action-icon--gold {
  background-color: rgba(201,149,42,0.14);
  color: #C9952A;
}

.uplift-vision-action-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: #0B1E40;
  white-space: nowrap;
}
.uplift-vision-action-label em {
  font-style: normal;
  font-weight: 400;
  color: #5B6577;
}

/* ---- entrance animation ---- */
.uplift-vision-fade {
  opacity: 0;
  transform: translateY(16px);
  animation: upliftVisionFadeUp 0.7s ease forwards;
}
@keyframes upliftVisionFadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .uplift-vision-fade { animation: none; opacity: 1; transform: none; }
}

/* ==================================================================
   RESPONSIVE
   ================================================================== */

@media (max-width: 1024px) {
  .uplift-vision-block-a { margin-bottom: 60px; }
  .uplift-vision-band { padding: 48px 36px; margin-bottom: 60px; }
  .uplift-vision-band-heading { font-size: 27px; }
  .uplift-vision-statement-big { font-size: 22px; }
}

@media (max-width: 767px) {
  .uplift-vision-checklist {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 44px;
  }
  .uplift-vision-block-a { margin-bottom: 48px; }
  .uplift-vision-band { padding: 36px 22px; border-radius: 18px; margin-bottom: 48px; }
  .uplift-vision-band-heading { font-size: 22px; }
  .uplift-vision-statement-big { font-size: 19px; }
  .uplift-vision-action { padding: 9px 18px 9px 9px; }
  .uplift-vision-action-icon { width: 36px; height: 36px; }
  .uplift-vision-action-icon svg { width: 18px; height: 18px; }
  .uplift-vision-action-label { font-size: 13.5px; white-space: normal; }
  .uplift-vision-actions-row {
    flex-direction: column;
    align-items: center;
  }
  .uplift-vision-actions-row:first-child {
    margin-bottom: 12px;
  }
  .uplift-vision-action {
    width: 100%;
    max-width: 320px;
  }
}

/* ---- Scoped box-sizing reset (prevents Elementor padding/width bugs) ---- */
.uplift-page,
.uplift-page *,
.uplift-page *::before,
.uplift-page *::after {
  box-sizing: border-box;
}
.uplift-page {
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #1F2A3C;
  -webkit-font-smoothing: antialiased;
}

/* ---- Container ---- */
.uplift-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Section wrapper spacing (apply to outer Elementor section div) ---- */
.uplift-section {
  padding: 100px 0;
}
.uplift-section--tight {
  padding: 64px 0;
}
.uplift-section--cream {
  background-color: #FAF8F2;
}
.uplift-section--navy {
  background-color: #0B1E40;
  color: #FFFFFF;
}
.uplift-section--navy-deep {
  background-color: #0A1533;
  color: #FFFFFF;
}
.uplift-section--white {
  background-color: #FFFFFF;
}

/* ---- Eyebrow / label pill ---- */
.uplift-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 7px 16px;
  border-radius: 999px;
  line-height: 1.4;
}
.uplift-eyebrow--gold {
  background-color: rgba(201, 149, 42, 0.12);
  color: #9A7420;
  border: 1px solid rgba(201, 149, 42, 0.3);
}
.uplift-eyebrow--emerald {
  background-color: rgba(18, 166, 108, 0.12);
  color: #12A66C;
  border: 1px solid rgba(18, 166, 108, 0.28);
}
.uplift-eyebrow--on-dark {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.uplift-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #20C076;
  flex-shrink: 0;
}

/* ---- Headings ---- */
.uplift-h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.14;
  color: #0B1E40;
  margin: 0 0 20px 0;
}
.uplift-h1--on-dark {
  color: #FFFFFF;
}
.uplift-h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.18;
  color: #0B1E40;
  margin: 0 0 16px 0;
}
.uplift-h2--on-dark {
  color: #FFFFFF;
}
.uplift-h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #0B1E40;
  margin: 0 0 12px 0;
}
.uplift-h3--on-dark {
  color: #FFFFFF;
}
.uplift-h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  color: #0B1E40;
  margin: 0 0 8px 0;
}

/* ---- Body copy ---- */
.uplift-lead {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: #3D4759;
  margin: 0 0 20px 0;
}
.uplift-lead--on-dark {
  color: rgba(255, 255, 255, 0.86);
}
.uplift-body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #1F2A3C;
  margin: 0 0 16px 0;
}
.uplift-body--on-dark {
  color: rgba(255, 255, 255, 0.82);
}
.uplift-caption {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #5B6577;
}

/* ---- Buttons ---- */
.uplift-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 32px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  line-height: 1.2;
}
.uplift-btn--primary {
  background-color: #12A66C;
  color: #FFFFFF;
  border-color: #12A66C;
}
.uplift-btn--primary:hover {
  background-color: #0F8C5C;
  border-color: #0F8C5C;
  transform: translateY(-2px);
}
.uplift-btn--outline {
  background-color: transparent;
  color: #0B1E40;
  border-color: #0B1E40;
}
.uplift-btn--outline:hover {
  background-color: #0B1E40;
  color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--gold {
  background-color: #C9952A;
  color: #FFFFFF;
  border-color: #C9952A;
}
.uplift-btn--gold:hover {
  background-color: #AD7E1F;
  border-color: #AD7E1F;
  transform: translateY(-2px);
}
.uplift-btn--ghost-dark {
  background-color: transparent;
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.5);
}
.uplift-btn--ghost-dark:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #FFFFFF;
  transform: translateY(-2px);
}
.uplift-btn--sm {
  padding: 11px 24px;
  font-size: 14px;
}

/* ---- Cards (base — sections may extend) ---- */
.uplift-card {
  background-color: #FFFFFF;
  border: 1px solid #E4E1D6;
  border-radius: 14px;
  padding: 32px;
}
.uplift-card--on-navy {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ---- Divider ---- */
.uplift-divider {
  width: 56px;
  height: 3px;
  background-color: #C9952A;
  border-radius: 2px;
  margin: 0 0 20px 0;
}

/* ---- Utility ---- */
.uplift-text-center { text-align: center; }
.uplift-mt-0 { margin-top: 0 !important; }
.uplift-mb-0 { margin-bottom: 0 !important; }

/* ==================================================================
   RESPONSIVE
   ================================================================== */

/* Tablet: 768px – 1024px */
@media (max-width: 1024px) {
  .uplift-section { padding: 70px 0; }
  .uplift-section--tight { padding: 48px 0; }
  .uplift-h1 { font-size: 40px; }
  .uplift-h2 { font-size: 30px; }
  .uplift-h3 { font-size: 20px; }
  .uplift-lead { font-size: 18px; }
}

/* Mobile: up to 767px */
@media (max-width: 767px) {
  .uplift-container { padding: 0 20px; }
  .uplift-section { padding: 56px 0; }
  .uplift-section--tight { padding: 40px 0; }
  .uplift-h1 { font-size: 28px; line-height: 1.2; }
  .uplift-h2 { font-size: 26px; }
  .uplift-h3 { font-size: 19px; }
  .uplift-h4 { font-size: 16px; }
  .uplift-lead { font-size: 17px; }
  .uplift-body { font-size: 15px; }
  .uplift-btn { width: 100%; padding: 14px 24px; }
}
.uplift-build-section {
  position: relative;
  overflow: hidden;
}
.uplift-build-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18,166,108,0.10) 0%, rgba(201,149,42,0.05) 45%, rgba(18,166,108,0) 72%);
  pointer-events: none;
}

.uplift-build-container {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.uplift-build-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uplift-build-head .uplift-eyebrow {
  margin-bottom: 18px;
}
.uplift-build-head .uplift-h2 {
  margin-bottom: 0;
}

.uplift-build-copy {
  margin-top: 24px;
}
.uplift-build-copy .uplift-body {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.uplift-build-copy .uplift-body strong {
  color: #FFFFFF;
  font-weight: 600;
}

/* ---- the "equation" ---- */
.uplift-build-equation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 56px;
}

.uplift-build-eq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  padding: 24px 22px;
  min-width: 190px;
}
.uplift-build-eq-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}
.uplift-build-eq-item strong {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #20C076;
  margin: 4px 0;
}

.uplift-build-eq-op {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #C9952A;
  flex-shrink: 0;
}
.uplift-build-eq-op--equals {
  display: block;
  text-align: center;
  margin: 18px auto 0 auto;
  font-size: 28px;
}

.uplift-build-final {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  max-width: 620px;
  margin: 14px auto 0 auto;
}

.uplift-build-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

/* ---- entrance animation ---- */
.uplift-build-fade {
  opacity: 0;
  transform: translateY(16px);
  animation: upliftBuildFadeUp 0.7s ease forwards;
}
@keyframes upliftBuildFadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .uplift-build-fade { animation: none; opacity: 1; transform: none; }
}

/* ==================================================================
   RESPONSIVE
   ================================================================== */

@media (max-width: 1024px) {
  .uplift-build-equation { margin-top: 44px; gap: 14px; }
  .uplift-build-eq-item { min-width: 160px; padding: 20px 18px; }
  .uplift-build-final { font-size: 25px; }
}

@media (max-width: 767px) {
  .uplift-build-equation {
    flex-direction: column;
    gap: 12px;
  }
  .uplift-build-eq-op {
    transform: rotate(90deg);
  }
  .uplift-build-eq-item { width: 100%; max-width: 320px; }
  .uplift-build-final { font-size: 21px; }
  .uplift-build-ctas { flex-direction: column; }
  .uplift-build-ctas .uplift-btn { width: 100%; }
}