/* ============================
   BNSSR HOME – STILI CUSTOM
   ============================ */

/* Hero BNSSR */
.bnssr-home .bnssr-banner {
    position: relative;
    padding: 120px 0 80px;
    background: radial-gradient(circle at top left, #3b82f6 0, #020617 45%, #000 100%);
    color: #f9fafb;
}

.bnssr-home .bnssr-banner .banner-caption {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 12px;
    font-weight: 600;
    color: #a5b4fc;
}

.bnssr-home .bnssr-banner .title {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.bnssr-home .bnssr-banner p {
    color: #e5e7eb;
    max-width: 520px;
}

/* Bottoni hero */
.bnssr-home .bnssr-banner .btn {
    border-radius: 999px;
    padding-inline: 26px;
}
.bnssr-home .bnssr-banner .btn-two {
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.22);
}

/* Contenitore prodotti in hero */
.bnssr-hero-products {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Card prodotto hero (uguale importanza) */
.bnssr-product-card {
    background: rgba(15, 23, 42, 0.9);
    border-radius: 24px;
    padding: 24px 20px 20px;
    width: 220px;
    max-width: 100%;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.3);
    backdrop-filter: blur(16px);
}

.bnssr-product-card .main-img {
    max-width: 130px;
    margin: 0 auto 10px;
    display: block;
}

.bnssr-product-name {
    font-size: 18px;
    margin-bottom: 4px;
    color: #f9fafb;
}

.bnssr-product-tagline {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #a5f3fc;
}

/* Variante leggera per le due card (ma stessa importanza) */
.bnssr-product-card.left {
    transform: translateY(10px);
}
.bnssr-product-card.right {
    transform: translateY(-10px);
}

/* ==============
   Sezione prodotti affiancati
   ============== */

.bnssr-products {
    padding: 80px 0 60px;
}

.bnssr-products .section-title .sub-title {
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 12px;
}

.bnssr-products .bnssr-product-equal {
    background: #020617;
    border-radius: 26px;
    padding: 30px 26px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.bnssr-products .bnssr-product-equal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(56, 189, 248, 0.16), transparent 60%);
    opacity: 0.9;
    pointer-events: none;
}

.bnssr-products .bnssr-product-equal .features-products-thumb {
    position: relative;
    z-index: 1;
}

.bnssr-products .bnssr-product-equal .features-product-content {
    position: relative;
    z-index: 1;
}

.bnssr-products .main-img {
    max-width: 160px;
    margin: 0 auto;
}

.bnssr-products .features-product-content .title {
    font-size: 24px;
    color: #f9fafb;
}

.bnssr-products .features-product-content h6 {
    color: #a5b4fc;
    margin-bottom: 10px;
}

.bnssr-products .features-product-content p {
    color: #e5e7eb;
    font-size: 15px;
}

/* Lista punti prodotto */
.bnssr-bullets {
    margin-top: 12px;
    margin-bottom: 0;
}
.bnssr-bullets li {
    font-size: 14px;
    color: #cbd5f5;
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
}
.bnssr-bullets li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, #facc15, #22c55e);
}

/* ==============
   Sezione “Perché usarli insieme”
   ============== */

.bnssr-benefits {
    padding: 80px 0;
    background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), #020617 45%, #000 100%);
}

.bnssr-benefits .section-title .sub-title {
    color: #a5b4fc;
    letter-spacing: 0.18em;
}

.bnssr-benefits .section-title .title {
    color: #f9fafb;
}

.bnssr-benefits p {
    color: #e5e7eb;
}

.bnssr-benefits .ingredients-item {
    margin-bottom: 18px;
}
.bnssr-benefits .ingredients-item .title {
    color: #e5e7eb;
    font-size: 16px;
    margin-bottom: 4px;
}

/* Immagine combo */
.bnssr-benefits .ingredients-img img {
    max-width: 320px;
}

/* ==============
   Sezione “Come usarli”
   ============== */

.bnssr-howto {
    padding: 80px 0 90px;
    background: #020617;
}

.bnssr-howto .section-title .sub-title {
    color: #a5b4fc;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 12px;
}

.bnssr-howto .section-title .title {
    color: #f9fafb;
}

.bnssr-howto .formula-list li {
    color: #e5e7eb;
    margin-bottom: 10px;
    font-size: 15px;
}
.bnssr-howto .formula-list strong {
    color: #facc15;
}

.bnssr-howto .formula-img img {
    max-width: 340px;
}

/* ============================
   Responsive tweaks
   ============================ */

@media (max-width: 991.98px) {
    .bnssr-home .bnssr-banner {
        padding: 90px 0 60px;
        text-align: center;
    }

    .bnssr-home .bnssr-banner .banner-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .bnssr-hero-products {
        margin-top: 30px;
    }

    .bnssr-product-card.left,
    .bnssr-product-card.right {
        transform: none;
    }

    .bnssr-products .bnssr-product-equal {
        margin-bottom: 30px;
    }

    .bnssr-benefits .ingredients-img {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .bnssr-home .bnssr-banner .title {
        font-size: 30px;
    }

    .bnssr-products .bnssr-product-equal {
        padding: 22px 18px;
    }

    .bnssr-products .features-product-content .title {
        font-size: 20px;
    }
}