.ccfi-mibf {
  --navy: #16465d;
  --navy2: #9e1b2f;
  --red: #ef2529;
  --gold: #ffc94f;
  --cream: #fff8ec;
  --paper: #ffffff;
  --ink: #172f3e;
  --muted: #6f6262;
}
.mibf-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #ef2529 0 28%, #fa665e 28% 47%, #ffc94f 47% 63%, #75cbc3 63% 80%, #16465d 80% 100%);
}
.mibf-official-logo {
  display: block;
  width: 82px;
  height: 62px;
  object-fit: contain;
  margin-left: auto;
  margin-right: 32px;
}
.mibf-hero-overlay {
  background: linear-gradient(90deg, rgba(61,14,20,.82), rgba(158,27,47,.52) 48%, rgba(22,70,93,.12));
}
.mibf-hero h1 em {
  color: var(--gold);
}
.mibf-btn.red,
.mibf-tools button,
.mibf-reserve > aside {
  background: linear-gradient(135deg, #ef2529, #9e1b2f);
}
.mibf-stats article:nth-child(1) { border-color: #ef2529; }
.mibf-stats article:nth-child(2) { border-color: #ffc94f; }
.mibf-stats article:nth-child(3) { border-color: #75cbc3; }
.mibf-theme-feature {
  background: #fff;
  border-top: 6px solid #ef2529;
  box-shadow: 0 18px 45px rgba(22,70,93,.14);
  padding: 20px;
}
.mibf-welcome > div:first-child > p:not(.mibf-kicker) {
  max-width: 620px;
  color: var(--muted);
  font: 17px/1.8 Georgia, serif;
}
.mibf-theme-feature img {
  display: block;
  width: 100%;
  height: auto;
}
.mibf-theme-feature p {
  margin: 15px 4px 2px;
  color: #16465d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mibf-catalog {
  background: linear-gradient(145deg, #102f40, #16465d 68%, #173748);
}
.mibf-discount {
  background: #ffc94f;
}
.mibf-footer {
  border-top: 5px solid #ef2529;
  background: #102f40;
}
@media(max-width:800px) {
  .mibf-official-logo { display: none; }
  .mibf-theme-feature { margin-top: 10px; }
}
