:root { --roi-navy:#142947; --roi-purple:#64358b; --roi-purple-soft:#f2ecf8; --roi-line:#dce3ec; --roi-muted:#617087; --roi-green:#1d765a; --roi-red:#b54740; --roi-amber:#a4681a; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.roi-app { background:#f7f9fc; padding-bottom:72px; }
.roi-app h1,.roi-app h2,.roi-app h3,.roi-app h4 { font-family:var(--sans); letter-spacing:-.035em; }
.roi-app p { max-width:none; }
.roi-hero { background:radial-gradient(circle at 89% 8%,#7652a9 0,transparent 28%),linear-gradient(118deg,#132747 0%,#2c315f 60%,#573574 100%); color:white; overflow:hidden; }
.roi-hero-inner { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:60px; align-items:center; padding-top:65px; padding-bottom:65px; }
.roi-hero h1 { color:white; max-width:780px; font-size:clamp(2.1rem,4.3vw,3.75rem); line-height:1.09; font-weight:650; margin:12px 0 20px; }
.roi-hero p { color:#dfe8f5; font-size:1.08rem; line-height:1.55; margin:0; max-width:610px; }
.roi-kicker,.roi-overline { text-transform:uppercase; letter-spacing:.15em; font-weight:750; font-size:.73rem; }
.roi-kicker { color:#c9e8e6; }
.roi-hero-links { display:flex; gap:24px; flex-wrap:wrap; align-items:center; margin-top:30px; }
.roi-hero-links a { color:white; font-size:.94rem; font-weight:700; text-decoration:underline; text-underline-offset:5px; }
.roi-hero-links .roi-primary-link { background:#d9f0e9; color:#183e40; border-radius:10px; padding:12px 18px; text-decoration:none; }
.roi-hero-links .roi-primary-link:hover { background:white; }
.roi-hero-note { position:relative; padding:24px 22px; border:1px solid rgba(255,255,255,.28); border-radius:18px; background:rgba(255,255,255,.08); backdrop-filter:blur(10px); display:flex; flex-direction:column; color:white; line-height:1.4; }
.roi-note-number { font-size:4.7rem; font-weight:750; letter-spacing:-.08em; line-height:1; margin-bottom:7px; }
.roi-hero-note small { color:#d9e2f0; font-size:.76rem; }
.roi-note-line { width:100%; height:1px; background:rgba(255,255,255,.25); margin:20px 0 15px; }
.roi-body { padding-top:28px; }
.roi-context { padding:15px 20px; background:#edf3f8; color:#334a68; border:1px solid #d7e2ee; border-left:4px solid #5c7eaa; border-radius:9px; font-size:.9rem; line-height:1.5; margin-bottom:28px; }
.roi-context strong { color:#173653; }
.roi-profile,.roi-sources { background:white; border:1px solid var(--roi-line); border-radius:18px; box-shadow:0 7px 30px rgba(21,40,73,.04); padding:30px; }
.roi-section-head,.roi-content-head,.roi-progress-top,.roi-plan-head { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; }
.roi-overline { color:var(--roi-purple); display:block; margin-bottom:7px; }
.roi-section-head h2,.roi-content-head h2 { font-size:1.75rem; color:var(--roi-navy); font-weight:750; margin:0 0 7px; }
.roi-section-head p,.roi-content-head p { color:var(--roi-muted); margin:0; font-size:.94rem; }
.roi-pill { padding:7px 12px; border-radius:999px; background:#fff2e6; color:#8c5516; font-size:.75rem; font-weight:750; white-space:nowrap; }
.roi-pill.is-ready { background:#e4f5ec; color:#166449; }
.roi-profile-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; margin-top:26px; }
.roi-field label { display:block; color:#273b57; font-size:.8rem; font-weight:750; margin-bottom:7px; }
.roi-optional { color:#7d899a; font-weight:500; }
.roi-field input,.roi-field select,.roi-search input,.roi-evidence textarea { font:inherit; color:#1c304d; border:1px solid #ccd6e2; background:#fff; border-radius:9px; width:100%; }
.roi-field input,.roi-field select { height:44px; padding:0 12px; font-size:.89rem; }
.roi-field input:focus,.roi-field select:focus,.roi-search input:focus,.roi-evidence textarea:focus { outline:3px solid #d8c8e9; border-color:var(--roi-purple); }
.roi-check-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px 18px; margin-top:22px; }
.roi-check-grid label { display:flex; gap:9px; align-items:flex-start; color:#344761; font-size:.86rem; line-height:1.4; cursor:pointer; padding:7px 0; }
.roi-check-grid input { accent-color:var(--roi-purple); width:17px; height:17px; flex:none; margin:1px 0 0; }
.roi-profile-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; border-top:1px solid var(--roi-line); margin-top:24px; padding-top:22px; }
.roi-profile-bottom p { margin:0; color:var(--roi-muted); font-size:.79rem; max-width:590px; }
.roi-btn { display:inline-flex; align-items:center; justify-content:center; gap:6px; border-radius:9px; padding:11px 16px; min-height:44px; border:1px solid transparent; font:700 .87rem var(--sans); cursor:pointer; text-align:center; text-decoration:none; transition:background .18s,border-color .18s,transform .18s; white-space:nowrap; }
.roi-btn:hover:not(:disabled) { transform:translateY(-1px); }
.roi-btn:disabled { opacity:.45; cursor:not-allowed; }
.roi-btn-primary { background:var(--roi-purple); color:white; }
.roi-btn-primary:hover:not(:disabled) { background:#4e2774; }
.roi-btn-outline { background:white; border-color:#becbda; color:#344667; }
.roi-btn-outline:hover:not(:disabled) { border-color:var(--roi-purple); color:var(--roi-purple); }
.roi-workspace { display:grid; grid-template-columns:230px minmax(0,1fr); align-items:start; gap:24px; margin-top:28px; scroll-margin-top:110px; }
.roi-workspace[hidden],#questions-view[hidden],#report-view[hidden] { display:none; }
.roi-sidebar { background:white; border:1px solid var(--roi-line); border-radius:16px; padding:18px 12px 12px; position:sticky; top:110px; }
.roi-sidebar-title { text-transform:uppercase; letter-spacing:.12em; color:#728099; font-size:.68rem; font-weight:750; padding:0 12px 12px; }
.roi-sidebar nav { display:grid; gap:3px; }
.roi-nav-item { width:100%; border:0; background:transparent; display:flex; gap:10px; align-items:center; text-align:left; border-radius:9px; padding:10px 11px; cursor:pointer; color:#4b5e78; font:inherit; }
.roi-nav-item:hover:not(:disabled) { background:#f6f3fa; }
.roi-nav-item.active { color:var(--roi-purple); background:var(--roi-purple-soft); }
.roi-nav-item:disabled { opacity:.42; cursor:not-allowed; }
.roi-nav-index { font-size:.71rem; font-weight:800; color:#8090a5; width:22px; flex:none; }
.roi-nav-item.active .roi-nav-index { color:var(--roi-purple); }
.roi-nav-copy { display:grid; line-height:1.3; gap:3px; }
.roi-nav-copy strong { font-size:.83rem; font-weight:700; }
.roi-nav-copy small { font-size:.7rem; color:#8692a2; }
.roi-report-nav { width:100%; border:0; border-top:1px solid var(--roi-line); background:transparent; color:var(--roi-purple); display:flex; justify-content:space-between; padding:16px 12px 5px; font:700 .84rem var(--sans); cursor:pointer; margin-top:12px; }
.roi-report-nav.active { color:#1e615d; }
.roi-report-nav:disabled { color:#8996a8; cursor:not-allowed; }
.roi-main-panel { min-width:0; }
.roi-progress-card { background:white; border:1px solid var(--roi-line); border-radius:14px; padding:18px 22px; margin-bottom:25px; }
.roi-progress-top { align-items:center; }
.roi-progress-top strong { display:block; font-size:1rem; color:var(--roi-navy); }
.roi-progress-top #save-state { color:#789087; font-size:.74rem; white-space:nowrap; }
.roi-progress-track { display:block; appearance:none; width:100%; height:7px; margin-top:15px; border:0; border-radius:50px; overflow:hidden; background:#e9eaf2; }
.roi-progress-track::-webkit-progress-bar { background:#e9eaf2; border-radius:50px; }
.roi-progress-track::-webkit-progress-value { background:linear-gradient(90deg,#567e8d,#7150a6); border-radius:50px; transition:width .3s; }
.roi-progress-track::-moz-progress-bar { background:linear-gradient(90deg,#567e8d,#7150a6); border-radius:50px; }
.roi-content-head { align-items:center; margin-bottom:22px; }
.roi-content-head h2 { margin-bottom:5px; }
.roi-content-head p { max-width:620px; }
.roi-filter-row { display:flex; align-items:center; gap:14px; margin-bottom:16px; }
.roi-search { flex:1; }
.roi-search input { height:42px; padding:0 14px; font-size:.86rem; }
.roi-switch { color:#52647d; font-size:.83rem; white-space:nowrap; display:flex; gap:7px; align-items:center; cursor:pointer; }
.roi-switch input { accent-color:var(--roi-purple); }
.roi-question-list { display:grid; gap:15px; }
.roi-question { background:white; border:1px solid var(--roi-line); border-radius:15px; padding:22px; box-shadow:0 5px 25px rgba(29,47,76,.035); scroll-margin-top:120px; }
.roi-question.is-answered { border-left:4px solid #8b78aa; }
.roi-question-top { display:flex; gap:13px; align-items:flex-start; }
.roi-number { display:grid; place-items:center; width:34px; height:34px; border-radius:8px; background:#eef1f7; color:#4a5a79; font-size:.82rem; font-weight:800; flex:none; }
.roi-question h3 { color:var(--roi-navy); font-size:1.13rem; font-weight:750; line-height:1.25; margin:1px 0 7px; }
.roi-risk { color:#718096; font-size:.7rem; font-weight:700; }
.roi-risk.critical { color:#a45d37; }
.roi-minimum { background:#f8f9fc; border-radius:9px; margin:18px 0 19px; padding:12px 15px; }
.roi-minimum span { display:block; color:#697994; text-transform:uppercase; letter-spacing:.1em; font-size:.66rem; font-weight:800; margin-bottom:4px; }
.roi-minimum p { color:#344861; font-size:.85rem; line-height:1.48; margin:0; }
.roi-question fieldset { border:0; padding:0; margin:0; min-width:0; }
.roi-question legend { font-size:.78rem; color:#536680; font-weight:750; margin-bottom:10px; }
.roi-answer-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:9px; }
.roi-choice { display:flex; align-items:center; gap:5px; min-width:0; }
.roi-choice .roi-answer { flex:1; }
.roi-answer { min-height:42px; display:flex; align-items:center; justify-content:center; text-align:center; padding:7px 6px; color:#495c76; border:1px solid #d2dce6; border-radius:8px; font-size:.75rem; font-weight:700; cursor:pointer; transition:background .18s,border-color .18s; }
.roi-answer:hover { background:#f6f2fa; border-color:#9e81b8; }
.roi-answer.selected { background:#eee8f5; color:#56347d; border-color:#9e80b9; }
@media (prefers-reduced-motion:no-preference) {
  .roi-hero-note { animation:roi-note-float 6s ease-in-out infinite; }
  .roi-question { transition:box-shadow .25s ease,border-color .25s ease; }
  .roi-question:hover,.roi-question:focus-within { box-shadow:0 12px 32px rgba(29,47,76,.09); }
  .roi-answer { transition:background .2s ease,border-color .2s ease,transform .2s ease; }
  .roi-answer:hover,.roi-answer:focus-within { transform:translateY(-2px); }
  .roi-answer.selected { transform:scale(1.02); }
  @keyframes roi-note-float { 50% { transform:translateY(-5px); } }
}
.roi-answer:has(input:focus-visible) { outline:3px solid #c8b2dc; outline-offset:2px; }
.roi-answer input { position:absolute; opacity:0; width:1px; height:1px; }
.roi-title-line { display:flex; align-items:flex-start; gap:9px; }
.roi-title-line h2,.roi-title-line h3 { margin-right:0; }
.roi-help { position:relative; display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px; flex:none; border-radius:50%; border:1px solid #9a83b4; color:#623a83; background:#f8f4fc; font:bold .72rem var(--sans); cursor:help; vertical-align:middle; margin:1px 0 0 4px; }
.roi-help:focus-visible { outline:3px solid #c8b2dc; outline-offset:2px; }
.roi-tooltip { position:absolute; z-index:30; bottom:calc(100% + 9px); left:50%; transform:translate(-50%,5px); width:min(350px,calc(100vw - 42px)); padding:14px 15px; border-radius:9px; background:#23334e; color:white; box-shadow:0 10px 24px rgba(20,36,64,.25); font:500 .8rem/1.5 var(--sans); text-align:left; white-space:normal; opacity:0; visibility:hidden; pointer-events:none; transition:opacity .16s,transform .16s,visibility .16s; }
.roi-tooltip::after { content:""; position:absolute; left:0; right:0; height:11px; bottom:-11px; }
.roi-help:hover .roi-tooltip,.roi-help:focus .roi-tooltip,.roi-help:focus-within .roi-tooltip { opacity:1; visibility:visible; pointer-events:auto; transform:translate(-50%,0); }
.roi-choice:nth-child(4) .roi-tooltip,.roi-choice:nth-child(5) .roi-tooltip { left:auto; right:0; transform:translateY(5px); }
.roi-choice:nth-child(4) .roi-help:hover .roi-tooltip,.roi-choice:nth-child(4) .roi-help:focus .roi-tooltip,.roi-choice:nth-child(4) .roi-help:focus-within .roi-tooltip,.roi-choice:nth-child(5) .roi-help:hover .roi-tooltip,.roi-choice:nth-child(5) .roi-help:focus .roi-tooltip,.roi-choice:nth-child(5) .roi-help:focus-within .roi-tooltip { transform:translateY(0); }
.roi-title-line .roi-tooltip,.roi-question legend .roi-tooltip { left:auto; right:0; transform:translateY(5px); }
.roi-title-line .roi-help:hover .roi-tooltip,.roi-title-line .roi-help:focus-within .roi-tooltip,.roi-question legend .roi-help:hover .roi-tooltip,.roi-question legend .roi-help:focus-within .roi-tooltip { transform:translateY(0); }
.roi-help-green,.roi-term { border-color:#7eae91; color:#1d765a; background:#e8f7ed; }
.roi-term { display:inline-grid; place-items:center; width:17px; height:17px; margin:0 2px 0 3px; padding:0; border:1px solid #7eae91; border-radius:50%; font:800 .65rem var(--sans); line-height:1; vertical-align:middle; cursor:help; }
.roi-term:focus-visible { outline:2px solid #72cb95; outline-offset:2px; }
.roi-term-tooltip { position:absolute; left:0; right:0; bottom:calc(100% + 8px); padding:12px 13px; border:1px solid #8fcfa7; border-radius:9px; background:#e9f8ef; color:#214f3b; box-shadow:0 12px 25px rgba(10,40,25,.23); text-align:left; font:500 .78rem/1.45 var(--sans); opacity:0; visibility:hidden; pointer-events:none; transform:translateY(5px); transition:opacity .15s,transform .15s; }
.roi-term-tooltip strong { display:block; color:#17543a; margin-bottom:3px; }
.roi-term:hover .roi-term-tooltip,.roi-term:focus .roi-term-tooltip { opacity:1; visibility:visible; transform:translateY(0); }
.roi-question legend .roi-help { margin-left:5px; }
.roi-unsure { display:inline-flex; align-items:center; gap:7px; margin-top:11px; color:#607089; font-size:.78rem; cursor:pointer; }
.roi-unsure-choice { display:flex; align-items:center; gap:6px; width:max-content; max-width:100%; }
.roi-unsure-choice > .roi-help { margin-top:11px; }
.roi-unsure input { accent-color:var(--roi-purple); }
.roi-waste,.roi-report-waste { background:#fff; border:1px solid var(--roi-line); border-radius:15px; padding:23px; }
.roi-waste h3,.roi-report-waste h3 { color:var(--roi-navy); font-size:1.13rem; margin:0 0 8px; }
.roi-waste p,.roi-report-waste p { color:#52647b; font-size:.86rem; line-height:1.5; }
.roi-waste textarea { display:block; width:100%; min-height:125px; padding:12px; border:1px solid #cbd5e2; border-radius:9px; color:var(--roi-navy); font:inherit; resize:vertical; }
.roi-waste textarea:focus { outline:3px solid #d8c8e9; border-color:var(--roi-purple); }
.roi-waste-footer { display:flex; justify-content:space-between; align-items:center; gap:12px; margin:12px 0 6px; }
.roi-waste-footer span,.roi-waste > small,.roi-waste-result small,.roi-report-waste small { color:#68798e; font-size:.73rem; }
.roi-waste-result { background:#f3f8f6; border:1px solid #d2e7da; border-radius:10px; padding:16px; margin-top:14px; }
.roi-waste-result strong { color:#21684d; font-size:.86rem; }
.roi-waste-result p { margin:7px 0; }
.roi-waste-result ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:5px 15px; padding:0; list-style:none; margin:10px 0; font-size:.75rem; }
.roi-waste-result .is-present { color:#1e6b50; }.roi-waste-result .is-missing { color:#935b25; }
.roi-waste-advice { margin-top:16px; padding:16px 18px; border:1px solid #b8d6c6; border-radius:10px; background:#f4faf6; }
.roi-waste-advice > strong,.roi-waste-advice h4 { color:#235d43; font-size:.86rem; }
.roi-waste-advice p { margin:7px 0 10px; }
.roi-waste-advice ol { margin:8px 0 12px; padding-left:20px; color:#344d43; font-size:.8rem; line-height:1.5; }
.roi-waste-advice li+li { margin-top:6px; }
.roi-waste-advice small { color:#526b5e; font-size:.72rem; line-height:1.45; }
.roi-error { color:#a0443e!important; font-weight:700; margin:10px 0 0!important; }
.roi-verdict-line { display:flex; align-items:center; gap:21px; margin:10px 0; }
.roi-big-score { color:var(--roi-navy); font-size:2.8rem; line-height:1; white-space:nowrap; }
.roi-verdict.good .roi-big-score { color:#23654d; }.roi-verdict.bad .roi-big-score { color:#a0443e; }
.roi-scale,.roi-section-scores,.roi-sanction { background:white; border:1px solid var(--roi-line); border-radius:13px; padding:21px; margin:15px 0 25px; }
.roi-scale h3,.roi-section-scores h3 { color:var(--roi-navy); font-size:1.08rem; margin:0 0 13px; }
.roi-scale > div { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:8px; }
.roi-scale > div span { background:#f5f6fa; border-radius:8px; padding:10px; color:#4c5e77; font-size:.73rem; line-height:1.35; }
.roi-scale b { display:block; color:var(--roi-purple); font-size:1.18rem; }
.roi-scale p,.roi-section-scores > small,.roi-sanction p { color:#5b6e86; font-size:.79rem; line-height:1.5; margin:11px 0 0; }
.roi-section-scores > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.roi-section-score { border:1px solid #dce3ec; background:#fafbfe; border-radius:9px; text-align:left; padding:12px; display:flex; justify-content:space-between; gap:10px; cursor:pointer; color:var(--roi-navy); font:700 .8rem var(--sans); }
.roi-section-score-wrap { position:relative; min-width:0; }
.roi-section-score-wrap .roi-section-score { width:100%; min-height:76px; padding-right:43px; }
.roi-section-score-wrap .roi-report-help { position:absolute; right:12px; top:calc(50% - 10px); z-index:35; }
.roi-section-score-wrap .roi-report-help:hover,.roi-section-score-wrap .roi-report-help:focus-within { z-index:200; }
.roi-report-help .roi-tooltip { width:min(430px,calc(100vw - 42px)); left:auto; right:0; transform:translateY(5px); }
.roi-report-help:hover .roi-tooltip,.roi-report-help:focus-within .roi-tooltip { transform:translateY(0); }
.roi-section-score:hover,.roi-section-score:focus-visible { border-color:var(--roi-purple); background:#f7f1fb; }
.roi-section-score.has-gap { border-color:#e6b3a7; background:#fff8f5; }
.roi-section-score small { display:block; color:#74849a; font-weight:500; margin-top:4px; }
.roi-section-score strong { font-size:1.05rem; white-space:nowrap; }
.roi-sanction { border-color:#ecc7bd; background:#fff8f5; }
.roi-sanction strong { color:#9d443c; }.roi-sanction a { color:#713d75; font-size:.77rem; font-weight:750; text-decoration:underline; }
.roi-report-waste { margin-top:25px; }
.roi-evidence { margin-top:16px; }
.roi-evidence summary { color:#6b4c91; font-size:.78rem; font-weight:700; cursor:pointer; width:max-content; }
.roi-evidence textarea { display:block; margin-top:9px; padding:9px 11px; font-size:.84rem; resize:vertical; }
.roi-question-foot { display:flex; justify-content:space-between; gap:12px; margin-top:18px; padding-top:13px; border-top:1px solid #edf0f5; font-size:.73rem; }
.roi-question-foot a { color:var(--roi-purple); font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.roi-question-foot span { color:#8390a2; }
.roi-bottom-nav { display:flex; justify-content:space-between; gap:15px; margin-top:22px; }
.roi-empty { background:white; padding:24px; border:1px dashed #cbd5e2; border-radius:12px; color:#62738c; font-size:.9rem; }
.roi-verdict { background:#eef3f8; border:1px solid #d8e3ee; border-radius:16px; padding:25px; }
.roi-verdict.good { background:#eaf6f0; border-color:#cdebd9; }
.roi-verdict.bad { background:#fff1ee; border-color:#f1d2ca; }
.roi-verdict > span { text-transform:uppercase; letter-spacing:.12em; font-size:.68rem; font-weight:800; color:#637a95; }
.roi-verdict h3 { font-size:1.45rem; font-weight:800; color:#243b5d; margin:7px 0; }
.roi-verdict.good h3 { color:#23654d; }
.roi-verdict.bad h3 { color:#a0443e; }
.roi-verdict p { color:#465a73; font-size:.9rem; margin:0 0 11px; }
.roi-verdict small { color:#677991; font-size:.72rem; }
.roi-stat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:13px 0 30px; }
.roi-stat-grid > div { background:white; border:1px solid var(--roi-line); border-radius:12px; padding:16px; display:grid; gap:3px; }
.roi-stat-grid strong { color:var(--roi-navy); font-size:1.65rem; line-height:1; }
.roi-stat-grid span { color:#697b92; font-size:.73rem; }
.roi-plan-head { align-items:end; margin-bottom:15px; }
.roi-plan-head h3 { font-size:1.35rem; color:var(--roi-navy); font-weight:750; margin:0; }
.roi-plan-head > span { color:#79869a; font-size:.78rem; }
.roi-plan-list { display:grid; gap:9px; }
.roi-plan-item { background:white; border:1px solid var(--roi-line); border-radius:11px; padding:16px; display:grid; grid-template-columns:100px minmax(0,1fr) 42px; gap:16px; align-items:start; }
.roi-plan-item > div:first-child { display:grid; gap:5px; }
.roi-plan-index { color:#8898aa; font-weight:800; font-size:.8rem; }
.roi-plan-priority { font-size:.65rem; color:#825d25; font-weight:750; }
.roi-plan-priority.high { color:#af4a42; }
.roi-plan-item h4 { color:var(--roi-navy); font-size:.92rem; font-weight:750; margin:0 0 3px; }
.roi-plan-item p { color:#52647b; font-size:.82rem; line-height:1.45; margin:0; }
.roi-plan-item small { color:#607087; display:block; margin-top:7px; overflow-wrap:anywhere; }
.roi-plan-item a { font-size:.73rem; font-weight:750; color:var(--roi-purple); white-space:nowrap; }
.roi-report-tools { display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:22px; }
.roi-reset { background:transparent; border:0; color:#9a5550; font:700 .8rem var(--sans); padding:10px; margin-left:auto; cursor:pointer; text-decoration:underline; }
.roi-sources { margin-top:28px; }
.roi-sources h2 { font-size:1.4rem; font-weight:750; margin:0 0 20px; }
.roi-sources-grid { display:grid; grid-template-columns:1fr 1fr; gap:25px; }
.roi-sources-grid > div { border-top:1px solid var(--roi-line); padding-top:15px; }
.roi-sources-grid strong { color:var(--roi-navy); font-size:.9rem; }
.roi-sources-grid p { color:#5d6e85; font-size:.8rem; line-height:1.5; margin:6px 0 9px; }
.roi-sources-grid a { color:var(--roi-purple); font-weight:750; font-size:.78rem; text-decoration:underline; text-underline-offset:3px; }
@media (max-width:1100px) { .roi-profile-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .roi-check-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .roi-workspace { grid-template-columns:205px minmax(0,1fr); } }
@media (max-width:1100px) { .roi-scale > div { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:800px) { .roi-hero-inner { grid-template-columns:1fr; gap:25px; padding-top:45px; padding-bottom:45px; } .roi-hero-note { flex-direction:row; align-items:center; gap:15px; } .roi-note-number { margin:0; font-size:3.3rem; } .roi-note-line,.roi-hero-note small { display:none; } .roi-workspace { display:block; } .roi-sidebar { position:static; margin-bottom:16px; } .roi-sidebar nav { display:flex; overflow:auto; padding-bottom:4px; } .roi-nav-item { flex:0 0 auto; width:auto; border:1px solid #e1e5ed; } .roi-nav-copy small { display:none; } .roi-report-nav { justify-content:flex-start; gap:10px; margin:0; padding:13px 12px 0; } }
@media (max-width:600px) { .roi-profile,.roi-sources { padding:21px 17px; } .roi-profile-grid,.roi-check-grid,.roi-sources-grid { grid-template-columns:1fr; } .roi-section-head,.roi-content-head,.roi-profile-bottom { display:block; } .roi-pill { display:inline-block; margin-top:14px; } .roi-profile-bottom .roi-btn { width:100%; margin-top:16px; } .roi-content-head .roi-btn { margin-top:15px; } .roi-question { padding:18px 15px; } .roi-answer-grid { grid-template-columns:repeat(2,1fr); } .roi-filter-row { align-items:stretch; flex-direction:column; } .roi-stat-grid { grid-template-columns:repeat(2,1fr); } .roi-plan-item { grid-template-columns:1fr auto; gap:10px; } .roi-plan-item > div:first-child { grid-column:1 / -1; display:flex; gap:10px; } .roi-plan-item > div:nth-child(2) { grid-column:1; } .roi-bottom-nav { flex-direction:column; } .roi-report-tools .roi-btn { width:100%; } .roi-reset { margin:0 auto; } .roi-scale > div,.roi-section-scores > div,.roi-waste-result ul { grid-template-columns:1fr; } .roi-verdict-line { align-items:flex-start; } .roi-waste-footer { align-items:stretch; flex-direction:column; } }
@media (max-width:600px) {
  .roi-help .roi-tooltip,.roi-choice:nth-child(4) .roi-tooltip,.roi-choice:nth-child(5) .roi-tooltip,.roi-report-help .roi-tooltip { position:fixed; left:12px; right:12px; bottom:12px; width:auto; transform:translateY(5px); z-index:100; }
  .roi-help:hover .roi-tooltip,.roi-help:focus-within .roi-tooltip,.roi-choice:nth-child(4) .roi-help:hover .roi-tooltip,.roi-choice:nth-child(4) .roi-help:focus-within .roi-tooltip,.roi-choice:nth-child(5) .roi-help:hover .roi-tooltip,.roi-choice:nth-child(5) .roi-help:focus-within .roi-tooltip,.roi-report-help:hover .roi-tooltip,.roi-report-help:focus-within .roi-tooltip { transform:translateY(0); }
  .roi-section-scores:has(.roi-report-help:focus-within) .roi-report-help:not(:focus-within) { opacity:0; pointer-events:none; }
}
@media print { .site-header,.site-footer,.roi-hero,.roi-context,.roi-profile,.roi-sidebar,.roi-progress-card,.roi-content-head button,.roi-report-tools,.roi-sources { display:none!important; } .roi-app { background:white; padding:0; } .roi-body { padding:0; max-width:none; } .roi-workspace { display:block; margin:0; } #questions-view { display:none!important; } #report-view { display:block!important; } .roi-verdict,.roi-stat-grid > div,.roi-plan-item { break-inside:avoid; box-shadow:none; } .roi-plan-item { padding:10px 0; border-left:0; border-right:0; } }
