.czhp-page .entry-title,
.czhp-page .wp-block-post-title,
.czhp-page main > header.entry-header { display: none; }

/* Remove theme-level page spacing so the guide begins directly below the site header. */
body.czhp-page .site-content,
body.czhp-page #content,
body.czhp-page #primary,
body.czhp-page .content-area,
body.czhp-page main.site-main,
body.czhp-page article.page,
body.czhp-page article.type-page,
body.czhp-page .inside-article,
body.czhp-page .entry-content,
body.czhp-page .page-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.czhp-page .site-content > .ast-container,
body.czhp-page .site-content > .container,
body.czhp-page .site-content > .grid-container,
body.czhp-page .content-area > .site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.czhp-page.ast-separate-container #primary,
body.czhp-page.ast-page-builder-template #primary { margin-top: 0 !important; }
.czhp-page .site-main,
.czhp-page .content-area { overflow: visible; }
.czhp-wrap {
  --czhp-ink: #142033;
  --czhp-muted: #5c6879;
  --czhp-line: #dfe5ec;
  --czhp-soft: #f5f7fa;
  --czhp-soft-blue: #edf5ff;
  --czhp-blue: #1559b7;
  --czhp-navy: #0d2f5f;
  color: var(--czhp-ink);
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 18px 64px;
  font-size: 16px;
  line-height: 1.72;
  box-sizing: border-box;
}
.czhp-wrap *, .czhp-wrap *::before, .czhp-wrap *::after { box-sizing: border-box; }
.czhp-wrap h1, .czhp-wrap h2, .czhp-wrap h3 { color: var(--czhp-ink); line-height: 1.18; letter-spacing: -0.025em; }
.czhp-wrap h1 { margin: 5px 0 12px; max-width: 820px; font-size: clamp(2.1rem, 5.2vw, 3.75rem); }
.czhp-wrap h2 { margin: 0 0 16px; font-size: clamp(1.55rem, 3vw, 2.15rem); }
.czhp-wrap h3 { margin: 0 0 10px; font-size: 1.08rem; }
.czhp-wrap p { margin: 0 0 16px; }
.czhp-wrap a { color: var(--czhp-blue); }
.czhp-hero { padding: 8px 0 18px; }
.czhp-eyebrow, .czhp-label { margin: 0 0 7px !important; color: var(--czhp-blue); font-size: .77rem; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }
.czhp-deck { max-width: 790px; color: #38475b; font-size: 1.08rem; }
.czhp-review-line { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 18px; }
.czhp-review-line span { padding: 6px 10px; border: 1px solid var(--czhp-line); border-radius: 999px; color: var(--czhp-muted); background: #fff; font-size: .78rem; line-height: 1.2; }
.czhp-jump { display: flex; flex-wrap: wrap; gap: 8px; }
.czhp-jump a { display: inline-flex; padding: 8px 12px; border: 1px solid #cdd8e6; border-radius: 999px; text-decoration: none; color: var(--czhp-navy); background: #fff; font-size: .85rem; font-weight: 700; }
.czhp-jump a:hover, .czhp-jump a:focus { background: var(--czhp-soft-blue); border-color: #91b8eb; }
.czhp-card { border: 1px solid var(--czhp-line); border-radius: 16px; background: #fff; box-shadow: 0 7px 24px rgba(27, 49, 79, .055); }
.czhp-answer { margin: 8px 0 22px; padding: 20px 22px; background: linear-gradient(135deg, #f7fbff, #fff); }
.czhp-answer p:last-child { margin-bottom: 0; font-size: 1.04rem; }
.czhp-section { margin: 30px 0 0; scroll-margin-top: 88px; }
.czhp-snapshot { margin-top: 0; }
.czhp-snapshot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.czhp-stat { min-width: 0; padding: 16px; border: 1px solid var(--czhp-line); border-radius: 14px; background: var(--czhp-soft); }
.czhp-stat span, .czhp-stat small { display: block; color: var(--czhp-muted); font-size: .75rem; line-height: 1.35; }
.czhp-stat strong { display: block; margin: 5px 0 4px; overflow-wrap: anywhere; font-size: 1.06rem; line-height: 1.2; }
.czhp-section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr); gap: 18px; align-items: end; margin-bottom: 14px; }
.czhp-section-head h2 { margin-bottom: 0; }
.czhp-muted { color: var(--czhp-muted); font-size: .88rem; }
.czhp-offer-controls { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 12px; margin: 0 0 12px; padding: 14px; border: 1px solid var(--czhp-line); border-radius: 14px; background: var(--czhp-soft); }
.czhp-offer-controls label, .czhp-tool label { display: flex; min-width: 0; flex-direction: column; gap: 6px; color: #39485a; font-size: .82rem; font-weight: 700; }
.czhp-offer-controls input, .czhp-offer-controls select, .czhp-tool input, .czhp-tool select { width: 100%; min-width: 0; min-height: 43px; padding: 9px 11px; border: 1px solid #cbd5e1; border-radius: 9px; background: #fff; color: #172338; font: inherit; }
.czhp-offer-controls input:focus, .czhp-offer-controls select:focus, .czhp-tool input:focus, .czhp-tool select:focus { outline: 3px solid rgba(21, 89, 183, .16); border-color: var(--czhp-blue); }
.czhp-loading, .czhp-empty { padding: 22px; border: 1px solid var(--czhp-line); border-radius: 14px; background: #fff; color: var(--czhp-muted); }
.czhp-empty strong { display: block; color: var(--czhp-ink); font-size: 1.02rem; }
.czhp-offer-list { display: grid; gap: 10px; }
.czhp-offer-card { display: grid; grid-template-columns: 74px minmax(0, 1fr) minmax(100px, 135px) 132px; gap: 14px; align-items: center; min-width: 0; padding: 13px; border: 1px solid var(--czhp-line); border-radius: 14px; background: #fff; }
.czhp-offer-image { display: grid; width: 74px; height: 62px; place-items: center; overflow: hidden; border-radius: 9px; background: var(--czhp-soft); }
.czhp-offer-image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.czhp-drive-icon { color: #768399; font-weight: 800; letter-spacing: .08em; }
.czhp-offer-main { min-width: 0; }
.czhp-offer-main h3 { display: -webkit-box; margin: 2px 0 4px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .97rem; }
.czhp-offer-main p { margin: 0; color: var(--czhp-muted); font-size: .78rem; }
.czhp-offer-family { color: var(--czhp-blue); font-size: .67rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.czhp-offer-price { min-width: 0; text-align: right; }
.czhp-offer-price strong, .czhp-offer-price span { display: block; overflow-wrap: anywhere; }
.czhp-offer-price strong { font-size: 1.08rem; }
.czhp-offer-price span { color: var(--czhp-muted); font-size: .78rem; }
.czhp-offer-note { margin-top: 9px !important; color: var(--czhp-muted); font-size: .78rem; }
.czhp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 14px; border: 1px solid var(--czhp-blue); border-radius: 9px; background: var(--czhp-blue); color: #fff !important; text-decoration: none !important; font-size: .82rem; font-weight: 800; cursor: pointer; }
.czhp-button:hover, .czhp-button:focus { background: #0f478f; }
.czhp-button-secondary { border-color: #bdd0e8; background: #fff; color: var(--czhp-blue) !important; }
.czhp-tool { padding: 20px; }
.czhp-form-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 15px; }
.czhp-tool-result { margin-top: 18px; padding: 18px; border: 1px solid #b8d2f3; border-radius: 13px; background: var(--czhp-soft-blue); overflow: hidden; }
.czhp-tool-result[hidden] { display: none; }
.czhp-tool-result p:last-child { margin-bottom: 0; color: #42536a; font-size: .88rem; }
.czhp-result-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 12px 0; }
.czhp-result-grid > div { min-width: 0; padding: 11px; border: 1px solid #d1e1f5; border-radius: 10px; background: rgba(255,255,255,.78); }
.czhp-result-grid span, .czhp-result-grid strong { display: block; overflow-wrap: anywhere; }
.czhp-result-grid span { color: var(--czhp-muted); font-size: .71rem; line-height: 1.3; }
.czhp-result-grid strong { margin-top: 4px; font-size: .94rem; line-height: 1.25; }
.czhp-guide { display: grid; gap: 18px; }
.czhp-guide-section { padding: 18px; border: 1px solid var(--czhp-line); border-radius: 14px; background: #fff; }

.czhp-guide-section p { color: #334155; }
.czhp-methodology { padding: 22px; border: 1px solid var(--czhp-line); border-radius: 16px; background: var(--czhp-soft); }
.czhp-faqs { display: grid; gap: 9px; }
.czhp-faqs details { border: 1px solid var(--czhp-line); border-radius: 12px; background: #fff; }
.czhp-faqs summary { padding: 15px 17px; color: var(--czhp-ink); font-weight: 800; cursor: pointer; }
.czhp-faqs details div { padding: 0 17px 16px; color: #3c4b5e; }
.czhp-faqs details div p:last-child, .czhp-faqs details div:last-child { margin-bottom: 0; }
.czhp-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.czhp-related-grid a { display: block; min-width: 0; padding: 16px; border: 1px solid var(--czhp-line); border-radius: 12px; background: #fff; text-decoration: none; }
.czhp-related-grid a:hover, .czhp-related-grid a:focus { border-color: #9fc0e8; background: var(--czhp-soft-blue); }
.czhp-related-grid strong, .czhp-related-grid span { display: block; }
.czhp-related-grid span { margin-top: 4px; color: var(--czhp-muted); font-size: .82rem; }
.czhp-sources { padding: 22px; border: 1px solid var(--czhp-line); border-radius: 14px; background: #fff; }
.czhp-sources ul { margin: 0 0 18px; padding-left: 20px; }
.czhp-disclosure { color: var(--czhp-muted); font-size: .79rem; }
@media (max-width: 780px) {
  .czhp-wrap { padding-top: 16px; }
  .czhp-snapshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .czhp-section-head { grid-template-columns: 1fr; gap: 6px; }
  .czhp-offer-controls { grid-template-columns: 1fr; }
  .czhp-offer-card { grid-template-columns: 62px minmax(0, 1fr); align-items: start; }
  .czhp-offer-image { width: 62px; height: 58px; grid-row: 1 / span 2; }
  .czhp-offer-price { grid-column: 2; text-align: left; }
  .czhp-offer-action { grid-column: 1 / -1; }
  .czhp-offer-action .czhp-button { width: 100%; }
  .czhp-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .czhp-result-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 500px) {
  .czhp-wrap { padding-right: 14px; padding-left: 14px; font-size: 15.5px; }
  .czhp-wrap h1 { font-size: 2.15rem; }
  .czhp-review-line { gap: 6px; }
  .czhp-review-line span { font-size: .72rem; }
  .czhp-jump a { padding: 7px 10px; font-size: .78rem; }
  .czhp-answer, .czhp-tool, .czhp-methodology { padding: 17px; }
  .czhp-snapshot-grid, .czhp-form-grid, .czhp-result-grid, .czhp-related-grid { grid-template-columns: 1fr; }
  .czhp-stat { padding: 14px; }
}
.czhp-table-scroll {
  width: 100%;
  border: 1px solid var(--czhp-line);
  border-radius: 14px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.czhp-model-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: .84rem;
  line-height: 1.45;
}
.czhp-model-table th,
.czhp-model-table td {
  padding: 12px 13px;
  text-align: left;
  vertical-align: top;
}
.czhp-model-table th {
  color: var(--czhp-navy);
  background: var(--czhp-soft);
  font-size: .72rem;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.28;
  overflow-wrap: normal;
}

.czhp-model-table th:nth-child(1), .czhp-model-table td:nth-child(1) { width: 10%; }
.czhp-model-table th:nth-child(2), .czhp-model-table td:nth-child(2) { width: 15%; }
.czhp-model-table th:nth-child(3), .czhp-model-table td:nth-child(3) { width: 10%; }
.czhp-model-table th:nth-child(4), .czhp-model-table td:nth-child(4) { width: 9%; }
.czhp-model-table th:nth-child(5), .czhp-model-table td:nth-child(5) { width: 13%; }
.czhp-model-table th:nth-child(6), .czhp-model-table td:nth-child(6) { width: 14%; }
.czhp-model-table th:nth-child(7), .czhp-model-table td:nth-child(7) { width: 15%; }
.czhp-model-table th:nth-child(8), .czhp-model-table td:nth-child(8) { width: 14%; }

.czhp-model-table code {
  padding: 3px 6px;
  border-radius: 6px;
  background: #edf2f7;
  color: #172338;
  font-size: .78rem;
  white-space: nowrap;
}
.czhp-model-specs > .czhp-muted { margin-top: 10px; }
@media (max-width: 500px) {
  .czhp-model-table { font-size: .8rem; }
  .czhp-model-table th,
  .czhp-model-table td { padding: 10px 11px; }
}
.czhp-amazon-price-notice {
  margin: 10px 0 0;
  padding: 10px 12px;
  border: 1px solid var(--czhp-line);
  border-radius: 10px;
  background: var(--czhp-soft);
  color: var(--czhp-muted);
  font-size: .76rem;
  line-height: 1.5;
}
/* Responsive exact-model table: no forced horizontal scrolling. */
.czhp-table-scroll { overflow: visible; }
.czhp-model-table { min-width: 0; table-layout: fixed; }
.czhp-model-table th, .czhp-model-table td { overflow-wrap: anywhere; word-break: normal; }
@media (max-width: 780px) {
  .czhp-table-scroll { border: 0; background: transparent; }
  .czhp-model-table, .czhp-model-table tbody, .czhp-model-table tr, .czhp-model-table td { display: block; width: 100%; }
  .czhp-model-table thead { display: none; }
  .czhp-model-table tr { margin: 0 0 12px; padding: 10px 12px; border: 1px solid var(--czhp-line); border-radius: 12px; background: #fff; }
  .czhp-model-table td { width: 100% !important; display: grid; grid-template-columns: minmax(105px, .75fr) minmax(0, 1.25fr); gap: 10px; padding: 7px 0; border: 0; }
  .czhp-model-table td::before { color: var(--czhp-muted); font-size: .72rem; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
  .czhp-model-table td:nth-child(1)::before { content: 'Capacity'; }
  .czhp-model-table td:nth-child(2)::before { content: 'Model'; }
  .czhp-model-table td:nth-child(3)::before { content: 'Design'; }
  .czhp-model-table td:nth-child(4)::before { content: 'Cache'; }
  .czhp-model-table td:nth-child(5)::before { content: 'Speed'; }
  .czhp-model-table td:nth-child(6)::before { content: 'Power'; }
  .czhp-model-table td:nth-child(7)::before { content: 'Acoustics'; }
  .czhp-model-table td:nth-child(8)::before { content: 'Max temp'; }
}
