    #view-how-it-works #hiw-features>div:last-child>div {
      background: linear-gradient(180deg, #0B1F3A 0%, #102A44 100%) !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      border-radius: 18px !important;
      box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    }

    /* Gold top accent bar on feature cards */
    #view-how-it-works #hiw-features>div:last-child>div>div:first-child {
      background: var(--grad-gold) !important;
    }

    /* Feature card titles */
    #view-how-it-works #hiw-features h3 {
      color: #FFFFFF !important;
      font-size: 1.1rem !important;
      font-weight: 800 !important;
    }

    /* Feature card body text */
    #view-how-it-works #hiw-features p {
      color: #C8D6E5 !important;
      font-size: .88rem !important;
      line-height: 1.8 !important;
      font-weight: 500 !important;
    }

    /* Feature card bold/strong highlights */
    #view-how-it-works #hiw-features p strong {
      color: #F0DC9A !important;
    }
