
    .scooter-landing { font-family: 'Poppins', sans-serif; line-height: 1.6; color: #333; max-width: 1100px; margin: auto; padding: 50px 20px; }
    
    .scooter-hero { text-align: left; margin-bottom: 60px; }
    .scooter-hero h1 { font-size: 2.8rem; color: #222; margin-bottom: 10px; }
    .scooter-hero .underline { width: 80px; height: 4px; background: #00a8a8; margin-top: 10px; }
    
    .scooter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 60px; }
    .scooter-card { padding: 30px; background: #f9f9f9; border-radius: 4px; border-bottom: 3px solid #00a8a8; }
    .scooter-card h3 { color: #00a8a8; margin-top: 0; }
    
    .scooter-disclaimer { background: #222; color: #fff; padding: 40px; text-align: center; border-radius: 4px; font-size: 0.95rem; }
