.residential-roofing-section {
    padding: 90px 20px 60px;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 50%, #eeeeee 100%);
}

.roofing-subtitle {
    display: inline-block;
    margin-bottom: 15px;
    color: #d50909;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.roofing-title {
    font-size: 46px;
    font-weight: 800;
    color: #1f1f1f;
    margin-bottom: 25px;
}

.roofing-description {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    max-width: 900px;
    margin: 0 auto 35px;
}

.roofing-btn {
    display: inline-block;
    padding: 15px 34px;
    background: #d50909;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.roofing-btn:hover {
    background: #1f1f1f;
    color: #fff;
}