/* SiARA Shield Live Demo — page-specific styles */
.livedemo-page {
  overflow-x: hidden;
}

.livedemo-page .ld-hero.pages-banner {
  background: #000;
  overflow: hidden;
}

.livedemo-page .ld-hero .image-place.right-half-place {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(56%, 680px);
}

.livedemo-page .ld-hero .image-place.right-half-place img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: left center;
}

.livedemo-page .ld-hero .cmn-pages-banner-lead + .cmn-pages-banner-lead {
  margin-top: 14px;
}

.livedemo-page .ld-step-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border: 1px solid rgba(234, 88, 2, 0.45);
  border-radius: 999px;
  color: #ea5802;
  font-family: "Inter-SemiBold", Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.livedemo-page .ld-section-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.livedemo-page .ld-section-head .michroma-title {
  margin-bottom: 16px;
}

.livedemo-page .ld-section-head p {
  margin-bottom: 0;
  color: #4b5563;
}

.livedemo-page .ld-login-panel {
  max-width: 560px;
  margin: 0 auto;
  padding: 44px 48px 36px;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
}

.livedemo-page .ld-form-title {
  margin: 0 0 28px;
  font-family: "Inter-SemiBold", Inter, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  color: #0f172a;
  text-align: center;
}

.livedemo-page .ld-login-form .form-group {
  margin-bottom: 18px;
}

.livedemo-page .ld-login-form .form-control {
  min-height: 52px;
  padding: 14px 18px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-family: "Inter-Regular", Inter, sans-serif;
  font-size: 16px;
  color: #111827;
}

.livedemo-page .ld-login-form .form-control::placeholder {
  color: #9ca3af;
}

.livedemo-page .ld-login-form .form-control:focus {
  border-color: #ea5802;
  box-shadow: 0 0 0 3px rgba(234, 88, 2, 0.12);
  outline: none;
}

.livedemo-page .ld-password-field .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.livedemo-page .ld-password-input-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding-right: 8px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.livedemo-page .ld-password-input-wrap:focus-within {
  border-color: #ea5802;
  box-shadow: 0 0 0 3px rgba(234, 88, 2, 0.12);
}

.livedemo-page .ld-password-input-wrap .form-control {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 50px;
  margin: 0;
  padding: 14px 12px 14px 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
}

.livedemo-page .ld-password-input-wrap .form-control:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

.livedemo-page .ld-password-toggle {
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.livedemo-page .ld-password-toggle:hover,
.livedemo-page .ld-password-toggle:focus {
  color: #ea5802;
  background: rgba(234, 88, 2, 0.08);
  outline: none;
}

.livedemo-page .ld-password-toggle .fa {
  font-size: 16px;
  line-height: 1;
}

.livedemo-page .ld-password-field .text-danger {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.livedemo-page .ld-login-form .text-danger {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.livedemo-page .ld-login-panel .alert {
  margin-bottom: 0;
}

.livedemo-page .ld-form-actions {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.livedemo-page .ld-shield-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 24px 0 0;
  font-family: "Inter-Medium", Inter, sans-serif;
  font-size: 13px;
  color: #6b7280;
}

.livedemo-page .ld-shield-note img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.livedemo-page #ld_human_result,
.livedemo-page .ld-login-panel,
.livedemo-page #step-human {
  scroll-margin-top: 135px;
}

.livedemo-page .ld-result {
  display: none;
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  padding: 40px 32px;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
}

.livedemo-page .ld-result.is-visible {
  display: block;
}

.livedemo-page .ld-result--human {
  border: 1px solid rgba(21, 128, 61, 0.25);
  background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
}

.livedemo-page .ld-result__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.livedemo-page .ld-result--human .ld-result__icon {
  background: #dcfce7;
}

.livedemo-page .ld-result__icon img {
  width: 28px;
  height: 28px;
}

.livedemo-page .ld-result__badge {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Inter-Bold", Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.livedemo-page .ld-result--human .ld-result__badge {
  color: #15803d;
}

.livedemo-page .ld-result__title {
  margin: 0 0 10px;
  font-family: "Michroma-Regular", Michroma, sans-serif;
  font-size: clamp(22px, 4vw, 28px);
  color: #111827;
}

.livedemo-page .ld-result__text {
  margin: 0 auto 20px;
  max-width: 520px;
  color: #4b5563;
}

.livedemo-page .ld-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.livedemo-page .ld-pill {
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d1d5db;
  font-family: "Inter-SemiBold", Inter, sans-serif;
  font-size: 12px;
  color: #374151;
  white-space: nowrap;
}

.livedemo-page .ld-result--human .ld-pill {
  border-color: rgba(21, 128, 61, 0.25);
  color: #166534;
}

.livedemo-page .ld-bot-step-card {
  margin-top: 28px;
  padding: 22px 24px 20px;
  border-radius: 16px;
  background: linear-gradient(90deg, #f8efe6 0%, #ffffff 55%);
  text-align: left;
}

.livedemo-page .ld-bot-step-card__badge {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #ea5802;
  color: #fff;
  font-family: "Inter-SemiBold", Inter, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.livedemo-page .ld-bot-step-card__title {
  margin: 0 0 8px;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Inter-SemiBold", Inter, sans-serif;
}

.livedemo-page .ld-bot-step-card__text {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
  font-family: "Inter-Regular", Inter, sans-serif;
}

.livedemo-page .ld-bot-step-card__text + .ld-bot-step-card__text {
  margin-top: 10px;
}

.livedemo-page .ld-human-actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}

.livedemo-page .ld-human-actions .nhp-btn-with-icon {
  flex: 1 1 0;
  width: auto;
  min-height: 48px;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.livedemo-page .ld-human-actions .nhp-btn--outline {
  color: #ea5802;
  background: #fff;
  border: 1px solid #ea5802;
}

.livedemo-page .ld-human-actions .nhp-btn--outline:hover,
.livedemo-page .ld-human-actions .nhp-btn--outline:focus {
  color: #fff;
  background: #ea5802;
  border-color: #ea5802;
}

.livedemo-page .ld-notice {
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: 12px;
  border-left: 4px solid #ea5802;
  background: #fff7ed;
  color: #4b5563;
}

.livedemo-page .ld-notice p {
  margin: 0;
}

.livedemo-page .ld-features .nhp-features__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
  .livedemo-page .ld-features .nhp-features__grid {
    grid-template-columns: 1fr;
  }

  .livedemo-page .ld-login-panel {
    padding: 32px 24px 28px;
  }

  .livedemo-page .ld-form-title {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .livedemo-page .ld-result {
    padding: 28px 20px;
  }

  .livedemo-page .ld-pills {
    gap: 8px;
  }

  .livedemo-page .ld-pill {
    font-size: 11px;
    padding: 7px 12px;
  }

  .livedemo-page .ld-human-actions {
    flex-direction: column;
  }
}
