/* ===== FADE ANIMATION ===== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-child {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-child.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== ABOUT HERO ===== */
.about-hero-section {
  padding-top: calc(70px + 58px);
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
  background: #0F2B5B;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
}

.about-hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-inner {
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
}

.about-hero-left {
  flex: 1;
  min-width: 0;
}

.about-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 0 18px;
  border-radius: 9999px;
  border: 1px solid #F7BB33;
  color: #F7BB33;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 19.5px;
  text-transform: none;
}

.about-hero-pill-icon {
  width: 16px;
  height: 16px;
}

.about-hero-title {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 57px;
  color: #FFFFFF;
  letter-spacing: -0.5px;
}

.about-hero-title-highlight {
  color: #F7BB33;
}

.about-hero-sub {
  margin-top: 18px;
  max-width: 533px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}

.about-hero-sub-2 {
  margin-top: 18px;
  max-width: 511px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26.25px;
  color: rgba(255, 255, 255, 0.5);
}

.about-hero-right {
  flex: 0 0 576px;
  position: relative;
  min-width: 0;
}

.about-hero-image-card {
  position: relative;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
}

.about-hero-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero-calendar {
  position: absolute;
  left: -16px;
  top: 314px;
  width: 175px;
  height: 82px;
  background: #FFFFFF;
  border: 1px solid rgba(26, 79, 186, 0.1);
  border-radius: 14px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 12px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-hero-calendar-icon {
  width: 24px;
  height: 24px;
}

.about-hero-calendar-year {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #0F2B5B;
}

.about-hero-calendar-label {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6B7280;
  margin-top: -2px;
}

.about-hero-deco {
  position: absolute;
  left: auto;
  right: -40px;
  bottom: -10px;
  width: 120px;
  height: auto;
  opacity: 0.5;
  pointer-events: none;
}

.about-hero-deco-large {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

/* ===== ABOUT IDENTITY ===== */
.about-identity-section {
  background: #F8FAFE;
  padding: 50px 0 64px;
}

.about-identity-inner {
  text-align: center;
}

.about-identity-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 20px;
  border-radius: 30px;
  background: #205CD4;
  color: #FFFFFF;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.about-identity-title {
  margin-top: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 63px;
  color: #0F2B5B;
}

.about-identity-desc {
  margin: 14px auto 0;
  max-width: 678px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28.9px;
  color: #6B7280;
}

.about-identity-cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.about-info-card {
  border: 1px solid #E5E7EB;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 285px;
  padding: 32px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.about-info-card--mission {
  background: linear-gradient(180deg, #DBEAFF 0%, #FFFFFF 100%);
}

.about-info-card--vision {
  background: linear-gradient(180deg, #FFF5E5 0%, #FFFFFF 100%);
}

.about-info-card--values {
  background: linear-gradient(180deg, #D8EFDB 0%, #FFFFFF 100%);
}

.about-info-card-icon {
  width: 50px;
  height: 50px;
}

.about-info-card-title {
  margin-top: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #0F2B5B;
}

.about-info-card-desc {
  margin-top: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.2px;
  color: #6E7F93;
  max-width: 313px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .about-hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding-bottom: 10px;
  }

  .about-hero-right {
    flex: none;
    width: 100%;
    max-width: 603px;
  }

  .about-identity-cards {
    grid-template-columns: 1fr;
  }
}

/* ===== ABOUT VALUES ===== */
.about-values-section {
  background: #0F2B5B;
  padding: 70px 0 50px;
  position: relative;
}

.about-values-inner {
  text-align: left;
}

.about-values-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.about-values-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
}

.about-values-deco {
  width: 220px;
  height: auto;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 22px;
}

.about-value-card {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 25px 22px;
  min-height: 158px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.about-value-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.about-value-card-title {
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}

.about-value-card-desc {
  margin-top: 8px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22.1px;
  color: #6E7F93;
}

/* ===== ABOUT APPROACH ===== */
.about-approach-section {
  background: #F8FAFE;
  padding: 64px 0;
}

.about-approach-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.about-approach-card {
  flex: 1;
  min-width: 0;
  background: #0F2B5B;
  border-radius: 25px;
  padding: 40px 42px 38px;
}

.about-approach-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 0 18px;
  border-radius: 9999px;
  border: 1px solid rgba(247, 187, 51, 1);
  color: #F7BB33;
  background: transparent;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: none;
}

.about-approach-pill-icon {
  width: 16px;
  height: 16px;
}

.about-approach-title {
  margin-top: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
}

.about-approach-desc {
  margin-top: 18px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #6E7F93;
}

.about-approach-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.about-approach-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #FFFFFF;
}

.about-approach-check {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-approach-check img {
  width: 10px;
  height: 8px;
}

.about-approach-image {
  flex: 1;
  min-width: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.about-approach-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .about-values-section {
    padding: 50px 0 40px;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-approach-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .about-approach-card {
    flex: none;
    max-width: none;
    width: 100%;
    padding: 30px 18px;
  }

  .about-approach-image {
    flex: none;
    max-width: none;
    width: 100%;
  }
}

/* ===== ABOUT IMPACT FIGURES ===== */
.about-impact-figures-section {
  background: #F8FAFE;
  padding: 0 0 30px;
}

.about-impact-figures-header {
  text-align: center;
}

.about-impact-figures-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 10px 18px;
  border-radius: 30px;
  background: #205CD4;
  color: #FFFFFF;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.about-impact-figures-title {
  margin-top: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 54px;
  color: #0F2B5B;
}

.about-impact-figures-desc {
  margin-top: 10px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.about-impact-figures-content {
  margin-top: 30px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.about-impact-figures-photo {
  flex: 0 0 470px;
  border-radius: 20px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.about-impact-figures-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-impact-figures-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  align-items: stretch;
}

.about-figure-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 96px;
}

.about-figure-icon img {
  width: 42px;
  height: 42px;
}

.about-figure-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-figure-value {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #205CD4;
}

.about-figure-label {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #6E7F93;
}

/* ===== ABOUT IMPACT FOLLOW ===== */
.about-impact-follow-section {
  background: #F8FAFE;
  padding: 30px 0 50px;
}

.about-impact-follow-card {
  background: #FFFFFF;
  border: 1px solid rgba(26, 79, 186, 0.1);
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 35px 30px;
}

.about-impact-follow-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.about-impact-follow-deco {
  height: auto;
}

.about-impact-follow-inner {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.about-impact-follow-left {
  flex: 1;
  min-width: 0;
}

.about-impact-follow-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 0 16px;
  border-radius: 9999px;
  background: #205CD4;
  color: #FFFFFF;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.about-impact-follow-badge-icon img {
  width: 16px;
  height: 16px;
}

.about-impact-follow-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 48px;
  color: #0F2B5B;
}

.about-impact-follow-desc {
  margin-top: 10px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  color: #182052;
  max-width: 520px;
}

.about-impact-follow-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.about-impact-follow-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  color: #6E7F93;
}

.about-impact-follow-check {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: #F8F9FC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-impact-follow-check img {
  width: 10px;
  height: 8px;
}

.about-impact-follow-right {
  flex: 0 0 527px;
}

.about-impact-follow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.about-impact-follow-stat {
  background: #F8F9FC;
  border: 1px solid rgba(26, 79, 186, 0.05);
  border-radius: 14px;
  padding: 20px;
}

.about-impact-follow-stat-label {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #1F2937;
}

.about-impact-follow-stat-value {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 42px;
}

.about-impact-follow-stat-value--blue {
  color: #205CD4;
}

.about-impact-follow-stat-value--yellow {
  color: #F7BB33;
}

.about-impact-follow-stat-sub {
  margin-top: -6px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16.5px;
  color: #6B7280;
}

.about-impact-follow-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
  position: relative;
  z-index: 1;
}

.about-impact-report-btn {
  width: 423px;
  max-width: 100%;
  height: 46px;
  border-radius: 12px;
  background: #F7BB33;
  box-shadow: 0 2px 0 0 #C27E0C, 0 2px 4px rgba(37, 43, 47, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #0F2B5B;
  text-decoration: none;
  position: relative;
  padding: 0 44px 0 20px;
}

.about-impact-report-arrow {
  position: absolute;
  right: 18px;
  width: 20px;
  height: 20px;
}

@media (max-width: 1024px) {
  .about-impact-figures-content {
    flex-direction: column;
    gap: 20px;
  }

  .about-impact-figures-photo {
    flex: none;
    width: 100%;
    max-width: 600px;
  }

  .about-impact-figures-grid {
    grid-template-columns: 1fr;
  }

  .about-impact-follow-card {
    padding: 30px 20px;
  }

  .about-impact-follow-top {
    margin-bottom: 24px;
  }

  .about-impact-follow-inner {
    flex-direction: column;
    gap: 24px;
  }

  .about-impact-follow-left {
    flex: none;
    width: 100%;
  }

  .about-impact-follow-desc {
    max-width: none;
  }

  .about-impact-follow-right {
    flex: none;
    width: 100%;
  }

  .about-impact-follow-button-wrap {
    margin-top: 24px;
  }
}

@media (max-width: 640px) {
  .about-impact-figures-title {
    font-size: 32px;
    line-height: 44px;
  }

  .about-impact-follow-card {
    padding: 28px 16px;
  }

  .about-impact-follow-title {
    font-size: 26px;
    line-height: 34px;
  }

  .about-impact-report-btn {
    height: 50px;
  }
}

/* ===== ABOUT CONTACT ===== */
.about-contact-section {
  background: #F8FAFE;
  padding: 0;
}

.about-contact-inner {
  position: relative;
}

.about-contact-top {
  text-align: center;
}

.about-contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 18px;
  border-radius: 30px;
  background: #205CD4;
  color: #FFFFFF;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.about-contact-title {
  margin-top: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  color: #0F2B5B;
}

.about-contact-desc {
  margin-top: 12px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.about-contact-layout {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 462px 1fr;
  gap: 26px;
  align-items: start;
}

.about-contact-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-contact-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 21px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(32, 92, 212, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-contact-icon img {
  width: 20px;
  height: 20px;
}

.about-contact-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-contact-card-label {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.about-contact-card-value {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
  color: #0F2B5B;
}

.about-contact-hours {
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 24px;
}

.about-contact-hours-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.about-contact-hours-text {
  margin-top: 12px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

/* Note: in Figma, the hours card is navy; if your colors differ, adjust here */
.about-contact-hours {
  background: #0F2B5B;
  border-color: rgba(229, 231, 235, 0.6);
}

.about-contact-form {
  background: transparent;
}

.about-contact-form-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 33px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

.about-contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
}

.about-contact-field label {
  display: block;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #0F2B5B;
  margin-bottom: 8px;
}

.about-contact-field input,
.about-contact-field select,
.about-contact-field textarea {
  width: 100%;
  border: 1px solid #E5E7EB;
  background: #F8F9FC;
  border-radius: 14px;
  padding: 12px 16px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #0F2B5B;
  outline: none;
}

.about-contact-field textarea {
  min-height: 138px;
  resize: none;
}

.about-contact-field--full {
  grid-column: 1 / -1;
}

.about-contact-submit {
  margin-top: 20px;
  width: 288px;
  max-width: 100%;
  height: 46px;
  border-radius: 12px;
  background: #F7BB33;
  box-shadow: 0 2px 0 0 #C27E0C, 0 2px 4px rgba(37, 43, 47, 0.06);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #0F2B5B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none;
  cursor: pointer;
  position: relative;
}

.about-contact-submit-arrow {
  width: 20px;
  height: 20px;
}

.about-contact-success {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(45, 197, 67, 0.1);
  border: 1px solid rgba(45, 197, 67, 0.3);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1a7a2e;
}

.about-contact-success svg {
  flex-shrink: 0;
}

.about-contact-errors {
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.25);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 20px;
}

.about-contact-errors p {
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #dc3545;
  margin: 0;
}

.about-contact-errors p + p {
  margin-top: 4px;
}

/* ===== ABOUT TEAM ===== */
.about-team-section {
  background: #F8FAFE;
  padding: 0 0 60px;
}

.about-team-top {
  text-align: center;
}

.about-team-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 18px;
  border-radius: 30px;
  background: #205DD5;
  color: #FFFFFF;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.about-team-title {
  margin-top: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
  color: #0F2B5B;
}

.about-team-desc {
  margin-top: 12px;
  font-family: "DM Sans", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.about-team-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.about-person-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 25px;
  padding: 34px 28px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-person-avatar {
  width: 134px;
  height: 134px;
  border-radius: 9999px;
  overflow: hidden;
}

.about-person-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-person-name {
  margin-top: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #0F2B5B;
}

.about-person-role {
  margin-top: 6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 19.5px;
  color: #205CD4;
}

.about-person-desc {
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6B7280;
}

@media (max-width: 1024px) {
  .about-contact-layout {
    grid-template-columns: 1fr;
  }

  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  /* Hero */
  .about-hero-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-hero-title {
    font-size: 32px;
    line-height: 42px;
  }

  .about-hero-sub,
  .about-hero-sub-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .about-hero-deco {
    display: none;
  }

  /* Identity */
  .about-identity-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-identity-title {
    font-size: 28px;
    line-height: 36px;
  }

  /* Values */
  .about-values-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-values-deco {
    display: none;
  }

  /* Approach */
  .about-approach-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-approach-title {
    font-size: 26px;
    line-height: 34px;
  }

  .about-approach-card {
    padding: 28px 16px;
  }

  /* Impact figures */
  .about-impact-figures-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-impact-figures-inner.container {
    max-width: none;
    padding: 0;
  }

  .about-impact-figures-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-impact-figures-title {
    font-size: 28px;
    line-height: 38px;
  }

  .about-impact-figures-photo {
    border-radius: 0;
  }

  .about-impact-figures-grid {
    gap: 12px;
    padding: 0;
  }

  .about-figure-card {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  /* Impact follow */
  .about-impact-follow-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-impact-follow-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .about-impact-follow-top {
    margin-bottom: 18px;
  }

  .about-impact-follow-deco {
    display: none;
  }

  .about-impact-follow-title {
    font-size: 22px;
    line-height: 30px;
  }

  .about-impact-follow-desc {
    font-size: 14px;
    line-height: 22px;
  }

  .about-impact-follow-list li {
    font-size: 13px;
  }

  .about-impact-follow-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .about-impact-follow-stat {
    padding: 14px;
    border-radius: 12px;
  }

  .about-impact-follow-stat-value {
    font-size: 22px;
    line-height: 32px;
  }

  .about-impact-follow-stat-label {
    font-size: 12px;
  }

  .about-impact-follow-button-wrap {
    margin-top: 20px;
  }

  .about-impact-report-btn {
    width: 100%;
    height: 48px;
    font-size: 13px;
    padding: 0 40px 0 16px;
    border-radius: 10px;
  }

  /* Team */
  .about-team-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-team-title {
    font-size: 28px;
    line-height: 36px;
  }

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

  .about-person-card {
    padding: 24px 20px;
  }

  /* Contact */
  .about-contact-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-contact-title {
    font-size: 28px;
    line-height: 36px;
  }

  .about-contact-form-card {
    padding: 22px 16px;
  }

  .about-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .about-contact-submit {
    width: 100%;
  }
}

