.introjs-tooltip {
    background-color: #1A1A1A !important;
    border: 2px solid #C9A227 !important;
    color: #E0E0E0 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 0 15px rgba(201, 162, 39, 0.3) !important;
    min-width: 280px !important;
    max-width: 400px !important;
    padding: 15px !important;
}

.introjs-tooltiptext {
    color: #E0E0E0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    padding: 10px 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

.introjs-tooltip-title {
    color: #C9A227 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.introjs-arrow {
    border-color: transparent !important;
}

.introjs-arrow.top {
    border-bottom-color: #1A1A1A !important;
}

.introjs-arrow.bottom {
    border-top-color: #1A1A1A !important;
}

.introjs-arrow.left {
    border-right-color: #1A1A1A !important;
}

.introjs-arrow.right {
    border-left-color: #1A1A1A !important;
}

.introjs-helperLayer {
    background-color: rgba(201, 162, 39, 0.15) !important;
    border: 3px solid #C9A227 !important;
    border-radius: 8px !important;
    box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.4), 0 0 30px rgba(201, 162, 39, 0.5) !important;
}

.introjs-overlay {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.introjs-button {
    background-color: #2a2a2a !important;
    border: 1px solid #C9A227 !important;
    color: #E0E0E0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    text-shadow: none !important;
    transition: all 0.2s ease !important;
}

.introjs-button:hover {
    background-color: #333 !important;
    border-color: #C9A227 !important;
    color: #fff !important;
}

.introjs-button:focus {
    box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.3) !important;
}

.introjs-skipbutton {
    color: #888 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
}

.introjs-skipbutton:hover {
    color: #C9A227 !important;
}

.introjs-prevbutton {
    background-color: #2a2a2a !important;
}

.introjs-nextbutton {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #0D0D0D !important;
    font-weight: 600 !important;
}

.introjs-nextbutton:hover {
    background-color: #d4af37 !important;
    border-color: #d4af37 !important;
    color: #0D0D0D !important;
}

.introjs-donebutton {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #0D0D0D !important;
    font-weight: 600 !important;
}

.introjs-donebutton:hover {
    background-color: #d4af37 !important;
    border-color: #d4af37 !important;
}

.introjs-bullets ul li a {
    background: #444 !important;
    width: 8px !important;
    height: 8px !important;
}

.introjs-bullets ul li a.active {
    background: #C9A227 !important;
    width: 10px !important;
    height: 10px !important;
}

.introjs-bullets ul li a:hover {
    background: #C9A227 !important;
}

.introjs-progress {
    background-color: #333 !important;
    border-radius: 4px !important;
    height: 4px !important;
}

.introjs-progressbar {
    background-color: #C9A227 !important;
    border-radius: 4px !important;
}

.introjs-tooltipbuttons {
    border-top: 1px solid #333 !important;
    padding-top: 12px !important;
    margin-top: 12px !important;
}

.introjs-disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.introjs-fixedTooltip {
    position: fixed !important;
}
