*{box-sizing:border-box}body{margin:0;background:#f6f4ef;color:#1e2522;font:16px system-ui,-apple-system,sans-serif}main{max-width:760px;margin:auto;padding:56px 20px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:800;color:#55705f}h1{font-size:clamp(38px,7vw,62px);line-height:1;margin:10px 0 16px;letter-spacing:-.04em}header p{font-size:19px;line-height:1.5;max-width:620px;color:#59615d}.card{margin-top:38px;background:white;border-radius:22px;padding:28px;box-shadow:0 12px 40px #26352d12}.steps{display:flex;gap:18px;border-bottom:1px solid #e6e7e4;padding-bottom:18px;margin-bottom:28px;font-size:13px}.steps span{color:#929793}.drop{display:flex;min-height:180px;border:2px dashed #bdc8c0;border-radius:16px;align-items:center;justify-content:center;flex-direction:column;gap:7px;margin:20px 0;cursor:pointer;background:#fafbf9}.drop input{display:none}.drop small,.muted{color:#737b77}label{display:block;font-weight:650}input:not([type=file]){display:block;width:100%;padding:13px;margin-top:8px;border:1px solid #cfd4d0;border-radius:10px;font:inherit}button{width:100%;border:0;border-radius:12px;padding:15px;margin-top:22px;background:#243e31;color:white;font:inherit;font-weight:750;cursor:pointer}button:disabled{opacity:.5}#previews{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}#previews img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}#status{white-space:pre-line;line-height:1.5}.field{padding:13px 0;border-bottom:1px solid #eee}.copy{width:auto;padding:8px 12px;margin:7px 0 0}.prices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.price{background:#f5f7f5;padding:15px;border-radius:12px;text-align:center}.price strong{display:block;font-size:23px}@media(max-width:560px){.steps{gap:9px;font-size:11px}.card{padding:20px}.prices{grid-template-columns:1fr}#previews{grid-template-columns:repeat(3,1fr)}}