.order-summary-sticky { position: sticky; top: 0; background: #f8fafc; z-index: 10; padding: 15px 0; border-bottom: 2px solid #e2e8f0; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.order-summary-metrics { display: flex; gap: 30px; }
.metric-block { font-size: 14px; color: #475569; }
.metric-block span { font-size: 20px; font-weight: 700; color: #0f172a; display: block; }
.metric-block span.bv-highlight { color: #16a34a; }
.quick-order-qty-input { width: 100% !important; text-align: center; padding: 6px !important; border: 1px solid #cbd5e1 !important; border-radius: 4px !important; box-sizing: border-box; }
.btn-bulk-submit { background: #16a34a; color: white; border: none; padding: 12px 24px; border-radius: 6px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.btn-bulk-submit:hover { background: #15803d; }
.btn-bulk-submit:disabled { background: #cbd5e1; cursor: not-allowed; }

.portal-store-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 15px; }
.portal-product-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 6px; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 1px 3px rgba(0,0,0,0.02); font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

.portal-product-image-container { width: 100%; height: 130px; display: flex; align-items: center; justify-content: center; background: #f8fafc; border-radius: 4px; overflow: hidden; margin-bottom: 8px; border: 1px solid #f1f5f9; }
.portal-product-image-container img { max-width: 100%; max-height: 100%; object-fit: contain; width: auto; height: auto; transition: transform 0.2s ease; }
.portal-product-card:hover .portal-product-image-container img { transform: scale(1.04); }

.portal-product-card h4 { margin: 0 0 6px 0; font-size: 13px; color: #0f172a; font-weight: 600; line-height: 1.4; height: 38px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.portal-product-meta { font-size: 11px; color: #64748b; margin-bottom: 10px; border-bottom: 1px dashed #f1f5f9; padding-bottom: 8px; }
.portal-product-meta span { display: block; margin-bottom: 2px; }
.portal-product-pricing { margin-top: auto; display: flex; flex-direction: column; gap: 8px; }
.portal-product-price { font-size: 15px; font-weight: 700; color: #16a34a; text-align: left; }
.portal-product-action { width: 100%; }

.portal-store-error { grid-column: 1 / -1; background: #fff3cd; color: #856404; padding: 15px; border-radius: 6px; border: 1px solid #ffeeba; font-size: 14px; text-align: center; }

.mlm-matrix-header { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; margin-bottom: 30px; }
.mlm-matrix-card { background: #fff; border-left: 5px solid #0073aa; padding: 20px; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.mlm-matrix-card.gold-tier { border-left-color: #ffb703; }
.mlm-matrix-card.diamond-tier { border-left-color: #219ebc; }
.mlm-matrix-card h5 { margin: 0 0 6px 0; font-size: 13px; text-transform: uppercase; color: #64748b; letter-spacing: 0.5px; }
.mlm-matrix-value { font-size: 24px; font-weight: 700; color: #0f172a; }

.coslife-true-dark-canvas, .coslife-true-dark-canvas body, .coslife-true-dark-canvas #page, .coslife-true-dark-canvas #content { background-color: #0b1329 !important; margin: 0 !important; padding: 0 !important; max-width: 100% !important; width: 100% !important; }
.coslife-true-dark-canvas .site-content, .coslife-true-dark-canvas .entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
.coslife-true-dark-canvas header, .coslife-true-dark-canvas footer { display: none !important; }

.coslife-dark-landing { background-color: #0b1329; color: #f8fafc; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; padding: 80px 40px; margin: 0 auto; min-height: 100vh; box-sizing: border-box; }
.dark-landing-hero { text-align: center; max-width: 800px; margin: 0 auto 50px auto; }
.dark-landing-hero .hero-logo { max-width: 130px; height: auto; margin-bottom: 24px; }
.dark-landing-hero h1 { font-size: 46px; font-weight: 800; line-height: 1.2; color: #ffffff; margin: 0 0 18px 0; letter-spacing: -0.5px; }
.dark-landing-hero h1 span { color: #ff9800; background: linear-gradient(45deg, #ff9800, #ffb703); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.dark-landing-hero p { font-size: 19px; color: #94a3b8; line-height: 1.6; margin: 0 0 35px 0; }
.dark-hero-actions { display: flex; justify-content: center; gap: 16px; }
.btn-dark-primary { background: #ff9800; color: #0b1329; font-weight: 700; padding: 14px 28px; border-radius: 6px; text-decoration: none; font-size: 16px; transition: all 0.2s ease; box-shadow: 0 4px 14px rgba(255, 152, 0, 0.3); }
.btn-dark-primary:hover { background: #ffb703; transform: translateY(-2px); }
.btn-dark-secondary { background: rgba(255, 255, 255, 0.05); color: #f8fafc; font-weight: 600; padding: 14px 28px; border-radius: 6px; text-decoration: none; font-size: 16px; border: 1px solid rgba(255,255,255,0.1); transition: all 0.2s ease; }
.btn-dark-secondary:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255,255,255,0.2); }
.dark-landing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; }
.dark-feature-card { background: #1c2541; border: 1px solid #1e293b; border-radius: 8px; padding: 24px; transition: transform 0.2s ease, border-color 0.2s ease; }
.dark-feature-card:hover { transform: translateY(-4px); border-color: #ff9800; }
.dark-feature-icon { font-size: 32px; margin-bottom: 16px; display: inline-block; }
.dark-feature-card h3 { font-size: 18px; font-weight: 600; color: #ffffff; margin: 0 0 10px 0; }
.dark-feature-card p { font-size: 14px; color: #94a3b8; line-height: 1.5; margin: 0; }

/* ==========================================================================
   TRANSACTIONAL INVOICE SHEET GRAPHICS PLATFORM SPECIFICATIONS
   ========================================================================== */
#servicePaymentCard { max-width: 100% !important; margin: 0 auto; padding: 20px; background: #fff; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); font-family: -apple-system, BlinkMacSystemFont, sans-serif; border: 1px solid #e2e8f0; }
.invoice-title-header { text-align: left; color: #0f172a; font-size: 22px; font-weight: 700; margin: 0 0 20px 0; border-bottom: 2px solid #f1f5f9; padding-bottom: 12px; }
.invoice-form-label { display: block; font-size: 14px; font-weight: 600; color: #334155; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.5px; }
.invoice-email-field { width: 100%; padding: 12px; border-radius: 6px; border: 1px solid #cbd5e1; margin-bottom: 20px; background: #f8fafc; font-size: 14px; color: #0f172a; box-sizing: border-box; }
.invoice-email-field:focus { outline: none; border-color: #11D89C; background: #fff; }
.btn-invoice-generate { width: 100%; padding: 14px; background: #11D89C; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: 700; font-size: 16px; transition: background 0.2s; margin-bottom: 25px; box-shadow: 0 4px 12px rgba(17, 216, 156, 0.25); }
.btn-invoice-generate:hover { background: #0ec28b; }

.invoice-live-render-block { padding: 30px; border: 1px solid #e2e8f0; border-radius: 8px; background: #ffffff; margin-top: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); }
.invoice-branding-row { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 25px; flex-wrap: wrap; gap: 20px; }
.invoice-meta-row { margin-bottom: 20px; font-size: 14px; color: #475569; line-height: 1.5; }
.invoice-meta-row strong { color: #0f172a; }

.invoice-table-sheet { width: 100%; border-collapse: collapse; margin-top: 15px; border-radius: 4px; overflow: hidden; }
.invoice-table-sheet th { background: #11D89C; color: #fff; font-weight: 600; padding: 12px; font-size: 13px; text-transform: uppercase; text-align: left; }
.invoice-table-sheet td { padding: 12px; border-bottom: 1px solid #e2e8f0; font-size: 14px; color: #334155; }
.invoice-table-sheet tr:last-child td { border-bottom: none; }
.invoice-table-sheet tr:nth-child(even) { background-color: #f8fafc; }

.invoice-total-summary-stripe { display: flex; margin-top: 20px; border-radius: 6px; overflow: hidden; box-shadow: 0 2px 4px rgba(75,0,130,0.15); }
.invoice-total-title-block { flex: 1; background: #4B0082; color: #fff; padding: 14px 20px; font-weight: 700; font-size: 16px; }
.invoice-total-value-block { flex: 1; background: #4B0082; color: #fff; padding: 14px 20px; text-align: right; font-weight: 700; font-size: 18px; }

.invoice-notice-callout { margin-top: 25px; padding: 16px; background: #f8fafc; border-left: 5px solid #11D89C; border-radius: 0 4px 4px 0; font-size: 13px; color: #475569; line-height: 1.6; }
.invoice-action-button-deck { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.btn-action-payfast { flex: 1; min-width: 140px; padding: 12px; background: #11D89C; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: 700; font-size: 14px; transition: background 0.2s; box-shadow: 0 4px 12px rgba(17, 216, 156, 0.2); }
.btn-action-payfast:hover { background: #0ec28b; }
.btn-action-pdf { flex: 1; min-width: 140px; padding: 12px; background: #ff8400; color: #fff; border: none; border-radius: 6px; cursor: pointer; font-weight: 700; font-size: 14px; transition: background 0.2s; box-shadow: 0 4px 12px rgba(255, 132, 0, 0.2); }
.btn-action-pdf:hover { background: #e07500; }

.secure-payment-footer-strip { text-align: center; margin-top: 40px; border-top: 1px dashed #e2e8f0; padding-top: 25px; }
.secure-payment-footer-strip h4 { font-size: 15px; margin: 0 0 15px 0; color: #64748b; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.payment-gateway-icon-deck { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; color: #94a3b8; font-size: 22px; }
.payment-gateway-icon-deck i { transition: color 0.2s; cursor: pointer; }
.payment-gateway-icon-deck i.fa-money-check-alt:hover { color: #ff8400; }
.payment-gateway-icon-deck i.fa-cc-visa:hover { color: #1a1f71; }
.payment-gateway-icon-deck i.fa-cc-mastercard:hover { color: #eb001b; }
.payment-gateway-icon-deck i.fa-cc-amex:hover { color: #007cc3; }
.payment-gateway-icon-deck i.fa-qrcode:hover { color: #4c4f54; }
.payment-gateway-icon-deck i.fa-university:hover { color: #007bff; }
.payment-gateway-icon-deck i.fa-credit-card:hover { color: #ff5722; }