.about-page {
    color: #21374c;
}

.about-hero {
    border: 1px solid #d7e5f3;
    border-radius: 14px;
    background: radial-gradient(circle at top left, #edf7ff 0%, #ffffff 58%);
    box-shadow: 0 12px 24px rgba(8, 33, 57, 0.09);
    padding: 18px;
    margin-bottom: 16px;
}

.about-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2a689f;
    margin-bottom: 8px;
}

.about-hero h1 {
    margin: 0;
    color: #113f66;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
}

.about-hero p {
    margin: 10px 0 0;
    color: #4b6279;
    font-size: 15px;
    line-height: 1.75;
}

.about-pillars {
    margin-left: -8px;
    margin-right: -8px;
}

.about-pillars > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

.about-card {
    border: 1px solid #d8e6f3;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(9, 36, 62, 0.1);
    padding: 14px;
    margin-bottom: 14px;
    min-height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 24px rgba(9, 36, 62, 0.15);
}

.about-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.about-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    flex-shrink: 0;
}

.about-card h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 800;
    color: #123b61;
}

.about-card p {
    margin: 0;
    color: #3a546d;
    font-size: 14px;
    line-height: 1.72;
}

.about-values {
    margin: 0;
    padding-left: 18px;
    color: #314b64;
}

.about-values li {
    margin-bottom: 5px;
    line-height: 1.55;
}

.about-card-blue {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.about-card-blue .about-icon {
    background: linear-gradient(135deg, #164c7f 0%, #2f7abe 100%);
}

.about-card-amber {
    background: linear-gradient(180deg, #fffef7 0%, #fff8df 100%);
}

.about-card-amber .about-icon {
    background: linear-gradient(135deg, #bc7d1e 0%, #e3a43e 100%);
}

.about-card-green {
    background: linear-gradient(180deg, #f7fffb 0%, #e2f7ec 100%);
}

.about-card-green .about-icon {
    background: linear-gradient(135deg, #1b6d4a 0%, #2d9f6b 100%);
}

.about-cta {
    margin-top: 2px;
    border: 1px solid #d5e4f2;
    border-radius: 12px;
    background: linear-gradient(120deg, #0f375f 0%, #2b74b4 100%);
    box-shadow: 0 10px 18px rgba(8, 33, 57, 0.15);
    color: #ffffff;
    padding: 16px;
}

.about-cta h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}

.about-cta p {
    margin: 8px 0 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.about-cta .btn {
    border-color: #ffffff;
    background: #ffffff;
    color: #1d588b;
    font-weight: 700;
}

.about-cta .btn:hover,
.about-cta .btn:focus {
    background: #e6f2ff;
    color: #123b61;
}

.about-partner {
    margin-top: 14px;
}

.about-partner-panel {
    border: 1px solid #d7e5f3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(8, 33, 57, 0.08);
    padding: 18px;
}

.about-partner-row {
    display: flex;
    align-items: center;
}

.about-partner-brand-wrap {
    text-align: center;
    padding: 6px 12px 6px 0;
}

.about-partner-brand {
    display: inline-block;
    max-width: 100%;
    max-height: 170px;
    margin: 0 auto;
    filter: drop-shadow(0 8px 18px rgba(10, 35, 60, 0.14));
}

.about-partner-copy {
    padding-left: 12px;
}

.about-partner-copy h4 {
    margin: 4px 0 0;
    color: #113f66;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 800;
}

.about-partner-eyebrow {
    margin: 8px 0 10px;
    color: #274f76;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-partner-copy p {
    margin: 0;
    color: #3d566d;
    font-size: 15px;
    line-height: 1.75;
}

.about-partner-link {
    display: inline-block;
    margin-top: 14px;
    color: #113f66;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}

.about-partner-link:hover,
.about-partner-link:focus {
    color: #1f6fb0;
    text-decoration: none;
}

.about-hero {
    animation: aboutFadeUp 0.48s ease both;
}

.about-pillars > [class*='col-']:nth-child(1) .about-card {
    animation: aboutFadeUp 0.5s 0.08s ease both;
}

.about-pillars > [class*='col-']:nth-child(2) .about-card {
    animation: aboutFadeUp 0.5s 0.16s ease both;
}

.about-pillars > [class*='col-']:nth-child(3) .about-card {
    animation: aboutFadeUp 0.5s 0.24s ease both;
}

.about-cta {
    animation: aboutFadeUp 0.52s 0.3s ease both;
}

.about-partner {
    animation: aboutFadeUp 0.52s 0.38s ease both;
}

@keyframes aboutFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-hero,
    .about-pillars > [class*='col-'] .about-card,
    .about-cta,
    .about-card {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 14px;
    }

    .about-hero h1 {
        font-size: 24px;
    }

    .about-card {
        padding: 12px;
    }

    .about-card h3 {
        font-size: 19px;
    }

    .about-partner-panel {
        padding: 14px 14px 14px 25px;
    }

    .about-partner-row {
        display: block;
    }

    .about-partner-brand-wrap {
        padding: 0 0 14px;
    }

    .about-partner-copy {
        padding-left: 0;
    }

    .about-partner-copy h4 {
        font-size: 22px;
    }

    .about-partner-brand {
        max-height: 140px;
    }
}
