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

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

/* BarraCuda 1TB intelligence refinements. */
.czb1-tool label small {
  display: block;
  color: var(--czb1-muted);
  font-size: .72rem;
  font-weight: 500;
  line-height: 1.35;
}
.czb1-result-warnings {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-left: 4px solid #b45309;
  border-radius: 8px;
  background: #fff8eb;
  color: #63350b;
}
.czb1-result-warnings ul { margin: 0; padding-left: 19px; }
.czb1-condition {
  display: inline-flex;
  margin-right: 6px;
  padding: 2px 7px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #f8fafc;
  color: #334155;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.czb1-offer-main .czb1-offer-meta { margin-top: 5px; line-height: 1.45; }

.czb1-price-stamp { display:block; margin-top:4px; font-size:.66rem; line-height:1.35; font-weight:500; color:#64748b; }
