/* =====================================================================
   Solomon public pages — leadership, ideas (matches about page style)
   Solid navy + white sections, no blur, readable contrast
   ===================================================================== */

.sol-content-page {
    font-family: 'Inter', sans-serif;
    color: #3f5560;
    background: #fff;
    position: relative;
    z-index: 2;
}
.sol-content-page .container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
.sol-content-page section {
    padding: 90px 0;
}

/* Shared typography (same as about) */
.sol-content-page .sa-eyebrow {
    display: inline-block;
    color: #0a2472;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 13px;
    margin-bottom: 14px;
}
.sol-content-page .sa-eyebrow--light {
    color: #d6f5f8 !important;
}
.sol-content-page .sa-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 56px;
}
.sol-content-page .sa-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #071952 !important;
    letter-spacing: -.02em;
    line-height: 1.18;
    margin: 0 0 16px;
}
.sol-content-page .sa-lead {
    font-size: 18px;
    color: #5b6f78 !important;
    line-height: 1.75;
    margin: 0;
}

/* Buttons */
.sol-content-page .sa-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #071952;
    color: #fff !important;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(7, 25, 82, .3);
    transition: all .22s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.sol-content-page .sa-btn:hover {
    background: #0a2472;
    color: #fff !important;
    transform: translateY(-3px);
}
.sol-content-page .sa-btn--white {
    background: #fff !important;
    color: #0a2472 !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}
.sol-content-page .sa-btn--white:hover {
    background: #eef1f8 !important;
    color: #0a2472 !important;
}
.sol-content-page .sa-btn--outline {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, .45) !important;
    box-shadow: none;
}
.sol-content-page .sa-btn--outline:hover {
    background: rgba(255, 255, 255, .1) !important;
    color: #fff !important;
}

/* Navy hero band */
.sp-hero,
.sp-navy-band {
    position: relative;
    overflow: hidden;
}
.sp-hero .container,
.sp-navy-band .container {
    position: relative;
    z-index: 2;
}

/* Navy hero band */
.sp-hero {
    background: #071952 !important;
    padding: 80px 0 !important;
}
.sp-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
}
.sp-hero-title {
    font-size: clamp(30px, 4.5vw, 46px);
    font-weight: 800;
    color: #fff !important;
    letter-spacing: -.02em;
    line-height: 1.15;
    margin: 0 0 18px;
}
.sp-hero-lead {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .92) !important;
    margin: 0 0 28px;
}
.sp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.sp-hero-aside {
    background: #0a2472;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    padding: 36px 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
}
.sp-hero-aside h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff !important;
    margin: 0 0 14px;
}
.sp-hero-aside p {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .9) !important;
    margin: 0 0 12px;
}
.sp-hero-aside p:last-child {
    margin-bottom: 0;
}
.sp-hero-aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sp-hero-aside li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, .88) !important;
    line-height: 1.6;
}
.sp-hero-aside li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
}

/* Structure / tier cards */
.sp-structure {
    background: #fff !important;
}
.sp-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.sp-card {
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 18px;
    padding: 36px 30px;
    box-shadow: 0 8px 22px rgba(7, 25, 82, .06);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}
.sp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(7, 25, 82, .12);
}
.sp-card--navy {
    background: #071952;
    border-color: #071952;
}
.sp-card--navy h3,
.sp-card--navy .sp-card-role,
.sp-card--navy p,
.sp-card--navy .sp-tag {
    color: #fff !important;
}
.sp-card--navy p {
    color: rgba(255, 255, 255, .9) !important;
}
.sp-card-ic {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
    background: #dde3f1;
    color: #0a2472;
}
.sp-card--navy .sp-card-ic {
    background: rgba(255, 255, 255, .16);
    color: #fff;
}
.sp-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: #071952 !important;
    margin: 0 0 8px;
}
.sp-card-role {
    font-size: 15px;
    font-weight: 600;
    color: #0a2472 !important;
    margin: 0 0 14px;
}
.sp-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #5b6f78 !important;
    margin: 0 0 20px;
}
.sp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.sp-tag {
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    background: #eef1f8;
    color: #071952 !important;
}
.sp-card--navy .sp-tag {
    background: rgba(255, 255, 255, .14);
}

/* Team */
.sp-team {
    background: #eef1f8 !important;
}
.sp-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.sp-person {
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(7, 25, 82, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.sp-person:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(7, 25, 82, .12);
}
.sp-person-head {
    background: #071952;
    padding: 36px 24px 28px;
    text-align: center;
}
.sp-person-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    border: 3px solid rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
.sp-person-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .18);
    color: #fff !important;
}
.sp-person-body {
    padding: 26px 24px 28px;
    text-align: center;
}
.sp-person-body h3 {
    font-size: 21px;
    font-weight: 800;
    color: #071952 !important;
    margin: 0 0 6px;
}
.sp-person-role {
    font-size: 15px;
    font-weight: 600;
    color: #0a2472 !important;
    margin: 0 0 12px;
}
.sp-person-bio {
    font-size: 14px;
    line-height: 1.75;
    color: #5b6f78 !important;
    margin: 0;
}

/* Navy principles / categories band */
.sp-navy-band {
    background: #071952 !important;
}
.sp-navy-band .sa-title,
.sp-navy-band .sa-lead,
.sp-navy-band h4,
.sp-navy-band p {
    color: #fff !important;
}
.sp-navy-band .sa-lead {
    color: rgba(255, 255, 255, .88) !important;
}
.sp-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.sp-value {
    text-align: center;
    padding: 28px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
}
.sp-value-ic {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 22px;
}
.sp-value h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    margin: 0 0 8px;
}
.sp-value p {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .88) !important;
    margin: 0;
}

/* Ideas list */
.sp-ideas {
    background: #fff !important;
}
.sp-idea-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.sp-idea {
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(7, 25, 82, .06);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}
.sp-idea:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(7, 25, 82, .12);
}
.sp-idea-cap {
    background: #071952;
    padding: 22px 24px;
    min-height: 72px;
    display: flex;
    align-items: flex-end;
}
.sp-idea-cat {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .85) !important;
}
.sp-idea-body {
    padding: 26px 24px 28px;
}
.sp-idea-body h3 {
    font-size: 20px;
    font-weight: 800;
    color: #071952 !important;
    margin: 0 0 12px;
    line-height: 1.3;
}
.sp-idea-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #5b6f78 !important;
    margin: 0;
}

/* Submit form */
.sp-form-section {
    background: #eef1f8 !important;
}
.sp-form-box {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e3e7f1;
    border-radius: 20px;
    padding: 48px 40px;
    box-shadow: 0 16px 40px rgba(7, 25, 82, .08);
}
.sp-form-box .sa-title {
    text-align: center;
    margin-bottom: 10px;
}
.sp-form-box .sa-lead {
    text-align: center;
    margin-bottom: 32px;
}
.sp-field {
    margin-bottom: 16px;
}
.sp-field input,
.sp-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d8dee8;
    border-radius: 10px;
    font-size: 15px;
    color: #071952;
    background: #fff;
}
.sp-field input::placeholder,
.sp-field textarea::placeholder {
    color: #8a9aa8;
}
.sp-form-submit {
    text-align: center;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 900px) {
    .sol-content-page section {
        padding: 64px 0;
    }
    .sp-hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .sp-cards,
    .sp-team-grid,
    .sp-idea-grid,
    .sp-values {
        grid-template-columns: 1fr;
    }
    .sp-form-box {
        padding: 36px 24px;
    }
}

@media (max-width: 600px) {
    .sp-hero-actions {
        flex-direction: column;
    }
    .sp-hero-actions .sa-btn {
        justify-content: center;
    }
}

/* =====================================================================
   Critical contrast fixes — beats global h2/p + transparent section rules
   ===================================================================== */
section.sp-hero,
section.sp-navy-band {
    background-color: #071952 !important;
    position: relative;
    z-index: 2;
}

section.sp-hero .sp-hero-title,
section.sp-hero h2,
section.sp-hero h3,
section.sp-hero p,
section.sp-hero li,
section.sp-hero span,
section.sp-hero .sp-hero-lead,
section.sp-hero .sp-hero-aside h3,
section.sp-hero .sp-hero-aside p,
section.sp-hero .sp-hero-aside li {
    color: #fff !important;
}

section.sp-hero .sa-eyebrow--light {
    color: #d6f5f8 !important;
}

section.sp-hero .sp-hero-lead,
section.sp-hero .sp-hero-aside p,
section.sp-hero .sp-hero-aside li {
    color: rgba(255, 255, 255, 0.92) !important;
}

section.sp-navy-band .sa-title,
section.sp-navy-band .sa-lead,
section.sp-navy-band h2,
section.sp-navy-band h4,
section.sp-navy-band p,
section.sp-navy-band .sp-value h4,
section.sp-navy-band .sp-value p {
    color: #fff !important;
}

section.sp-navy-band .sa-lead,
section.sp-navy-band .sp-value p {
    color: rgba(255, 255, 255, 0.9) !important;
}

section.sp-navy-band .sa-eyebrow,
section.sp-navy-band .sa-eyebrow--light {
    color: #d6f5f8 !important;
}

/* Light sections — force dark readable type */
section.sp-structure .sa-title,
section.sp-team .sa-title,
section.sp-ideas .sa-title,
section.sp-form-section .sa-title,
section.sp-structure h3,
section.sp-team .sp-person-body h3,
section.sp-ideas .sp-idea-body h3 {
    color: #071952 !important;
}

section.sp-structure .sa-lead,
section.sp-team .sa-lead,
section.sp-ideas .sa-lead,
section.sp-form-section .sa-lead,
section.sp-structure p,
section.sp-team .sp-person-bio,
section.sp-ideas .sp-idea-body p,
section.sp-form-section p {
    color: #5b6f78 !important;
}

section.sp-structure .sa-eyebrow,
section.sp-team .sa-eyebrow,
section.sp-ideas .sa-eyebrow {
    color: #0a2472 !important;
}
