/* ===== Global Sections ===== */

.section{
    padding: 24px 0; /* 26021601 padding: 64px 0; */
}

@media (min-width: 992px){
    .section{
        padding: 48px 0; /* 26021601 padding: 84px 0; */
    }
}

/* Light/Dark variants */
.section-light{
    background: #ffffff;
    color: #0a2340;
}

.section-dark{
    background: #0a2340; /* your brand navy */
    color: #ffffff;
}

/* Section header */
.section-head{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section-title{
    font-weight: 800;
    letter-spacing: .08em;
}

.section-intro{
    opacity: .85;
}

/* Divider adapts to theme */
.section-divider{
    width: 72px;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    opacity: .75;
}

/* Content defaults */
.section p{
    line-height: 1.7;
}

.section .lead{
    font-weight: 500;
}

/* HERO BASE */
.hero-exec{
    padding: 56px 0; /* 26021601 padding: 56px 0 */
    color:#fff;
    background: linear-gradient(135deg,#0f2d3a 0%, #0b3a5a 55%, #0a2340 100%);
}

.hero-kicker{
    font-size:.85rem;
    letter-spacing:.10em;
    text-transform:uppercase;
    opacity:.85;
    margin-bottom:10px;
}

.hero-h1{
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight:700;
    line-height:1.05;
    margin:0 0 14px 0;
}

.hero-sub{
    font-size:1.05rem;
    opacity:.9;
    max-width: 55ch;
}

/* CTA: 2-column grid on mobile, row on desktop */
.hero-cta{
    display:grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.hero-cta .btn{
    width: 100%;
    white-space: nowrap;
}

/* Logo circle */
.hero-mark-wrap{
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}


.hero-mark{
    width: 88px;
    height: auto;
    display: block;
    color: #0a2340;       /* force icon to dark navy */
    fill: currentColor;   /* helps some SVGs */
}


/* Desktop refinements */
@media (min-width: 992px){
    .hero-exec{ padding: 24px 0; }     /* 26021601 padding: 72px 0 */

    .hero-cta{
        grid-template-columns: repeat(5, auto);
        justify-content: start;
    }

    .hero-cta .btn{
        width: auto;
    }

    .hero-mark-wrap{
        width: 150px;
        height: 150px;
    }

    .hero-mark{
        width: 88px;
    }
}

/* Footer logo sizing */

.footer-mark-wrap{
    width: 110px;     /* smaller circle */
    height: 110px;
}

.footer-mark{
    width: 60px;      /* smaller icon */
}

.section-light {
    background-color: #f8f9fa;
}

.advisory-differentiator {
    background-color: #eef3f9;
    border-left: 4px solid #1f3d7a;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #e9f1fb;
    color: #1f3d7a;
}

.card {
    border: none;
}

.btn-primary {
    background-color: #1f3d7a;
    border-color: #1f3d7a;
}

.btn-primary:hover {
    background-color: #16305f;
    border-color: #16305f;
}

/* Services Page */
#services .card {
    background-color: #fff;
}

#services .accordion-item {
    border: 0;
    border-top: 1px solid #e5e7eb;
}

#services .accordion-item:last-child {
    border-bottom: 1px solid #e5e7eb;
}

#services .accordion-button {
    font-weight: 600;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

#services .accordion-button:not(.collapsed) {
    color: #1f3d7a;
    background-color: transparent;
}

#services .accordion-body {
    padding-left: 0;
    padding-right: 0;
    color: #4b5563;
}


/* CBA Page */

#applications .card,
#applications .bg-white {
    background-color: #fff;
}

#applications .accordion-item {
    border: 0;
    border-top: 1px solid #e5e7eb;
}

#applications .accordion-item:last-child {
    border-bottom: 1px solid #e5e7eb;
}

#applications .accordion-button {
    font-weight: 600;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

#applications .accordion-button:not(.collapsed) {
    color: #1f3d7a;
    background-color: transparent;
}

#applications .accordion-body {
    padding-left: 0;
    padding-right: 0;
    color: #4b5563;
}

/* CBA Footer */   

.site-footer {
    background: #1f2937;
    color: #e5e7eb;
}

.site-footer a {
    color: #93c5fd;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-link {
    display: inline-block;
    margin-bottom: 4px;
}

.site-footer .border-top {
    border-color: rgba(255,255,255,0.1);
}