/* KseAlert signup / free trial page */

body.kse-signup-page {
  background: linear-gradient(180deg, #eef4fb 0%, #f8fafc 38%, #ffffff 100%);
}

body.kse-signup-page .site-main {
  padding: 0 0 48px;
}

.kse-signup-hero {
  padding: 44px 0 48px;
  text-align: center;
}

.kse-signup-hero .kse-about-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.kse-signup-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: start;
}

.kse-signup-notice {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 14px 16px;
  border: 1px solid #f5c2c0;
  border-radius: 12px;
  background: #fff8f7;
  color: #7a271a;
  font-size: 0.95rem;
  line-height: 1.5;
}

.kse-signup-notice .fa {
  margin-top: 2px;
  color: #b42318;
}

.kse-signup-notice p {
  margin: 0;
}

.kse-signup-form-card {
  background: #fff;
  border: 1px solid #d5e4f1;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 10px 28px rgba(7, 35, 62, 0.06);
}

.kse-signup-form-card h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0a2540;
}

.kse-signup-form-card > p {
  margin: 0 0 22px;
  color: #5a7489;
  font-size: 0.94rem;
  line-height: 1.55;
}

.kse-signup-form {
  display: grid;
  gap: 18px;
}

.kse-signup-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.84rem;
  font-weight: 700;
  color: #204764;
}

.kse-signup-field label span {
  color: #d64545;
}

.kse-signup-field input[type="text"],
.kse-signup-field input[type="email"],
.kse-signup-field input[type="tel"] {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  height: 44px;
  min-height: 44px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #c8dced;
  border-radius: 12px;
  padding: 0 14px;
  font-size: 0.92rem;
  font-family: inherit;
  line-height: normal;
  color: #123651;
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.kse-signup-field input::placeholder {
  color: #8fa3b5;
  font-weight: 500;
}

.kse-signup-field input:focus {
  outline: none;
  border-color: var(--kse-cta, #00568a);
  box-shadow: 0 0 0 3px rgba(13, 105, 198, 0.12);
  -webkit-box-shadow: 0 0 0 3px rgba(13, 105, 198, 0.12);
}

.kse-signup-hint {
  margin: 6px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #6b8499;
}

/* Temporarily hidden — checkbox remains in DOM (default checked). */
.kse-signup-check {
  display: none;
  padding: 14px 16px;
  border: 1px solid #d9e8f4;
  border-radius: 12px;
  background: #f7fbff;
}

.kse-signup-check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #123651;
  cursor: pointer;
}

.kse-signup-check-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--kse-cta, #00568a);
  cursor: pointer;
}

.kse-signup-check .kse-signup-hint {
  margin-top: 8px;
}

.kse-signup-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  padding: 15px 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #0077b6, #00568a);
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 91, 181, 0.28);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.kse-signup-submit .fa {
  font-size: 0.95rem;
  line-height: 1;
  opacity: 0.95;
}

.kse-signup-submit:hover:not(:disabled),
.kse-signup-submit:focus-visible:not(:disabled) {
  filter: brightness(1.05);
  transform: translateY(-1px);
  outline: none;
  box-shadow: 0 14px 32px rgba(15, 91, 181, 0.32);
}

.kse-signup-submit:active:not(:disabled) {
  transform: translateY(0);
}

.kse-signup-submit:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.kse-signup-footnote {
  margin: 0;
  font-size: 0.88rem;
  color: #5a7489;
}

.kse-signup-footnote a {
  color: var(--kse-cta, #00568a);
  font-weight: 700;
  text-decoration: none;
}

.kse-signup-footnote a:hover {
  text-decoration: underline;
}

.kse-signup-step--hidden {
  display: none;
}

.kse-signup-code-input {
  font-size: 1.5rem !important;
  font-weight: 800;
  letter-spacing: 0.35em;
  text-align: center;
  max-width: 200px;
}

.kse-signup-alert {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.kse-signup-alert--error {
  background: #fff0f0;
  border: 1px solid #f0c4c4;
  color: #7a2020;
}

.kse-signup-verify-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.kse-signup-link-btn {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--kse-cta, #00568a);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.kse-signup-link-btn:hover {
  color: #004770;
}

.kse-signup-side {
  display: grid;
  gap: 16px;
}

.kse-signup-benefit-card {
  background: #fff;
  border: 1px solid #d5e4f1;
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 6px 18px rgba(7, 35, 62, 0.04);
}

.kse-signup-benefit-card h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 800;
  color: #0a2540;
}

.kse-signup-benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.kse-signup-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #3d5a73;
}

.kse-signup-benefit-list i {
  width: 18px;
  margin-top: 2px;
  color: var(--kse-cta, #00568a);
  text-align: center;
  flex-shrink: 0;
}

.kse-signup-steps {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 8px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #3d5a73;
}

.kse-signup-benefit-card--links .kse-about-contact-list {
  margin: 0;
}

@media (max-width: 1024px) {
  .kse-signup-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .kse-signup-form-card {
    padding: 22px 18px;
  }
}
