/* ============================================================
   AICA REBRAND COMPONENTS (WP2)
   Loaded AFTER site.css on new conversion pages only.
   Reuses site.css tokens (--navy, --gold, --paper, etc).
   Do not edit site.css; all new component styles live here.
   ============================================================ */

/* ---- Rebrand page hero (navy gradient, matches ph-course) ---- */
.ph-rebrand { background: linear-gradient(90deg, var(--navy) 0%, var(--navy-2) 60%, var(--navy-3) 100%); }
.ph-rebrand .veil { background: radial-gradient(760px 420px at 82% 18%, rgba(201,150,46,.16) 0%, rgba(8,13,24,0) 70%); }
.ph-rebrand .hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }

/* ---- Journey steps (Choose / Prepare / Sit) ---- */
.journey { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; }
.jstep { padding: 8px 34px; border-left: 1px solid var(--hairline); }
.jstep:first-child { border-left: none; padding-left: 0; }
.jstep .n { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 40px; color: var(--gold); line-height: 1; }
.jstep h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; color: var(--ink); font-size: 20px; margin: 16px 0 10px; line-height: 1.3; }
.jstep p { font-size: 14.5px; color: var(--body); }

/* ---- Certification chooser cards ---- */
.chooser-track { display: flex; align-items: center; gap: 18px; margin: 56px 0 26px; }
.chooser-track .kicker { margin-bottom: 0; }
.chooser-track .rule { flex: 1; height: 1px; background: var(--hairline); }
.cert-chooser { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.chooser-card { background: #fff; border: 1px solid var(--hairline); padding: 28px 26px 26px; display: flex; flex-direction: column; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.chooser-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 18px 40px rgba(10,17,31,.10); }
.chooser-card .badge { width: 64px; height: auto; display: block; margin-bottom: 18px; }
.chooser-card:hover .badge { filter: drop-shadow(0 6px 14px rgba(10,17,31,.22)); }
.chooser-acronym { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: 23px; color: var(--ink); line-height: 1.1; }
.chooser-full { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--body); margin: 8px 0 12px; line-height: 1.5; }
.track-chip { display: inline-block; font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); font-weight: 600; border: 1px solid var(--gold); border-radius: 2px; padding: 4px 9px; margin-bottom: 16px; }
.chooser-who { font-size: 14px; color: var(--body); margin-bottom: 18px; }
.spec-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.spec-chips span { font-size: 10.5px; letter-spacing: .8px; text-transform: uppercase; color: var(--body); border: 1px solid var(--hairline); padding: 5px 9px; font-variant-numeric: tabular-nums; }
.chooser-fee { margin-bottom: 20px; font-family: 'Playfair Display', Georgia, serif; font-size: 21px; color: var(--ink); font-variant-numeric: tabular-nums; line-height: 1.2; }
.chooser-fee span { display: block; font-family: 'Inter', Arial, sans-serif; font-size: 10.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 5px; }
.chooser-cta { margin-top: auto; }
.chooser-cta a { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.chooser-cta a:hover { color: var(--gold-bright); border-color: var(--gold-bright); }

/* ---- Honest fee note ---- */
.fee-note { background: var(--paper-2); border-left: 3px solid var(--gold); padding: 30px 34px; margin-top: 12px; max-width: 900px; }
.fee-note h3 { font-size: 21px; color: var(--ink); margin-bottom: 12px; }
.fee-note h4 { font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 22px 0 10px; }
.fee-table { display: grid; grid-template-columns: 1fr auto; max-width: 620px; margin: 6px 0 4px; }
.fee-table .fee-row { display: contents; }
.fee-table .fee-cred { padding: 11px 0; border-top: 1px solid var(--hairline); font-size: 14.5px; color: var(--ink); }
.fee-table .fee-amt { padding: 11px 0 11px 20px; border-top: 1px solid var(--hairline); font-size: 14.5px; color: var(--ink); font-weight: 600; text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.fee-table .fee-row:last-child .fee-cred, .fee-table .fee-row:last-child .fee-amt { border-bottom: 1px solid var(--hairline); }
.fee-note p { font-size: 15px; color: var(--body); max-width: 760px; }
.fee-note p + p { margin-top: 12px; }

/* ---- Contact / inquiry panel + form ---- */
.contact-panel { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: start; margin-top: 44px; }
.contact-panel .intro h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.2; margin-bottom: 18px; }
.contact-panel .intro p { font-size: 15.5px; color: var(--body); max-width: 460px; }
.contact-panel .intro p + p { margin-top: 16px; }
.contact-panel .intro .kicker { margin-bottom: 16px; }
.inquiry-form { background: #fff; border: 1px solid var(--hairline); padding: 36px 34px; }
.field { margin-bottom: 22px; }
.field:last-of-type { margin-bottom: 24px; }
.field label { display: block; font-size: 11.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--ink); font-weight: 600; margin-bottom: 9px; }
.field label .req { color: var(--gold); }
.field input, .field select, .field textarea { width: 100%; font-family: inherit; font-size: 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--hairline); padding: 13px 15px; transition: border-color .18s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9962e' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-right: 38px; }
.inquiry-form button.btn { border: none; cursor: pointer; width: 100%; }
/* Honeypot: hidden from humans, catches bots */
.hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-top: 18px; font-size: 14.5px; line-height: 1.55; display: none; }
.form-status.show { display: block; }
.form-status.ok { color: #1f6b3b; }
.form-status.pending { color: var(--ink); }
.form-status.err { color: #9a2a2a; }
.form-note { margin-top: 16px; font-size: 12.5px; color: var(--body); line-height: 1.6; }

/* ---- FAQ hub (always-visible answers, grouped by audience) ---- */
.faqhub { max-width: 900px; }
.faq-audience { margin-top: 56px; }
.faq-audience:first-of-type { margin-top: 44px; }
.faq-audience > .kicker { margin-bottom: 8px; }
.faq-audience > h2 { font-size: clamp(24px, 2.6vw, 31px); margin-bottom: 6px; }
.faq-block { padding: 26px 0; border-top: 1px solid var(--hairline); }
.faq-audience .faq-block:last-child { border-bottom: 1px solid var(--hairline); }
.faq-block h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; font-size: 20px; color: var(--ink); margin-bottom: 10px; line-height: 1.4; }
.faq-block p { font-size: 15px; color: var(--body); max-width: 820px; }

/* ---- Section CTA row ---- */
.sec-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; }

/* ---- Mobile ---- */
@media (max-width: 920px) {
  .journey { grid-template-columns: 1fr; gap: 4px; }
  .jstep { border-left: none; border-top: 1px solid var(--hairline); padding: 26px 0 4px; }
  .jstep:first-child { border-top: none; padding-top: 0; }
  .cert-chooser { grid-template-columns: 1fr; gap: 20px; }
  .contact-panel { grid-template-columns: 1fr; gap: 36px; }
  .inquiry-form { padding: 28px 22px; }
  .fee-note { padding: 26px 24px; }
}

/* ============================================================
   WP1: SHARED CHROME (nav dropdown + 5-col footer) + HOMEPAGE
   Appended for the homepage rebuild and the sitewide nav/footer
   restructure. Loaded on every root page after site.css.
   ============================================================ */

/* ---- Nav: Certifications dropdown ---- */
.nav-dd { position: relative; }
.nav-dd-toggle { font-family: inherit; font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 600; color: var(--ink); background: none; border: none; cursor: pointer; padding: 0; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.nav-dd-toggle:hover, .nav-dd:hover .nav-dd-toggle, .nav-dd:focus-within .nav-dd-toggle, .nav-dd-toggle.active { color: var(--gold); }
.dd-caret { display: inline-block; width: 7px; height: 7px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .24s ease; }
.nav-dd:hover .dd-caret, .nav-dd:focus-within .dd-caret, .nav-dd.dd-open .dd-caret { transform: rotate(-135deg) translateY(-1px); }
.nav-dd-panel { position: absolute; top: 100%; left: -18px; min-width: 320px; background: #fff; border: 1px solid var(--hairline); box-shadow: 0 26px 46px rgba(10,17,31,.16); padding: 20px 22px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .24s ease, transform .24s ease, visibility .24s; z-index: 200; }
.nav-dd-panel::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.nav-dd:hover .nav-dd-panel, .nav-dd:focus-within .nav-dd-panel, .nav-dd.dd-open .nav-dd-panel { opacity: 1; visibility: visible; transform: none; }
.nav-dd-panel a { display: block; font-size: 12.5px; letter-spacing: .3px; text-transform: none; font-weight: 500; color: var(--ink); text-decoration: none; padding: 7px 0; white-space: nowrap; }
.nav-dd-panel a:hover { color: var(--gold); }
.nav-dd-all { font-weight: 600 !important; padding-bottom: 12px !important; margin-bottom: 8px; border-bottom: 1px solid var(--hairline); }
.nav-dd-group { padding: 8px 0; }
.nav-dd-head { display: block; font-size: 10px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 4px; }
.nav-dd-compare { margin-top: 8px; padding-top: 12px !important; border-top: 1px solid var(--hairline); font-style: italic; color: var(--body) !important; }
.nav-dd-compare:hover { color: var(--gold) !important; }

/* Mobile: dropdown expands inline inside the existing white panel */
@media (max-width: 1120px) {
  .nav-dd { width: 100%; }
  .nav-dd-toggle { width: 100%; justify-content: space-between; }
  .nav-dd-panel { position: static; min-width: 0; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 12px 0 4px 14px; }
  .nav-dd-panel::before { display: none; }
  .dd-caret { display: none; }
  .nav-dd-panel a { padding: 8px 0; }
}

/* ---- Footer: 6 columns (brand + 5) ---- */
.foot-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr 1fr; }
@media (max-width: 1180px) { .foot-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 920px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-legal { display: flex; gap: 6px; flex-wrap: wrap; }

/* ---- Proof band (verifiable stats with receipts) ---- */
.proof-band .row { grid-template-columns: repeat(5, 1fr); }
.proof-band .stat { padding: 8px 18px; }
.proof-band .evidence { display: inline-block; margin-top: 14px; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(201,150,46,.5); padding-bottom: 3px; }
.proof-band .evidence:hover { color: var(--gold-bright); border-color: var(--gold-bright); }
@media (max-width: 920px) { .proof-band .row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .proof-band .row { grid-template-columns: 1fr; } }

/* ---- Audience doors ---- */
.doors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 52px; }
.door { background: #fff; border: 1px solid var(--hairline); padding: 34px 30px 30px; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.door:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(10,17,31,.10); border-color: var(--gold); }
.door .kicker { margin-bottom: 14px; }
.door h3 { font-size: 22px; line-height: 1.28; margin-bottom: 12px; }
.door p { font-size: 14.5px; color: var(--body); margin-bottom: 22px; }
.door .textlink { margin-top: auto; align-self: flex-start; }
@media (max-width: 920px) { .doors { grid-template-columns: 1fr; gap: 18px; } }

/* ---- Verification demo band ---- */
.verify-demo { position: relative; background: var(--navy); color: #fff; border-top: 2px solid var(--gold); overflow: hidden; padding: 78px 0; }
.verify-demo > .wrap { position: relative; z-index: 3; }
.vd-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.vd-claim h2 { color: #fff; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.18; margin-bottom: 20px; }
.vd-claim p { color: var(--body-dark); font-size: 15px; max-width: 520px; }
.vd-claim p + p { margin-top: 14px; }
.machine-note { margin-top: 22px; font-family: 'Inter', monospace; font-size: 13px; line-height: 1.6; color: var(--body-dark); border-left: 2px solid var(--gold); padding-left: 16px; max-width: 520px; }
.machine-note a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold); }
.machine-note a:hover { color: var(--gold-bright); border-color: var(--gold-bright); }
.vd-lookup { background: #fff; border: 1px solid var(--hairline-dark); padding: 34px 32px; }
.vd-lookup .kicker { margin-bottom: 12px; }
.vd-lookup h3 { color: var(--ink); font-size: 21px; margin-bottom: 8px; }
.vd-lookup p { color: var(--body); font-size: 13.5px; margin-bottom: 18px; }
.vd-lookup form { display: flex; gap: 12px; flex-wrap: wrap; }
.vd-lookup input { flex: 1; min-width: 200px; font-family: 'Inter', Arial, sans-serif; font-size: 14px; letter-spacing: .6px; text-transform: uppercase; color: var(--ink); background: var(--paper); border: 1px solid var(--hairline); padding: 14px 15px; }
.vd-lookup input:focus { outline: none; border-color: var(--gold); }
.vd-lookup button { border: none; cursor: pointer; }
.vd-chain { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; opacity: .3; }
.vd-chain span { font-family: 'Inter', monospace; font-size: 11px; letter-spacing: 1px; color: var(--gold); border: 1px solid rgba(201,150,46,.4); padding: 4px 8px; }
@media (max-width: 920px) { .vd-grid { grid-template-columns: 1fr; gap: 34px; } .vd-lookup { padding: 26px 22px; } }

/* ---- Open standard (we publish what others gate) ---- */
.claims { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 52px; }
.claim { border-top: 2px solid var(--gold); padding-top: 24px; }
.claim h3 { font-size: 21px; margin-bottom: 12px; line-height: 1.3; }
.claim p { font-size: 14.5px; color: var(--body); margin-bottom: 18px; }
.claim .textlink { font-size: 11.5px; }
@media (max-width: 920px) { .claims { grid-template-columns: 1fr; gap: 30px; } }

/* ---- Recognition strip ---- */
.recognitions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; margin-top: 48px; }
.recog-block { padding: 26px 0; border-top: 1px solid var(--hairline-dark); }
.recog-block .role { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; color: #fff; font-size: 19px; margin-bottom: 8px; }
.recog-block p { color: var(--body-dark); font-size: 14px; margin-bottom: 12px; max-width: 480px; }
.recog-block .evidence { font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(201,150,46,.5); padding-bottom: 3px; }
.recog-block .evidence:hover { color: var(--gold-bright); border-color: var(--gold-bright); }
@media (max-width: 920px) { .recognitions { grid-template-columns: 1fr; gap: 0; } }

/* ---- Homepage insights (real briefings, no fabricated imagery) ---- */
.home-insights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.hi-card { background: #fff; border: 1px solid var(--hairline); padding: 28px 26px 26px; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.hi-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(10,17,31,.10); border-color: var(--gold); }
.hi-card .hi-tag { font-size: 10.5px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 12px; }
.hi-card h3 { font-size: 19px; line-height: 1.35; margin-bottom: 16px; }
.hi-card a.hi-title { text-decoration: none; color: var(--ink); }
.hi-card a.hi-title:hover { color: var(--gold); }
.hi-card .hi-read { margin-top: auto; font-size: 11.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold); font-weight: 600; text-decoration: none; }
.hi-card .hi-read:hover { color: var(--gold-bright); }
@media (max-width: 920px) { .home-insights { grid-template-columns: 1fr; gap: 18px; } }

/* ---- Partner recruitment band (home) ---- */
.partner-band .sec-head p { max-width: 720px; }
.partner-pts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 44px; margin: 44px 0 8px; list-style: none; }
.partner-pts li { padding: 18px 0 4px; border-top: 1px solid var(--hairline); font-size: 14.5px; color: var(--body); }
.partner-pts li b { display: block; font-family: 'Playfair Display', Georgia, serif; color: var(--ink); font-size: 17px; font-weight: 500; margin-bottom: 6px; }
@media (max-width: 920px) { .partner-pts { grid-template-columns: 1fr; gap: 0; } }

/* Shared CTA-band secondary link + ghost button (fix: governance pages used the pattern without scoped styles) */
.cta-band .cta-line { margin-top: 14px; }
.cta-band .cta-line a { color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 3px; }
.cta-band .cta-line a:hover { color: #fff; border-color: #fff; }
.btn-ghost { border: 1px solid var(--navy); color: var(--navy); background: transparent; }
.btn-ghost:hover { background: var(--navy); color: #fff; }

/* ============================================================
   B2B funnel (for-organizations money page)
   Workforce pricing calculator, roadmap mapper, quote form.
   Client-side only; reuses navy/gold Playfair/Inter tokens.
   ============================================================ */

/* ---- Workforce pricing calculator ---- */
.calc-sec .sec-head p { max-width: 760px; }
.calc-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; align-items: start; margin-top: 48px; }
.calc-line { display: grid; grid-template-columns: 1fr 120px auto; gap: 16px; align-items: end; padding: 18px 0; border-top: 1px solid var(--hairline); }
.calc-line:first-child { border-top: none; padding-top: 4px; }
.calc-line label { display: block; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--ink); font-weight: 600; margin-bottom: 7px; }
.calc-line select, .calc-line input { width: 100%; font-family: inherit; font-size: 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--hairline); padding: 12px 13px; }
.calc-line select:focus, .calc-line input:focus { outline: none; border-color: var(--gold); }
.calc-line .cl-seatcount { font-variant-numeric: tabular-nums; }
.cl-remove { background: none; border: 1px solid var(--hairline); color: var(--body); width: 44px; height: 45px; font-size: 20px; line-height: 1; cursor: pointer; transition: border-color .18s ease, color .18s ease; }
.cl-remove:hover { border-color: var(--gold); color: var(--ink); }
.calc-add { margin-top: 22px; background: none; border: 1px dashed var(--gold); color: var(--gold); font-family: inherit; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase; font-weight: 600; padding: 13px 24px; cursor: pointer; transition: background .18s ease, color .18s ease; }
.calc-add:hover { background: var(--gold); color: #fff; }

.calc-panel { background: var(--navy); color: #fff; padding: 32px 30px; border-top: 2px solid var(--gold); position: sticky; top: 96px; }
.calc-panel .kicker { color: var(--gold); margin-bottom: 16px; }
.calc-rows { font-variant-numeric: tabular-nums; }
.calc-rows .cr { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; font-size: 14px; color: var(--body-dark); border-bottom: 1px solid rgba(255,255,255,.08); }
.calc-rows .cr .crn { color: #fff; }
.calc-tierline { margin: 16px 0 4px; font-size: 13px; color: var(--gold); letter-spacing: .3px; }
.calc-total-wrap { margin-top: 14px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.calc-total-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #9fb0c8; margin-bottom: 6px; }
.calc-total { font-family: 'Playfair Display', Georgia, serif; font-size: 38px; color: #fff; font-variant-numeric: tabular-nums; line-height: 1.1; }
.calc-saving { margin-top: 8px; font-size: 13.5px; color: var(--gold); font-variant-numeric: tabular-nums; }
.calc-custom h3 { color: #fff; font-size: 22px; margin: 6px 0 8px; }
.calc-custom p { color: var(--body-dark); font-size: 14px; line-height: 1.6; }
.calc-tocta { margin-top: 22px; width: 100%; text-align: center; }
.calc-disclaimer { margin-top: 16px; font-size: 11.5px; line-height: 1.65; color: #9fb0c8; }

.calc-tiers { margin-top: 46px; }
.calc-tiers .kicker { margin-bottom: 14px; }
.calc-tiers table { width: 100%; border-collapse: collapse; font-size: 14px; max-width: 680px; }
.calc-tiers th { text-align: left; font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold); font-weight: 600; padding: 0 20px 12px 0; border-bottom: 1px solid var(--ink); }
.calc-tiers td { padding: 12px 20px 12px 0; border-bottom: 1px solid var(--hairline); color: var(--body); font-variant-numeric: tabular-nums; }
.calc-tiers td:first-child { color: var(--ink); font-weight: 500; }
.calc-tiernote { margin-top: 16px; font-size: 12.5px; color: var(--body); max-width: 680px; line-height: 1.6; }

/* ---- Workforce roadmap mapper ---- */
.roadmap-build { margin-top: 42px; border: 1px solid var(--hairline); background: #fff; }
.rm-row { display: grid; grid-template-columns: 1fr auto 156px; gap: 20px; align-items: center; padding: 18px 24px; border-top: 1px solid var(--hairline); }
.rm-row:first-child { border-top: none; }
.rm-arch { font-size: 15px; color: var(--ink); line-height: 1.5; }
.rm-cred { white-space: nowrap; }
.rm-cred .ac { font-family: 'Playfair Display', Georgia, serif; color: var(--ink); font-weight: 500; margin-right: 8px; }
.rm-cred .trk { font-size: 10.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.rm-seats { display: flex; align-items: center; gap: 10px; justify-content: flex-end; }
.rm-seats label { font-size: 10.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--body); font-weight: 600; }
.rm-seats input { width: 78px; font-family: inherit; font-size: 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--hairline); padding: 10px 11px; font-variant-numeric: tabular-nums; }
.rm-seats input:focus { outline: none; border-color: var(--gold); }
.rm-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; padding: 22px 24px; background: var(--paper-2); border-top: 1px solid var(--hairline); }
.rm-summary { font-size: 14px; color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }
.rm-actions .btn { margin-left: auto; }
.roadmap-note { margin-top: 22px; font-size: 13px; color: var(--body); max-width: 780px; line-height: 1.65; }

/* ---- Qualified-lead form: credential checkboxes ---- */
.cert-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-top: 4px; }
.cert-check { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--ink); line-height: 1.4; cursor: pointer; }
.cert-check input { width: auto; margin-top: 2px; accent-color: var(--gold); }
.field-help { font-size: 12px; color: var(--body); margin-top: 8px; line-height: 1.55; }
.quote-status a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold); }

@media (max-width: 920px) {
  .calc-grid { grid-template-columns: 1fr; gap: 30px; }
  .calc-panel { position: static; top: auto; }
  .calc-line { grid-template-columns: 1fr 92px auto; gap: 12px; }
  .rm-row { grid-template-columns: 1fr; gap: 10px; align-items: start; }
  .rm-seats { justify-content: flex-start; }
  .rm-actions .btn { margin-left: 0; width: 100%; text-align: center; }
  .cert-checks { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .calc-line { grid-template-columns: 1fr 78px auto; }
  .calc-total { font-size: 32px; }
}

/* ---- Course-page workforce cross-link (B2B funnel: course -> for-organizations) ---- */
.cert-team-cta { margin: -14px 0 30px; font-size: 13.5px; color: var(--body); }
.cert-team-cta a { color: var(--body); text-decoration: none; border-bottom: 1px solid var(--hairline); padding-bottom: 2px; font-weight: 500; }
.cert-team-cta a:hover { color: var(--gold); border-color: var(--gold); }
