body.veri-body { background-color: #000000; color: #808080; font-family: Impact, "Arial Black", "PingFang SC", sans-serif; margin: 0; padding: 0; }
.veri-header { background-color: #080808; border-bottom: 2px solid #00ff66; padding: 15px 0; }
.veri-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }
.veri-logo { float: left; }
.veri-logo img { height: 40px; display: block; }
.veri-nav { float: right; list-style: none; margin: 0; padding: 0; display: flex; }
.veri-nav-item { margin-left: 20px; line-height: 40px; }
.veri-nav-item a { color: #ffffff; text-decoration: none; font-weight: bold; }
.veri-nav-item a:hover { color: #00ff66; }
.veri-main-layout { display: flex; flex-wrap: wrap; margin-top: 30px; }
.veri-column-left { width: 100%; box-sizing: border-box; }
.veri-column-right { width: 100%; box-sizing: border-box; }
.veri-gallery-panel { background: rgba(255, 255, 255, 0.01); border: none; padding: 40px; box-sizing: border-box; box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); position: relative; }
.veri-notice-strip { background: linear-gradient(90deg, rgba(0,255,102,0.05) 0%, rgba(0,255,255,0.05) 50%, rgba(255,0,255,0.05) 100%); border-top: 1px solid #00ff66; border-bottom: 1px solid #00ff66; padding: 25px; text-align: center; margin-bottom: 35px; color: #ffffff; font-size: 16px; letter-spacing: 1px; }
.veri-notice-seal { display: inline-block; width: 26px; height: 26px; border-radius: 50%; background-color: #00ff66; color: #000000; text-align: center; line-height: 26px; font-size: 13px; margin-right: 12px; font-weight: bold; box-shadow: 0 0 10px rgba(0, 255, 102, 0.5); }
.veri-product-grid { display: flex; flex-wrap: wrap; margin: -1%; }
.veri-product-card { width: 48%; margin: 1%; background-color: rgba(255,255,255,0.02); border: none; padding: 40px; box-sizing: border-box; transition: all 0.3s; position: relative; }
.veri-product-card:hover { transform: scale(1.02); box-shadow: 0 0 20px rgba(0, 255, 102, 0.15); }
.veri-product-name { font-size: 18px; font-weight: bold; color: #ffffff; text-decoration: none; display: block; margin-bottom: 12px; letter-spacing: 1px; }
.veri-product-name:hover { color: #00ff66; }
.veri-badge { display: inline-block; font-size: 10px; padding: 2px 6px; border-radius: 3px; font-weight: bold; margin-bottom: 10px; }
.veri-badge-auto { background-color: rgba(0, 255, 102, 0.15); color: #00ff66; border: 1px solid rgba(0, 255, 102, 0.3); }
.veri-badge-manual { background-color: rgba(255, 255, 255, 0.1); color: #808080; border: 1px solid rgba(255, 255, 255, 0.2); }
.veri-price { color: #00ff66; font-weight: bold; font-size: 20px; }
.veri-btn-buy { display: block; text-align: center; background: transparent; color: #00ff66 !important; border: 1px solid #00ff66; padding: 12px 18px; text-decoration: none; border-radius: 4px; font-weight: bold; transition: all 0.2s; margin-top: 15px; text-transform: uppercase; letter-spacing: 2px; }
.veri-btn-buy:hover { background: linear-gradient(135deg, #00ff66 0%, #00ffff 50%, #ff00ff 100%); color: #000000 !important; border-color: transparent; }
.veri-footer { background-color: #080808; border-top: 2px solid #00ff66; padding: 25px 0; margin-top: 50px; }
.veri-footer a { color: #00ff66; text-decoration: none; }
.veri-tab-title { list-style: none; padding: 0; margin: 0 0 25px 0; display: flex; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.veri-tab-item { padding: 12px 24px; cursor: pointer; font-weight: bold; }
.veri-tab-item.active { border-bottom: 2px solid #00ff66; color: #00ff66; }
.veri-tab-item a { color: inherit; text-decoration: none; }
.veri-form-item { margin-bottom: 20px; }
.veri-form-label { display: block; margin-bottom: 8px; font-weight: bold; color: #ffffff; }
.veri-form-input { width: 100%; padding: 12px; border: 1px solid rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.02); color: #ffffff; box-sizing: border-box; border-radius: 4px; font-family: inherit; }
.veri-form-input:focus { border-color: #00ff66; outline: none; }
.veri-btn-submit { width: 100%; padding: 14px; background-color: #00ff66; color: #000000; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; }
.veri-btn-submit:hover { background-color: #00cc52; }
.veri-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.veri-table th, .veri-table td { border: 1px solid rgba(255, 255, 255, 0.08); padding: 12px; text-align: left; }
.veri-table th { background-color: rgba(255, 255, 255, 0.04); color: #ffffff; }
@media (max-width: 991px) {
    .veri-product-card { width: 100%; float: none; margin: 0 0 15px 0; }
}
