/* Lead magnet LP — get-job-as-scada-engineer */

.lead-magnet--imported {
  padding: 48px 20px 64px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 45%);
}

.lead-magnet-page {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 45%);
  color: #1f2937;
}

.lead-magnet--imported .lead-magnet__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.lead-magnet-page main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.lead-magnet {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px 40px;
  width: 100%;
}

.lead-magnet__top {
  text-align: center;
  margin-bottom: 32px;
}

.lead-magnet__logo img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}

.lead-magnet__hero {
  flex: 1;
}

.lead-magnet__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.lead-magnet__copy h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 16px;
  color: #0f172a;
  text-align: center;
}

.lead-magnet__copy p {
  line-height: 1.7;
  color: #475569;
  margin: 0 0 12px;
  text-align: center;
}

.lead-magnet__note {
  margin-top: 20px !important;
  font-weight: 600;
  color: #334155 !important;
}

.lead-magnet__form {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.lead-magnet__form input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 14px 16px;
  font: inherit;
  background: #fff;
}

.lead-magnet__form input:focus {
  outline: 2px solid #f2c01b;
  border-color: #f2c01b;
}

.ck-msg {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  padding: 12px 14px;
  border-radius: 10px;
  margin: 0;
}

.ck-msg--success {
  background: #d1fae5;
  color: #065f46;
}

.ck-msg--success a {
  color: #047857;
  font-weight: 700;
}

.ck-msg--error {
  background: #fee2e2;
  color: #991b1b;
}

.btn--block {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

.lead-magnet__privacy {
  margin-top: 16px !important;
  font-size: 0.85rem !important;
  color: #64748b !important;
}

.lead-magnet__privacy a {
  color: #2563eb;
}

.lead-magnet__media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.lead-magnet__footer {
  margin-top: 48px;
  text-align: center;
  font-size: 0.9rem;
  color: #64748b;
}

.lead-magnet__footer a {
  color: #2563eb;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .lead-magnet__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lead-magnet__media {
    order: -1;
  }
}
