.pfa-page {
    --pfa-blue: #078fe8;
    --pfa-cyan: #51c9f4;
    --pfa-indigo: #2524a8;
    --pfa-purple: #4c25d6;
    --pfa-deep: #171272;
    --pfa-ink: #171d3d;
    --pfa-muted: #64708a;
    --pfa-soft: #f3f8ff;
    color: var(--pfa-ink);
    font-family: inherit;
    overflow: hidden;
}

.pfa-page *, .pfa-page *::before, .pfa-page *::after { box-sizing: border-box; }
.pfa-page h1, .pfa-page h2, .pfa-page h3, .pfa-page p { margin-top: 0; }
.pfa-page h1, .pfa-page h2, .pfa-page h3 { color: inherit; font-weight: 800; line-height: 1.1; letter-spacing: -.025em; }
.pfa-page h2 { font-size: clamp(2rem, 4vw, 3.35rem); margin-bottom: 22px; }
.pfa-page h3 { font-size: 1.25rem; margin-bottom: 10px; }
.pfa-page p { font-size: 1rem; line-height: 1.75; }
.pfa-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; position: relative; }
.pfa-narrow { max-width: 850px; }
.pfa-center { text-align: center; }
.pfa-section { padding: 92px 0; }
.pfa-grid { display: grid; gap: 54px; align-items: center; }
.pfa-grid--welcome { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.pfa-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.pfa-kicker, .pfa-eyebrow { color: var(--pfa-blue); font-size: .74rem !important; font-weight: 800; letter-spacing: .19em; line-height: 1.5 !important; text-transform: uppercase; }

.pfa-hero { background: linear-gradient(120deg, #122594 0%, #172eae 40%, #3820a9 100%); color: #fff; min-height: 560px; display: flex; align-items: center; position: relative; isolation: isolate; }
.pfa-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 85% 40%, rgba(86, 209, 255, .2), transparent 28%), linear-gradient(90deg, transparent 45%, rgba(9, 10, 76, .25)); }
.pfa-hero__inner { padding-block: 90px; }
.pfa-hero h1 { color: #fff; font-size: clamp(3rem, 7vw, 6rem); max-width: 900px; margin-bottom: 12px; text-transform: uppercase; }
.pfa-hero h2 { color: #6ad5ff; font-size: clamp(1.8rem, 4.3vw, 3.7rem); margin-bottom: 18px; }
.pfa-hero__lead { max-width: 680px; font-size: 1.15rem !important; color: rgba(255,255,255,.9); }
.pfa-hero .pfa-eyebrow { color: #bfeeff; margin-bottom: 23px; }
.pfa-hero__orb { position: absolute; z-index: -1; border-radius: 50%; background: rgba(96, 211, 255, .09); }
.pfa-hero__orb--one { width: 380px; height: 380px; right: -90px; top: -160px; }
.pfa-hero__orb--two { width: 240px; height: 240px; left: -100px; bottom: -120px; }
.pfa-button { align-items: center; border: 2px solid transparent; border-radius: 5px; display: inline-flex; font-size: .78rem; font-weight: 800; gap: 12px; justify-content: center; letter-spacing: .06em; min-height: 52px; padding: 12px 28px; text-decoration: none !important; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pfa-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(7, 14, 75, .2); }
.pfa-button--bright { background: linear-gradient(90deg, #00a7f5, #26c3ff); color: #fff !important; margin-top: 15px; }
.pfa-button--outline { border-color: rgba(255,255,255,.65); color: #fff !important; }
.pfa-button--purple { background: #8c29ef; color: #fff !important; }

.pfa-welcome { background: #fff; }
.pfa-copy h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
.pfa-copy p { color: var(--pfa-muted); }
.pfa-copy .pfa-emphasis { border-top: 3px solid var(--pfa-blue); color: #3420c5; font-size: 1.12rem; font-weight: 800; margin-top: 24px; padding-top: 22px; }

.pfa-story { background: linear-gradient(135deg, #eef8ff, #f7f5ff); position: relative; }
.pfa-story::before, .pfa-story::after { background: rgba(37, 143, 228, .06); border-radius: 50%; content: ""; height: 280px; position: absolute; width: 500px; }
.pfa-story::before { bottom: -190px; left: -140px; }
.pfa-story::after { right: -180px; top: -200px; }
.pfa-story p:not(.pfa-kicker) { color: var(--pfa-muted); font-size: 1.08rem; }

.pfa-mission { background: #fff; }
.pfa-heading { margin-bottom: 44px; }
.pfa-heading > p:last-child { color: var(--pfa-muted); }
.pfa-purpose-card { align-items: center; border: 1px solid rgba(55, 90, 160, .08); border-radius: 14px; display: grid; gap: 25px; grid-template-columns: 90px 1fr; min-height: 260px; padding: 38px; box-shadow: 0 15px 45px rgba(32, 52, 111, .07); }
.pfa-purpose-card--blue { background: linear-gradient(135deg, #ebf8ff, #f9fcff); }
.pfa-purpose-card--purple { background: linear-gradient(135deg, #f6efff, #fcfaff); }
.pfa-purpose-card h3 { color: #1841ba; font-size: 1.45rem; }
.pfa-purpose-card p { color: var(--pfa-muted); font-size: .94rem; margin-bottom: 0; }
.pfa-icon { align-items: center; border-radius: 50%; color: #fff; display: flex; height: 82px; justify-content: center; width: 82px; }
.pfa-icon svg { fill: currentColor; height: 42px; width: 42px; }
.pfa-icon--blue { background: linear-gradient(145deg, #02b9ff, #0878e8); }
.pfa-icon--purple { background: linear-gradient(145deg, #812df0, #3e22cc); }

.pfa-values { background: linear-gradient(135deg, #291aa5, #17106c); color: #fff; position: relative; }
.pfa-values::before { background: rgba(96, 89, 228, .22); border-radius: 50%; content: ""; height: 560px; position: absolute; right: -200px; top: -360px; width: 700px; }
.pfa-heading--light h2 { color: #fff; }
.pfa-heading--light .pfa-kicker { color: #b6ddff; }
.pfa-values__grid { display: grid; gap: 18px; grid-template-columns: repeat(5, minmax(0, 1fr)); position: relative; }
.pfa-value-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; min-height: 255px; padding: 30px 20px; text-align: center; backdrop-filter: blur(6px); }
.pfa-value-card h3 { color: #fff; font-size: 1.05rem; }
.pfa-value-card p { color: rgba(255,255,255,.75); font-size: .86rem; line-height: 1.55; margin-bottom: 0; }
.pfa-value-card__icon { height: 50px; margin: 0 auto 20px; width: 50px; }
.pfa-value-card__icon svg { fill: currentColor; height: 100%; width: 100%; }
.pfa-pink { color: #f39bdc; }.pfa-cyan { color: #8ce9ff; }.pfa-lilac { color: #c9b7ff; }.pfa-green { color: #73e8ad; }

.pfa-impact { background: #fff; }
.pfa-carousel { position: relative; }
.pfa-carousel__viewport { border-radius: 14px; overflow: hidden; }
.pfa-carousel__track { display: flex; transition: transform .65s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.pfa-carousel__slide { flex: 0 0 100%; margin: 0; min-width: 0; }
.pfa-carousel--welcome { filter: drop-shadow(0 18px 30px rgba(25, 35, 86, .14)); }
.pfa-carousel--welcome .pfa-carousel__viewport { aspect-ratio: 4/5; max-height: 600px; }
.pfa-carousel--welcome .pfa-carousel__slide, .pfa-carousel--welcome img { height: 100%; width: 100%; }
.pfa-carousel--welcome img { display: block; object-fit: cover; object-position: center; }
.pfa-carousel__arrow { align-items: center; background: rgba(16, 20, 58, .78); border: 0; border-radius: 50%; color: #fff; cursor: pointer; display: flex; font-size: 28px; height: 42px; justify-content: center; padding: 0 0 3px; position: absolute; top: 47%; transform: translateY(-50%); width: 42px; z-index: 2; }
.pfa-carousel__arrow--prev { left: 14px; }.pfa-carousel__arrow--next { right: 14px; }
.pfa-carousel__dots { align-items: center; display: flex; gap: 8px; justify-content: center; margin-top: 20px; }
.pfa-carousel__dot { background: #bdc6d9; border: 0; border-radius: 50%; cursor: pointer; height: 8px; padding: 0; transition: width .2s, background .2s; width: 8px; }
.pfa-carousel__dot.is-active { background: var(--pfa-blue); border-radius: 10px; width: 24px; }
.pfa-carousel--cards .pfa-carousel__viewport { margin-inline: 16px; }
.pfa-carousel--cards .pfa-carousel__track { gap: 22px; }
.pfa-carousel--cards .pfa-carousel__slide { flex-basis: calc((100% - 44px) / 3); }
.pfa-carousel--cards .pfa-carousel__arrow--prev { left: -9px; }.pfa-carousel--cards .pfa-carousel__arrow--next { right: -9px; }
.pfa-education-feature { align-items: stretch; background: linear-gradient(135deg, #eef8ff, #f7f3ff); border: 1px solid #e0e9f6; border-radius: 18px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; box-shadow: 0 18px 45px rgba(27, 49, 105, .1); }
.pfa-education-feature__image img { display: block; height: 100%; min-height: 420px; object-fit: cover; width: 100%; }
.pfa-education-feature__copy { align-self: center; padding: clamp(34px, 5vw, 66px); }
.pfa-education-feature__copy h3 { color: #2024a1; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.pfa-education-feature__copy p { color: var(--pfa-muted); }

.pfa-stories { background: linear-gradient(125deg, #152693, #3520a8); color: #fff; position: relative; }
.pfa-stories::after { background: radial-gradient(circle, rgba(74,204,255,.17), transparent 65%); content: ""; inset: 0 0 0 55%; position: absolute; pointer-events: none; }
.pfa-stories .pfa-shell { z-index: 1; }
.pfa-stories .pfa-eyebrow, .pfa-stories .pfa-kicker { color: #b9e9ff; }
.pfa-stories__intro { color: rgba(255,255,255,.82) !important; margin-inline: auto; max-width: 900px; }
.pfa-story-feature { align-items: center; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; display: grid; gap: clamp(32px, 5vw, 68px); grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr); overflow: hidden; padding: clamp(20px, 3vw, 34px); backdrop-filter: blur(8px); }
.pfa-story-feature__video { background: #080b24; border-radius: 12px; margin-inline: auto; max-width: 390px; overflow: hidden; width: 100%; }
.pfa-story-feature__video video { aspect-ratio: 9/16; display: block; height: auto; max-height: 620px; object-fit: contain; width: 100%; }
.pfa-story-feature__copy h3 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 3rem); }
.pfa-story-feature__copy p:not(.pfa-kicker) { color: rgba(255,255,255,.78); }
.pfa-story-notes { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.pfa-story-note { background: #fff; border-radius: 14px; color: var(--pfa-ink); min-height: 230px; padding: clamp(28px, 4vw, 44px); }
.pfa-story-note > span { color: var(--pfa-blue); display: block; font-size: .75rem; font-weight: 800; letter-spacing: .2em; margin-bottom: 18px; }
.pfa-story-note h3 { color: #25219f; font-size: 1.45rem; }
.pfa-story-note p { color: var(--pfa-muted); margin-bottom: 0; }

.pfa-quote { background: #fff; }
.pfa-quote__mark { color: #bde9ff; display: block; font-family: Georgia, serif; font-size: 6rem; height: 66px; line-height: 1; }
.pfa-quote blockquote { color: #2924a5; font-family: Georgia, serif; font-size: clamp(1.6rem, 3.5vw, 2.7rem); font-style: italic; font-weight: 700; line-height: 1.35; margin: 10px 0 18px; }
.pfa-quote > div > p { color: var(--pfa-blue); font-weight: 700; }
.pfa-rule { background: var(--pfa-blue); height: 3px; margin: 24px auto; width: 55px; }
.pfa-quote .pfa-quote__footer { color: var(--pfa-muted); font-size: .9rem; font-weight: 400; }

/* Homepage introduction */
.pfa-home-feature { background: linear-gradient(135deg, #f7fbff 0%, #eef4ff 48%, #f7f2ff 100%); padding: 84px 0; position: relative; isolation: isolate; }
.pfa-home-feature::before { background: linear-gradient(180deg, var(--pfa-blue), var(--pfa-purple)); content: ""; inset: 0 auto 0 0; position: absolute; width: 6px; }
.pfa-home-feature__glow { background: radial-gradient(circle, rgba(0, 174, 245, .16), transparent 68%); border-radius: 50%; height: 500px; position: absolute; right: -180px; top: -240px; width: 500px; z-index: -1; }
.pfa-home-feature__grid { align-items: center; display: grid; gap: clamp(38px, 6vw, 78px); grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr); }
.pfa-home-feature__copy h2 { color: #211d91; font-size: clamp(2.3rem, 4.5vw, 4rem); margin-bottom: 8px; text-transform: uppercase; }
.pfa-home-feature__copy h3 { color: var(--pfa-blue); font-size: clamp(1.35rem, 2.5vw, 2rem); margin-bottom: 22px; }
.pfa-home-feature__copy > p:not(.pfa-kicker) { color: var(--pfa-muted); font-size: 1.05rem; max-width: 640px; }
.pfa-home-feature__copy .pfa-home-feature__promise { border-left: 3px solid var(--pfa-purple); color: #302a99 !important; font-weight: 800; margin: 24px 0 8px; padding: 7px 0 7px 18px; }
.pfa-carousel--home { filter: drop-shadow(0 18px 32px rgba(25, 35, 86, .15)); }
.pfa-carousel--home .pfa-carousel__viewport { aspect-ratio: 5/4; }
.pfa-carousel--home .pfa-carousel__slide, .pfa-carousel--home img { height: 100%; width: 100%; }
.pfa-carousel--home img { display: block; object-fit: cover; object-position: center; }

@media (max-width: 900px) {
    .pfa-section { padding: 72px 0; }
    .pfa-grid--welcome, .pfa-grid--two { grid-template-columns: 1fr; }
    .pfa-grid--welcome { gap: 42px; }
    .pfa-carousel--welcome { margin-inline: auto; max-width: 570px; width: 100%; }
    .pfa-values__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pfa-value-card:last-child { grid-column: 1 / -1; justify-self: center; max-width: 360px; width: 100%; }
    .pfa-carousel--cards .pfa-carousel__slide { flex-basis: calc((100% - 22px) / 2); }
    .pfa-home-feature__grid { grid-template-columns: 1fr; }
    .pfa-carousel--home { margin-inline: auto; max-width: 620px; width: 100%; }
    .pfa-education-feature, .pfa-story-feature { grid-template-columns: 1fr; }
    .pfa-education-feature__image img { min-height: 360px; }
}

@media (max-width: 600px) {
    .pfa-shell { width: min(100% - 28px, 1180px); }
    .pfa-section { padding: 58px 0; }
    .pfa-hero { min-height: 510px; }
    .pfa-hero__inner { padding-block: 70px; }
    .pfa-hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
    .pfa-hero h2 { font-size: 1.65rem; }
    .pfa-purpose-card { grid-template-columns: 1fr; padding: 28px; text-align: center; }
    .pfa-icon { margin-inline: auto; }
    .pfa-values__grid { grid-template-columns: 1fr; }
    .pfa-value-card:last-child { grid-column: auto; max-width: none; }
    .pfa-carousel--cards .pfa-carousel__slide { flex-basis: 100%; }
    .pfa-story-notes { grid-template-columns: 1fr; }
    .pfa-education-feature__image img { min-height: 280px; }
    .pfa-home-feature { padding: 62px 0; }
    .pfa-home-feature::before { height: 5px; inset: 0 0 auto; width: auto; }
    .pfa-home-feature__copy { text-align: center; }
    .pfa-home-feature__copy .pfa-home-feature__promise { border-left: 0; border-top: 3px solid var(--pfa-purple); padding: 16px 0 0; }
    .pfa-carousel--home .pfa-carousel__viewport { aspect-ratio: 4/5; }
}

@media (prefers-reduced-motion: reduce) {
    .pfa-carousel__track, .pfa-button { transition: none; }
}
