     /* SCOPED CSS: Fuji Super Tsurugi - Black Theme with Red Accents */     #fuji-tsurugi-features {         font-family: 'Verdana', 'Segoe UI', Helvetica, sans-serif;         line-height: 1.5;         color: #333;         font-size: 15px;         background-color: #fff;         width: 100%;         box-sizing: border-box;         padding: 5px 0;     }      /* Headings - Black with Red Bottom Border Accent */     #fuji-tsurugi-features h3 {         font-size: 16px;         color: #000000; /* Main Black */         border-bottom: 2px solid #b22222; /* Red Accent Line */         padding-bottom: 5px;         margin-top: 5px;         margin-bottom: 12px;         font-weight: 700;         text-transform: uppercase;         text-align: left;     }      /* List Styling */     #fuji-tsurugi-features ul {         margin: 0 0 15px 0;         padding-left: 0;         list-style-type: none;     }      #fuji-tsurugi-features li {         margin-bottom: 6px;         padding-left: 20px;         position: relative;         text-align: left;     }      /* Checkmark Icon - Red Accent */     #fuji-tsurugi-features li::before {         content: "✔";          color: #b22222; /* Red Icon */         font-size: 12px;         font-weight: bold;         position: absolute;         left: 0;         top: 2px;     }      /* Keywords - Black (Strong) */     #fuji-tsurugi-features strong {         color: #000000; /* Keep text Black */         font-weight: 700;     }      /* Application Box - Neutral with Red Left Border */     #fuji-tsurugi-features .app-box {         background-color: #fcfcfc; /* Very light gray/white */         padding: 12px;         border-radius: 4px;         margin-bottom: 15px;         border-left: 4px solid #b22222; /* Red Accent Border */         border-top: 1px solid #eee;         border-right: 1px solid #eee;         border-bottom: 1px solid #eee;         font-size: 14px;         text-align: left;     }      /* Sub-labels */     #fuji-tsurugi-features .app-label {         font-weight: 700;         color: #000; /* Black Label */         display: block;         margin-bottom: 5px;         text-transform: uppercase;         font-size: 12px;         letter-spacing: 0.5px;     }      /* Image Wrapper - Centered */     #fuji-tsurugi-features .img-wrapper {         text-align: center;         margin-top: 10px;         width: 100%;     }      #fuji-tsurugi-features img {         max-width: 600px;         width: 100%;         height: auto;         display: inline-block;         border-radius: 4px;     }      /* Mobile Optimization */     @media (max-width: 768px) {         #fuji-tsurugi-features { font-size: 16px; }      } 