
    .article_content_box>.main_title.themes_box_title{display:none!important}
    :root {
      --ink: #20262b;
      --muted: #5f6d76;
      --paper: #ffffff;
      --soft: #f3f5f2;
      --line: #dbe2df;
      --teal: #426c68;
      --teal-dark: #2d4c49;
      --copper: #a05f47;
      --amber: #d8bd73;
    }
    * { box-sizing: border-box; letter-spacing: 0; }
    body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
    .page { width: 100%; overflow: hidden; background: #fff; }
    .shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    a { color: inherit; text-underline-offset: 3px; }
    img { display: block; max-width: 100%; height: auto; }
    h1, h2, h3, p { margin-top: 0; }
    h1, h2, h3 { line-height: 1.16; }
    h1 { max-width: 760px; margin-bottom: 22px; font-size: 46px; }
    h2 { margin-bottom: 16px; font-size: 32px; }
    h3 { margin-bottom: 10px; font-size: 20px; }
    .header { border-bottom: 1px solid var(--line); background: #fff; }
    .nav { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; }
    .brand { font-size: 18px; font-weight: 800; text-decoration: none; }
    .nav-links { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 700; }
    .nav-links a { text-decoration: none; }
    .btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid var(--ink); border-radius: 4px; background: #fff; color: var(--ink); font-size: 15px; font-weight: 700; text-decoration: none; }
    .btn-primary { color: #fff !important; background: var(--teal); border-color: var(--teal); }
    .btn-primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
    .btn-secondary:hover { color: #fff !important; background: var(--ink); }
    .eyebrow { margin-bottom: 14px; color: var(--copper); font-size: 13px; font-weight: 800; text-transform: uppercase; }
    .lede { max-width: 720px; color: var(--muted); font-size: 18px; }
    .hero { padding: 54px 0 60px; background: #fff; }
    .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr); align-items: center; gap: 62px; }
    .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }
    .fact { padding: 14px 0; border-top: 2px solid var(--ink); }
    .fact .fact-value { display: block; font-size: 15px; color: var(--ink); font-weight: 700; }
    .fact span { color: var(--muted); font-size: 13px; }
    .hero-media { position: relative; }
    .hero-media::after { content: ""; position: absolute; right: -14px; bottom: -14px; width: 34%; height: 34%; border-right: 7px solid var(--amber); border-bottom: 7px solid var(--amber); z-index: 0; }
    .hero-media img { position: relative; z-index: 1; width: 100%; max-height: 560px; object-fit: contain; border-radius: 8px; background: #f7f7f7; box-shadow: 0 18px 44px rgba(32, 38, 43, .14); }
    .section { padding: 76px 0; }
    .soft { background: var(--soft); }
    .center { max-width: 760px; margin: 0 auto 38px; text-align: center; }
    .two { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 54px; align-items: start; }
    .media-stack img { width: 100%; max-height: 600px; object-fit: contain; border-radius: 8px; background: #fff; box-shadow: 0 12px 32px rgba(32, 38, 43, .1); }
    .note { margin-top: 18px; padding: 22px; border-left: 4px solid var(--copper); background: #fff; }
    .note p { margin-bottom: 0; color: var(--muted); }
    .table-wrap { width: 100%; overflow-x: auto; }
    table { width: 100%; border-collapse: collapse; background: #fff; text-align: left; }
    th, td { padding: 12px 14px; border: 1px solid #d1d5db; text-align: left; vertical-align: top; }
    th { width: 32%; background: #f3f4f6; }
    .list { display: grid; gap: 12px; padding: 0; list-style: none; }
    .list li { padding: 14px 16px; border-left: 3px solid var(--teal); background: #fff; }
    .grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; }
    .card img { width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: #f7f7f7; }
    .card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
    .card-body p { color: var(--muted); }
    .card-body .text-link { margin-top: auto; }
    .pairing { width: 100%; margin: 2px 0 22px; }
    .pairing div { padding: 11px 0; border-top: 1px solid var(--line); }
    .pairing dt { color: var(--copper); font-size: 12px; font-weight: 800; text-transform: uppercase; }
    .pairing dd { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
    .text-link { color: var(--copper) !important; font-weight: 700; }
    .quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .review-card { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(32, 38, 43, .08); }
    .review-card strong, .review-card span { display: block; }
    .review-card span { margin-bottom: 12px; color: var(--copper); font-size: 12px; font-weight: 800; text-transform: uppercase; }
    .review-card p { margin-bottom: 0; color: var(--muted); }
    .faq { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
    .faq-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
    .faq-item p { margin-bottom: 0; color: var(--muted); }
    .final { padding: 50px 0; background: var(--teal); color: #fff; }
    .final-grid { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
    .final-grid p { max-width: 700px; margin-bottom: 0; color: #edf2ef; }
    .final-grid .btn { color: var(--ink) !important; background: #fff; border-color: #fff; white-space: nowrap; }
    .footer { padding: 28px 20px; background: var(--ink); color: #d8dedb; text-align: center; }
    @media (max-width: 900px) {
      h1 { font-size: 40px; }
      h2 { font-size: 29px; }
      .hero-grid, .two { grid-template-columns: 1fr; gap: 38px; }
      .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .quote-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 640px) {
      .shell { width: min(100% - 28px, 1180px); }
      .nav { min-height: 58px; }
      .nav-links a:not(.btn) { display: none; }
      .nav-links .btn { min-height: 40px; padding: 8px 13px; font-size: 13px; }
      .hero { padding: 38px 0 46px; }
      h1 { font-size: 32px; }
      h2 { font-size: 26px; }
      .lede { font-size: 16px; }
      .facts, .grid { grid-template-columns: 1fr; }
      .quote-grid { grid-template-columns: 1fr; }
      .section { padding: 58px 0; }
      .final-grid { align-items: flex-start; flex-direction: column; }
      .final-grid .btn { white-space: normal; }
      th, td { min-width: 180px; }
    }
  