/* The Blackout Coalition — hide broken slider, style content */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Bebas+Neue&display=swap");

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #eee;
  background: #0a0a0a;
  margin: 0;
}

/* Broken Revolution Slider — hide image layers and wrapper chrome */
rs-module-wrap,
rs-module,
rs-slides,
rs-slide,
rs-layer,
.rev-slidebg,
.rs-p-wp-fix,
.et_pb_fullwidth_code_0 .et_pb_code_inner > p:first-child {
  display: none !important;
}

.et_pb_section_0 {
  display: none !important;
}

#main-header {
  background: #000;
  padding: 1rem 0;
  border-bottom: 2px solid #fbbf24;
}

#logo {
  max-height: 80px;
  width: auto;
}

#top-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
  margin: 1rem 0 0;
  padding: 0;
}

#top-menu a {
  color: #fbbf24;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

#top-menu a:hover {
  color: #fff;
}

#main-content,
.et_builder_inner_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.et_pb_section_1 {
  background: linear-gradient(180deg, #111 0%, #1a1a1a 100%) !important;
  padding: 3rem 0 2rem !important;
}

.et_pb_text_inner h1 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  letter-spacing: 0.08em;
  color: #fbbf24;
  text-align: center;
  margin: 0 0 2rem;
}

.et_pb_row_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.et_pb_column_1_4 {
  flex: 1 1 240px;
  max-width: 280px;
  background: #151515;
  padding: 1.25rem;
  border: 1px solid #333;
  border-radius: 8px;
}

.et_pb_image_wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
  border: none !important;
  outline: none !important;
}

.et_pb_text_inner h3 {
  color: #fbbf24;
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  letter-spacing: 0.04em;
}

.et_pb_text_inner p {
  color: #ccc;
  font-size: 0.95rem;
  margin: 0;
}

.et_pb_section_2 {
  background: #111 !important;
  padding: 2rem 0 !important;
}

.et_pb_row_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.et_pb_column_1_2 {
  flex: 1 1 300px;
}

.et_pb_text_inner h2 {
  font-family: "Bebas Neue", sans-serif;
  color: #fbbf24;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

/* Hide broken parallax / post slider backgrounds */
.et_pb_section_3,
.et_pb_fullwidth_post_slider_0,
.et_parallax_bg,
.et_pb_slide_with_no_image {
  display: none !important;
}

.et_pb_section:last-of-type {
  background: #000 !important;
  padding: 2rem !important;
  text-align: center;
}

#main-footer,
footer.et-l--footer {
  background: #000;
  color: #888;
  padding: 1.5rem;
  font-size: 0.85rem;
}
