.form-card{position:relative;width:100%;max-width:420px;background:#fbfbfd;border-radius:24px;padding:40px 36px;box-shadow:0 35px 60px -15px rgba(4,8,40,.45);box-sizing:border-box;}
.form-card__header{margin-bottom:26px;}
.form-card__tag{display:inline-block;background:#eef0f7;color:#2a3680;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:7px 14px;border-radius:20px;margin-bottom:18px;}
.form-card__header h2{color:#171f4d;font-size:28px;font-weight:800;line-height:1.2;margin:0 0 12px;font-family:'Poppins','Segoe UI',Arial,sans-serif;}
.form-card__header p{color:#6b7090;font-size:14.5px;line-height:1.55;margin:0;font-family:'Poppins','Segoe UI',Arial,sans-serif;}
@media (max-width:560px){.form-card{padding:30px 24px;}}

form.lead-form-card{font-family:'Poppins','Segoe UI',Arial,sans-serif;}
form.lead-form-card .form-field{margin-bottom:20px;}
form.lead-form-card .form-field p{margin:0;}
form.lead-form-card .form-field label{display:block;color:#1c2456;font-size:14px;font-weight:700;margin-bottom:8px;}
form.lead-form-card .form-field label br{display:none;}
form.lead-form-card .wpcf7-form-control-wrap{display:block;}
form.lead-form-card .wpcf7-form-control-wrap .wpcf7-not-valid-tip{display:block;color:#d23b3b;font-size:12px;margin-top:6px;font-weight:600;}
form.lead-form-card input.wpcf7-form-control{width:100%;border:1px solid #dde0eb;border-radius:10px;padding:14px 16px;font-size:15px;color:#1c2456;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;}
form.lead-form-card input.wpcf7-form-control::placeholder{color:#a3a7c2;}
form.lead-form-card input.wpcf7-form-control:focus{border-color:#2a3680;box-shadow:0 0 0 3px rgba(42,54,128,.12);}
form.lead-form-card input.wpcf7-form-control.wpcf7-not-valid{border-color:#d23b3b;}
form.lead-form-card>p:last-of-type{margin:0;}
form.lead-form-card input.wpcf7-submit{width:100%;border:none;cursor:pointer;background:linear-gradient(180deg,#f8d568,#eab93c);color:#1c2456;font-size:15px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:16px 20px;border-radius:10px;box-shadow:0 14px 24px -6px rgba(234,185,60,.55);transition:transform .15s ease,box-shadow .15s ease;}
form.lead-form-card input.wpcf7-submit:hover{transform:translateY(-1px);box-shadow:0 18px 28px -6px rgba(234,185,60,.6);}
form.lead-form-card input.wpcf7-submit:disabled{opacity:.7;cursor:default;transform:none;}
form.lead-form-card .wpcf7-response-output{margin:14px 0 0 !important;font-size:13.5px;font-weight:600;text-align:center;border-radius:8px;padding:10px 14px !important;border-width:1px;}
form.lead-form-card.sent .wpcf7-response-output{border-color:#1f9d55 !important;color:#1f9d55 !important;background:rgba(31,157,85,.08);}
form.lead-form-card.failed .wpcf7-response-output,
form.lead-form-card.invalid .wpcf7-response-output,
form.lead-form-card.aborted .wpcf7-response-output,
form.lead-form-card.spam .wpcf7-response-output,
form.lead-form-card.unaccepted .wpcf7-response-output{border-color:#d23b3b !important;color:#d23b3b !important;background:rgba(210,59,59,.08);}

body.page-id-1104 .wpcf7-form input.wpcf7-submit{display:block;width:auto;float:none;margin:26px auto 0;}

@media (min-width:850px){
  .eurico-desktop-form-card > .col-inner{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:100%;
    box-sizing:border-box;
  }

  .eurico-desktop-form-card > .col-inner > .is-border{
    pointer-events:none;
  }

  .eurico-desktop-form-card > .col-inner > .row{
    width:100%;
    margin-left:auto;
    margin-right:auto;
  }
}
