.zkteco-page {
  background: #f8fafc;
  color: #14213d;
}

.zkteco-hero,
.zkteco-section {
  padding: clamp(2.8rem, 6vw, 5rem) 0;
}

.zkteco-hero {
  padding-top: 0;
}

.zkteco-banner {
  width: 100%;
  margin-bottom: 0;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  overflow: hidden;
  background: linear-gradient(120deg, #f8fafc 0%, #fff 52%, #f3f7fb 100%);
}

.zkteco-banner-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.2fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.zkteco-banner-copy {
  max-width: 680px;
}

.zkteco-form-layout {
  display: flex;
  justify-content: center;
}

.zkteco-eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem;
  border: 1px solid rgba(171, 116, 66, .35);
  border-radius: 999px;
  padding: .42rem .85rem;
  background: rgba(171, 116, 66, .1);
  color: #8a5525;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.zkteco-hero h1,
.zkteco-section-heading h2,
.zkteco-form-intro h2 {
  color: #14213d;
  font-weight: 900;
  letter-spacing: 0;
}

.zkteco-hero h1 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3.2vw, 2.9rem);
  line-height: 1.12;
}

.zkteco-hero p,
.zkteco-section-heading p,
.zkteco-form-intro p {
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.75;
}

.zkteco-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
}

.zkteco-banner-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zkteco-banner-media img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  filter: drop-shadow(0 20px 35px rgba(15, 23, 42, .12));
}

.zkteco-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: .8rem 1.1rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.zkteco-btn:hover {
  transform: translateY(-1px);
}

.zkteco-btn-primary {
  border: 1px solid #AB7442;
  background: #AB7442;
  color: #fff;
  box-shadow: 0 12px 24px rgba(171, 116, 66, .22);
}

.zkteco-btn-primary:hover {
  background: #946033;
  color: #fff;
}

.zkteco-btn-outline {
  border: 1px solid rgba(20, 33, 61, .25);
  background: #fff;
  color: #14213d;
}

.zkteco-card,
.zkteco-form-card,
.zkteco-faq-list details {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .06);
}

.zkteco-card,
.zkteco-form-card {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.zkteco-card h3,
.zkteco-form-card h3 {
  color: #14213d;
  font-weight: 900;
}

.zkteco-section-heading {
  max-width: 840px;
  margin: 0 auto 2rem;
  text-align: center;
}

.zkteco-section-heading .zkteco-eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.zkteco-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.zkteco-card p {
  margin-bottom: 0;
  color: #334155;
  line-height: 1.7;
}

.zkteco-form-section {
  background: #fff;
}

.zkteco-form-layout {
  align-items: start;
}

.zkteco-form-heading {
  max-width: 920px;
  margin: 0 auto 2rem;
  text-align: center;
}

.zkteco-form-heading .zkteco-eyebrow,
.zkteco-form-heading .zkteco-note {
  margin-left: auto;
  margin-right: auto;
}

.zkteco-form-heading h2 {
  color: #14213d;
  font-weight: 900;
  letter-spacing: 0;
}

.zkteco-form-heading p {
  color: #334155;
  font-size: 1.05rem;
  line-height: 1.75;
}

.zkteco-form-card {
  width: min(100%, 980px);
}

.zkteco-note,
.zkteco-success,
.zkteco-alert {
  border-radius: 8px;
  padding: 1rem;
}

.zkteco-note {
  border: 1px solid rgba(171, 116, 66, .3);
  background: #fffaf4;
  color: #334155;
}

.zkteco-success {
  margin-bottom: 1rem;
  border: 1px solid rgba(34, 197, 94, .3);
  background: #f0fdf4;
  color: #166534;
  font-weight: 800;
}

.zkteco-alert,
.zkteco-error,
.zkteco-field .errorlist {
  color: #b42318;
}

.zkteco-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.zkteco-field-wide {
  grid-column: 1 / -1;
}

.zkteco-field {
  margin-bottom: 1rem;
}

.zkteco-field label,
.zkteco-consent label {
  margin-bottom: .35rem;
  color: #14213d;
  font-weight: 800;
}

.zkteco-field small {
  display: block;
  margin-top: .35rem;
  color: #64748b;
}

.zkteco-field .form-control,
.zkteco-field .form-select {
  min-height: 46px;
  border-color: #d8e0ea;
  border-radius: 8px;
  color: #14213d;
}

.zkteco-field textarea.form-control {
  min-height: 130px;
}

.zkteco-current-software {
  display: none;
  margin: 1.5rem 0;
  border: 1px solid rgba(171, 116, 66, .25);
  border-radius: 8px;
  padding: 1.2rem;
  background: #fffaf4;
}

.zkteco-current-software.is-visible {
  display: block;
}

.zkteco-current-software p {
  color: #64748b;
}

.zkteco-consent {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  margin: 1rem 0;
}

.zkteco-consent input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin: .15rem 0 0;
  border: 2px solid #5f6775;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}

.zkteco-consent input[type="checkbox"]:checked {
  background: #14213d;
  border-color: #14213d;
  box-shadow: inset 0 0 0 5px #fff;
}

.zkteco-consent input[type="checkbox"]:focus {
  outline: 3px solid rgba(171, 116, 66, .25);
  outline-offset: 2px;
}

.zkteco-consent label {
  line-height: 1.55;
  margin: 0;
}

.zkteco-recaptcha {
  margin: 1rem 0;
}

.zkteco-submit {
  width: 100%;
}

.zkteco-faq-list {
  display: grid;
  gap: .8rem;
}

.zkteco-faq-list details {
  padding: 1rem 1.1rem;
}

.zkteco-faq-list summary {
  color: #14213d;
  cursor: pointer;
  font-weight: 900;
}

.zkteco-faq-list p {
  margin: .8rem 0 0;
  color: #334155;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .zkteco-banner-grid,
  .zkteco-card-grid {
    grid-template-columns: 1fr;
  }

  .zkteco-banner-copy {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .zkteco-hero,
  .zkteco-section {
    padding: 2.2rem 0;
  }

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

  .zkteco-actions,
  .zkteco-btn {
    width: 100%;
  }
}
