:root {
      --red-950: #300306;
      --red-900: #56060c;
      --red-800: #7c0810;
      --red-700: #ad0c18;
      --red-600: #d41422;
      --gold-500: #f5bc4b;
      --gold-400: #ffd779;
      --gold-300: #ffe8a8;
      --ink: #211613;
      --text: #3b2a24;
      --muted: #766760;
      --line: #ecd9b4;
      --paper: #fffaf1;
      --white: #ffffff;
      --shadow: 0 18px 42px rgba(99, 16, 10, .16);
      font-family: Arial, Helvetica, sans-serif;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      color: var(--text);
      background: linear-gradient(180deg, #fff8ec 0, #ffffff 28%, #fff8ec 100%);
      letter-spacing: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
    }

    .site-shell {
      min-height: 100vh;
      overflow-x: hidden;
    }

    .wrap {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .topbar {
      background: linear-gradient(180deg, #fff4dd 0%, #ffc066 100%);
      border-bottom: 1px solid rgba(146, 63, 8, .24);
    }

    .topbar-inner {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .brand-mark {
      width: 86px;
      height: 48px;
      display: grid;
      place-items: center;
      color: #fff5cf;
      background: linear-gradient(145deg, #e5141f, #5a0509 60%, #1d0204);
      border: 2px solid #ffdf83;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22), 0 8px 20px rgba(102, 14, 9, .24);
      font-size: 25px;
      font-weight: 900;
      line-height: 1;
      text-shadow: 0 2px 0 rgba(0, 0, 0, .38);
    }

    .brand-title {
      font-size: 23px;
      font-weight: 900;
      color: var(--red-900);
      line-height: 1;
    }

    .brand-title span {
      display: block;
      margin-top: 5px;
      color: #7e4b16;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .account-actions {
      display: flex;
      gap: 12px;
      flex: 0 0 auto;
    }

    .action-btn {
      min-width: 104px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: linear-gradient(180deg, #ff3131 0%, #bd0912 100%);
      border: 1px solid #ffdf85;
      box-shadow: 0 8px 0 #f5bd44, 0 14px 24px rgba(91, 8, 7, .22);
      border-radius: 999px;
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .nav {
      background: linear-gradient(90deg, #7f0810 0%, #d71522 50%, #8c0710 100%);
      color: #fff4d6;
      border-bottom: 4px solid var(--gold-500);
    }

    .nav-inner {
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(16px, 3vw, 36px);
      font-size: 13px;
      font-weight: 800;
      text-transform: uppercase;
    }

    .hero {
      position: relative;
      color: #fff;
      background:
        radial-gradient(circle at 12% 20%, rgba(255, 203, 91, .25), transparent 30%),
        linear-gradient(120deg, var(--red-950) 0%, var(--red-800) 45%, #f2371d 100%);
      border-bottom: 1px solid rgba(255, 218, 126, .5);
    }

    .hero-inner {
      min-height: 548px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(430px, 1.08fr);
      align-items: center;
      gap: 34px;
      padding: 42px 0 56px;
    }

    .hero-copy {
      position: relative;
      z-index: 2;
    }

    .hero h1 {
      max-width: 560px;
      margin: 0;
      color: #fff8dc;
      font-size: clamp(40px, 5vw, 68px);
      line-height: .96;
      font-weight: 900;
      text-transform: uppercase;
      text-shadow: 0 4px 0 rgba(92, 8, 5, .4), 0 20px 38px rgba(47, 4, 3, .36);
    }

    .hero p {
      max-width: 560px;
      margin: 24px 0 0;
      color: #fff2d5;
      font-size: 17px;
      line-height: 1.72;
    }

    .hero-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 32px;
    }

    .primary-cta,
    .secondary-cta {
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 22px;
      border-radius: 6px;
      font-size: 15px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .primary-cta {
      color: var(--red-950);
      background: linear-gradient(180deg, #fff1ae 0%, var(--gold-500) 100%);
      border: 1px solid #fff5c8;
      box-shadow: 0 10px 24px rgba(255, 195, 67, .28);
    }

    .secondary-cta {
      color: #fff4d6;
      background: rgba(70, 4, 7, .45);
      border: 1px solid rgba(255, 225, 157, .48);
    }

    .hero-media {
      position: relative;
      min-width: 0;
    }

    .hero-media img {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
      border: 2px solid rgba(255, 218, 124, .7);
      box-shadow: 0 26px 56px rgba(42, 2, 3, .45);
    }

    .quick-strip {
      position: relative;
      z-index: 3;
      transform: translateY(-28px);
    }

    .quick-strip-inner {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      background: var(--white);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      padding: 14px;
    }

    .quick-item {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 12px;
      align-items: center;
      min-height: 78px;
      padding: 15px 16px;
      background: linear-gradient(180deg, #fffdf8, #fff2da);
      border-left: 4px solid var(--red-600);
    }

    .quick-num {
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      color: #5b060c;
      background: var(--gold-500);
      font-weight: 900;
    }

    .quick-item strong {
      display: block;
      color: var(--red-900);
      font-size: 15px;
      line-height: 1.25;
    }

    .quick-item span {
      display: block;
      margin-top: 4px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.45;
    }

    .section {
      padding: 62px 0;
    }

    .section.compact {
      padding-top: 34px;
    }

    .section-title {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 0 0 24px;
      color: var(--ink);
      font-size: clamp(26px, 3vw, 38px);
      line-height: 1.15;
      font-weight: 900;
    }

    .section-title::before {
      content: "";
      width: 8px;
      height: 42px;
      flex: 0 0 auto;
      background: linear-gradient(180deg, var(--red-600), var(--gold-500));
    }

    .lead {
      max-width: 840px;
      margin: 0 0 28px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.8;
    }

    .intro-panel {
      background: #fff;
      border: 2px solid var(--gold-500);
      box-shadow: 0 0 0 5px rgba(255, 218, 126, .16), var(--shadow);
    }

    .intro-head {
      padding: 14px 18px;
      color: #fff7d8;
      background: linear-gradient(90deg, var(--red-800), var(--red-600));
      font-size: 19px;
      font-weight: 900;
    }

    .intro-body {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 28px;
      padding: 28px;
      align-items: center;
    }

    .intro-copy p,
    .content-copy p {
      margin: 0 0 18px;
      color: var(--text);
      font-size: 16px;
      line-height: 1.84;
    }

    .intro-copy p:last-child,
    .content-copy p:last-child {
      margin-bottom: 0;
    }

    .feature-image {
      overflow: hidden;
      border: 1px solid rgba(112, 23, 14, .16);
      box-shadow: 0 18px 34px rgba(86, 6, 12, .2);
    }

    .feature-image img {
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
    }

    .gold-band {
      background:
        linear-gradient(90deg, rgba(255, 236, 177, .82), rgba(255, 255, 255, .94)),
        repeating-linear-gradient(90deg, rgba(128, 20, 12, .08) 0 1px, transparent 1px 64px);
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .split {
      display: grid;
      grid-template-columns: .88fr 1.12fr;
      gap: 34px;
      align-items: start;
    }

    .story-card {
      background: var(--red-900);
      color: #fff1d0;
      padding: 28px;
      border: 1px solid rgba(255, 224, 151, .4);
      box-shadow: var(--shadow);
    }

    .story-card h3 {
      margin: 0 0 16px;
      color: var(--gold-300);
      font-size: 25px;
      line-height: 1.2;
    }

    .story-card p {
      margin: 0;
      color: #ffe9c0;
      font-size: 15px;
      line-height: 1.78;
    }

    .benefits {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .benefit {
      min-height: 144px;
      padding: 20px;
      background: #fff;
      border: 1px solid var(--line);
      border-top: 4px solid var(--red-600);
    }

    .benefit strong {
      display: block;
      color: var(--red-900);
      font-size: 18px;
      line-height: 1.25;
    }

    .benefit p {
      margin: 10px 0 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .process {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      counter-reset: process;
    }

    .process-step {
      position: relative;
      min-height: 198px;
      padding: 24px 20px 22px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 12px 28px rgba(112, 21, 11, .08);
      counter-increment: process;
    }

    .process-step::before {
      content: counter(process, decimal-leading-zero);
      display: grid;
      place-items: center;
      width: 46px;
      height: 46px;
      margin-bottom: 18px;
      color: var(--red-950);
      background: var(--gold-500);
      font-size: 14px;
      font-weight: 900;
    }

    .process-step h3 {
      margin: 0;
      color: var(--ink);
      font-size: 18px;
      line-height: 1.25;
    }

    .process-step p {
      margin: 10px 0 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.62;
    }

    .article-area {
      background: linear-gradient(180deg, #fff 0%, #fff8eb 100%);
    }

    .article-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 26px;
      padding-bottom: 16px;
      border-bottom: 2px solid var(--line);
    }

    .article-head .section-title {
      margin-bottom: 0;
    }

    .article-head p {
      max-width: 440px;
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .articles {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

    .article-card {
      display: grid;
      grid-template-rows: auto 1fr;
      min-height: 350px;
      background: #fff;
      border: 1px solid var(--line);
      box-shadow: 0 12px 28px rgba(102, 20, 10, .08);
    }

    .article-thumb {
      position: relative;
      min-height: 158px;
      overflow: hidden;
      background: linear-gradient(135deg, var(--red-800), #f4b545);
    }

    .article-thumb::before {
      content: "MB66";
      position: absolute;
      left: 18px;
      top: 18px;
      color: #fff4cf;
      font-size: 24px;
      font-weight: 900;
      text-shadow: 0 2px 0 rgba(0, 0, 0, .28);
    }

    .article-thumb::after {
      content: "";
      position: absolute;
      right: -34px;
      bottom: -34px;
      width: 150px;
      height: 150px;
      border: 18px solid rgba(255, 232, 168, .5);
      border-radius: 50%;
    }

    .article-content {
      padding: 20px;
    }

    .date {
      display: inline-flex;
      min-width: 64px;
      height: 32px;
      align-items: center;
      justify-content: center;
      color: var(--red-800);
      background: #fff1cc;
      border: 1px solid #f1ca79;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .article-card h3 {
      margin: 16px 0 10px;
      color: var(--ink);
      font-size: 19px;
      line-height: 1.3;
    }

    .article-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .seo-block {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      margin-top: 34px;
    }

    .content-copy,
    .faq {
      background: #fff;
      border: 1px solid var(--line);
      padding: 28px;
    }

    .content-copy h3,
    .faq h3 {
      margin: 0 0 16px;
      color: var(--red-900);
      font-size: 24px;
      line-height: 1.2;
    }

    .faq-item {
      padding: 15px 0;
      border-top: 1px solid var(--line);
    }

    .faq-item:first-of-type {
      border-top: 0;
      padding-top: 0;
    }

    .faq-item strong {
      display: block;
      color: var(--ink);
      font-size: 15px;
      line-height: 1.35;
    }

    .faq-item span {
      display: block;
      margin-top: 7px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.62;
    }

    .footer {
      color: #fff4d1;
      background:
        linear-gradient(180deg, rgba(96, 9, 13, .92), rgba(36, 2, 5, .96)),
        #3a0508;
      border-top: 5px solid var(--gold-500);
    }

    .footer-inner {
      display: grid;
      grid-template-columns: 1.1fr .9fr .9fr;
      gap: 34px;
      padding: 46px 0 38px;
    }

    .footer h3 {
      margin: 0 0 16px;
      color: var(--gold-300);
      font-size: 20px;
    }

    .footer p,
    .footer li {
      color: #ffe7bc;
      font-size: 14px;
      line-height: 1.75;
    }

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

    .footer li {
      padding: 8px 0;
      border-bottom: 1px solid rgba(255, 226, 154, .2);
    }

    .copyright {
      padding: 16px 0;
      text-align: center;
      color: #ffdba5;
      background: rgba(0, 0, 0, .2);
      font-size: 13px;
    }

    @media (max-width: 980px) {
      .hero-inner,
      .intro-body,
      .split,
      .seo-block,
      .footer-inner {
        grid-template-columns: 1fr;
      }

      .hero-inner {
        min-height: auto;
      }

      .hero-media {
        order: -1;
      }

      .process,
      .articles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 680px) {
      .wrap {
        width: min(100% - 24px, 1180px);
      }

      .topbar-inner {
        min-height: 108px;
        align-items: flex-start;
        flex-direction: column;
        padding: 14px 0 18px;
        gap: 12px;
      }

      .brand-mark {
        width: 74px;
        height: 42px;
        font-size: 21px;
      }

      .account-actions {
        width: 100%;
      }

      .action-btn {
        min-width: 0;
        flex: 1 1 0;
        height: 38px;
        box-shadow: 0 6px 0 #f5bd44, 0 11px 18px rgba(91, 8, 7, .18);
      }

      .nav-inner {
        justify-content: flex-start;
        gap: 18px;
        overflow-x: auto;
        min-height: 44px;
        padding-bottom: 1px;
      }

      .hero-inner {
        padding: 22px 0 50px;
        gap: 24px;
      }

      .hero h1 {
        font-size: clamp(34px, 11vw, 48px);
        line-height: 1.02;
      }

      .hero p {
        margin-top: 18px;
        font-size: 15px;
      }

      .primary-cta,
      .secondary-cta {
        width: 100%;
        height: 46px;
      }

      .quick-strip {
        transform: translateY(-20px);
      }

      .quick-strip-inner,
      .benefits,
      .process,
      .articles {
        grid-template-columns: 1fr;
      }

      .quick-strip-inner,
      .intro-body,
      .content-copy,
      .faq {
        padding: 16px;
      }

      .section {
        padding: 42px 0;
      }

      .section.compact {
        padding-top: 18px;
      }

      .section-title {
        font-size: 25px;
        gap: 12px;
      }

      .section-title::before {
        height: 34px;
      }

      .intro-head {
        font-size: 17px;
      }

      .article-head {
        display: block;
      }

      .article-head p {
        margin-top: 14px;
      }
    }

/* Production additions for MB66 static article and DedeBiz output */
.mb-article-hero {
  background: linear-gradient(120deg, var(--red-950), var(--red-800) 54%, #e9301c);
  color: #fff5d6;
  border-bottom: 4px solid var(--gold-500);
}
.mb-article-hero .wrap {
  padding: 54px 0 60px;
}
.mb-article-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff8dc;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.02;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 4px 0 rgba(92, 8, 5, .35);
}
.mb-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: #ffe5aa;
  font-size: 14px;
  font-weight: 700;
}
.mb-article-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
  padding: 56px 0;
}
.mb-article-body,
.mb-article-side {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(102, 20, 10, .08);
}
.mb-article-body {
  padding: 34px;
}
.mb-article-body h2,
.mb-article-body h3 {
  color: var(--red-900);
  line-height: 1.24;
  margin: 26px 0 12px;
  font-weight: 900;
}
.mb-article-body h2:first-child,
.mb-article-body h3:first-child {
  margin-top: 0;
}
.mb-article-body p,
.mb-article-body li {
  color: var(--text);
  font-size: 16px;
  line-height: 1.86;
}
.mb-article-body a {
  color: var(--red-700);
  font-weight: 800;
}
.mb-article-body img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  border: 1px solid var(--line);
}
.mb-article-side {
  padding: 22px;
  position: sticky;
  top: 18px;
}
.mb-article-side h3 {
  margin: 0 0 14px;
  color: var(--red-900);
  font-size: 21px;
}
.mb-side-link {
  display: block;
  padding: 13px 0;
  color: var(--text);
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}
.mb-side-link:first-of-type {
  border-top: 0;
}
.mb-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}
.mb-pager a,
.mb-pager span {
  min-width: 38px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #fff;
  color: var(--red-900);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 800;
}
.mb-pager .thisclass,
.mb-pager strong {
  background: var(--red-700);
  color: #fff8dc;
  border-color: var(--red-700);
}
.mb-prevnext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.mb-prevnext div {
  background: #fff8eb;
  border: 1px solid var(--line);
  padding: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.mb-prevnext a {
  color: var(--red-800);
  font-weight: 900;
}
@media (max-width: 900px) {
  .mb-article-main {
    grid-template-columns: 1fr;
    padding: 38px 0;
  }
  .mb-article-side {
    position: static;
  }
}
@media (max-width: 620px) {
  .mb-article-hero .wrap {
    padding: 36px 0 42px;
  }
  .mb-article-body,
  .mb-article-side {
    padding: 18px;
  }
  .mb-prevnext {
    grid-template-columns: 1fr;
  }
}
