/* WO_HideousWebsiteRepair lane_support_trust — contact, supportwo, privacy, account hub fixes */

/* Contact hub — readable copy on dark gateway canvas */
html body.dm-sitewide-codex .dm-hub-gateway-contact .dm-hub-copy,
html body.dm-sitewide-codex .dm-hub-gateway-contact .dm-hub-note,
html body.dm-sitewide-codex .dm-hub-gateway-contact .dm-public-order-list li {
  color: rgba(232, 224, 208, 0.94) !important;
  -webkit-text-fill-color: rgba(232, 224, 208, 0.94) !important;
}

html body.dm-sitewide-codex .dm-hub-gateway-contact .dm-hub-kicker,
html body.dm-sitewide-codex .dm-hub-gateway-contact .dm-hub-console-label {
  color: #d8b76a !important;
  -webkit-text-fill-color: #d8b76a !important;
}

html body.dm-sitewide-codex .dm-hub-gateway-contact .dm-hub-title {
  color: #f8f3e7 !important;
  -webkit-text-fill-color: #f8f3e7 !important;
}

/* Contact route cards — no nested anchors; keep tap targets tall */
.dancz-contact-page .dm-contact-route-grid .dm-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.dancz-contact-page .dm-contact-route-grid .dm-card-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: auto;
  padding: 0.65rem 0;
}

.dancz-contact-page .dm-contact-route-grid .dm-card-header-label {
  color: rgba(255, 247, 217, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 247, 217, 0.88) !important;
}

.dancz-contact-page .dm-contact-route-grid .dm-card-header-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.dancz-contact-page .dm-contact-route-grid .dm-card-desc,
.dancz-contact-page .dm-contact-route-grid .dm-card-desc .dm-text-link {
  color: var(--text-muted) !important;
  -webkit-text-fill-color: var(--text-muted) !important;
}

/* Privacy policy hero — sub copy contrast on void */
html body.dm-sitewide-codex .dancz-privacy-policy-page .dm-pp-hero .sub,
html body.dm-sitewide-codex .dancz-privacy-policy-page .dm-pp-hero .verse {
  color: #b8c8be !important;
  -webkit-text-fill-color: #b8c8be !important;
}

html body.dm-sitewide-codex .dancz-privacy-policy-page .dm-pp-hero h1,
html body.dm-sitewide-codex .dancz-privacy-policy-page .dm-pp-hero h1 em {
  color: #f0ebe0 !important;
  -webkit-text-fill-color: #f0ebe0 !important;
}

/* Supportwo monitor — replace inline gray-on-gray staff block */
.dancz-supportwo-monitor,
section.dancz-supportwo-monitor {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 16px;
  color: #e8e0d0;
}

.dancz-supportwo-monitor > p:first-of-type {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #9ab8d4 !important;
}

.dancz-supportwo-monitor h1 {
  margin: 0 0 12px;
  color: #f8f3e7 !important;
  font-family: Georgia, "Times New Roman", serif;
}

.dancz-supportwo-monitor > p:nth-of-type(2) {
  color: rgba(232, 224, 208, 0.9) !important;
  line-height: 1.7;
}

.dancz-supportwo-monitor > div[style*="grid-template-columns"] {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 12px !important;
  margin: 20px 0 !important;
}

.dancz-supportwo-monitor > div[style*="grid-template-columns"] > div {
  border: 1px solid rgba(240, 201, 99, 0.22) !important;
  border-radius: 10px !important;
  padding: 14px !important;
  background: rgba(7, 15, 24, 0.72) !important;
  color: #e8e0d0 !important;
}

.dancz-supportwo-monitor > div[style*="grid-template-columns"] strong {
  color: #f0c963 !important;
}

.dancz-supportwo-monitor ul {
  line-height: 1.7;
  color: rgba(232, 224, 208, 0.92) !important;
}

.dancz-supportwo-monitor a {
  color: #9af0f4 !important;
}

.dancz-supportwo-monitor > p:last-of-type {
  color: rgba(184, 200, 190, 0.88) !important;
  font-size: 14px;
}
