.elementor-widget-indu-interactive-hotspot {
    min-width: 0;
}

.elementor-element.indu-hotspot-width-contained .indu-hotspot,
.elementor-element.indu-hotspot-width-full .indu-hotspot {
    width: 100%;
}

.elementor-element.indu-hotspot-width-full .indu-hotspot {
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.elementor-element.indu-hotspot-width-viewport {
    overflow: visible;
}

.elementor-element.indu-hotspot-width-viewport .indu-hotspot {
    position: relative;
    left: 50%;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: -50vw !important;
    margin-left: -50vw !important;
}

.elementor-element.indu-hotspot-height-auto .indu-hotspot {
    height: auto !important;
    min-height: 0 !important;
}

.elementor-element.indu-hotspot-height-fixed .indu-hotspot {
    min-height: 0 !important;
}

.indu-hotspot {
    --indu-hotspot-bg: #f4f4f2;
    --indu-hotspot-text: #111111;
    --indu-hotspot-muted: #666666;
    --indu-hotspot-point: #111111;
    --indu-hotspot-point-text: #ffffff;
    --indu-hotspot-point-active: #ffffff;
    --indu-hotspot-point-active-text: #111111;
    --indu-hotspot-ring: rgba(255, 255, 255, .68);
    --indu-hotspot-ring-active: rgba(17, 17, 17, .16);
    --indu-hotspot-content-width: 40%;
    --indu-hotspot-marker-size: 48px;
    --indu-hotspot-attention-color: rgba(255, 255, 255, .82);
    --indu-hotspot-attention-duration: 2.2s;
    --indu-hotspot-attention-scale: 1.65;
    --indu-hotspot-dialog-bg: #ffffff;
    --indu-hotspot-dialog-overlay: rgba(0, 0, 0, .58);
    --indu-hotspot-dialog-max-width: 420px;
    --indu-hotspot-dialog-close: #111111;
    --indu-hotspot-dialog-close-bg: rgba(17, 17, 17, .08);
    display: grid;
    min-height: 560px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--indu-hotspot-bg);
    color: var(--indu-hotspot-text);
}

.indu-hotspot--content-left {
    grid-template-columns: minmax(0, var(--indu-hotspot-content-width)) minmax(0, calc(100% - var(--indu-hotspot-content-width)));
}

.indu-hotspot--image-left {
    grid-template-columns: minmax(0, calc(100% - var(--indu-hotspot-content-width))) minmax(0, var(--indu-hotspot-content-width));
}

.indu-hotspot__content {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: clamp(32px, 6vw, 88px);
}

.indu-hotspot--content-left .indu-hotspot__content,
.indu-hotspot--image-left .indu-hotspot__visual {
    order: 1;
}

.indu-hotspot--content-left .indu-hotspot__visual,
.indu-hotspot--image-left .indu-hotspot__content {
    order: 2;
}

.indu-hotspot__panel {
    width: 100%;
    animation: induHotspotFade .28s ease both;
}

.indu-hotspot__panel[hidden] {
    display: none;
}

.indu-hotspot__counter {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--indu-hotspot-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
}

.indu-hotspot__title {
    max-width: 12ch;
    margin: 0 0 20px;
    color: inherit;
    font-size: clamp(32px, 4.8vw, 68px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.04em;
}

.indu-hotspot__description {
    max-width: 42ch;
    color: var(--indu-hotspot-muted);
    font-size: clamp(15px, 1.4vw, 19px);
    line-height: 1.6;
}

.indu-hotspot__visual {
    position: relative;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: visible;
}

.indu-hotspot__image-wrap {
    position: relative;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
}

.indu-hotspot__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.indu-hotspot__markers {
    position: absolute;
    inset: 0;
}

.indu-hotspot__marker {
    position: absolute;
    display: grid;
    place-items: center;
    width: var(--indu-hotspot-marker-size-point, var(--indu-hotspot-marker-size));
    height: var(--indu-hotspot-marker-size-point, var(--indu-hotspot-marker-size));
    padding: 0;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 999px;
    background: var(--indu-hotspot-point);
    color: var(--indu-hotspot-point-text);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    box-shadow:
        0 0 0 8px var(--indu-hotspot-ring),
        0 10px 24px rgba(0, 0, 0, .22);
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
    -webkit-tap-highlight-color: transparent;
}

.indu-hotspot__marker::before {
    content: '';
    position: absolute;
    inset: -8px;
    z-index: 0;
    border: 2px solid var(--indu-hotspot-attention-color);
    border-radius: 999px;
    opacity: 0;
    transform: scale(.82);
    pointer-events: none;
}

.indu-hotspot__marker > span,
.indu-hotspot__marker-image {
    position: relative;
    z-index: 1;
    transform-origin: center;
}

.indu-hotspot--effect-pulse .indu-hotspot__marker::before,
.indu-hotspot--effect-pulse-float .indu-hotspot__marker::before {
    animation: induHotspotAttentionPulse var(--indu-hotspot-attention-duration) ease-out infinite;
    animation-delay: var(--indu-hotspot-marker-delay, 0s);
}

.indu-hotspot--effect-float .indu-hotspot__marker > span,
.indu-hotspot--effect-float .indu-hotspot__marker-image,
.indu-hotspot--effect-pulse-float .indu-hotspot__marker > span,
.indu-hotspot--effect-pulse-float .indu-hotspot__marker-image {
    animation: induHotspotAttentionFloat var(--indu-hotspot-attention-duration) ease-in-out infinite;
    animation-delay: var(--indu-hotspot-marker-delay, 0s);
}

.indu-hotspot--pause-after-interaction.has-interacted .indu-hotspot__marker::before,
.indu-hotspot--pause-after-interaction.has-interacted .indu-hotspot__marker > span,
.indu-hotspot--pause-after-interaction.has-interacted .indu-hotspot__marker-image,
.indu-hotspot__marker:hover::before,
.indu-hotspot__marker:focus-visible::before {
    animation: none !important;
}

.indu-hotspot__marker::after {
    content: '';
    position: absolute;
    inset: -11px;
    border: 1px solid var(--indu-hotspot-ring);
    border-radius: inherit;
    opacity: 0;
    transform: scale(.8);
    transition: opacity .22s ease, transform .22s ease;
    pointer-events: none;
}

.indu-hotspot__marker:hover,
.indu-hotspot__marker:focus-visible,
.indu-hotspot__marker.is-active {
    transform: translate(-50%, -50%) scale(1.12);
    background: var(--indu-hotspot-point-active);
    color: var(--indu-hotspot-point-active-text);
    outline: none;
    box-shadow:
        0 0 0 8px var(--indu-hotspot-ring-active),
        0 12px 28px rgba(0, 0, 0, .25);
}

.indu-hotspot__marker:hover::after,
.indu-hotspot__marker:focus-visible::after,
.indu-hotspot__marker.is-active::after {
    opacity: 1;
    transform: scale(1);
}

.indu-hotspot__marker--image {
    overflow: visible;
    border-radius: 0;
    background: transparent;
    color: transparent;
    box-shadow: none;
}

.indu-hotspot__marker--image::before {
    inset: -10px;
    border-radius: 50%;
}

.indu-hotspot__marker--image::after {
    display: none;
}

.indu-hotspot__marker--image:hover,
.indu-hotspot__marker--image:focus-visible,
.indu-hotspot__marker--image.is-active {
    background: transparent;
    color: transparent;
    box-shadow: none;
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .24));
}

.indu-hotspot__marker-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.indu-hotspot__dialog {
    width: min(calc(100vw - 32px), var(--indu-hotspot-dialog-max-width));
    max-width: calc(100vw - 32px);
    max-height: min(82vh, 760px);
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    color: var(--indu-hotspot-text);
}

.indu-hotspot__dialog::backdrop {
    background: var(--indu-hotspot-dialog-overlay, rgba(0, 0, 0, .58));
    backdrop-filter: blur(3px);
}

.indu-hotspot__dialog-surface {
    position: relative;
    max-height: min(82vh, 760px);
    padding: 34px 28px 30px;
    overflow: auto;
    border-radius: 22px;
    background: var(--indu-hotspot-dialog-bg);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    overscroll-behavior: contain;
}

.indu-hotspot__dialog[open] .indu-hotspot__dialog-surface {
    animation: induHotspotDialogIn .24s ease both;
}

.indu-hotspot__dialog-close {
    position: sticky;
    top: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin: -14px -10px 8px auto;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--indu-hotspot-dialog-close-bg);
    color: var(--indu-hotspot-dialog-close);
    font: inherit;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
    -webkit-tap-highlight-color: transparent;
}

.indu-hotspot__dialog-close:hover,
.indu-hotspot__dialog-close:focus-visible {
    transform: scale(1.06);
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.indu-hotspot__dialog-content .indu-hotspot__panel {
    display: block !important;
    width: 100%;
}

.indu-hotspot__dialog-content .indu-hotspot__title,
.indu-hotspot__dialog-content .indu-hotspot__description {
    max-width: none;
}

.indu-hotspot__dialog-content .indu-hotspot__counter {
    margin-bottom: 14px;
}

.indu-hotspot__dialog-fallback-open {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    width: auto;
    max-width: none;
    max-height: none;
    padding: 16px;
    background: var(--indu-hotspot-dialog-overlay, rgba(0, 0, 0, .58));
}

@keyframes induHotspotDialogIn {
    from {
        opacity: 0;
        transform: translateY(14px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.indu-hotspot-error {
    padding: 12px 16px;
    border-left: 4px solid #d63638;
    background: #fff2f2;
}

@keyframes induHotspotAttentionPulse {
    0% {
        opacity: 0;
        transform: scale(.82);
    }
    18% {
        opacity: .9;
    }
    72%,
    100% {
        opacity: 0;
        transform: scale(var(--indu-hotspot-attention-scale));
    }
}

@keyframes induHotspotAttentionFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-4px) scale(1.035);
    }
}

@keyframes induHotspotFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .indu-hotspot {
        display: block;
        min-height: 0;
        border-radius: 14px;
    }

    /* En móvil el contenido vive únicamente dentro del diálogo. */
    .indu-hotspot__content {
        display: none !important;
    }

    .indu-hotspot__visual,
    .indu-hotspot__image-wrap,
    .indu-hotspot__image {
        min-height: 0;
        max-width: 100%;
    }

    .indu-hotspot__marker {
        width: var(--indu-hotspot-marker-size-mobile-point, var(--indu-hotspot-marker-size));
        height: var(--indu-hotspot-marker-size-mobile-point, var(--indu-hotspot-marker-size));
    }

    .indu-hotspot__dialog-content .indu-hotspot__title {
        max-width: none;
        font-size: clamp(28px, 9vw, 44px);
        line-height: 1.05;
    }

    .indu-hotspot__dialog-content .indu-hotspot__description {
        font-size: clamp(15px, 4.2vw, 18px);
        line-height: 1.55;
    }

    .elementor-element.indu-hotspot-width-viewport .indu-hotspot {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .indu-hotspot__dialog {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .indu-hotspot__panel {
        animation: none;
    }

    .indu-hotspot__marker,
    .indu-hotspot__marker::before,
    .indu-hotspot__marker::after,
    .indu-hotspot__marker > span,
    .indu-hotspot__marker-image {
        animation: none !important;
        transition: none;
    }
}

.indu-hotspot-dialog-is-open {
    overflow: hidden;
}
