/* internal note */

/* internal note */

/* internal note */
.gn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gn-item{margin:0}
.gn-item img{width:100%;height:auto;border-radius:12px;display:block}
.gn-item figcaption{margin-top:12px;font-size:.92rem;line-height:1.65;color:var(--gray-700)}
.gn-item figcaption strong{display:block;color:var(--steel);margin-bottom:5px;font-size:1rem}

/* internal note */
/* internal note */
.fs-wrap{max-width:780px;margin:0 auto;background:var(--white);
  border:1px solid var(--gray-200);border-radius:14px;overflow:hidden}
.fs-tbl{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:fixed}
.fs-tbl tr{border-bottom:1px solid var(--gray-100)}
.fs-tbl tr:last-child{border-bottom:0}
.fs-tbl td{padding:10px 18px;vertical-align:top;word-break:break-word;line-height:1.6}
.fs-tbl td:first-child{width:30%;color:var(--gray-600);font-family:var(--font-ui);
  font-size:.79rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}
/* internal note */
.fs-tbl tr.fs-grp td{background:var(--gray-50);color:var(--steel);
  font-family:var(--font-display);font-size:.95rem;font-weight:700;
  text-transform:none;letter-spacing:0;padding:14px 20px;
  border-top:2px solid var(--ocean)}
.fs-tbl tr.fs-grp:first-child td{border-top:0}
.fs-note{margin:24px auto 0;max-width:800px;text-align:center;font-size:.9rem;
  color:var(--gray-600);line-height:1.65}

/* internal note */
.story-wrap{display:grid;grid-template-columns:5fr 7fr;gap:44px;align-items:center;
  max-width:1140px;margin:0 auto}
.story-media img{width:100%;height:auto;border-radius:16px;display:block}
.story-body h2{margin:8px 0 16px}
.story-body p{line-height:1.8;margin:0 0 16px;font-size:1.02rem}
.story-body p:last-child{margin-bottom:0}
.story-body blockquote{margin:20px 0;padding:16px 22px;background:var(--gray-50);
  border-left:4px solid var(--ocean);border-radius:0 10px 10px 0;font-size:1rem;line-height:1.7}

@media(max-width:900px){
  .gn-grid{grid-template-columns:1fr;gap:20px}
  .fs-tbl td{padding:11px 14px}
  .fs-tbl td:first-child{width:38%;font-size:.74rem}
  .story-wrap{grid-template-columns:1fr;gap:22px}
}

/* internal note */
.cert-pill.cert-more{background:transparent;border-style:dashed;text-decoration:none}
.cert-pill.cert-more:hover{background:rgba(10,113,148,.08)}

/* internal note */
.rel-wrap{position:relative;padding:0 44px}
.rel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:38px;height:38px;border-radius:50%;border:1px solid var(--gray-200);
  background:var(--white);color:var(--steel);font-size:1.35rem;line-height:1;
  cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;
  align-items:center;justify-content:center;padding:0;transition:opacity .2s}
.rel-nav:hover{background:var(--gray-50)}
.rel-nav[disabled]{opacity:.28;cursor:default}
.rel-prev{left:0}
.rel-next{right:0}
.rel-count{text-align:center;margin-top:14px;font-size:.8rem;color:var(--gray-500);
  font-family:var(--font-ui)}

/* internal note */
.rel-wrap[data-mode="grid"] .related-row{display:grid;
  grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.rel-wrap[data-mode="grid"] .related-row .prod-card{min-width:0}
.rel-wrap[data-mode="grid"] .related-row .prod-card[hidden]{display:none}

/* internal note */
.rel-wrap[data-mode="row"] .related-row{display:flex;gap:16px;overflow-x:auto;
  scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;
  padding:2px;margin-top:24px}
.rel-wrap[data-mode="row"] .related-row::-webkit-scrollbar{display:none}
.rel-wrap[data-mode="row"] .related-row .prod-card{flex:0 0 calc((100% - 54px)/4);
  scroll-snap-align:start;min-width:170px}

@media(max-width:900px){
  .rel-wrap{padding:0 34px}
  .rel-wrap[data-mode="grid"] .related-row{grid-template-columns:repeat(2,1fr);gap:14px}
  .rel-wrap[data-mode="row"] .related-row .prod-card{flex:0 0 calc((100% - 16px)/2)}
  .rel-nav{width:32px;height:32px;font-size:1.15rem}
}

/* [#382] Font sizes in the risk-cards and buyer-tab modules were noticeably
   smaller than the rest of the page (measured 2026-09-08):
     buyer-tab items 13.44px vs 16px body  -> 16% smaller, the smallest text on the page
     risk-card body  14.4px                -> also below the body baseline
   Bring both up to the page baseline. */
.seg-ul li{font-size:.97rem;line-height:1.6;padding:9px 0}
.seg-ul li a{font-size:inherit}
.seg-title{font-size:1.06rem;margin-bottom:10px}
.seg-body p{font-size:.97rem;line-height:1.65}
.pain-p{font-size:.97rem;line-height:1.62}
.pain-h{font-size:1.06rem;line-height:1.35;margin-bottom:6px}

/* [#383] Heading hierarchy (measured 2026-09-08):
     H1 38.4px  but new-module H2 44.8px  -> H2 larger than H1, hierarchy inverted
     H2 came in three sizes (44.8 / 24 / 22.4px) -> same level, different weight on the page
   Fix: one H2 size across the page, comfortably below H1.
   Section labels stay small and uppercase; they are eyebrows, not headings. */
.pdp h1{font-size:clamp(1.9rem,3.4vw,2.5rem);line-height:1.18}

/* One H2 size everywhere on a product page. The global h2 is 2.8rem, which is
   larger than H1 here — scope this to .pdp and the module sections so it wins. */
.pdp h2,
.pdp-body h2,
.story-body h2,
.sec-header h2,
.section h2{font-size:clamp(1.45rem,2.3vw,1.75rem)!important;line-height:1.25;
  letter-spacing:-.01em;margin-bottom:10px}

/* module eyebrows */
.section-label{font-family:var(--font-ui);font-size:.72rem;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--ocean);
  display:block;margin-bottom:7px}

/* sub-headings inside modules */
.gn-item figcaption strong,
.pain-h,.seg-title{font-family:var(--font-display);font-size:1.06rem;font-weight:700}

/* [#384] Carousel: the new page slides in from the side you moved towards,
   instead of swapping instantly (site owner, 2026-09-08). */
@keyframes relInR{from{opacity:0;transform:translateX(38px)}to{opacity:1;transform:none}}
@keyframes relInL{from{opacity:0;transform:translateX(-38px)}to{opacity:1;transform:none}}
.rel-wrap[data-mode="grid"] .related-row.rel-in-r{animation:relInR .34s cubic-bezier(.22,.61,.36,1)}
.rel-wrap[data-mode="grid"] .related-row.rel-in-l{animation:relInL .34s cubic-bezier(.22,.61,.36,1)}
@media(prefers-reduced-motion:reduce){
  .rel-wrap[data-mode="grid"] .related-row.rel-in-r,
  .rel-wrap[data-mode="grid"] .related-row.rel-in-l{animation:none}
}

/* [#368] contrast pass, measured at 1440px with a checker that skips
   background images (the old one reported false 1:1 on hero text).
   Real issues found and fixed here: */

/* spec-table labels were rgb(148,163,184) on white = 2.56:1 (222 instances) */
.spec-tbl td:first-child,.fs-tbl td:first-child{color:#5a6a80}

/* semi-transparent overlays on tinted panels resolve to 1:1 when the
   parent is also translucent - give those panels a solid base */
.ctag,.market-tag{background:#e6f1f6;color:#0a5f7e}
.sb-title{color:#0f172a}
.blog-meta{color:#cbd5e1}
