/* ---------------------------------------------------------
   GLOBAL BRAND SYSTEM — Sintered Advantage Products LLC
   Slate / Bronze / Orange Industrial Identity
   --------------------------------------------------------- */

/* GLOBAL BACKGROUND + TEXT */
body {
    background: #0f172a !important; /* Slate 900 */
    color: #f1f5f9 !important;      /* Slate 100 */
    font-family: 'Inter', sans-serif !important;
    line-height: 1.7 !important;
}

/* HEADINGS */
h1, h2, h3, h4, h5 {
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
}

/* LINKS */
a {
    color: #f97316 !important; /* Orange 500 */
    font-weight: 600 !important;
    text-decoration: none !important;
}

a:hover {
    color: #fb923c !important; /* Orange 400 */
    text-decoration: underline !important;
}

/* PANELS / BOXES / CARDS */
.panel,
.card,
.download-item,
.content-box,
.spec-box,
.table-wrapper {
    background: #1e293b !important; /* Slate 800 */
    border: 1px solid #334155 !important; /* Slate 700 */
    border-radius: 0.5rem !important;
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

/* CONTENT WRAPPER */
.content-wrapper,
.container,
.page-content {
    max-width: 64rem !important;
    margin: 0 auto !important;
    padding: 5rem 2rem !important;
}

/* TABLES */
table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #1e293b !important;
    color: #f1f5f9 !important;
}

th {
    background: #334155 !important;
    color: #ffffff !important;
    padding: 0.75rem !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #475569 !important;
}

td {
    padding: 0.75rem !important;
    border-bottom: 1px solid #334155 !important;
}

/* FORMS */
input, textarea, select {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
    color: #f1f5f9 !important;
    padding: 0.75rem !important;
    border-radius: 0.375rem !important;
}

input:focus, textarea:focus, select:focus {
    outline: 2px solid #f97316 !important;
}

/* BUTTONS */
button, .btn {
    background: #f97316 !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 0.375rem !important;
    border: none !important;
}

button:hover, .btn:hover {
    background: #fb923c !important;
}

/* NAVIGATION */
header {
    background: #ffffff !important;
    color: #0f172a !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

header a {
    color: #0f172a !important;
}

header a:hover {
    color: #f97316 !important;
}

/* FOOTER */
footer {
    background: #020617 !important; /* Slate 950 */
    color: #64748b !important;      /* Slate 500 */
}

/* FIX WHITE BACKGROUNDS FROM OLD PAGES */
main, section {
    background: transparent !important;
}

/* OPTIONAL: FORCE ALL TEXT TO BRAND COLORS */
p, li, span, div {
    color: #f1f5f9 !important;
}