*{box-sizing:border-box}body{margin:0;background:#f4f5f7;color:#1a1a1a}.page{min-height:100vh;display:flex;flex-direction:column;align-items:center;font-family:Inter,system-ui,-apple-system,sans-serif}.header{width:100%;background:#fff;border-bottom:1px solid #e6e7eb;padding:1.75rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.header img{height:56px;width:auto;object-fit:contain}.logo-placeholder{height:56px;min-width:140px;display:flex;align-items:center;justify-content:center;border:1px dashed #c6c9d1;border-radius:6px;color:#9096a2;font-size:.75rem;padding:0 .75rem;text-align:center}.content{width:100%;max-width:720px;padding:3rem 1.5rem 4rem}.headline{font-size:2rem;font-weight:800;line-height:1.15;margin:0 0 .75rem;color:#14181f}.intro{font-size:1.05rem;color:#4b5262;margin:0 0 2rem;line-height:1.5}.form-card{background:#fff;border:1px solid #e6e7eb;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #14181f0f}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.25rem}@media (min-width: 560px){.form-row.two-col{grid-template-columns:1fr 1fr}}.field label{display:block;font-size:.9rem;font-weight:600;margin-bottom:.4rem;color:#2a2f38}.field label .required{color:#c23b3b;margin-left:.15rem}.field input,.field select{width:100%;padding:.65rem .75rem;border:1px solid #d5d8de;border-radius:8px;font-size:.95rem;font-family:inherit;background:#fff;color:#1a1a1a}.field input:focus,.field select:focus{outline:none;border-color:#3b6fb5;box-shadow:0 0 0 3px #3b6fb526}fieldset.charger-field{border:none;padding:0;margin:0 0 1.25rem}fieldset.charger-field legend{font-size:.9rem;font-weight:600;margin-bottom:.6rem;color:#2a2f38;padding:0}.charger-options{display:grid;grid-template-columns:1fr;gap:.6rem}@media (min-width: 560px){.charger-options{grid-template-columns:1fr 1fr}}.charger-option{display:flex;align-items:center;gap:.6rem;border:1px solid #d5d8de;border-radius:8px;padding:.7rem .85rem;cursor:pointer;font-size:.92rem;transition:border-color .15s ease,background .15s ease}.charger-option:has(input:checked){border-color:#3b6fb5;background:#3b6fb50f}.charger-option input{accent-color:#3b6fb5;width:16px;height:16px;flex-shrink:0}.charger-preview{display:block;max-width:200px;height:auto;margin:1rem auto 0}.privacy-block{margin-bottom:1.5rem;font-size:.9rem;color:#4b5262;line-height:1.5}.privacy-block a{color:#3b6fb5;font-weight:600}.consent-check{display:flex;align-items:flex-start;gap:.6rem;margin-top:.85rem}.consent-check input{margin-top:.2rem;accent-color:#3b6fb5}.consent-check label{font-weight:500;font-size:.9rem;color:#2a2f38}.submit-btn{width:100%;padding:.85rem 1rem;background:#14181f;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .15s ease}.submit-btn:hover:not(:disabled){background:#3b6fb5}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.disclaimer{margin-top:1.25rem;font-size:.8rem;color:#8a90a0;line-height:1.5}.status-message{margin-bottom:1.25rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500}.status-message.success{background:#e8f5ec;color:#1e7a3c;border:1px solid #b7e2c3}.status-message.error{background:#fbeaea;color:#b93a3a;border:1px solid #f0c2c2}
