:root { --ink:#13233b; --muted:#60708a; --line:#dbe2eb; --wash:#f4f7fb; --navy:#152a48; --blue:#2e6cf6; --teal:#0c8b7f; --warm:#f7efe4; --shadow:0 18px 50px rgba(21,42,72,.09); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color:var(--ink); background:var(--wash); line-height:1.5; }
* { box-sizing:border-box; }
.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; }
body { margin:0; min-width:320px; background:linear-gradient(180deg,#eef4fb 0,var(--wash) 42rem); }
button,textarea,input,select { font:inherit; } button { cursor:pointer; }
.shell { width:min(1120px,calc(100% - 40px)); margin:0 auto; }
.site-header { height:78px; display:flex; align-items:center; justify-content:space-between; width:min(1200px,calc(100% - 40px)); margin:0 auto; }
.brand { display:inline-flex; align-items:center; gap:10px; color:var(--ink); font-weight:800; letter-spacing:-.02em; text-decoration:none; }
.brand-mark { display:grid; place-items:center; width:32px; height:32px; border-radius:10px; color:#fff; background:var(--navy); font-size:11px; letter-spacing:.04em; }
.local-badge { display:inline-flex; align-items:center; gap:7px; padding:7px 11px; border:1px solid #d6e1ee; border-radius:99px; color:var(--muted); background:rgba(255,255,255,.65); font-size:12px; font-weight:700; }
.dot { width:7px; height:7px; border-radius:50%; background:var(--teal); box-shadow:0 0 0 3px rgba(12,139,127,.12); }
.hero { display:grid; grid-template-columns:1fr minmax(360px,500px); align-items:center; gap:clamp(40px,8vw,105px); padding:92px 0 112px; }
.eyebrow { margin:0 0 12px; color:var(--blue); font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
h1,h2,h3,h4,p { margin-top:0; } h1 { max-width:640px; margin-bottom:24px; font-size:clamp(40px,5.2vw,68px); line-height:.99; letter-spacing:-.055em; }
.hero-lede { max-width:565px; color:var(--muted); font-size:18px; line-height:1.65; }
.prompt-card,.review-panel { border:1px solid rgba(191,204,220,.8); border-radius:22px; background:rgba(255,255,255,.95); box-shadow:var(--shadow); }
.prompt-card { padding:28px; } .prompt-card label { display:block; margin-bottom:12px; font-size:15px; font-weight:800; }
textarea { width:100%; resize:vertical; min-height:170px; padding:16px; border:1px solid var(--line); border-radius:13px; color:var(--ink); background:#fbfcfe; outline:none; }
textarea:focus,select:focus,input:focus,button:focus-visible { border-color:var(--blue); outline:3px solid rgba(46,108,246,.18); outline-offset:2px; }
.field-hint,.muted,.panel-note,.privacy-note { color:var(--muted); font-size:12px; } .field-hint { margin:10px 0 20px; }
.form-error { margin:-5px 0 14px; color:#b42318; font-size:13px; font-weight:700; }
.button { border:0; border-radius:10px; padding:12px 17px; font-weight:800; transition:transform .15s ease,box-shadow .15s ease,background .15s ease; } .button:hover { transform:translateY(-1px); } .button:disabled { cursor:wait; opacity:.65; transform:none; }
.button-primary { color:#fff; background:var(--navy); box-shadow:0 7px 16px rgba(21,42,72,.16); } .button-primary:hover { background:#1c3962; }
.button-quiet { color:var(--muted); background:transparent; }
.workflow { padding-bottom:80px; } .workflow-head { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:24px; }
.workflow-head h2 { margin-bottom:0; font-size:clamp(25px,4vw,38px); line-height:1.1; letter-spacing:-.04em; }
.stepper { display:flex; gap:10px; margin-bottom:18px; } .step { flex:1; padding:12px 14px; color:#9aa7b9; border-bottom:2px solid var(--line); font-size:11px; font-weight:800; letter-spacing:.08em; } .step span { margin-left:7px; letter-spacing:0; } .step.active { color:var(--blue); border-color:var(--blue); }
.review-panel { padding:clamp(22px,4vw,40px); } .panel-intro { display:flex; align-items:flex-start; justify-content:space-between; gap:30px; margin-bottom:28px; } .panel-intro h3 { max-width:660px; margin-bottom:0; font-size:clamp(23px,3.5vw,34px); line-height:1.1; letter-spacing:-.04em; } .panel-note { max-width:260px; margin:0; line-height:1.6; }
.characteristic-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; } .characteristic { display:block; padding:17px; border:1px solid var(--line); border-radius:14px; background:#fbfcfe; cursor:pointer; } .characteristic:has(input:checked) { border-color:#a9c1fb; background:#f2f6ff; } .characteristic input { accent-color:var(--blue); margin-right:9px; } .characteristic strong { font-size:13px; } .characteristic p { margin:8px 0 0; color:var(--muted); font-size:12px; line-height:1.45; }
.review-depth { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:35px 0 25px; padding:18px; border-radius:15px; background:var(--warm); } .label { margin:0 0 5px; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; } .review-depth .muted { margin:0; }
.segmented { display:flex; gap:5px; padding:4px; border-radius:11px; background:rgba(255,255,255,.75); } .segment { border:0; border-radius:8px; padding:8px 11px; color:var(--muted); background:transparent; font-size:12px; font-weight:800; } .segment span { display:block; margin-top:2px; color:#8b806d; font-size:10px; font-weight:600; } .segment.selected { color:var(--navy); background:#fff; box-shadow:0 3px 8px rgba(80,64,40,.1); }
.panel-actions { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:30px; } .privacy-note { display:inline-flex; align-items:center; gap:8px; } .privacy-note span { color:var(--teal); font-size:20px; }
.decision-list { display:grid; gap:14px; } .decision-card { padding:22px; border:1px solid var(--line); border-radius:16px; background:#fbfcfe; } .decision-card.high { border-left:4px solid var(--blue); } .decision-meta { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:11px; } .pack-tag { color:var(--blue); font-size:11px; font-weight:900; letter-spacing:.08em; } .priority { padding:4px 8px; border-radius:99px; color:#7e5d17; background:#fff2cc; font-size:10px; font-weight:800; text-transform:uppercase; } .decision-card h4 { margin:0 0 8px; font-size:18px; letter-spacing:-.02em; } .decision-card .why { margin:0 0 18px; color:var(--muted); font-size:13px; }
.question-row { display:flex; align-items:center; gap:12px; flex-wrap:wrap; } select,input[type=text] { min-width:230px; padding:10px 12px; border:1px solid var(--line); border-radius:9px; color:var(--ink); background:#fff; } .custom-value { display:none; max-width:180px; min-width:130px!important; } .custom-value.visible { display:block; } .question-foot { display:flex; align-items:center; justify-content:space-between; gap:15px; margin-top:16px; color:var(--muted); font-size:11px; } .question-foot code { color:#536785; }
.summary-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; } .summary-card { min-height:130px; padding:18px; border:1px solid var(--line); border-radius:14px; background:#fbfcfe; } .summary-card strong { display:block; margin-bottom:9px; font-size:29px; letter-spacing:-.04em; } .summary-card p { margin:0; color:var(--muted); font-size:12px; } .summary-wide { grid-column:1 / -1; }
.results-hero { display:flex; align-items:center; gap:18px; padding-bottom:26px; border-bottom:1px solid var(--line); } .success-mark { display:grid; place-items:center; width:48px; height:48px; border-radius:50%; color:#fff; background:var(--teal); font-size:25px; } .results-hero h3 { margin-bottom:6px; font-size:clamp(25px,4vw,37px); letter-spacing:-.04em; } .results-hero p { margin:0; color:var(--muted); }
.download-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:25px 0 32px; } .download-card { display:flex; flex-direction:column; align-items:flex-start; min-height:145px; padding:16px; border:1px solid var(--line); border-radius:14px; background:#fbfcfe; } .download-card strong { margin-bottom:5px; } .download-card p { flex:1; margin:0 0 14px; color:var(--muted); font-size:12px; } .download-card .button { padding:8px 10px; color:var(--blue); background:#edf3ff; font-size:12px; }
.result-columns { display:grid; grid-template-columns:1fr 1fr; gap:35px; padding-top:5px; } .result-list { margin:10px 0 0; padding:0; list-style:none; color:var(--muted); font-size:13px; } .result-list li { padding:10px 0; border-bottom:1px solid #edf0f4; } .result-list li:last-child { border-bottom:0; } .result-list code { display:block; color:var(--blue); font-size:11px; font-weight:800; } .result-list span { color:var(--ink); }
.disclaimer { margin-top:28px; padding:15px 17px; border-radius:12px; color:#58687d; background:#eef4f8; font-size:12px; } .site-footer { display:flex; justify-content:space-between; gap:20px; padding:20px 0 34px; color:var(--muted); font-size:11px; } [hidden] { display:none!important; }
@media (max-width:820px) { .hero { grid-template-columns:1fr; padding:55px 0 75px; } .characteristic-grid,.summary-grid,.download-grid { grid-template-columns:1fr 1fr; } .panel-intro,.review-depth { align-items:stretch; flex-direction:column; } .panel-note { max-width:none; } .segmented { align-self:flex-start; } }
@media (max-width:560px) { .shell,.site-header { width:min(100% - 26px,1120px); } .site-header { height:65px; } .local-badge { font-size:10px; } .hero { padding-top:42px; } h1 { font-size:44px; } .prompt-card,.review-panel { border-radius:16px; padding:20px; } .characteristic-grid,.summary-grid,.download-grid,.result-columns { grid-template-columns:1fr; } .step span { display:block; margin:3px 0 0; } .panel-actions,.site-footer { align-items:flex-start; flex-direction:column; } .panel-actions .button-primary { width:100%; } .question-row select,.question-row input { width:100%; min-width:0; } }
