:root{color-scheme:light;font-family:Inter,Arial,sans-serif;color:#202124;background:#f3f4f5}*{box-sizing:border-box}body{margin:0}main{width:min(1120px,calc(100% - 40px));margin:auto;min-height:100vh;padding:56px 0 30px}header{display:flex;justify-content:space-between;gap:30px;align-items:flex-start;border-bottom:1px solid #d8dadd;padding-bottom:34px}h1{font-size:clamp(2.6rem,7vw,5.5rem);letter-spacing:-.055em;line-height:1;margin:8px 0 20px}h2{font-size:clamp(1.8rem,4vw,3rem);margin:5px 0}h3{font-size:1.35rem;margin:14px 0}p{line-height:1.65;color:#5d6268}.intro{font-size:1.1rem;max-width:620px}.kicker,.number{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:700;color:#747a81}.login{max-width:520px;margin:70px auto;padding:34px;background:#fff;border:1px solid #dfe1e3;border-radius:14px;box-shadow:0 15px 50px #2021240c}label{display:grid;gap:8px;margin:20px 0;font-weight:600}input{font:inherit;padding:13px 14px;border:1px solid #b8bdc2;border-radius:8px;background:#fff;color:#202124}button,.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border:0;border-radius:8px;padding:13px 18px;background:#202124;color:#fff;font:inherit;text-decoration:none;cursor:pointer}.quiet{background:#fff;color:#202124;border:1px solid #c9cdd1}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin:58px 0 26px}.section-head>p{max-width:420px}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.cards article{position:relative;background:#fff;border:1px solid #dfe1e3;border-radius:14px;padding:28px;overflow:hidden}.cards article>p:not(.number){min-height:55px}.swatch{height:9px;background:#777;position:absolute;inset:0 0 auto}.cards article:nth-child(odd) .swatch{background:#a687aa}.cards article:nth-child(even) .swatch{background:#756b45}.cards .button{margin-top:14px}.error{padding:16px 18px;background:#fce6e6;color:#8d2424;border-radius:8px}footer{display:flex;justify-content:space-between;gap:20px;margin-top:70px;padding:25px 0;border-top:1px solid #d8dadd;color:#747a81;font-size:.9rem}footer a{color:#313439}@media(max-width:650px){main{width:min(100% - 28px,1120px);padding-top:30px}header,.section-head{display:block}.quiet{margin-top:20px}.cards{grid-template-columns:1fr}.cards article>p:not(.number){min-height:0}.section-head>p{margin-top:18px}.login{margin-top:40px;padding:24px}}

