/*
Theme Name: Roofing Pro Starter (Astra Child)
Theme URI: https://manus.im/
Description: A lightweight, high-conversion WordPress theme for roofing companies, integrated with ACF Pro for rapid deployment.
Author: Manus AI
Author URI: https://manus.im/
Template: astra
Version: 1.0.0
Text Domain: roofing-pro
*/

.roofing-hero {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.roofing-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.roofing-hero .container {
    position: relative;
    z-index: 1;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 40px 0;
}

.service-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.trust-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
    background: #f9f9f9;
}

.trust-badges img {
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.7;
}
