/* mail.html — extras on top of lp/aicustoman/css/lp.css (apply-simple) */

.apply-simple .apply-contact .contact-inner {
  align-items: start;
}

.apply-simple .mail-aside-note {
  margin-top: 1.25rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.75;
}

.apply-simple .mail-aside-note a {
  color: var(--steel);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.apply-simple .choice-group {
  display: grid;
  gap: 0.55rem;
}

.apply-simple .choice-item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  margin-bottom: 0;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(18, 32, 51, 0.12);
  border-radius: 10px;
  background: var(--white);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
  line-height: 1.55;
}

.apply-simple .choice-item > span {
  margin-left: 0;
  color: inherit;
  font-size: inherit;
}

.apply-simple .choice-item:hover {
  border-color: rgba(31, 122, 140, 0.35);
  background: rgba(31, 122, 140, 0.04);
}

.apply-simple .choice-item input {
  width: auto;
  margin-top: 0.2rem;
  flex: 0 0 auto;
  accent-color: var(--signal);
}

.apply-simple .choice-item strong {
  font-weight: 700;
}

.apply-simple .choice-item.is-accent {
  border-color: rgba(227, 106, 44, 0.28);
  background: rgba(227, 106, 44, 0.06);
}

.apply-simple .choice-hint {
  display: block;
  margin-top: 0.15rem;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 500;
}

.apply-simple .status-banner {
  display: none;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1.5px solid transparent;
  font-size: 0.95rem;
  line-height: 1.65;
}

.apply-simple .status-banner.is-success {
  display: block;
  color: #1f6b45;
  background: rgba(31, 107, 69, 0.1);
  border-color: rgba(31, 107, 69, 0.35);
}

.apply-simple .status-banner.is-warn {
  display: block;
  color: #9a5b00;
  background: rgba(255, 152, 0, 0.12);
  border-color: rgba(255, 152, 0, 0.4);
}

.apply-simple .status-banner.is-error {
  display: block;
  color: #b42318;
  background: rgba(180, 35, 24, 0.08);
  border-color: rgba(180, 35, 24, 0.35);
}

.apply-simple .from-note {
  display: none;
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(227, 106, 44, 0.35);
  background: rgba(227, 106, 44, 0.08);
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.65;
}

.apply-simple .from-note.is-visible {
  display: block;
}

.apply-simple .form-privacy {
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.7;
}

.apply-simple .contact-form .btn-block {
  width: 100%;
}

@media (max-width: 960px) {
  .apply-simple .apply-contact .contact-inner {
    grid-template-columns: 1fr;
  }
}
