.ml-landing-container-90c93386 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}
.ml-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    position: relative;
}
.ml-hero {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 140px 20px;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ml-hero-swiper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ml-slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.ml-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(10, 59, 92, 0.85), rgba(10, 59, 92, 0.6));
    z-index: 1;
}
.ml-hero-content-wrap {
    position: relative;
    z-index: 2;
    padding: 0;
}
.ml-hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}
.ml-hero-subtitle {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto 40px;
    opacity: 0.95;
    line-height: 1.6;
}
.ml-btn {
    display: inline-block;
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}
.ml-section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}
.ml-text {
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.ml-light-bg {
    background-color: #f4f7f9;
}
.ml-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
.ml-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease;
}
.ml-card:hover {
    transform: translateY(-5px);
}
.ml-card h3 {
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.ml-products {
    padding-top: 60px;
    padding-bottom: 80px;
}
.ml-text-center {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .ml-hero-title {
        font-size: 2.5rem;
    }
    .ml-hero {
        padding: 100px 20px;
        min-height: 500px;
    }
}
