/* Contrax — shared stylesheet for guides and product pages.
   Extracted 2026-07-31: this exact block was inlined byte-for-byte into
   seven pages, with three more carrying a near-identical copy. One file
   means one edit and one cached download instead of ten.
   Page-specific rules stay inline AFTER the link, so they still win. */
*{margin:0;padding:0;box-sizing:border-box}
  body{font-family:-apple-system,'Segoe UI',Roboto,sans-serif;background:#0B1524;color:#C9D8E6;line-height:1.65;font-size:16px}
  .wrap{max-width:760px;margin:0 auto;padding:0 22px}
  header{padding:22px 0;border-bottom:1px solid rgba(255,255,255,.07)}
  header .wrap{display:flex;justify-content:space-between;align-items:center}
  .brand{color:#EAF5EF;font-weight:800;font-size:20px;text-decoration:none;letter-spacing:.02em}
  .brand span{color:#10B981}
  .cta{display:inline-block;background:#10B981;color:#04211A;font-weight:800;padding:10px 20px;border-radius:10px;text-decoration:none;font-size:14px;min-height:24px}
  main{padding:52px 0 30px}
  .eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#10B981;margin-bottom:12px}
  h1{font-size:34px;font-weight:800;letter-spacing:-.02em;color:#EAF5EF;line-height:1.15;margin-bottom:16px}
  h2{font-size:22px;font-weight:800;color:#EAF5EF;margin:38px 0 12px}
  h3{font-size:17px;font-weight:800;color:#EAF5EF;margin:26px 0 8px}
  p{margin:0 0 16px;color:#AFC2D4}
  ul{margin:0 0 16px 20px;color:#AFC2D4}
  li{margin-bottom:7px}
  .fair{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-left:3px solid #10B981;border-radius:10px;padding:16px 18px;margin:20px 0}
  .fair strong{color:#EAF5EF}
  table{width:100%;border-collapse:collapse;margin:20px 0;font-size:14.5px}
  th,td{text-align:left;padding:11px 12px;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}
  th{color:#EAF5EF;font-size:12.5px;text-transform:uppercase;letter-spacing:.06em}
  td:first-child{color:#8FA5B8;width:46%}
  td:last-child{color:#EAF5EF;white-space:nowrap}
  .total-row td{border-top:2px solid rgba(16,185,129,.4);border-bottom:none;padding-top:14px;font-weight:800;color:#EAF5EF}
  .price-line{font-size:26px;font-weight:800;color:#EAF5EF;margin:8px 0 2px}
  .price-line em{font-style:normal;color:#10B981}
  .cta-block{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(16,185,129,.04));border:1px solid rgba(16,185,129,.3);border-radius:14px;padding:26px;margin:40px 0;text-align:center}
  .cta-block h2{margin-top:0}
  .toc{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:16px 20px;margin:24px 0}
  .toc a{color:#8FD8BC;text-decoration:none;display:inline-flex;align-items:center;min-height:24px}
  .toc li{margin-bottom:2px}
  .related{border-top:1px solid rgba(255,255,255,.07);margin-top:38px;padding-top:20px}
  .related a{color:#8FD8BC;text-decoration:none;display:inline-flex;align-items:center;min-height:24px}
  .fineprint{font-size:12px;color:#5B6A7D;margin-top:30px;border-top:1px solid rgba(255,255,255,.07);padding-top:18px}
  footer{padding:26px 0 40px;font-size:12.5px;color:#5B6A7D}
  footer a{color:#8FA5B8;display:inline-flex;align-items:center;min-height:24px}
  @media(max-width:520px){
    h1{font-size:27px}
    table{font-size:13px}
    th,td{padding:8px 7px}
    /* The two-column price tables want a wide label column; the newer
       three-column comparison tables do not. Let the browser decide on a
       phone rather than forcing 56%. */
    td:first-child{width:auto}
    /* nowrap keeps "$18,000-28,000" on one line, which is right on a desktop
       two-column table and wrong on a three-column one — it pushed the table
       to 508px inside a 390px screen. A wrapped price beats a page that
       scrolls sideways. */
    td:last-child{white-space:normal}
  }
