.runjin-founder-message {
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 22px 20px;
    background:
        radial-gradient(
            circle at 90% 0,
            rgba(101, 194, 255, 0.23),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #082f59,
            #0b5d9f
        );
    color: #ffffff;
}

.runjin-founder-message-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    width: min(1120px, 100%);
    margin: 0 auto;
}

.runjin-founder-message-label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: #cceeff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.runjin-founder-message p {
    margin: 0;
    color: #ffffff;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 750;
    line-height: 1.65;
    letter-spacing: 0.01em;
}

.runjin-founder-message strong {
    color: #bdeaff;
    font-weight: 900;
}

@media (max-width: 700px) {
    .runjin-founder-message {
        padding: 20px 16px;
    }

    .runjin-founder-message-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .runjin-founder-message p {
        font-size: 16px;
        line-height: 1.75;
    }
}
