/*
===========================================
ABOUT PAGE STYLES
Mafar Group Corporate Theme
Consolidated from elementor-html/about
Tokenized with mafar-tokens.css variables
Version 2.0 | February 2026
===========================================
*/

/* ===========================================
   BLOCK 1: ABOUT HERO - DARK BACKGROUND
   =========================================== */

.mafar-about-hero {
  background: var(--mafar-dark);
  padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
  }
  

.mafar-about-hero-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 5%, var(--mafar-gold) 40%, var(--mafar-gold) 60%, transparent 95%);
  opacity: 0.4;
}

.mafar-about-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
    position: relative;
  z-index: 2;
}

.mafar-about-hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.mafar-about-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(212,175,55,0.10);
  border: 1px solid rgba(212,175,55,0.28);
  border-radius: 100px;
  padding: 7px 18px;
  margin-bottom: 28px;
}

.mafar-about-hero-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mafar-gold);
  flex-shrink: 0;
}

.mafar-about-hero-eyebrow-text {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--mafar-gold);
}

.mafar-about-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
  font-weight: 400;
    line-height: 1.1;
  color: var(--mafar-white);
    margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.mafar-about-hero h1 .mafar-gold-word {
  color: var(--mafar-gold);
  font-style: normal;
}

.mafar-about-hero-sub {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255,255,255,0.58);
  max-width: 480px;
  margin-bottom: 36px;
}

.mafar-about-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mafar-about-stat {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: border-color 0.2s ease;
}

.mafar-about-stat:hover {
  border-color: rgba(212,175,55,0.22);
}

.mafar-about-stat-value {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--mafar-gold);
  margin-bottom: 4px;
}

.mafar-about-stat-label {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  line-height: 1.3;
}

.mafar-about-hero-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.09);
}

.mafar-about-hero-image-ph {
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(255,255,255,0.04);
    display: flex;
    flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.mafar-about-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  display: block;
}

.mafar-about-hero-image-ph::before {
  content: '';
  position: absolute;
  inset: 1px;
  border: 1.5px dashed rgba(255,255,255,0.12);
  border-radius: 18px;
}

.mafar-about-hero-image-ph svg {
  width: 36px;
  height: 36px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.3;
}

.mafar-about-hero-ph-label {
  font-size: 11px;
  font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  line-height: 1.4;
  text-align: center;
}

.mafar-about-hero-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(15,23,42,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212,175,55,0.22);
  border-radius: 12px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mafar-about-hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--growth-green);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(16,185,129,0.2);
}

.mafar-about-hero-badge-text {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255,255,255,0.88);
}

.mafar-about-hero-badge-text span {
  color: rgba(255,255,255,0.48);
  font-weight: 400;
  }
  
  /* ===========================================
   BLOCK 2: FOUNDATION (VMV)
     =========================================== */
  
.mafar-foundation {
  background: var(--mafar-white);
    padding: 100px 0;
  }
  
.mafar-foundation-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.mafar-foundation-header {
  text-align: center;
  margin-bottom: 56px;
}

.mafar-foundation-tag {
  display: inline-flex;
    align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mafar-gold);
  margin-bottom: 16px;
}

.mafar-foundation-tag-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--mafar-gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.mafar-foundation-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 400;
  color: var(--mafar-black);
  line-height: 1.18;
  margin-bottom: 16px;
}

.mafar-foundation-subtext {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto;
}

.mafar-vmv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}

.mafar-vmv-card {
  background: var(--background-light);
  border: 1px solid var(--border-default);
  border-radius: 20px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.28s ease;
}

.mafar-vmv-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent, var(--mafar-gold));
  border-radius: 20px 20px 0 0;
}

.mafar-vmv-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 56px rgba(0,0,0,0.07);
  transform: translateY(-4px);
  background: var(--mafar-white);
}

.mafar-vmv-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.mafar-vmv-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mafar-vmv-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mafar-vmv-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--mafar-black);
  margin-bottom: 14px;
  line-height: 1.3;
}

.mafar-vmv-text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.75;
  font-style: italic;
}

.mafar-foundation-quote {
  background: var(--mafar-dark);
  border-radius: 24px;
  padding: 48px 52px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.mafar-foundation-quote::before {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.10) 0%, transparent 65%);
}

.mafar-foundation-quote-mark {
  font-family: Georgia, serif;
  font-size: 6rem;
  color: var(--mafar-gold);
  opacity: 0.4;
  line-height: 1;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-top: -20px;
}

.mafar-foundation-quote-body {
  position: relative;
  z-index: 1;
}

.mafar-foundation-quote-text {
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
  margin-bottom: 14px;
}

.mafar-foundation-quote-attr {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mafar-gold);
  }
  
  /* ===========================================
   BLOCK 3: OUR STORY
     =========================================== */
  
.mafar-story {
  background: var(--background-light);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.mafar-story::before {
  content: '';
  position: absolute;
  right: -240px;
  top: -240px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20,184,166,0.04) 0%, transparent 65%);
  pointer-events: none;
}

.mafar-story-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.mafar-story-layout {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.mafar-story-images {
    display: flex;
    flex-direction: column;
  gap: 16px;
}

.mafar-story-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-default);
}

.mafar-story-image-ph {
  width: 100%;
  background: var(--background-gray);
    display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: center;
  gap: 10px;
  position: relative;
}

.mafar-story-image-ph::before {
  content: '';
  position: absolute;
  inset: 1px;
  border: 1.5px dashed #cbd5e1;
  border-radius: 18px;
}

.mafar-story-image-ph svg {
  width: 30px;
  height: 30px;
  stroke: var(--text-tertiary);
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}

.mafar-story-ph-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
    text-transform: uppercase;
  color: var(--text-tertiary);
  text-align: center;
  line-height: 1.5;
}

.mafar-story-image-main {
  aspect-ratio: 4/3;
}

.mafar-story-image-secondary {
  aspect-ratio: 3/4;
  max-height: 400px;
}

/* Actual image styling for Block 3 */
.mafar-story-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.mafar-story-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--innovation-teal);
  margin-bottom: 16px;
}

.mafar-story-tag-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--innovation-teal);
  border-radius: 2px;
  flex-shrink: 0;
}

.mafar-story-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 400;
  color: var(--mafar-black);
  line-height: 1.18;
  margin-bottom: 28px;
}

.mafar-story-body {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 20px;
}

.mafar-story-principles {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 32px;
}

.mafar-story-principle {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--mafar-white);
  border: 1px solid var(--border-default);
  border-radius: 14px;
  padding: 18px 22px;
  transition: all 0.25s ease;
}

.mafar-story-principle:hover {
  border-color: rgba(20,184,166,0.28);
  box-shadow: 0 6px 24px rgba(0,0,0,0.04);
}

.mafar-story-principle-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(20,184,166,0.08);
  border: 1px solid rgba(20,184,166,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mafar-story-principle-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--innovation-teal);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mafar-story-principle-text {
  font-size: 0.88rem;
  color: var(--mafar-black);
  font-weight: 600;
  line-height: 1.5;
}

.mafar-story-principle-sub {
  font-size: 0.82rem;
  color: var(--text-secondary);
  font-weight: 400;
  margin-top: 2px;
  line-height: 1.55;
  }
  
  /* ===========================================
   BLOCK 4: ORGANIZATION STRUCTURE
     =========================================== */
  
.mafar-org {
  background: var(--mafar-white);
    padding: 100px 0;
  }
  
.mafar-org-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.mafar-org-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}

.mafar-org-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
    text-transform: uppercase;
  color: var(--mafar-gold);
    margin-bottom: 16px;
  }
  
.mafar-org-tag-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--mafar-gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.mafar-org-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 400;
  color: var(--mafar-black);
  line-height: 1.18;
}

.mafar-org-subtext {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
  align-self: end;
}

.mafar-org-parent {
  background: var(--mafar-dark);
  border-radius: 24px;
  padding: 40px 44px;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.mafar-org-parent::before {
  content: '';
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.10) 0%, transparent 55%);
  pointer-events: none;
}

.mafar-org-parent-logo {
  width: 160px;
  height: auto;
  margin: 0 auto 18px;
  display: block;
  position: relative;
  z-index: 1;
}

.mafar-org-parent-name {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--mafar-white);
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.mafar-org-parent-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.52);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.mafar-org-connector {
    display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.mafar-org-connector-line {
  width: 2px;
  height: 32px;
  background: linear-gradient(180deg, var(--mafar-gold), var(--border-default));
  border-radius: 2px;
}

.mafar-org-subs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mafar-org-sub-card {
  background: var(--background-light);
  border: 1px solid var(--border-default);
  border-radius: 20px;
  padding: 32px 24px 28px;
  text-align: center;
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
}

.mafar-org-sub-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--sub-accent, var(--mafar-gold));
  border-radius: 20px 20px 0 0;
}

.mafar-org-sub-card:hover {
  border-color: transparent;
  box-shadow: 0 16px 48px rgba(0,0,0,0.07);
  transform: translateY(-4px);
  background: var(--mafar-white);
}

.mafar-org-sub-logo {
  width: 120px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.mafar-org-sub-name {
  font-size: 0.95rem;
    font-weight: 700;
  color: var(--mafar-black);
  margin-bottom: 8px;
  line-height: 1.3;
}

.mafar-org-sub-desc {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.mafar-org-footer-note {
  text-align: center;
  margin-top: 48px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  }
  
  /* ===========================================
   BLOCK 5: LONG-TERM DIRECTION (PROJECT 555)
     =========================================== */
  
.mafar-direction {
  background: var(--background-light);
    padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.mafar-direction::before {
  content: '';
  position: absolute;
  left: -200px;
  bottom: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.mafar-direction-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.mafar-direction-layout {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.mafar-direction-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mafar-gold);
  margin-bottom: 16px;
}

.mafar-direction-tag-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--mafar-gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.mafar-direction-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 400;
  color: var(--mafar-black);
  line-height: 1.18;
  margin-bottom: 28px;
}

.mafar-direction-body {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 20px;
}

.mafar-555-callout {
  background: var(--mafar-dark);
  border-radius: 20px;
  padding: 28px 30px;
  margin-top: 32px;
  position: relative;
    overflow: hidden;
}

.mafar-555-callout::before {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.12) 0%, transparent 60%);
  pointer-events: none;
}

.mafar-555-badge {
  display: inline-flex;
    align-items: center;
  gap: 8px;
  background: rgba(212,175,55,0.10);
  border: 1px solid rgba(212,175,55,0.28);
  border-radius: 100px;
  padding: 5px 14px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.mafar-555-badge-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mafar-gold);
}

.mafar-555-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--mafar-white);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.mafar-555-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.mafar-direction-reasons {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mafar-direction-reasons-label {
  font-size: 10px;
    font-weight: 700;
  letter-spacing: 0.14em;
    text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: 4px;
}

.mafar-reason-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--mafar-white);
  border: 1px solid var(--border-default);
  border-radius: 16px;
  padding: 24px 26px;
  transition: all 0.25s ease;
}

.mafar-reason-card:hover {
  border-color: rgba(212,175,55,0.28);
  box-shadow: 0 8px 28px rgba(0,0,0,0.05);
}

.mafar-reason-num {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #fffbeb;
  border: 1px solid rgba(212,175,55,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
    font-weight: 800;
  color: var(--mafar-gold);
  flex-shrink: 0;
}

.mafar-reason-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--mafar-black);
    margin-bottom: 6px;
}

.mafar-reason-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

.mafar-direction-image-wrap {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-default);
}

/* Actual image styling for Block 5 */
.mafar-direction-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Left and right column images in Block 5 */
.mafar-direction-image-left {
  aspect-ratio: 4/3;
}

.mafar-direction-image-right {
  aspect-ratio: 4/3;
}

.mafar-direction-image-ph {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--background-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.mafar-direction-image-ph::before {
  content: '';
  position: absolute;
  inset: 1px;
  border: 1.5px dashed #cbd5e1;
  border-radius: 14px;
}

.mafar-direction-image-ph svg {
  width: 30px;
  height: 30px;
  stroke: var(--text-tertiary);
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}

.mafar-direction-ph-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-tertiary);
  text-align: center;
  line-height: 1.5;
  }
  
  /* ===========================================
   BLOCK 6: LEADERSHIP TEAM
     =========================================== */
  
.mafar-leadership {
  background: var(--mafar-white);
  padding: 100px 0;
}

.mafar-leadership-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.mafar-leadership-header {
    text-align: center;
  margin-bottom: 56px;
}

.mafar-leadership-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--trust-blue);
  margin-bottom: 16px;
}

.mafar-leadership-tag-line {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--trust-blue);
  border-radius: 2px;
  flex-shrink: 0;
}

.mafar-leadership-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 400;
  color: var(--mafar-black);
  line-height: 1.18;
  margin-bottom: 16px;
}

.mafar-leadership-subtext {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
    max-width: 600px;
  margin: 0 auto;
}

.mafar-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mafar-team-card {
  background: var(--background-light);
  border: 1px solid var(--border-default);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  transition: all 0.28s ease;
}

.mafar-team-card:hover {
  border-color: transparent;
  box-shadow: 0 16px 48px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

/* Photo wrapper with colored circle background */
.mafar-team-photo-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  padding: 8px;
  position: relative;
  transition: all 0.3s ease;
}

/* Color variants for subsidiaries */
.mafar-team-photo-wrap.gold { background: #D4AF37; }
.mafar-team-photo-wrap.red { background: #E8253A; }
.mafar-team-photo-wrap.blue { background: #2563EB; }
.mafar-team-photo-wrap.green { background: #10B981; }

/* Grayscale photo styling */
.mafar-team-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  display: block;
}

/* Hover effects */
.mafar-team-card:hover .mafar-team-photo {
  filter: grayscale(0%);
}

.mafar-team-card:hover .mafar-team-photo-wrap {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

/* Legacy placeholder styles (kept for backwards compatibility) */
.mafar-team-avatar-ph {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--background-gray);
  border: 2px dashed var(--border-default);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  position: relative;
}

.mafar-team-avatar-ph svg {
  width: 28px;
  height: 28px;
  stroke: #cbd5e1;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mafar-team-avatar-label {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cbd5e1;
  margin-top: 2px;
}

.mafar-team-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--mafar-black);
  margin-bottom: 4px;
}

.mafar-team-role {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.4;
  margin-bottom: 6px;
}

.mafar-team-subsidiary {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-tertiary);
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mafar-team-divider {
  width: 32px;
  height: 2px;
  background: var(--border-default);
  border-radius: 2px;
  margin: 0 auto 14px;
}

.mafar-team-bio {
  font-size: 0.8rem;
  color: var(--text-tertiary);
  line-height: 1.6;
  font-style: italic;
  }
  
  /* ===========================================
   BLOCK 7: CTA BANNER
     =========================================== */
  
.mafar-about-cta {
  background: var(--background-light);
  padding: 100px 0;
}

.mafar-about-cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}

.mafar-about-cta-card {
  background: linear-gradient(135deg, var(--mafar-black) 0%, #1a2540 55%, var(--mafar-black) 100%);
  border-radius: 28px;
  padding: 64px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mafar-about-cta-card::before {
  content: '';
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,0.10) 0%, transparent 55%);
  pointer-events: none;
}

.mafar-about-cta-gold-line {
  position: absolute;
  top: 0;
  left: 72px;
  right: 72px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--mafar-gold) 35%, var(--mafar-gold) 65%, transparent);
  opacity: 0.45;
}

.mafar-about-cta-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
}

.mafar-about-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--mafar-gold);
  margin-bottom: 20px;
}

.mafar-about-cta-tag-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--mafar-gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.mafar-about-cta-heading {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  font-weight: 400;
  color: var(--mafar-white);
  line-height: 1.18;
  margin-bottom: 20px;
}

.mafar-about-cta-heading span {
  color: var(--mafar-gold);
  font-style: normal;
}

.mafar-about-cta-body {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 36px;
}

.mafar-about-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.mafar-about-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mafar-gold);
  color: var(--mafar-dark);
  font-size: 0.93rem;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.22s ease;
}

.mafar-about-cta-btn-primary svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.mafar-about-cta-btn-primary:hover {
  background: var(--gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(212,175,55,0.35);
}

.mafar-about-cta-btn-primary:hover svg {
  transform: translateX(4px);
}

.mafar-about-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: rgba(255,255,255,0.82);
  font-size: 0.93rem;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  text-decoration: none;
  transition: all 0.22s ease;
}

.mafar-about-cta-btn-outline svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.mafar-about-cta-btn-outline:hover {
  border-color: rgba(255,255,255,0.38);
  background: rgba(255,255,255,0.05);
}

.mafar-about-cta-btn-outline:hover svg {
  transform: translateX(4px);
}

/* ===========================================
   RESPONSIVE - TABLET (≤960px)
   =========================================== */

@media (max-width: 960px) {
  .mafar-about-hero {
    padding: 72px 0 60px;
  }

  .mafar-about-hero-layout {
      grid-template-columns: 1fr;
    gap: 40px;
    }
  
  .mafar-about-hero-stats {
    grid-template-columns: repeat(3, 1fr);
    }
  
  .mafar-vmv-grid {
    grid-template-columns: 1fr;
    }
  
  .mafar-foundation-quote {
      grid-template-columns: 1fr;
    padding: 36px 30px;
  }

  .mafar-foundation-quote-mark {
    font-size: 4rem;
  }

  .mafar-story-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .mafar-direction-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* ===========================================
   RESPONSIVE - TABLET/DESKTOP BREAKPOINT (≤1024px)
   =========================================== */

@media (max-width: 1024px) {
  .mafar-org-subs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mafar-org-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mafar-team-grid {
    grid-template-columns: repeat(2, 1fr);
    }
  }
  
  /* ===========================================
   RESPONSIVE - MOBILE (≤560px)
     =========================================== */
  
@media (max-width: 560px) {
  .mafar-about-hero-stats {
    grid-template-columns: 1fr;
  }

  .mafar-org-subs-grid {
    grid-template-columns: 1fr;
  }

  .mafar-team-grid {
    grid-template-columns: 1fr;
  }

  .mafar-about-cta-card {
    padding: 48px 28px;
  }

  .mafar-about-cta-actions {
    flex-direction: column;
  }

  .mafar-about-cta-btn-primary,
  .mafar-about-cta-btn-outline {
    justify-content: center;
  }
}
