:root{--avpro-blue:#1c1ce6;--avpro-blue-dark:#14149e;--avpro-purple:#6d4fc7;--avpro-purple-dark:#5b3fb0;--avpro-text:#1a1a1a;--avpro-text-muted:#5a5a5a;--avpro-border:#d5d5db;--avpro-bg:#fff;--avpro-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--avpro-font);color:var(--avpro-text);background:var(--avpro-bg)}a{color:var(--avpro-blue)}.avpro-header{background:var(--avpro-blue);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem}.avpro-header img{height:32px;width:auto;display:block}.avpro-header nav{display:flex;align-items:center;gap:1.5rem;font-size:.9rem}.avpro-header nav a{color:#fff;text-decoration:none;opacity:.9}.avpro-header nav a:hover{opacity:1;text-decoration:underline}.avpro-header .badge{background:hsla(0,0%,100%,.15);border-radius:999px;padding:.25rem .85rem;font-size:.85rem;font-weight:600;letter-spacing:.02em}.avpro-public-main{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.avpro-public-main h1{font-size:1.6rem;margin-bottom:.5rem}.avpro-public-main .lead{color:var(--avpro-text-muted);margin-bottom:2rem;max-width:60ch}.avpro-required-note{font-size:.8rem;color:var(--avpro-text-muted);font-style:italic;margin-bottom:1.5rem}.avpro-field{margin-bottom:1.1rem;max-width:480px}.avpro-field label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.35rem}.avpro-field input,.avpro-field select,.avpro-field textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--avpro-border);border-radius:6px;font-size:.95rem;font-family:inherit;color:var(--avpro-text)}.avpro-field input:focus,.avpro-field select:focus,.avpro-field textarea:focus{outline:2px solid var(--avpro-blue);outline-offset:1px}.avpro-field textarea{min-height:6rem;resize:vertical}.avpro-button{background:var(--avpro-purple);color:#fff;border:none;border-radius:6px;padding:.65rem 1.75rem;font-size:.95rem;font-weight:600;cursor:pointer}.avpro-button:hover{background:var(--avpro-purple-dark)}.avpro-footer{border-top:1px solid var(--avpro-border);padding:2rem 1.5rem;font-size:.85rem;color:var(--avpro-text-muted);display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.avpro-footer strong{color:var(--avpro-text);display:block;margin-bottom:.35rem}.avpro-card{padding:1.5rem;max-width:480px;margin-bottom:1rem}.avpro-card,.avpro-line-item{border:1px solid var(--avpro-border);border-radius:10px;background:#fafafe}.avpro-line-item{padding:1.25rem;margin-bottom:1.25rem;max-width:640px}.avpro-line-item h4{margin-top:0}.avpro-address{border:1px solid var(--avpro-border);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1.25rem;max-width:640px}.avpro-address legend{font-weight:600;padding:0 .4rem}.avpro-help-text{font-weight:400;font-size:.8rem;color:var(--avpro-text-muted);margin-top:.15rem}