.ekko-lightbox .modal-dialog {
  width: 60vw !important;
}

@media (max-width: 767px) {
  .ekko-lightbox .modal-dialog {
    max-width: 80vw !important;
    width: 80vw !important;
    margin-top: 200px;
  }
}

.submenu.show-on-load {
  display: flex !important;
}

[id]::before {
  content: "";
  display: block;
  height: 10px; /* chiều cao header */
  margin-top: -10px;
  visibility: hidden;
}

#enterprise-health-check,
#health-check-report,
#enterprise-business-survey,
#business-survey-report {
  padding: 140px 0 100px;
}

#enterprise-health-check,
#enterprise-business-survey {
  --health-text: #162032;
  --health-border: #d7dde8;
  --health-muted: #6b7484;
  --health-bg: #f5f7fb;
  --health-white: #fff;
  color: var(--health-text);
}

#enterprise-health-check .p-health-check__hero,
#enterprise-business-survey .p-health-check__hero,
#health-check-report .p-health-report__hero,
#business-survey-report .p-health-report__hero,
#health-check-report .p-health-report__summary,
#business-survey-report .p-health-report__summary,
#enterprise-health-check .p-health-check__section,
#enterprise-business-survey .p-health-check__section,
#health-check-report .p-health-report__section,
#business-survey-report .p-health-report__section,
#health-check-report .p-health-report__total-card,
#business-survey-report .p-health-report__total-card {
  background: #fff;
  border: 1px solid #d7dde8;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(13, 30, 61, 0.08);
}

#enterprise-health-check .p-health-check__hero,
#enterprise-business-survey .p-health-check__hero,
#health-check-report .p-health-report__hero,
#business-survey-report .p-health-report__hero {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 42px;
  margin-bottom: 32px;
}

#enterprise-health-check .p-health-check__eyebrow,
#enterprise-business-survey .p-health-check__eyebrow,
#health-check-report .p-health-report__eyebrow,
#business-survey-report .p-health-report__eyebrow {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #00227c;
}

#enterprise-health-check .p-health-check__title,
#enterprise-business-survey .p-health-check__title,
#health-check-report .p-health-report__title,
#business-survey-report .p-health-report__title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.15;
}

#enterprise-health-check .p-health-check__description,
#enterprise-business-survey .p-health-check__description {
  max-width: 760px;
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--health-muted);
}

#enterprise-health-check .p-health-check__hero-card,
#enterprise-business-survey .p-health-check__hero-card,
#health-check-report .p-health-report__total,
#business-survey-report .p-health-report__total {
  min-width: 220px;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(135deg, #00227c 0%, #1c5cb2 100%);
  color: #fff;
}

#enterprise-health-check .p-health-check__hero-card-label,
#enterprise-business-survey .p-health-check__hero-card-label,
#health-check-report .p-health-report__total-label,
#business-survey-report .p-health-report__total-label {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.8;
}

#enterprise-health-check .p-health-check__hero-card-score,
#enterprise-business-survey .p-health-check__hero-card-score,
#health-check-report .p-health-report__total-score,
#business-survey-report .p-health-report__total-score {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

#enterprise-health-check .p-health-check__layout,
#enterprise-business-survey .p-health-check__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: start;
}

#enterprise-health-check .p-health-check__form,
#enterprise-business-survey .p-health-check__form {
  min-width: 0;
}

#enterprise-health-check.is-submitting {
  cursor: progress;
}

#enterprise-health-check.is-submitting .p-health-check__form,
#enterprise-health-check.is-submitting .p-health-check__nav {
  opacity: 0.78;
  pointer-events: none;
}

#enterprise-health-check.is-readonly .p-health-check__form input:disabled,
#enterprise-health-check.is-readonly .p-health-check__form textarea:disabled,
#enterprise-health-check.is-readonly .p-health-check__form input[readonly],
#enterprise-health-check.is-readonly .p-health-check__form textarea[readonly] {
  opacity: 0.92;
  cursor: not-allowed;
  background: #f7f9fc;
}

#enterprise-health-check.is-readonly .p-health-check__choice {
  cursor: default;
}

#enterprise-health-check .p-health-check__notice--locked,
#enterprise-business-survey .p-health-check__notice--locked {
  border-color: #d7dde8;
  background: #f8fafc;
}

#enterprise-health-check .p-health-check__section,
#enterprise-business-survey .p-health-check__section,
#health-check-report .p-health-report__section,
#business-survey-report .p-health-report__section {
  padding: 30px;
  margin-bottom: 28px;
}

#enterprise-health-check .p-health-check__section--customer,
#enterprise-business-survey .p-health-check__section--customer {
  margin-bottom: 28px;
}

#enterprise-health-check .p-health-check__section-header,
#enterprise-business-survey .p-health-check__section-header,
#health-check-report .p-health-report__section-header,
#business-survey-report .p-health-report__section-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}

#enterprise-health-check .p-health-check__section-header,
#enterprise-business-survey .p-health-check__section-header {
  border-bottom: 1px solid var(--health-border);
  padding-bottom: 18px;
}

#enterprise-health-check .p-health-check__section-index,
#enterprise-business-survey .p-health-check__section-index,
#health-check-report .p-health-report__section-header p,
#business-survey-report .p-health-report__section-header p {
  margin: 0 0 10px;
  color: var(--health-accent, #00227c);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#enterprise-health-check .p-health-check__section-title,
#enterprise-business-survey .p-health-check__section-title,
#health-check-report .p-health-report__section-header h2,
#business-survey-report .p-health-report__section-header h2,
#health-check-report .p-health-report__summary h2,
#business-survey-report .p-health-report__summary h2,
#health-check-report .p-health-report__empty h2,
#business-survey-report .p-health-report__empty h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
}

#enterprise-health-check .p-health-check__section-score,
#enterprise-business-survey .p-health-check__section-score {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  min-width: 120px;
  color: var(--health-accent, #00227c);
}

#enterprise-health-check .p-health-check__section-score strong,
#enterprise-business-survey .p-health-check__section-score strong {
  font-size: 22px;
  line-height: 1;
}

#enterprise-health-check .p-health-check__section-score span,
#enterprise-business-survey .p-health-check__section-score span {
  font-size: 14px;
  color: var(--health-muted);
}

#enterprise-health-check .p-health-check__customer-grid,
#enterprise-business-survey .p-health-check__customer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

#enterprise-health-check .p-health-check__field label,
#enterprise-business-survey .p-health-check__field label,
#enterprise-health-check .p-health-check__reason label,
#enterprise-business-survey .p-health-check__reason label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

#enterprise-health-check .p-health-check__field label span,
#enterprise-business-survey .p-health-check__field label span {
  color: #c00000;
}

#enterprise-health-check .p-health-check__field input,
#enterprise-business-survey .p-health-check__field input,
#enterprise-health-check .p-health-check__field textarea,
#enterprise-business-survey .p-health-check__field textarea,
#enterprise-health-check .p-health-check__field select,
#enterprise-business-survey .p-health-check__field select,
#enterprise-health-check .p-health-check__reason input,
#enterprise-business-survey .p-health-check__reason input,
#enterprise-business-survey
  .p-health-check__question-body
  input:not([type="radio"]):not([type="checkbox"]),
#enterprise-business-survey .p-health-check__question-body textarea,
#enterprise-business-survey .p-health-check__question-body select,
#enterprise-business-survey .p-health-check__input,
#enterprise-business-survey .p-health-check__textarea,
#enterprise-business-survey .p-health-check__select {
  width: 100%;
  border: 1px solid var(--health-border);
  border-radius: 16px;
  background: #fff;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.5;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

#enterprise-health-check .p-health-check__field input:focus,
#enterprise-business-survey .p-health-check__field input:focus,
#enterprise-health-check .p-health-check__field textarea:focus,
#enterprise-business-survey .p-health-check__field textarea:focus,
#enterprise-health-check .p-health-check__field select:focus,
#enterprise-business-survey .p-health-check__field select:focus,
#enterprise-health-check .p-health-check__reason input:focus,
#enterprise-business-survey .p-health-check__reason input:focus,
#enterprise-business-survey
  .p-health-check__question-body
  input:not([type="radio"]):not([type="checkbox"]):focus,
#enterprise-business-survey .p-health-check__question-body textarea:focus,
#enterprise-business-survey .p-health-check__question-body select:focus,
#enterprise-business-survey .p-health-check__input:focus,
#enterprise-business-survey .p-health-check__textarea:focus,
#enterprise-business-survey .p-health-check__select:focus {
  outline: none;
  border-color: #00227c;
  box-shadow: 0 0 0 4px rgba(0, 34, 124, 0.08);
}

#enterprise-health-check .p-health-check__field--full,
#enterprise-business-survey .p-health-check__field--full {
  grid-column: 1 / -1;
}

#enterprise-health-check .p-health-check__notice,
#enterprise-business-survey .p-health-check__notice,
#health-check-report .p-health-report__empty,
#business-survey-report .p-health-report__empty {
  padding: 22px 24px;
  border-radius: 22px;
  margin-bottom: 24px;
}

#enterprise-health-check .p-health-check__notice--error,
#enterprise-business-survey .p-health-check__notice--error {
  background: #fff4f4;
  border: 1px solid #ffd0d0;
  color: #8b1e1e;
}

#enterprise-health-check .p-health-check__notice--success,
#enterprise-business-survey .p-health-check__notice--success {
  background: #f1fff7;
  border: 1px solid #bee8cf;
  color: #11613a;
}

#enterprise-health-check .p-health-check__notice-title,
#enterprise-business-survey .p-health-check__notice-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

#enterprise-health-check
  .p-health-check__notice
  > p:not(.p-health-check__notice-title),
#enterprise-business-survey
  .p-health-check__notice
  > p:not(.p-health-check__notice-title) {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6;
}

#enterprise-health-check .p-health-check__notice > p:last-child,
#enterprise-business-survey .p-health-check__notice > p:last-child {
  margin-bottom: 0;
}

#enterprise-health-check .p-health-check__notice-list,
#enterprise-business-survey .p-health-check__notice-list {
  margin: 0;
  padding-left: 20px;
}

#enterprise-health-check .p-health-check__notice-action,
#enterprise-business-survey .p-health-check__notice-action {
  margin: 18px 0 0;
}

#enterprise-health-check .p-health-check__notice-link,
#enterprise-business-survey .p-health-check__notice-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f274f 0%, #1c5cb2 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(16, 39, 79, 0.18);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    box-shadow 0.2s ease;
}

#enterprise-health-check .p-health-check__notice-link:hover,
#enterprise-business-survey .p-health-check__notice-link:hover {
  transform: translateY(-2px);
  opacity: 0.96;
  box-shadow: 0 18px 36px rgba(16, 39, 79, 0.24);
}

#enterprise-health-check .p-health-check__resume,
#enterprise-business-survey .p-health-check__resume {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
  padding: 22px 24px;
  margin-bottom: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff3cf 0%, #eef5ff 55%, #f5f8ff 100%);
  border: 2px solid #ffd76a;
  box-shadow: 0 18px 40px rgba(16, 39, 79, 0.08);
}

#enterprise-health-check .p-health-check__resume-label,
#enterprise-business-survey .p-health-check__resume-label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00227c;
}

#enterprise-health-check .p-health-check__resume-copy,
#enterprise-business-survey .p-health-check__resume-copy {
  flex: 1 1 auto;
}

#enterprise-health-check .p-health-check__resume-title,
#enterprise-business-survey .p-health-check__resume-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.35;
  color: #10274f;
}

#enterprise-health-check .p-health-check__resume-note,
#enterprise-business-survey .p-health-check__resume-note {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: #40516e;
}

#enterprise-health-check .p-health-check__resume-actions,
#enterprise-business-survey .p-health-check__resume-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

#enterprise-health-check .p-health-check__resume-input,
#enterprise-business-survey .p-health-check__resume-input {
  flex: 1 1 auto;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid #c7d8f8;
  border-radius: 16px;
  background: #fff;
  color: #10274f;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: inset 0 1px 2px rgba(16, 39, 79, 0.04);
}

#enterprise-health-check .p-health-check__resume-feedback,
#enterprise-business-survey .p-health-check__resume-feedback {
  min-height: 22px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #0f6a3f;
}

#enterprise-health-check .p-health-check__resume-feedback.is-error,
#enterprise-business-survey .p-health-check__resume-feedback.is-error {
  color: #b42318;
}

#enterprise-health-check .p-health-check__resume-meta,
#enterprise-business-survey .p-health-check__resume-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  min-width: 180px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 34, 124, 0.08);
  text-align: right;
}

#enterprise-health-check .p-health-check__resume-meta strong,
#enterprise-business-survey .p-health-check__resume-meta strong {
  font-size: 18px;
  color: #00227c;
}

#enterprise-health-check .p-health-check__resume-meta span,
#enterprise-business-survey .p-health-check__resume-meta span {
  font-size: 14px;
  color: #51607a;
}

#enterprise-health-check .p-health-check__question-stack {
  position: relative;
  min-height: 320px;
}

#enterprise-business-survey .p-health-check__question-stack {
  position: relative;
  min-height: 0;
}

#enterprise-health-check .p-health-check__question,
#enterprise-business-survey .p-health-check__question {
  display: block;
}

#enterprise-health-check .p-health-check__question[hidden],
#enterprise-business-survey .p-health-check__question[hidden] {
  display: none !important;
}

#enterprise-health-check .p-health-check__question-meta,
#enterprise-business-survey .p-health-check__question-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

#enterprise-health-check .p-health-check__question-tag,
#enterprise-business-survey .p-health-check__question-tag,
#enterprise-health-check .p-health-check__question-count,
#enterprise-business-survey .p-health-check__question-count {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 34, 124, 0.08);
  color: var(--health-accent, #00227c);
  font-size: 13px;
  font-weight: 600;
}

#enterprise-health-check .p-health-check__question-title,
#enterprise-business-survey .p-health-check__question-title {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.5;
}

#enterprise-health-check .p-health-check__choices,
#enterprise-business-survey .p-health-check__choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#enterprise-health-check .p-health-check__choice,
#enterprise-business-survey .p-health-check__choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid var(--health-border);
  border-radius: 18px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

#enterprise-health-check .p-health-check__choice:hover,
#enterprise-business-survey .p-health-check__choice:hover {
  transform: translateY(-2px);
  border-color: var(--health-accent, #00227c);
  box-shadow: 0 10px 24px rgba(14, 30, 61, 0.08);
}

#enterprise-health-check .p-health-check__choice.is-selected,
#enterprise-business-survey .p-health-check__choice.is-selected {
  border-color: var(--health-accent, #00227c);
  background: rgba(0, 34, 124, 0.06);
  box-shadow: 0 12px 28px rgba(14, 30, 61, 0.1);
}

#enterprise-health-check .p-health-check__choice.is-selected span,
#enterprise-business-survey .p-health-check__choice.is-selected span {
  font-weight: 700;
  color: var(--health-accent, #00227c);
}

#enterprise-health-check .p-health-check__choice input,
#enterprise-business-survey .p-health-check__choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--health-accent, #00227c);
}

#enterprise-health-check .p-health-check__reason,
#enterprise-business-survey .p-health-check__reason {
  display: none;
  margin-top: 18px;
}

#enterprise-health-check .p-health-check__reason.is-visible,
#enterprise-business-survey .p-health-check__reason.is-visible {
  display: block;
}

#enterprise-health-check .p-health-check__reason label span,
#enterprise-business-survey .p-health-check__reason label span {
  color: #c00000;
}

#enterprise-health-check .p-health-check__question-warning,
#enterprise-business-survey .p-health-check__question-warning {
  display: none;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #c00000;
}

#enterprise-health-check .p-health-check__question-warning.is-visible,
#enterprise-business-survey .p-health-check__question-warning.is-visible {
  display: block;
}

#enterprise-health-check .p-health-check__question-actions,
#enterprise-business-survey .p-health-check__question-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
}

#enterprise-health-check .p-health-check__button,
#enterprise-business-survey .p-health-check__button,
#health-check-report .p-health-report__back,
#business-survey-report .p-health-report__back {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--health-accent, #00227c);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

#enterprise-health-check .p-health-check__button:hover,
#enterprise-business-survey .p-health-check__button:hover,
#health-check-report .p-health-report__back:hover,
#business-survey-report .p-health-report__back:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

#enterprise-health-check .p-health-check__button:disabled,
#enterprise-business-survey .p-health-check__button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

#enterprise-health-check .p-health-check__button--ghost,
#enterprise-business-survey .p-health-check__button--ghost {
  border-color: var(--health-border);
  background: transparent;
  color: var(--health-text);
}

#enterprise-health-check .p-health-check__button--copy,
#enterprise-business-survey .p-health-check__button--copy {
  flex-shrink: 0;
  min-width: 126px;
  background: #10274f;
  color: #fff;
}

#enterprise-health-check .p-health-check__button--ghost:disabled,
#enterprise-business-survey .p-health-check__button--ghost:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

#enterprise-health-check .p-health-check__section-complete,
#enterprise-business-survey .p-health-check__section-complete {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(0, 34, 124, 0.05);
}

#enterprise-health-check .p-health-check__section-complete.is-visible,
#enterprise-business-survey .p-health-check__section-complete.is-visible {
  display: flex;
}

#enterprise-health-check .p-health-check__section-complete p,
#enterprise-business-survey .p-health-check__section-complete p {
  margin: 0;
  font-size: 15px;
}

#enterprise-health-check .p-health-check__submit,
#enterprise-business-survey .p-health-check__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  border-radius: 28px;
  background: #0f274f;
  color: #fff;
  margin-top: 12px;
}

#enterprise-health-check .p-health-check__submit-text,
#enterprise-business-survey .p-health-check__submit-text {
  margin: 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.6;
}

#enterprise-health-check .p-health-check__submit.is-complete,
#enterprise-business-survey .p-health-check__submit.is-complete {
  background: #0a4e36;
}

#enterprise-health-check .p-health-check__button--submit,
#enterprise-business-survey .p-health-check__button--submit {
  flex-shrink: 0;
  background: #fff;
  color: #0f274f;
}

#enterprise-health-check .p-health-check__button--nav-submit,
#enterprise-business-survey .p-health-check__button--nav-submit {
  width: 100%;
  background: #10274f;
  color: #fff;
}

#enterprise-health-check .p-health-check__nav,
#enterprise-business-survey .p-health-check__nav {
  position: sticky;
  top: 108px;
}

#enterprise-health-check .p-health-check__nav-inner,
#enterprise-business-survey .p-health-check__nav-inner {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--health-border);
  box-shadow: 0 16px 38px rgba(13, 30, 61, 0.08);
}

#enterprise-health-check .p-health-check__nav-title,
#enterprise-business-survey .p-health-check__nav-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
}

#enterprise-health-check .p-health-check__nav-list,
#enterprise-business-survey .p-health-check__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#enterprise-health-check .p-health-check__nav-list li + li,
#enterprise-business-survey .p-health-check__nav-list li + li {
  margin-top: 8px;
}

#enterprise-health-check .p-health-check__nav-submit,
#enterprise-business-survey .p-health-check__nav-submit {
  margin-top: 14px;
  padding: 14px 14px 0;
  border-top: 1px solid var(--health-border);
  border-radius: 18px;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
  flex-shrink: 0;
}

#enterprise-health-check .p-health-check__nav-submit-badge,
#enterprise-business-survey .p-health-check__nav-submit-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: #eef3fb;
  color: #52617a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#enterprise-health-check .p-health-check__nav-submit-text,
#enterprise-business-survey .p-health-check__nav-submit-text {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--health-muted);
}

#enterprise-health-check .p-health-check__nav-submit.is-complete,
#enterprise-business-survey .p-health-check__nav-submit.is-complete {
  background: linear-gradient(135deg, #edf9f3 0%, #f7fffb 100%);
  border-top-color: transparent;
  box-shadow: 0 16px 36px rgba(31, 134, 82, 0.16);
  transform: translateY(-1px);
}

#enterprise-health-check
  .p-health-check__nav-submit.is-complete
  .p-health-check__nav-submit-badge,
#enterprise-business-survey
  .p-health-check__nav-submit.is-complete
  .p-health-check__nav-submit-badge {
  background: #1f8652;
  color: #fff;
}

#enterprise-health-check
  .p-health-check__nav-submit.is-complete
  .p-health-check__nav-submit-text,
#enterprise-business-survey
  .p-health-check__nav-submit.is-complete
  .p-health-check__nav-submit-text {
  color: #16553a;
  font-weight: 600;
}

#enterprise-health-check
  .p-health-check__nav-submit.is-complete
  .p-health-check__button--nav-submit,
#enterprise-business-survey
  .p-health-check__nav-submit.is-complete
  .p-health-check__button--nav-submit {
  background: linear-gradient(135deg, #1f8652 0%, #29a167 100%);
  box-shadow: 0 16px 30px rgba(31, 134, 82, 0.22);
}

#enterprise-health-check .p-health-check__nav-link,
#enterprise-business-survey .p-health-check__nav-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: var(--health-bg);
  color: var(--health-text);
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
  font-size: 14px;
}

#enterprise-health-check .p-health-check__nav-link:hover,
#enterprise-business-survey .p-health-check__nav-link:hover,
#enterprise-health-check .p-health-check__nav-link.is-active,
#enterprise-business-survey .p-health-check__nav-link.is-active {
  transform: translateY(-1px);
  border-color: #00227c;
  background: rgba(0, 34, 124, 0.06);
}

#enterprise-health-check .p-health-check__nav-link.is-complete,
#enterprise-business-survey .p-health-check__nav-link.is-complete {
  border-color: #1f8652;
  background: rgba(31, 134, 82, 0.08);
}

#enterprise-health-check .p-health-check__nav-link small,
#enterprise-business-survey .p-health-check__nav-link small {
  font-size: 11px;
  color: var(--health-muted);
}

#enterprise-health-check .p-health-check__button--nav-submit,
#enterprise-business-survey .p-health-check__button--nav-submit {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 14px;
}

#health-check-report .p-health-report__back,
#business-survey-report .p-health-report__back {
  align-self: center;
  background: #00227c;
}

#health-check-report .p-health-report__summary,
#business-survey-report .p-health-report__summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 24px;
  padding: 30px;
  margin-bottom: 28px;
}

#health-check-report .p-health-report__customer dl,
#business-survey-report .p-health-report__customer dl {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#health-check-report .p-health-report__customer dt,
#business-survey-report .p-health-report__customer dt {
  margin-bottom: 6px;
  color: #6b7484;
  font-size: 14px;
}

#health-check-report .p-health-report__customer dd,
#business-survey-report .p-health-report__customer dd {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

#health-check-report .p-health-report__totals,
#business-survey-report .p-health-report__totals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

#health-check-report .p-health-report__total-card,
#business-survey-report .p-health-report__total-card {
  padding: 26px;
  border-top: 6px solid var(--report-accent, #00227c);
}

#health-check-report .p-health-report__total-card-label,
#business-survey-report .p-health-report__total-card-label {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--report-accent, #00227c);
}

#health-check-report .p-health-report__total-card h2,
#business-survey-report .p-health-report__total-card h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
}

#health-check-report .p-health-report__total-card-score,
#business-survey-report .p-health-report__total-card-score {
  margin: 18px 0 0;
  font-size: 34px;
  font-weight: 700;
  color: var(--report-accent, #00227c);
}

#health-check-report .p-health-report__total-note,
#business-survey-report .p-health-report__total-note {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.88;
}

#health-check-report .p-health-report__section,
#business-survey-report .p-health-report__section {
  border-top: 6px solid var(--report-accent, #00227c);
}

#enterprise-health-check .p-health-check__section,
#enterprise-business-survey .p-health-check__section {
  border-top: 6px solid var(--health-accent, #00227c);
  scroll-margin-top: 140px;
}

#enterprise-business-survey .p-health-check__question {
  scroll-margin-top: 140px;
}

#health-check-report .p-health-report__section-header strong,
#business-survey-report .p-health-report__section-header strong {
  color: var(--report-accent, #00227c);
  font-size: 28px;
}

#health-check-report .p-health-report__group + .p-health-report__group,
#business-survey-report .p-health-report__group + .p-health-report__group {
  margin-top: 28px;
}

#health-check-report .p-health-report__group h3,
#business-survey-report .p-health-report__group h3 {
  margin: 0 0 14px;
  font-size: 20px;
}

#health-check-report .p-health-report__question-list,
#business-survey-report .p-health-report__question-list {
  display: grid;
  gap: 14px;
}

#health-check-report .p-health-report__question,
#business-survey-report .p-health-report__question {
  padding: 18px 20px;
  border-radius: 20px;
  background: #f7f9fc;
  border: 1px solid #e1e7f0;
}

#health-check-report .p-health-report__question h4,
#business-survey-report .p-health-report__question h4 {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.6;
}

#health-check-report .p-health-report__answer-meta,
#business-survey-report .p-health-report__answer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
  color: #4f5a6d;
}

@media (max-width: 1279px) {
  #enterprise-health-check .p-health-check__layout,
  #enterprise-business-survey .p-health-check__layout,
  #health-check-report .p-health-report__summary,
  #business-survey-report .p-health-report__summary {
    grid-template-columns: minmax(0, 1fr);
  }

  #enterprise-health-check .p-health-check__nav,
  #enterprise-business-survey .p-health-check__nav {
    position: static;
    order: -1;
  }

  #enterprise-health-check .p-health-check__nav-inner,
  #enterprise-business-survey .p-health-check__nav-inner {
    max-height: none;
    overflow: visible;
  }

  #enterprise-health-check .p-health-check__nav-list,
  #enterprise-business-survey .p-health-check__nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    overflow: visible;
    padding-right: 0;
  }

  #enterprise-health-check .p-health-check__nav-list li + li,
  #enterprise-business-survey .p-health-check__nav-list li + li {
    margin-top: 0;
  }

  #health-check-report .p-health-report__totals,
  #business-survey-report .p-health-report__totals {
    grid-template-columns: 1fr;
  }

  #enterprise-health-check .p-health-check__resume,
  #enterprise-business-survey .p-health-check__resume {
    flex-direction: column;
    align-items: flex-start;
  }

  #enterprise-health-check .p-health-check__resume-actions,
  #enterprise-business-survey .p-health-check__resume-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  #enterprise-health-check .p-health-check__resume-meta,
  #enterprise-business-survey .p-health-check__resume-meta {
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #enterprise-health-check,
  #enterprise-business-survey {
    padding: 110px 0 170px;
  }

  #health-check-report,
  #business-survey-report {
    padding: 110px 0 70px;
  }

  #enterprise-health-check .p-health-check__hero,
  #enterprise-business-survey .p-health-check__hero,
  #health-check-report .p-health-report__hero,
  #business-survey-report .p-health-report__hero {
    flex-direction: column;
    padding: 26px;
  }

  #enterprise-health-check .p-health-check__customer-grid,
  #enterprise-business-survey .p-health-check__customer-grid,
  #enterprise-health-check .p-health-check__choices,
  #enterprise-business-survey .p-health-check__choices,
  #health-check-report .p-health-report__customer dl,
  #business-survey-report .p-health-report__customer dl {
    grid-template-columns: 1fr;
  }

  #enterprise-health-check .p-health-check__section,
  #enterprise-business-survey .p-health-check__section,
  #health-check-report .p-health-report__section,
  #business-survey-report .p-health-report__section,
  #health-check-report .p-health-report__summary,
  #business-survey-report .p-health-report__summary,
  #health-check-report .p-health-report__total-card,
  #business-survey-report .p-health-report__total-card {
    padding: 22px;
  }

  #enterprise-health-check .p-health-check__section-header,
  #enterprise-business-survey .p-health-check__section-header,
  #health-check-report .p-health-report__section-header,
  #business-survey-report .p-health-report__section-header,
  #enterprise-health-check .p-health-check__submit,
  #enterprise-business-survey .p-health-check__submit,
  #enterprise-health-check .p-health-check__section-complete,
  #enterprise-business-survey .p-health-check__section-complete {
    flex-direction: column;
    align-items: flex-start;
  }

  #enterprise-health-check .p-health-check__section-score,
  #enterprise-business-survey .p-health-check__section-score {
    align-items: flex-start;
  }

  #enterprise-health-check .p-health-check__question-actions,
  #enterprise-business-survey .p-health-check__question-actions {
    flex-direction: column;
  }

  #enterprise-health-check .p-health-check__button,
  #enterprise-business-survey .p-health-check__button,
  #health-check-report .p-health-report__back,
  #business-survey-report .p-health-report__back {
    width: 100%;
  }

  #enterprise-health-check .p-health-check__submit,
  #enterprise-business-survey .p-health-check__submit {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    z-index: 40;
    margin-top: 0;
    padding: 16px 18px;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(15, 39, 79, 0.22);
  }

  #enterprise-health-check .p-health-check__submit-text,
  #enterprise-business-survey .p-health-check__submit-text {
    max-width: none;
    font-size: 14px;
  }
}

/* Business Survey — field types bổ sung (layout) */
#enterprise-business-survey .p-health-check__choices--stack {
  grid-template-columns: 1fr;
}

#enterprise-business-survey .p-health-check__choices--inline {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

#enterprise-business-survey .p-health-check__number-wrap {
  display: grid;
  gap: 10px;
}

#enterprise-business-survey .p-health-check__suffix {
  font-size: 14px;
  color: var(--health-muted);
}

#enterprise-business-survey .p-health-check__progress {
  height: 8px;
  background: #e8edf5;
  border-radius: 999px;
  overflow: hidden;
}

#enterprise-business-survey .p-health-check__progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #00227c, #1c5cb2);
  transition: width 0.2s ease;
}

#enterprise-business-survey .p-health-check__note,
#enterprise-business-survey .p-health-check__unit-note {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--health-muted);
}

#enterprise-business-survey .p-health-check__percent-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#enterprise-business-survey .p-health-check__percent-item label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

#enterprise-business-survey .p-health-check__custom-row {
  display: grid;
  grid-template-columns: 1fr 120px auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

#enterprise-business-survey .p-health-check__remove-custom {
  width: 36px;
  height: 36px;
  border: 1px solid var(--health-border);
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

#enterprise-business-survey .p-health-check__revenue-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

#enterprise-business-survey .p-health-check__skill-row {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

#enterprise-business-survey .p-health-check__skill-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

#enterprise-business-survey .p-health-check__skill-inputs label {
  display: grid;
  gap: 6px;
  font-size: 13px;
}

#enterprise-business-survey .p-health-check__staff-counts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

#enterprise-business-survey .p-health-check__staff-count label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

@media (max-width: 991px) {
  #enterprise-business-survey .p-health-check__percent-grid-inner,
  #enterprise-business-survey .p-health-check__revenue-row,
  #enterprise-business-survey .p-health-check__skill-row,
  #enterprise-business-survey .p-health-check__staff-counts,
  #enterprise-business-survey .p-health-check__custom-row {
    grid-template-columns: 1fr;
  }
}

/* Contact Form 7: khóa form khi đang gửi để tránh submit liên tục */
.wpcf7 form.wpcf7-form.is-cf7-submitting {
  pointer-events: none;
  cursor: wait;
}

.wpcf7 form.wpcf7-form.is-cf7-submitting .wpcf7-submit {
  opacity: 0.65;
  cursor: wait;
}

.p-section-404 .p-section-404__content {
  margin: 0 auto;
  max-width: 640rem;
  text-align: center;
}

.p-section-404 .p-section-404__code {
  color: #e97342;
  font-family: "Canela", serif;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 16rem;
}

.p-section-404 .p-section-404__message {
  color: #313131;
  margin: 0 auto 40rem;
  max-width: 520rem;
}

.p-section-404 .p-section-404__action {
  display: flex;
  justify-content: center;
}

.p-section-404 .c-title-fifth {
  margin-bottom: 24rem;
}

@media (min-width: 768px) {
  .p-section-404 .p-section-404__code {
    font-size: 160rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p-section-404 .p-section-404__code {
    font-size: 96rem;
  }

  .p-section-404 .p-section-404__message {
    margin-bottom: 32rem;
  }
}
