/* Design4 — Dell 1996 Catalog Aesthetic */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background: #d0d0d0;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  padding: 8px;
  min-height: 100vh;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

img {
  max-width: 100%;
  display: block;
  filter: drop-shadow(2px 2px 0 #000);
}

/* PAGE FRAME */
.page-frame {
  border: 8px solid #000000;
  background: #ffffff;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* TOP BANNER */
.top-banner {
  background: #000000;
  color: #ffffff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.top-banner-title {
  font-family: "Arial Black", Helvetica, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.0;
}

.top-banner-sub {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #cccccc;
  text-transform: uppercase;
  margin-top: 2px;
}

.phone-callout {
  color: #e91d2a;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 10px;
  white-space: nowrap;
  border: 1px solid #e91d2a;
  text-transform: uppercase;
}

/* NAV BAR */
.nav-bar {
  background: #ffffff;
  border-bottom: 2px solid #000000;
  position: relative;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  font-family: Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #000000;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list li a {
  display: block;
  padding: 10px 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  border-right: 1px solid #000000;
}

.nav-list li a.active,
.nav-list li a:focus {
  background: #000000;
  color: #ffffff;
}

/* PAGE CONTENT TWO-COLUMN */
.page-content {
  display: flex;
  align-items: flex-start;
}

.left-rail {
  width: 28%;
  min-width: 180px;
  border-right: 1px solid #000000;
  flex-shrink: 0;
}

.main-column {
  width: 72%;
  flex: 1;
  min-width: 0;
}

/* SECTION EYEBROWS */
.section-eyebrow {
  padding: 20px 16px;
  font-family: "Arial Black", Helvetica, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  line-height: 1.0;
  border-bottom: 1px solid #000000;
}

.eyebrow-olive     { background: #8e8a25; }
.eyebrow-salmon    { background: #d77a7a; }
.eyebrow-peach     { background: #e6915d; }
.eyebrow-lime      { background: #c0d4a7; }
.eyebrow-sky       { background: #9ab6c8; }
.eyebrow-steel     { background: #a5b8c0; }
.eyebrow-periwinkle{ background: #8c9ae0; }
.eyebrow-sage      { background: #b3bd95; }

/* RIBBON CARDS */
.ribbon-card {
  border: 1px solid #000000;
  border-top: none;
  position: relative;
  overflow: visible;
}

.ribbon-card:first-of-type {
  border-top: 1px solid #000000;
}

.ribbon-card-title {
  background: #ffffff;
  border-bottom: 1px solid #000000;
  padding: 6px 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.ribbon-card-title a {
  color: #000000;
  text-decoration: none;
}

.ribbon-card-title a:visited {
  color: #000000;
}

.ribbon-card-body {
  padding: 12px 16px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

.card-sage       { background: #b3bd95; }
.card-salmon     { background: #d77a7a; }
.card-peach      { background: #e6915d; }
.card-lime       { background: #c0d4a7; }
.card-sky        { background: #9ab6c8; }
.card-steel      { background: #a5b8c0; }
.card-periwinkle { background: #8c9ae0; }
.card-olive      { background: #8e8a25; }

.ribbon-card-meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #333333;
}

.ribbon-card-tags {
  margin-top: 8px;
  font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
}

.ribbon-card-tags span {
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 1px 6px;
  margin-right: 4px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

/* NEW STICKER */
.new-sticker {
  position: absolute;
  top: -6px;
  right: 12px;
  background: #fcc20f;
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border: 1px solid #000000;
  transform: rotate(-12deg);
  z-index: 10;
  pointer-events: none;
}

/* CTA BLOCK RED */
.cta-block-red {
  background: #e91d2a;
  color: #ffffff;
  border: 1px solid #000000;
  padding: 16px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.cta-block-red a {
  color: #ffffff;
  font-weight: 700;
}

.cta-block-red-title {
  font-family: "Arial Black", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.0;
  color: #ffffff;
}

/* LEFT RAIL ICON NAV */
.rail-icon-nav {
  padding: 0;
  border-bottom: 1px solid #000000;
}

.rail-icon-nav a {
  display: block;
  padding: 10px 14px;
  border-bottom: 1px solid #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.rail-icon-nav a:last-child {
  border-bottom: none;
}

/* BUTTONS */
.btn-primary {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 16px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
}

.btn-secondary {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 16px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
}

/* FAQ — details/summary */
.faq-group {
  border: 1px solid #000000;
  border-bottom: none;
}

.faq-group details {
  border-bottom: 1px solid #000000;
}

.faq-group details summary {
  padding: 10px 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}

.faq-group details summary::-webkit-details-marker {
  display: none;
}

.faq-group details summary::after {
  content: '+';
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 10px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

.faq-group details[open] summary::after {
  content: '\2212';
}

.faq-answer {
  padding: 12px 14px;
  border-top: 1px solid #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.4;
  background: #f8f8f8;
}

/* TOC */
.toc {
  background: #a5b8c0;
  border: 1px solid #000000;
  padding: 0;
  margin-bottom: 0;
}

.toc-title {
  background: #000000;
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 12px;
}

.toc ol {
  margin: 0;
  padding: 10px 10px 10px 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 1.5;
}

.toc ol li {
  margin-bottom: 4px;
}

.toc ol li a {
  color: #000000;
  text-decoration: underline;
}

/* BREADCRUMB */
.breadcrumb {
  padding: 8px 16px;
  font-size: 12px;
  border-bottom: 1px solid #000000;
  background: #f0f0f0;
  font-family: "Times New Roman", Times, serif;
}

.breadcrumb a {
  color: #0000ee;
}

.breadcrumb span {
  color: #666666;
}

/* ARTICLE BODY */
.article-wrapper {
  display: flex;
  gap: 0;
  align-items: flex-start;
}

.article-body {
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 20px;
  flex: 1;
  min-width: 0;
}

.article-body h2 {
  font-family: "Arial Black", Helvetica, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
  margin: 28px 0 12px;
  color: #000000;
}

.article-body h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 8px;
  color: #000000;
}

.article-body p {
  margin: 0 0 12px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 12px 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

.article-body li {
  margin-bottom: 4px;
}

.article-body strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* ARTICLE SIDEBAR */
.article-sidebar {
  width: 220px;
  flex-shrink: 0;
  border-left: 1px solid #000000;
}

.article-sidebar-section {
  border-bottom: 1px solid #000000;
  padding: 12px;
}

.article-sidebar-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  margin-bottom: 8px;
  color: #000000;
}

.article-sidebar ul {
  list-style: disc;
  padding-left: 16px;
  margin: 0;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
}

.article-sidebar ul li {
  margin-bottom: 4px;
}

/* RELATED CONTENT */
.related-content {
  border-top: 2px solid #000000;
}

.related-content-header {
  background: #000000;
  color: #ffffff;
  padding: 6px 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

/* DISCLAIMER */
.disclaimer-block {
  background: #f0f0f0;
  border: 1px solid #000000;
  border-left: 4px solid #000000;
  padding: 8px 12px;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  margin: 12px 0;
  color: #333333;
  line-height: 1.4;
}

.disclaimer-label {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #000000;
}

/* FOOTER */
.footer-band {
  background: #ffffff;
  border-top: 2px solid #000000;
  padding: 20px 16px 12px;
}

.footer-icon-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  border: 1px solid #000000;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.footer-icon-nav a {
  display: block;
  padding: 10px 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0000ee;
  text-decoration: underline;
  border-right: 1px solid #000000;
  text-align: center;
}

.footer-icon-nav a:last-child {
  border-right: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #000000;
  margin-bottom: 16px;
}

.footer-col {
  padding: 12px 14px;
  border-right: 1px solid #000000;
}

.footer-col:last-child {
  border-right: none;
}

.footer-col-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  margin-bottom: 8px;
  color: #000000;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 4px;
}

.footer-col ul li a {
  color: #0000ee;
  font-size: 12px;
  font-family: "Times New Roman", Times, serif;
  text-decoration: underline;
}

.footer-disclaimer-row {
  border-top: 1px solid #000000;
  padding-top: 10px;
  margin-top: 4px;
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
  color: #333333;
  line-height: 1.4;
}

.footer-disclaimer-row p {
  margin: 0 0 6px;
}

.footer-copyright {
  font-size: 11px;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  margin-top: 8px;
  border-top: 1px solid #000000;
  padding-top: 8px;
}

/* COOKIE BANNER */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  color: #ffffff;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 9999;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  border-top: 2px solid #e91d2a;
}

.cookie-banner.hidden {
  display: none;
}

.cookie-banner a {
  color: #fcc20f;
}

.cookie-btn {
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 14px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 0;
}

/* FORM */
.contact-form {
  padding: 16px;
}

.form-field {
  margin-bottom: 14px;
}

.form-label {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #000000;
}

.form-input,
.form-textarea {
  width: 100%;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 0;
  outline: none;
}

.form-textarea {
  height: 120px;
  resize: vertical;
}

.form-status {
  display: none;
  padding: 12px 16px;
  border: 1px solid #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
}

.form-status.success {
  background: #c0d4a7;
  display: block;
}

.form-status.loading {
  background: #a5b8c0;
  display: block;
}

/* CONTENT PAD */
.content-pad {
  padding: 16px;
}

/* FULL PAGE LAYOUT (for about, privacy, etc.) */
.page-single {
  display: flex;
  gap: 0;
  align-items: flex-start;
}

.page-single-body {
  flex: 1;
  padding: 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 0;
}

.page-single-body h1 {
  font-family: "Arial Black", Helvetica, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.0;
  margin: 0 0 16px;
  color: #000000;
}

.page-single-body h2 {
  font-family: "Arial Black", Helvetica, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 900;
  margin: 24px 0 10px;
  line-height: 1.05;
}

.page-single-body h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 16px 0 8px;
}

.page-single-body p {
  margin: 0 0 12px;
}

.page-single-body ul,
.page-single-body ol {
  margin: 0 0 12px 20px;
}

.page-single-body li {
  margin-bottom: 4px;
}

/* HEADING BANNER (article/page top) */
.heading-banner {
  padding: 20px 20px 16px;
  border-bottom: 2px solid #000000;
}

.heading-banner h1 {
  font-family: "Arial Black", Helvetica, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.0;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.heading-banner .post-meta {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555555;
}

/* UTILITY */
.border-b-1 { border-bottom: 1px solid #000000; }
.border-t-1 { border-top: 1px solid #000000; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .article-sidebar {
    display: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  body { padding: 4px; }

  .page-frame { border-width: 4px; }

  .nav-toggle { display: block; }

  .nav-list {
    display: none;
    flex-direction: column;
  }

  .nav-list.open {
    display: flex;
  }

  .nav-list li a {
    border-right: none;
    border-bottom: 1px solid #000000;
  }

  .page-content {
    flex-direction: column;
  }

  .left-rail {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000000;
  }

  .main-column {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-col {
    border-right: none;
    border-bottom: 1px solid #000000;
  }

  .footer-icon-nav a {
    padding: 10px 12px;
    font-size: 10px;
  }

  .section-eyebrow {
    font-size: 20px;
    padding: 14px;
  }

  .page-single {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  body { padding: 2px; }
  .page-frame { border-width: 2px; }
  .top-banner { flex-direction: column; align-items: flex-start; }
  .heading-banner h1 { font-size: 20px; }
}
