.atalian-form-page {
  background: #f7f8fa;
  color: #333;
  font-family: Arial, sans-serif;
  margin: 0;
}

.atalian-form-card {
  background: #fff;
  border: 1px solid #e2e6ea;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 680px;
  padding: 24px;
}

.atalian-form-card h1 {
  color: #1c355e;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 18px;
}

.atalian-form-card label {
  color: #4b5563;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 14px;
}

.atalian-form-card input,
.atalian-form-card select,
.atalian-form-card textarea,
.atalian-wa-modal input,
.atalian-wa-modal select,
.atalian-wa-modal textarea {
  border: 1px solid #cfd6df;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1f2937;
  display: block;
  font: inherit;
  margin-top: 6px;
  padding: 10px 12px;
  width: 100%;
}

.atalian-form-card textarea,
.atalian-wa-modal textarea {
  resize: vertical;
}

.atalian-checkbox {
  align-items: flex-start;
  display: flex !important;
  gap: 8px;
  line-height: 1.4;
}

.atalian-checkbox input {
  margin: 3px 0 0;
  width: auto;
}

.atalian-form-submit,
.atalian-secure-form-link,
.atalian-wa-submit,
.atalian-wa-open {
  background: #1c355e;
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.2;
  padding: 12px 18px;
  text-align: center;
}

.atalian-wa-open,
.atalian-wa-submit {
  background: #128c7e;
}

.atalian-form-message {
  border-radius: 4px;
  font-weight: 600;
  margin: 0 0 16px;
  padding: 12px;
}

.atalian-form-success {
  background: #e9f8ef;
  color: #176b35;
}

.atalian-form-error {
  background: #fff0f0;
  color: #9f1d1d;
}

.atalian-hp {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

.atalian-form-iframe {
  border: 0;
  display: block;
  min-height: 720px;
  width: 100%;
}

.atalian-callback-iframe {
  border: 0;
  display: block;
  min-height: 620px;
  width: 100%;
}

.atalian-cta-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
}

.atalian-wa-floating {
  align-items: center;
  background: #128c7e;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: flex;
  height: 56px;
  justify-content: center;
  left: 24px;
  position: fixed;
  width: 56px;
  z-index: 1001;
}

.atalian-wa-floating svg {
  height: 28px;
  width: 28px;
}

.atalian-wa-backdrop {
  background: rgba(16, 24, 40, 0.62);
  display: none;
  inset: 0;
  padding: 24px;
  position: fixed;
  z-index: 10000;
}

.atalian-wa-backdrop.is-open {
  align-items: center;
  display: flex;
  justify-content: center;
}

.atalian-wa-modal {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  color: #333;
  max-height: calc(100vh - 48px);
  max-width: 560px;
  overflow: auto;
  padding: 22px;
  width: 100%;
}

.atalian-wa-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.atalian-wa-header h2 {
  color: #1c355e;
  font-size: 22px;
  line-height: 1.25;
  margin: 0;
}

.atalian-wa-close {
  background: transparent;
  border: 0;
  color: #4b5563;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.atalian-wa-note {
  color: #5b6470;
  font-size: 13px;
  line-height: 1.45;
  margin: 12px 0 0;
}

@media (max-width: 767px) {
  .atalian-form-card {
    border-radius: 0;
    box-shadow: none;
    padding: 18px;
  }

  .atalian-wa-floating {
    bottom: 18px;
    height: 50px;
    left: 18px;
    width: 50px;
  }

  .atalian-wa-floating svg {
    height: 25px;
    width: 25px;
  }
}
