/* Theme 8 - Bold Style - High Contrast */

body {
  font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ff6600;
  line-height: 1.2;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }

.blog-header-logo {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff6600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.theme-8 {
  max-width: 1400px;
  background: #000000;
}

/* Header Bold */
.header-theme8 {
  background: #000000 !important;
  border-bottom: 5px solid #ff6600;
  padding: 1.5rem 0;
  box-shadow: 0 5px 20px rgba(255,102,0,0.3);
}

.header-theme8.sticky-top {
  background: #000000 !important;
}

.header-theme8 .nav-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.header-theme8 .nav-link:hover {
  color: #ff6600;
  background: #1a1a1a;
  border-color: #ff6600;
}

/* Hero Bold */
.hero-section {
  background: #000000;
  border: 5px solid #ff6600;
  padding: 3rem;
  margin-bottom: 3rem;
}

.hero-section h1 {
  color: #ff6600;
  text-shadow: 3px 3px 0 #000000;
}

.hero-section .badge {
  background: #ff6600;
  color: #000000;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}

/* Cards Bold */
.card {
  background: #1a1a1a;
  border: 3px solid #ff6600;
  border-radius: 0;
}

.card-title {
  color: #ff6600;
  font-weight: 700;
  text-transform: uppercase;
}

.card-text {
  color: #cccccc;
}

/* Article Items Bold */
.article-item {
  background: #1a1a1a;
  border-left: 5px solid #ff6600;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.article-item:hover {
  background: #2a2a2a;
  border-left-width: 10px;
}

.article-item h3 a {
  color: #ff6600;
}

.article-item .badge {
  background: #ff6600;
  color: #000000;
  font-weight: 700;
}

/* Buttons Bold */
.btn {
  border-radius: 0 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em;
  padding: 0.75rem 2rem;
  border: 3px solid;
}

.btn.btn-dark,
.btn-dark {
  background: #000000 !important;
  border-color: #ff6600 !important;
  color: #ff6600 !important;
}

.btn.btn-dark:hover,
.btn-dark:hover {
  background: #ff6600 !important;
  color: #000000 !important;
  border-color: #ff6600 !important;
}

.btn.btn-outline-dark,
.btn-outline-dark {
  border-color: #ff6600 !important;
  color: #ff6600 !important;
  background: transparent !important;
}

.btn.btn-outline-dark:hover,
.btn-outline-dark:hover {
  background: #ff6600 !important;
  color: #000000 !important;
}

.btn.btn-primary,
.btn-primary {
  background: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #000000 !important;
}

.btn.btn-primary:hover,
.btn-primary:hover {
  background: #000000 !important;
  border-color: #ff6600 !important;
  color: #ff6600 !important;
}

.btn.btn-light,
.btn-light {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}

.btn.btn-light:hover,
.btn-light:hover {
  background: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #000000 !important;
}

.btn.btn-outline-primary,
.btn-outline-primary {
  border-color: #ff6600 !important;
  color: #ff6600 !important;
  background: transparent !important;
}

.btn.btn-outline-primary:hover,
.btn-outline-primary:hover {
  background: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #000000 !important;
}

/* Aside Bold */
.theme-8 aside {
  background: #1a1a1a;
  border: 3px solid #ff6600;
  padding: 2rem;
  position: sticky;
  top: 100px;
}

.theme-8 aside h4 {
  color: #ff6600;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #ff6600;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.theme-8 aside a {
  color: #ffffff;
}

.theme-8 aside a:hover {
  color: #ff6600;
}

/* Footer Bold */
footer {
  background: #000000;
  border-top: 5px solid #ff6600;
  color: #ffffff;
  padding: 3rem 0;
  margin-top: 4rem;
}

footer a {
  color: #ff6600;
}

footer a:hover {
  color: #ffffff;
}

/* Pagination Bold */
.blog-pagination .btn {
  border: 3px solid #ff6600;
}

/* Badge */
.badge {
  background: #ff6600;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

/* Text Colors */
.text-muted {
  color: #888888 !important;
}

.text-dark {
  color: #ffffff !important;
}

/* Responsive */
@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }
  
  .hero-section {
    padding: 2rem 1rem;
  }
}
