/* About Us - Team & Site Moments visual upgrade */
.about-team-moments-band {
    background:
        radial-gradient(circle at 10% 12%, rgba(26, 62, 114, 0.12), transparent 38%),
        radial-gradient(circle at 88% 86%, rgba(247, 167, 44, 0.18), transparent 42%),
        #f3f4f6 !important;
}

/* aboutus.php style block 2 */
/* About service pillars: restore comfortable spacing */
    .about-service-pillars {
        padding: 90px 20px;
    }

.about-service-pillars .pillars-stack {
    display: grid;
    gap: 24px;
    text-align: center;
}

.about-service-pillars .service-pillar-card {
    padding: 28px 0 24px;
    text-align: center;
}

.about-service-pillars .service-pillar-index {
    top: 0;
}

.about-service-pillars .service-pillar-card {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    align-items: center;
}

.about-service-pillars .service-pillar-card h3,
.about-service-pillars .service-pillar-card p {
    text-align: center;
    font-size: 17px;
}

.about-service-pillars .service-pillar-card:last-child {
    border-bottom: none;
}

.about-service-pillars .service-pillar-card:last-child::after {
    display: none;
}

.about-strength-summary {
    background: transparent;
    box-shadow: none;
    color: #1A3E72;
}

.about-purpose-intro {
    background: transparent;
    box-shadow: none;
    color: #1A3E72;
}

.about-purpose-intro p {
    color: #1A3E72;
}

    @media (max-width: 900px) {
        .about-service-pillars .service-pillar-card {
            padding: 26px 0 22px;
        }
    }

    @media (max-width: 640px) {
        .about-service-pillars {
            padding: 70px 16px;
        }

        .about-service-pillars .service-pillar-card {
            padding: 22px 0 20px;
        }
    }

/* aboutus.php style block 4 */
/* About service pillars: restore comfortable spacing */
    .about-service-pillars {
        padding: 90px 20px;
    }

    .about-service-pillars .pillars-stack {
        display: grid;
        gap: 24px;
    }

    .about-service-pillars .service-pillar-card {
        padding: 28px 0 24px 72px;
    }

    .about-service-pillars .service-pillar-index {
        top: 0;
    }

    @media (max-width: 900px) {
        .about-service-pillars .service-pillar-card {
            padding: 26px 0 22px 64px;
        }
    }

    @media (max-width: 640px) {
        .about-service-pillars {
            padding: 70px 16px;
        }

        .about-service-pillars .service-pillar-card {
            padding: 22px 0 20px 56px;
        }
    }

    .about-strength-summary {
        background: transparent !important;
        box-shadow: none !important;
        color: #1A3E72 !important;
    }

    .about-purpose-intro {
        background: transparent !important;
        box-shadow: none !important;
        color: #1A3E72 !important;
        justify-content: center;
        text-align: center;
    }

    .about-purpose-intro p {
        color: #1A3E72 !important;
        text-align: center;
        font-weight: 700;
    }

   

    .about-strength-summary,
    .about-purpose-intro {
        width: 100%;
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


 
    .about-compliance-section.compliance-revamp {
        position: relative;
        overflow: hidden;
        background: #f3f4f6 !important;
    }

   .about-purpose-watermark {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: rgba(26, 62, 114, 0.08);
    line-height: 1;
    user-select: none;
    white-space: nowrap;
    transform: translateY(-50%);
}

.about-purpose-main p {
    font-size: 14px;
    line-height: 1.6;

}

    .compliance-stage {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 28px;
        align-items: stretch;
    }

    .compliance-hero {
        position: relative;
        padding: 28px;
        border-radius: 26px;
        background: #ffffff;
        border: 1px solid rgba(26, 62, 114, 0.12);
        box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
        overflow: hidden;
        text-align: center;
    }

    .compliance-hero::after {
        content: none;
    }

    .compliance-eyebrow {
        display: inline-flex;
        align-items: center;
        position: relative;
        padding: 0 0 0 12px;
        border-left: none;
        color: #1A3E72;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        background: transparent;
        border-radius: 0;
    }

    .compliance-eyebrow::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 3px;
        height: 12px;
        background: #F7A72C;
        border-radius: 999px;
        transform: translateY(-50%);
    }

    .compliance-hero h3 {
        margin: 16px 0 10px;
        font-size: clamp(22px, 2.6vw, 30px);
        line-height: 1.25;
        color: #0b1833;
        text-align: center;
    }

    .compliance-hero-lead {
        margin: 0 0 18px;
        color: #42526b;
        line-height: 1.7;
        font-weight: 600;
        text-align: center;
    }

    .compliance-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 18px;
    }

    .compliance-pills span {
        padding: 8px 14px;
        border-radius: 999px;
        border: 1px dashed rgba(26, 62, 114, 0.25);
        color: #1a3e72;
        font-weight: 600;
        background: rgba(26, 62, 114, 0.04);
        font-size: 13px;
    }

    .compliance-metrics {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .compliance-metrics {
        display: flex;
        justify-content: center;
        gap: 0;
        flex-wrap: wrap;
        border-top: none;
        border-bottom: none;
    }

    .compliance-metric {
        padding: 12px 18px;
        border-radius: 0;
        background: transparent;
        border: 0;
        text-align: center;
        position: relative;
    }

    .compliance-metric + .compliance-metric {
        border-left: none;
    }

    .compliance-metric + .compliance-metric::before {
        content: none;
    }

    .metric-value {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #0f2747;
    }

    .metric-label {
        display: block;
        font-size: 12px;
        font-weight: 600;
        color: #42526b;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin-top: 6px;
    }

    .compliance-board {
        position: relative;
        padding: 8px 0 0;
        border-radius: 0;
        background: transparent;
        color: #1A3E72;
        border: 0;
        box-shadow: none;
        overflow: hidden;
    }

    .compliance-board::before {
        content: none;
    }

    .compliance-board-head {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        
        max-width: 560px;
        width: 100%;
        margin: 0 auto 24px;
        padding-left: 0;
        position: relative;
        z-index: 1;
    }

    .compliance-board-head h3 {
        margin: 0;
        font-size: clamp(21px, 2.2vw, 28px);
        line-height: 1.25;
        color: #1A3E72;
        max-width: 460px;
        padding-bottom: 0;
        position: relative;
    }

    .compliance-board-head h3::after {
        content: none;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 74px;
        height: 3px;
        border-radius: 999px;
        transform: translateX(-50%);
        background: linear-gradient(90deg, #1A3E72, #F7A72C);
    }

    .compliance-seal {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border-radius: 999px;
        border: 1px solid rgba(26, 62, 114, 0.18);
        background: #f5f7ff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #1A3E72;
    }

    .compliance-grid {
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        gap: 0;
        counter-reset: regulation;
        max-width: 1320px;
        width: 100%;
        margin: 0 auto;
        padding-top: 8px;
    }

    .compliance-card {
        position: relative;
        padding: 0 18px;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        min-height: 0;
        flex: 0 0 auto;
        font-size: 14px;
        font-weight: 700;
        color: #0f2747;
        line-height: 1.3;
        text-align: left;
        white-space: nowrap;
        counter-increment: regulation;
        transition: transform 0.25s ease, color 0.25s ease;
    }

    .compliance-card::before {
        content: counter(regulation, decimal-leading-zero);
        width: 42px;
        height: 42px;
        border-radius: 999px;
        background: linear-gradient(135deg, #1A3E72, #2f5aa3);
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none;
        margin: 0;
        flex: 0 0 42px;
    }

    .compliance-card::after {
        content: "";
        position: relative;
        left: auto;
        bottom: auto;
        width: 1px;
        height: 34px;
        border-radius: 999px;
        transform: none;
        background: linear-gradient(180deg, rgba(26, 62, 114, 0.1), rgba(247, 167, 44, 0.85), rgba(26, 62, 114, 0.1));
        opacity: 0.9;
        margin: 0 0 0 18px;
    }

    .compliance-card:hover {
        color: #1A3E72;
        transform: translateY(-3px);
    }

    .compliance-card:last-child::after {
        display: none;
    }

    .compliance-pills {
        justify-content: center;
        width: 100%;
        margin-top: 6px;
        gap: 18px;
    }

    .compliance-pills span {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 14px 6px 10px;
        background: #f5f7ff;
        border: 1px solid rgba(26, 62, 114, 0.14);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
        border-radius: 999px;
        letter-spacing: 0.02em;
        color: #1A3E72;
        font-weight: 600;
    }

    .compliance-pills span::before {
        content: none;
    }

    @media (max-width: 1100px) {
        .compliance-grid {
            flex-wrap: wrap;
            gap: 20px 22px;
            max-width: 820px;
        }

        .compliance-card {
            flex: 0 1 calc(50% - 11px);
            justify-content: center;
            white-space: normal;
            text-align: center;
            padding: 0 10px;
        }

        .compliance-card::after {
            display: none;
        }
    }

    @media (max-width: 980px) {
        .compliance-metrics {
            flex-direction: column;
            border-top: 1px solid rgba(26, 62, 114, 0.18);
            border-bottom: 1px solid rgba(26, 62, 114, 0.18);
        }

        
        .compliance-metric + .compliance-metric {
            border-left: 0;
            border-top: 1px solid rgba(26, 62, 114, 0.18);
        }
    }

    @media (max-width: 640px) {
        .compliance-hero {
            padding: 22px;
        }

        .compliance-board {
            padding: 6px 0 0;
        }

        .compliance-board-head {
            padding-left: 0;
            margin-bottom: 14px;
        }

        .compliance-grid {
            flex-direction: column;
            align-items: center;
        }

        .compliance-card {
            padding: 0 10px;
            white-space: normal;
            text-align: center;
        }

        .compliance-card::after {
            width: 54px;
            height: 2px;
            display: block;
            margin: 14px auto 0;
            background: linear-gradient(90deg, rgba(26, 62, 114, 0.2), rgba(247, 167, 44, 0.85));
        }

        .compliance-pills {
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .compliance-pills span {
            padding: 0;
        }

        .compliance-pills span + span::before {
            display: none;
        }
    }

    .about-intro-neo {
       
        background:
         
            #f3f4f6;
      
    }

    

    .about-neo-shell {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: 28px;
        align-items: stretch;
    }

    .about-neo-shell.about-neo-shell-single {
        grid-template-columns: minmax(0, 1fr);
        max-width: 980px;
        margin: 0 auto;
    }

    .about-neo-left {
        position: relative;
        padding: 34px;
        border-radius: 28px;
        background: #ffffff;
        border: 1px solid rgba(26, 62, 114, 0.12);
        box-shadow: 0 22px 30px rgba(15, 23, 42, 0.12);
    }

    .about-neo-left::after {
        content: none;
    }

    .about-neo-kicker {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 10px auto 0;
        padding: 8px 14px;
        border-radius: 999px;
        background: #fff4e6;
        color: #c97b05;
        font-weight: 700;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-neo-left h2 {
        margin: 16px auto 12px;
        max-width: 100%;
        font-size: 40px;
        line-height: 1.15;
        color: #16284a;
        text-align: center;
        white-space: nowrap;
    }
.about-neo-lead {
    margin: 0 auto 30px !important; 
    padding-left: 0 !important;
    border-left: 0 !important;
    text-align: center;
    position: relative;
    padding-bottom: 20px; 
    display: block;
    max-width: 850px;
}

.about-neo-lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 35px; 
    height: 4px;  
    background-color: #f7a72c;
    border-radius: 99px; }

    .about-neo-left p {
        margin: 0 0 12px;
        color: #475569;
        line-height: 1.75;
    }

    .about-neo-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 18px;
        justify-content: center;
    }

    .about-neo-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        margin-top: 24px;
    }

    .about-neo-stat {
        padding: 12px 14px;
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(26, 62, 114, 0.08), rgba(247, 167, 44, 0.12));
        border: 1px solid rgba(26, 62, 114, 0.14);
    }

    .about-neo-stat .stat-value {
        display: block;
        font-weight: 700;
        color: #0f2747;
        font-size: 17px;
    }

    .about-neo-stat .stat-label {
        display: block;
        margin-top: 4px;
        color: #475569;
        font-size: 16px;
        font-weight: 600;
    }

    .about-neo-right {
        position: relative;
        padding: 30px;
        border-radius: 28px;
        background: linear-gradient(135deg, #0f2747 0%, #1a3e72 60%, #12335f 100%);
        color: #ffffff;
        box-shadow: 0 28px 62px rgba(8, 16, 30, 0.28);
        overflow: hidden;
    }

    .about-neo-right::before {
        content: "";
        position: absolute;
        inset: 20px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        pointer-events: none;
    }

    .about-neo-panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 16px;
        position: relative;
        z-index: 1;
    }

    .about-neo-panel-kicker {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.72);
    }

    .about-neo-panel-badge {
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(247, 167, 44, 0.2);
        border: 1px solid rgba(247, 167, 44, 0.5);
        color: #f7a72c;
        font-size: 12px;
        font-weight: 700;
    }

    .about-neo-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 12px;
        position: relative;
        z-index: 1;
    }

    .about-neo-item {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .about-neo-index {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(247, 167, 44, 0.2);
        color: #f7a72c;
        font-weight: 700;
    }

    .about-neo-item h4 {
        margin: 0 0 4px;
        color: #ffffff;
        font-size: 16px;
    }

    .about-neo-item p {
        margin: 0;
        color: rgba(255, 255, 255, 0.75);
        font-size: 13px;
        line-height: 1.6;
    }

    @media (max-width: 980px) {
        .about-neo-shell {
            grid-template-columns: 1fr;
        }

        .about-neo-right {
            order: -1;
        }
    }

    @media (max-width: 640px) {
        .about-neo-left,
        .about-neo-right {
            padding: 22px;
        }

        .about-neo-left h2 {
            font-size: 24px;
            line-height: 1.2;
            white-space: normal;
        }

        .about-neo-stats {
            grid-template-columns: 1fr;
        }
    }



.about-service-pillars .pillars-stack {
    max-width: 980px;
    margin: 0 auto;
}

.about-service-pillars .service-pillar-card {
    min-height: 100%;
}



.about-purpose-stream {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.about-purpose-main p {
    max-width: 100%;
}

@media (max-width: 768px) {
    .about-service-pillars {
        padding: 72px 16px;
    }

    .about-service-pillars .section-header h2 {
        max-width: 320px;
        line-height: 1.2;
    }

    .about-service-pillars .pillars-stack {
        gap: 18px;
    }

    .about-service-pillars .service-pillar-card {
        padding: 22px 16px 20px 52px;
        border-radius: 18px;
    }

    .about-service-pillars .service-pillar-index {
        left: 14px;
    }

    .about-service-pillars .service-pillar-card h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .about-service-pillars .service-pillar-card p {
        font-size: 14px;
        line-height: 1.65;
    }

    .about-purpose-section {
        padding: 72px 16px;
    }

    .about-purpose-intro {
        padding: 0;
    }

    .about-purpose-stream {
        gap: 14px;
    }

    .about-purpose-line {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px 16px;
        border-radius: 18px;
    }

    .about-purpose-side {
        justify-content: flex-start;
    }

    .about-purpose-watermark {
        font-size: 26px;
        opacity: 0.12;
    }

    .about-purpose-main {
        padding: 0;
    }

    .about-purpose-main p {
        font-size: 14px;
        line-height: 1.65;
    }
}

/* About screenshots: exact look for core verticals + purpose */
.about-service-pillars {
    background: #ffffff !important;
    padding-top: 86px;
    padding-bottom: 54px;
}

.about-service-pillars .section-header {
    max-width: 1120px;
    margin: 0 auto 30px;
    text-align: center;
}

.about-service-pillars .section-header .home-section-kicker,
.about-purpose-section .section-header .home-section-kicker {
    margin-bottom: 18px;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
}


.about-service-pillars .section-header .underline {
    width: 70px;
    height: 4px;
    margin-top: 20px;
}

.about-purpose-section {
    background: #ffffff !important;
    padding-top: 56px;
    padding-bottom: 76px;
}

.about-purpose-section .section-header {
    margin-bottom: 22px;
}



.about-purpose-section .section-header .underline {
    width: 72px;
    height: 4px;
    margin-top: 18px;
}

.about-purpose-intro {
    max-width: 1180px;
    margin: 0 auto 34px;
    text-align: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.about-purpose-intro-icon {
    display: none !important;
}



.about-purpose-stream {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    border-top: 0;
    border-bottom: 0;
}

.about-purpose-stream::before,
.about-purpose-stream::after {
    content: "";
    position: absolute;
    left: 54px;
    right: 54px;
    height: 1px;
    background: rgba(36, 75, 134, 0.14);
}

.about-purpose-stream::before {
    top: 0;
}

.about-purpose-stream::after {
    bottom: 0;
}

.about-purpose-line {
    display: grid;
    grid-template-columns: 205px minmax(0, 1fr);
    align-items: center;
    column-gap: 28px;
    padding: 22px 0;
    text-align: left;
}

.about-purpose-line + .about-purpose-line {
    border-top: 1px solid rgba(36, 75, 134, 0.14);
}

.about-purpose-side {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.about-purpose-watermark {
    display: block;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #dfe6ef;
}

.about-purpose-main {
    position: relative;
    padding: 0 0 0 20px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: left;
}

.about-purpose-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    border-radius: 999px;
    background: #8fa9cf;
}

.about-purpose-line-mission .about-purpose-main::before {
    background: #f1c37b;
}

.about-purpose-main p {
    margin: 0;
    color: #4e5f79;
    font-size: clamp(17px, 1.08vw, 17px);
    line-height: 1.5;
    font-weight: 600;
    text-align: left !important;
    max-width: none;
}

@media (max-width: 768px) {
    .about-service-pillars {
        padding-top: 66px;
        padding-bottom: 42px;
    }

    .about-service-pillars .section-header {
        margin-bottom: 26px;
    }

    .about-service-pillars .section-header .home-section-kicker,
    .about-purpose-section .section-header .home-section-kicker {
        margin-bottom: 14px;
        padding: 8px 18px;
        font-size: 12px;
        letter-spacing: 0.14em;
    }

    .about-service-pillars .section-header h2 {
        max-width: 340px;
        font-size: clamp(26px, 8vw, 36px);
        line-height: 1.2;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .about-service-pillars .section-header .underline,
    .about-purpose-section .section-header .underline {
        width: 58px;
        margin-top: 16px;
    }

    .about-purpose-section {
        padding-top: 44px;
        padding-bottom: 56px;
    }

    .about-purpose-intro {
        margin-bottom: 18px;
    }

    .about-purpose-intro p {
        max-width: 340px;
        font-size: 16px;
        line-height: 1.5;
    }

    .about-purpose-stream {
        border-top-width: 0;
    }

    .about-purpose-stream::before,
    .about-purpose-stream::after {
        left: 0;
        right: 0;
    }

    .about-purpose-line {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px 0;
        text-align: left;
    }

    .about-purpose-watermark {
        font-size: 36px;
    }

    .about-purpose-main {
        padding-left: 14px;
    }

    .about-purpose-main p {
        font-size: 14px;
        line-height: 1.62;
    }
}




/* Card Container */
.about-intro-neo {
    background-color: #f6f8fb; 
    padding: 60px 0;
}

.about-neo-shell-single {
    max-width: 900px;
    margin: 0 auto;

    border-radius: 24px;
    padding: 50px;
   
    position: relative;
    overflow: hidden;
}

.about-neo-shell-single::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom:46px;
    height: 5px;
    background: #f7a432;
    border-radius: 999px;
}


/* Left Align and Center Content inside card */
.about-neo-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Since 1996 Badge */
.about-neo-kicker {
    display: inline-block;
    background-color: #FFF5E6;
    color: #B47318;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

/* Heading H2 */
.about-neo-left h2 {
    color: #1A3E72;
    font-size: clamp(32px, 3.5vw, 42px);
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 20px;
    max-width: 800px;
    text-wrap: balance;
}

/* Paragraphs and Lead text */
.about-neo-lead {
    color: #5E6D82;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 760px;
}

.about-neo-left p {
    color: #5E6D82;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 820px;
}

/* Orange small divider using pseudo element on the middle paragraph if needed, or we use actions margin */
.about-neo-lead::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background-color: #F7A432;
    margin: 20px auto 0;
    border-radius: 2px;
}

/* Buttons actions */
.about-neo-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 25px 0 35px 0;
}

.about-neo-actions a {
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    background-color: #F7A432;
    color: #ffffff;
    border: 1px solid #F7A432;
}

.btn-primary:hover {
    background-color: #e09228;
}

.btn-secondary {
    background-color: #ffffff;
    color: #1A3E72;
    border: 1px solid #D1D9E2;
}

.btn-secondary:hover {
    background-color: #f8f9fa;
    border-color: #1A3E72;
}

/* Bottom Stats Grid */
.about-neo-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 760px;
    margin-top: 10px;
}

.about-neo-stat {
    background: linear-gradient(135deg, #EFF1F4 0%, #FDF8F1 100%);
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #E4E8ED;
    text-align: center;
}

.stat-value {
    display: block;
    color: #1A3E72;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.stat-label {
    display: block;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .about-neo-shell-single {
        padding: 30px 20px;
        margin: 0 15px;
    }
    .about-neo-stats {
        grid-template-columns: 1fr;
    }
    .about-neo-actions {
        flex-direction: column;
        width: 100%;
    }
    .about-neo-actions a {
        width: 100%;
    }

    .about-neo-shell-single::after {
        left: 20%;
        right: 20%;
        bottom: 0;
        height: 4px;
    }

}
