/* Emtia Teması - Turuncu/Kahverengi */
.header h1 {
    background: linear-gradient(145deg, #B45309, #D97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header .subhead {
    color: #854d0e;
    background: #fef3c7;
}

.intro-card {
    background: linear-gradient(125deg, #7b430a, #b05d13);
}

.intro-card i { color: #fed7aa; }
.intro-text strong { color: #ffde9e; }

.section-title {
    border-bottom-color: #e8d1b5;
}
.section-title i { color: #b45309; }
.section-title h2 { color: #6b3f0a; }

.card-icon {
    color: #b45309;
    background: #feedcf;
}
.card h3 { color: #693f0e; }
.card p, .card ul { color: #2d3b48; }

.badge {
    background: #faead6;
    color: #9a560b;
}

.table-wrap {
    background: #fef5e6;
    border-color: #e8d1b5;
}
th { background: #b45309; }
td { border-bottom-color: #e8d1b5; }

.pill {
    border-color: #efc48c;
    color: #4a3a1f;
}
.pill i { color: #b47d30; }

.footer-note {
    color: #7f6b4b;
    border-top-color: #e1cbaa;
}