.elementor-14766 .elementor-element.elementor-element-7e7264b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-ea30703 *//* =========================
   TBI TEST PAGE (STANDALONE)
   ========================= */
.tbi-test-page {
  padding: 80px 0 90px;
  background: #f6f7fb;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1f2430;
}

.tbi-test-page .tbi-container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

/* INTRO CARD */
.tbi-test-page .tbi-intro-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 28px 26px 24px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  margin-bottom: 28px;
}

.tbi-test-page .tbi-intro-title {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 26px;
  margin-bottom: 6px;
}

.tbi-test-page .tbi-intro-subtitle {
  font-size: 14px;
  color: #6e7289;
  margin-bottom: 20px;
}

.tbi-test-page .tbi-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 10px;
}

.tbi-test-page .tbi-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #494b62;
}

.tbi-test-page .tbi-field input {
  width: 100%;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid #dde0f0;
  font-size: 14px;
  outline: none;
  transition: 0.16s ease;
  background: #fbfbff;
}

.tbi-test-page .tbi-field input:focus {
  border-color: #ff9a5a;
  box-shadow: 0 0 0 1px rgba(255, 154, 90, 0.3);
  background: #ffffff;
}

.tbi-test-page .tbi-intro-error {
  min-height: 18px;
  font-size: 12px;
  color: #e54848;
  margin-top: 2px;
}

.tbi-test-page .tbi-intro-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.tbi-test-page .tbi-intro-note {
  font-size: 12px;
  color: #8c8fa4;
}

/* SHELL UNTUK PROGRESS & HASIL */
.tbi-test-page .tbi-test-shell.hidden,
.tbi-test-page .tbi-intro-card.hidden,
.tbi-test-page .tbi-result.hidden,
.tbi-test-page .tbi-test-card.hidden {
  display: none;
}

/* PROGRESS */
.tbi-test-page .tbi-test-progress {
  margin-bottom: 20px;
}

.tbi-test-page .tbi-test-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  color: #8a8ba0;
}

.tbi-test-page .tbi-progress-label {
  font-weight: 600;
  color: #44455d;
}

.tbi-test-page .tbi-progress-step {
  font-size: 12px;
}

.tbi-test-page .tbi-progress-bar {
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: #e3e5f0;
  overflow: hidden;
}

.tbi-test-page .tbi-progress-bar-fill {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff7b38, #ff5258);
  transition: width 0.25s ease;
}

/* CARD PERTANYAAN */
.tbi-test-page .tbi-test-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 26px 24px 24px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.tbi-test-page .tbi-question-meta {
  font-size: 12px;
  color: #9494ab;
  margin-bottom: 12px;
}

.tbi-test-page .tbi-question-text {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  margin-bottom: 8px;
  color: #171725;
}

.tbi-test-page .tbi-question-subtext {
  font-size: 13px;
  color: #8b8ba1;
  margin-bottom: 24px;
}

/* OPTIONS 1–5 */
.tbi-test-page .tbi-answer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 10px;
}

.tbi-test-page .tbi-option {
  flex: 1 1 120px;
  max-width: 160px;
  border-radius: 20px;
  padding: 14px 12px;
  border: 1.5px solid #e4e5f0;
  background: #fafbff;
  cursor: pointer;
  text-align: center;
  transition: 0.18s ease;
}

.tbi-test-page .tbi-option-value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #36375b;
  margin-bottom: 4px;
}

.tbi-test-page .tbi-option-label {
  display: block;
  font-size: 12px;
  color: #77788f;
}

.tbi-test-page .tbi-option:hover {
  border-color: #ffb38a;
  box-shadow: 0 10px 24px rgba(255, 165, 120, 0.18);
  background: #ffffff;
}

.tbi-test-page .tbi-option.is-selected {
  border-color: #ff7b38;
  box-shadow: 0 12px 30px rgba(255, 122, 70, 0.25);
  background: #fff5ef;
}

/* ERROR */
.tbi-test-page .tbi-test-error {
  min-height: 18px;
  font-size: 12px;
  color: #e54848;
  margin-top: 4px;
}

/* BUTTONS */
.tbi-test-page .tbi-test-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.tbi-test-page .tbi-btn {
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #ff7b38, #ff5258);
  color: #ffffff;
  box-shadow: 0 12px 32px rgba(255, 112, 70, 0.35);
  transition: 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tbi-test-page .tbi-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 38px rgba(255, 112, 70, 0.45);
}

.tbi-test-page .tbi-btn-ghost {
  background: #f3f4fb;
  color: #5e5f78;
  box-shadow: none;
}

.tbi-test-page .tbi-btn-ghost:hover {
  background: #e6e7f3;
}

/* HASIL */
.tbi-test-page .tbi-result {
  margin-top: 24px;
  background: #ffffff;
  border-radius: 28px;
  padding: 24px 22px 22px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.tbi-test-page .tbi-result-header h2 {
  font-size: 22px;
  margin-bottom: 6px;
}

.tbi-test-page .tbi-result-header p {
  font-size: 13px;
  color: #757693;
}

/* main layout hasil */
.tbi-test-page .tbi-result-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 24px;
  margin-top: 16px;
}

.tbi-test-page .tbi-result-score {
  display: flex;
  gap: 18px;
  align-items: center;
}

.tbi-test-page .tbi-score-circle {
  width: 100%;
  height: 90px;
  border-radius: 999px;
  border: 3px solid #e5e7ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 20%, #fff9f4, #ffe9dc);
}

.tbi-test-page .tbi-score-number {
  font-size: 28px;
  font-weight: 700;
  color: #ff6b47;
}

.tbi-test-page .tbi-score-max {
  font-size: 11px;
  color: #8c7e77;
}

/* warna kategori */
.tbi-test-page .tbi-score-circle.is-severe {
  border-color: #ff5b5b;
  background: radial-gradient(circle at 30% 20%, #fff4f4, #ffd6d6);
}

.tbi-test-page .tbi-score-circle.is-moderate {
  border-color: #ffb347;
  background: radial-gradient(circle at 30% 20%, #fff8ec, #ffe7c8);
}

.tbi-test-page .tbi-score-circle.is-healthy {
  border-color: #55b27a;
  background: radial-gradient(circle at 30% 20%, #f2fff7, #dff8e9);
}

.tbi-test-page .tbi-score-text p {
  font-size: 13px;
  color: #6e7089;
  margin-top: 6px;
}

.tbi-test-page .tbi-score-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3f4fb;
  font-size: 12px;
  font-weight: 600;
  color: #44455f;
}

/* dimensi bar */
.tbi-test-page .tbi-result-dimensions h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #26263a;
}

.tbi-test-page .tbi-dim-row {
  display: grid;
  grid-template-columns: 1.7fr 4fr 0.7fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
}

.tbi-test-page .tbi-dim-label {
  color: #666786;
}

.tbi-test-page .tbi-dim-bar {
  width: 100%;
  height: 5px;
  border-radius: 999px;
  background: #eceef7;
  overflow: hidden;
}

.tbi-test-page .tbi-dim-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff7b38, #ff5258);
}

.tbi-test-page .tbi-dim-score {
  text-align: right;
  color: #44455f;
  font-weight: 600;
}

/* CTA HASIL */
.tbi-test-page .tbi-result-cta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #f0f1f7;
}

.tbi-test-page .tbi-result-cta p {
  font-size: 13px;
  color: #5c5d7d;
  margin-bottom: 12px;
}

.tbi-test-page .tbi-result-note {
  margin-top: 8px;
  font-size: 11px;
  color: #a0a1b4;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tbi-test-page .tbi-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tbi-test-page {
    padding: 60px 0 70px;
  }

  .tbi-test-page .tbi-intro-card,
  .tbi-test-page .tbi-test-card,
  .tbi-test-page .tbi-result {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .tbi-test-page .tbi-result-main {
    grid-template-columns: 1fr;
  }

  .tbi-test-page .tbi-answer-list {
    flex-direction: column;
  }

  .tbi-test-page .tbi-option {
    max-width: 100%;
  }

  .tbi-test-page .tbi-test-footer {
    flex-direction: row;
    gap: 10px;
  }

  .tbi-test-page .tbi-btn,
  .tbi-test-page .tbi-btn-ghost {
    width: 48%;
  }
}

/* Pesan status di bawah hasil TBI */
.tbi-submit-status {
  margin-top: 16px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 999px;         /* bikin bentuk pill lembut */
  text-align: center;
  background: #f5f7fb;          /* abu lembut */
  color: #6b7280;               /* abu teks */
  border: 1px solid #e5e7eb;
}

/* kalau mau style khusus untuk pesan sukses */
.tbi-submit-status.is-success {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #15803d;
}

/* kalau mau style khusus untuk pesan error */
.tbi-submit-status.is-error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
}/* End custom CSS */