:root{--ink:#17261d;--muted:#67736b;--paper:#f4f1e9;--card:#fffefa;--green:#15764a;--green2:#0b5d39;--lime:#dff275;--line:#d9ded7;--warning:#fff5d8;--red:#a43b31}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.topbar{height:76px;padding:0 max(24px,calc((100vw - 1120px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none;font-weight:800}.brand>span:last-child{display:grid}.brand small{font-size:11px;color:var(--muted);font-weight:500}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--ink);color:var(--lime);border-radius:50%;font:700 21px Georgia}.local-pill{display:flex;align-items:center;gap:7px;background:#e5f2e9;color:var(--green2);font-size:12px;font-weight:700;padding:8px 12px;border-radius:100px}.local-pill span{width:7px;height:7px;border-radius:50%;background:#2ca369}main{max-width:1120px;margin:auto;padding:70px 24px 80px}.hero{text-align:center;max-width:850px;margin:0 auto 50px}.eyebrow{color:var(--green);font-size:11px;font-weight:900;letter-spacing:.17em}.hero h1{font:500 clamp(44px,6vw,70px)/1.02 Georgia,serif;letter-spacing:-.045em;margin:14px 0 18px}.hero h1 em{font-weight:400;color:var(--green);text-decoration:none}.lede{max-width:650px;margin:auto;color:var(--muted);font-size:18px}.workspace{background:var(--card);border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 70px #2942320d;overflow:hidden}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);background:#faf9f4}.step{appearance:none;border:0;border-right:1px solid var(--line);background:transparent;color:var(--muted);padding:18px 20px;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer}.step:last-child{border-right:0}.step b{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--line);border-radius:50%;font-size:12px}.step span{display:grid;font-weight:800;color:var(--ink)}.step small{font-weight:500;color:var(--muted);font-size:11px}.step.active{background:#f0f6e5}.step.active b{background:var(--green);border-color:var(--green);color:white}.panel{display:none;padding:44px max(28px,8vw)}.panel.active{display:block}.panel-copy{position:relative;margin-bottom:28px}.number{position:absolute;right:0;top:-20px;color:#e3e8de;font:700 70px Georgia}.panel h2{position:relative;font:500 34px Georgia;margin:0 0 7px}.panel-copy p{position:relative;color:var(--muted);margin:0}label{display:grid;gap:8px;font-size:13px;font-weight:800;margin:18px 0}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);font:inherit;padding:12px}input:focus,select:focus,textarea:focus{outline:3px solid #dff27580;border-color:var(--green)}textarea{resize:vertical}.dropzone{border:1.5px dashed #aab6ad;border-radius:14px;padding:34px;text-align:center;cursor:pointer;background:#fcfcf8}.dropzone.drag{background:#f0f6e5;border-color:var(--green)}.dropzone input{max-width:380px;margin:auto;border:0}.upload-icon{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 7px;border-radius:50%;background:#e5f2e9;color:var(--green);font-size:23px}.dropzone strong{font-size:16px}.dropzone small{font-weight:500;color:var(--muted)}.file-summary{margin-top:16px;background:#e9f4eb;color:var(--green2);padding:12px 15px;border-radius:9px;font-weight:700}.mapping{margin-top:22px}.mapping p{font-size:13px;color:var(--muted)}code{background:#edf0eb;padding:2px 5px;border-radius:4px}.panel-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}button{border:0;border-radius:9px;background:var(--ink);color:white;padding:13px 18px;font:700 14px inherit;cursor:pointer}button:hover{background:var(--green)}button:disabled{opacity:.35;cursor:not-allowed}.secondary{background:#ecefe9;color:var(--ink)}.secondary:hover{background:#dde3da}.field-label{display:block;font-size:13px;font-weight:800;margin-bottom:8px}.tags{display:flex;flex-wrap:wrap;gap:7px}.tags button{padding:7px 10px;background:#ebefe9;color:var(--ink);font-size:12px}.preview-card{margin-top:20px;border-left:3px solid var(--lime);background:#f7f6ef;padding:16px 18px}.preview-card span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:800}.preview-card p{white-space:pre-wrap;margin:8px 0 0}.optout,.consent{grid-template-columns:20px 1fr;align-items:start;background:#f8f5e8;padding:15px;border-radius:10px}.optout input,.consent input{width:auto;margin-top:3px}.consent span{display:grid}.consent small{color:var(--muted);font-weight:500}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-grid article{padding:20px;background:#f5f6f1;border-radius:12px}.review-grid span{display:block;color:var(--muted);font-size:12px}.review-grid strong{font:500 25px Georgia}.warning{background:var(--warning);color:#745d20;padding:13px 15px;border-radius:9px;margin-top:15px}.queue-card{max-width:650px;margin:auto;border:1px solid var(--line);padding:24px;border-radius:14px}.queue-head{display:flex;align-items:center;gap:15px;color:var(--muted);font-size:12px}.mini-track{height:6px;background:#e4e8e2;border-radius:9px;flex:1;overflow:hidden}.mini-track div{height:100%;background:var(--green);width:0;transition:width .2s}.recipient{display:flex;align-items:center;gap:12px;margin:22px 0 10px}.recipient div{display:grid}.recipient small{color:var(--muted)}.avatar{display:grid;place-items:center;width:45px;height:45px;border-radius:50%;background:var(--lime);font:700 20px Georgia}.whatsapp{width:100%;background:var(--green);font-size:15px}.whatsapp:hover{background:var(--green2)}.popup-note{text-align:center;color:var(--muted);font-size:11px}.queue-actions{display:grid;grid-template-columns:1fr 2fr;gap:10px}.report-actions{display:flex;justify-content:center;gap:10px;margin-top:24px}.complete{text-align:center;padding:35px}.complete span{display:grid;place-items:center;width:52px;height:52px;margin:auto;background:#e1f3e4;color:var(--green);border-radius:50%;font-size:26px}.complete h3{font:500 30px Georgia;margin:12px 0 4px}.complete p{color:var(--muted)}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}.trust article{padding:18px}.trust p{color:var(--muted);font-size:13px;margin:5px 0}footer{max-width:1120px;margin:auto;padding:25px 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.hidden{display:none!important}@media(max-width:760px){.local-pill{display:none}main{padding-top:42px}.steps{grid-template-columns:repeat(4,1fr)}.step{justify-content:center;padding:13px 5px}.step span{display:none}.panel{padding:32px 20px}.number{font-size:52px}.review-grid,.trust{grid-template-columns:1fr}.panel-actions,.report-actions{flex-wrap:wrap}.hero h1{font-size:44px}.queue-actions{grid-template-columns:1fr}footer{display:grid;gap:5px}}
