:root { --blue:#1769aa; --ink:#172033; --muted:#657186; --line:#d9e1eb; }
* { box-sizing:border-box; }
body { background:#f7f9fc; color:var(--ink); font:16px/1.55 Arial,sans-serif; margin:0; }
main { margin:0 auto; max-width:780px; padding:0 28px 56px; }
header { align-items:center; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; min-height:76px; }
.brand { color:var(--ink); font-size:19px; font-weight:800; letter-spacing:-.02em; text-decoration:none; }
.brand span { background:#e3f0ff; border-radius:10px; color:var(--blue); font-size:11px; letter-spacing:.03em; margin-left:6px; padding:3px 7px; text-transform:uppercase; }
header p { color:var(--muted); font-size:13px; margin:0; }
header p strong { color:var(--blue); font-weight:800; }
#hero { padding:92px 0 78px; }
.target { color:var(--blue); font-size:13px; font-weight:800; letter-spacing:.06em; margin:0 0 16px; text-transform:uppercase; }
#hero h1 { font-size:clamp(38px,5.4vw,54px); letter-spacing:-.055em; line-height:1.06; margin:0 0 20px; max-width:720px; }
#hero h1 span { white-space:nowrap; }
#hero > p { color:var(--muted); font-size:18px; margin:0 0 30px; max-width:630px; }
button { background:var(--blue); border:1px solid var(--blue); border-radius:8px; color:#fff; cursor:pointer; font:700 15px Arial,sans-serif; padding:14px 19px; }
button:hover { background:#10598f; }
#hero button { box-shadow:0 8px 18px rgba(23,105,170,.18); font-size:16px; padding:16px 22px; }
#hero small { color:var(--muted); display:block; font-size:12px; margin-top:18px; }
#form-wrap,#result { background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:0 8px 25px rgba(22,45,76,.07); margin:24px 0; padding:30px; }
.progress { background:#e8eef5; border-radius:9px; height:7px; overflow:hidden; }
.progress span { background:var(--blue); display:block; height:100%; transition:width .2s; width:0; }
#step-label { color:var(--muted); font-size:13px; margin:16px 0 22px; }
fieldset { border:0; margin:0; padding:0; }
legend { font-size:25px; font-weight:800; letter-spacing:-.035em; line-height:1.25; margin:0 0 20px; }
label.option { background:#fff; border:1px solid var(--line); border-radius:8px; cursor:pointer; display:block; margin:9px 0; padding:12px 14px; }
label.option:hover { background:#f8fbff; border-color:#88b8ed; }
input[type=radio],input[type=checkbox] { accent-color:var(--blue); margin-right:10px; }
input[type=text],input[type=email] { border:1px solid var(--line); border-radius:8px; font:inherit; padding:12px; width:100%; }
.actions { display:flex; justify-content:space-between; margin-top:28px; }
.secondary { background:#fff; border-color:var(--line); color:var(--ink); }
.card { background:#fff; border:1px solid var(--line); border-radius:12px; margin:16px 0; padding:25px; }
.flag { background:#fffaf0; border-left:4px solid #e6a400; margin:12px 0; padding:11px 14px; }
.flag.red { background:#fff4f4; border-color:#d44343; }
.flag.green { background:#f3fbf6; border-color:#39a066; }
.price { font-size:35px; font-weight:800; margin:2px 0; }
.notice { color:var(--muted); font-size:14px; }
#policy-preview { background:#fff; border:1px solid var(--line); border-radius:8px; height:760px; margin-top:18px; width:100%; }
.feedback { margin-top:24px; }
.feedback h2 { font-size:22px; margin-bottom:6px; }
.feedback fieldset { margin:18px 0; }
.feedback legend { font-size:16px; margin-bottom:10px; }
.feedback-options { display:flex; flex-wrap:wrap; gap:8px; }
.feedback-options .option { margin:0; min-width:76px; }
.optional { color:var(--muted); font-size:13px; font-weight:400; }
.form-error { background:#fff4f4; border-left:4px solid #d44343; color:#8b1f27; margin:18px 0 0; padding:10px 13px; }
footer { color:var(--muted); font-size:12px; line-height:1.6; margin:0 auto; max-width:780px; padding:24px 28px; }
footer a { color:var(--blue); text-decoration:none; }
footer a:hover { text-decoration:underline; }
.legal-page { padding:68px 0 44px; max-width:700px; }
.legal-page h1 { font-size:clamp(34px,5vw,48px); letter-spacing:-.05em; line-height:1.08; margin:0 0 20px; }
.legal-page h2 { font-size:22px; letter-spacing:-.025em; margin:38px 0 10px; }
.legal-page .lead { color:var(--muted); font-size:18px; }
.legal-page a { color:var(--blue); }
.back-link { font-weight:700; text-decoration:none; }
@media(max-width:520px) { main { padding:0 18px 40px; } header p { display:none; } #hero { padding:58px 0; } #hero h1 { font-size:38px; } #form-wrap,#result { padding:22px 18px; } legend { font-size:22px; } }
