/* ===============================
   Onera – Products Intro Section
=================================*/

#products-intro {
    padding: 60px 0 40px;
    background: #ffffff;
}

.products-title {
    font-size: 32px;
    font-weight: 700;
    color: #0B1F66; /* Navy Onera */
    margin-bottom: 20px;
}

.products-subtitle {
    font-size: 18px;
    color: #333;
    max-width: 850px;
    margin: 0 auto 15px auto;
    line-height: 1.6;
}

.products-body {
    font-size: 16px;
    color: #444;
    max-width: 850px;
    margin: 0 auto 15px auto;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .products-title { font-size: 26px; }
    .products-subtitle, .products-body { font-size: 15px; }
}

.onera-products-intro {
    margin-top: 50px;
}