:root {
  --chtz-ink: #1f2b36;
  --chtz-muted: #66717b;
  --chtz-line: #dfe3e6;
  --chtz-yellow: #f6c633;
  --chtz-orange: #f39200;
  --chtz-paper: #fffdf6;
}
.chtz-tech-article {max-width:1120px;margin:0 auto 56px;color:var(--chtz-ink);font-size:16px;line-height:1.7}
.chtz-tech-article * {box-sizing:border-box}
.chtz-article-hero {display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);min-height:440px;background:var(--chtz-ink);overflow:hidden}
.chtz-article-hero-copy {padding:54px 52px;color:#fff;background-image:radial-gradient(circle at 1px 1px,rgba(246,198,51,.18) 1px,transparent 0);background-size:22px 22px}
.chtz-article-eyebrow,.chtz-article-source span,.chtz-article-cta>div>span {display:inline-block;margin-bottom:16px;color:var(--chtz-yellow);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.chtz-article-hero h1 {margin:0 0 22px;color:#fff;font-size:42px;font-weight:700;line-height:1.12;letter-spacing:-.025em}
.chtz-article-hero p {max-width:690px;margin:0;color:#d8dde1;font-size:18px;line-height:1.65}
.chtz-article-hero-actions {display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.chtz-article-hero-media {display:flex;flex-direction:column;margin:0;background:#f4f4f1}
.chtz-article-hero-media img {width:100%;height:100%;min-height:360px;object-fit:contain;padding:30px;background:#fff}
.chtz-article-hero-media figcaption {padding:13px 18px;background:var(--chtz-yellow);color:#24282c;font-size:12px;line-height:1.45}
.chtz-button {display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:10px 17px;border:1px solid rgba(255,255,255,.42);color:#fff!important;font-size:13px;font-weight:750;line-height:1.2;text-decoration:none!important;transition:background .18s ease,border-color .18s ease,color .18s ease}
.chtz-button:hover {border-color:#fff;background:rgba(255,255,255,.09)}
.chtz-button-primary {border-color:var(--chtz-orange);background:var(--chtz-orange)}
.chtz-article-source {display:grid;grid-template-columns:220px 1fr;gap:24px;padding:22px 28px;border:1px solid #eed781;border-top:0;background:#fff7d8}
.chtz-article-source span {margin:2px 0;color:#8c5b00}
.chtz-article-source p {margin:0;font-size:14px}
.chtz-article-source a,.chtz-article-content a {color:#a85f00}
.chtz-article-content {max-width:960px;margin:0 auto;padding:18px 28px 0}
.chtz-article-section {padding:34px 0;border-bottom:1px solid var(--chtz-line)}
.chtz-article-section:last-child {border-bottom:0}
.chtz-article-section h2 {margin:0 0 17px;color:var(--chtz-ink);font-size:28px;line-height:1.25}
.chtz-article-section p {margin:0 0 14px}
.chtz-article-alert {margin:22px 0 0;padding:16px 18px;border-left:4px solid var(--chtz-orange);background:#fff7e9}
.chtz-article-alert-danger {border-left-color:#c9402b;background:#fff0ed}
.chtz-article-table-wrap {overflow-x:auto;border:1px solid #e1c55c;-webkit-overflow-scrolling:touch}
.chtz-article-table {width:100%;min-width:720px;border-collapse:collapse;font-size:14px;line-height:1.55}
.chtz-article-table th,.chtz-article-table td {padding:12px 14px;border:1px solid #e8dcae;text-align:left;vertical-align:top}
.chtz-article-table thead {background:var(--chtz-yellow);color:#23282d}
.chtz-article-table tbody tr:nth-child(even) {background:var(--chtz-paper)}
.chtz-article-metrics {display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:18px 0 16px;background:#d8dde0;border:1px solid #d8dde0}
.chtz-article-metrics div {padding:19px;background:#fff}
.chtz-article-metrics strong {display:block;margin-bottom:7px;color:#a75b00;font-size:22px;line-height:1.2}
.chtz-article-metrics span {display:block;color:var(--chtz-muted);font-size:12px;line-height:1.45}
.chtz-article-links {display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.chtz-article-links a {display:block;padding:16px 18px;border:1px solid var(--chtz-line);background:#fff;color:var(--chtz-ink)!important;text-decoration:none!important;transition:border-color .18s ease,transform .18s ease}
.chtz-article-links a:hover {border-color:var(--chtz-orange);transform:translateY(-2px)}
.chtz-article-links strong,.chtz-article-links span {display:block}
.chtz-article-links span {margin-top:4px;color:var(--chtz-muted);font-size:13px}
.chtz-product-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:20px}
.chtz-product-grid-three {grid-template-columns:repeat(3,1fr)}
.chtz-product-card {display:grid;grid-template-columns:130px 1fr;min-height:130px;border:1px solid var(--chtz-line);background:#fff;color:var(--chtz-ink)!important;text-decoration:none!important;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}
.chtz-product-card:hover {border-color:var(--chtz-orange);box-shadow:0 10px 26px rgba(31,43,54,.09)}
.chtz-product-card img {width:130px;height:100%;min-height:130px;object-fit:contain;padding:12px;background:#f7f7f5}
.chtz-product-card span {display:flex;flex-direction:column;justify-content:center;padding:16px}
.chtz-product-card b {font-size:15px;line-height:1.4}
.chtz-product-card small {margin-top:8px;color:#a85f00;font-weight:700}
.chtz-article-figure-row {display:grid;grid-template-columns:1fr 320px;gap:34px;align-items:center}
.chtz-article-figure-row figure {margin:0;border:1px solid var(--chtz-line);background:#fff}
.chtz-article-figure-row img {display:block;width:100%;height:auto;padding:10px}
.chtz-article-figure-row figcaption {padding:10px 13px;background:#f5f5f2;color:var(--chtz-muted);font-size:12px}
.chtz-article-steps {padding:0;margin:20px 0 0;counter-reset:steps;list-style:none}
.chtz-article-steps li {position:relative;display:grid;grid-template-columns:260px 1fr;gap:20px;padding:15px 16px 15px 58px;border-top:1px solid var(--chtz-line);counter-increment:steps}
.chtz-article-steps li:before {content:counter(steps);position:absolute;left:10px;top:11px;width:32px;height:32px;background:var(--chtz-yellow);font-weight:800;line-height:32px;text-align:center}
.chtz-article-steps span {color:var(--chtz-muted)}
.chtz-article-cta {display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;margin-top:38px;padding:35px 38px;background:var(--chtz-ink);color:#fff}
.chtz-article-cta h2 {max-width:720px;margin:0 0 10px;color:#fff;font-size:29px;line-height:1.25}
.chtz-article-cta p {max-width:760px;margin:0;color:#cfd5da}
.chtz-article-cta-actions {display:flex;flex-direction:column;gap:9px;min-width:210px}
.chtz-button-light {background:#fff;color:var(--chtz-ink)!important}
.chtz-button-yellow {border-color:var(--chtz-yellow);background:var(--chtz-yellow);color:var(--chtz-ink)!important}
.chtz-article-footer-links {display:flex;flex-wrap:wrap;gap:10px 22px;padding:20px 0;font-size:13px}
.chtz-article-footer-links a {color:#5a636b}
@media (max-width:900px) {
  .chtz-article-hero {grid-template-columns:1fr}
  .chtz-article-hero h1 {font-size:34px}
  .chtz-article-hero-media img {max-height:420px}
  .chtz-article-metrics {grid-template-columns:repeat(2,1fr)}
  .chtz-product-grid-three {grid-template-columns:1fr}
  .chtz-article-cta {grid-template-columns:1fr}
  .chtz-article-cta-actions {flex-direction:row;flex-wrap:wrap}
}
@media (max-width:640px) {
  .chtz-tech-article {font-size:15px}
  .chtz-article-hero-copy {padding:36px 22px}
  .chtz-article-hero h1 {font-size:29px}
  .chtz-article-hero p {font-size:16px}
  .chtz-article-source {grid-template-columns:1fr;padding:18px 20px}
  .chtz-article-content {padding:10px 18px 0}
  .chtz-article-section h2 {font-size:23px}
  .chtz-article-metrics,.chtz-article-links,.chtz-product-grid,.chtz-article-figure-row {grid-template-columns:1fr}
  .chtz-product-card {grid-template-columns:108px 1fr}
  .chtz-product-card img {width:108px}
  .chtz-article-steps li {grid-template-columns:1fr;gap:4px;padding-left:55px}
  .chtz-article-cta {margin-left:0;margin-right:0;padding:28px 22px}
  .chtz-article-cta h2 {font-size:24px}
}
