/* ── Founder's note — single-column block quote ── */
.new-founder-note {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.new-founder-note__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 45% 50% at 8% 20%, rgba(25, 38, 102, 0.05) 0%, transparent 62%),
        radial-gradient(ellipse 40% 40% at 92% 80%, rgba(206, 137, 36, 0.07) 0%, transparent 55%);
}

.new-founder-note__inner {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    margin-inline: auto;
}

.new-founder-note__head {
    margin-bottom: 1.5rem;
}

.new-founder-note__head .heading9 {
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.new-founder-note__title {
    color: #2d3b68;
    text-transform: none !important;
}

.new-founder-note__quote {
    margin: 0;
    padding: 1.75rem 1.6rem 1.6rem 1.75rem;
    border-radius: 16px;
    background: #f7f5f0;
    border: 1px solid rgba(25, 38, 102, 0.08);
    border-left: 4px solid #ce8924;
}

.new-founder-note__quote p {
    margin: 0 0 1.1rem;
    color: #3a4270;
    font-family: var(--textFamily), 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.8;
}

@media (max-width: 1399.98px) {
    .new-founder-note__quote p {
        font-size: 0.98rem;
        line-height: 1.7;
    }
}

@media (max-width: 1399.98px) {
    .new-founder-note__quote p {
        font-size: 0.98rem;
        line-height: 1.7;
    }
}

@media (max-width: 1399.98px) {
    .new-founder-note__quote p {
        font-size: 0.98rem;
        line-height: 1.7;
    }
}

.new-founder-note__quote p:last-of-type {
    margin-bottom: 1.25rem;
}

.new-founder-note__cite {
    margin: 0;
    color: #2d3b68;
    font-family: var(--textFamily), 'Montserrat', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    font-style: normal;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    .new-founder-note__quote {
        padding: 1.35rem 1.15rem 1.25rem 1.25rem;
    }

    .new-founder-note__quote p {
        font-size: 1rem;
    }
}
