
  :root {
    --b2b-navy: #0F172A;
    --b2b-gold: #C5A059;
    --b2b-slate: #475569;
    --b2b-gray: #F8FAFC;
  }

  /* Solutions page B2B alignment (scoped) */
  .b2b-solutions {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #0F172A;
  }

  .b2b-solutions .sigma_subheader.style-6 {
    color: #fff;
  }

  .b2b-solutions .section-title .title {
    color: var(--b2b-navy) !important;
  }
  .b2b-solutions .section-title .subtitle,
  .b2b-solutions .sigma_about-content p {
    color: var(--b2b-slate) !important;
    line-height: 1.75;
  }

  /* Hero right background image stability */
  .b2b-solutions .solutions-hero-image {
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    background-image: url("../../img/home/solutions.jpg");
  }

  .b2b-solutions .solutions-subheader-bg {
    background-image: url("../../img/home/subheader.jpg");
  }

  /* Product grid */
  .b2b-solutions .sigma_product .sigma_product-thumb {
    border-radius: 0 !important;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    background: #fff;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease;
  }
  .b2b-solutions .sigma_product:hover .sigma_product-thumb {
    box-shadow: none !important;
  }

  .b2b-solutions .sigma_product .sigma_product-thumb img {
    border-radius: 0 !important;
  }

  /* B2B button (used by product card) */
  .b2b-solutions a.sigma_btn {
    background: var(--b2b-navy) !important;
    color: #fff !important;
    border-radius: 12px !important;
    border: none !important;
    font-weight: 800 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    padding: 14px 28px !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease !important;
  }
  .b2b-solutions a.sigma_btn:hover {
    background: var(--b2b-gold) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(197, 160, 89, 0.35);
  }

  /* Navigation text (match index.htm b2b-home) */
  .b2b-solutions .sigma_header-top-nav a {
    color: var(--b2b-slate);
    transition: color 0.2s ease;
  }
  .b2b-solutions .sigma_header-top-nav a:hover {
    color: var(--b2b-gold);
  }
  .b2b-solutions .sigma_header-top-cta a {
    color: var(--b2b-navy);
    font-weight: 600;
  }
  .b2b-solutions .sigma_header-top-cta a:hover {
    color: var(--b2b-gold);
  }
  .b2b-solutions .navbar-nav .menu-item > a {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--b2b-slate) !important;
    transition: color 0.2s ease;
  }
  .b2b-solutions .navbar-nav .menu-item > a:hover,
  .b2b-solutions .navbar-nav .menu-item.hover > a {
    color: var(--b2b-gold) !important;
  }

  /* Product name text style (match index.htm product h5 a) */
  .b2b-solutions .sigma_product-body a.sigma_btn {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-size: 14px !important;
    line-height: 1.25;
    color: var(--b2b-navy) !important;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
  }
  .b2b-solutions .sigma_product-body a.sigma_btn:hover {
    color: var(--b2b-gold) !important;
  }

  /* Trusted supplier card */
  .b2b-solutions .sigma_post.style-1 {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    padding: 22px 14px;
  }

  /* Back to top */
  .b2b-solutions .sigma_top {
    background: var(--b2b-navy);
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.2);
  }
  .b2b-solutions .sigma_top:hover {
    background: var(--b2b-gold);
    color: var(--b2b-navy);
  }

  @media (max-width: 768px) {
    .b2b-solutions .solutions-hero-image {
      border-radius: 12px;
      min-height: 240px !important;
    }
  }