.elementor-1611 .elementor-element.elementor-element-466bfbe{--display:flex;}/* Start custom CSS *//* Tudo fica sob .jt-lead para não conflitar com o tema do WordPress */
  .jt-lead{
    --jt-accent:#4338ca;          /* <<< troque pela cor da sua marca */
    --jt-ink:#171a20;
    --jt-muted:#5b6472;
    --jt-line:#e3e6ec;
    --jt-surface:#ffffff;
    --jt-radius:12px;
    display:flex; justify-content:center;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    line-height:1.4; color:var(--jt-ink);
    -webkit-font-smoothing:antialiased;
  }
  .jt-lead *{box-sizing:border-box;}
 
  .jt-card{
    position:relative; width:100%; max-width:560px;
    background:var(--jt-surface);
    border:1px solid var(--jt-line);
    border-radius:var(--jt-radius);
    padding:32px 32px 28px;
    box-shadow:0 1px 2px rgba(16,24,40,.04),0 8px 24px rgba(16,24,40,.06);
    overflow:hidden;
  }
  .jt-accent-bar{
    position:absolute; top:0; left:0; right:0; height:4px;
    background:var(--jt-accent);
  }
 
  .jt-eyebrow{
    display:inline-block; margin-top:4px;
    font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase;
    color:var(--jt-accent);
  }
  .jt-title{ margin:8px 0 6px; font-size:23px; font-weight:700; letter-spacing:-.01em; color:var(--jt-ink);}
  .jt-sub{ margin:0 0 22px; font-size:14.5px; color:var(--jt-muted);}
 
  .jt-field{ display:flex; flex-direction:column; margin-bottom:16px; }
  .jt-row{ display:flex; gap:16px; }
  .jt-row .jt-field{ flex:1 1 0; min-width:0; }
 
  .jt-lead label{
    margin-bottom:6px; font-size:13px; font-weight:600; color:#39404b;
  }
 
  .jt-lead input,
  .jt-lead select{
    width:100%; height:46px; padding:0 14px;
    font-size:15px; font-family:inherit; color:var(--jt-ink);
    background:#fbfbfd; border:1px solid var(--jt-line); border-radius:10px;
    appearance:none; -webkit-appearance:none; transition:border-color .15s, box-shadow .15s, background .15s;
  }
  .jt-lead select{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235b6472' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat:no-repeat; background-position:right 14px center; padding-right:40px;
  }
  .jt-lead input::placeholder{ color:#9aa2af; }
  .jt-lead input:focus,
  .jt-lead select:focus{
    outline:none; background:#fff;
    border-color:var(--jt-accent);
    box-shadow:0 0 0 3px color-mix(in srgb, var(--jt-accent) 18%, transparent);
  }
  .jt-lead input:user-invalid{ border-color:#d94a4a; }
 
  .jt-submit{
    width:100%; height:50px; margin-top:8px;
    font-size:15.5px; font-weight:700; font-family:inherit; color:#fff;
    background:var(--jt-accent); border:0; border-radius:10px; cursor:pointer;
    transition:filter .15s, transform .05s;
  }
  .jt-submit:hover{ filter:brightness(1.07); }
  .jt-submit:active{ transform:translateY(1px); }
  .jt-submit:disabled{ opacity:.65; cursor:progress; }
 
  .jt-status{ min-height:20px; margin:14px 0 0; font-size:14px; text-align:center; }
  .jt-status.ok{ color:#1a7a4b; }
  .jt-status.err{ color:#c0392b; }
 
  .jt-hp{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
 
  @media (max-width:520px){
    .jt-card{ padding:24px 20px; }
    .jt-row{ flex-direction:column; gap:0; }
    .jt-title{ font-size:21px; }
  }
  @media (prefers-reduced-motion:reduce){
    .jt-lead input,.jt-lead select,.jt-submit{ transition:none; }
  }/* End custom CSS */