:root{--blue: #0057b8;--blue-dark: #003f8f;--blue-deep: #003a7d;--blue-light: #0b7edb;--orange: #f7941d;--text: #24364f;--muted: #5f6f89;--white: #ffffff;--invalid: #ca6872}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;min-height:100vh;color:var(--text)}.page{position:relative;min-height:100vh;padding:48px 24px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at top left,rgba(255,255,255,.18),transparent 28%),radial-gradient(circle at bottom right,rgba(255,255,255,.12),transparent 32%),linear-gradient(135deg,var(--blue-light) 0%,var(--blue) 38%,var(--blue-dark) 100%)}.bg-shape{position:absolute;border-radius:999px;background:#ffffff1f;pointer-events:none}.shape-one{width:520px;height:520px;top:-180px;right:-140px}.shape-two{width:680px;height:680px;bottom:-330px;left:-260px}.dots{position:absolute;width:150px;height:150px;opacity:.35;background-image:radial-gradient(rgba(255,255,255,.8) 2px,transparent 2px);background-size:22px 22px}.dots-left{left:34px;top:180px}.dots-right{right:42px;bottom:190px}.card{position:relative;z-index:2;width:100%;max-width:560px;background:var(--white);border-radius:28px;padding:42px 56px 36px;box-shadow:0 28px 80px #00235a59;text-align:center}.logo{width:310px;max-width:100%;margin-bottom:20px}h1{margin:0 0 14px;font-size:44px;line-height:1.1;color:var(--blue-dark);font-weight:800}.subtitle{margin:0 0 34px;font-size:18px;line-height:1.5;color:var(--muted)}.form{text-align:left}label{display:block;margin-bottom:10px;color:var(--blue-dark);font-size:18px;font-weight:800}.input-wrapper{height:66px;display:flex;align-items:center;border:2px solid var(--blue);border-radius:12px;overflow:hidden;background:#fff}.input-icon{width:70px;height:100%;display:flex;align-items:center;justify-content:center;background:#eef6ff;border-right:1px solid #d8e8fa}.input-icon svg{width:32px;height:32px;stroke:var(--blue-dark);fill:none;stroke-width:2}input{width:100%;height:100%;border:0;outline:0;padding:0 24px;font-size:26px;color:var(--text)}input::placeholder{color:#9aa4b2}.helper{display:flex;align-items:center;gap:10px;margin:14px 0 32px;font-size:16px;color:var(--muted)}.helper span{width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.form-label-error{color:var(--invalid)}.form-label-error span{background-color:var(--invalid)}button{width:100%;height:66px;border:0;border-radius:12px;background:var(--orange);color:#fff;font-size:26px;font-weight:800;cursor:pointer;box-shadow:0 12px 28px #f7941d59}button span{margin-left:18px}.secure-line{display:flex;align-items:center;gap:14px;margin:38px 0 18px}.secure-line div{height:1px;flex:1;background:#d8dee8}.secure-line span{width:44px;height:44px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.secure-line svg{width:20px;height:20px;stroke:#64748b;fill:none;stroke-width:2}.footer-card{margin:0;color:var(--muted);font-size:16px;line-height:1.5}.benefits{position:relative;z-index:2;width:100%;max-width:980px;margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:34px;color:#fff}.benefits article{display:flex;gap:16px;align-items:flex-start}.benefits svg{width:48px;height:48px;flex-shrink:0;stroke:#fff;fill:none;stroke-width:1.8}.benefits h3{margin:0 0 6px;font-size:18px;font-weight:800}.benefits p{margin:0;color:#dcebff;font-size:15px;line-height:1.45}@media(max-width:768px){.page{padding:32px 18px}.card{padding:34px 26px 30px;border-radius:24px}.logo{width:260px;margin-bottom:28px}h1{font-size:36px}.subtitle{font-size:17px}input,button{font-size:22px}.benefits{grid-template-columns:1fr;max-width:560px;gap:24px}.dots-left,.dots-right{display:none}}
