/* Invictus Distribution — look of a trade site that never left 2001 */
* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #000028 url("data:image/gif;base64,R0lGODlhEAAQAIAAAB4eZv///yH5BAAAAAAALAAAAAAQABAAAAIOhI+py+0Po5y02ouz3gUAOw==") repeat;
  color: #111;
  font-family: Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

a { color: #0000cc; }
a:visited { color: #660099; }
a:hover { color: #cc0000; }

.wrap {
  width: 780px;
  margin: 12px auto 24px auto;
  background: #fff8dc;
  border: 3px ridge #c9a227;
  box-shadow: 8px 8px 0 #000;
}

/* ----- header ----- */
.topbar {
  background: linear-gradient(#1a1a6a, #000040);
  color: #ffd700;
  padding: 4px 10px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ffd700;
}
.topbar a { color: #ffff66; font-weight: bold; }

.masthead {
  background: #000080;
  color: #fff;
  padding: 14px 16px 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 6px double #ffd700;
}
.logo-block { text-align: left; }
.logo-est {
  color: #ffd700;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.logo-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 34px;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 2px 2px 0 #000, 0 0 8px #886600;
  letter-spacing: 3px;
  line-height: 1;
  margin: 2px 0;
}
.logo-sub {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}
.mast-right {
  text-align: right;
  font-size: 12px;
}
.mast-right .tag {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #ffff99;
  font-size: 14px;
  margin-bottom: 6px;
}
.phone-pill {
  display: inline-block;
  background: #fff;
  color: #cc0000;
  border: 2px outset #ffcccc;
  padding: 4px 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
.phone-pill:visited { color: #cc0000; }
.phone-pill:hover { background: #ffffcc; color: #990000; }

/* ----- nav ----- */
.nav {
  background: #8b0000;
  border-top: 2px solid #ff6666;
  border-bottom: 2px solid #400000;
  text-align: center;
  padding: 4px 0;
}
.nav a {
  display: inline-block;
  color: #fff;
  background: #cc0000;
  border: 2px outset #ff8888;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 12px;
  margin: 0 3px;
}
.nav a:visited { color: #fff; }
.nav a:hover {
  background: #ffcc00;
  color: #000;
  border-style: inset;
}
.nav a:active { border-style: inset; }

.marquee-bar {
  background: #000;
  color: #00ff00;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 0;
  border-bottom: 2px solid #ffd700;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-bar marquee { color: #00ff00; }

/* ----- hero ----- */
.hero {
  position: relative;
  line-height: 0;
  border-bottom: 4px solid #8b0000;
}
.hero img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}
.hero-caption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #cc0000;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 14px;
  border: 3px outset #ff6666;
  line-height: 1.2;
  max-width: 70%;
}

/* ----- 3-col like MegaSnax ----- */
.trio {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background: #000;
}
.trio > div {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
  border-right: 3px solid #fff8dc;
}
.trio > div:last-child { border-right: 0; }
.trio img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.trio-label {
  background: #000080;
  color: #ffd700;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px;
  line-height: 1.3;
}
.cta-box {
  background: #c41212;
  color: #fff;
  padding: 16px 14px;
  min-height: 320px;
}
.cta-box h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  margin: 0 0 10px 0;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 0 #400000;
}
.cta-box p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}

/* ----- sections ----- */
.section {
  padding: 22px 28px;
  border-bottom: 2px dashed #c9a227;
}
.section h1, .section h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000080;
  margin: 0 0 10px 0;
}
.section h1 { font-size: 26px; }
.section h2 { font-size: 20px; }

.retailers {
  background: #1a1a1a url("images/electronics.jpg") center/cover no-repeat;
  position: relative;
  text-align: center;
  padding: 36px 40px;
  border-bottom: 4px solid #8b0000;
}
.retailers-inner {
  background: rgba(255, 248, 220, 0.92);
  border: 3px ridge #c9a227;
  padding: 20px 28px;
}
.retailers h1 { color: #8b0000; margin-bottom: 8px; }
.btn-red {
  display: inline-block;
  margin-top: 12px;
  background: #cc0000;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 22px;
  border: 3px outset #ff8888;
  font-size: 14px;
}
.btn-red:visited { color: #fff !important; }
.btn-red:hover { background: #990000; border-style: inset; }

.benefits {
  background: #ffffe0;
}
.benefits ul {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}
.benefits li {
  padding: 7px 0 7px 28px;
  border-bottom: 1px dotted #999;
  background: url("data:image/gif;base64,R0lGODlhDAAMAIABAP8AAP///yH5BAEAAAEALAAAAAAMAAwAAAITjI+py+0PYwO0WmrB3TzfD4ZGAQA7") no-repeat left 9px;
  font-size: 14px;
}
.benefits li strong { color: #8b0000; }

.two-col {
  display: table;
  width: 100%;
}
.two-col > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.form-col { padding-right: 20px; }
.form-note { font-size: 11px; color: #666; margin-bottom: 8px; }
form table { width: 100%; }
form td { padding: 3px 0; }
form label { font-weight: bold; font-size: 12px; }
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  padding: 3px;
  border: 2px inset #ccc;
  background: #fff;
}
.btn-submit {
  background: #cc0000;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 18px;
  border: 3px outset #ff8888;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}
.btn-submit:hover { background: #990000; }
.btn-submit:active { border-style: inset; }

.hp { position: absolute; left: -9999px; }

.bio {
  background: #fff;
}
.bio-photo {
  float: left;
  width: 180px;
  margin: 0 16px 8px 0;
  border: 3px ridge #c9a227;
  background: #000;
}
.bio-photo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(0.9);
}
.bio h2 {
  color: #8b0000;
  margin-top: 0;
}
.clear { clear: both; }

.quote-box {
  background: #000080;
  color: #fff;
  padding: 22px 32px;
  text-align: center;
  border-top: 4px double #ffd700;
  border-bottom: 4px double #ffd700;
}
.quote-box p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  margin: 0 0 10px 0;
  color: #ffffcc;
}
.quote-box .who {
  font-size: 13px;
  font-style: normal;
  color: #ffd700;
  font-family: Verdana, Arial, sans-serif;
}

.disclaimer {
  background: #222;
  color: #ccc;
  font-size: 10px;
  padding: 10px 20px;
  line-height: 1.4;
}
.disclaimer strong { color: #ffd700; }

.footer {
  background: #000040;
  color: #ccc;
  text-align: center;
  font-size: 11px;
  padding: 14px 16px 18px 16px;
}
.footer a { color: #ffff66; }
.footer .copy { margin-top: 6px; color: #999; }
.counter {
  display: inline-block;
  background: #000;
  color: #0f0;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 2px 8px;
  border: 2px inset #333;
  margin: 8px 0;
}
.blink {
  animation: blink 1s step-end infinite;
  color: #ff0;
  font-weight: bold;
}
@keyframes blink {
  50% { opacity: 0; }
}

.new-badge {
  background: #ff0;
  color: #c00;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #c00;
  padding: 0 3px;
  animation: blink 1.2s step-end infinite;
}

.lines {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.lines th {
  background: #000080;
  color: #ffd700;
  font-size: 12px;
  padding: 6px;
  text-align: left;
}
.lines td {
  border: 1px solid #ccc;
  padding: 6px 8px;
  font-size: 12px;
  vertical-align: top;
}
.lines tr:nth-child(even) td { background: #fff8dc; }

.fine {
  font-size: 11px;
  color: #555;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .wrap { width: auto; margin: 0; border-width: 0; box-shadow: none; }
  .masthead, .two-col, .trio { display: block; }
  .trio > div, .two-col > div { display: block; width: 100%; border-right: 0; }
  .cta-box { height: auto; }
  .hero img { height: 220px; }
  .trio img { height: 200px; }
  .bio-photo { float: none; width: 100%; margin: 0 0 12px 0; }
  .nav a { margin: 3px; }
}
