@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--g:#0b6038;--g2:#12804b;--ink:#18231d;--muted:#748179;--line:#dce8e0;--soft:#f4f9f6}
*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,Arial,sans-serif;color:var(--ink);background:linear-gradient(145deg,#f7faf8,#eef5f1);overflow-x:hidden}.glow{position:fixed;border-radius:50%;filter:blur(60px);opacity:.45;pointer-events:none}.g1{width:360px;height:360px;top:-170px;left:50%;background:#dcefe4}.g2{width:300px;height:300px;bottom:-180px;right:-100px;background:#dfeee6}
.page{width:min(850px,92%);margin:auto;padding:30px 0 35px}.brand{text-align:center;margin-bottom:15px}.brand img{width:min(290px,72vw);height:auto;filter:drop-shadow(0 9px 17px rgba(11,96,56,.24))}
.intro{text-align:center;margin-bottom:22px}.intro span{font-size:10px;font-weight:800;letter-spacing:.17em;color:var(--g2)}.intro h1{font-size:30px;letter-spacing:-.04em;margin:7px 0}.intro p{color:var(--muted);font-size:13px;margin:0}
.card{background:#fff;border:1px solid var(--line);border-radius:25px;padding:30px;box-shadow:0 22px 65px rgba(21,62,42,.11)}.progress-head{display:flex;justify-content:space-between;font-size:11px;color:var(--muted);margin-bottom:8px}.progress-head strong{color:var(--g)}.progress{height:7px;background:#e9f0ec;border-radius:99px;overflow:hidden;margin-bottom:28px}.progress i{display:block;height:100%;width:20%;background:linear-gradient(90deg,var(--g),var(--g2));transition:.3s}
.step{display:none;min-height:345px}.step.active{display:block;animation:up .22s ease}.step h2{font-size:25px;letter-spacing:-.035em;margin:0 0 7px}.step>p{font-size:13px;color:var(--muted);margin:0 0 24px;line-height:1.5}.grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.grid label{font-size:11px;font-weight:700;color:#526058}.grid .wide{grid-column:1/-1}input:not([type=file]){display:block;width:100%;margin-top:7px;border:1px solid #d5e2d9;border-radius:12px;padding:14px 15px;font:inherit;font-size:13px;outline:0;background:#fff}input:not([type=file]):focus{border-color:var(--g2);box-shadow:0 0 0 4px rgba(18,128,75,.08)}
.uploads{display:grid;grid-template-columns:1fr 1fr;gap:16px}.upload{position:relative;min-height:185px;border:1.5px dashed #bfd1c6;border-radius:18px;background:#fbfdfc;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;cursor:pointer;padding:22px;transition:.2s}.upload:hover,.upload.selected{border-color:var(--g2);background:#f5fbf7}.upload input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.upload b{font-size:13px}.upload span{width:45px;height:45px;border-radius:14px;background:#e3f3e9;color:var(--g);display:grid;place-items:center;font-size:24px;margin:10px}.upload small{font-size:10px;color:var(--muted)}.upload em{font-size:10px;color:var(--g);font-style:normal;font-weight:700;max-width:95%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:7px}.single{max-width:560px;margin:auto;min-height:205px}
.confirm{text-align:center}.check{width:52px;height:52px;border-radius:50%;background:#e3f3e9;color:var(--g);display:grid;place-items:center;font-size:24px;font-weight:800;margin:0 auto 15px}.summary{display:grid;grid-template-columns:1fr 1fr;text-align:left;border:1px solid var(--line);border-radius:15px;overflow:hidden;margin:20px auto;max-width:600px}.summary div{padding:12px 15px;border-bottom:1px solid var(--line)}.summary div:nth-child(odd){border-right:1px solid var(--line)}.summary span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:4px}.summary b{font-size:12px}.privacy{display:flex;gap:9px;text-align:left;justify-content:center;align-items:flex-start;font-size:11px;color:var(--muted);line-height:1.45;margin:12px auto;max-width:600px}.privacy input{margin-top:2px;accent-color:var(--g)}
.actions{display:flex;justify-content:space-between;gap:12px}.btn{border:0;border-radius:12px;padding:13px 20px;font:700 12px Inter,sans-serif;cursor:pointer}.back{background:#edf3ef;color:#456055}.next{background:linear-gradient(135deg,var(--g),var(--g2));color:#fff;box-shadow:0 8px 18px rgba(11,96,56,.18)}#send{display:none}.btn:disabled{opacity:.6}footer{text-align:center;color:#9aa69f;font-size:10px;margin-top:17px}
@keyframes up{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:650px){.page{width:94%;padding-top:20px}.brand img{width:245px}.intro h1{font-size:25px}.card{padding:20px 16px;border-radius:21px}.grid,.uploads,.summary{grid-template-columns:1fr}.grid .wide{grid-column:auto}.summary div:nth-child(odd){border-right:0}.step{min-height:370px}.actions .btn{padding:12px 15px}}
