.project-modal{position:fixed;inset:0;background:rgba(3,14,28,.76);backdrop-filter:blur(10px);z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.project-modal.is-open{display:flex}.project-dialog{width:min(940px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.35);display:grid;grid-template-columns:.82fr 1.18fr;position:relative}.project-intro{background:#071a33;color:#fff;padding:42px;display:flex;flex-direction:column;justify-content:space-between;min-height:560px;overflow:hidden;position:relative}.project-intro:after{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:#ffbf19;right:-120px;bottom:-100px;opacity:.95}.project-intro:before{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:70px;top:70px}.project-intro>*{position:relative;z-index:1}.project-kicker{color:#ffbf19;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.project-intro h2{font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:-.055em;margin:14px 0}.project-intro h2 span{color:#ffbf19}.project-intro p{color:#c9d6e3;font-size:12px;max-width:420px}.project-points{display:grid;gap:10px;margin-top:24px}.project-points div{font-size:11px;font-weight:700;display:flex;gap:9px;align-items:center}.project-points i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#ffbf19;color:#071a33;font-style:normal;font-weight:900}.project-contact{font-size:11px;color:#c9d6e3}.project-contact b{color:#fff}.project-form{padding:36px 38px}.project-form-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:22px}.project-form h3{font-size:25px;line-height:1.05;margin:0 0 6px;letter-spacing:-.03em}.project-form-head p{font-size:11px;color:#6b7a8b;margin:0}.project-close{border:0;background:#f0f3f6;color:#071a33;width:38px;height:38px;border-radius:50%;font-size:22px;cursor:pointer;flex:none}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.project-field{display:grid;gap:6px}.project-field.full{grid-column:1/-1}.project-field label{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#52657b}.project-field input,.project-field select,.project-field textarea{width:100%;border:1px solid #dbe3eb;border-radius:9px;padding:12px 13px;font:inherit;font-size:12px;color:#071a33;background:#fbfcfd;outline:none}.project-field textarea{min-height:105px;resize:vertical}.project-field input:focus,.project-field select:focus,.project-field textarea:focus{border-color:#ffbf19;box-shadow:0 0 0 3px rgba(255,191,25,.13)}.project-submit{margin-top:18px;width:100%;border:0;border-radius:10px;background:#ffbf19;color:#071a33;padding:14px 18px;font-size:11px;font-weight:900;cursor:pointer}.project-note{font-size:9px;color:#7a8998;text-align:center;margin:10px 0 0}.project-toast{display:none;margin-top:12px;background:#edf8f0;color:#22643a;border:1px solid #ccebd4;border-radius:8px;padding:10px;font-size:10px;font-weight:700}.project-toast.show{display:block}
@media(max-width:760px){.project-dialog{grid-template-columns:1fr;border-radius:18px}.project-intro{min-height:auto;padding:28px}.project-intro .project-contact{display:none}.project-form{padding:25px 20px}.project-grid{grid-template-columns:1fr}.project-field.full{grid-column:auto}.project-intro h2{font-size:38px}.project-points{grid-template-columns:1fr 1fr}.project-points div{font-size:10px}}
