:root{--gold:#e7b232;--ink:#1d1b17;--bg:#faf8f2}body{background:var(--bg);color:var(--ink);font-family:system-ui,sans-serif}.shell{max-width:960px}header{padding:2.5rem;background:#201d18;border-radius:1rem;color:#fff}header img{display:block;width:min(100%,320px);background:#fff;padding:.5rem}header p{color:var(--gold);font-weight:800;letter-spacing:.1em;margin:1.5rem 0 .4rem}header h1{margin:0;font-weight:800}.switch{display:flex;justify-content:flex-end}.switch a{color:#201d18;background:#fff;padding:.5rem .85rem;border-radius:2rem;text-decoration:none;font-weight:800}form{margin-top:1.5rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 8px 25px #00000012}section{padding:1.5rem 0;border-bottom:1px solid #e9e4d8}h2{font-size:1.25rem}h2 b{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:#fff2c8;color:#916900;font-size:.75rem;margin-right:.55rem}label{display:block;font-size:.9rem;margin-bottom:.35rem}.choices label{border:1px solid #e4d7af;padding:.7rem;border-radius:.4rem}.consent{margin-top:1.5rem;padding:1rem;background:#fff8df;border:1px solid #ebd98e;border-radius:.5rem}footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.btn-warning{background:var(--gold);border-color:var(--gold);font-weight:800}@media(max-width:575px){form{padding:1.2rem}footer{align-items:flex-start;flex-direction:column;gap:1rem}}
