/* ROOT */
.brutal-section {
    background: #ffffff;
    color: #111;
    font-family: "Arial", "Helvetica", sans-serif;
}

/* STATEMENT */
.brutal-statement {
    border-bottom: 4px solid #e02850;
    padding: 40px 0 40px;
}

.brutal-headline {
    font-size: 64px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 0.95;
}

.brutal-headline span {
    color: #e02850;
}

.brutal-subtext {
    max-width: 500px;
    font-size: 15px;
    margin-top: 15px;
    color: #444;
}

/* BODY */
.brutal-body {
    padding: 40px 0;
}

.brutal-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 620px;
}

.brutal-highlight {
    font-weight: 800;
    text-transform: uppercase;
    border-left: 5px solid #e02850;
    padding-left: 15px;
}

/* IMAGE */
.brutal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SERVICES */
.brutal-services {
    border-top: 4px solid #111;
}

.brutal-row {
    display: grid;
    grid-template-columns: 80px 300px 1fr;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.brutal-row span {
    font-size: 22px;
    font-weight: 900;
    color: #e02850;
}

.brutal-row h4 {
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.brutal-row p {
    font-size: 14px;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .brutal-headline {
        font-size: 38px;
    }

    .brutal-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .brutal-body {
        padding: 40px 0;
    }
}
