/* Athena Request a Demo modal */
.demo-form-lock{overflow:hidden}
.demo-form-backdrop{position:fixed;inset:0;z-index:10000;background:rgba(2,10,24,.72);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);display:none;align-items:center;justify-content:center;padding:24px}
.demo-form-backdrop.is-open{display:flex}
.demo-form-modal{position:relative;width:min(760px,100%);max-height:min(900px,calc(100vh - 48px));overflow:auto;background:#fff;color:#0b1e3d;border:1px solid rgba(16,63,118,.16);border-radius:16px;box-shadow:0 30px 90px rgba(0,10,30,.42);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.demo-form-inner{padding:40px 42px 34px}
.demo-form-close{position:absolute;right:18px;top:16px;border:0;background:transparent;color:#102b55;font-size:34px;line-height:1;cursor:pointer;padding:4px 8px;border-radius:8px}
.demo-form-close:hover,.demo-form-close:focus-visible{background:#eef5fb;outline:none}
.demo-form-kicker{margin:0 0 7px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0b75d1}
.demo-form-title{margin:0 48px 8px 0!important;color:#0b2a57!important;font-family:Inter,system-ui,sans-serif!important;font-size:clamp(34px,4vw,48px)!important;line-height:1.05!important;font-weight:700!important;letter-spacing:-.03em!important}
.demo-form-intro{margin:0 0 20px;color:#42516a;font-size:16px;line-height:1.55}
.demo-form-source{display:flex;align-items:flex-start;gap:10px;margin:0 0 26px;padding:13px 15px;border-radius:9px;background:linear-gradient(90deg,#edf6ff,#f5f9fd);color:#244a7b;font-size:14px;border:1px solid #e1edf8}
.demo-form-source svg{width:18px;height:18px;flex:0 0 18px;margin-top:1px;stroke:#0b75d1;fill:none;stroke-width:2}
.demo-form-source strong{color:#0b2f67}
.demo-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}
.demo-field{min-width:0}.demo-field.full{grid-column:1/-1}
.demo-field label,.demo-field legend{display:block;margin:0 0 7px;color:#17243a;font-size:14px;font-weight:700}
.demo-required{color:#c6382a}
.demo-field input[type="text"],.demo-field input[type="email"],.demo-field textarea{width:100%;border:1px solid #cfd8e5;border-radius:7px;background:#fff;color:#152238;font:inherit;font-size:15px;padding:12px 13px;transition:border-color .15s,box-shadow .15s}
.demo-field textarea{min-height:126px;resize:vertical;line-height:1.5}
.demo-field input:focus,.demo-field textarea:focus{outline:none;border-color:#0b75d1;box-shadow:0 0 0 3px rgba(11,117,209,.12)}
.demo-field .help{display:block;margin-top:6px;color:#6d7889;font-size:12px;line-height:1.4}
.demo-org-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.demo-org-option{position:relative;display:flex!important;align-items:center;gap:9px;margin:0!important;padding:12px 12px;border:1px solid #cfd8e5;border-radius:7px;font-weight:500!important;cursor:pointer;background:#fff;transition:border-color .15s,background .15s,box-shadow .15s}
.demo-org-option:hover{border-color:#8cb9e4}.demo-org-option input{width:17px;height:17px;margin:0;accent-color:#0b75d1;flex:0 0 auto}
.demo-org-option:has(input:checked){border-color:#0b75d1;background:#f3f8fe;box-shadow:0 0 0 1px rgba(11,117,209,.08)}
.demo-form-actions{margin-top:23px}.demo-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:7px;background:linear-gradient(90deg,#073b8a,#0759bd);color:#fff;font:inherit;font-size:16px;font-weight:700;padding:14px 20px;cursor:pointer;box-shadow:0 10px 25px rgba(7,73,157,.18)}
.demo-submit:hover{filter:brightness(1.04)}.demo-submit:disabled{opacity:.62;cursor:wait}
.demo-submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.demo-form-privacy{display:flex;align-items:center;justify-content:center;gap:7px;margin:13px 0 0;color:#6e7888;font-size:12px;text-align:center}.demo-form-privacy svg{width:14px;height:14px;stroke:#5d6c81;fill:none;stroke-width:2}
.demo-form-error{display:none;margin-top:14px;padding:11px 13px;border-radius:7px;background:#fff1ef;color:#9f2e23;font-size:13px;border:1px solid #f3d0ca}.demo-form-error.is-visible{display:block}
.demo-hp{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;clip-path:inset(50%)!important}
.demo-hidden{display:none!important}
.demo-success{display:none;padding:58px 42px 48px;text-align:center}.demo-success.is-visible{display:block}.demo-success-icon{width:64px;height:64px;margin:0 auto 18px;border:2px solid #17805f;border-radius:50%;display:grid;place-items:center;color:#17805f;font-size:32px}.demo-success h3{margin:0 0 10px;color:#0c4b3d;font:700 24px/1.2 Inter,system-ui,sans-serif}.demo-success p{margin:0 auto;color:#4d5e69;max-width:520px;font-size:15px;line-height:1.6}
.demo-turnstile-wrap{margin-top:18px;display:none}.demo-turnstile-wrap.is-enabled{display:block}.demo-turnstile{min-height:65px}
@media(max-width:680px){.demo-form-backdrop{padding:12px;align-items:flex-start}.demo-form-modal{max-height:calc(100vh - 24px);margin-top:0}.demo-form-inner{padding:32px 20px 26px}.demo-form-grid{grid-template-columns:1fr;gap:16px}.demo-field.full{grid-column:1}.demo-org-options{grid-template-columns:1fr 1fr}.demo-form-title{font-size:34px!important}.demo-success{padding:48px 22px 40px}}
@media(max-width:420px){.demo-org-options{grid-template-columns:1fr}}
