/* About page: a readable editorial layout, scoped away from other pages. */
.about-page {
  --about-ink: #14243b;
  --about-muted: #53647a;
  --about-blue: #1358d4;
  --about-line: #e0e7ef;
  --heading-font: "Roboto", system-ui, sans-serif;
  background: #fff;
}
.about-page .header { background: rgba(255,255,255,.97); border-bottom: 1px solid #e9edf3; box-shadow: none; padding: 14px 0; }
.about-page .header .logo img { max-height: 49px; width: auto; }
.about-page .header .btn-getstarted { background: var(--about-blue); border-radius: 7px; padding: 11px 21px; font-weight: 600; }
.about-page .navmenu a { font-size: 14px; }
.about-page #preloader { display: none; }
.about-page .footer .footer-highlights { display: none; }
.about-main { color: var(--about-ink); overflow: clip; }
.about-main *, .about-main *::before, .about-main *::after { box-sizing: border-box; }
.about-main section { padding: 0; color: inherit; background: transparent; scroll-margin-top: 105px; }
.about-main .container { max-width: 1240px; padding-left: 28px; padding-right: 28px; }
.about-main h1, .about-main h2, .about-main h3 { color: var(--about-ink); font-weight: 650; letter-spacing: -.045em; }
.about-main h2 { font-size: clamp(32px,3.2vw,45px); line-height: 1.17; margin: 16px 0 22px; }
.about-main p { font-size: 15px; line-height: 1.85; color: var(--about-muted); }
.about-main a:focus-visible, .about-skip:focus-visible { outline: 3px solid #2588fa; outline-offset: 5px; }
.about-skip { position: fixed; top: 10px; left: 15px; z-index: 10000; transform: translateY(-180%); padding: 12px 20px; background: #fff; border-radius: 6px; }
.about-skip:focus { transform: translateY(0); }
.about-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 750; letter-spacing: 1.7px; color: var(--about-blue); line-height: 1.8; }
.about-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #238975; box-shadow: 0 0 0 4px #23897513; flex-shrink: 0; }
.about-text-link { display: inline-flex; align-items: center; gap: 13px; color: var(--about-ink); font-size: 13px; font-weight: 600; }
.about-text-link:hover { color: var(--about-blue); }
.about-text-link i { transition: transform .2s; }
.about-text-link:hover i { transform: translate(2px,-2px); }
.about-button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 50px; background: var(--about-blue); color: #fff; border: 1px solid var(--about-blue); padding: 16px 22px; font-size: 14px; font-weight: 600; border-radius: 7px; transition: transform .2s,background .2s,box-shadow .2s; }
.about-button:hover { color: #fff; background: #1048ae; transform: translateY(-2px); box-shadow: 0 7px 18px #1358d425; }
.about-button i { font-size: 17px; }
.about-main .about-intro { padding-top: 30px; background: linear-gradient(160deg,#fff 40%,#f4f8ff); }
.about-breadcrumb { display: flex; align-items: center; gap: 12px; font-size: 11px; color: #627389; margin-bottom: 47px; }
.about-breadcrumb a { color: #627389; }
.about-breadcrumb a:hover { color: var(--about-blue); }
.about-breadcrumb i { font-size: 8px; }
.about-intro-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 50px; align-items: end; margin-bottom: 44px; }
.about-main h1 { font-size: clamp(40px,4.3vw,61px); line-height: 1.1; letter-spacing: -2.7px; font-weight: 700; margin: 22px 0 0; }
.about-main h1 span { color: var(--about-blue); }
.about-intro-copy { padding-bottom: 5px; }
.about-intro-copy p { margin-bottom: 19px; font-size: 16px; }
.about-cover { display: grid; grid-template-columns: 1.85fr 1fr; border-radius: 12px; overflow: hidden; }
.about-cover-photo { position: relative; min-width: 0; }
.about-cover-photo::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent,#07142699); pointer-events: none; }
.about-cover-photo img { width: 100%; height: 420px; display: block; object-fit: cover; object-position: center 44%; }
.about-photo-label { position: absolute; bottom: 25px; left: 28px; z-index: 1; display: flex; gap: 10px; align-items: center; font-size: 9px; font-weight: 600; color: #fff; letter-spacing: 1.4px; }
.about-photo-label i { font-size: 14px; }
.about-cover-statement { position: relative; overflow: hidden; padding: 32px 37px 24px; background: #1358d4; color: #fff; display: flex; flex-direction: column; }
.about-cover-statement::after { content: ""; position: absolute; border: 1px solid #ffffff1c; width: 300px; height: 300px; right: -160px; top: 90px; border-radius: 50%; pointer-events: none; }
.about-brand-mark { font-size: 30px; margin-bottom: 24px; }
.about-cover-kicker { font-size: 9px; letter-spacing: 1.6px; color: #c5daff; }
.about-cover-statement p { font-size: clamp(26px,2.65vw,36px); font-weight: 550; line-height: 1.2; letter-spacing: -1.2px; color: #fff; margin: 15px 0 23px; }
.about-cover-statement p span { color: #c3d9ff; }
.about-cover-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding-top: 17px; border-top: 1px solid #ffffff38; }
.about-cover-bottom span { font-size: 10px; color: #d7e6ff; }
.about-cover-bottom i { font-size: 20px; }
.about-context-strip { display: grid; grid-template-columns: repeat(4,1fr); padding: 28px 0; gap: 24px; border-bottom: 1px solid var(--about-line); }
.about-context-strip > div { border-right: 1px solid var(--about-line); }
.about-context-strip > div:last-child { border: 0; }
.about-context-strip span { display: block; font-size: 8px; letter-spacing: 1.5px; color: #6b7c92; margin-bottom: 9px; }
.about-context-strip strong { font-size: 13px; font-weight: 550; }
.about-main .about-section { padding: 90px 0; }
.about-story-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; }
.about-story-grid > div:first-child > a { margin-top: 16px; }
.about-story-copy .about-lead { color: var(--about-ink); font-size: 23px; line-height: 1.55; letter-spacing: -.5px; margin-bottom: 22px; }
.about-story-copy > p { margin-bottom: 18px; }
.about-story-note { border-top: 1px solid var(--about-line); margin-top: 27px; padding-top: 24px; display: flex; gap: 18px; align-items: flex-start; }
.about-story-note > i { color: var(--about-blue); font-size: 23px; }
.about-story-note > span { color: #687990; font-size: 13px; line-height: 1.8; }
.about-story-note strong { color: var(--about-ink); font-weight: 500; }
.about-main .about-purpose { background: #f5f8fc; }
.about-section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 40px; }
.about-section-heading h2 { margin-bottom: 0; }
.about-section-heading > p { max-width: 370px; margin-bottom: 4px; }
.about-purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.about-purpose-card { padding: 36px; border: 1px solid var(--about-line); border-radius: 10px; background: #fff; }
.about-card-top { display: flex; align-items: center; gap: 13px; }
.about-card-top > i { font-size: 22px; color: var(--about-blue); }
.about-card-top > span { font-size: 9px; font-weight: 650; letter-spacing: 1.4px; color: #586e8e; }
.about-card-top > b { margin-left: auto; color: #c2cfe0; font-size: 24px; font-weight: 400; }
.about-purpose-card h3 { font-size: 28px; line-height: 1.25; letter-spacing: -.8px; margin: 27px 0 18px; }
.about-purpose-card p { font-size: 14px; margin-bottom: 23px; }
.about-purpose-card ul { list-style: none; padding: 22px 0 0; margin: 0; border-top: 1px solid var(--about-line); }
.about-purpose-card li { position: relative; font-size: 12px; color: #5b6c82; padding-left: 18px; line-height: 1.7; margin-bottom: 10px; }
.about-purpose-card li:last-child { margin-bottom: 0; }
.about-purpose-card li::before { content: ""; position: absolute; width: 5px; height: 5px; background: #5f8aca; border-radius: 50%; top: 7px; left: 0; }
.about-purpose-vision { background: #edf4ff; border-color: #cfdef4; }
.about-purpose-link { margin-top: 27px; }
.about-values-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; }
.about-value { padding-top: 27px; border-top: 1px solid var(--about-line); }
.about-value > i { display: grid; place-items: center; width: 45px; height: 45px; background: #f0f5fd; border-radius: 9px; color: var(--about-blue); font-size: 22px; }
.about-value h3 { font-size: 21px; margin: 23px 0 13px; letter-spacing: -.5px; }
.about-value p { font-size: 14px; margin-bottom: 22px; }
.about-value > span { font-size: 8px; color: #657b98; letter-spacing: .7px; font-weight: 650; line-height: 1.8; display: block; }
.about-main .about-partnership { background: #10263e; }
.about-partnership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-partnership .about-eyebrow { color: #a9caff; }
.about-partnership-intro h2 { color: #fff; }
.about-partnership-intro h2 span { color: #a4c8ff; }
.about-partnership-intro > p { color: #bbcada; max-width: 430px; }
.about-button-light { background: #fff; border-color: #fff; color: #14243b; margin-top: 20px; }
.about-button-light:hover { background: #e9f1ff; color: #1358d4; }
.about-expectations article { display: flex; align-items: flex-start; gap: 23px; padding: 27px 0; border-bottom: 1px solid #31475e; }
.about-expectations article:first-child { padding-top: 0; }
.about-expectations article:last-child { border-bottom: 0; padding-bottom: 0; }
.about-expectations article > span { color: #9fc5fb; font-size: 12px; padding-top: 4px; }
.about-expectations h3 { color: #fff; font-size: 20px; margin: 0 0 12px; letter-spacing: -.4px; }
.about-expectations p { color: #b4c5d8; font-size: 14px; margin: 0; }
.about-capability-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.about-capability { border: 1px solid var(--about-line); border-radius: 10px; padding: 29px; transition: border-color .2s,transform .2s; }
.about-capability:hover { border-color: #a6c1e9; transform: translateY(-3px); }
.about-capability-number { font-size: 9px; font-weight: 650; letter-spacing: 1.6px; color: var(--about-blue); }
.about-capability h3 { font-size: 24px; margin: 19px 0 14px; letter-spacing: -.65px; }
.about-capability p { font-size: 14px; margin-bottom: 25px; }
.about-capability > a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 15px 0; border-top: 1px solid var(--about-line); color: var(--about-ink); font-size: 12px; font-weight: 500; }
.about-capability > a:hover { color: var(--about-blue); }
.about-capability > a:last-child { padding-bottom: 0; }
.about-capability > a i { font-size: 14px; color: var(--about-blue); }
.about-main .about-next { padding-top: 0; padding-bottom: 35px; }
.about-next-card { position: relative; background: #f0f5fe; border: 1px solid #dce7f7; border-radius: 12px; padding: 52px; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.about-next-card p { max-width: 510px; margin: 0; }
.about-next-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; flex-shrink: 0; }
.about-email { font-size: 12px; color: #536987; }
.about-email:hover { color: var(--about-blue); text-decoration: underline; }
.about-careers { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 29px 0 0; font-size: 12px; color: #5e728d; }
.about-careers > span { display: inline-flex; align-items: center; gap: 10px; }
.about-careers > span i { font-size: 16px; }
.about-careers a { font-size: 12px; }
.about-reveal { opacity: 1; transform: none; }
.about-reveal.is-pending { opacity: 0; transform: translateY(16px); }
.about-reveal.is-visible { opacity: 1; transform: none; transition: opacity .55s ease,transform .55s ease; }
@media(min-width:1200px) {
  .about-page .navmenu > ul > li > a { padding-left: 16px; padding-right: 16px; }
}
@media(max-width:1199px) {
  .about-intro-grid { gap: 35px; grid-template-columns: 1.45fr 1fr; }
  .about-main h1 { font-size: 49px; letter-spacing: -2.2px; }
  .about-cover-statement { padding: 29px; }
  .about-cover-photo img { height: 410px; }
  .about-story-grid,.about-partnership-grid { gap: 60px; }
  .about-purpose-card { padding: 29px; }
  .about-purpose-card h3 { font-size: 25px; }
  .about-values-grid { gap: 23px; }
  .about-capability { padding: 25px; }
  .about-next-card { padding: 40px; gap: 35px; }
}
@media(max-width:991px) {
  .about-intro-grid { grid-template-columns: 1fr; gap: 25px; }
  .about-intro-copy { max-width: 600px; }
  .about-main h1 { font-size: 58px; }
  .about-cover { grid-template-columns: 1.35fr 1fr; }
  .about-cover-photo img { height: 405px; }
  .about-cover-statement p { font-size: 32px; }
  .about-context-strip { grid-template-columns: 1fr 1fr; gap: 24px 30px; }
  .about-context-strip > div:nth-child(2) { border: 0; }
  .about-main .about-section { padding: 70px 0; }
  .about-story-grid { gap: 40px; grid-template-columns: 1fr 1.15fr; }
  .about-story-copy .about-lead { font-size: 21px; }
  .about-section-heading { gap: 30px; }
  .about-section-heading > p { max-width: 300px; }
  .about-purpose-card { padding: 25px; }
  .about-purpose-card h3 { font-size: 24px; }
  .about-values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px; }
  .about-partnership-grid { gap: 40px; }
  .about-expectations article { gap: 15px; }
  .about-capability-grid { gap: 16px; }
  .about-capability { padding: 22px; }
  .about-capability h3 { font-size: 21px; }
  .about-capability > a { font-size: 11px; }
  .about-next-card { padding: 32px; gap: 30px; }
  .about-main .about-next { padding-top: 0; padding-bottom: 35px; }
}
@media(max-width:767px) {
  .about-main .container { padding-left: 22px; padding-right: 22px; }
  .about-breadcrumb { margin-bottom: 35px; }
  .about-main h1 { font-size: 46px; letter-spacing: -2px; }
  .about-main h2 { font-size: 34px; }
  .about-intro-copy p { font-size: 15px; }
  .about-cover { grid-template-columns: 1fr; }
  .about-cover-photo img { height: 310px; }
  .about-cover-statement { padding: 28px; }
  .about-brand-mark { position: absolute; right: 28px; top: 23px; font-size: 25px; }
  .about-cover-statement p { font-size: 30px; max-width: 320px; }
  .about-cover-statement p br { display: none; }
  .about-cover-statement p span { display: block; }
  .about-cover-bottom { margin-top: 0; }
  .about-photo-label { font-size: 8px; left: 20px; right: 16px; letter-spacing: 1px; }
  .about-story-grid,.about-partnership-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-story-grid h2 br { display: none; }
  .about-section-heading { display: block; margin-bottom: 30px; }
  .about-section-heading > p { max-width: 100%; margin: 20px 0 0; }
  .about-purpose-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-purpose-card { padding: 28px; }
  .about-purpose-card h3 { font-size: 27px; }
  .about-capability-grid { grid-template-columns: 1fr; gap: 18px; }
  .about-capability { padding: 28px; }
  .about-capability h3 { font-size: 25px; }
  .about-capability > a { font-size: 13px; }
  .about-next-card { display: block; padding: 32px; }
  .about-next-actions { align-items: flex-start; margin-top: 27px; }
  .about-careers { flex-wrap: wrap; gap: 15px; }
}
@media(max-width:479px) {
  .about-page .header .logo img { max-height: 39px; }
  .about-page .header .btn-getstarted { padding: 9px 12px; font-size: 12px; }
  .about-eyebrow { font-size: 8px; letter-spacing: 1.1px; }
  .about-main h1 { font-size: 39px; letter-spacing: -1.8px; }
  .about-main h2 { font-size: 32px; }
  .about-main .about-intro { padding-top: 23px; }
  .about-breadcrumb { margin-bottom: 32px; }
  .about-intro-grid { gap: 22px; margin-bottom: 30px; }
  .about-cover-photo img { height: 260px; }
  .about-cover-statement p { font-size: 28px; }
  .about-context-strip { gap: 24px 16px; }
  .about-context-strip strong { font-size: 11px; }
  .about-context-strip span { font-size: 7px; }
  .about-main .about-section { padding: 55px 0; }
  .about-story-grid { gap: 30px; }
  .about-story-copy .about-lead { font-size: 21px; }
  .about-values-grid { grid-template-columns: 1fr; gap: 27px; }
  .about-value { position: relative; padding-left: 60px; padding-top: 24px; }
  .about-value > i { position: absolute; left: 0; top: 24px; width: 40px; height: 40px; font-size: 20px; }
  .about-value h3 { margin-top: 0; }
  .about-purpose-card h3 { font-size: 24px; }
  .about-purpose-card { padding: 24px; }
  .about-purpose-card h3 br { display: none; }
  .about-expectations h3 { font-size: 19px; }
  .about-next-card { padding: 26px; }
  .about-main .about-next { padding-top: 0; padding-bottom: 30px; }
  .about-button { font-size: 13px; padding: 15px 19px; gap: 20px; }
}
@media(prefers-reduced-motion:reduce) {
  .about-main *, .about-main *::before, .about-main *::after { animation: none!important; transition: none!important; scroll-behavior: auto!important; }
  .about-reveal.is-pending { opacity: 1; transform: none; }
  :root { scroll-behavior: auto; }
}
