:root{--navy:#0f0f0f;--gold:#b8965a;--gold2:#d4b07a;--cream:#f4f0e8;--muted:#7a7060;--border:#d6c9aa;--red:#b03a2e;--green:#1a5c3a;--white:#fff;--shadow:0 4px 28px rgba(0,0,0,.18)}[data-astro-cid-c2qhea4i],[data-astro-cid-c2qhea4i]:before,[data-astro-cid-c2qhea4i]:after{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,sans-serif;background:var(--cream);color:var(--navy);min-height:100vh}.header[data-astro-cid-c2qhea4i]{background:linear-gradient(160deg,#0f0f0f 60%,#1a140a);padding:2.4rem 1.5rem 2.2rem;text-align:center;border-bottom:3px solid var(--gold)}.header-badge[data-astro-cid-c2qhea4i]{display:inline-block;color:var(--gold);font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;padding:.28rem .9rem;border-radius:2px;border:1px solid var(--gold);margin-bottom:.9rem}.header[data-astro-cid-c2qhea4i] h1[data-astro-cid-c2qhea4i]{font-family:"DM Serif Display",serif;color:var(--white);font-size:clamp(1.4rem,4vw,2.1rem);line-height:1.25}.header[data-astro-cid-c2qhea4i] h1[data-astro-cid-c2qhea4i] span[data-astro-cid-c2qhea4i]{color:var(--gold2)}.header[data-astro-cid-c2qhea4i] p[data-astro-cid-c2qhea4i]{color:#a8b8c8;font-size:.875rem;margin-top:.6rem;font-weight:300}.container[data-astro-cid-c2qhea4i]{max-width:820px;margin:0 auto;padding:2rem 1rem 4rem}.section[data-astro-cid-c2qhea4i]{background:var(--white);border:1px solid var(--border);border-radius:4px;margin-bottom:1.6rem;overflow:hidden;box-shadow:var(--shadow)}.section-head[data-astro-cid-c2qhea4i]{background:#161410;color:var(--white);padding:.8rem 1.4rem;display:flex;align-items:center;gap:.7rem;border-bottom:2px solid var(--gold)}.section-head[data-astro-cid-c2qhea4i] .icon[data-astro-cid-c2qhea4i]{background:var(--gold);color:var(--navy);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.section-head[data-astro-cid-c2qhea4i] h2[data-astro-cid-c2qhea4i]{font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.section-body[data-astro-cid-c2qhea4i]{padding:1.4rem}.grid[data-astro-cid-c2qhea4i]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.col-full[data-astro-cid-c2qhea4i]{grid-column:1/-1}@media(max-width:560px){.grid[data-astro-cid-c2qhea4i]{grid-template-columns:1fr}}.field[data-astro-cid-c2qhea4i]{display:flex;flex-direction:column;gap:.35rem}.field[data-astro-cid-c2qhea4i] label[data-astro-cid-c2qhea4i]{font-size:.8rem;font-weight:600;color:var(--navy);letter-spacing:.02em;text-transform:uppercase}.field[data-astro-cid-c2qhea4i] label[data-astro-cid-c2qhea4i] .req[data-astro-cid-c2qhea4i]{color:var(--red);margin-left:2px}.field[data-astro-cid-c2qhea4i] input[data-astro-cid-c2qhea4i],.field[data-astro-cid-c2qhea4i] select[data-astro-cid-c2qhea4i]{border:1.5px solid var(--border);border-radius:6px;padding:.65rem .85rem;font-family:DM Sans,sans-serif;font-size:.9rem;color:var(--navy);background:#fdfbf7;transition:border-color .2s,box-shadow .2s;width:100%}.field[data-astro-cid-c2qhea4i] input[data-astro-cid-c2qhea4i]:focus,.field[data-astro-cid-c2qhea4i] select[data-astro-cid-c2qhea4i]:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c2e}.field[data-astro-cid-c2qhea4i] input[data-astro-cid-c2qhea4i].invalid,.field[data-astro-cid-c2qhea4i] select[data-astro-cid-c2qhea4i].invalid{border-color:var(--red);box-shadow:0 0 0 3px #c0392b1f}.field[data-astro-cid-c2qhea4i] .hint[data-astro-cid-c2qhea4i]{font-size:.75rem;color:var(--muted);font-style:italic}.upload-grid[data-astro-cid-c2qhea4i]{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.upload-card[data-astro-cid-c2qhea4i]{border:2px dashed var(--border);border-radius:3px;padding:1rem;background:#faf7f2;transition:border-color .2s,background .2s;cursor:pointer;position:relative}.upload-card[data-astro-cid-c2qhea4i]:hover{border-color:var(--gold);background:#fdf8ed}.upload-card[data-astro-cid-c2qhea4i].filled{border-style:solid;border-color:var(--green);background:#f0faf5}.upload-card[data-astro-cid-c2qhea4i].invalid-card{border-color:var(--red)!important;background:#fff5f5}.upload-card[data-astro-cid-c2qhea4i] input[data-astro-cid-c2qhea4i][type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.upload-card[data-astro-cid-c2qhea4i] .uc-icon[data-astro-cid-c2qhea4i]{font-size:1.6rem;margin-bottom:.4rem}.upload-card[data-astro-cid-c2qhea4i] .uc-label[data-astro-cid-c2qhea4i]{font-size:.78rem;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.03em;line-height:1.3}.upload-card[data-astro-cid-c2qhea4i] .uc-label[data-astro-cid-c2qhea4i] .req[data-astro-cid-c2qhea4i]{color:var(--red)}.upload-card[data-astro-cid-c2qhea4i] .uc-label[data-astro-cid-c2qhea4i] .opt[data-astro-cid-c2qhea4i]{font-weight:400;color:var(--muted);text-transform:none;letter-spacing:0;font-size:.72rem;display:block;margin-top:2px}.upload-card[data-astro-cid-c2qhea4i] .uc-status[data-astro-cid-c2qhea4i]{font-size:.75rem;color:var(--muted);margin-top:.45rem;word-break:break-word}.upload-card[data-astro-cid-c2qhea4i].filled .uc-status[data-astro-cid-c2qhea4i]{color:var(--green);font-weight:600}.aceite[data-astro-cid-c2qhea4i]{background:#f0faf5;border:1.5px solid #a8d5b9;border-radius:8px;padding:1.1rem 1.3rem;display:flex;align-items:flex-start;gap:.8rem}.aceite[data-astro-cid-c2qhea4i] input[data-astro-cid-c2qhea4i][type=checkbox]{width:20px;height:20px;flex-shrink:0;cursor:pointer;accent-color:var(--green);margin-top:2px}.aceite[data-astro-cid-c2qhea4i] label[data-astro-cid-c2qhea4i]{font-size:.87rem;line-height:1.55;color:var(--navy);cursor:pointer}.aceite[data-astro-cid-c2qhea4i] label[data-astro-cid-c2qhea4i] strong[data-astro-cid-c2qhea4i]{color:var(--green)}.aceite[data-astro-cid-c2qhea4i].invalid-check{background:#fff5f5;border-color:var(--red)}.privacidade[data-astro-cid-c2qhea4i]{font-size:.78rem;color:var(--muted);line-height:1.6;margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--border)}.btn-submit[data-astro-cid-c2qhea4i]{width:100%;padding:1.1rem;background:var(--gold);color:#0f0f0f;border:none;border-radius:4px;font-family:"DM Serif Display",serif;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .1s;display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:.5rem}.btn-submit[data-astro-cid-c2qhea4i]:hover{background:var(--gold2)}.btn-submit[data-astro-cid-c2qhea4i]:disabled{background:#aaa;cursor:not-allowed}.btn-submit[data-astro-cid-c2qhea4i] .spinner[data-astro-cid-c2qhea4i]{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:none}@keyframes spin{to{transform:rotate(360deg)}}.error-msg[data-astro-cid-c2qhea4i]{background:#fff0f0;border:1px solid #f5a9a9;border-radius:6px;padding:.7rem 1rem;color:var(--red);font-size:.83rem;margin-top:.6rem;display:none;line-height:1.6}.success-overlay[data-astro-cid-c2qhea4i]{display:none;position:fixed;inset:0;background:#0d1b2ab3;z-index:999;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.success-overlay[data-astro-cid-c2qhea4i].show{display:flex}.success-box[data-astro-cid-c2qhea4i]{background:var(--white);border-radius:12px;padding:2.2rem 1.8rem;max-width:500px;width:100%;text-align:center;box-shadow:0 8px 48px #0000004d;animation:popIn .35s cubic-bezier(.34,1.56,.64,1);margin:auto}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.success-box[data-astro-cid-c2qhea4i] .check-circle[data-astro-cid-c2qhea4i]{width:72px;height:72px;background:#e6f7ef;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;font-size:2rem}.success-box[data-astro-cid-c2qhea4i] h3[data-astro-cid-c2qhea4i]{font-family:"DM Serif Display",serif;font-size:1.5rem;color:var(--navy);margin-bottom:.6rem}.success-box[data-astro-cid-c2qhea4i] p[data-astro-cid-c2qhea4i]{font-size:.9rem;color:var(--muted);line-height:1.6}.link-box[data-astro-cid-c2qhea4i]{background:#f7f4ec;border:1px solid var(--border);border-radius:6px;padding:.8rem;margin:1.1rem 0;font-size:.76rem;word-break:break-all;text-align:left}.link-box[data-astro-cid-c2qhea4i] a[data-astro-cid-c2qhea4i]{color:#8a6830}.btn-wa-envio[data-astro-cid-c2qhea4i]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem;background:#128c4a;color:#fff;border-radius:6px;font-size:.95rem;font-weight:700;text-decoration:none;margin-bottom:.7rem}.btn-close-success[data-astro-cid-c2qhea4i]{margin-top:.4rem;padding:.7rem 2rem;background:transparent;color:var(--muted);border:1px solid var(--border);border-radius:3px;font-size:.85rem;cursor:pointer}.progress-bar-wrap[data-astro-cid-c2qhea4i]{background:#e8e0d0;border-radius:4px;height:6px;margin-bottom:1.6rem;overflow:hidden}.progress-bar[data-astro-cid-c2qhea4i]{height:100%;background:linear-gradient(90deg,#8a6830,var(--gold),var(--gold2));border-radius:4px;width:0%;transition:width .4s ease}footer[data-astro-cid-c2qhea4i]{text-align:center;font-size:.75rem;color:var(--muted);padding:1rem;border-top:1px solid var(--border);margin-top:1rem}.btn-whatsapp-corretor[data-astro-cid-c2qhea4i]{display:flex;position:fixed;bottom:1.4rem;right:1.4rem;background:#128c4a;color:#fff;border-radius:50px;padding:.75rem 1.2rem .75rem .9rem;font-size:.85rem;font-weight:700;z-index:1000;box-shadow:0 4px 16px #128c4a73;align-items:center;gap:.5rem;text-decoration:none;transition:transform .18s}.btn-whatsapp-corretor[data-astro-cid-c2qhea4i]:hover{transform:scale(1.05)}
