
:root{--navy:#1c2d66;--gold:#d9a441;--bg:#f4f7fb;--line:#dfe6ef;--muted:#697386}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:#172033}
header{background:linear-gradient(90deg,#26396f,#57447d);color:#fff}.header-inner{max-width:1100px;margin:auto;padding:18px 24px;display:flex;justify-content:space-between;align-items:center}
.brand{font-weight:900;letter-spacing:.08em}.brand span{color:#f0b74d}nav a{color:white;text-decoration:none;margin-left:18px}
main{max-width:1100px;margin:28px auto;padding:0 18px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:18px;box-shadow:0 10px 30px rgba(26,45,82,.06)}
h1,h2,h3{margin:.25em 0}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:900;color:#63739b;letter-spacing:.1em}.muted{color:var(--muted)}
.row{display:flex;gap:12px;align-items:center}.between{justify-content:space-between}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.span2{grid-column:1/-1}
label{display:flex;flex-direction:column;gap:6px;font-weight:700}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #ced7e3;border-radius:12px;background:#fff;font:inherit}
button{border:0;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer}.primary{background:#1f4f8e;color:white}.ghost{background:#eef3f8;color:#23324f}.gold{background:#d9a441;color:white}
.item{display:flex;justify-content:space-between;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.tag,.price-pill{display:inline-block;padding:5px 9px;border-radius:999px;background:#eef3f8;font-size:12px;font-weight:800}.price-pill{background:#fff2cf;color:#765100}
.kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.kpi .box{background:#f7f9fc;border-radius:14px;padding:14px}.kpi strong{font-size:24px;display:block}
dialog{border:0;border-radius:20px;max-width:760px;width:92%;padding:0}.dialog-body{padding:22px}.notice{background:#f6f8fb;border:1px solid var(--line);border-radius:12px;padding:12px}.success{background:#ecf9f1}
.step{display:none}.step.active{display:block}.stepper{display:flex;gap:6px;margin:18px 0}.step-dot{height:6px;flex:1;background:#dce4ee;border-radius:99px}.step-dot.active{background:#385d95}
.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.choice{border:1px solid var(--line);padding:16px;border-radius:14px;cursor:pointer}.choice.selected{border-color:#315f9e;background:#eef5ff}.choice small{display:block;color:var(--muted);margin-top:4px}
.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.summary-grid>div{display:flex;flex-direction:column;background:#f7f9fc;padding:12px;border-radius:12px}
@media(max-width:700px){.grid,.kpi,.summary-grid,.choice-grid{grid-template-columns:1fr}.span2{grid-column:auto}.header-inner{align-items:flex-start;gap:8px}}
