*{box-sizing:border-box}body{margin:0;background:#f4f8fc;color:#102c50;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.top{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100% - 1180px)/2));background:#fff;border-bottom:1px solid #dce7f3}.top img{width:165px;max-height:64px;object-fit:contain}.back{color:#0066cc;font-weight:800;text-decoration:none}main{width:min(1180px,calc(100% - 32px));margin:auto}.hero{margin:34px 0 24px;min-height:285px;border-radius:30px;padding:48px;display:grid;grid-template-columns:1fr 280px;align-items:center;overflow:hidden;background:radial-gradient(circle at 80% 20%,#147bdf,#07346d 58%,#041d3f);color:white;box-shadow:0 24px 55px rgba(7,52,109,.2)}.hero h1{font-size:clamp(38px,6vw,72px);letter-spacing:-.055em;line-height:.96;margin:12px 0}.hero p{max-width:680px;font-size:18px;line-height:1.55;color:#d9ebff}.hero img{width:100%;max-height:250px;object-fit:contain;filter:drop-shadow(0 15px 15px rgba(0,0,0,.25))}.eyebrow{color:#ffb16f;font-weight:900;font-size:12px;letter-spacing:.16em}.panel,.result{background:#fff;border:1px solid #d9e5f1;border-radius:24px;padding:30px;margin-bottom:24px;box-shadow:0 12px 34px rgba(15,61,108,.08)}h2{font-size:26px;margin:0 0 18px}.panel h2:not(:first-child){margin-top:30px}.people{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.people label{padding:16px;border-radius:16px;background:#f3f8fd;font-weight:900}.people small{display:block;color:#6a809a;font-weight:600}.people input{display:block;width:100%;margin-top:10px;border:1px solid #c4d7e9;border-radius:12px;padding:13px;font-size:22px;font-weight:900;color:#07346d}.choices{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.choices label{cursor:pointer}.choices input{position:absolute;opacity:0}.choices span{display:block;border:2px solid #d8e5f2;border-radius:14px;padding:15px;font-weight:800}.choices input:checked+span{border-color:#0066cc;background:#eaf4ff;color:#0054b3}.calculate{width:100%;margin-top:24px;border:0;border-radius:14px;padding:17px;background:linear-gradient(135deg,#ff6b00,#ef4f00);color:#fff;font-size:18px;font-weight:900;cursor:pointer;box-shadow:0 12px 25px rgba(255,107,0,.24)}.result-title{display:flex;justify-content:space-between;gap:20px;align-items:center}.result-title button{border:1px solid #b8cee4;border-radius:10px;background:#fff;padding:10px 15px;color:#07346d;font-weight:800}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.item{padding:18px;border-radius:16px;background:#f3f8fd;border-left:5px solid #0066cc}.item span{display:block;color:#647b95;font-size:13px;font-weight:700}.item strong{display:block;margin-top:5px;font-size:24px;color:#07346d}.note{margin:18px 0 0;color:#6b8098;font-size:13px;line-height:1.5}footer{text-align:center;padding:30px;color:#607892;font-weight:700}@media(max-width:760px){.hero{grid-template-columns:1fr;padding:28px}.hero img{display:none}.people,.choices,.result-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.people,.choices,.result-grid{grid-template-columns:1fr}.panel,.result{padding:20px}.top{height:70px}.top img{width:135px}}@media print{.top,.hero,.panel,footer,.result-title button{display:none}.result{box-shadow:none;border:0}}
