:root{--ink:#10243e;--blue:#2563eb;--green:#13a67a;--muted:#63748a;--line:#dbe7f3;--bg:#f2f8ff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}header{height:78px;max-width:1180px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:25px;font-weight:800}.logo i{font-style:normal;display:inline-grid;place-items:center;width:40px;height:40px;margin-right:9px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--blue),var(--green))}.logo span{color:var(--blue)}.secure{color:var(--green);font-size:14px;font-weight:700}.hero{padding:65px max(20px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;background:linear-gradient(130deg,#f4f9ff,#eafbf5)}.tag{display:inline-block;padding:9px 13px;border-radius:99px;color:var(--blue);background:#fff;border:1px solid var(--line);font-size:12px;font-weight:800;letter-spacing:.08em}.copy h1{font-size:58px;line-height:1.05;letter-spacing:-3px;margin:22px 0}.copy em{font-style:normal;color:var(--blue)}.copy p{color:var(--muted);font-size:18px;line-height:1.7}.copy ul{list-style:none;padding:0;line-height:2;font-weight:700}.copy li{color:#183b60}.form-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 24px 70px #244f7e22}.form-head{padding:24px 28px 14px;display:flex;justify-content:space-between;align-items:center}.form-head small{font-size:11px;color:var(--blue);font-weight:800;letter-spacing:.1em}.form-head h2{margin:5px 0 0}.form-head b{padding:8px 10px;border-radius:9px;background:#edf4fb;font-size:12px}.progress{height:4px;background:#edf2f7}.progress i{display:block;height:100%;width:16.6%;background:linear-gradient(90deg,var(--blue),var(--green));transition:.3s}.step{display:none;padding:28px;min-height:430px}.step.active{display:block}.step h3{margin:0 0 22px;font-size:20px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}label{display:grid;gap:7px;margin-bottom:15px;font-size:13px;font-weight:700}input,select{height:49px;width:100%;border:1px solid #d5e1ec;border-radius:11px;padding:0 13px;background:#fbfdff;color:var(--ink);outline:0;font:inherit}input:focus,select:focus{border-color:#6fa2ef;box-shadow:0 0 0 3px #e6f0ff}.notice{padding:12px;margin-bottom:17px;border-radius:10px;color:#087354;background:#e8f9f3;font-size:13px}.consent{display:flex;align-items:flex-start;gap:10px;font-weight:400;line-height:1.6;color:#53677e}.consent input{width:auto;height:auto;margin-top:4px}.consent a{color:var(--blue);text-decoration:underline}.tiny{font-size:11px;color:#7e8d9d;line-height:1.5}.actions{display:flex;justify-content:flex-end;gap:10px;padding:18px 28px 24px;border-top:1px solid #edf2f7}.actions button{height:49px;border:0;border-radius:11px;padding:0 22px;font-weight:800;cursor:pointer}#back{background:#edf3f8;color:#52677d}#next,#submit{color:#fff;background:var(--blue)}#submit{display:none}.trust{max-width:1050px;margin:28px auto;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:16px;padding:22px}.trust div{text-align:center;border-right:1px solid var(--line)}.trust div:last-child{border:0}.trust b,.trust small{display:block}.trust small{color:var(--muted);margin-top:5px}.how{max-width:1180px;margin:auto;padding:90px 22px;text-align:center}.how>small{color:var(--blue);font-weight:800;letter-spacing:.1em}.how h2{font-size:40px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;text-align:left}.cards article{padding:28px;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 35px #1738590a}.cards article>b{font-size:30px;color:#d6e3f0}.cards p{color:var(--muted);line-height:1.7}footer{padding:55px max(22px,calc((100vw - 1180px)/2)) 25px;background:#10243e;color:#dbe7f4}.footgrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px}.footgrid>div{display:flex;flex-direction:column;gap:12px}.footgrid p,.footgrid a{color:#a8bbcf;font-size:14px}.disclosure{margin-top:35px;padding:22px 0;border-top:1px solid #28415d;border-bottom:1px solid #28415d;color:#8198af;font-size:11px;line-height:1.7}.bottom{padding-top:22px;color:#8198af;font-size:12px}.legal{max-width:850px;margin:auto;padding:70px 22px 100px;min-height:65vh}.legal h1{font-size:42px}.legal h2{margin-top:35px}.legal p{color:#52677d;line-height:1.8}.legal a{color:var(--blue)}.result{min-height:100vh;display:grid;place-items:center;background:var(--bg);padding:20px}.result>div{max-width:600px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:50px;box-shadow:0 24px 60px #244f7e18}.result .ok{display:grid;place-items:center;width:70px;height:70px;margin:auto;border-radius:50%;color:#fff;background:var(--green);font-size:32px}.result p{color:var(--muted);line-height:1.7}.result a{display:inline-block;margin-top:12px;padding:14px 20px;border-radius:10px;color:#fff;background:var(--blue)}
@media(max-width:850px){.hero{grid-template-columns:1fr;padding-top:45px}.copy{text-align:center}.copy h1{font-size:46px}.copy ul{display:inline-block;text-align:left}.cards{grid-template-columns:1fr}.footgrid{grid-template-columns:1fr 1fr}}@media(max-width:600px){header{height:68px}.secure{font-size:0}.secure:first-letter{font-size:20px}.hero{padding:35px 13px}.copy h1{font-size:39px}.copy p{font-size:16px}.form-card{border-radius:17px}.step,.form-head,.actions{padding-left:18px;padding-right:18px}.grid{grid-template-columns:1fr}.trust{grid-template-columns:1fr;margin:20px}.trust div{border:0;border-bottom:1px solid var(--line);padding:15px}.footgrid{grid-template-columns:1fr}.how h2,.legal h1{font-size:34px}}
