.first-tour-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(15, 23, 42, 0.35);
}

.first-tour-target {
    position: relative !important;
    z-index: 10001 !important;
    border-radius: 0.5rem;
    box-shadow:
        0 0 0 5px rgba(255, 255, 255, 0.45),
        0 0 0 9px rgba(13, 110, 253, 0.65),
        0 12px 32px rgba(0, 0, 0, 0.2) !important;
}

.first-tour-popup {
    position: fixed;
    z-index: 10002;
    width: min(390px, calc(100vw - 2rem));
    padding: 1.25rem;
    border: 1px solid rgba(13, 110, 253, 0.25);
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.28);
}

.first-tour-progress {
    margin-bottom: 0.4rem;
    color: #0d6efd;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.first-tour-title {
    margin-bottom: 0.55rem;
    color: #212529;
    font-size: 1.15rem;
    font-weight: 700;
}

.first-tour-copy {
    margin-bottom: 1rem;
    color: #495057;
    font-size: 0.925rem;
    line-height: 1.55;
}

.first-tour-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.first-tour-actions .first-tour-skip {
    margin-right: auto;
}

@media (max-width: 575.98px) {
    .first-tour-popup {
        top: auto !important;
        right: 1rem !important;
        bottom: 1rem !important;
        left: 1rem !important;
        width: auto;
        max-height: 48vh;
        overflow-y: auto;
    }
}
