.project-request-band{padding:26px 0 72px;background:#fff}.project-request-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:40px;padding:42px 48px;border-radius:24px;background:linear-gradient(125deg,#12332d 0%,#17463b 72%,#22604a 100%);box-shadow:0 28px 70px rgba(18,51,45,.16);color:#fff;overflow:hidden;position:relative}.project-request-card:after{content:"";position:absolute;right:10%;top:-110px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(186,255,70,.3),transparent 70%);pointer-events:none}.project-request-card>div,.project-request-card>.button{position:relative;z-index:1}.project-request-card .eyebrow{color:#baff46;margin-bottom:13px}.project-request-card h2{max-width:760px;font-size:clamp(34px,4vw,55px)}.project-request-card h2 em{color:#baff46}.project-request-card p:not(.eyebrow){max-width:630px;margin-top:15px;color:#dcebe5;font-size:15px}.project-request-card>.button{min-width:230px}
body.modal-open{overflow:hidden}.lead-modal{width:min(880px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:visible;border:0;border-radius:32px;background:transparent;color:var(--ink)}.lead-modal::backdrop{background:rgba(7,25,37,.68);backdrop-filter:blur(12px);animation:lead-modal-fade .22s ease both}.lead-modal[open]{animation:lead-modal-enter .28s cubic-bezier(.2,.8,.2,1) both}.lead-modal-shell{position:relative;max-height:calc(100dvh - 32px);overflow:auto;border-radius:30px;background:#fff;box-shadow:0 40px 110px rgba(0,0,0,.32);scrollbar-width:thin}.lead-modal-close{position:absolute;z-index:5;top:18px;right:18px;display:grid;width:44px;height:44px;place-items:center;padding:0;color:#647386;border:1px solid #dce3ea;border-radius:14px;background:#f8fafb;font:300 29px/1 Onest,sans-serif;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.lead-modal-close:hover{transform:rotate(5deg);color:#12332d;background:#eef3f7}#lead-form.lead-modal-form{width:100%;padding:42px}.lead-form-step[hidden],.form-success[hidden]{display:none}.lead-form-heading{padding:0 62px 25px 0;margin-bottom:25px;border-bottom:1px solid var(--line)}.lead-form-heading .eyebrow{display:block;color:#229653;margin-bottom:12px}.lead-form-heading h2{max-width:670px;font-size:clamp(32px,4vw,48px)}.lead-form-heading h2 em{color:#229653}.contact-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px 13px;margin-top:16px;color:var(--secondary);font-size:12px}.contact-price strong{color:#12332d;font-size:20px;font-weight:600}.lead-field-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lead-field{min-width:0;margin-bottom:18px}.lead-field label{display:block;margin-bottom:8px;color:#536277;font-size:12px;font-weight:600}.lead-field label>span{margin-left:5px;color:var(--secondary);font-size:10px;font-weight:400}.lead-field input,.lead-field select,.lead-field textarea{width:100%;min-height:52px;padding:13px 15px;border:1px solid #d5dce5;border-radius:13px;outline:none;background:#fafbfc;font-size:14px;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.lead-field select{padding-right:32px;cursor:pointer}.lead-field textarea{line-height:1.55}.lead-field small{display:block;margin-top:7px;color:#68745d;font-size:10px;line-height:1.5}.lead-field input::placeholder,.lead-field textarea::placeholder{color:#9aa4b0}.lead-field input:focus,.lead-field select:focus,.lead-field textarea:focus{border-color:#229653;background:#fff;box-shadow:0 0 0 4px rgba(34,150,83,.1)}.honeypot{position:absolute!important;left:-9999px!important}.consent{display:flex;align-items:flex-start;gap:10px;margin:2px 0 19px;color:#697789;font-size:11px;line-height:1.45}.consent input{flex:0 0 auto;width:16px;height:16px;margin:0;accent-color:#229653}.form-submit{width:100%;border:0}.form-note{text-align:center;font-size:10px;margin-top:11px}.lead-modal noscript p{font-size:12px;margin-top:12px}.lead-modal noscript a{color:#147344}#form-status{margin-top:14px;color:#7c8998;font-size:13px;line-height:1.55}#form-status:empty{display:none}#form-status[data-state=success]{color:#1d8d4d}#form-status[data-state=error]{color:#b44339}.form-success{min-height:560px;padding:50px 20px;text-align:center;place-content:center}.form-success:not([hidden]){display:grid;justify-items:center}.form-success>i{display:grid;width:74px;height:74px;place-items:center;color:#12332d;border-radius:23px;background:#baff46;box-shadow:0 18px 40px rgba(135,196,37,.25);font-size:33px;font-style:normal}.form-success>span{margin-top:25px;color:#1d8d4d;font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.form-success>strong{margin-top:12px;font-size:29px;font-weight:500}.form-success>strong b{color:#229653;font-weight:500}.form-success>p{max-width:480px;margin:15px 0 25px;color:#6f7c8d;line-height:1.55}.form-success>button{padding:0 0 4px;color:#229653;border:0;border-bottom:1px solid currentColor;background:none;cursor:pointer}
@keyframes lead-modal-fade{from{opacity:0}to{opacity:1}}@keyframes lead-modal-enter{from{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:760px){.project-request-band{padding:10px 0 55px}.project-request-card{grid-template-columns:1fr;gap:25px;padding:32px 25px}.project-request-card>.button{width:100%}.lead-modal{width:calc(100% - 16px);max-height:calc(100dvh - 16px);border-radius:24px}.lead-modal-shell{max-height:calc(100dvh - 16px);border-radius:23px}.lead-modal-close{top:12px;right:12px}#lead-form.lead-modal-form{padding:31px 18px 24px}.lead-form-heading{padding-right:48px}.lead-form-heading h2{font-size:34px}.lead-field-pair{grid-template-columns:1fr;gap:0}.lead-field input,.lead-field select,.lead-field textarea{font-size:16px}.form-success{min-height:calc(100dvh - 64px);padding-inline:12px}.form-success>strong{font-size:25px}}
@media(prefers-reduced-motion:reduce){.lead-modal::backdrop,.lead-modal[open]{animation:none}}
.tariff-min{display:block;font-size:18px;font-weight:500;margin-top:10px;color:#425b2c;letter-spacing:-.02em}.dossier-price{font-size:clamp(42px,4.6vw,65px)}
@media(max-width:760px){.dossier-price{font-size:clamp(34px,8vw,55px)}.tariff-min{font-size:17px}}
