
*{box-sizing:border-box}
:root{--bg:#f4f5f7;--paper:#fff;--ink:#111317;--muted:#69717d;--line:#e3e7ec;--black:#080b10;--blue:#8fc7ff;--soft:#f7f9fb;--shadow:0 18px 50px rgba(7,10,15,.07)}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 15% -5%,rgba(121,183,255,.10),transparent 26rem),var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-text-size-adjust:100%}
.hero,main,.site-footer{max-width:1080px;margin:auto}
.hero{padding:28px 24px 18px}
.brand-shell{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:center;padding:34px 38px;border-radius:28px;background:linear-gradient(135deg,#05070a,#101722 58%,#07090d);color:white;box-shadow:0 22px 60px rgba(5,8,12,.19);position:relative;overflow:hidden}
.brand-shell:after{content:"";position:absolute;right:-120px;top:-130px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(121,183,255,.18),transparent 68%)}
.automatix-logo{width:100%;max-width:260px;height:auto;display:block;position:relative;z-index:1;filter:drop-shadow(0 16px 24px rgba(0,0,0,.28))}
.brand-copy{position:relative;z-index:1}
.brand-kicker{display:inline-flex;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#cfd8e3;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px}
.hero h1{font-size:clamp(36px,5.6vw,62px);line-height:1.01;letter-spacing:-.045em;margin:0;max-width:720px}
.hero p{max-width:680px;color:#c5ced9;font-size:17px;margin:17px 0 0}
.trust-row{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:20px;color:#dde7f0;font-size:12px;font-weight:700}
main{padding:0 24px 70px}
.card{background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:24px;padding:30px;margin:20px 0;box-shadow:var(--shadow)}
h2{margin:0 0 7px;font-size:26px;letter-spacing:-.02em;line-height:1.2}
.section-intro{margin:0 0 22px;color:var(--muted);font-size:14px}
label{display:block;font-size:14px;font-weight:750;margin-top:18px;color:#20242a}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}
.questions-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}
input,select,textarea{width:100%;margin-top:9px;padding:13px 14px;border:1px solid #dce1e7;border-radius:12px;background:#fbfcfd;color:var(--ink);font:inherit;font-size:16px;outline:none}
textarea{min-height:105px;resize:vertical;line-height:1.5}
input:focus,select:focus,textarea:focus{border-color:#9fc8f5;background:#fff;box-shadow:0 0 0 4px rgba(121,183,255,.12)}
fieldset{border:1px solid #dce1e7;border-radius:15px;padding:15px;background:#fbfcfd;min-width:0}
fieldset legend{font-weight:800}
fieldset label{display:inline-flex;align-items:center;margin:10px 13px 0 0;font-weight:600}
fieldset input{width:auto;min-height:0;margin:0 6px 0 0;accent-color:#111820}
.muted{color:var(--muted)}
.hint-box{margin:0 0 18px;padding:12px 14px;border-radius:12px;background:#eef5fc;border:1px solid #d7e9fb;color:#4c5968;font-size:13px}
.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.category-option{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid #dce1e7;border-radius:14px;padding:15px 16px;background:#fbfcfd;cursor:pointer;margin:0}
.category-option.active{background:linear-gradient(180deg,#eef5fc,#e7f0f9);border-color:#9fc3e7;color:#182333}
.category-option input{width:auto;min-height:0;margin:0;accent-color:#101720}
.category-panel{border:1px solid #dce1e7;border-radius:16px;margin-top:14px;overflow:hidden;background:#fff}
.panel-header{padding:16px 18px;font-weight:850;background:linear-gradient(90deg,#f4f7fa,#eef3f8)}
.panel-body{padding:18px}.panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 18px}.full{grid-column:1/-1}
.result-wrap{display:grid;grid-template-columns:160px 1fr;gap:28px;align-items:center}
.score{width:150px;height:150px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#eef5fc,#f8fbfe);border:12px solid #d6e6f5}
.score span{font-size:44px;font-weight:950;line-height:1}.score small{margin-top:3px;color:#6e7884;font-size:12px}
.summary{padding:14px;border-radius:12px;background:#eef2f6;color:#515b67}
.actions{display:flex;justify-content:flex-end;gap:12px;margin-top:25px}
button{border:0;border-radius:12px;padding:13px 18px;font-weight:850;cursor:pointer;font:inherit;min-height:48px}
.primary{background:linear-gradient(180deg,#121822,#090d12);color:#fff;box-shadow:0 8px 18px rgba(8,12,18,.16)}
.secondary{background:#e8f1fa;color:#1b2a3a}.privacy{font-size:12px;color:#7a838d}
.toast{position:fixed;right:20px;bottom:20px;background:#111820;color:#fff;padding:13px 16px;border-radius:12px;z-index:50}
.site-footer{padding:0 24px 44px;display:flex;justify-content:space-between;gap:20px;color:#7a838d;font-size:12px}
.site-footer div{display:flex;flex-direction:column;gap:2px}.site-footer strong{color:#212830;font-size:13px}
@media(max-width:820px){.brand-shell{grid-template-columns:1fr;gap:20px;padding:28px}.automatix-logo{max-width:220px}}
@media(max-width:760px){
.hero{padding:14px 10px 8px}.brand-shell{border-radius:22px;padding:24px 18px;gap:18px}.automatix-logo{max-width:190px;margin:auto}
.hero h1{font-size:36px}.hero p{font-size:15px;line-height:1.55}.trust-row{display:grid;gap:6px}
main{padding:0 10px 44px}.card{padding:23px 16px;margin:12px 0;border-radius:20px}h2{font-size:23px}
.section-intro{font-size:13px;line-height:1.6;margin-bottom:24px}
.grid,.questions-row,.category-grid,.panel-grid,.result-wrap{grid-template-columns:1fr}.grid,.panel-grid{gap:0}
label{margin-top:27px;font-size:15px}.grid>label:first-child,.panel-grid>label:first-child{margin-top:0}
input,select,textarea{margin-top:10px;padding:14px 13px;min-height:53px}textarea{min-height:120px}
.questions-row{gap:18px;margin-top:28px}fieldset{padding:18px 15px}fieldset legend{font-size:15px}fieldset label{margin-top:13px}
.category-grid{gap:10px}.category-option{min-height:60px;padding:16px}.category-panel{margin-top:16px}.panel-body{padding:18px 15px}.panel-grid>label{margin-top:28px}
.full{grid-column:auto}.result-wrap{gap:20px;text-align:center}.score{margin:0 auto;width:132px;height:132px;border-width:10px}.score span{font-size:39px}.summary{text-align:left}
.actions{flex-direction:column;gap:10px}button{width:100%;min-height:52px;font-size:15px}.toast{left:12px;right:12px;bottom:12px;text-align:center}
.site-footer{padding:0 16px 34px;flex-direction:column;gap:4px}
}
@media(max-width:390px){.hero h1{font-size:32px}.card{padding:21px 14px}}
