:root{--fh-navy:#08264a;--fh-blue:#1769e0;--fh-sky:#eef7ff;--fh-ink:#173a5e;--fh-muted:#60758d;--fh-line:#d7e5f2;--fh-green:#16845b;--fh-red:#b83d4b;--fh-amber:#aa6900}
*{box-sizing:border-box}
.fh-main{min-height:100vh;padding-bottom:54px;background:linear-gradient(180deg,#f2f8ff 0,#fff 52%);color:var(--fh-ink)}
.fh-wrap{width:min(1140px,calc(100% - 32px));margin:0 auto}
.fh-hero{padding:48px 0 30px;background:radial-gradient(circle at 85% 6%,rgba(44,165,255,.3),transparent 32%),linear-gradient(135deg,#e8f5ff,#f8fbff)}
.fh-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:34px;align-items:center}
.fh-kicker,.fh-card-head>div>span,.fh-result-head>div>span{color:var(--fh-blue);font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.fh-hero h1{max-width:780px;margin:8px 0 13px;color:var(--fh-navy);font-size:clamp(38px,5.5vw,64px);line-height:1.02;letter-spacing:-.045em}
.fh-hero p{max-width:780px;margin:0;color:#4f6984;font-size:17px;line-height:1.6}
.fh-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.fh-trust span{border:1px solid #bcd5eb;border-radius:999px;background:rgba(255,255,255,.78);padding:7px 10px;color:#41647f;font-size:10px;font-weight:850}
.fh-hero-card{display:grid;gap:9px;border:1px solid rgba(255,255,255,.38);border-radius:20px;background:linear-gradient(145deg,#092b55,#0d4f96);padding:22px;color:#fff;box-shadow:0 15px 34px rgba(9,51,103,.18)}
.fh-hero-card strong{font-size:20px}
.fh-hero-card span{border-top:1px solid rgba(255,255,255,.13);padding-top:9px;color:#d3e8f8;font-size:12px}
.fh-workspace{display:grid;grid-template-columns:1.08fr .92fr;gap:18px;padding-top:24px}
.fh-card{border:1px solid var(--fh-line);border-radius:20px;background:#fff;padding:22px;box-shadow:0 12px 32px rgba(25,70,118,.07)}
.fh-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:17px}
.fh-card-head h2{margin:4px 0 0;color:var(--fh-navy);font-size:22px}
.fh-text-button{border:0;background:transparent;color:var(--fh-blue);font:inherit;font-size:11px;font-weight:850;cursor:pointer}
.fh-stepper{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:20px}
.fh-stepper button{display:flex;align-items:center;gap:7px;border:1px solid var(--fh-line);border-radius:11px;background:#f8fbff;padding:8px;color:#688097;font:inherit;font-size:10px;font-weight:800;cursor:pointer}
.fh-stepper b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#dfeaf5;color:#54708a}
.fh-stepper button.active{border-color:#9ec5f8;background:#edf5ff;color:#145da9}
.fh-stepper button.active b{background:var(--fh-blue);color:#fff}
.fh-step{min-width:0;margin:0;padding:0;border:0}
.fh-step:not(.active){display:none}
.fh-step legend{padding:0;color:var(--fh-navy);font-size:23px;font-weight:850}
.fh-step-copy{margin:6px 0 17px;color:var(--fh-muted);font-size:12px;line-height:1.5}
.fh-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.fh-fields label{color:#365775;font-size:11px;font-weight:850}
.fh-fields input,.fh-fields select{display:block;width:100%;margin-top:6px;border:1px solid #bdd0e2;border-radius:11px;background:#fbfdff;padding:12px;color:#173653;font:inherit;font-size:14px;outline:none}
.fh-fields input:focus,.fh-fields select:focus{border-color:var(--fh-blue);box-shadow:0 0 0 3px rgba(23,105,224,.11)}
.fh-fields small{display:block;margin-top:4px;color:#8091a4;font-size:9px;font-weight:600;line-height:1.35}
.fh-step-actions{display:flex;justify-content:space-between;gap:10px;margin-top:17px}
.fh-primary,.fh-secondary{border-radius:11px;padding:12px 16px;font:inherit;font-size:12px;font-weight:850;cursor:pointer}
.fh-primary{border:0;background:linear-gradient(135deg,#0b3971,#2178ef);color:#fff}
.fh-secondary{border:1px solid #bfd1e3;background:#f7fbff;color:#315979}
.fh-message{min-height:16px;margin:10px 0 0;color:var(--fh-green);font-size:11px;font-weight:750}
.fh-results-card{background:linear-gradient(155deg,#07264a,#0c417b);color:#fff}
.fh-empty{min-height:460px;display:grid;place-items:center;align-content:center;text-align:center;color:#d5e8f8}
.fh-empty-icon{width:60px;height:60px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(255,255,255,.09);font-size:28px}
.fh-empty strong{margin-top:13px;font-size:22px}
.fh-empty span{max-width:340px;margin-top:7px;color:#bad2e5;font-size:12px;line-height:1.55}
.fh-result-head{display:flex;align-items:center;justify-content:space-between;gap:15px}
.fh-result-head>div>span{color:#78c6ff}
.fh-result-head h2{margin:4px 0;color:#fff;font-size:25px}
.fh-result-head small{color:#bcd3e6}
.fh-score-ring{--score:0;flex:0 0 96px;width:96px;height:96px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle,#0a3565 59%,transparent 61%),conic-gradient(#55d4a5 calc(var(--score)*1%),rgba(255,255,255,.15) 0)}
.fh-score-ring strong{font-size:30px;line-height:1}
.fh-score-ring span{color:#bed8eb;font-size:9px}
.fh-score-note{margin:15px 0;padding:10px 12px;border-left:3px solid #68c8ff;border-radius:8px;background:rgba(255,255,255,.07);color:#d5e8f8;font-size:10px;line-height:1.5}
.fh-metrics{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.fh-metrics div{border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.07);padding:12px}
.fh-metrics small,.fh-metrics strong,.fh-metrics span{display:block}
.fh-metrics small{color:#acd0ea;font-size:9px;font-weight:850;text-transform:uppercase}
.fh-metrics strong{margin:5px 0 2px;font-size:18px}
.fh-metrics span{color:#bcd0e0;font-size:8.5px;line-height:1.3}
.fh-after{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
.fh-score-card,.fh-tools-card{grid-column:1/-1}
.fh-action-list,.fh-scenario-list,.fh-components{display:grid;gap:9px}
.fh-action{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;border:1px solid var(--fh-line);border-radius:13px;background:#f9fcff;padding:12px}
.fh-action b{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e9f4ff;color:var(--fh-blue)}
.fh-action strong,.fh-action span{display:block}
.fh-action strong{color:var(--fh-navy);font-size:12px}
.fh-action span{margin-top:3px;color:var(--fh-muted);font-size:10px;line-height:1.4}
.fh-action a{white-space:nowrap;color:var(--fh-blue);font-size:10px;font-weight:850;text-decoration:none}
.fh-scenario{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid var(--fh-line);border-radius:13px;background:#f8fbff;padding:12px}
.fh-scenario strong,.fh-scenario span{display:block}
.fh-scenario strong{font-size:12px;color:var(--fh-navy)}
.fh-scenario span{margin-top:3px;color:var(--fh-muted);font-size:10px}
.fh-scenario b{color:var(--fh-blue);font-size:13px;text-align:right}
.fh-scenario-note{margin:11px 0 0;color:#71859a;font-size:10px;line-height:1.45}
.fh-components{grid-template-columns:repeat(5,1fr)}
.fh-component{border:1px solid var(--fh-line);border-radius:13px;background:#fbfdff;padding:12px}
.fh-component strong,.fh-component span{display:block}
.fh-component strong{font-size:11px;color:var(--fh-navy)}
.fh-component span{margin:4px 0 8px;color:var(--fh-muted);font-size:9px}
.fh-component-track{height:6px;border-radius:99px;background:#e6eef6;overflow:hidden}
.fh-component-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1a73e8,#50cfa5)}
.fh-askq-card{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;margin-bottom:12px;border:1px solid #96c2fb;border-radius:16px;background:linear-gradient(135deg,#edf7ff,#f7fbff);padding:15px}
.fh-askq-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#0b3971,#2178ef);color:#fff;font-size:22px;font-weight:900}
.fh-askq-card strong{display:block;color:var(--fh-navy);font-size:14px}
.fh-askq-card p{margin:4px 0;color:#4e6b87;font-size:11px;line-height:1.45}
.fh-askq-card small{display:block;color:#75899e;font-size:9px;line-height:1.4}
.fh-askq-card button{border:0;border-radius:12px;background:linear-gradient(135deg,#0b3971,#2178ef);padding:12px 15px;color:#fff;font:inherit;font-size:11px;font-weight:900;cursor:pointer;white-space:nowrap}
.fh-askq-card button:hover{filter:brightness(1.06)}
.fh-askq-card button:focus-visible{outline:3px solid rgba(23,105,224,.25);outline-offset:2px}
.fh-tool-links{display:flex;gap:8px;flex-wrap:wrap}
.fh-tool-links a,.fh-tool-links button{border:1px solid #bdd1e6;border-radius:11px;background:#f6faff;color:#145ca9;padding:11px 13px;font:inherit;font-size:11px;font-weight:850;text-decoration:none;cursor:pointer}
.fh-ad-slot{min-height:110px;margin:22px 0;border:1px dashed #c7d6e5;border-radius:16px;display:grid;place-items:center;background:#fbfdff;color:#8798aa;font-size:11px}
.fh-guide{border:1px solid var(--fh-line);border-radius:20px;background:#fff;padding:24px}
.fh-guide h2{margin:0 0 16px;color:var(--fh-navy)}
.fh-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.fh-guide article{border-radius:13px;background:var(--fh-sky);padding:15px}
.fh-guide article strong{color:var(--fh-navy);font-size:13px}
.fh-guide article p{margin:6px 0 0;color:var(--fh-muted);font-size:11px;line-height:1.55}
.fh-disclaimer{margin:15px 0 0;color:#71849a;font-size:10px;line-height:1.55}
@media(max-width:860px){.fh-askq-card{grid-template-columns:48px 1fr}
.fh-askq-card button{grid-column:1/-1;width:100%}
.fh-hero-grid,.fh-workspace,.fh-after{grid-template-columns:1fr}
.fh-hero-card{grid-template-columns:repeat(3,1fr)}
.fh-hero-card strong{grid-column:1/-1}
.fh-score-card,.fh-tools-card{grid-column:auto}
.fh-components{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){.fh-askq-card{grid-template-columns:40px 1fr;padding:13px}
.fh-askq-mark{width:40px;height:40px}
.fh-wrap{width:min(100% - 20px,1140px)}
.fh-hero{padding:34px 0 22px}
.fh-hero p{font-size:14px}
.fh-hero-card{grid-template-columns:1fr}
.fh-hero-card strong{grid-column:auto}
.fh-card{padding:16px;border-radius:16px}
.fh-stepper button{justify-content:center}
.fh-stepper button span{display:none}
.fh-fields,.fh-metrics,.fh-guide-grid,.fh-components{grid-template-columns:1fr}
.fh-step-actions{align-items:stretch;flex-direction:column-reverse}
.fh-step-actions button{width:100%}
.fh-result-head{align-items:flex-start}
.fh-score-ring{width:82px;height:82px;flex-basis:82px}
.fh-action{grid-template-columns:28px 1fr}
.fh-action a{grid-column:2}
.fh-scenario{align-items:flex-start;flex-direction:column}
.fh-scenario b{text-align:left}
}
@media print{#iqlatorSharedHeader,#iqlatorSharedDrawer,.iq-sh-overlay,#iqlatorSharedFooter,.fh-form-card,.fh-ad-slot,.fh-tool-links,.fh-askq-card{display:none!important}
.fh-main{background:#fff}
.fh-workspace,.fh-after{display:block}
.fh-card{box-shadow:none;margin-bottom:14px}
.fh-results-card{background:#fff;color:#111}
.fh-results-card h2,.fh-results-card strong{color:#111}
.fh-score-note,.fh-metrics span,.fh-metrics small{color:#333}
.fh-metrics div{border-color:#bbb;background:#fff}
}
