.ecdcrm-section,.ecdcrm-section *{box-sizing:border-box}.ecdcrm-section{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;padding:110px 0;color:var(--ecdcrm-text);background:radial-gradient(circle at 12% 18%,rgba(141,225,45,.08),transparent 30%),radial-gradient(circle at 88% 28%,rgba(18,104,255,.2),transparent 38%),linear-gradient(180deg,#020610 0%,var(--ecdcrm-bg) 45%,var(--ecdcrm-bg2) 100%);isolation:isolate}.ecdcrm-container{position:relative;z-index:5;width:min(1180px,calc(100% - 48px));margin:0 auto}.ecdcrm-grid{position:absolute;inset:-100px;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:48px 48px;transform:perspective(850px) rotateX(58deg) translateY(360px);transform-origin:center bottom;mask-image:linear-gradient(to bottom,transparent,#000 26%,#000 88%,transparent)}.ecdcrm-glow{position:absolute;border-radius:50%;pointer-events:none}.ecdcrm-glow-a{width:700px;height:700px;left:-380px;top:120px;background:radial-gradient(circle,rgba(141,225,45,.14),transparent 68%)}.ecdcrm-glow-b{width:780px;height:780px;right:-390px;bottom:-200px;background:radial-gradient(circle,rgba(18,104,255,.22),transparent 68%)}.ecdcrm-orbit{position:absolute;border-radius:50%;border:1px solid rgba(55,184,255,.12);pointer-events:none}.ecdcrm-orbit:before,.ecdcrm-orbit:after{content:"";position:absolute;border-radius:inherit}.ecdcrm-orbit:before{inset:40px;border:1px dashed rgba(141,225,45,.12)}.ecdcrm-orbit:after{inset:96px;border:1px solid rgba(36,214,175,.09)}.ecdcrm-orbit-a{width:720px;height:720px;right:-340px;top:-170px}.ecdcrm-orbit-b{width:380px;height:380px;left:-220px;bottom:60px}.ecdcrm-header{max-width:920px;margin:0 auto 44px;text-align:center}.ecdcrm-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--ecdcrm-accent);font-size:12px;font-weight:800;letter-spacing:.16em}.ecdcrm-eyebrow span{width:9px;height:9px;border-radius:50%;background:var(--ecdcrm-accent);box-shadow:0 0 18px var(--ecdcrm-accent)}.ecdcrm-header h2{margin:0;color:#fff;font-size:clamp(40px,5.2vw,68px);line-height:1.04;letter-spacing:-.045em;font-weight:850}.ecdcrm-header h2 span{display:block;background:linear-gradient(90deg,var(--ecdcrm-primary),var(--ecdcrm-secondary),var(--ecdcrm-accent));background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ecdcrm-header p{max-width:760px;margin:22px auto 0;color:var(--ecdcrm-muted);font-size:18px;line-height:1.75}.ecdcrm-shell{position:relative;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:linear-gradient(160deg,rgba(14,29,52,.91),rgba(5,13,28,.86));box-shadow:0 45px 100px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.04);backdrop-filter:blur(20px);overflow:hidden}.ecdcrm-progress{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.018)}.ecdcrm-progress-step{position:relative;display:flex;align-items:center;gap:10px;min-height:82px;padding:0 22px;border:0;border-right:1px solid rgba(255,255,255,.06);color:#8292a8;background:transparent;text-align:left;cursor:default}.ecdcrm-progress-step:last-child{border-right:0}.ecdcrm-progress-step>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.025);font-weight:800}.ecdcrm-progress-step small{font-size:12px;font-weight:700}.ecdcrm-progress-step.is-active{color:#fff;background:linear-gradient(180deg,rgba(18,104,255,.1),transparent)}.ecdcrm-progress-step.is-active>span{border-color:rgba(55,184,255,.55);background:linear-gradient(135deg,var(--ecdcrm-primary),var(--ecdcrm-secondary));box-shadow:0 10px 28px rgba(18,104,255,.28)}.ecdcrm-progress-step.is-complete{color:#cfe2bf}.ecdcrm-progress-step.is-complete>span{color:#08120a;border-color:var(--ecdcrm-accent);background:var(--ecdcrm-accent)}.ecdcrm-form{padding:42px}.ecdcrm-form-step{display:none;margin:0;padding:0;border:0}.ecdcrm-form-step.is-active{display:block;animation:ecdcrmStepIn .45s ease}.ecdcrm-step-heading{margin-bottom:28px}.ecdcrm-step-heading>span{color:var(--ecdcrm-accent);font-size:10px;font-weight:800;letter-spacing:.14em}.ecdcrm-step-heading h3{margin:7px 0 5px;color:#fff;font-size:31px;line-height:1.15}.ecdcrm-step-heading p{margin:0;color:#91a2b9}.ecdcrm-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ecdcrm-field{display:flex;flex-direction:column;gap:9px}.ecdcrm-field-textarea,.ecdcrm-field-radio,.ecdcrm-field-checkbox{grid-column:1/-1}.ecdcrm-label{color:#dce7f5;font-size:14px;font-weight:700}.ecdcrm-label>span{color:var(--ecdcrm-accent)}.ecdcrm-field input[type=text],.ecdcrm-field input[type=email],.ecdcrm-field input[type=tel],.ecdcrm-field input[type=url],.ecdcrm-field input[type=number],.ecdcrm-field input[type=date],.ecdcrm-field textarea,.ecdcrm-field select{width:100%;min-height:56px;padding:14px 16px;border:1px solid rgba(255,255,255,.11);border-radius:15px;color:#fff;background:rgba(255,255,255,.035);outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);font:inherit;transition:border-color .25s,box-shadow .25s,background .25s}.ecdcrm-field textarea{min-height:145px;resize:vertical}.ecdcrm-field select{color:#dce7f5}.ecdcrm-field select option{color:#111}.ecdcrm-field input::placeholder,.ecdcrm-field textarea::placeholder{color:#708198}.ecdcrm-field input:focus,.ecdcrm-field textarea:focus,.ecdcrm-field select:focus{border-color:rgba(55,184,255,.65);background:rgba(18,104,255,.06);box-shadow:0 0 0 4px rgba(18,104,255,.1)}.ecdcrm-help{color:#7f91a9;font-size:12px;line-height:1.5}.ecdcrm-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.ecdcrm-choice{position:relative;display:flex;align-items:center;gap:11px;min-height:55px;padding:12px 14px;border:1px solid rgba(255,255,255,.085);border-radius:14px;color:#cbd7e6;background:rgba(255,255,255,.025);cursor:pointer;transition:.25s}.ecdcrm-choice:hover{transform:translateY(-2px);border-color:rgba(55,184,255,.3);background:rgba(18,104,255,.055)}.ecdcrm-choice input{position:absolute;opacity:0;pointer-events:none}.ecdcrm-choice-control{flex:0 0 20px;width:20px;height:20px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:rgba(0,0,0,.12)}.ecdcrm-field-radio .ecdcrm-choice-control{border-radius:50%}.ecdcrm-choice input:checked+.ecdcrm-choice-control{border-color:var(--ecdcrm-accent);background:var(--ecdcrm-accent);box-shadow:inset 0 0 0 5px #0b1723,0 0 16px rgba(141,225,45,.25)}.ecdcrm-choice input:checked~span:last-child{color:#fff}.ecdcrm-field.has-error input,.ecdcrm-field.has-error textarea,.ecdcrm-field.has-error select,.ecdcrm-field.has-error .ecdcrm-choice{border-color:#ff6f7d!important}.ecdcrm-step-error{margin-top:18px;padding:13px 15px;border:1px solid rgba(255,111,125,.35);border-radius:13px;color:#ffd7db;background:rgba(255,70,90,.09);font-size:13px}.ecdcrm-navigation{display:flex;justify-content:flex-end;gap:12px;margin-top:31px}.ecdcrm-button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:56px;padding:0 25px;border-radius:15px;border:1px solid transparent;font-size:15px;font-weight:760;cursor:pointer;transition:.28s}.ecdcrm-button-primary{color:#fff;background:linear-gradient(135deg,#0958ef,var(--ecdcrm-primary) 55%,var(--ecdcrm-secondary));box-shadow:0 15px 42px rgba(18,104,255,.28)}.ecdcrm-button-primary:hover{transform:translateY(-3px);box-shadow:0 19px 50px rgba(18,104,255,.43)}.ecdcrm-button-secondary{color:#d4deeb;border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.025)}.ecdcrm-button-secondary:hover{color:#fff;border-color:rgba(55,184,255,.35);background:rgba(18,104,255,.07)}.ecdcrm-button:disabled{opacity:.65;cursor:wait}.ecdcrm-selected-need{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:30px 42px 0;padding:16px 18px;border:1px solid rgba(141,225,45,.24);border-radius:16px;background:rgba(141,225,45,.055)}.ecdcrm-selected-need span{color:#91a4b9;font-size:12px}.ecdcrm-selected-need strong{color:#e9f8dd}.ecdcrm-privacy{display:flex;align-items:flex-start;justify-content:center;gap:10px;padding:18px 30px;border-top:1px solid rgba(255,255,255,.065);color:#7f90a6;background:rgba(0,0,0,.08);font-size:12px}.ecdcrm-privacy p{margin:0}.ecdcrm-privacy a{color:#9dc8ff}.ecdcrm-honeypot{position:absolute!important;left:-9999px!important}.ecdcrm-notice{max-width:920px;margin:0 auto 20px;padding:18px 20px;border-radius:17px}.ecdcrm-notice strong,.ecdcrm-notice p{display:block;margin:0}.ecdcrm-notice p{margin-top:5px}.ecdcrm-success{border:1px solid rgba(141,225,45,.3);color:#e5f9d3;background:rgba(141,225,45,.08)}.ecdcrm-error{border:1px solid rgba(255,111,125,.3);color:#ffe0e4;background:rgba(255,80,100,.08)}.ecdcrm-reveal{opacity:0;transform:translateY(28px);transition:opacity .85s,transform .85s}.ecdcrm-reveal.is-visible{opacity:1;transform:translateY(0)}.ecdcrm-animated .ecdcrm-grid{animation:ecdcrmGrid 22s linear infinite}.ecdcrm-animated .ecdcrm-glow-a{animation:ecdcrmGlow 14s ease-in-out infinite}.ecdcrm-animated .ecdcrm-glow-b{animation:ecdcrmGlow 17s ease-in-out infinite reverse}.ecdcrm-animated .ecdcrm-orbit-a{animation:ecdcrmRotate 36s linear infinite}.ecdcrm-animated .ecdcrm-orbit-b{animation:ecdcrmRotate 27s linear infinite reverse}.ecdcrm-animated .ecdcrm-header h2 span{animation:ecdcrmGradient 5s linear infinite}@keyframes ecdcrmStepIn{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}@keyframes ecdcrmGrid{to{background-position:48px 48px,48px 48px}}@keyframes ecdcrmGlow{50%{transform:translate3d(26px,-22px,0) scale(1.08)}}@keyframes ecdcrmRotate{to{transform:rotate(360deg)}}@keyframes ecdcrmGradient{to{background-position:200% center}}@media(max-width:900px){.ecdcrm-progress-step small{display:none}.ecdcrm-progress-step{justify-content:center;padding:0 8px}.ecdcrm-fields{grid-template-columns:1fr}.ecdcrm-field-textarea,.ecdcrm-field-radio,.ecdcrm-field-checkbox{grid-column:auto}}@media(max-width:680px){.ecdcrm-section{padding:82px 0 74px}.ecdcrm-container{width:100%;padding:0 18px}.ecdcrm-header{text-align:left;margin-bottom:32px}.ecdcrm-header h2{font-size:clamp(39px,11vw,52px)}.ecdcrm-header p{font-size:16px;line-height:1.65}.ecdcrm-shell{border-radius:23px}.ecdcrm-progress-step{min-height:66px}.ecdcrm-progress-step>span{width:31px;height:31px}.ecdcrm-form{padding:25px 20px 30px}.ecdcrm-step-heading h3{font-size:26px}.ecdcrm-choice-grid{grid-template-columns:1fr}.ecdcrm-navigation{flex-direction:column-reverse}.ecdcrm-button{width:100%}.ecdcrm-selected-need{align-items:flex-start;flex-direction:column;margin:22px 20px 0}.ecdcrm-privacy{padding:16px 20px}.ecdcrm-orbit-a{width:520px;height:520px;right:-390px;top:100px}}@media(prefers-reduced-motion:reduce){.ecdcrm-section *,.ecdcrm-section *:before,.ecdcrm-section *:after{animation-duration:.01ms!important;animation-iteration-count:1!important}}
