.elmjdist-form-shell {
	--elmj-green:#5ba46f;
	--elmj-green-dark:#3f8254;
	--elmj-green-soft:#eef7f0;
	--elmj-dark:#26352b;
	--elmj-text:#536057;
	--elmj-border:#dfe9e1;
	width:100%;
	max-width:1120px;
	margin:0 auto;
	padding:25px 15px;
	box-sizing:border-box;
}
.elmjdist-form-card {
	position:relative;background:#fff;border:1px solid var(--elmj-border);
	border-radius:28px;padding:clamp(28px,5vw,58px);
	box-shadow:0 18px 60px rgba(45,78,55,.08);overflow:hidden;
}
.elmjdist-form-header{max-width:720px;margin:0 auto 45px;text-align:center}
.elmjdist-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--elmj-green-dark);font-size:11px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase}
.elmjdist-eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--elmj-green)}
.elmjdist-form-header h2,.elmjdist-success h2{margin:12px 0 10px;color:var(--elmj-dark);font-size:clamp(32px,4vw,48px);line-height:1.05;font-weight:700;letter-spacing:-1.5px}
.elmjdist-form-header h2 span,.elmjdist-success h2 span{color:var(--elmj-green)}
.elmjdist-form-header p{max-width:650px;margin:0 auto;color:var(--elmj-text);font-size:15px;line-height:1.7}
.elmjdist-section-title{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:var(--elmj-dark);font-size:17px;font-weight:700}
.elmjdist-section-title span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--elmj-green-soft);color:var(--elmj-green-dark);font-size:11px;font-weight:800}
.elmjdist-section-space{margin-top:42px}
.elmjdist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 20px}
.elmjdist-field{position:relative}
.elmjdist-field label,.elmjdist-label{display:flex;align-items:center;gap:4px;margin-bottom:8px;color:var(--elmj-dark);font-size:13px;font-weight:700}
.elmjdist-field label b,.elmjdist-label b{color:var(--elmj-green)}
.elmjdist-field label span{margin-left:auto;color:#8c988f;font-size:11px;font-weight:500}
.elmjdist-field input,.elmjdist-field textarea{display:block;width:100%;min-height:50px;box-sizing:border-box;border:1px solid var(--elmj-border);border-radius:12px;background:#fbfcfb;color:var(--elmj-dark);padding:13px 15px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}
.elmjdist-field textarea{min-height:125px;resize:vertical;line-height:1.6}
.elmjdist-field input::placeholder,.elmjdist-field textarea::placeholder{color:#a6aea8}
.elmjdist-field input:focus,.elmjdist-field textarea:focus{outline:none;background:#fff;border-color:var(--elmj-green);box-shadow:0 0 0 4px rgba(91,164,111,.10)}
.elmjdist-phone{display:grid;grid-template-columns:85px minmax(0,1fr);gap:9px}
.elmjdist-error,.elmjdist-radio-error{display:block;min-height:0;margin-top:5px;color:#c04d4d;font-size:11px}
.elmjdist-field.is-error input,.elmjdist-field.is-error textarea{border-color:#d56b6b;box-shadow:0 0 0 3px rgba(213,107,107,.08)}
.elmjdist-options{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.elmjdist-option{position:relative;cursor:pointer}
.elmjdist-option input{position:absolute;opacity:0;pointer-events:none}
.elmjdist-option-box{display:flex;flex-direction:column;min-height:74px;justify-content:center;padding:14px 16px;border:1px solid var(--elmj-border);border-radius:13px;background:#fbfcfb;box-sizing:border-box;transition:all .2s}
.elmjdist-option-box strong{color:var(--elmj-dark);font-size:13px}
.elmjdist-option-box small{margin-top:4px;color:#849087;font-size:11px}
.elmjdist-option:hover .elmjdist-option-box{border-color:var(--elmj-green);transform:translateY(-1px)}
.elmjdist-option input:checked + .elmjdist-option-box{border-color:var(--elmj-green);background:var(--elmj-green-soft);box-shadow:inset 0 0 0 1px var(--elmj-green)}
.elmjdist-comments{margin-top:25px}
.elmjdist-submit-area{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:30px;padding-top:25px;border-top:1px solid #edf2ee}
.elmjdist-submit-area p{max-width:510px;margin:0;color:#7b867e;font-size:12px;line-height:1.6}
.elmjdist-submit{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:16px;min-width:190px;min-height:52px;padding:12px 20px;border:0;border-radius:100px;background:var(--elmj-green);color:#fff;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 10px 25px rgba(91,164,111,.22);transition:background .2s,transform .2s,box-shadow .2s}
.elmjdist-submit:hover{background:var(--elmj-green-dark);transform:translateY(-2px);box-shadow:0 14px 30px rgba(91,164,111,.28)}
.elmjdist-submit:disabled{opacity:.75;cursor:wait;transform:none}
.elmjdist-submit-arrow{font-size:20px;line-height:1}
.elmjdist-submit-loader{display:none;width:17px;height:17px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:elmjdist-spin .7s linear infinite}
.elmjdist-form.is-loading .elmjdist-submit-loader{display:block}
.elmjdist-form.is-loading .elmjdist-submit-arrow{display:none}
.elmjdist-form-message{display:none;margin-top:20px;padding:13px 15px;border-radius:10px;background:#fff3f3;color:#a84444;font-size:13px}
.elmjdist-form-message.is-visible{display:block}
.elmjdist-success{display:none;min-height:500px;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:40px 20px;opacity:0;transform:translateY(15px)}
.elmjdist-success.is-visible{display:flex;animation:elmjdist-success-in .6s ease forwards}
.elmjdist-success-icon{display:flex;align-items:center;justify-content:center;width:86px;height:86px;margin-bottom:25px;border-radius:50%;background:var(--elmj-green-soft)}
.elmjdist-success-icon svg{width:55px;height:55px;overflow:visible}
.elmjdist-success-icon circle{fill:none;stroke:var(--elmj-green);stroke-width:2;stroke-dasharray:160;stroke-dashoffset:160;animation:elmjdist-circle .7s ease forwards}
.elmjdist-success-icon path{fill:none;stroke:var(--elmj-green);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:40;stroke-dashoffset:40;animation:elmjdist-check .45s .5s ease forwards}
.elmjdist-success p{max-width:590px;margin:0 0 28px;color:var(--elmj-text);font-size:15px;line-height:1.7}
.elmjdist-home-button{display:inline-flex;align-items:center;gap:14px;padding:13px 23px;border-radius:100px;background:var(--elmj-dark);color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:700;transition:transform .2s,background .2s}
.elmjdist-home-button:hover{background:var(--elmj-green);transform:translateY(-2px)}
.elmjdist-home-button span{font-size:18px}
.elmjdist-hp{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
@keyframes elmjdist-spin{to{transform:rotate(360deg)}}
@keyframes elmjdist-success-in{to{opacity:1;transform:translateY(0)}}
@keyframes elmjdist-circle{to{stroke-dashoffset:0}}
@keyframes elmjdist-check{to{stroke-dashoffset:0}}
@media(max-width:700px){
	.elmjdist-form-card{padding:30px 20px;border-radius:20px}
	.elmjdist-form-header{margin-bottom:35px}
	.elmjdist-form-header h2,.elmjdist-success h2{font-size:34px}
	.elmjdist-grid,.elmjdist-options{grid-template-columns:1fr}
	.elmjdist-submit-area{flex-direction:column;align-items:stretch;gap:20px}
	.elmjdist-submit{width:100%}
}
@media(max-width:420px){
	.elmjdist-form-card{padding:25px 16px}
	.elmjdist-phone{grid-template-columns:72px minmax(0,1fr)}
}
