/* HeatMedia Connect - portal rondleiding (zelfstandig, geen afhankelijkheden) */

.hmd-tour-hl {
    position: absolute;
    z-index: 100000;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #DE2918, 0 0 0 9999px rgba(20, 20, 22, 0.62);
    pointer-events: none;
    transition: all .25s ease;
}

/* Gecentreerde stap zonder doel: alleen dimmen, geen spotlight */
.hmd-tour-dim {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(20, 20, 22, 0.62);
}

.hmd-tour-pop {
    position: absolute;
    z-index: 100001;
    width: 340px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .3);
    padding: 20px 20px 16px;
    font-family: 'Hanken Grotesk', system-ui, sans-serif;
    color: #1d1d1f;
    transition: top .25s ease, left .25s ease;
}

.hmd-tour-pop.is-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
}

.hmd-tour-pop__step {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #DE2918;
    margin: 0 0 6px;
}

.hmd-tour-pop__title {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.25;
}

.hmd-tour-pop__body {
    font-size: 14px;
    line-height: 1.55;
    color: #45454a;
    margin: 0 0 16px;
}

.hmd-tour-pop__nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hmd-tour-pop__dots {
    display: flex;
    gap: 5px;
    margin-right: auto;
}

.hmd-tour-pop__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e0ded9;
}

.hmd-tour-pop__dot.is-on {
    background: #DE2918;
}

.hmd-tour-btn {
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    border: 1.5px solid #e6e6e3;
    background: #fff;
    color: #1d1d1f;
}

.hmd-tour-btn--primary {
    background: #DE2918;
    border-color: #DE2918;
    color: #fff;
}

.hmd-tour-btn--ghost {
    border-color: transparent;
    color: #6b6b70;
    padding: 8px 10px;
}

.hmd-tour-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: #9a9aa0;
    cursor: pointer;
    padding: 4px;
}

.hm-nav__link--tour {
    color: #DE2918 !important;
    font-weight: 600;
}
