.elementor-36473 .elementor-element.elementor-element-54d3b3e2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-765210f */.container-scooter {
    background-color: #f4f7f6;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
}

/* FIX LINKS SEO */
.container-scooter a {
    color: #0083b0;
    text-decoration: none;
    font-weight: 600;
}
.container-scooter a:hover {
    text-decoration: underline;
}

/* HERO */
.container-scooter .hero {
    background: linear-gradient(135deg, #00b4db 0%, #0083b0 100%);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.container-scooter .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.container-scooter .price {
    background: #fff;
    color: #0083b0;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 25px;
}

/* SECTIONS */
.container-scooter .section {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.container-scooter .box {
    background: #f0fbfc;
    border-left: 5px solid #00b4db;
    padding: 20px;
}

/* LIST */
.container-scooter ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* BUTTON */
.container-scooter .btn-wa {
    background: #25D366;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    display: inline-block;
}

/* CTA */
.container-scooter .section.hero {
    background: linear-gradient(135deg, #2c3e50, #1a252f);
    text-align: center;
}/* End custom CSS */