.smoothextinguish-hero {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #fff;
    padding: 3rem 1rem;
    text-align: center;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.smoothextinguish-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.smoothextinguish-hero .hero-image img {
    max-width: 60%;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    margin-top: 1rem;
}

.smoothextinguish-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.smoothextinguish-features li {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.smoothextinguish-packages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.smoothextinguish-packages .card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border-radius: 0.5rem;
    height: 100%;
}
