.about-page { --about-navy: #11105d; --about-blue: #0878f9; --about-copy: #33467e; overflow: hidden; color: var(--about-navy); background: #fff; font-family: "Poppins", Arial, sans-serif; }
.about-page *, .about-page *::before, .about-page *::after { box-sizing: border-box; }
.about-shell { width: min(calc(100% - 40px), 1120px); margin: 0 auto; }
.about-hero { position: relative; padding: 42px 0 30px; background: radial-gradient(circle at 72% 47%, rgba(81, 169, 255, .17), transparent 34%), linear-gradient(112deg, #fff 0%, #f7fbff 45%, #e9f6ff 100%); }
.about-hero::before { position: absolute; top: 24px; right: 10%; width: 290px; height: 290px; border: 42px solid rgba(42, 146, 244, .05); border-radius: 50%; content: ""; }
.about-breadcrumb { position: relative; z-index: 1; display: flex; gap: 10px; align-items: center; margin-bottom: 29px; color: #354678; font-size: 14px; }
.about-breadcrumb a { color: #354678; text-decoration: none; }
.about-breadcrumb strong { color: var(--about-navy); }
.about-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(500px, .93fr) minmax(0, 1.17fr); gap: 24px; align-items: center; }
.about-hero__copy h1 { margin: 0 0 4px; color: var(--about-navy); font-size: clamp(45px, 5vw, 61px); font-weight: 700; line-height: 1.05; letter-spacing: -.045em; }
.about-hero__copy h1 span, .about-team h2 span, .about-impact h2 span { color: var(--about-blue); }
.about-hero__copy h2 { margin: 0 0 22px; color: #314378; font-size: 27px; font-weight: 500; line-height: 1.25; }
.about-hero__copy > p { max-width: 535px; margin: 0 0 22px; color: var(--about-copy); font-size: 15px; line-height: 1.58; }
.about-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.about-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 10px 19px; border-radius: 6px; font-size: 14px; font-weight: 700; text-decoration: none; }
.about-button:hover, .about-button:focus { text-decoration: none; transform: translateY(-1px); }
.about-button--primary { color: #10105b; background: #ffd018; border: 1px solid #ffd018; box-shadow: 0 8px 18px rgba(7, 39, 112, .12); }
.about-button--primary:hover, .about-button--primary:focus { color: #10105b; background: #ffe05a; }
.about-button--secondary { color: #066eef; background: #fff; border: 1px solid #0878f9; }
.about-button--secondary:hover, .about-button--secondary:focus { color: #fff; background: #0878f9; }
.about-hero__visual { position: relative; min-height: 350px; display: flex; align-items: center; }
.about-hero__visual img { display: block; width: 100%; height: auto; filter: drop-shadow(0 16px 20px rgba(25, 61, 104, .16)); }
.about-hero__visual p { position: absolute; top: -3px; right: -12px; margin: 0; color: #0874ef; font-size: 20px; font-style: italic; font-weight: 700; line-height: 1.35; text-align: center; transform: rotate(-7deg); }
.about-hero__visual > i { position: absolute; top: 82px; right: 22px; color: #ffd018; font-size: 42px; transform: rotate(-35deg); }
.about-team { padding: 0 0 34px; background: linear-gradient(90deg, #f9fcff, #fff); }
.about-team__grid { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 30px; align-items: center; }
.about-team__copy { padding: 36px 0 20px 6px; }
.about-eyebrow { margin: 0 0 8px; color: #0873ef; font-size: 14px; font-weight: 700; letter-spacing: .025em; }
.about-team h2 { margin: 0 0 17px; color: var(--about-navy); font-size: 37px; font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
.about-team__copy > p:not(.about-eyebrow) { margin: 0 0 20px; color: var(--about-copy); font-size: 14px; line-height: 1.55; }
.about-team__photos { overflow: hidden; background: #eaf5ff; border-radius: 8px; box-shadow: 0 12px 30px rgba(25, 61, 104, .12); }
.about-team__photos > img { display: block; width: 100%; height: auto; }
.about-essence { padding: 25px 0 22px; }
.about-essence header h2 { margin: 0; color: var(--about-navy); font-size: 29px; font-weight: 700; }
.about-essence header p { margin: 0 0 18px; color: var(--about-copy); font-size: 17px; }
.about-essence__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-essence article { min-height: 208px; padding: 27px 28px 23px; background: #fff; border: 1px solid #cfe1f4; border-radius: 8px; box-shadow: 0 7px 20px rgba(36, 85, 136, .04); }
.about-essence article > i { margin-bottom: 12px; color: #0878f9; font-size: 40px; }
.about-essence article h3 { margin: 0 0 7px; color: var(--about-navy); font-size: 17px; font-weight: 700; }
.about-essence article p, .about-essence article li { color: var(--about-copy); font-size: 14px; line-height: 1.48; }
.about-essence article p { margin: 0; }
.about-essence article ul { margin: 0; padding: 0; list-style: none; }
.about-essence article li { position: relative; padding-left: 24px; }
.about-essence article li::before { position: absolute; top: 2px; left: 0; display: grid; place-items: center; width: 16px; height: 16px; color: #fff; background: #0878f9; border-radius: 50%; content: "✓"; font-size: 14px; font-weight: 700; }
.about-impact { padding: 0 0 22px; }
.about-impact__panel { display: grid; grid-template-columns: 1.75fr repeat(4, .68fr); align-items: center; min-height: 184px; padding: 25px 28px; background: linear-gradient(105deg, #edf8ff, #f7fbff); border-radius: 9px; }
.about-impact__intro { padding-right: 26px; }
.about-impact__intro h2 { margin: 0 0 7px; color: var(--about-navy); font-size: 29px; font-weight: 700; line-height: 1.12; }
.about-impact__intro > p:last-child { margin: 0; color: var(--about-copy); font-size: 14px; line-height: 1.45; }
.about-impact__stat { display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: 126px; padding: 5px 14px; border-left: 1px solid #bcd8f2; text-align: center; }
.about-impact__stat > i { margin-bottom: 7px; color: #0878f9; font-size: 38px; }
.about-impact__stat > b { display: block; margin-bottom: 5px; font-size: 35px; line-height: 1; }
.about-impact__stat strong { color: var(--about-navy); font-size: 14px; line-height: 1.28; }
.about-impact__stat:first-of-type strong { font-size: 25px; }
.about-impact__stat span { margin-top: 8px; color: var(--about-copy); font-size: 14px; line-height: 1.3; }
.about-cta { position: relative; min-height: 192px; overflow: hidden; color: #fff; background: linear-gradient(105deg, #0751b6, #0879fb); }
.about-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 45px; min-height: 192px; padding: 28px 92px; }
.about-cta h2 { margin: 0 0 7px; color: #fff; font-size: 27px; font-weight: 600; line-height: 1.32; }
.about-cta p { margin: 0; color: #fff; font-size: 14px; }
.about-cta__action { flex: 0 0 320px; text-align: center; }
.about-cta__action a { display: flex; align-items: center; justify-content: center; gap: 28px; min-height: 50px; padding: 10px 22px; color: #11105d; background: #ffd018; border-radius: 6px; box-shadow: 0 9px 20px rgba(4, 32, 100, .22); font-size: 15px; font-weight: 700; text-decoration: none; }
.about-cta__action small { display: block; margin-top: 9px; color: #fff; font-size: 14px; }
.about-cta__circle { position: absolute; border-radius: 50%; }
.about-cta__circle--left { bottom: -80px; left: -90px; width: 205px; height: 205px; border: 38px solid rgba(31, 144, 255, .72); }
.about-cta__circle--right { right: -55px; bottom: -75px; width: 180px; height: 180px; border: 34px solid #ffd018; }
@media (max-width: 991.98px) {
  .about-hero__grid { grid-template-columns: 1fr; }
  .about-hero__visual { max-width: 720px; margin: 0 auto; }
  .about-team__grid { grid-template-columns: 1fr; }
  .about-team__copy { max-width: 660px; }
  .about-impact__panel { grid-template-columns: repeat(2, 1fr); gap: 12px 0; }
  .about-impact__intro { grid-column: 1 / -1; padding: 0 0 18px; text-align: center; }
  .about-impact__stat:nth-of-type(odd) { border-left: 0; }
  .about-cta__inner { padding-right: 30px; padding-left: 30px; }
}
@media (max-width: 767.98px) {
  .about-shell { width: min(calc(100% - 28px), 1120px); }
  .about-hero { padding-top: 28px; }
  .about-breadcrumb { margin-bottom: 22px; }
  .about-hero__copy h1 { font-size: 43px; }
  .about-hero__copy h2 { font-size: 22px; }
  .about-actions { align-items: stretch; flex-direction: column; }
  .about-button { width: 100%; }
  .about-hero__visual { min-height: 270px; padding-top: 45px; }
  .about-hero__visual p { right: 5px; }
  .about-essence__grid { grid-template-columns: 1fr; }
  .about-impact__panel { grid-template-columns: 1fr; }
  .about-impact__stat, .about-impact__stat:nth-of-type(odd) { min-height: 116px; border-top: 1px solid #bcd8f2; border-left: 0; }
  .about-cta__inner { align-items: stretch; flex-direction: column; gap: 22px; padding-top: 38px; padding-bottom: 38px; text-align: center; }
  .about-cta__action { flex-basis: auto; width: min(100%, 380px); margin: 0 auto; }
}
@media (max-width: 480px) {
  .about-team__photos { border-radius: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  .about-page *, .about-page *::before, .about-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
