
:root{
  --ink:#17161b;
  --muted:#6c6974;
  --paper:#fbfaf8;
  --card:#ffffff;
  --line:#e7e3df;
  --purple:#542a79;
  --purple-deep:#3a1b57;
  --orange:#e87523;
  --orange-soft:#fff2e8;
  --green:#187451;
  --green-soft:#eaf6f0;
  --amber:#a96400;
  --amber-soft:#fff5df;
  --red:#a53b36;
  --red-soft:#fcebea;
  --shadow:0 24px 70px rgba(27,19,34,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif}
button,input,select{font:inherit}
button{cursor:pointer}
a{color:inherit}
.topbar{height:76px;padding:0 clamp(20px,4vw,64px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(251,250,248,.92);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none}
.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--purple);color:#fff;font-weight:800;letter-spacing:-.03em}
.brand strong{display:block;font-family:"Manrope",sans-serif;font-size:14px;letter-spacing:.04em}
.brand small{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.topbar-right{display:flex;gap:18px;align-items:center;font-size:13px}
.save-state{color:var(--muted)}
.top-contact{font-weight:700;text-decoration:none}
.screen{min-height:calc(100vh - 132px)}
.hidden{display:none!important}
.landing{padding:clamp(64px,9vw,120px) clamp(24px,8vw,130px) 80px;max-width:1280px;margin:auto}
.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--orange);margin-bottom:16px}
.landing h1,.results-header h1{font-family:"Manrope",sans-serif;font-size:clamp(40px,6.2vw,82px);line-height:.98;letter-spacing:-.045em;margin:0;max-width:1000px}
.landing h1 span{color:var(--purple)}
.hero-copy{font-size:clamp(18px,2.1vw,26px);line-height:1.45;max-width:900px;margin:32px 0 14px}
.hero-sub{font-size:16px;line-height:1.7;max-width:850px;color:var(--muted)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:34px 0}
.btn{border:0;border-radius:999px;padding:14px 22px;font-weight:700;transition:.18s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--purple);color:#fff;box-shadow:0 8px 20px rgba(84,42,121,.16)}
.btn-primary:hover{background:var(--purple-deep)}
.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}
.btn-ghost{background:#fff;border:1px solid var(--line)}
.btn-small{padding:10px 14px;font-size:13px}
.btn-large{padding:17px 28px}
.full-btn{width:100%}
.trust-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:46px}
.trust-strip span{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;font-size:13px}
.deadline-note{margin-top:30px;border-left:4px solid var(--orange);padding:4px 0 4px 16px;display:flex;gap:8px;flex-direction:column;max-width:760px;color:var(--muted)}
.deadline-note strong{color:var(--ink)}
.panel-screen{padding:48px 20px}
.back-link{display:block;border:0;background:transparent;margin:0 auto 18px;max-width:760px;width:100%;text-align:left;color:var(--muted)}
.panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(24px,5vw,48px);box-shadow:var(--shadow);margin:auto}
.narrow{max-width:760px}
.panel h2{font-family:"Manrope";font-size:34px;letter-spacing:-.035em;margin:0 0 12px}
.panel>p{color:var(--muted);line-height:1.7}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.form-grid label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}
.form-grid input,.form-grid select{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:13px 14px;outline:none}
.form-grid input:focus,.form-grid select:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(84,42,121,.08)}
.full{grid-column:1/-1}
.consent{display:flex!important;flex-direction:row!important;font-weight:400!important;line-height:1.5}
.consent input{width:auto!important;margin-top:4px}
.form-message{color:var(--red)!important}
.assessment{padding:34px clamp(18px,4vw,60px) 60px}
.assessment-shell{max-width:1280px;margin:auto;display:grid;grid-template-columns:260px minmax(0,1fr);gap:40px}
.assessment-nav{position:sticky;top:110px;align-self:start}
.nav-kicker{text-transform:uppercase;font-size:11px;letter-spacing:.12em;font-weight:800;color:var(--muted)}
.progress-track{height:8px;background:#eee9e5;border-radius:999px;margin:12px 0 9px;overflow:hidden}
.progress-track span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--purple),var(--orange));border-radius:inherit;transition:.3s}
.progress-text{font-size:13px;color:var(--muted)}
.question-rail{display:grid;gap:7px;margin:24px 0}
.rail-item{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}
.rail-dot{width:9px;height:9px;border-radius:50%;background:#ded9d4}
.rail-item.active{color:var(--ink);font-weight:700}
.rail-item.done .rail-dot{background:var(--green)}
.rail-item.current .rail-dot{background:var(--purple)}
.question-pane{background:#fff;border:1px solid var(--line);border-radius:26px;padding:clamp(24px,5vw,56px);box-shadow:var(--shadow);min-height:650px}
.question-meta{font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--purple);text-transform:uppercase;margin-bottom:10px}
.question-pane h2{font-family:"Manrope";font-size:clamp(27px,3.2vw,44px);line-height:1.08;letter-spacing:-.04em;margin:0 0 14px}
.question-prompt{font-size:20px;line-height:1.45;margin:0 0 14px}
.reg-context{border-left:3px solid var(--orange);padding:12px 14px;background:var(--orange-soft);font-size:14px;line-height:1.6;margin:20px 0 26px}
.answer-options{display:grid;gap:11px}
.answer-option{background:#fff;border:1px solid var(--line);border-radius:15px;text-align:left;padding:17px 18px;font-weight:700}
.answer-option small{display:block;font-weight:400;color:var(--muted);margin-top:4px}
.answer-option.selected{border-color:var(--purple);box-shadow:0 0 0 3px rgba(84,42,121,.09)}
.outcome{margin-top:28px;border-top:1px solid var(--line);padding-top:28px}
.outcome-status{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.status-green{background:var(--green-soft);color:var(--green)}
.status-amber{background:var(--amber-soft);color:var(--amber)}
.status-red{background:var(--red-soft);color:var(--red)}
.outcome-block{border:1px solid var(--line);border-radius:17px;padding:20px;margin-top:12px}
.outcome-block h3{font-family:"Manrope";font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 9px}
.outcome-block p,.outcome-block li{line-height:1.65}
.outcome-block ul,.outcome-block ol{padding-left:21px}
.outcome-block a{color:var(--purple);font-weight:700}
.evidence{border:1px solid var(--line);border-radius:15px;margin-top:14px;overflow:hidden;background:#faf9f7}
.evidence summary{cursor:pointer;padding:15px 17px;font-weight:800}
.evidence-body{padding:0 17px 17px}
.evidence img{display:block;width:100%;max-height:560px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:10px;user-select:none}
.public-doc{width:100%;height:500px;border:1px solid var(--line);border-radius:10px;background:#fff}
.source-url{font-size:12px;word-break:break-all;color:var(--muted);margin-top:8px}
.question-actions{display:flex;justify-content:space-between;gap:12px;margin-top:30px}
.results{padding:56px clamp(20px,5vw,80px) 80px;max-width:1400px;margin:auto}
.results-header h1{font-size:clamp(40px,5vw,70px)}
.results-header p{font-size:17px;color:var(--muted);max-width:780px;line-height:1.6}
.position-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:34px 0 50px}
.position-card{border-radius:20px;padding:24px;border:1px solid var(--line);background:#fff}
.position-card strong{display:block;font-family:"Manrope";font-size:42px;margin-top:10px}
.position-card.green{border-top:5px solid var(--green)}
.position-card.amber{border-top:5px solid var(--amber)}
.position-card.red{border-top:5px solid var(--red)}
.results-section,.download-panel,.cta-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:clamp(22px,4vw,42px);margin-top:20px}
.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:24px}
.section-heading h2,.download-panel h2,.cta-panel h2{font-family:"Manrope";font-size:30px;letter-spacing:-.035em;margin:0}
.section-heading>p{max-width:460px;font-size:12px;color:var(--muted);line-height:1.55}
.table-wrap{overflow:auto}
.results-table{width:100%;border-collapse:collapse;min-width:900px}
.results-table th,.results-table td{padding:16px 14px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left;font-size:13px;line-height:1.5}
.results-table th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.status-pill{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800}
.results-table a{color:var(--purple);font-weight:700}
.download-panel,.cta-panel{display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px}
.download-panel p,.cta-panel p{color:var(--muted);line-height:1.6;max-width:760px}
.download-status{grid-column:1/-1;font-size:12px!important}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.site-footer{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:28px clamp(20px,4vw,60px);border-top:1px solid var(--line);font-size:12px;color:var(--muted)}
.report-mount{position:fixed;left:-99999px;top:0;width:794px;background:white}
.report{font-family:Arial,sans-serif;color:#17161b;background:#fff;padding:38px;width:794px}
.report h1,.report h2,.report h3{font-family:Arial,sans-serif}
.report h1{font-size:30px;margin:8px 0}
.report .report-brand{font-size:11px;font-weight:700;letter-spacing:.1em;color:#542a79}
.report .report-meta{font-size:12px;color:#555;line-height:1.6}
.report-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}
.report-summary>div{border:1px solid #ddd;border-radius:8px;padding:14px}
.report-summary b{display:block;font-size:26px}
.report table{border-collapse:collapse;width:100%;font-size:9px}
.report th,.report td{border:1px solid #ddd;padding:7px;text-align:left;vertical-align:top}
.report-question{page-break-inside:avoid;margin-top:22px;border-top:2px solid #542a79;padding-top:14px}
.report-question .rq-meta{font-size:10px;color:#6c6974;text-transform:uppercase;letter-spacing:.08em}
.report-block{margin-top:8px}
.report-block h4{font-size:10px;letter-spacing:.06em;margin:0 0 4px;text-transform:uppercase}
.report-block p,.report-block li{font-size:10px;line-height:1.45}
.report-block a{color:#542a79}
.report-caveat{font-size:9px;line-height:1.5;border-top:1px solid #ddd;margin-top:26px;padding-top:12px;color:#555}
@media(max-width:820px){
  .topbar-right .save-state{display:none}
  .assessment-shell{grid-template-columns:1fr}
  .assessment-nav{position:static}
  .question-rail{display:none}
  .form-grid{grid-template-columns:1fr}
  .full{grid-column:1}
  .position-cards{grid-template-columns:1fr}
  .section-heading,.download-panel,.cta-panel{grid-template-columns:1fr;display:grid;align-items:start}
  .cta-actions{justify-content:flex-start}
}


/* --- Zite-reference visual pass --- */
:root{
  --z-blue:#2563eb;
  --z-blue-2:#3b82f6;
  --z-blue-soft:#eef4ff;
  --z-border:#e5e7eb;
  --z-text:#111827;
  --z-muted:#667085;
}
body{background:#fff;color:var(--z-text)}
.topbar{
  height:78px;background:#fff;border-bottom:1px solid #eef0f4;
  padding:0 clamp(22px,7vw,115px);
}
.brand{gap:10px}
.brand strong{font-family:"DM Sans",sans-serif;font-size:16px;letter-spacing:-.02em}
.brand small{font-size:10px;letter-spacing:.08em;color:#7b8496}
.brand-shield{display:grid;place-items:center}
.zite-landing{
  min-height:calc(100vh - 130px);
  padding:54px 22px 42px;
  display:flex;justify-content:center;
}
.landing-inner{width:min(100%,880px);text-align:center}
.eyebrow.pill{
  display:inline-flex;align-items:center;gap:7px;
  background:var(--z-blue-soft);color:var(--z-blue);
  border-radius:999px;padding:8px 15px;margin-bottom:18px;
  font-weight:600;letter-spacing:0;text-transform:none;font-size:12px;
}
.zite-landing h1{
  max-width:none;margin:0 auto;
  font-size:clamp(40px,5.4vw,64px);
  line-height:1.02;letter-spacing:-.05em;
}
.zite-landing h1 span{color:var(--z-blue)}
.zite-landing .hero-copy{
  max-width:690px;margin:24px auto 12px;
  font-size:18px;line-height:1.55;color:#606a7c;
}
.zite-landing .hero-sub{
  max-width:720px;margin:0 auto;color:#667085;
  font-size:15px;line-height:1.65;
}
.feature-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:16px;margin:34px auto 34px;max-width:740px;text-align:left;
}
.feature-card{
  border:1px solid #e4e7ec;border-radius:15px;
  padding:18px;background:#fff;min-height:144px;
}
.feature-icon{
  width:40px;height:40px;border-radius:10px;
  display:grid;place-items:center;
  background:var(--z-blue-soft);color:var(--z-blue);
  margin-bottom:14px;font-size:18px;font-weight:700;
}
.feature-card strong{display:block;font-size:14px;margin-bottom:7px}
.feature-card span{display:block;font-size:13px;line-height:1.55;color:#667085}
.landing-form-card{
  max-width:492px;margin:0 auto;text-align:left;
}
.zite-form{display:grid;gap:14px}
.zite-form label{display:grid;gap:7px;font-weight:600;font-size:13px}
.zite-form input{
  width:100%;border:1px solid #dfe3ea;border-radius:10px;padding:15px 14px;
  outline:none;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.03);
}
.zite-form input:focus{border-color:#9db7fb;box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.optional-details{border:1px dashed #dfe3ea;border-radius:10px;padding:0 13px}
.optional-details summary{font-size:12px;color:#667085;padding:11px 0;cursor:pointer}
.optional-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 0 12px}
.zite-form .consent{display:flex;flex-direction:row;gap:9px;font-size:11px;color:#6b7280;font-weight:400;line-height:1.45}
.zite-form .consent input{width:auto;margin-top:2px;box-shadow:none}
.start-btn{
  border-radius:9px;padding:15px 18px;background:var(--z-blue);
  box-shadow:none;font-size:15px;
}
.start-btn span{font-size:22px;line-height:12px;margin-left:8px}
.microcopy{text-align:center;color:#667085;font-size:11px;margin-top:2px}
.assessment{padding:0;background:#fff}
.assessment-shell{
  display:block;max-width:none;margin:0;
}
.assessment-nav{
  position:sticky;top:78px;z-index:8;background:#fff;
  border-bottom:1px solid #eef0f4;
  padding:0 clamp(22px,7vw,115px) 0;
}
.nav-kicker,.question-rail,#saveExit{display:none}
.progress-track{height:4px;border-radius:0;margin:0;background:#f0f2f5}
.progress-track span{background:var(--z-blue);border-radius:0}
.progress-text{
  padding:18px 0 12px;font-size:13px;color:#667085;
}
.question-pane{
  box-shadow:none;border:0;border-radius:0;
  max-width:820px;margin:0 auto;padding:30px 24px 90px;min-height:calc(100vh - 160px);
}
.question-meta{color:var(--z-blue);background:var(--z-blue-soft);display:inline-block;padding:6px 9px;border-radius:9px;font-size:11px;margin-bottom:14px;letter-spacing:0}
.question-pane h2{font-size:30px;letter-spacing:-.035em;margin-bottom:14px}
.question-prompt{font-size:17px;line-height:1.5;margin-bottom:14px}
.reg-context{
  border-left:0;background:#fff;padding:0;margin:0 0 22px;color:#667085;
  font-size:14px;line-height:1.65;
}
.reg-context .source-url{display:none}
.answer-options{gap:12px}
.answer-option{
  border:1px solid #dfe3ea;border-radius:14px;padding:18px;
  min-height:68px;position:relative;
}
.answer-option.selected{
  border:2px solid var(--z-blue);
  background:#f4f7ff;box-shadow:0 3px 8px rgba(37,99,235,.10);
}
.answer-option small{font-size:12px}
.outcome{margin-top:18px;border:0;padding-top:0}
.outcome-status{border-radius:12px;width:100%;padding:18px 20px;font-size:12px}
.status-green{background:#ecfdf3;color:#079455;border:1px solid #a6f4c5}
.status-amber{background:#fffaeb;color:#b54708;border:1px solid #fedf89}
.status-red{background:#fef3f2;color:#d92d20;border:1px solid #fecdca}
.outcome-block{
  background:#fff;border:1px solid #dfe3ea;border-radius:14px;padding:18px 20px;
  box-shadow:0 1px 3px rgba(16,24,40,.04);margin-top:12px;
}
.outcome-block:nth-of-type(3){background:#f5f9ff;border-color:#b9d4ff}
.outcome-block h3{color:var(--z-blue);font-size:12px}
.evidence{background:#fff;border-color:#dfe3ea}
.evidence summary{font-size:13px}
.question-actions{
  position:sticky;bottom:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);
  border-top:1px solid #eef0f4;margin:32px -24px -90px;padding:16px 24px;
}
.question-actions .btn{border-radius:8px}
.question-actions .btn-primary{background:var(--z-blue);box-shadow:none}
.results{
  padding:44px 20px 70px;max-width:1000px;
}
.results-header{text-align:center}
.results-header .eyebrow{display:none}
.results-header h1{font-size:36px;letter-spacing:-.04em}
.results-header p{margin:10px auto 0;max-width:620px}
.position-cards{max-width:560px;margin:30px auto 28px;grid-template-columns:repeat(3,1fr);gap:14px}
.position-card{
  text-align:center;padding:20px 14px;border-top:1px solid var(--z-border);border-radius:14px;
}
.position-card strong{font-size:27px;margin:2px 0}
.position-card.green{border-top:1px solid var(--z-border)}
.position-card.amber{border-top:1px solid var(--z-border)}
.position-card.red{border-top:1px solid var(--z-border)}
.results-section,.download-panel,.cta-panel{
  border:1px solid var(--z-border);border-radius:14px;box-shadow:none;
}
.results-section{padding:0;overflow:hidden}
.section-heading{padding:22px 22px 8px;margin:0;display:block}
.section-heading .eyebrow{display:none}
.section-heading h2{font-size:20px}
.section-heading>p{margin:8px 0 0;max-width:none}
.results-table th,.results-table td{font-size:12px;padding:14px 16px}
.download-panel{
  text-align:center;background:#f5f8ff;border-color:#bcd0ff;
  display:block;margin-top:34px;padding:32px 24px;
}
.download-panel h2{font-size:22px}
.download-panel p{margin:12px auto 18px;max-width:560px}
.download-panel .btn{border-radius:9px;background:var(--z-blue);box-shadow:none}
.cta-panel{margin-top:34px}
.site-footer{border-top:1px solid #eef0f4;padding:22px clamp(22px,7vw,115px)}
@media(max-width:720px){
  .feature-grid{grid-template-columns:1fr}
  .optional-grid{grid-template-columns:1fr}
  .zite-landing h1 br{display:none}
}

.resume-inline{
  border:0;background:transparent;color:#667085;font-size:11px;
  display:block;margin:10px auto 0;text-decoration:underline;cursor:pointer;
}


/* Immediate result directly under selected answer + persistent status icons */
.answer-choice-wrap{display:grid;gap:0}
.answer-option{display:grid;grid-template-columns:26px minmax(0,1fr) 30px;align-items:center;gap:12px;width:100%}
.answer-radio{width:20px;height:20px;border:2px solid #cfd5df;border-radius:50%;display:grid;place-items:center;transition:.15s ease}
.answer-option.selected .answer-radio{border:6px solid var(--z-blue);background:#fff}
.answer-copy{display:block;min-width:0}
.answer-label{display:block;font-weight:600;font-size:14px}
.answer-copy small{display:block;margin-top:3px}
.answer-icon{width:28px;height:28px;display:grid;place-items:center;font-size:23px;font-weight:500;line-height:1}
.answer-icon.green{color:#12b76a}.answer-icon.amber{color:#f79009}.answer-icon.red{color:#f04438}
.answer-option.selected .answer-icon{transform:scale(1.06)}
.inline-outcome{margin:12px 8px 18px;display:grid;gap:12px;animation:outcomeReveal .2s ease-out}
@keyframes outcomeReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.inline-position-card,.inline-outcome-block{border-radius:14px;padding:18px 20px;border:1px solid #dfe3ea;background:#fff}
.outcome-green .inline-position-card{background:#ecfdf3;border-color:#a6f4c5}
.outcome-amber .inline-position-card{background:#fffaeb;border-color:#fedf89}
.outcome-red .inline-position-card{background:#fef3f2;border-color:#fecdca}
.inline-position-heading{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.04em;margin-bottom:10px}
.outcome-green .inline-position-heading{color:#079455}.outcome-amber .inline-position-heading{color:#b54708}.outcome-red .inline-position-heading{color:#d92d20}
.inline-status-icon{width:21px;height:21px;border-radius:5px;display:grid;place-items:center;font-size:15px;font-weight:800}
.outcome-green .inline-status-icon{background:#32d583;color:#fff}.outcome-amber .inline-status-icon{background:#fdb022;color:#fff}.outcome-red .inline-status-icon{background:#f97066;color:#fff}
.inline-position-content p:first-child{margin-top:0}.inline-position-content p:last-child{margin-bottom:0}.inline-position-content p{line-height:1.55}
.inline-outcome-block{box-shadow:0 1px 4px rgba(16,24,40,.05)}
.inline-outcome-block h3{margin:0 0 12px;color:var(--z-blue);font-size:12px;letter-spacing:.035em}
.inline-outcome-block p,.inline-outcome-block li{line-height:1.62;font-size:14px}
.inline-outcome-block ul,.inline-outcome-block ol{padding-left:22px}
.next-block{background:#f5f9ff;border-color:#b9d4ff}
.inline-outcome .evidence{margin-top:12px}.inline-outcome .public-doc{height:420px}
@media(max-width:720px){.inline-outcome{margin-left:0;margin-right:0}.answer-option{grid-template-columns:24px minmax(0,1fr) 28px}}


/* --- Sources open inside the assessment --- */
.embedded-source-link{
  width:100%;
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 22px;
  gap:10px;
  align-items:center;
  border:1px solid #d9e0ea;
  background:#fff;
  border-radius:11px;
  padding:12px 13px;
  margin:10px 0 0;
  color:#172033;
  text-align:left;
  font:inherit;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(16,24,40,.03);
}
.embedded-source-link:hover{
  border-color:#9db7fb;
  background:#f8faff;
}
.embedded-source-icon{
  width:28px;height:28px;border-radius:8px;
  display:grid;place-items:center;
  background:#eef4ff;color:#2563eb;
  font-size:13px;
}
.embedded-source-chevron{
  justify-self:end;
  color:#667085;
  font-size:22px;
  font-weight:400;
}
.embedded-source-large{margin-top:14px}
.source-url{display:none!important}

.source-modal{
  position:fixed;inset:0;z-index:1000;
  display:grid;place-items:center;padding:18px;
}
.source-modal.hidden{display:none!important}
.source-modal-backdrop{
  position:absolute;inset:0;
  background:rgba(17,24,39,.52);
  backdrop-filter:blur(4px);
}
.source-modal-panel{
  position:relative;z-index:1;
  width:min(1180px,96vw);height:min(820px,92vh);
  display:grid;grid-template-rows:auto auto 1fr auto;
  background:#fff;border-radius:18px;overflow:hidden;
  box-shadow:0 30px 90px rgba(15,23,42,.28);
  border:1px solid rgba(255,255,255,.6);
}
.source-modal-header{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:16px 20px;border-bottom:1px solid #e9edf3;background:#fff;
}
.source-modal-kicker{
  font-size:9px;letter-spacing:.12em;font-weight:800;
  color:#2563eb;margin-bottom:3px;
}
.source-modal-header h2{
  margin:0;font-family:"Manrope","DM Sans",sans-serif;
  font-size:18px;letter-spacing:-.02em;
}
.source-modal-close{
  width:38px;height:38px;border-radius:50%;
  border:1px solid #dfe3ea;background:#fff;
  color:#344054;font-size:25px;line-height:1;
}
.source-modal-close:hover{background:#f5f7fa}
.source-modal-notice{
  padding:10px 18px;background:#fff7e8;
  border-bottom:1px solid #f6d99f;color:#8a5a00;font-size:11px;
}
.source-modal-body{min-height:0;background:#f3f5f8}
.source-modal-body iframe{
  width:100%;height:100%;border:0;background:#fff;
}
.source-modal-footer{
  padding:10px 18px;border-top:1px solid #e9edf3;
  background:#fff;color:#667085;font-size:10px;
}
body.modal-open{overflow:hidden}

@media(max-width:720px){
  .source-modal{padding:0}
  .source-modal-panel{width:100vw;height:100vh;border-radius:0}
}


/* --- View-only embedded evidence/source refinements --- */
.source-frame-clip{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  background:#fff;
}
.source-modal-body iframe{
  position:absolute;
  inset:0;
}

/* Public PDF viewers often inject their own toolbar. Keep that chrome outside
   the visible frame while retaining the scrollable document itself. */
.source-type-pdf .source-frame-clip{
  overflow:hidden;
}
.source-type-pdf iframe{
  top:-48px;
  height:calc(100% + 48px);
}

/* YouTube tutorial stays visible as an actual embedded player in the quiz. */
.source-type-video{
  background:#0b0d12;
  display:grid;
  place-items:center;
  padding:0;
}
.source-type-video .source-frame-clip{
  width:min(100%,1100px);
  height:min(100%,620px);
  aspect-ratio:16/9;
  background:#000;
}
.source-type-video iframe{
  width:100%;
  height:100%;
  position:static;
}

/* Private redacted images are view-only in the assessment UI. */
.evidence img{
  -webkit-user-drag:none;
  user-select:none;
  -webkit-touch-callout:none;
}
.evidence img::selection{background:transparent}

/* No source element in the interactive assessment presents a direct download CTA. */
.source-modal a[download],
.evidence a[download],
.embedded-source-link + a[download]{
  display:none!important;
}


/* --- v6: only PDFs and images are embedded --- */
.external-source-link{
  width:100%;
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 22px;
  gap:10px;
  align-items:center;
  border:1px solid #d9e0ea;
  background:#fff;
  border-radius:11px;
  padding:12px 13px;
  margin:10px 0 0;
  color:#172033;
  text-align:left;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 1px 2px rgba(16,24,40,.03);
}
.external-source-link:hover{
  border-color:#9db7fb;
  background:#f8faff;
}
.source-type-image{
  background:#111827;
  display:grid;
  place-items:center;
}
.source-type-image .source-frame-clip{
  width:100%;
  height:100%;
  background:#111827;
}
.source-type-image iframe{
  width:100%;
  height:100%;
  position:static;
  border:0;
  background:#111827;
}
/* Website and YouTube resources are intentionally not embedded. */


/* --- v7: embed documents/images only; never embed webpages --- */
.external-source-link .embedded-source-icon{
  background:#f2f4f7;
  color:#667085;
}
.external-source-link::after{
  content:"opens separately";
  display:none;
}

/* Render the actual PDF in the document viewport. */
.source-type-pdf .source-frame-clip{
  overflow:hidden;
  background:#525659;
}
.source-type-pdf iframe{
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  border:0;
  background:#525659;
}

/* Images remain document-style previews. */
.source-type-image .source-frame-clip{
  background:#111827;
}
.source-type-image iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:#111827;
}

/* No web-page/video mode is used by the source modal. */
.source-type-web,
.source-type-video{
  display:none!important;
}


/* --- v8: website URLs never navigate away from the assessment --- */
.web-reference{
  width:100%;
  display:grid;
  grid-template-columns:28px minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  border:1px solid #d9e0ea;
  background:#f8fafc;
  border-radius:11px;
  padding:12px 13px;
  margin:10px 0 0;
}
.web-reference-icon{
  width:28px;height:28px;border-radius:8px;
  display:grid;place-items:center;
  background:#eef2f6;color:#667085;
  font-size:17px;font-weight:700;
}
.web-reference-copy{
  display:grid;
  min-width:0;
  gap:2px;
}
.web-reference-copy strong{
  font-size:13px;
  color:#172033;
}
.web-reference-url{
  font-size:10px;
  line-height:1.35;
  color:#667085;
  overflow-wrap:anywhere;
  user-select:text;
}
.copy-reference{
  border:1px solid #d0d5dd;
  background:#fff;
  color:#344054;
  border-radius:8px;
  padding:7px 10px;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}
.copy-reference:hover{
  border-color:#9db7fb;
  background:#f4f7ff;
}
.copy-reference.copied{
  color:#067647;
  border-color:#abefc6;
  background:#ecfdf3;
}

/* Old external-link treatment is disabled in v8. */
.external-source-link{display:none!important}


/* --- Q1 source documents are local rendered previews, not web pages --- */
.document-preview-link{
  width:100%;
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 22px;
  gap:10px;
  align-items:center;
  border:1px solid #d9e0ea;
  background:#fff;
  border-radius:11px;
  padding:12px 13px;
  margin:10px 0 0;
  color:#172033;
  text-align:left;
  font:inherit;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(16,24,40,.03);
}
.document-preview-link:hover{
  border-color:#9db7fb;
  background:#f8faff;
}
.document-preview-copy{
  display:grid;
  gap:2px;
}
.document-preview-copy strong{
  font-size:13px;
}
.document-preview-copy small{
  color:#667085;
  font-size:10px;
  font-weight:400;
}
.document-pages{
  height:100%;
  overflow:auto;
  padding:24px;
  background:#eaecf0;
}
.document-pages.hidden{display:none!important}
.source-frame-clip.hidden{display:none!important}
.source-type-rendered-document{
  min-height:0;
  background:#eaecf0;
}
.document-page{
  max-width:920px;
  margin:0 auto 22px;
}
.document-page img{
  display:block;
  width:100%;
  height:auto;
  background:#fff;
  box-shadow:0 3px 12px rgba(16,24,40,.16);
  user-select:none;
  -webkit-user-drag:none;
}
.document-page figcaption{
  margin-top:7px;
  text-align:center;
  color:#667085;
  font-size:10px;
}
.tutorial-access-card{
  margin-top:10px;
  display:grid;
  grid-template-columns:36px minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  border:1px solid #d9e0ea;
  border-radius:12px;
  padding:14px;
  background:#fff;
}
.tutorial-access-icon{
  width:36px;height:36px;border-radius:9px;
  display:grid;place-items:center;
  background:#eef4ff;color:#2563eb;
}
.tutorial-access-card strong{font-size:13px}
.tutorial-access-card p{
  margin:4px 0 0!important;
  font-size:11px!important;
  color:#667085;
}
@media(max-width:720px){
  .tutorial-access-card{grid-template-columns:36px 1fr}
  .tutorial-access-card .copy-reference{grid-column:1/-1;width:100%}
  .document-pages{padding:10px}
}


/* --- v10: source documents drop down inline under the relevant text --- */
.document-dropdown{
  margin:10px 0 0;
  border:1px solid #d9e0ea;
  border-radius:12px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 1px 2px rgba(16,24,40,.03);
}
.document-dropdown[open]{
  border-color:#b9cdfa;
  box-shadow:0 2px 8px rgba(37,99,235,.06);
}
.document-dropdown-summary{
  list-style:none;
  display:grid;
  grid-template-columns:28px minmax(0,1fr) 22px;
  gap:10px;
  align-items:center;
  padding:12px 13px;
  cursor:pointer;
  user-select:none;
}
.document-dropdown-summary::-webkit-details-marker{display:none}
.document-dropdown-summary:hover{background:#f8faff}
.document-dropdown-chevron{
  justify-self:end;
  color:#667085;
  font-size:20px;
  transition:transform .18s ease;
}
.document-dropdown[open] .document-dropdown-chevron{
  transform:rotate(180deg);
}
.document-dropdown-body{
  max-height:620px;
  overflow:auto;
  padding:14px;
  border-top:1px solid #e6eaf0;
  background:#eef1f5;
}
.inline-document-page{
  max-width:860px;
  margin:0 auto 16px;
}
.inline-document-page:last-child{margin-bottom:0}
.inline-document-page img{
  display:block;
  width:100%;
  height:auto;
  background:#fff;
  box-shadow:0 2px 10px rgba(16,24,40,.12);
  user-select:none;
  -webkit-user-drag:none;
}
.inline-document-page figcaption{
  text-align:center;
  margin-top:6px;
  font-size:10px;
  color:#667085;
}

/* Modal document trigger styling from v9 is obsolete. */
.document-preview-link{display:none!important}

@media(max-width:720px){
  .document-dropdown-body{max-height:520px;padding:8px}
}


/* --- v12: Directive 6 applicability and evidence --- */
.assessment-logic-note{
  margin:14px 0 4px;
  padding:11px 13px;
  border-left:3px solid #98a2b3;
  background:#f8fafc;
  color:#475467;
  font-size:11px;
  line-height:1.5;
}
.secondary-na-choice{
  margin-top:7px;
  padding-top:13px;
  border-top:1px dashed #d0d5dd;
}
.secondary-na-choice .answer-option{
  background:#f8fafc;
}
.answer-icon.neutral{color:#667085}
.outcome-neutral .inline-position-card{
  background:#f8fafc;
  border-color:#d0d5dd;
}
.outcome-neutral .inline-position-heading{color:#475467}
.outcome-neutral .inline-status-icon{
  background:#98a2b3;color:#fff;
}
.status-neutral{
  background:#f2f4f7;
  color:#475467;
}
.developer-note-visible{
  margin-top:14px!important;
  padding-top:12px;
  border-top:1px solid #dbe4f0;
  font-size:12px!important;
  color:#475467;
}
.results-source-label{
  color:#667085;
  font-size:11px;
}


/* --- v13: Directive 11 refinements --- */
.fica-friendly-help{
  margin-top:16px;
  padding:15px 16px;
  border:1px solid #b9d4ff;
  border-radius:12px;
  background:#f5f9ff;
}
.fica-friendly-help strong{color:#1d4ed8}
.fica-friendly-help p{margin:6px 0 0!important}


/* --- v14: B1 caption/helper styles --- */
.embed-caption{
  margin-top:10px!important;
  font-size:14px;
  line-height:1.55;
  color:#334155;
}


/* --- v16: B3 enforcement context --- */
.enforcement-callout{
  margin-top:12px;
  padding:14px 15px;
  border:1px solid #fecaca;
  border-radius:12px;
  background:#fff7f7;
}
.enforcement-callout > strong{
  display:block;
  color:#b42318;
  margin-bottom:6px;
}
.enforcement-callout p{
  margin:6px 0!important;
}
.enforcement-callout ul{
  margin:8px 0 8px 19px;
}


/* --- v18: B5 Kunene / TFS emphasis --- */
.kunene-focus{
  margin-top:12px;
  padding:14px 15px;
  border-left:4px solid #f59e0b;
  background:#fffbeb;
  border-radius:10px;
}
.kunene-focus > strong{
  display:block;
  color:#92400e;
  margin-bottom:5px;
}
.kunene-focus p{
  margin:5px 0!important;
}
.kunene-figures{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:14px 0;
}
.kunene-figures > div{
  border:1px solid #fecaca;
  background:#fff7f7;
  border-radius:12px;
  padding:15px;
}
.kunene-figures strong{
  display:block;
  font-size:22px;
  color:#b42318;
  letter-spacing:-.02em;
  margin-bottom:5px;
}
.kunene-figures span{
  font-size:12px;
  color:#475467;
  line-height:1.45;
}
@media(max-width:650px){
  .kunene-figures{grid-template-columns:1fr}
}


/* --- v19: B6 governance review takeaway --- */
.governance-takeaway{
  margin-top:12px;
  padding:14px 15px;
  border-left:4px solid #f59e0b;
  background:#fffbeb;
  border-radius:10px;
}
.governance-takeaway > strong{
  display:block;
  color:#92400e;
  margin-bottom:6px;
}
.governance-takeaway p{
  margin:5px 0!important;
  line-height:1.55;
}


/* --- v21: every assessment question is mandatory --- */
.required-answer-message{
  margin:0 0 14px;
  padding:12px 14px;
  border:1px solid #fecaca;
  border-radius:10px;
  background:#fef3f2;
  color:#b42318;
  font-size:12px;
  line-height:1.45;
}
.required-answer-message.hidden{display:none!important}
.question-meta::after{
  content:" · REQUIRED";
  color:#d92d20;
  font-weight:800;
}


/* --- v22 UI refresh: white raised blocks now have clearer grey borders --- */
:root{
  --ui-bg:#f8fafc;
  --ui-card:#ffffff;
  --ui-border:#d0d5dd;
  --ui-border-soft:#dde3ea;
  --ui-shadow:0 1px 2px rgba(16,24,40,.04), 0 8px 24px rgba(16,24,40,.05);
  --ui-shadow-soft:0 1px 2px rgba(16,24,40,.03);
}

body{background:var(--ui-bg)}
.topbar{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--ui-border-soft);
  box-shadow:0 1px 0 rgba(16,24,40,.02);
}
.assessment{
  background:linear-gradient(180deg,#ffffff 0,#f8fafc 120px,#f8fafc 100%);
}
.assessment-nav{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--ui-border-soft);
  box-shadow:0 1px 0 rgba(16,24,40,.03);
}
.zite-landing{
  background:linear-gradient(180deg,#ffffff 0,#f8fafc 100%);
}

.feature-card,
.landing-form-card,
.question-pane,
.answer-option,
.outcome-block,
.inline-position-card,
.inline-outcome-block,
.position-card,
.results-section,
.download-panel,
.cta-panel,
.embedded-source-link,
.evidence,
.public-doc,
.optional-details,
.form-grid input,
.form-grid select,
.zite-form input{
  border-color:var(--ui-border)!important;
}

.feature-card,
.landing-form-card,
.question-pane,
.position-card,
.results-section,
.download-panel,
.cta-panel,
.evidence,
.embedded-source-link,
.optional-details{
  background:var(--ui-card);
  box-shadow:var(--ui-shadow-soft);
}

.feature-card{
  border-radius:16px;
}
.landing-form-card{
  border:1px solid var(--ui-border);
  border-radius:18px;
  padding:20px;
}

.question-pane{
  background:#fff;
  border:1px solid var(--ui-border);
  border-radius:20px;
  box-shadow:var(--ui-shadow);
  margin-top:24px;
  min-height:unset;
}
.question-meta{
  background:#eef4ff;
  border:1px solid #c8d8ff;
}
.answer-option{
  background:#fff;
  border:1px solid var(--ui-border);
  box-shadow:var(--ui-shadow-soft);
}
.answer-option:hover{
  border-color:#b9c2cf;
  background:#fcfdff;
}
.answer-option.selected{
  border:2px solid var(--z-blue)!important;
  background:#f5f8ff;
  box-shadow:0 0 0 3px rgba(37,99,235,.08);
}
.inline-outcome{
  margin-top:14px;
}
.inline-position-card,
.inline-outcome-block,
.outcome-block{
  border:1px solid var(--ui-border);
  box-shadow:var(--ui-shadow-soft);
}
.next-block,
.outcome-block:nth-of-type(3){
  background:#f7faff;
  border-color:#bfd3ff!important;
}

.question-actions{
  background:rgba(255,255,255,.98);
  border-top:1px solid var(--ui-border-soft);
  box-shadow:0 -8px 20px rgba(16,24,40,.04);
}
.question-actions .btn-ghost{
  border:1px solid var(--ui-border);
  background:#fff;
}
.question-actions .btn-primary{
  border:1px solid #2563eb;
}

.results{
  background:transparent;
  max-width:1080px;
}
.results-header{
  background:#fff;
  border:1px solid var(--ui-border);
  border-radius:20px;
  padding:28px 24px;
  box-shadow:var(--ui-shadow-soft);
}
.position-card{
  border:1px solid var(--ui-border)!important;
  box-shadow:var(--ui-shadow-soft);
  background:#fff;
}
.results-section,
.download-panel,
.cta-panel{
  border:1px solid var(--ui-border)!important;
  box-shadow:var(--ui-shadow-soft);
  background:#fff;
}
.download-panel{
  background:#f7faff;
  border-color:#bfd3ff!important;
}
.section-heading{
  border-bottom:1px solid #eef2f6;
}
.results-table th{
  background:#fafbfc;
}
.results-table tr:last-child td{
  border-bottom:0;
}
.results-table td{
  background:#fff;
}

.evidence{
  border:1px solid var(--ui-border)!important;
  background:#fff;
  box-shadow:var(--ui-shadow-soft);
}
.evidence summary{
  background:#fafbfc;
  border-bottom:1px solid #eef2f6;
}
.evidence[open] summary{
  border-bottom:1px solid #eef2f6;
}
.public-doc{
  border:1px solid var(--ui-border)!important;
  background:#fff;
}
.embedded-source-link{
  border:1px solid var(--ui-border)!important;
  box-shadow:var(--ui-shadow-soft);
}
.embedded-source-link:hover{
  border-color:#b8c2d0!important;
}
.source-modal-panel{
  border:1px solid var(--ui-border-soft);
}

.site-footer{
  background:#fff;
  border-top:1px solid var(--ui-border-soft);
}

@media(max-width:720px){
  .question-pane{margin-top:16px;padding:22px 18px 90px;border-radius:16px}
  .results-header{padding:22px 16px;border-radius:16px}
  .landing-form-card{padding:16px}
}


/* --- v23 premium downloadable report --- */
.report-mount{
  position:absolute;
  left:-100000px;
  top:0;
  width:794px;
  background:#fff;
}
.report{
  width:794px;
  margin:0;
  padding:0 44px 44px;
  background:#fff;
  color:#172033;
  font-family:"DM Sans",Arial,sans-serif;
  font-size:11px;
  line-height:1.52;
}
.report *{box-sizing:border-box}
.report h1,.report h2,.report h3,.report h4{
  font-family:"Manrope","DM Sans",Arial,sans-serif;
  color:#101828;
}
.report a{
  color:#2563eb;
  text-decoration:underline;
  overflow-wrap:anywhere;
}
.report-top-accent{
  height:22px;
  margin:0 -44px 22px;
  background:linear-gradient(90deg,#0ea5e9 0 14%,#164e8a 14% 28%,#0ea5e9 28% 100%);
  position:relative;
}
.report-top-accent span{
  position:absolute;
  left:14%;
  top:0;
  width:48px;
  height:22px;
  background:#8fd2f1;
  clip-path:polygon(0 0,100% 0,70% 100%,0 100%);
}
.report-header{break-inside:avoid-page;page-break-inside:avoid}
.report-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  margin:8px 0 14px;
}
.report-logo svg{width:52px;height:61px;flex:0 0 auto}
.report-logo strong{
  display:block;
  font-family:"Manrope",Arial,sans-serif;
  font-size:27px;
  letter-spacing:.12em;
  color:#0c2f52;
  line-height:1;
}
.report-logo span{
  display:block;
  margin-top:6px;
  font-size:8px;
  letter-spacing:.05em;
  font-weight:700;
  color:#28a9e0;
}
.report-contact-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  background:#0c2f52;
  color:#fff;
  border-top:2px solid #28a9e0;
  border-bottom:2px solid #28a9e0;
  padding:5px 12px;
  margin:0 22px 28px;
  font-size:7.5px;
  text-align:center;
}
.report-contact-strip span+span{border-left:1px solid rgba(255,255,255,.25)}
.report-title-block{
  border-bottom:2px solid #2563eb;
  padding-bottom:18px;
  margin-bottom:18px;
}
.report-title-block h1{
  margin:0;
  color:#2563eb;
  font-size:27px;
  letter-spacing:-.025em;
}
.report-title-block p{
  margin:6px 0 0;
  color:#667085;
  font-size:12px;
}
.report-meta-grid{
  display:grid;
  grid-template-columns:1fr 1.5fr 1fr;
  gap:18px;
  margin-bottom:25px;
}
.report-meta-grid span{
  display:block;
  color:#98a2b3;
  font-size:7.5px;
  letter-spacing:.07em;
  margin-bottom:3px;
}
.report-meta-grid strong{
  display:block;
  color:#172033;
  font-size:10px;
  overflow-wrap:anywhere;
}
.report-summary-section h2,
.report-results-section h2,
.report-detailed-title{
  margin:0 0 15px;
  font-size:19px;
  letter-spacing:-.02em;
}
.report-summary-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.summary-card{
  border-radius:10px;
  padding:14px 16px 12px;
  border:1px solid;
  text-align:center;
}
.summary-card>div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.summary-card i{
  display:block;
  width:22px;
  height:22px;
  border-radius:50%;
}
.summary-card strong{
  font-size:22px;
  line-height:1;
}
.summary-card span{
  display:block;
  margin-top:7px;
  font-size:8px;
  color:#667085;
  letter-spacing:.03em;
}
.summary-card.green{background:#f0fdf4;border-color:#bbf7d0}
.summary-card.green i{background:#84cc16}
.summary-card.amber{background:#fffbeb;border-color:#fde68a}
.summary-card.amber i{background:#f59e0b}
.summary-card.red{background:#fff1f2;border-color:#fecdd3}
.summary-card.red i{background:#ef4444}
.report-summary-sentence{
  margin:13px 0 25px;
  text-align:center;
  color:#667085;
  font-size:10px;
}
.report-results-section{break-inside:avoid-page;page-break-inside:avoid}
.report-results-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}
.report-results-table th{
  color:#667085;
  font-size:7.5px;
  letter-spacing:.05em;
  text-transform:uppercase;
  text-align:left;
  border-bottom:2px solid #d0d5dd;
  padding:7px 10px;
}
.report-results-table th:nth-child(1){width:36%}
.report-results-table th:nth-child(2){width:38%}
.report-results-table th:nth-child(3){width:26%;text-align:right}
.report-results-table td{
  border-bottom:1px solid #e4e7ec;
  padding:8px 10px;
  vertical-align:middle;
  font-size:8.5px;
  line-height:1.35;
}
.report-results-table td:last-child{text-align:right}
.report-table-status{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
  font-weight:700;
  white-space:nowrap;
}
.report-table-status i{
  width:9px;
  height:9px;
  border-radius:50%;
  display:inline-block;
}
.report-table-status.green{color:#079455}.report-table-status.green i{background:#22c55e}
.report-table-status.amber{color:#b54708}.report-table-status.amber i{background:#f59e0b}
.report-table-status.red{color:#d92d20}.report-table-status.red i{background:#ef4444}
.report-table-status.neutral{color:#667085}.report-table-status.neutral i{background:#98a2b3}
.report-enforcement-note{
  margin:7px 0 0;
  color:#98a2b3;
  font-size:6.8px;
  font-style:italic;
}
.report-page-break{
  break-before:page;
  page-break-before:always;
  height:1px;
}
.report-detailed-title{
  margin-top:4px;
  padding-top:0;
}
.report-question{
  border:1px solid #d0d5dd;
  border-radius:10px;
  padding:18px;
  margin:0 0 20px;
  background:#fff;
  break-inside:auto;
  page-break-inside:auto;
}
.report-question-head{
  margin-bottom:13px;
  break-inside:avoid;
  page-break-inside:avoid;
}
.report-question-head .rq-id{
  display:block;
  color:#667085;
  font-size:8px;
  letter-spacing:.08em;
  margin-bottom:6px;
}
.report-question-head h3{
  margin:0;
  font-size:17px;
  letter-spacing:-.015em;
}
.report-question-head p{
  margin:5px 0 0;
  color:#667085;
  font-size:9px;
}
.report-status-box,
.report-info-box,
.report-public-sources{
  break-inside:avoid;
  page-break-inside:avoid;
}
.report-status-box{
  border:1px solid;
  border-radius:8px;
  padding:13px 14px;
  margin-top:10px;
}
.report-status-label{
  display:flex;
  align-items:center;
  gap:6px;
  font-size:9px;
  font-weight:800;
  margin-bottom:7px;
}
.report-status-label span{
  display:grid;
  place-items:center;
  width:16px;
  height:16px;
  border-radius:50%;
  font-size:11px;
  font-weight:900;
}
.report-status-copy p{margin:5px 0}
.report-status-box.green{background:#f0fdf4;border-color:#bbf7d0}
.report-status-box.green .report-status-label{color:#067647}
.report-status-box.green .report-status-label span{background:#22c55e;color:#fff}
.report-status-box.amber{background:#fffbeb;border-color:#fde68a}
.report-status-box.amber .report-status-label{color:#b54708}
.report-status-box.amber .report-status-label span{background:#f59e0b;color:#fff}
.report-status-box.red{background:#fff1f2;border-color:#fecdd3}
.report-status-box.red .report-status-label{color:#d92d20}
.report-status-box.red .report-status-label span{background:#ef4444;color:#fff}
.report-status-box.neutral{background:#f8fafc;border-color:#d0d5dd}
.report-status-box.neutral .report-status-label{color:#475467}
.report-status-box.neutral .report-status-label span{background:#98a2b3;color:#fff}
.report-info-box{
  border:1px solid #d0d5dd;
  border-radius:8px;
  padding:13px 14px;
  margin-top:11px;
  background:#fff;
}
.report-info-box.why{background:#fbfcfd}
.report-info-box.next{background:#eff6ff;border-color:#bfdbfe}
.report-info-box h4{
  margin:0 0 7px;
  color:#2563eb;
  font-size:8.5px;
  letter-spacing:.04em;
}
.report-info-box p,
.report-info-box li,
.report-status-copy p,
.report-status-copy li{
  font-size:9px;
  line-height:1.48;
}
.report-info-box p:first-of-type,
.report-status-copy p:first-of-type{margin-top:0}
.report-info-box p:last-child,
.report-status-copy p:last-child{margin-bottom:0}
.report-info-box ul,
.report-info-box ol,
.report-status-copy ul,
.report-status-copy ol{padding-left:18px}
.report-info-box .enforcement-callout,
.report-info-box .kunene-focus,
.report-info-box .kunene-figures{
  margin-top:9px;
}
.report-public-sources{
  border-top:1px solid #dbe4ef;
  margin-top:11px;
  padding-top:9px;
}
.report-public-sources h4{
  margin:0 0 6px;
  color:#2563eb;
  font-size:8px;
  letter-spacing:.04em;
}
.report-source{
  margin:5px 0;
  font-size:7.2px;
  line-height:1.35;
}
.report-source a{
  display:block;
  font-weight:700;
}
.report-source span{
  display:block;
  color:#667085;
  margin-top:1px;
  overflow-wrap:anywhere;
}
.report-final-cta{
  margin-top:24px;
  padding:18px;
  background:#eff6ff;
  border:1px solid #bfdbfe;
  border-radius:10px;
  break-inside:avoid;
  page-break-inside:avoid;
}
.report-final-cta h3{
  margin:0 0 7px;
  color:#1d4ed8;
  font-size:16px;
}
.report-final-cta p{margin:0 0 10px;font-size:9px}
.report-final-contact{
  display:flex;
  flex-wrap:wrap;
  gap:6px 14px;
  font-size:8.5px;
}
.report-final-contact strong{width:100%}
.report-caveat{
  margin-top:18px;
  padding-top:13px;
  border-top:1px solid #d0d5dd;
  color:#667085;
  break-inside:avoid;
  page-break-inside:avoid;
}
.report-caveat h3{
  margin:0 0 7px;
  font-size:12px;
  color:#344054;
}
.report-caveat p{
  margin:5px 0;
  font-size:7.5px;
  line-height:1.45;
}


/* --- v24 report print-fit refinements --- */
@page{size:A4;margin:0}
.report-mount{width:210mm}
.report{
  width:210mm;
  min-height:297mm;
  padding:0 14mm 14mm;
}
.report-top-accent{
  margin:0 -14mm 6mm;
  height:5.5mm;
}
.report-top-accent span{
  width:13mm;
  height:5.5mm;
}
.report-contact-strip{
  margin:0 8mm 7mm;
}
.report-title-block{
  padding-bottom:4mm;
  margin-bottom:4mm;
}
.report-meta-grid{margin-bottom:5mm}
.report-summary-sentence{margin:3mm 0 5mm}
.report-results-section{
  break-inside:auto!important;
  page-break-inside:auto!important;
}
.report-results-table th{padding:1.7mm 2.2mm}
.report-results-table td{padding:1.75mm 2.2mm}
.report-enforcement-note{margin-top:1.8mm}
.report-page-break{height:0}


/* --- v25 report header accent --- */
.report-top-accent{
  background:#0c5ca8!important;
}
.report-top-accent span{
  left:0!important;
  width:32%!important;
  background:#19a8e1!important;
  clip-path:none!important;
}


/* --- v26: FICA Friendly blue / navy / cyan brand system --- */
:root{
  --purple:#0c2f52;
  --purple-deep:#081f37;
  --orange:#28a9e0;
  --orange-soft:#eef8fd;

  --z-blue:#0878bd;
  --z-blue-2:#28a9e0;
  --z-blue-soft:#edf7fc;

  --brand-navy:#0c2f52;
  --brand-blue:#0878bd;
  --brand-cyan:#28a9e0;
  --brand-pale:#edf7fc;
  --brand-line:#b9dced;
}

/* Real supplied FICA Friendly logo */
.brand-shield{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
.brand-shield img{
  display:block;
  width:46px;
  height:46px;
  object-fit:cover;
  border-radius:12px;
}
.brand strong{color:var(--brand-navy)}
.brand small{color:#66839a}

/* Brand accents */
.eyebrow{
  color:var(--brand-blue);
}
.eyebrow.pill{
  background:var(--brand-pale);
  color:var(--brand-blue);
  border:1px solid #d5eaf5;
}
.zite-landing h1 span{
  color:var(--brand-blue);
}
.feature-icon{
  background:var(--brand-pale);
  color:var(--brand-blue);
}
.start-btn,
.btn-primary,
.question-actions .btn-primary,
.download-panel .btn,
.cta-actions .btn-primary{
  background:var(--brand-blue)!important;
  border-color:var(--brand-blue)!important;
  color:#fff!important;
}
.start-btn:hover,
.btn-primary:hover,
.question-actions .btn-primary:hover,
.download-panel .btn:hover,
.cta-actions .btn-primary:hover{
  background:var(--brand-navy)!important;
  border-color:var(--brand-navy)!important;
}
.btn-ghost,
.cta-actions .btn-ghost{
  color:var(--brand-navy);
  border-color:#cfd8df;
  background:#fff;
}
.btn-ghost:hover,
.cta-actions .btn-ghost:hover{
  border-color:var(--brand-blue);
  color:var(--brand-blue);
  background:var(--brand-pale);
}

/* Progress / selection */
.progress-track span{
  background:linear-gradient(90deg,var(--brand-navy),var(--brand-cyan));
}
.question-meta{
  color:var(--brand-blue);
  background:var(--brand-pale);
  border-color:#cae4f1!important;
}
.answer-option.selected{
  border-color:var(--brand-blue)!important;
  background:#f2f9fd;
  box-shadow:0 0 0 3px rgba(8,120,189,.09);
}
.answer-option.selected .answer-radio{
  border-color:var(--brand-blue);
}
.outcome-block h3,
.inline-outcome-block h4,
.next-block h4{
  color:var(--brand-blue);
}
.next-block,
.outcome-block:nth-of-type(3),
.inline-outcome-block.next-block{
  background:#f1f8fc!important;
  border-color:#bdddeb!important;
}

/* Download + final CTA */
.download-panel{
  background:#f1f8fc!important;
  border-color:#b9dced!important;
}
.cta-panel{
  border-color:#d0d5dd!important;
  background:#fff;
}
.cta-panel .eyebrow{
  color:var(--brand-blue)!important;
}
.cta-panel h2{
  color:var(--brand-navy);
}
.cta-actions .btn-primary{
  box-shadow:0 6px 18px rgba(8,120,189,.14)!important;
}

/* Footer / header details */
.topbar{
  border-bottom-color:#dbe7ee;
}
.site-footer{
  border-top-color:#dbe7ee;
}
.source-modal-kicker{
  color:var(--brand-blue);
}
.embedded-source-icon{
  background:var(--brand-pale);
  color:var(--brand-blue);
}
.document-preview-link:hover,
.embedded-source-link:hover{
  border-color:#a9d1e4!important;
  background:#f7fbfd;
}

/* Report logo now uses the real uploaded asset */
.report-logo img{
  width:54px;
  height:54px;
  object-fit:cover;
  border-radius:13px;
  flex:0 0 auto;
}
.report-logo strong{
  color:var(--brand-navy);
}
.report-logo span{
  color:var(--brand-blue);
}
.report-title-block h1{
  color:var(--brand-blue);
}
.report-contact-strip{
  background:var(--brand-navy);
  border-color:var(--brand-cyan);
}
.report-top-accent{
  background:var(--brand-navy)!important;
}
.report-top-accent span{
  background:var(--brand-cyan)!important;
}
.report-info-box h4,
.report-public-sources h4{
  color:var(--brand-blue);
}
.report-final-cta{
  background:#f1f8fc;
  border-color:#b9dced;
}
.report-final-cta h3{
  color:var(--brand-blue);
}


/* --- v27: colour bullets on assessment results summary cards --- */
.position-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
}
.position-card-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.position-card-label i{
  width:12px;
  height:12px;
  border-radius:50%;
  display:inline-block;
  flex:0 0 auto;
}
.position-card.green .position-card-label i{background:#22c55e;}
.position-card.amber .position-card-label i{background:#f59e0b;}
.position-card.red .position-card-label i{background:#ef4444;}
.position-card .position-card-label span{
  display:block;
  font-size:12px;
  letter-spacing:.02em;
}
.position-card strong{
  margin:0;
}
@media(max-width:720px){
  .position-card-label{
    min-height:32px;
  }
  .position-card .position-card-label span{
    font-size:11px;
  }
}


/* --- v28: 1-inch top and bottom margins for downloadable PDF --- */
@page{
  size:A4;
  margin:25.4mm 14mm 25.4mm 14mm;
}

.report-mount{
  width:182mm;
}

.report{
  width:182mm;
  min-height:auto;
  padding:0;
}

/* The decorative top rule now sits inside the page margin, not on the paper edge. */
.report-top-accent{
  margin:0 0 6mm;
  width:100%;
}

/* Keep the report visually balanced within the narrower printable area. */
.report-contact-strip{
  margin-left:5mm;
  margin-right:5mm;
}


/* --- v29: keep first-page summary + results together with 1-inch vertical margins --- */
.report-logo{margin-top:0;margin-bottom:3mm}
.report-contact-strip{margin-bottom:5mm;padding-top:1mm;padding-bottom:1mm}
.report-title-block{padding-bottom:3mm;margin-bottom:3mm}
.report-title-block h1{font-size:24px}
.report-meta-grid{margin-bottom:4mm}
.report-summary-section h2,
.report-results-section h2{margin-bottom:3mm}
.report-summary-cards{gap:3mm}
.summary-card{padding:2.5mm 3mm 2mm}
.summary-card i{width:17px;height:17px}
.summary-card strong{font-size:19px}
.summary-card span{margin-top:1.2mm;font-size:7.5px}
.report-summary-sentence{margin:2.4mm 0 4mm;font-size:9px}
.report-results-table th{padding:1.3mm 2mm}
.report-results-table td{padding:1.25mm 2mm;font-size:8.1px;line-height:1.25}
.report-enforcement-note{margin-top:1.2mm;font-size:6.4px}


/* --- v30: downloadable assessment results table page-fit --- */
.report-results-section{
  width:100%;
  padding-left:2.5mm;
  padding-right:2.5mm;
  box-sizing:border-box;
}
.report-results-table{
  width:100%!important;
  max-width:100%!important;
  table-layout:fixed!important;
  border-collapse:collapse;
  box-sizing:border-box;
}
.report-results-table th,
.report-results-table td{
  box-sizing:border-box;
  overflow-wrap:anywhere;
  word-break:normal;
}
.report-results-table th:nth-child(1){width:38%!important}
.report-results-table th:nth-child(2){width:34%!important}
.report-results-table th:nth-child(3){width:28%!important;text-align:right}
.report-results-table td:nth-child(3){text-align:right;padding-right:1.5mm}
.report-table-status{
  max-width:100%;
  white-space:normal;
  text-align:right;
  line-height:1.15;
}


/* --- v33: selected answer comes into focus when its outcome opens --- */
.answer-choice-wrap.is-selected{
  scroll-margin-top:150px;
}
.answer-choice-wrap.is-selected .answer-option.selected{
  position:relative;
}
.answer-choice-wrap.is-selected .answer-option.selected::after{
  content:"";
  position:absolute;
  inset:-4px;
  border:2px solid rgba(8,120,189,.16);
  border-radius:17px;
  pointer-events:none;
}
@media(max-width:720px){
  .answer-choice-wrap.is-selected{
    scroll-margin-top:118px;
  }
}


/* --- v34: Netlify Forms static detection blueprints ---
   Do not use display:none/hidden; Netlify's parser/bots can ignore those forms. */
.netlify-form-blueprints{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.netlify-form-blueprints form{
  position:static!important;
}
