.introjs-tooltip {
  background: #ffffff;
  color: #1f2937;
  border-radius: 10px;
  padding: 1rem 1.05rem;
  max-width: 380px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.introjs-tooltip-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: #111827;
}

.introjs-tooltiptext {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  color: #1f2937;
}

.introjs-tooltipbuttons {
  border-top: 1px solid #e5e7eb;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
}

.introjs-button {
  border-radius: 6px;
  font-size: 0.9rem;
  padding: 0.35rem 0.7rem;
  text-shadow: none;
  box-shadow: none;
}

.introjs-nextbutton,
.introjs-donebutton {
  background: #0077cc;
  border: 1px solid #0077cc;
  color: #ffffff;
}

.introjs-nextbutton:hover,
.introjs-donebutton:hover {
  background: #005fa3;
  border-color: #005fa3;
}

.introjs-prevbutton,
.introjs-skipbutton {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  color: #111827;
}

.introjs-prevbutton:hover,
.introjs-skipbutton:hover {
  background: #e5e7eb;
}

.introjs-skipbutton {
  opacity: 0.9;
}

.introjs-arrow.top {
  border-bottom-color: #ffffff;
}
.introjs-arrow.bottom {
  border-top-color: #ffffff;
}
.introjs-arrow.left {
  border-right-color: #ffffff;
}
.introjs-arrow.right {
  border-left-color: #ffffff;
}

.introjs-button:focus,
.introjs-button:focus-visible,
.introjs-skipbutton:focus,
.introjs-skipbutton:focus-visible {
  outline: 3px solid #111827;
  outline-offset: 2px;
}

.introjs-progress {
  background: #e5e7eb;
}
.introjs-progressbar {
  background: #0077cc;
}

.introjs-showElement {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}
