:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#172234;--navy:#41536c;--red:#e31937}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(120deg,var(--navy) 0 50%,#edf0f2 50%);display:grid;place-items:center}main{width:min(920px,calc(100% - 36px));display:grid;grid-template-columns:1fr 1fr;box-shadow:0 28px 80px #1420334d}section{background:var(--navy);color:white;padding:55px}section span{color:#ff6278;font-weight:800;font-size:12px;letter-spacing:.18em;text-transform:uppercase}h1{font-size:58px;line-height:.95;letter-spacing:-.05em;margin:30px 0}section p{color:#d6dde5;line-height:1.6}form{background:white;padding:55px;display:flex;flex-direction:column;justify-content:center;gap:20px}h2{font-size:27px;color:var(--navy);margin:0 0 10px}label{font-size:13px;font-weight:700;color:var(--navy)}input{display:block;width:100%;margin-top:8px;padding:14px;border:1px solid #aeb7c0;font:inherit}input:focus{outline:2px solid var(--navy);outline-offset:2px}button{display:flex;justify-content:space-between;border:0;background:var(--red);color:white;font-weight:800;font-size:15px;padding:16px;cursor:pointer}#error{background:#fee8ec;color:#9d1730;padding:12px;font-size:13px;border-left:3px solid var(--red)}@media(max-width:700px){body{background:#edf0f2}main{grid-template-columns:1fr}section{padding:35px}section h1{font-size:45px}form{padding:35px}}
