:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033;background:#eef7f2}*{box-sizing:border-box}body{min-height:100vh;margin:0;display:grid;place-items:center;padding:28px;background:linear-gradient(135deg,#eef7f2 0%,#f8fafc 48%,#fff2cc 100%)}main{width:min(860px,100%)}.card{border:1px solid #d6e2df;border-radius:8px;background:rgba(255,255,255,.9);padding:clamp(28px,7vw,64px);box-shadow:0 20px 60px rgba(23,32,51,.14)}.hero-icon{width:96px;height:96px;border-radius:24px;box-shadow:0 16px 40px rgba(16,24,39,.18)}p:first-of-type{margin:28px 0 10px;color:#0b7a63;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}h1{margin:0;font-size:clamp(40px,8vw,78px);line-height:1;letter-spacing:0}.lead{max-width:620px;color:#4b5d6e;font-size:clamp(17px,2vw,21px);line-height:1.55}button{min-height:44px;padding:0 20px;border:0;border-radius:8px;background:#172033;color:white;font-weight:800;cursor:pointer}output{display:inline-flex;min-height:44px;align-items:center;margin-left:12px;color:#0b7a63;font-weight:900}@media(max-width:560px){body{padding:18px;place-items:start center}output{display:flex;margin:12px 0 0}}
