.gde-form{display:flex;flex-direction:column;gap:15px}.gde-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}.gde-progress{display:flex;align-items:center;margin-bottom:4px}.gde-progress span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#1a1d1a;border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:900;color:#8f958c}.gde-progress span.active{background:#d7ff45;color:#080908}.gde-progress i{height:1px;flex:1;background:rgba(255,255,255,.1)}.gde-step{display:none;flex-direction:column;gap:15px}.gde-step.active{display:flex}.gde-step-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.gde-step-head strong{font-size:16px}.gde-step-head span{font-size:10px;color:#7f857c}.gde-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.gde-form label>span{display:block;font-size:11px;color:#a1a69e;font-weight:800;margin-bottom:7px}.gde-form input,.gde-form select,.gde-form textarea{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.11);background:#090b09;color:#fff;padding:15px 14px;outline:none;font-size:13px}.gde-form textarea{min-height:90px;resize:vertical}.gde-form input:focus,.gde-form select:focus,.gde-form textarea:focus{border-color:rgba(215,255,69,.5)}.gde-next,.gde-submit{border:0;background:#d7ff45;color:#080908;min-height:50px;border-radius:14px;font-weight:900;cursor:pointer;padding:0 20px}.gde-back{border:1px solid rgba(255,255,255,.1);background:#151815;color:#fff;min-height:50px;border-radius:14px;font-weight:800;cursor:pointer;padding:0 20px}.gde-actions{display:grid;grid-template-columns:auto 1fr;gap:10px}.gde-consent{display:flex;gap:9px;align-items:flex-start}.gde-consent input{width:auto;margin-top:3px}.gde-consent>span{font-weight:500!important;line-height:1.55!important}.gde-status{font-size:12px;min-height:20px}.gde-status.ok,.gde-status.err{padding:12px 13px;border-radius:12px}.gde-status.ok{background:rgba(215,255,69,.06);border:1px solid rgba(215,255,69,.25);color:#dfffa1}.gde-status.err{background:rgba(255,120,120,.06);border:1px solid rgba(255,120,120,.24);color:#ffc0c0}.gde-note{margin:0;color:#6f756d;font-size:10px;line-height:1.5}@media(max-width:640px){.gde-grid{grid-template-columns:1fr}.gde-actions{grid-template-columns:1fr}.gde-back{order:2}}

/* GrowthDock Engine 1.2 responsive form polish */
.gde-form{width:100%;min-width:0}
.gde-form *{box-sizing:border-box}
.gde-step{min-width:0}
.gde-grid>*{min-width:0}
.gde-form input,.gde-form select,.gde-form textarea{
  min-height:48px;
  max-width:100%;
}
.gde-form textarea{min-height:104px}
.gde-step-head{gap:12px}
.gde-actions{align-items:stretch}
.gde-next,.gde-submit,.gde-back{min-height:50px}
.gde-next,.gde-submit{width:100%}
.gde-consent>span{font-size:11px!important}
.gde-status{line-height:1.5}

@media(max-width:900px){
  .gde-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .gde-form{gap:13px}
  .gde-grid{grid-template-columns:1fr;gap:12px}
  .gde-step{gap:13px}
  .gde-step-head{align-items:flex-start}
  .gde-step-head strong{font-size:15px}
  .gde-form input,.gde-form select,.gde-form textarea{
    font-size:16px; /* prevents iOS zoom on focus */
    padding:14px 13px;
  }
  .gde-actions{grid-template-columns:1fr}
  .gde-submit{order:1}
  .gde-back{order:2}
  .gde-progress{margin-bottom:2px}
}
