.ssle-form-wrap {
  --ssle-orange: #f58400;
  --ssle-black: #0f0f0f;
  --ssle-panel: #181818;
  --ssle-panel-2: #222;
  --ssle-border: #343434;
  --ssle-text: #fff;
  --ssle-muted: #c8c8c8;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--ssle-border);
  border-radius: 20px;
  background: linear-gradient(145deg, #111, #1d1d1d);
  color: var(--ssle-text);
  box-sizing: border-box;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}
.ssle-form-wrap *, .ssle-form-wrap *::before, .ssle-form-wrap *::after { box-sizing: border-box; }
.ssle-form-heading { max-width: 820px; margin-bottom: 30px; }
.ssle-eyebrow { display: inline-flex; margin: 0 0 12px; padding: 7px 11px; border-radius: 999px; background: rgba(245, 132, 0, .14); color: var(--ssle-orange); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ssle-form-heading h2, .ssle-success h2 { margin: 0 0 12px; color: #fff; font-size: clamp(32px, 5vw, 52px); line-height: 1.08; }
.ssle-form-heading p, .ssle-success > p { margin: 0; color: var(--ssle-muted); font-size: 17px; line-height: 1.7; }
.ssle-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.ssle-progress li { display: flex; align-items: center; gap: 9px; min-width: 0; color: #8f8f8f; font-size: 13px; font-weight: 800; }
.ssle-progress li span { display: inline-flex; flex: 0 0 32px; width: 32px; height: 32px; align-items: center; justify-content: center; border: 1px solid #454545; border-radius: 50%; background: #151515; color: #bdbdbd; }
.ssle-progress li.is-active { color: #fff; }
.ssle-progress li.is-active span, .ssle-progress li.is-complete span { border-color: var(--ssle-orange); background: var(--ssle-orange); color: #000; }
.ssle-step { min-width: 0; margin: 0; padding: clamp(22px, 4vw, 34px); border: 1px solid #303030; border-radius: 16px; background: var(--ssle-panel); }
.ssle-form-wrap.ssle-js .ssle-step[hidden] { display: none; }
.ssle-step legend { float: left; width: 100%; margin: 0 0 24px; padding: 0; color: #fff; font-size: clamp(23px, 3vw, 31px); font-weight: 800; }
.ssle-step legend + * { clear: both; }
.ssle-step legend span { display: inline-flex; width: 36px; height: 36px; margin-right: 12px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ssle-orange); color: #000; font-size: 13px; }
.ssle-grid { display: grid; gap: 18px; }
.ssle-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ssle-field { display: flex; flex-direction: column; gap: 8px; margin: 0 0 18px; color: #fff; font-weight: 700; }
.ssle-grid .ssle-field { margin-bottom: 0; }
.ssle-field > span { font-size: 14px; }
.ssle-field em { color: var(--ssle-orange); font-style: normal; }
.ssle-field input, .ssle-field select, .ssle-field textarea { width: 100%; min-height: 50px; margin: 0; padding: 12px 14px; border: 1px solid #484848; border-radius: 7px; outline: 0; background: #101010; color: #fff; font: inherit; font-weight: 500; box-shadow: none; }
.ssle-field textarea { min-height: 112px; resize: vertical; }
.ssle-field input::placeholder, .ssle-field textarea::placeholder { color: #888; opacity: 1; }
.ssle-field input:focus, .ssle-field select:focus, .ssle-field textarea:focus, .ssle-upload input:focus { border-color: var(--ssle-orange); box-shadow: 0 0 0 3px rgba(245, 132, 0, .18); }
.ssle-step-copy { margin: 0 0 20px; color: var(--ssle-muted); line-height: 1.7; }
.ssle-upload { padding: 24px; border: 1px dashed rgba(245, 132, 0, .75); border-radius: 12px; background: #111; }
.ssle-upload label { display: block; margin-bottom: 10px; color: #fff; font-size: 18px; font-weight: 800; }
.ssle-upload input { display: block; width: 100%; color: var(--ssle-muted); }
.ssle-upload > span { display: block; margin-top: 9px; color: #9f9f9f; font-size: 13px; }
.ssle-file-list { margin: 14px 0 0; padding-left: 20px; color: #ddd; }
.ssle-file-list .is-warning { color: #ffcb78; }
.ssle-photo-tips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
.ssle-photo-tips div { padding: 16px; border: 1px solid #2c2c2c; border-radius: 10px; background: #111; }
.ssle-photo-tips strong, .ssle-photo-tips span { display: block; }
.ssle-photo-tips strong { margin-bottom: 4px; color: var(--ssle-orange); }
.ssle-photo-tips span { color: var(--ssle-muted); font-size: 14px; line-height: 1.5; }
.ssle-confirmation-copy { margin-bottom: 20px; padding: 20px; border: 1px solid #4a4a4a; border-radius: 12px; background: #252525; }
.ssle-confirmation-copy h3 { margin: 0 0 12px; color: #fff; }
.ssle-confirmation-copy ol { margin: 0; padding-left: 22px; color: #dedede; line-height: 1.8; }
.ssle-consent { display: flex; gap: 12px; align-items: flex-start; padding: 18px; border: 1px solid #505050; border-radius: 10px; background: #222; color: #f1f1f1; line-height: 1.6; }
.ssle-consent input[type="checkbox"] { appearance: none; display: inline-grid; place-content: center; flex: 0 0 24px; width: 24px; height: 24px; min-height: 24px; margin: 2px 0 0; border: 2px solid var(--ssle-orange); border-radius: 4px; outline: 0; background: #101010; cursor: pointer; box-shadow: none; }
.ssle-consent input[type="checkbox"]::before { content: "✓"; color: #000; font-size: 18px; font-weight: 900; line-height: 1; transform: scale(0); transition: transform .12s ease; }
.ssle-consent input[type="checkbox"]:checked { background: var(--ssle-orange); }
.ssle-consent input[type="checkbox"]:checked::before { transform: scale(1); }
.ssle-consent input[type="checkbox"]:focus-visible { box-shadow: 0 0 0 4px rgba(245, 132, 0, .3); }
.ssle-consent a { color: var(--ssle-orange); font-weight: 800; }
.ssle-privacy-note { color: #b8b8b8; font-size: 13px; }
.ssle-step-actions { display: flex; justify-content: flex-end; gap: 11px; margin-top: 26px; }
.ssle-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--ssle-orange); border-radius: 6px; cursor: pointer; text-decoration: none !important; font: inherit; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease; }
.ssle-button:hover { transform: translateY(-1px); }
.ssle-button--primary { background: var(--ssle-orange); color: #000 !important; }
.ssle-button--secondary { background: transparent; color: var(--ssle-orange) !important; }
.ssle-button:disabled { cursor: wait; opacity: .65; transform: none; }
.ssle-alert { margin-bottom: 24px; padding: 18px 20px; border-radius: 10px; }
.ssle-alert--error { border: 1px solid #c74444; background: rgba(199, 68, 68, .12); color: #fff; }
.ssle-alert--error:focus { outline: 0; box-shadow: 0 0 0 3px rgba(199, 68, 68, .3); }
.ssle-alert ul { margin-bottom: 0; }
.ssle-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ssle-success { text-align: center; }
.ssle-success-icon { display: flex; width: 66px; height: 66px; margin: 0 auto 18px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ssle-orange); color: #000; font-size: 34px; font-weight: 900; }
.ssle-reference { display: inline-block; margin: 22px 0 !important; padding: 11px 16px; border: 1px solid #454545; border-radius: 8px; background: #111; color: #fff !important; }
.ssle-success-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 11px; }
@media (max-width: 760px) {
  .ssle-form-wrap { padding: 22px 16px; border-radius: 14px; }
  .ssle-progress { grid-template-columns: repeat(4, 1fr); }
  .ssle-progress li { justify-content: center; font-size: 0; }
  .ssle-progress li span { font-size: 13px; }
  .ssle-grid--two, .ssle-photo-tips { grid-template-columns: 1fr; }
  .ssle-step { padding: 20px 15px; }
  .ssle-step-actions { flex-direction: column-reverse; }
  .ssle-step-actions .ssle-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .ssle-button { transition: none; } }
