/* about.css — Updated for new branding / layout changes
   - Wider intro container
   - Smaller intro heading
   - Mission -> Mission & Vision
   - Leadership cards: small round avatar, name/org/role prominent
   - Keep responsiveness & reveal animations
*/

/* variable fallback */
:root {
    --accent: var(--color-accent, #10b981);
    --muted-2: var(--muted, #e5e7eb);
    --glass-2: rgba(255,255,255,0.03);
    --intro-max: 1200px; /* widened intro area */
  }
  
  /* ---------- Intro section: wider and tighter heading ---------- */
  .intro-section { background: transparent; padding-top: 3.25rem; padding-bottom: 2.5rem; }
  .intro-inner { max-width: var(--intro-max); padding: 1.75rem; margin: 0 auto; background: linear-gradient(180deg,#fff,#fbfdff); border-radius: 14px; box-shadow: var(--shadow-sm); border: 1px solid var(--muted-2); }
  .intro-title { font-family: var(--brand-font); font-size: clamp(1.6rem, 2.4vw, 1.9rem); margin: 0; color: var(--color-primary); font-weight: 600; } /* smaller than before */
  .intro-copy .lead { font-size: 1.01rem; color: var(--text-secondary); margin-bottom: .8rem; }
  
  /* Pillars — same visual but adjust spacing for wider layout */
  .intro-pillars .pillar {
    display:flex; gap: 12px; align-items:flex-start; background: #fff; border-radius: 12px; border: 1px solid var(--muted-2);
    padding: 1rem; height:100%;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .intro-pillars .pillar:hover { transform: translateY(-6px); box-shadow: 0 14px 36px rgba(2,6,23,0.06); }
  .pillar-icon { width:48px; height:48px; display:grid; place-items:center; border-radius:10px; background: linear-gradient(180deg, rgba(0,74,173,0.08), rgba(0,105,255,0.06)); color: var(--color-primary); font-size:1.25rem; }
  .pillar-title { margin:0; font-size:1rem; font-weight:600; color:var(--text-primary); }
  
  /* ---------- Mission & Vision ---------- */
  .centered-heading { text-align:center; font-family:var(--brand-font); color:var(--color-primary); margin-bottom: .6rem; font-weight:600; }
  .mission-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  @media (max-width: 900px) { .mission-grid { grid-template-columns: 1fr; } }
  .mission-card { border:1px solid var(--muted-2); background: #fff; box-shadow: var(--shadow-sm); padding:1.25rem; }
  
  /* ---------- Impact (kept) ---------- */
  .impact-inner { background: linear-gradient(180deg,#ffffff,#fbfdff); border:1px solid var(--muted-2); }
  .impact-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  @media (max-width: 980px) { .impact-grid { grid-template-columns: repeat(2,1fr); } }
  @media (max-width: 520px) { .impact-grid { grid-template-columns: 1fr; } }
  
  .impact-card { padding: 18px; border-radius: 12px; background: var(--color-surface); border: 1px solid var(--muted-2); box-shadow: 0 6px 18px rgba(2,6,23,0.04); min-height: 90px; display:flex; flex-direction: column; justify-content: center; gap: 8px; transition: transform .28s ease, box-shadow .28s ease; }
  .impact-card.in-view { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(2,6,23,0.06); }
  .impact-number { font-family: var(--brand-font); font-weight:700; font-size: clamp(1.4rem, 2.4vw, 2rem); color: var(--color-primary); }
  .impact-label { font-size: .95rem; color: var(--text-secondary); }
  
  .skeleton-card .impact-number .skeleton-line { display: inline-block; width: 60%; height: 1.2em; background: linear-gradient(90deg, #f1f5f9, #eaeef3, #f1f5f9); background-size: 200% 100%; border-radius: 6px; animation: ske 1.2s linear infinite; }
  @keyframes ske { 0% { background-position:200% 0 } 100% { background-position:-200% 0 } }
  
  /* ---------- Leadership cards updated ---------- */
  .leader-card {
    display:flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff;
    border:1px solid var(--muted-2);
    border-radius:12px;
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .leader-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(2,6,23,0.06); }
  
  .leader-avatar {
    width:72px;
    height:72px;
    border-radius:50%;
    object-fit:cover;
    flex: 0 0 72px;
    border: 2px solid rgba(0,0,0,0.05);
    box-shadow: 0 6px 18px rgba(2,6,23,0.04);
  }
  
  /* meta to the right of avatar */
  .leader-meta { display:flex; flex-direction:column; gap:6px; }
  .leader-name { font-weight:700; font-size:1.05rem; color:var(--text-primary); }
  .leader-org { color:var(--text-secondary); font-weight:500; }
  .leader-bio { margin-top:4px; color:var(--text-secondary); }
  
  /* on smaller screens stack */
  @media (max-width: 720px) {
    .leader-card { flex-direction: row; align-items: center; gap: 12px; }
    .leader-avatar { width:64px; height:64px; flex: 0 0 64px; }
    .leader-name { font-size:1rem; }
  }
  
  /* ---------- Partners logos ---------- */
  .partners-grid .logos img { max-height: 46px; filter: grayscale(.05); opacity: .98; transition: transform .18s ease, filter .18s ease; }
  .partners-grid .logos img:hover { transform: translateY(-6px); filter: none; opacity: 1; }
  
  /* ---------- Cookie and modal (unchanged visuals, keep accessibility) ---------- */
  .wa-cookie-consent { position: fixed; left: 50%; transform: translateX(-50%); bottom: 18px; z-index: 6000; background: #fff; border: 1px solid var(--muted-2); box-shadow: 0 12px 44px rgba(2,6,23,0.12); padding: 12px 14px; border-radius: 10px; min-width: 320px; max-width: calc(100% - 32px); display: none; }
  .wa-cookie-consent[aria-hidden="false"] { display: block; }
  
  .wa-cookie-modal { position: fixed; inset: 0; display: none; z-index: 7000; align-items:center; justify-content:center; background: rgba(4,12,20,0.4); padding: 20px; }
  .wa-cookie-modal[aria-hidden="false"] { display: flex; }
  .wa-cookie-modal-panel { width: 720px; max-width: 96%; background: #fff; padding: 18px; border-radius: 12px; box-shadow: 0 20px 60px rgba(2,6,23,0.2); }
  .modal-head { border-bottom: 1px solid var(--muted-2); padding-bottom: 10px; margin-bottom: 12px; }
  
  /* ---------- Reveal transitions ---------- */
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.in-view { opacity: 1; transform: translateY(0); }
  
  @media (max-width: 520px) {
    .intro-inner { padding: 1rem; border-radius: 10px; }
    .leader-avatar { width:58px; height:58px; flex: 0 0 58px; }
    .intro-title { font-size: 1.4rem; }
  }
  
  /* small utilities used on this page */
  .small.text-muted { color: var(--text-secondary); }
  
  /* =========================================================
   ABOUT PAGE — FINAL FRONTEND + COOKIE POLISH
   Safe CSS-only upgrade. Keeps about.js IDs untouched.
   ========================================================= */

/* Page background consistency */
body[data-page="about"] {
  background:
    radial-gradient(circle at top left, rgba(30,58,138,0.055), transparent 28%),
    #f8fafc !important;
}

/* General section rhythm */
body[data-page="about"] main {
  overflow-x: hidden;
}

body[data-page="about"] section {
  position: relative;
}

/* =========================================================
   INTRO / ABOUT HERO
   ========================================================= */

.intro-section {
  padding: clamp(2rem, 5vw, 4rem) 0 2rem !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(16,185,129,0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.intro-inner {
  max-width: 1180px !important;
  padding: clamp(1.25rem, 4vw, 2.4rem) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at top right, rgba(30,58,138,0.07), transparent 34%),
    #ffffff !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  box-shadow: 0 20px 55px rgba(15,23,42,0.075) !important;
}

.intro-title {
  max-width: 760px;
  margin-inline: auto !important;
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.65rem) !important;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--text-primary) !important;
}

.intro-title::before {
  content: "Inclusive hiring platform";
  display: flex;
  width: fit-content;
  margin: 0 auto 0.8rem;
  padding: 0.4rem 0.78rem;
  border-radius: 999px;
  background: rgba(30,58,138,0.08);
  color: var(--color-primary);
  font-family: var(--base-font);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.intro-copy {
  max-width: 1040px;
  margin-inline: auto;
}

.intro-copy .lead {
  max-width: 920px;
  margin: 0 auto 1rem !important;
  text-align: center;
  font-size: clamp(0.98rem, 2vw, 1.08rem) !important;
  line-height: 1.75;
}

/* Pillar cards */
.intro-pillars {
  margin-top: 1.4rem !important;
}

.intro-pillars .pillar {
  min-height: 150px;
  padding: 1.15rem !important;
  border-radius: 22px !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(15,23,42,0.055);
}

.pillar-icon {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px;
  border-radius: 16px !important;
  background: rgba(30,58,138,0.09) !important;
}

.pillar-title {
  margin-bottom: 0.35rem !important;
  font-family: var(--brand-font);
}

/* =========================================================
   MISSION / VISION
   ========================================================= */

.about-intro {
  padding-top: 1.5rem;
}

.centered-heading {
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.03em;
  color: var(--text-primary) !important;
}

.mission-grid {
  gap: 1rem !important;
}

.mission-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  box-shadow: 0 16px 38px rgba(15,23,42,0.06) !important;
}

.mission-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--color-primary), var(--color-accent));
}

.mission-card h3 {
  font-family: var(--brand-font);
  color: var(--text-primary);
  margin-bottom: 0.6rem;
}

.mission-card p {
  line-height: 1.7;
}

/* =========================================================
   IMPACT
   ========================================================= */

.impact-inner {
  border-radius: 26px !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  box-shadow: 0 18px 45px rgba(15,23,42,0.065) !important;
}

.impact-card {
  border-radius: 22px !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
}

.impact-number {
  letter-spacing: -0.035em;
}

/* =========================================================
   LEADERSHIP / PARTNERS
   ========================================================= */

.leader-card {
  min-height: 112px;
  border-radius: 22px !important;
  border: 1px solid rgba(15,23,42,0.08) !important;
  box-shadow: 0 14px 34px rgba(15,23,42,0.055) !important;
}

.leader-avatar {
  width: 76px !important;
  height: 76px !important;
  flex: 0 0 76px !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 10px 26px rgba(15,23,42,0.12) !important;
}

.leader-name {
  font-family: var(--brand-font);
  letter-spacing: -0.02em;
}

.partners-grid {
  padding: 1.35rem;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 14px 34px rgba(15,23,42,0.055);
}

.partners-grid .logos img {
  max-height: 42px !important;
}

/* =========================================================
   HOW WE WORK + CTA
   ========================================================= */

#approach {
  background: #ffffff !important;
}

#approach .card {
  border: 1px solid rgba(15,23,42,0.08);
  border-radius: 22px !important;
  box-shadow: 0 14px 34px rgba(15,23,42,0.055);
}

#approach .card h5 {
  font-family: var(--brand-font);
  color: var(--text-primary);
}

/* Bottom CTA */
body[data-page="about"] main > section.py-4:last-of-type {
  padding: 2.3rem 0 !important;
}

body[data-page="about"] main > section.py-4:last-of-type .container {
  max-width: 920px;
  padding: 1.5rem;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(16,185,129,0.14), transparent 34%),
    linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  box-shadow: 0 22px 60px rgba(15,23,42,0.18);
}

body[data-page="about"] main > section.py-4:last-of-type h4 {
  font-family: var(--brand-font);
  color: #fff;
}

/* =========================================================
   COOKIE CONSENT — INDEX-STYLE, MOBILE SAFE
   Keeps all IDs used by about.js.
   ========================================================= */

.wa-cookie-consent {
  position: fixed !important;
  left: 50% !important;
  right: auto !important;
  bottom: 18px !important;
  transform: translateX(-50%) translateY(16px) !important;
  z-index: 6000 !important;
  width: min(960px, calc(100% - 32px)) !important;
  min-width: 0 !important;
  max-width: calc(100% - 32px) !important;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.wa-cookie-consent[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) !important;
}

.wa-cookie-consent .consent-inner {
  width: 100%;
  padding: 0.95rem 1rem !important;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(16,185,129,0.11), transparent 34%),
    #ffffff;
  border: 1px solid rgba(15,23,42,0.08);
  box-shadow: 0 18px 55px rgba(15,23,42,0.16);
}

.wa-cookie-consent strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: var(--brand-font);
  color: var(--text-primary);
  font-size: 0.98rem;
}

.wa-cookie-consent #cookieDesc {
  color: var(--text-secondary) !important;
  line-height: 1.45;
}

.wa-cookie-consent .consent-actions {
  flex: 0 0 auto;
}

.wa-cookie-consent .btn {
  min-height: 40px;
  border-radius: 12px;
  font-weight: 800;
  white-space: nowrap;
}

/* Cookie modal */
.wa-cookie-modal {
  z-index: 7000 !important;
  background: rgba(15,23,42,0.54) !important;
  backdrop-filter: blur(4px);
}

.wa-cookie-modal-panel {
  width: min(720px, 96vw) !important;
  max-height: min(82vh, 720px);
  overflow-y: auto;
  padding: 1.15rem !important;
  border-radius: 24px !important;
  border: 1px solid rgba(15,23,42,0.1);
  box-shadow: 0 26px 80px rgba(15,23,42,0.24) !important;
}

.wa-cookie-modal-panel h3 {
  font-family: var(--brand-font);
  margin-bottom: 0.25rem;
  color: var(--text-primary);
}

.wa-cookie-modal .modal-head {
  gap: 1rem;
}

.wa-cookie-modal .form-check {
  padding: 0.85rem 0.85rem 0.85rem 2.25rem;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,0.07);
}

.wa-cookie-modal .form-check-label {
  font-weight: 800;
  color: var(--text-primary);
}

.wa-cookie-modal .modal-body .btn {
  min-height: 42px;
  border-radius: 13px;
  font-weight: 800;
}

/* =========================================================
   MOBILE POLISH
   ========================================================= */

@media (max-width: 768px) {
  .intro-section {
    padding-top: 1.4rem !important;
  }

  .intro-inner {
    border-radius: 22px !important;
  }

  .intro-title {
    text-align: left;
  }

  .intro-title::before {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-copy .lead {
    text-align: left;
  }

  .intro-pillars .pillar {
    min-height: auto;
  }

  .mission-card {
    border-radius: 22px !important;
  }

  .impact-section header {
    align-items: flex-start !important;
  }

  .leader-card {
    align-items: center;
  }

  .partners-grid {
    padding: 1rem;
    border-radius: 22px;
  }

  body[data-page="about"] main > section.py-4:last-of-type .container {
    border-radius: 22px;
  }

  .wa-cookie-consent {
    bottom: 12px !important;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }

  .wa-cookie-consent .consent-inner {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.85rem !important;
    padding: 0.95rem !important;
    border-radius: 20px;
  }

  .wa-cookie-consent .consent-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 0.65rem !important;
  }

  .wa-cookie-consent .btn {
    width: 100%;
  }

  .wa-cookie-modal {
    align-items: flex-end !important;
    padding: 0.75rem !important;
  }

  .wa-cookie-modal-panel {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 86vh;
    border-radius: 24px 24px 18px 18px !important;
  }

  .wa-cookie-modal .modal-head {
    align-items: flex-start !important;
  }

  .wa-cookie-modal .mt-3.d-flex {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .wa-cookie-modal .mt-3.d-flex .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .intro-inner {
    padding: 1rem !important;
  }

  .intro-title {
    font-size: clamp(1.65rem, 8vw, 2rem) !important;
  }

  .leader-avatar {
    width: 62px !important;
    height: 62px !important;
    flex-basis: 62px !important;
  }
  
  .wa-cookie-consent .consent-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-pillars .pillar,
  .leader-card,
  .partners-grid .logos img,
  .wa-cookie-consent {
    transition: none !important;
  }

  .intro-pillars .pillar:hover,
  .leader-card:hover,
  .partners-grid .logos img:hover {
    transform: none !important;
  }
}
 /* =========================================================
   ABOUT PAGE — CLEAN VALUE SECTIONS
   ========================================================= */

.about-promise-section,
.about-building-section {
  background: #ffffff;
}

.about-promise-section {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.about-building-section {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.about-section-head {
  max-width: 760px;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(30, 58, 138, 0.07);
  border: 1px solid rgba(30, 58, 138, 0.1);
  color: var(--color-primary);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-section-head h2 {
  margin: 0.75rem 0 0.55rem;
  font-family: var(--brand-font);
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: var(--text-primary);
}

.about-section-head p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.7;
}

/* Promise cards */
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.promise-card {
  min-height: 205px;
  padding: 1.15rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.035);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.promise-card:hover {
  transform: translateY(-2px);
  border-color: rgba(30, 58, 138, 0.16);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045);
}

.promise-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  border-radius: 14px;
  background: rgba(30, 58, 138, 0.08);
  color: var(--color-primary);
  font-size: 1rem;
}

.promise-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--brand-font);
  font-size: 1rem;
  color: var(--text-primary);
}

.promise-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.65;
}

/* Building section — clean light panel */
.building-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}

.building-copy {
  color: var(--text-primary);
  padding: 0.25rem;
}

.building-copy .about-kicker {
  background: rgba(16, 185, 129, 0.09);
  border-color: rgba(16, 185, 129, 0.14);
  color: #047857;
}

.building-copy h2 {
  margin: 0.75rem 0 0.6rem;
  font-family: var(--brand-font);
  font-size: clamp(1.35rem, 3vw, 1.95rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: var(--text-primary);
}

.building-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.7;
}

.building-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.building-actions .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 700;
}

/* Since building section is now light, make outline button readable */
.building-actions .btn-outline-light {
  color: var(--color-primary);
  border-color: rgba(30, 58, 138, 0.28);
  background: #ffffff;
}

.building-actions .btn-outline-light:hover,
.building-actions .btn-outline-light:focus {
  color: #ffffff;
  background: var(--color-primary);
  border-color: var(--color-primary);
}

/* Feature list */
.building-list {
  display: grid;
  gap: 0.7rem;
}

.building-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.building-item i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(30, 58, 138, 0.08);
  color: var(--color-primary);
}

.building-item strong {
  display: block;
  margin-bottom: 0.15rem;
  font-family: var(--brand-font);
  color: var(--text-primary);
  font-size: 0.96rem;
}

.building-item span {
  display: block;
  color: var(--text-secondary);
  line-height: 1.5;
  font-size: 0.9rem;
}

/* Mobile */
@media (max-width: 992px) {
  .promise-grid,
  .building-panel {
    grid-template-columns: 1fr;
  }

  .promise-card {
    min-height: auto;
  }
}

@media (max-width: 576px) {
  .about-section-head {
    text-align: left;
  }

  .about-section-head p {
    margin-left: 0;
    margin-right: 0;
  }

  .building-panel {
    padding: 1rem;
    border-radius: 20px;
  }

  .building-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .building-actions .btn {
    width: 100%;
  }

  .building-item {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .building-item i {
    width: 40px;
    height: 40px;
  }
}
  /* end about.css */
  