/* ── About — single compact panel ── */
.new-about {
    position: relative;
    background: #192666;
    overflow: hidden;
}

.new-about__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 70% 55% at 50% 42%, rgba(92, 118, 210, 0.35) 0%, transparent 62%),
        radial-gradient(ellipse 45% 40% at 15% 80%, rgba(206, 137, 36, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 45% 40% at 85% 20%, rgba(80, 110, 200, 0.18) 0%, transparent 50%);
}

.new-about__inner {
    position: relative;
    z-index: 1;
    max-width: 1150px;
    margin-inline: auto;
}

/* One unified card */
.new-about__panel {
    position: relative;
    padding: clamp(1.5rem, 3vh, 2rem) clamp(1.35rem, 3vw, 1.85rem);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(55, 68, 118, 0.92) 0%, rgba(35, 45, 88, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 36px rgba(8, 14, 48, 0.32);
}

.new-about__panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2d3764, #ce8924, #f0c878, #ce8924, #2d3764);
}

.new-about__panel::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, #273360 0%, transparent 38%, rgba(206, 137, 36, 0.08) 100%);
    opacity: 0.55;
}

.new-about__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    align-items: stretch;
}

/* Left rail: title + square stats */
.new-about__aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.new-about__heading {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.new-about__heading .heading9 {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.new-about__heading .heading9 h5 {
    padding: 4px 10px;
    max-width: 100%;
    white-space: normal;
    text-align: center;
}

.new-about__title {
    display: flex;
    flex-direction: column;
    gap: 0.05em;
    color: #ce8924;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.08;
    font-size: clamp(2rem, 4.5vw, 2.85rem) !important;
    margin-bottom: 0.25rem !important;
}

.new-about__title-line {
    display: block;
}

.new-about__stats {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.new-about__stat {
    aspect-ratio: 1;
    flex: 1 1 0;
    min-width: 0;
    max-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.4rem;
    border-radius: 12px;
    text-align: center;
    background: rgba(12, 18, 48, 0.35);
    border: 1px solid rgba(206, 137, 36, 0.45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.new-about__stat-value {
    color: #ce8924;
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: lining-nums;
}

.new-about__stat-value .odometer {
    font-family: inherit;
    font-weight: inherit;
}

.new-about__stat-label {
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: clamp(0.62rem, 1.1vw, 0.74rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Right: copy + CTA */
.new-about__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    min-height: 100%;
}

.new-about__copy {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.new-about__statement {
    margin: 0;
    color: #fff;
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: clamp(1.08rem, 1.85vw, 1.28rem);
    font-weight: 600;
    line-height: 1.55;
}

.new-about__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: clamp(0.95rem, 1.5vw, 1.08rem);
    line-height: 1.65;
    font-weight: 400;
}

.new-about__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    padding-top: 0.15rem;
}

.new-about__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1.45rem;
    border-radius: 999px;
    background: #ce8924;
    color: #fff;
    font-family: var(--textFamily), 'Source Sans 3', sans-serif;
    font-size: clamp(0.82rem, 1.25vw, 0.95rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    text-transform: none;
    white-space: nowrap;
}

.new-about__cta:hover {
    color: #fff;
    background: #b87a22;
    transform: translateY(-1px);
    box-shadow: none;
}

.new-about__cta--secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.new-about__cta--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ce8924;
    color: #fff;
}

@media (max-width: 991.98px) {
    .new-about__panel {
        padding: clamp(1.35rem, 4vw, 1.65rem);
    }

    .new-about__aside {
        width: 100%;
    }

    .new-about__heading {
        padding-inline: clamp(0.25rem, 2vw, 0.5rem);
    }

    .new-about__stats {
        flex-wrap: wrap;
        max-width: 100%;
    }

    .new-about__stat {
        flex: 1 1 calc(33.333% - 0.35rem);
        max-width: none;
        min-width: 72px;
    }

    .new-about__actions {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .new-about__stat {
        min-width: 0;
    }

    .new-about__stat-value {
        font-size: clamp(1rem, 4.5vw, 1.25rem);
    }

    .new-about__stat-label {
        font-size: 0.52rem;
        letter-spacing: 0.04em;
    }
}

@media (min-width: 992px) {
    .new-about__layout {
        grid-template-columns: minmax(300px, 380px) 1fr;
        gap: 1.35rem 1.75rem;
        align-items: stretch;
    }

    .new-about__panel {
        padding: 1.75rem 2rem;
    }

    .new-about__aside {
        gap: 1.15rem;
    }

    .new-about__heading {
        text-align: left;
    }

    .new-about__heading .heading9 {
        justify-content: flex-start;
    }

    .new-about__stats {
        justify-content: flex-start;
        gap: 0.65rem;
    }

    .new-about__stat {
        max-width: 108px;
        border-radius: 14px;
        padding: 0.65rem;
    }

    .new-about__stat-value {
        font-size: 1.85rem;
    }

    .new-about__stat-label {
        font-size: 0.72rem;
    }

    .new-about__copy {
        gap: 0.9rem;
    }

    .new-about__statement {
        font-size: 1.22rem;
    }

    .new-about__text {
        font-size: 1.05rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .new-about__cta:hover {
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .new-about__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .new-about__cta {
        width: 100%;
        white-space: normal;
        text-align: center;
    }
}
