/* Start custom CSS for html, class: .elementor-element-3290a51 */.gas-coupon{
    background:#f7f9fc;
    padding:60px 20px;
    font-family:'Inter',sans-serif;
}

.gas-coupon .container{
    max-width:1200px;
    margin:auto;
}

.hero{
    text-align:center;
    margin-bottom:50px;
}

.eyebrow{
    display:inline-block;
    background:#e7f0ff;
    color:#0055a5;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.hero h1{
    font-size:clamp(2rem,4vw,3.5rem);
    line-height:1.1;
    color:#003b7a;
    margin-bottom:20px;
}

.lead{
    max-width:700px;
    margin:auto;
    font-size:1.2rem;
    color:#4a5568;
}

.highlight-box{
    background:#ffffff;
    border-radius:20px;
    padding:30px;
    display:flex;
    gap:25px;
    align-items:center;
    margin-bottom:60px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.highlight-icon{
    font-size:3rem;
}

.schedule h2,
.requirements h2,
.social-help h2,
.cta h2{
    text-align:center;
    color:#003b7a;
    margin-bottom:30px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:24px;
    margin-bottom:60px;
}

.card{
    background:white;
    border-radius:20px;
    padding:28px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s ease;
}

.card:hover{
    transform:translateY(-5px);
}

.day{
    display:inline-block;
    background:#0055a5;
    color:white;
    padding:6px 14px;
    border-radius:20px;
    font-size:.9rem;
    margin-bottom:15px;
}

.card h3{
    color:#003b7a;
    font-size:1.5rem;
    margin-bottom:15px;
}

.time{
    font-size:1.1rem;
    font-weight:600;
    color:#f39c12;
}

.requirements-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    margin-bottom:60px;
}

.req-item{
    background:white;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.req-icon{
    font-size:3rem;
    margin-bottom:15px;
}

.social-help{
    background:white;
    padding:40px;
    border-radius:20px;
    margin-bottom:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.social-help ul{
    list-style:none;
    padding:0;
    margin:0;
}

.social-help li{
    padding:12px 0;
    border-bottom:1px solid #edf2f7;
    color:#4a5568;
}

.social-help li:last-child{
    border-bottom:none;
}

.cta{
    text-align:center;
    background:linear-gradient(135deg,#003b7a,#0055a5);
    color:white;
    padding:60px 30px;
    border-radius:24px;
}

.cta h2{
    color:white;
}

.cta p{
    max-width:700px;
    margin:auto;
    font-size:1.1rem;
    opacity:.95;
}

@media(max-width:768px){

    .highlight-box{
        flex-direction:column;
        text-align:center;
    }

    .hero h1{
        font-size:2rem;
    }

    .card{
        padding:22px;
    }

    .social-help{
        padding:25px;
    }

}/* End custom CSS */