.lead-form-band {
  padding: 32px 48px 40px;
  background: var(--surface, #f1f5f9);
}

.lead-form-band-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 300px) 1fr;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  box-shadow:
    0 4px 6px rgba(15, 23, 42, .04),
    0 20px 48px rgba(15, 23, 42, .1);
}

.lead-form-aside {
  background: linear-gradient(160deg, #0c4a6e 0%, #0369a1 55%, #0284c7 100%);
}

.lead-form-aside {
  padding: 40px 36px 40px 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.form-kicker {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin-bottom: 10px;
}

.lead-form-aside h2 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 10px;
}

.form-lead {
  font-size: .88rem;
  color: #dbeafe;
  line-height: 1.5;
  margin-bottom: 22px;
}

.form-trust {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}

.form-trust li {
  font-size: .82rem;
  color: #e0f2fe;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, .14);
  border-radius: 6px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.form-phone {
  font-size: .88rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 8px;
  align-self: flex-start;
  transition: background .2s;
}

.form-phone:hover {
  background: rgba(255, 255, 255, .18);
}

.lead-form-main {
  background: #fff;
  padding: 32px 40px 28px 36px;
}

.lead-form-horizontal {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: grid;
  gap: 12px 14px;
}

.form-row-6 {
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
}

.form-row-3 {
  grid-template-columns: 1.2fr 2fr;
}

.form-row-1 {
  grid-template-columns: 1fr;
}

.form-field label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.form-field label .req { color: #ef4444; }

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: .9rem;
  font-family: inherit;
  background: #f8fafc;
  transition: border-color .15s, box-shadow .15s, background .15s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #0284c7;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, .12);
}

.form-field textarea {
  min-height: 52px;
  resize: vertical;
}

.form-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 14px;
  margin-top: 4px;
  border-top: 1px solid #e2e8f0;
  flex-wrap: wrap;
}

.form-bar-privacy {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  flex: 1;
  min-width: 280px;
}

.check-inline {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: .78rem;
  color: #64748b;
  line-height: 1.4;
  cursor: pointer;
  max-width: 340px;
}

.check-inline input {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #0284c7;
}

.check-inline a {
  color: #0284c7;
  font-weight: 600;
}

.form-bar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.recaptcha-placeholder {
  padding: 8px 14px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: .72rem;
  color: #94a3b8;
  white-space: nowrap;
}

.btn-submit {
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  background: linear-gradient(135deg, #0284c7, #0ea5e9);
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(2, 132, 199, .35);
  transition: transform .15s, box-shadow .15s;
}

.btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(2, 132, 199, .4);
}

.btn-submit:disabled {
  opacity: .7;
  cursor: wait;
  transform: none;
}

.form-feedback {
  padding: 12px 14px;
  border-radius: 8px;
  font-size: .88rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.form-feedback--success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.form-feedback--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* Legacy aliases if referenced elsewhere */
.lead-form-section { padding: 0; background: transparent; }
.lead-form-wrap { max-width: none; box-shadow: none; border: none; padding: 0; }

@media (max-width: 1100px) {
  .form-row-6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .form-row-6 .form-field:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .lead-form-band {
    padding: 24px 20px 32px;
  }

  .lead-form-band-inner {
    grid-template-columns: 1fr;
  }

  .lead-form-aside {
    padding: 32px 24px 24px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .form-trust {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .lead-form-main {
    padding: 28px 24px;
  }

  .form-row-6,
  .form-row-3 {
    grid-template-columns: 1fr 1fr;
  }

  .form-row-6 .form-field:first-child,
  .form-row-3 .col-2 {
    grid-column: 1 / -1;
  }

  .form-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .form-bar-privacy {
    flex-direction: column;
    gap: 10px;
  }

  .check-inline {
    max-width: none;
  }

  .form-bar-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn-submit {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .form-row-6,
  .form-row-3 {
    grid-template-columns: 1fr;
  }

  .form-row-6 .form-field:first-child {
    grid-column: 1;
  }

  .form-trust {
    flex-direction: column;
  }
}