:root{--red:#ed1c24;--deep-red:#9b1118;--ink:#202124;--muted:#697178;--line:#e4e5e7;--surface:#f7f7f8}*{box-sizing:border-box}body{background:linear-gradient(130deg,#fff 0,#f8f1f2 100%);color:var(--ink);font-family:"Open Sans",Arial,sans-serif}.form-shell{max-width:960px}.brand-header{position:relative;overflow:hidden;background:linear-gradient(115deg,#75000f,#ed1c24);color:#fff;border-radius:.75rem;box-shadow:0 18px 38px rgba(117,0,15,.2)}.brand-header:after{content:"";position:absolute;width:19rem;height:19rem;border:2.8rem solid rgba(255,255,255,.12);border-radius:50%;right:-8rem;bottom:-13rem}.header-bar,.brand-header h1,.brand-header p{position:relative;z-index:1}.header-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.3)}.header-bar span{font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.brand-logo{display:block;width:11.5rem;height:3rem;object-fit:contain;object-position:left;background:#fff;border-radius:.18rem;padding:.28rem .55rem}.brand-header h1{font-family:Montserrat,"Open Sans",sans-serif;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.035em;margin:1.25rem 0 .55rem}.brand-header p{max-width:42rem;margin:0;color:rgba(255,255,255,.86);font-size:.96rem;line-height:1.55}.form-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 8px 26px rgba(0,0,0,.06)}.form-section{padding:1.65rem 0;border-bottom:1px solid var(--line)}.section-heading{display:flex;gap:.9rem;margin-bottom:1.3rem}.section-heading>span{display:grid;place-items:center;width:2rem;height:2rem;flex:0 0 auto;border-radius:50%;background:#fff0f1;color:var(--red);font-size:.72rem;font-weight:800}.section-heading h2{font-family:Montserrat,"Open Sans",sans-serif;font-size:1.2rem;font-weight:700;margin:0 0 .25rem}.section-heading p{margin:0;color:var(--muted);font-size:.9rem}.form-label{font-size:.87rem;font-weight:400;margin-bottom:.45rem}.form-label b,.submit-row b,.consent b{color:var(--red)}.form-control,.form-select{border-color:#cdd0d3;border-radius:.2rem;padding:.72rem .82rem}.form-control::placeholder{color:#9a9ea2;opacity:1;font-size:.91rem}.form-control:focus,.form-select:focus{border-color:var(--red);box-shadow:0 0 0 .22rem rgba(237,28,36,.12)}.option-grid label{display:block;padding:.72rem .8rem;border:1px solid #dedfe1;border-radius:.35rem;cursor:pointer;font-size:.92rem;transition:.15s}.option-grid label:hover{background:#fff6f6;border-color:#eaa1a5}.option-grid label:has(input:checked){background:#fff0f1;border-color:var(--red)}.option-grid .form-check-input{margin-right:.4rem}.consent{margin-top:1.8rem;padding:1rem;background:#fff4f4;border:1px solid #f1ced0;border-radius:.4rem}.consent .form-check-label{font-size:.9rem;line-height:1.5}.submit-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem}.submit-row p{margin:0;color:var(--muted);font-size:.83rem}.btn-danger{--bs-btn-bg:var(--red);--bs-btn-border-color:var(--red);--bs-btn-hover-bg:var(--deep-red);--bs-btn-hover-border-color:var(--deep-red)}@media(min-width:768px){.form-card{padding:2.4rem 2.7rem}}@media(max-width:575.98px){.header-bar{align-items:flex-start;flex-direction:column}.brand-header h1{margin-top:1rem}}
