.statement-section {
    padding: 40px 0;
    margin: 30px 0;
    text-align: center;
    position: relative;
}

.statement-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.3rem, 3vw, 1.9rem);
    font-weight: 700;
    margin: 0 0 16px;
    color: #333;
}

.statement-section h2 span {
    color: #f40000;
}

.statement-section p {
    font-family: 'Lato', sans-serif;
    font-size: clamp(0.9rem, 1.8vw, 1.05rem);
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
    color: #555;
}

.statement-section .statement-link {
    display: inline-block;
    margin-top: 18px;
    color: #f40000;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    transition: color 0.2s ease;
}

.statement-section .statement-link:hover {
    color: #c00;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .statement-section {
        padding: 30px 0;
        margin: 20px 0;
    }
}
