/* ==========================================================================
   SEI trial.html — center-column application form only
   Does NOT override site layout, hero, or sidebars.
   ========================================================================== */

#cont_center #sei-thanks-wrap.sei-thanks-box {
  margin: 0 10px 24px;
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Nanum Gothic", sans-serif;
}

#cont_center #sei-thanks-wrap .sei-thanks-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #aed1f3;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(49, 146, 191, 0.08);
}

#cont_center #sei-thanks-wrap .sei-thanks-card__hero {
  padding: 28px 24px 22px;
  text-align: center;
  background: linear-gradient(180deg, #eaf7fd 0%, #f6fdff 100%);
  border-bottom: 1px solid #d4e8f5;
}

#cont_center #sei-thanks-wrap .sei-thanks-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: #3192bf;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(49, 146, 191, 0.28);
}

#cont_center #sei-thanks-wrap .sei-thanks-card__icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

#cont_center #sei-thanks-wrap .sei-thanks-title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  color: #1c398a;
}

#cont_center #sei-thanks-wrap .sei-thanks-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #4a5568;
}

#cont_center #sei-thanks-wrap .sei-thanks-card__body {
  padding: 22px 24px 26px;
  color: #333;
  line-height: 1.8;
}

#cont_center #sei-thanks-wrap .sei-thanks-steps {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

#cont_center #sei-thanks-wrap .sei-thanks-steps li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 28px;
  font-size: 14px;
  line-height: 1.65;
  color: #333;
  border-bottom: 1px solid #e8f1f7;
}

#cont_center #sei-thanks-wrap .sei-thanks-steps li:last-child {
  border-bottom: none;
}

#cont_center #sei-thanks-wrap .sei-thanks-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 10px;
  height: 10px;
  background: #51b0dc;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(81, 176, 220, 0.2);
}

#cont_center #sei-thanks-wrap .sei-thanks-note {
  margin: 0 0 20px;
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.65;
  color: #5a6578;
  background: #f6fdff;
  border: 1px solid #d4e8f5;
  border-radius: 8px;
}

#cont_center #sei-thanks-wrap .sei-thanks-actions {
  text-align: center;
}

#cont_center #sei-thanks-wrap .sei-thanks-btn {
  display: inline-block;
  min-width: 200px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #3192bf;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(49, 146, 191, 0.28);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

#cont_center #sei-thanks-wrap .sei-thanks-btn:hover {
  background: #257fac;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 127, 172, 0.32);
}

#cont_center #sei-thanks-wrap .sei-thanks-btn:focus-visible {
  outline: 2px solid #1c398a;
  outline-offset: 3px;
}

@media (max-width: 768px) {
  #cont_center #sei-thanks-wrap .sei-thanks-card__hero {
    padding: 24px 18px 18px;
  }

  #cont_center #sei-thanks-wrap .sei-thanks-title {
    font-size: 19px;
  }

  #cont_center #sei-thanks-wrap .sei-thanks-card__body {
    padding: 18px 18px 22px;
  }

  #cont_center #sei-thanks-wrap .sei-thanks-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

/* ── Form shell (fits inside .small-section) ── */
#cont_center #sei-trial-forms.sei-app-form {
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Nanum Gothic", sans-serif;
  line-height: 1.7;
  color: #333;
  background: #fff;
  border: 1px solid #aed1f3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(49, 146, 191, 0.08);
}

/* ── Intro card ── */
#cont_center #sei-trial-forms .sei-form-intro {
  margin: 0;
  padding: 22px 20px 20px;
  background: linear-gradient(180deg, #eaf7fd 0%, #f6fdff 100%);
  border-bottom: 1px solid #d4e8f5;
}

#cont_center #sei-trial-forms .sei-form-intro__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #257fac;
}

#cont_center #sei-trial-forms .sei-form-intro__title {
  margin: 0 0 10px;
  padding: 14px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border: none;
  border-radius: 12px;
}

#cont_center #sei-trial-forms .sei-form-intro__lead {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.75;
  color: #4a5568;
}

#cont_center #sei-trial-forms .sei-form-intro__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#cont_center #sei-trial-forms .sei-form-intro__badges li {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1c398a;
  background: #fff;
  border: 1px solid #c5e3f5;
  border-radius: 999px;
}

#cont_center #sei-trial-forms .trial-price-old {
  text-decoration: line-through;
  color: #7a8a9a;
  font-weight: 500;
}

/* ── Tabs ── */
#cont_center #sei-trial-forms .trial-tab-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 16px 20px 0;
  background: #fff;
  border: none;
}

#cont_center #sei-trial-forms .sei-trial-tab-btn {
  flex: 1;
  min-width: 120px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  color: #1c398a;
  background: #eef6fb;
  border: 1px solid #c5e3f5;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

#cont_center #sei-trial-forms .sei-trial-tab-btn:hover {
  background: #dceef8;
}

#cont_center #sei-trial-forms .sei-trial-tab-btn.active {
  color: #fff;
  background: #3192bf;
  border-color: #257fac;
  box-shadow: 0 2px 8px rgba(37, 127, 172, 0.25);
}

#cont_center #sei-trial-forms .sei-trial-tab-btn:focus-visible {
  outline: 2px solid #51b0dc;
  outline-offset: 2px;
}

/* ── Panels ── */
#sei-trial-forms .sei-trial-panel {
  display: none !important;
  padding: 12px 20px 28px;
  background: #fff;
  border: none;
}

#sei-trial-forms .sei-trial-panel.active {
  display: block !important;
}

#sei-trial-forms .sei-trial-panel[hidden] {
  display: none !important;
}

/* ── Section heading ── */
#cont_center #sei-trial-forms .trial-section-heading {
  margin: 20px 0 16px;
  padding: 0 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1c398a;
  border: none;
  border-left: 4px solid #51b0dc;
  background: none !important;
}

#cont_center #sei-trial-forms .trial-intro-note {
  margin: -4px 0 18px;
  font-size: 13px;
  line-height: 1.75;
  color: #5a6578;
}

/* ── Info cards ── */
#cont_center #sei-trial-forms .trial-info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 4px;
}

#cont_center #sei-trial-forms .trial-mini-card {
  padding: 14px 16px;
  background: #f6fdff;
  border: 1px solid #d4e8f5;
  border-radius: 10px;
}

#cont_center #sei-trial-forms .trial-mini-card--wide {
  grid-column: 1 / -1;
}

#cont_center #sei-trial-forms .trial-promo-banner {
  padding: 16px 18px;
  background: linear-gradient(180deg, #fff9e8 0%, #fffdf5 100%);
  border: 1px solid #f0d78c;
  border-radius: 10px;
}

#cont_center #sei-trial-forms .trial-promo-banner__lead {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #1c398a;
  line-height: 1.55;
}

#cont_center #sei-trial-forms .trial-promo-banner__pricing {
  display: grid;
  gap: 6px;
  margin: 0;
}

#cont_center #sei-trial-forms .trial-promo-banner__pricing-row {
  display: grid;
  grid-template-columns: 7.5em 1fr;
  gap: 8px;
  align-items: baseline;
  margin: 0;
}

#cont_center #sei-trial-forms .trial-promo-banner__pricing dt {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #5a6578;
}

#cont_center #sei-trial-forms .trial-promo-banner__pricing dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

#cont_center #sei-trial-forms .trial-promo-banner__price-campaign {
  font-size: 16px;
  font-weight: 700;
  color: #c8860a;
}

#cont_center #sei-trial-forms .trial-mini-card__price-regular,
#cont_center #sei-trial-forms .trial-mini-card__price-campaign,
#cont_center #sei-trial-forms .trial-mini-card__price-note {
  display: block;
}

#cont_center #sei-trial-forms .trial-mini-card__price-campaign {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  color: #c8860a;
}

#cont_center #sei-trial-forms .trial-mini-card__price-note {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #5a6578;
}

#cont_center #sei-trial-forms .trial-mini-card__label {
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #5a6578;
}

#cont_center #sei-trial-forms .trial-mini-card__value {
  font-size: 16px;
  font-weight: 700;
  color: #1c398a;
  line-height: 1.45;
}

#cont_center #sei-trial-forms .trial-mini-card__value span {
  display: block;
}

#cont_center #sei-trial-forms .trial-mini-card__value span + span {
  margin-top: 2px;
}

/* ── Form fields ── */
#cont_center #sei-trial-forms .trial-form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}

#cont_center #sei-trial-forms .trial-field {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#cont_center #sei-trial-forms .trial-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1c398a;
  cursor: pointer;
}

#cont_center #sei-trial-forms .req {
  color: #c53030;
  font-weight: 700;
}

#cont_center #sei-trial-forms .trial-form-fields input[type="text"],
#cont_center #sei-trial-forms .trial-form-fields input[type="email"],
#cont_center #sei-trial-forms .trial-form-fields input[type="tel"],
#cont_center #sei-trial-forms .trial-form-fields select,
#cont_center #sei-trial-forms .trial-form-fields textarea {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  height: 44px;
  padding: 10px 12px;
  font-size: 15px;
  font-family: inherit;
  color: #333;
  background: #fff !important;
  border: 1px solid #c5d5e3 !important;
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

#cont_center #sei-trial-forms .trial-form-fields select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235a6578' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  padding-right: 36px;
}

#cont_center #sei-trial-forms .trial-form-fields textarea {
  height: auto;
  min-height: 140px;
  line-height: 1.65;
  resize: vertical;
}

#cont_center #sei-trial-forms .trial-form-fields input:focus,
#cont_center #sei-trial-forms .trial-form-fields select:focus,
#cont_center #sei-trial-forms .trial-form-fields textarea:focus {
  outline: none;
  border-color: #51b0dc !important;
  box-shadow: 0 0 0 3px rgba(81, 176, 220, 0.15);
}

#cont_center #sei-trial-forms .trial-field-note {
  margin: 5px 0 0;
  font-size: 12px;
  color: #5a6578;
  line-height: 1.55;
}

#cont_center #sei-trial-forms .trial-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* ── Submit ── */
#cont_center #sei-trial-forms .trial-field--submit {
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid #e2ebf2;
  text-align: center;
}

#cont_center #sei-trial-forms .trial-submit-note {
  margin: 0 0 14px;
  font-size: 12px;
  color: #5a6578;
}

#cont_center #sei-trial-forms .trial-form-error {
  margin: 0 0 14px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.6;
  color: #9b1c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
}

#cont_center #sei-trial-forms .trial-btn-primary:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

#cont_center #sei-trial-forms .trial-btn-primary {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 48px;
  margin: 0 auto 10px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  color: #fff !important;
  background: #3192bf !important;
  border: none !important;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(49, 146, 191, 0.28);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

#cont_center #sei-trial-forms .trial-btn-primary:hover {
  background: #257fac !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(37, 127, 172, 0.32);
}

#cont_center #sei-trial-forms .trial-btn-primary:focus-visible {
  outline: 2px solid #1c398a;
  outline-offset: 2px;
}

#cont_center #sei-trial-forms .trial-btn-secondary {
  padding: 8px 18px;
  font-size: 13px;
  font-family: inherit;
  color: #5a6578;
  background: #fff;
  border: 1px solid #c5d5e3;
  border-radius: 999px;
  cursor: pointer;
}

#cont_center #sei-trial-forms .trial-btn-secondary:hover {
  color: #1c398a;
  border-color: #51b0dc;
}

/* Hide legacy red utility inside form area */
#cont_center #sei-trial-forms .red {
  color: inherit !important;
  width: auto !important;
}

/* ── Responsive (form area only) ── */
@media (max-width: 768px) {
  #cont_center #sei-trial-forms .sei-form-intro {
    padding: 18px 16px 16px;
  }

  #cont_center #sei-trial-forms .sei-form-intro__title {
    font-size: 19px;
  }

  #cont_center #sei-trial-forms .trial-tab-pills {
    padding: 14px 16px 0;
  }

  #cont_center #sei-trial-forms .sei-trial-tab-btn {
    flex: 1 1 100%;
    min-width: 0;
  }

  #sei-trial-forms .sei-trial-panel {
    padding: 10px 16px 24px;
  }

  #cont_center #sei-trial-forms .trial-info-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  #cont_center #sei-trial-forms .sei-form-intro__badges {
    flex-direction: column;
  }

  #cont_center #sei-trial-forms .sei-form-intro__badges li {
    width: 100%;
    box-sizing: border-box;
  }
}
