/*
Theme Name: LeadGen Emergency Theme
Author: Your Name
Version: 1.0
*/

body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: #f5f6fa;
    color: #333;
}

section {
    padding: 80px 20px;
    text-align: center;
}

.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('https://images.unsplash.com/photo-1581578731548-c64695cc6952');
    background-size: cover;
    background-position: center;
    color: #fff;
}

.hero h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
}

.cta-btn {
    background: #e84118;
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 25px;
    border-radius: 5px;
    font-size: 18px;
}

.cta-btn:hover {
    background: #c23616;
}

.content {
    background: #fff;
}

.final-cta {
    background: #0a3d62;
    color: #fff;
}

h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.sticky-call {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e84118;
    color: #fff;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    z-index: 999;
}