body[data-route-key="serviceSupport"] .lt-stage1137-support {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(126, 73, 91, .18);
  background:
    radial-gradient(circle at 92% 4%, rgba(222, 176, 188, .22), transparent 34%),
    linear-gradient(145deg, rgba(255, 252, 249, .98), rgba(250, 241, 242, .96));
  box-shadow: 0 24px 70px rgba(78, 44, 58, .09);
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__head {
  max-width: 720px;
  margin-bottom: 24px;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__kicker {
  margin: 0 0 8px;
  color: #9a536d;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__session,
body[data-route-key="serviceSupport"] .lt-stage1137-support__form-shell {
  border: 1px solid rgba(126, 73, 91, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .82);
  padding: clamp(18px, 3vw, 30px);
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 0 0 20px;
  color: #66505a;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__account strong {
  color: #382831;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__field {
  display: grid;
  gap: 7px;
  color: #49363f;
  font-weight: 650;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__field--wide {
  grid-column: 1 / -1;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__field input,
body[data-route-key="serviceSupport"] .lt-stage1137-support__field select,
body[data-route-key="serviceSupport"] .lt-stage1137-support__field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(112, 73, 87, .28);
  border-radius: 13px;
  background: #fffdfc;
  color: #31232a;
  font: inherit;
  font-weight: 450;
  padding: 12px 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__field textarea {
  min-height: 168px;
  resize: vertical;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__field input:focus,
body[data-route-key="serviceSupport"] .lt-stage1137-support__field select:focus,
body[data-route-key="serviceSupport"] .lt-stage1137-support__field textarea:focus {
  outline: 0;
  border-color: #a85d78;
  box-shadow: 0 0 0 3px rgba(168, 93, 120, .13);
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__hint {
  color: #79636d;
  font-size: .88rem;
  font-weight: 430;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__status {
  margin: 18px 0 0;
  border-radius: 13px;
  padding: 12px 14px;
  background: rgba(105, 83, 91, .08);
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__status[data-tone="success"] {
  background: rgba(51, 121, 89, .11);
  color: #245f46;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__status[data-tone="notice"] {
  background: rgba(168, 111, 49, .12);
  color: #79501f;
}

body[data-route-key="serviceSupport"] .lt-stage1137-support__status[data-tone="error"] {
  background: rgba(166, 57, 70, .11);
  color: #8b2938;
}

body[data-route-key="serviceSupport"] [hidden] { display: none !important; }

@media (max-width: 720px) {
  body[data-route-key="serviceSupport"] .lt-stage1137-support__grid { grid-template-columns: 1fr; }
  body[data-route-key="serviceSupport"] .lt-stage1137-support__field--wide { grid-column: auto; }
  body[data-route-key="serviceSupport"] .lt-stage1137-support__actions .lt-btn { width: 100%; justify-content: center; }
}
