.hero-contact-link { display: flex; width: fit-content; max-width: 100%; margin: 18px 0 0; min-height: 44px; align-items: center; font-size: 1rem; color: #cde6ff; text-decoration: underline; text-underline-offset: 5px; }
.hero-contact-link:hover { color: var(--aqua); }
.audit-decision { margin-top: 48px; padding: 40px; border: 1px solid #ffffff24; border-radius: 22px; background: linear-gradient(125deg,#162348,#272353); color: #fff; }
.audit-intro { max-width: 850px; }
.audit-intro .eyebrow { font-size: .875rem; color: #a9ece9; margin-bottom: 14px; line-height: 1.6; }
.audit-intro h3 { color: #fff; font-size: clamp(1.75rem,3vw,2.4rem); line-height: 1.2; margin-bottom: 18px; }
.audit-intro > p:last-child, .audit-output p { color: #dee5f8; font-size: 1rem; line-height: 1.8; }
.audit-questions { margin: 28px 0 0; }
.audit-questions > div { display: grid; grid-template-columns: minmax(180px, .75fr) minmax(0,1.65fr); gap: 28px; padding: 20px 0; border-top: 1px solid #ffffff26; }
.audit-questions dt { font-size: 1.0625rem; font-weight: 700; color: #fff; }
.audit-questions dd { margin: 0; color: #dee5f8; font-size: 1rem; line-height: 1.8; text-align: justify; hyphens: auto; }
.audit-output { margin-top: 10px; padding-top: 24px; border-top: 1px solid #ffffff26; display: flex; align-items: center; gap: 28px; }
.audit-output p { flex: 1; min-width: 0; }
.audit-output .button { flex-shrink: 0; }
.contact-expectation { max-width: 950px; font-size: 1rem; color: #4b5874; border-left: 3px solid #6e61de; padding: 4px 0 4px 22px; }
.contact-expectation p + p { margin-top: 12px; font-size: .9375rem; font-weight: 600; }
.contact-prepared:empty { display: none; }
.contact-prepared { padding: 16px; margin-bottom: 24px; font-size: .9375rem; color: #284775; border-radius: 12px; background: #eef4ff; }
.diagnostic-attachment { border-bottom: 1px solid #ffffff30; margin-bottom: 24px; padding-bottom: 24px; }
.diagnostic-attachment[hidden] { display: none; }
.diagnostic-attachment .button { width: 100%; font-size: .9375rem; }
.diagnostic-attachment p { margin-top: 14px; font-size: .875rem; line-height: 1.7; color: #cdd8ef; }
#attach-diagnostic-status:empty { display: none; }
#attach-diagnostic-status { color: #a5ebe4; }
.result-next { margin: 28px 0; padding: 28px; border: 1px solid #b5c5ef; border-left: 4px solid #565beb; border-radius: 16px; background: linear-gradient(125deg,#edf4ff,#f6f1ff); }
.result-next .eyebrow { color: #4156a4; font-size: .875rem; margin: 0 0 12px; line-height: 1.6; }
.result-next h4 { font-size: clamp(1.35rem,2.4vw,1.7rem); line-height: 1.3; margin: 0 0 18px; color: #202d58; }
.result-next p { font-size: 1rem; color: #475573; line-height: 1.8; margin: 12px 0; }
.result-next .next-process { text-align: start; font-size: .9375rem; color: #293d7a; }
.result-next .button { margin-top: 12px; font-size: 1rem; }
.result-next .next-notice { font-size: .875rem; margin: 14px 0 0; }
.ai-analysis { margin-top: 20px; border-top: 1px solid #e0e5f4; padding-top: 14px; }
.ai-analysis summary { font-size: .9375rem; line-height: 1.6; padding: 8px 0; cursor: pointer; }
.ai-analysis .ai-result { margin-top: 14px; }
.faq p, .diagnostic-footnote p, .result-card > p, .timeline-item p { font-size: 1rem; }
.diagnostic-footnote .subtle-button { font-size: .875rem; }
.diagnostic-references { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.diagnostic-references a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 700px) {
  .audit-decision { padding: 28px 24px; }
  .audit-questions > div { grid-template-columns: 1fr; gap: 10px; }
  .audit-output { flex-direction: column; align-items: stretch; gap: 20px; }
  .result-next { padding: 24px 20px; }
  .result-next .button { width: 100%; }
}
