/* =========================================================
   GLAMBOT — PROMO / VIDEO / TESTER
   Estilos aislados para no modificar componentes existentes
   ========================================================= */
.glambot-promo-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.84);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1000000;
}
.glambot-promo-overlay.is-open { display: flex; }
.glambot-promo-modal {
    position: relative;
    width: min(720px, 92vw);
    max-height: 92vh;
    border-radius: 16px;
    overflow: hidden;
    background: #101010;
    box-shadow: 0 26px 100px rgba(0,0,0,.76);
    border: 1px solid rgba(244,126,44,.68);
}
.glambot-promo-modal a { display: block; line-height: 0; }
.glambot-promo-video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #0b0b0d;
}
.glambot-promo-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0,0,0,.80);
    border: 1px solid rgba(255,255,255,.60);
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    transition: .2s ease;
}
.glambot-promo-close:hover {
    background: #f47e2c;
    color: #111;
    transform: scale(1.05);
}

.glambot-hot-strip {
    max-width: 1240px;
    margin: 0 auto 52px;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(244,126,44,.72);
    background: linear-gradient(105deg, #171717 0%, #27211d 55%, #171717 100%);
    box-shadow: 0 8px 28px rgba(0,0,0,.26);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.glambot-hot-strip:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(244,126,44,.08), transparent);
    pointer-events: none;
}
.glambot-hot-strip:hover {
    transform: translateY(-3px);
    box-shadow: 0 13px 34px rgba(0,0,0,.34);
    border-color: #f47e2c;
}
.glambot-hot-logo { flex: 0 0 165px; text-align: center; position: relative; z-index: 1; }
.glambot-hot-logo img { max-width: 150px; max-height: 105px; object-fit: contain; }
.glambot-hot-copy { flex: 1; min-width: 0; position: relative; z-index: 1; text-align: left; }
.glambot-hot-kicker {
    display: inline-block;
    margin-bottom: 5px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #f47e2c;
    color: #111;
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 23px;
    letter-spacing: 1.3px;
}
.glambot-hot-copy h3 {
    margin: 0 0 5px;
    color: #fff;
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 20px;
    letter-spacing: .5px;
}
.glambot-hot-copy p { margin: 0; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.45; }
.glambot-hot-cta {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    padding: 12px 20px;
    border-radius: 999px;
    background: #f47e2c;
    color: #111;
    font-family: "CenturyGothicBold", sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

/* Miniatura animada del servicio dentro de NUESTROS SERVICIOS */
.glambot-service-thumb {
    width: 190px;
    height: 145px;
    object-fit: cover;
    display: inline-block;
    background: #111;
}

/* Video principal dentro de la página de servicio */
.glambot-service-video {
    display: block;
    width: 100%;
    max-width: 430px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto;
    background: #111;
    border: 1px solid rgba(244,126,44,.55);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
}

@media screen and (max-width: 720px) {
    .glambot-promo-overlay { padding: 10px; }
    .glambot-promo-modal { width: min(96vw, 620px); border-radius: 10px; }
    .glambot-promo-close { top: 7px; right: 7px; width: 36px; height: 36px; line-height: 32px; font-size: 24px; }
    .glambot-hot-strip { margin: 18px 12px 38px; padding: 18px; display: block; text-align: center; }
    .glambot-hot-logo { margin-bottom: 10px; }
    .glambot-hot-copy { text-align: center; }
    .glambot-hot-copy h3 { font-size: 23px; }
    .glambot-hot-copy p { font-size: 13px; }
    .glambot-hot-cta { display: inline-block; margin-top: 14px; }
    .glambot-service-video { max-width: 360px; }
}

/* Banner GLAMBOT: misma estructura/escala que el banner de IA Booth */
.glambot-service-banner-wrap {
    margin-bottom: 2rem;
}
.glambot-service-banner {
    display: block;
    width: 100%;
    max-width: 920px;
    height: auto;
    margin: 0 auto;
}
