/* Customer guides — shared presentation, scoped to these pages. */
.customer-page .cp-hero { padding: 52px 0 38px; border-bottom: 1px solid var(--line); }
.customer-page .cp-hero h1 { max-width: 830px; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.customer-page .cp-hero .lead { max-width: 670px; }
.customer-page .cp-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .82rem; margin-bottom: 26px; color: var(--ink-soft); }
.customer-page .cp-breadcrumb a { color: var(--ink-soft); text-underline-offset: 3px; }
.customer-page .cp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.customer-page .cp-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.customer-page .cp-card { padding: 26px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); }
.customer-page .cp-card h2, .customer-page .cp-card h3 { font-family: var(--font); font-size: 1.16rem; line-height: 1.22; text-transform: none; letter-spacing: -.015em; font-weight: 800; margin-bottom: 10px; }
.customer-page .cp-card p { color: var(--ink-soft); }
.customer-page .cp-card p + p { margin-top: 12px; }
.customer-page .cp-card a:not(.btn) { text-underline-offset: 3px; font-weight: 700; }
.customer-page .cp-card .btn { margin-top: 20px; }
.customer-page .cp-number { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #fff0e2; color: var(--orange-dark); font-weight: 900; margin-bottom: 18px; }
.customer-page .cp-note { padding: 22px 24px; border-left: 4px solid var(--orange); background: #fff1e5; border-radius: 0 12px 12px 0; margin-top: 24px; color: var(--ink-2); }
.customer-page .cp-note p + p { margin-top: 8px; }
.customer-page .cp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.customer-page .cp-muted { color: var(--ink-soft); }
.customer-page .cp-small { font-size: .87rem; line-height: 1.6; }
.customer-page .cp-section-intro { max-width: 730px; margin-bottom: 26px; }
.customer-page .cp-section-intro p { color: var(--ink-soft); margin-top: 12px; }
.customer-page .cp-list { padding-left: 20px; color: var(--ink-soft); }
.customer-page .cp-list li + li { margin-top: 10px; }
.customer-page .cp-message { background: var(--ink); color: #fff; padding: 26px; border-radius: var(--radius); }
.customer-page .cp-message h2 { font-size: 1.6rem; }
.customer-page .cp-message p { margin-top: 14px; line-height: 1.7; color: #e2e8f0; }
.customer-page .cp-message .btn { margin-top: 24px; }
.customer-page .cp-message .cp-small { color: #cbd5e1; }
.customer-page .cp-checklist { display: grid; gap: 0; list-style: none; padding: 0; }
.customer-page .cp-checklist label { display: flex; gap: 14px; align-items: flex-start; padding: 20px 0; cursor: pointer; border-bottom: 1px solid var(--line); }
.customer-page .cp-checklist input { flex: 0 0 auto; width: 22px; height: 22px; accent-color: var(--orange-dark); margin-top: 3px; cursor: pointer; }
.customer-page .cp-checklist strong { display: block; margin-bottom: 5px; }
.customer-page .cp-checklist .cp-check-copy { color: var(--ink-soft); display: block; }
.customer-page .cp-checklist input:checked + span strong { color: #166534; }
.customer-page .cp-checklist input:checked + span strong::after { content: ' ✓'; }
.customer-page .cp-checklist input:focus-visible { outline: 3px solid var(--orange-dark); outline-offset: 4px; }
.customer-page .cp-load-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.customer-page .cp-load-card { min-width: 0; padding: 22px 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; }
.customer-page .cp-load-card h2 { font-family: var(--font); font-weight: 800; text-transform: none; font-size: 1.16rem; letter-spacing: -.01em; }
.customer-page .cp-load-card svg { width: 100%; height: auto; margin: 20px 0; }
.customer-page .cp-load-card .cp-load-price { font-size: 2rem; line-height: 1.1; font-weight: 900; color: var(--ink); }
.customer-page .cp-load-card .cp-load-standard { margin: 5px 0 18px; font-size: .83rem; color: var(--ink-soft); }
.customer-page .cp-load-card .cp-load-example { margin-bottom: 22px; font-size: .91rem; line-height: 1.6; color: var(--ink-soft); }
.customer-page .cp-load-card .btn { margin-top: auto; padding: 12px 10px; font-size: .85rem; }
.customer-page .cp-load-caption { max-width: 760px; color: var(--ink-soft); margin: 20px 0 0; font-size: .88rem; }
.customer-page .cp-action-strip { background: var(--ink); color: #fff; }
.customer-page .cp-action-strip h2 { max-width: 720px; }
.customer-page .cp-action-strip p { max-width: 680px; color: #cbd5e1; margin: 14px 0 24px; }
.customer-page .cp-action-strip .btn-ghost { color: #fff; background: transparent; border-color: #94a3b8; }
.customer-page .cp-share-box { border: 2px solid var(--ink); border-radius: var(--radius); background: #fff; padding: 28px; }
.customer-page .cp-share-box label { display: block; font-weight: 800; margin-bottom: 10px; }
.customer-page .cp-share-box input { width: 100%; padding: 15px; border: 1px solid #a6adba; border-radius: 8px; font: inherit; background: var(--paper); color: var(--ink); min-width: 0; }
.customer-page .cp-share-box .cta-row { margin-top: 16px; }
.customer-page .cp-share-status { min-height: 28px; margin: 12px 0 0; color: #166534; font-size: .9rem; }
.customer-page .cp-quote { font-size: 1.1rem; border-left: 4px solid var(--orange); padding-left: 20px; margin: 20px 0; color: var(--ink-2); }
.customer-page .cp-related { border-top: 1px solid var(--line); }
.customer-page .cp-related nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.customer-page .cp-related a { display: inline-flex; align-items: center; min-height: 44px; border: 1px solid #cbc7c0; border-radius: 999px; padding: 8px 16px; color: var(--ink); text-decoration: none; background: #fff; font-weight: 700; font-size: .9rem; }
.customer-page .cp-related a:hover { border-color: var(--orange-dark); color: var(--orange-dark); }
@media (max-width: 1000px) {
  .customer-page .cp-load-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .customer-page .cp-hero { padding: 32px 0; }
  .customer-page .cp-grid, .customer-page .cp-grid-two, .customer-page .cp-split { grid-template-columns: 1fr; gap: 16px; }
  .customer-page .cp-load-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .customer-page .cp-card, .customer-page .cp-message, .customer-page .cp-share-box { padding: 22px; }
  .customer-page .cp-section-intro { margin-bottom: 22px; }
  .customer-page .cp-breadcrumb { margin-bottom: 20px; }
}
@media (max-width: 380px) {
  .customer-page .cp-load-grid { grid-template-columns: 1fr; }
  .customer-page .cp-load-card svg { max-width: 230px; }
}
@media print {
  .customer-page { background: #fff; color: #000; padding: 0; font-size: 11pt; }
  .customer-page .topbar, .customer-page .mobile-menu, .customer-page .sticky-bar, .customer-page .cp-related,
  .customer-page .cp-breadcrumb, .customer-page .cp-no-print, .customer-page footer { display: none !important; }
  .customer-page section { padding: 12px 0; }
  .customer-page .cp-hero { padding: 0 0 15px; }
  .customer-page .cp-hero h1 { font-size: 28pt; }
  .customer-page h2 { font-size: 19pt; }
  .customer-page .cp-split { grid-template-columns: 1fr; }
  .customer-page .cp-checklist label { padding: 12px 0; break-inside: avoid; }
  .customer-page .cp-note { background: #fff; border: 1px solid #999; }
  .customer-page .cp-action-strip { background: #fff; color: #000; }
  .customer-page .cp-action-strip p { color: #000; }
}
