:root{--b:#075aa8;--b2:#2e6fd1;--navy:#002b55;--bg:#eef3f8;--muted:#6b7a90;--line:#d8e2ee;--shadow:0 12px 30px rgba(0,0,0,.09)}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:#1b2b40}.site-header{background:#fff;box-shadow:0 3px 15px rgba(0,0,0,.06)}.header-inner{max-width:1180px;margin:auto;padding:18px 22px;display:flex;align-items:center;justify-content:space-between}.header-inner img{height:60px}.header-title{font-weight:800;color:var(--navy)}.wrap{max-width:1180px;margin:auto;padding:42px 22px 60px}.hero,.card,.choice,.successbox{background:#fff;border-radius:20px;box-shadow:var(--shadow)}.hero{padding:36px;margin-bottom:24px}.hero h1{margin:0 0 10px;color:var(--navy);font-size:36px}.hero p,.choice p,.form-subtitle,.successbox p{color:var(--muted);line-height:1.6}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.choice{padding:32px;text-decoration:none;color:inherit;border:2px solid transparent;transition:.2s}.choice:hover{transform:translateY(-3px);border-color:#aac8f3}.choice h2{color:var(--navy)}.choice-icon{width:58px;height:58px;border-radius:18px;background:#e8f2ff;color:var(--b);display:grid;place-items:center;font-size:26px;font-weight:900}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--b);color:#fff;text-decoration:none;padding:13px 20px;border-radius:10px;font-weight:800;cursor:pointer;font:inherit}.btn-light{background:#e8f2ff;color:var(--b)}.card{padding:28px}.form-title{margin:0 0 6px;color:var(--navy)}.form-subtitle{margin:0 0 22px}.notice{background:#f5f9ff;border:1px solid #cfe1f8;border-radius:14px;padding:15px 16px;color:#34506f;line-height:1.5;font-size:14px;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-size:13px;font-weight:800;color:var(--navy)}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 13px;background:#fff;font:inherit}textarea{min-height:130px;resize:vertical}.hint{font-size:12px;color:var(--muted)}.checkline{display:flex;gap:10px;align-items:flex-start}.checkline input{width:auto;margin-top:4px}.actions{display:flex;justify-content:flex-end;gap:10px}.successbox{text-align:center;max-width:760px;margin:40px auto;padding:44px}.code{display:inline-block;margin:20px 0;padding:14px 20px;border-radius:12px;background:#e8f2ff;color:var(--b);font-size:24px;font-weight:900}.footer-note{text-align:center;color:var(--muted);font-size:12px;margin-top:25px}@media(max-width:800px){.choice-grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.header-title{display:none}}

.choice-grid.single-choice {
    grid-template-columns: minmax(280px, 520px);
    justify-content: center;
}
