/* ==========================================================================
   Homepage v2 — marketing-site redesign (Homepage.dc.html)
   Loaded only by _layouts/home-v2.html, after v2-core.css. Reusable tv2-*
   classes live in v2-core.css; everything template-specific here is homev2-*.
   ========================================================================== */

/* Shared section furniture */
.homev2-sec-h2 { margin-bottom: 10px; }
.homev2-sec-note { margin: 0 0 26px; font-size: 17px; line-height: 1.6; color: #414B5E; max-width: 64ch; }

/* ==========================================================================
   Answer-first copy + credits aside
   ========================================================================== */
.homev2-copy p { margin: 0 0 16px; font-size: 17px; line-height: 1.65; color: #414B5E; max-width: 68ch; text-wrap: pretty; }
.homev2-copy p:last-child { margin-bottom: 0; }

/* Tips section with no rail (Guy, 2026-09-04): one column at the guide column's width. */
.homev2-tips-sec .tv2-guide--single { grid-template-columns: minmax(0,716px); }

/* ==========================================================================
   Test-type cards
   ========================================================================== */
.homev2-types { padding: 48px 0 52px; scroll-margin-top: 16px; }
.homev2-tcards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px 14px; }
.tv2 a.homev2-tcard {
  display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 12px; align-items: start;
  background: #fff; border: 1px solid #DFE3EA; border-radius: 9px; padding: 13px 14px;
  text-decoration: none; color: inherit;
}
.tv2 a.homev2-tcard:hover { border-color: #1257E8; box-shadow: 0 2px 10px rgba(20,32,58,.07); text-decoration: none; color: inherit; }
.homev2-tcard__icon { width: 34px; height: 34px; border-radius: 8px; background: #EEF4FF; color: #1257E8; display: flex; align-items: center; justify-content: center; }
.homev2-tcard__icon svg { display: block; }
.homev2-tcard__text { min-width: 0; display: block; }
.homev2-tcard__name { display: block; font: 500 16px/1.35 'Circular', sans-serif; color: #14203A; margin-bottom: 2px; }
.homev2-tcard__note { display: block; font-size: 13.5px; line-height: 1.45; color: #5A6478; text-wrap: pretty; }

/* ==========================================================================
   Publisher / employer directory cards
   ========================================================================== */
/* Full-bleed grey band (Guy, 2026-09-04): breaks the page up, and the three directory cards fill the row. */
.homev2-dir-sec { padding: 56px 0 60px; background: #F6F8FC; border-top: 1px solid #EDEFF4; border-bottom: 1px solid #EDEFF4; }
.homev2-dir-sec .homev2-dircard__head { background: #FFF; }
.homev2-dir { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(320px,100%),1fr)); gap: 24px; align-items: start; }
.homev2-dircard { border: 1px solid #DFE3EA; border-radius: 10px; min-width: 0; overflow: hidden; background: #fff; }
.homev2-dircard__head { padding: 20px 22px 17px; border-bottom: 1px solid #DFE3EA; background: #F8FAFD; }
.homev2-dircard__title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 6px; }
.homev2-dircard__title-row h3 { margin: 0; font-size: 19px; line-height: 1.3; font-weight: 500; color: #14203A; }
.homev2-dircard__count { font: 500 11px/1.4 'IBM Plex Mono', monospace; letter-spacing: .06em; text-transform: uppercase; color: #5A6478; white-space: nowrap; }
.homev2-dircard__head p { margin: 0; font-size: 15px; line-height: 1.6; color: #5A6478; text-wrap: pretty; }
.homev2-dircard__list { list-style: none; margin: 0; padding: 0; }
.homev2-dircard__list li { border-top: 1px solid #EDEFF4; }
.homev2-dircard__list li:first-child { border-top-color: transparent; }
.tv2 a.homev2-dirrow {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  padding: 11px 22px; text-decoration: none; color: #14203A;
}
.tv2 a.homev2-dirrow:hover { background: #F6F8FC; text-decoration: none; color: #14203A; }
.homev2-dirrow__name { font-size: 16px; line-height: 1.4; font-weight: 500; min-width: 0; }
.homev2-dirrow__meta { font: 400 13px/1.4 'IBM Plex Mono', monospace; color: #5A6478; text-align: right; flex: none; }
.tv2 a.homev2-dirall {
  display: flex; align-items: center; gap: 8px; padding: 14px 22px; border-top: 1px solid #DFE3EA;
  background: #F8FAFD; font-size: 16px; font-weight: 500; color: #1257E8; text-decoration: none;
}
.tv2 a.homev2-dirall:hover { background: #EEF4FF; text-decoration: none; color: #1257E8; }

/* ==========================================================================
   Tips + sidebar
   ========================================================================== */
.homev2-tips-sec { padding: 0 0 52px; }
.homev2-tips-sec .tv2-guide { padding-top: 48px; }
.homev2-tips { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.homev2-tips li { position: relative; padding-left: 30px; font-size: 17px; line-height: 1.65; color: #414B5E; max-width: 66ch; }
.homev2-tips li b { font-weight: 500; color: #14203A; }
.homev2-tips__n { position: absolute; left: 0; top: 1px; font: 600 14px 'IBM Plex Mono', monospace; color: #1257E8; }

.homev2-sidecard { border: 1px solid #DFE3EA; border-radius: 10px; padding: 20px 22px; background: #fff; }
.homev2-sidecard--tint { background: #F8FAFD; }
.homev2-sidecard__title { font: 500 16px/1.3 'Circular', sans-serif; color: #14203A; margin-bottom: 6px; }
.homev2-sidecard__note { margin: 0 0 10px; font-size: 13px; line-height: 1.55; color: #5A6478; }
.homev2-sidecard__label { font: 500 11px/1 'IBM Plex Mono', monospace; letter-spacing: .07em; text-transform: uppercase; color: #5A6478; margin-bottom: 12px; }
.homev2-rail { display: flex; flex-direction: column; }
.tv2 a.homev2-railrow {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  font-size: 15px; color: #414B5E; text-decoration: none; padding: 10px 0; border-bottom: 1px solid #EDEFF4;
}
.tv2 a.homev2-railrow:last-child { border-bottom: 0; }
.tv2 a.homev2-railrow:hover { color: #1257E8; text-decoration: none; }
.homev2-railrow__count { font: 400 13px/1.4 'IBM Plex Mono', monospace; color: #5A6478; flex: none; }
.homev2-check { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.homev2-check li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: #414B5E; padding: 10px 0; border-bottom: 1px solid #EDEFF4; }
.homev2-check li:last-child { border-bottom: 0; }
.homev2-check li span { color: #0E7A50; font-weight: 700; flex: none; }

/* ==========================================================================
   Pricing
   ========================================================================== */

  border: none; cursor: pointer; padding: 9px 18px; border-radius: 999px;
  font: 500 15px 'Circular', sans-serif; background: transparent; color: #5A6478;
}

  font: 500 12px/1 'IBM Plex Mono', monospace; letter-spacing: .05em; text-transform: uppercase;
  color: #0E7A50; background: #E6F6EE; border: 1px solid #BFE5D3; padding: 6px 9px; border-radius: 999px;
}

/* ==========================================================================
   FAQs override: white band with a top rule on the homepage
   ========================================================================== */
.tv2 .homev2-faqs { background: #fff; border-top: 1px solid #DFE3EA; }

/* ==========================================================================
   Closing CTA (navy band)
   ========================================================================== */

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .homev2-tcards { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .homev2-tcards { grid-template-columns: minmax(0,1fr); }
}
