.DemoRequestModal-module__c89fvq__overlay{z-index:10000001;-webkit-backdrop-filter:blur(8px);background:#020509c7;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.DemoRequestModal-module__c89fvq__modal{width:min(560px,92vw);max-height:calc(100dvh - 3rem);color:var(--text-main,#fff);border:1px solid var(--border-color,#ffffff14);background:linear-gradient(160deg,#0e1116f7,#05080cfa);border-radius:20px;padding:1.6rem 1.5rem 1.3rem;animation:.22s DemoRequestModal-module__c89fvq__modalIn;position:relative;overflow-y:auto;box-shadow:0 28px 70px #0000008c,inset 0 1px #ffffff0f}.DemoRequestModal-module__c89fvq__modal:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 100% 0,#6abf4b29,#0000 42%);position:absolute;inset:0}.DemoRequestModal-module__c89fvq__closeBtn{border:1px solid var(--border-color,#ffffff14);width:2.75rem;min-width:44px;height:2.75rem;min-height:44px;color:var(--text-muted,#8a9ab5);cursor:pointer;touch-action:manipulation;z-index:3;background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex;position:absolute;top:.7rem;right:.7rem}.DemoRequestModal-module__c89fvq__closeIcon{width:.95rem;height:.95rem}.DemoRequestModal-module__c89fvq__closeBtn:hover,.DemoRequestModal-module__c89fvq__closeBtn:focus-visible{border-color:var(--border-highlight,#6abf4b40);color:var(--text-main,#fff);background:#6abf4b1f;outline:none}.DemoRequestModal-module__c89fvq__formWrap{z-index:1;width:100%;position:relative}.DemoRequestModal-module__c89fvq__title{text-align:center;color:var(--text-main,#fff);letter-spacing:-.01em;margin:0;font-family:Outfit,sans-serif;font-size:clamp(1.6rem,3.3vw,2rem);font-weight:700;line-height:1.1}.DemoRequestModal-module__c89fvq__subtitle{text-align:center;color:var(--text-muted,#8a9ab5);margin:.55rem 0 1.2rem;font-size:.95rem;line-height:1.5}.DemoRequestModal-module__c89fvq__toast{border:1px solid #0000;border-radius:10px;align-items:center;gap:.65rem;margin:0 0 1rem;padding:.7rem .9rem;font-size:.9rem;font-weight:600;animation:.22s DemoRequestModal-module__c89fvq__fadeIn;display:flex}.DemoRequestModal-module__c89fvq__toastSuccess{color:#d5f3c8;background:#6abf4b1f;border-color:#6abf4b73}.DemoRequestModal-module__c89fvq__toastError{color:#fecaca;background:#dc262624;border-color:#ef444461}.DemoRequestModal-module__c89fvq__toastDot{background:var(--primary,#6abf4b);border-radius:999px;width:.55rem;height:.55rem;box-shadow:0 0 10px #6abf4ba6}.DemoRequestModal-module__c89fvq__toastDotError{background:#ef4444;box-shadow:0 0 10px #ef44448c}.DemoRequestModal-module__c89fvq__formCard{border:1px solid var(--border-color,#ffffff14);background:#ffffff03;border-radius:14px;padding:1rem}.DemoRequestModal-module__c89fvq__formRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-bottom:.8rem;display:grid}.DemoRequestModal-module__c89fvq__field{flex-direction:column;gap:.38rem;min-width:0;display:flex}.DemoRequestModal-module__c89fvq__label{color:#dbe5f8;font-size:.9rem;font-weight:600}.DemoRequestModal-module__c89fvq__input{box-sizing:border-box;border:1px solid var(--border-color,#ffffff14);width:100%;color:var(--text-main,#fff);background:#05080cb8;border-radius:10px;padding:.75rem .82rem;font-size:.95rem;transition:border-color .16s,box-shadow .16s,background .16s}.DemoRequestModal-module__c89fvq__input::placeholder{color:#7f8ca8}.DemoRequestModal-module__c89fvq__input:focus{border-color:var(--primary,#6abf4b);background:#080b10f2;outline:none;box-shadow:0 0 0 3px #6abf4b2b}.DemoRequestModal-module__c89fvq__input:disabled{opacity:.68;cursor:not-allowed}.DemoRequestModal-module__c89fvq__messageWrap{margin-bottom:.95rem}.DemoRequestModal-module__c89fvq__messageInput{resize:none;min-height:6.7rem;padding-top:.75rem}.DemoRequestModal-module__c89fvq__submitBtn{color:#030507;background:var(--primary,#6abf4b);letter-spacing:.01em;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;width:100%;padding:.82rem 1rem;font-size:.95rem;font-weight:700;transition:transform .12s,background .18s,box-shadow .18s;display:inline-flex}.DemoRequestModal-module__c89fvq__submitBtn:hover{background:#7ed65a;box-shadow:0 10px 24px #6abf4b40}.DemoRequestModal-module__c89fvq__submitBtn:active{transform:translateY(1px)}.DemoRequestModal-module__c89fvq__submitBtn:disabled{opacity:.66;cursor:not-allowed;box-shadow:none}.DemoRequestModal-module__c89fvq__spinner{border:2px solid #03050747;border-top-color:#030507f2;border-radius:999px;width:1.05rem;height:1.05rem;animation:.8s linear infinite DemoRequestModal-module__c89fvq__spin}@keyframes DemoRequestModal-module__c89fvq__spin{to{transform:rotate(360deg)}}@keyframes DemoRequestModal-module__c89fvq__fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes DemoRequestModal-module__c89fvq__modalIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:860px){.DemoRequestModal-module__c89fvq__overlay{padding:1rem}.DemoRequestModal-module__c89fvq__modal{width:min(520px,95vw);max-height:calc(100dvh - 2rem);padding:1.2rem .95rem 1rem}.DemoRequestModal-module__c89fvq__title{font-size:clamp(1.25rem,6.2vw,1.65rem)}.DemoRequestModal-module__c89fvq__subtitle{margin:.45rem 0 1rem;font-size:.88rem}.DemoRequestModal-module__c89fvq__formCard{padding:.82rem}.DemoRequestModal-module__c89fvq__formRow{grid-template-columns:1fr;gap:.76rem}.DemoRequestModal-module__c89fvq__label{font-size:.85rem}.DemoRequestModal-module__c89fvq__input{padding:.7rem .74rem;font-size:.9rem}.DemoRequestModal-module__c89fvq__messageInput{min-height:6rem}.DemoRequestModal-module__c89fvq__submitBtn{padding:.75rem .88rem;font-size:.9rem}}
