:root {
    --hglp-navy: #0b1e3a;
    --hglp-ink: #12304f;
    --hglp-cyan: #22d3ee;
    --hglp-teal: #06b6d4;
    --hglp-green: #10b981;
    --hglp-orange: #f97316;
    --hglp-yellow: #facc15;
    --hglp-pink: #fb7185;
    --hglp-red: #ef4444;
    --hglp-paper: #f7fbff;
    --hglp-white: #ffffff;
    --hglp-muted: #4b6280;
    --hglp-shadow: 0 18px 40px rgba(11, 30, 58, 0.16);
    --hglp-radius: 22px;
    --hglp-font: "Nunito", system-ui, sans-serif;
    --hglp-display: "Fredoka", "Nunito", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:not(.hglp-intro-visto) {
    overflow: hidden;
}
html:not(.hglp-intro-visto) body.hglp-body {
    overflow: hidden;
}
html:not(.hglp-intro-visto) .hglp-guia,
html:not(.hglp-intro-visto) .hglp-guia-reabrir,
html:not(.hglp-intro-visto) .hglp-wa-float {
    display: none !important;
}
body.hglp-body {
    margin: 0;
    font-family: var(--hglp-font);
    color: var(--hglp-ink);
    background: var(--hglp-paper);
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--hglp-teal); }
h1, h2, h3 { font-family: var(--hglp-display); line-height: 1.15; margin: 0 0 12px; }
p { line-height: 1.55; }

.oculto { display: none !important; }
.hglp-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.hglp-skip {
    position: absolute;
    left: -999px;
    top: 8px;
    background: #fff;
    padding: 8px 12px;
    z-index: 80;
}
.hglp-skip:focus { left: 8px; }

.hglp-intro {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(7, 21, 38, 0.96);
}
html.hglp-intro-visto .hglp-intro {
    display: none !important;
}
.hglp-intro__caja {
    width: min(1120px, 96vw);
    text-align: center;
    color: #fff;
}
.hglp-intro__caja h2 {
    margin: 0 0 10px;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    color: #fff;
}
.hglp-intro__paso {
    margin: 0 0 12px;
    color: var(--hglp-cyan);
    font-weight: 800;
}
.hglp-intro__video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: min(78vh, 740px);
    object-fit: contain;
    background: #000;
    border-radius: 18px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
}
.hglp-intro__estado {
    margin: 10px 0 0;
    min-height: 1.3em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}
.hglp-intro__acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 14px;
}

.hglp-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

/* Top bar */
.hglp-top {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 18px;
    background: rgba(11, 30, 58, 0.92);
    backdrop-filter: blur(10px);
    color: #fff;
}
.hglp-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}
.hglp-brand img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}
.hglp-brand strong { display: block; font-family: var(--hglp-display); }
.hglp-brand em { font-style: normal; font-size: 0.85rem; color: var(--hglp-cyan); }
.hglp-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    align-items: center;
}
.hglp-nav a {
    color: #e8f6ff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
}
.hglp-nav a:hover { color: var(--hglp-yellow); }
.hglp-nav__yt {
    background: #ff0000;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 999px;
}
.hglp-nav__yt i { margin-right: 4px; }
.hglp-nav__wa {
    background: #22c55e;
    color: #083b16 !important;
    padding: 8px 14px;
    border-radius: 999px;
}
.hglp-nav__admin {
    background: rgba(250, 204, 21, 0.16);
    color: var(--hglp-yellow) !important;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(250, 204, 21, 0.45);
    font-size: 0.88rem;
}
.hglp-nav__admin i { margin-right: 4px; }
.hglp-nav-btn {
    display: none;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
}

/* Hero */
.hglp-hero {
    position: relative;
    color: #fff;
    padding: 0;
    overflow: hidden;
    background: var(--hglp-navy);
}
.hglp-hero__foto {
    margin: 0;
}
.hglp-hero__foto img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
    background: var(--hglp-navy);
}
.hglp-hero__velo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(105deg, rgba(11, 30, 58, 0.82) 0%, rgba(11, 30, 58, 0.42) 38%, rgba(11, 30, 58, 0.08) 68%, rgba(11, 30, 58, 0.18) 100%);
}
.hglp-hero__copy {
    position: absolute;
    left: 16px;
    right: auto;
    top: 0;
    bottom: 0;
    width: min(34rem, calc(100% - 28px));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 24px;
}
.hglp-pill {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: rgba(250, 204, 21, 0.95);
    color: var(--hglp-navy);
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 999px;
    margin: 0 0 12px;
}
.hglp-hero h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.hglp-hero__tag {
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    color: var(--hglp-yellow);
    font-weight: 800;
    font-style: italic;
    line-height: 1.35;
    max-width: 22rem;
}
.hglp-hero__acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.hglp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: 800;
    font-family: inherit;
    border-radius: 999px;
    padding: 12px 20px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hglp-btn:hover { transform: translateY(-1px); }
.hglp-btn--primary {
    background: linear-gradient(90deg, var(--hglp-orange), var(--hglp-yellow));
    color: var(--hglp-navy);
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.35);
}
.hglp-btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.hglp-btn--whatsapp {
    background: #22c55e;
    color: #052e16;
    margin-top: 12px;
}
.hglp-matric-cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 20px;
}
.hglp-premat {
    padding: 18px 20px 20px;
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(250, 204, 21, 0.2), rgba(34, 211, 238, 0.12));
    border: 2px solid rgba(250, 204, 21, 0.58);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}
.hglp-premat__titulo {
    margin: 0 0 8px;
    font-family: var(--hglp-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--hglp-yellow);
    line-height: 1.25;
}
.hglp-premat__texto {
    margin: 0 0 14px;
    font-weight: 700;
    line-height: 1.45;
}
.hglp-btn--premat {
    background: linear-gradient(90deg, var(--hglp-orange), var(--hglp-yellow));
    color: var(--hglp-navy);
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.4);
    width: 100%;
    font-size: 1.05rem;
    padding: 14px 22px;
}
.hglp-matric-cta .hglp-btn--whatsapp {
    margin-top: 0;
    width: 100%;
}

.hglp-aviso {
    margin: 0;
    padding: 10px 16px;
    text-align: center;
    background: #fef3c7;
    color: #92400e;
    font-weight: 700;
}

.hglp-sec { padding: 64px 0; }
.hglp-sec--oscuro {
    background: radial-gradient(circle at 20% 10%, #16365f, var(--hglp-navy) 55%);
    color: #fff;
}
.hglp-sec--suave { background: #e8f8ff; }
.hglp-kicker {
    display: inline-block;
    color: var(--hglp-teal);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.82rem;
    margin: 0 0 8px;
}
.hglp-kicker--claro { color: var(--hglp-cyan); }
.hglp-lead { max-width: 42rem; color: inherit; opacity: 0.92; }
.hglp-muted { color: var(--hglp-muted); }

.hglp-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 24px;
    align-items: start;
    margin-top: 22px;
}
.hglp-datos, .hglp-lista {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}
.hglp-datos li, .hglp-lista li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 10px;
    font-weight: 700;
}
.hglp-datos i { color: var(--hglp-teal); margin-top: 4px; }

.hglp-oficial {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 18px;
}
.hglp-oficial__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    padding: 14px 16px;
    background: linear-gradient(160deg, #ecfeff, #fff);
    border: 2px solid rgba(6, 182, 212, 0.35);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(11, 30, 58, 0.08);
}
.hglp-oficial__item i {
    color: var(--hglp-teal);
    font-size: 1.15rem;
    margin-top: 4px;
}
.hglp-oficial__item em {
    display: block;
    font-style: normal;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--hglp-teal);
}
.hglp-oficial__item strong {
    display: block;
    font-family: var(--hglp-display);
    font-size: 1.15rem;
    color: var(--hglp-navy);
    letter-spacing: 0.02em;
}

.hglp-sec--album {
    background:
        radial-gradient(circle at 8% 12%, rgba(251, 113, 133, 0.16), transparent 32%),
        radial-gradient(circle at 92% 8%, rgba(250, 204, 21, 0.22), transparent 34%),
        radial-gradient(circle at 80% 90%, rgba(34, 211, 238, 0.14), transparent 30%),
        #fff6ea;
    color: var(--hglp-ink);
}
.hglp-sec--album .hglp-kicker {
    color: var(--hglp-orange);
}
.hglp-sec--album h2 {
    color: var(--hglp-navy);
}

.hglp-carrusel {
    margin-top: 28px;
}
.hglp-carrusel__marco {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
.hglp-carrusel__vista {
    overflow: visible;
    min-width: 0;
    width: 100%;
    outline: none;
    touch-action: pan-y;
}
.hglp-carrusel__vista:focus-visible {
    outline: 3px solid var(--hglp-orange);
    outline-offset: 6px;
    border-radius: 18px;
}
.hglp-carrusel__pista {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(520px, 68vh, 640px);
    margin: 0 auto;
    padding: 18px 0 8px;
    list-style: none;
    transform: none;
}
.hglp-carrusel.es-arrastre .hglp-carrusel__pista {
    transition: none;
}
.hglp-carrusel__slide {
    position: absolute;
    left: 50%;
    top: 18px;
    width: min(78%, 390px);
    margin: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transform: translateX(-50%) scale(0.72) rotate(0deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.hglp-carrusel__slide.es-prev,
.hglp-carrusel__slide.es-next {
    opacity: 0.55;
    z-index: 2;
    pointer-events: none;
}
.hglp-carrusel__slide.es-prev {
    transform: translateX(calc(-50% - 38%)) scale(0.78) rotate(-8deg);
}
.hglp-carrusel__slide.es-next {
    transform: translateX(calc(-50% + 38%)) scale(0.78) rotate(8deg);
}
.hglp-carrusel__slide.es-activa {
    opacity: 1;
    z-index: 4;
    pointer-events: auto;
    transform: translateX(-50%) scale(1) rotate(-1.4deg);
}
.hglp-carrusel__foto {
    position: relative;
    margin: 0;
    background: #fff;
    padding: 14px 14px 0;
    aspect-ratio: auto;
    overflow: visible;
    border-radius: 3px 3px 10px 10px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 18px 36px rgba(11, 30, 58, 0.22);
}
.hglp-carrusel__foto::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    width: 78px;
    height: 24px;
    background: rgba(250, 204, 21, 0.78);
    transform: translateX(-50%) rotate(-4deg);
    box-shadow: 0 2px 6px rgba(11, 30, 58, 0.12);
}
.hglp-carrusel__foto::after {
    content: "";
    position: absolute;
    top: -8px;
    left: calc(50% + 6px);
    width: 64px;
    height: 18px;
    background: rgba(255, 255, 255, 0.28);
    transform: translateX(-50%) rotate(-4deg);
    pointer-events: none;
}
.hglp-carrusel__foto img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 2px;
    transform: none;
    user-select: none;
    -webkit-user-drag: none;
    background: #dbeafe;
}
.hglp-carrusel__slide.es-activa .hglp-carrusel__foto img {
    transform: none;
}
.hglp-carrusel__foto--vertical img,
.hglp-carrusel__foto--horizontal img {
    object-position: center 14%;
}
.hglp-carrusel__foto figcaption {
    position: static;
    padding: 12px 6px 16px;
    background: none;
    color: var(--hglp-navy);
    text-align: center;
}
.hglp-carrusel__foto figcaption span {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--hglp-orange);
    margin-bottom: 2px;
}
.hglp-carrusel__foto figcaption strong {
    display: block;
    font-family: var(--hglp-display);
    font-size: clamp(1rem, 2.2vw, 1.28rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--hglp-navy);
}
.hglp-carrusel__btn {
    position: absolute;
    top: 42%;
    z-index: 6;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: var(--hglp-orange);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(234, 88, 12, 0.35);
    transition: transform 0.15s ease, background 0.15s ease;
}
.hglp-carrusel__btn--prev { left: 2px; }
.hglp-carrusel__btn--next { right: 2px; }
.hglp-carrusel__btn:hover,
.hglp-carrusel__btn:focus-visible {
    transform: scale(1.08);
    background: var(--hglp-navy);
    outline: none;
}
.hglp-carrusel__barra {
    height: 6px;
    margin: 8px auto 0;
    width: min(320px, 70%);
    border-radius: 999px;
    background: rgba(11, 30, 58, 0.1);
    overflow: hidden;
}
.hglp-carrusel__barra span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--hglp-orange), var(--hglp-yellow));
}
.hglp-carrusel.es-auto .hglp-carrusel__barra span {
    animation: hglp-carrusel-carga 5.5s linear forwards;
}
.hglp-carrusel.es-pausa .hglp-carrusel__barra span,
.hglp-carrusel.es-arrastre .hglp-carrusel__barra span {
    animation: none;
    width: 0;
}
@keyframes hglp-carrusel-carga {
    from { width: 0; }
    to { width: 100%; }
}
.hglp-carrusel__controles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    margin-top: 14px;
    padding: 0 8px;
}
.hglp-carrusel__estado {
    margin: 0;
    font-weight: 800;
    color: var(--hglp-navy);
    min-width: 4.5rem;
    background: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    box-shadow: 0 4px 12px rgba(11, 30, 58, 0.08);
}
.hglp-carrusel__puntos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}
.hglp-carrusel__punto {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(11, 30, 58, 0.22);
    cursor: pointer;
}
.hglp-carrusel__punto.es-activa {
    width: 28px;
    background: var(--hglp-orange);
}
.hglp-carrusel__auto {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(11, 30, 58, 0.12);
    background: #fff;
    color: var(--hglp-navy);
    font-weight: 800;
    font-family: inherit;
    border-radius: 999px;
    padding: 8px 14px;
    cursor: pointer;
}
.hglp-carrusel__auto:hover,
.hglp-carrusel__auto:focus-visible {
    background: var(--hglp-yellow);
    border-color: var(--hglp-yellow);
    outline: none;
}
.hglp-carrusel__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    padding: 6px 4px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
.hglp-carrusel__thumb {
    appearance: none;
    flex: 0 0 78px;
    border: 3px solid #fff;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4 / 5;
    opacity: 0.7;
    scroll-snap-align: center;
    box-shadow: 0 6px 14px rgba(11, 30, 58, 0.12);
    transition: transform 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}
.hglp-carrusel__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}
.hglp-carrusel__thumb:hover,
.hglp-carrusel__thumb:focus-visible {
    opacity: 1;
    transform: translateY(-3px) rotate(-2deg);
    outline: none;
}
.hglp-carrusel__thumb.es-activa {
    opacity: 1;
    border-color: var(--hglp-orange);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.28);
}

.hglp-lista li::before {
    content: "●";
    color: var(--hglp-orange);
}
.hglp-lista--check {
    counter-reset: hglp-req;
}
.hglp-lista--check li {
    counter-increment: hglp-req;
    align-items: flex-start;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(11, 30, 58, 0.12);
}
    .hglp-sec--oscuro .hglp-lista--check li,
    .hglp-sec--album .hglp-lista--check li {
    border-bottom-color: rgba(255, 255, 255, 0.16);
}
.hglp-lista--check li::before {
    content: counter(hglp-req);
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ecfeff;
    color: #0e7490;
    font-size: 0.82rem;
    font-weight: 800;
    display: grid;
    place-items: center;
    margin-top: 0;
}

.hglp-card {
    background: var(--hglp-white);
    color: var(--hglp-ink);
    border-radius: var(--hglp-radius);
    padding: 22px;
    box-shadow: var(--hglp-shadow);
}
.hglp-card--foto { text-align: center; }
.hglp-card--foto img { border-radius: 18px; background: transparent; }
.hglp-card--mision { border-top: 8px solid var(--hglp-teal); }
.hglp-card--vision { border-top: 8px solid var(--hglp-orange); }
.hglp-card--valores { border-top: 8px solid var(--hglp-green); }
.hglp-card--mision p,
.hglp-card--vision p {
    line-height: 1.55;
    font-weight: 600;
    color: #334155;
}
.hglp-lema {
    margin: 18px 0 0;
    padding: 18px 22px;
    background: #fff;
    border-radius: var(--hglp-radius);
    box-shadow: var(--hglp-shadow);
    border-left: 8px solid var(--hglp-yellow);
    font-family: var(--hglp-display);
    font-size: clamp(1.15rem, 2.4vw, 1.5rem);
    font-weight: 700;
    color: var(--hglp-navy);
    line-height: 1.35;
}
.hglp-objetivos {
    margin-top: 36px;
}
.hglp-objetivos__titulo {
    margin: 0 0 14px;
    font-size: 1.35rem;
}
.hglp-objetivos__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.hglp-objetivo {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 12px 14px;
    align-items: start;
    border-top: 8px solid var(--hglp-pink);
}
.hglp-objetivo p {
    grid-column: 1 / -1;
    margin: 0;
    line-height: 1.55;
    font-weight: 600;
    color: #334155;
}
.hglp-objetivo__num {
    font-family: var(--hglp-display);
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--hglp-navy);
    line-height: 1;
}
.hglp-objetivo__icono {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--hglp-pink);
}
.hglp-objetivo:nth-child(2) {
    border-top-color: var(--hglp-cyan);
}
.hglp-objetivo:nth-child(2) .hglp-objetivo__icono {
    background: var(--hglp-cyan);
}
.hglp-trio, .hglp-niveles, .hglp-intel-grid, .hglp-redes, .hglp-kpis, .hglp-charts {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}
.hglp-trio, .hglp-niveles { grid-template-columns: repeat(3, 1fr); }
.hglp-intel-grid { grid-template-columns: repeat(4, 1fr); }

.hglp-rueda-wrap { text-align: center; margin: 8px 0 0; }
.hglp-rueda-caja {
    position: relative;
    display: inline-block;
    width: min(440px, 92vw);
}
.hglp-rueda-svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}
.hglp-rueda-icono,
.hglp-rueda-centro {
    pointer-events: none;
}
.hglp-rueda-disco {
    fill: #0b1e3a;
}
.hglp-rueda-nucleo {
    fill: #ffffff;
    stroke: #facc15;
    stroke-width: 2.2;
}
.hglp-rueda-aro {
    fill: none;
    stroke: #22d3ee;
    stroke-width: 5.5;
}
.hglp-rueda-tajada {
    cursor: pointer;
    stroke: rgba(11, 30, 58, 0.45);
    stroke-width: 1.4;
    stroke-linejoin: round;
    outline: none;
    transition: filter 0.15s ease, stroke 0.15s ease, stroke-width 0.15s ease;
}
.hglp-rueda-tajada:hover,
.hglp-rueda-tajada:focus,
.hglp-rueda-tajada:focus-visible {
    filter: brightness(1.12);
    stroke: #facc15;
    stroke-width: 2.2;
    outline: none;
}
.hglp-rueda-tajada.es-activa {
    filter: brightness(1.08);
    stroke: #facc15;
    stroke-width: 2.8;
}
.hglp-guia__voz.es-on { background: var(--hglp-yellow); }
@keyframes hglp-giro {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hglp-intel {
    appearance: none;
    border: 0;
    background: color-mix(in srgb, var(--intel-color) 18%, #fff);
    color: var(--hglp-navy);
    border-radius: 18px;
    padding: 16px 12px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 8px 0 color-mix(in srgb, var(--intel-color) 55%, #0000);
    transition: transform 0.12s ease;
    font-family: inherit;
}
.hglp-intel:hover, .hglp-intel:focus-visible { transform: translateY(-4px) scale(1.02); }
.hglp-intel__icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--intel-color);
    color: #fff;
    margin-bottom: 8px;
    font-size: 1.1rem;
}
.hglp-intel strong { display: block; font-size: 1rem; }
.hglp-intel em { color: var(--hglp-muted); font-style: normal; }
.hglp-intel-detalle {
    max-width: 42rem;
    min-height: 7.2rem;
    margin: 0 0 18px;
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 6px solid var(--intel-color, #22d3ee);
}
.hglp-intel-detalle h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 1.35rem;
}
.hglp-intel-detalle p {
    margin: 0;
    opacity: 0.95;
}
.hglp-intel-detalle.es-elegida {
    background: color-mix(in srgb, var(--intel-color, #22d3ee) 18%, rgba(255, 255, 255, 0.08));
}

.hglp-tec-destacado {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    justify-content: start;
    margin: 28px 0 8px;
}
.hglp-tec-clips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 360px));
    gap: 16px;
    justify-content: start;
}
.hglp-clip--wide {
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
}
.hglp-clip__pantalla--wide {
    aspect-ratio: 16 / 9;
    background: #000;
}
.hglp-tec-howard {
    text-align: center;
}
.hglp-tec-howard img {
    width: min(140px, 100%);
    filter: drop-shadow(0 10px 16px rgba(11, 30, 58, 0.2));
}
.hglp-tec-howard p {
    margin: 8px 0 0;
    font-weight: 800;
    font-size: 0.92rem;
    background: #fff;
    border-radius: 16px;
    padding: 10px 12px;
    box-shadow: var(--hglp-shadow);
    border: 2px solid #bae6fd;
}
.hglp-clip {
    background: var(--hglp-navy);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 40px rgba(11, 30, 58, 0.28);
    cursor: pointer;
    width: 100%;
}
.hglp-clip--video {
    cursor: default;
}
.hglp-clip:focus-visible {
    outline: 3px solid var(--hglp-yellow);
    outline-offset: 3px;
}
.hglp-clip__pantalla {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #0b1e3a;
}
.hglp-clip__pantalla--short {
    aspect-ratio: 9 / 16;
    background: #000;
}
.hglp-clip__escena,
.hglp-clip__video,
.hglp-clip__iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hglp-clip__iframe {
    position: absolute;
    inset: 0;
    border: 0;
}
.hglp-clip__escena { transform: scale(1.02); }
.hglp-clip__sello {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    margin: 0;
    background: rgba(11, 30, 58, 0.78);
    color: #fff;
    font-family: var(--hglp-display);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    padding: 6px 10px;
    border-radius: 999px;
    pointer-events: none;
}
.hglp-clip__barra {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 14px 12px;
    background: #102746;
    color: #e0f2fe;
}
.hglp-clip__barra img {
    width: 118px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    padding: 4px 8px;
}
.hglp-clip__barra strong {
    margin-left: auto;
    font-size: 0.92rem;
}
.hglp-clip__yt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-weight: 800;
    font-size: 0.88rem;
    text-decoration: none;
    white-space: nowrap;
}
.hglp-clip__yt:hover,
.hglp-clip__yt:focus-visible {
    color: var(--hglp-yellow);
}
.hglp-clip__yt i {
    color: #ff0000;
}
.hglp-clip__progreso {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    overflow: hidden;
}
.hglp-clip__progreso span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--hglp-cyan), var(--hglp-yellow));
    border-radius: inherit;
}

.hglp-tec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 22px;
}
.hglp-tec {
    appearance: none;
    border: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    color: var(--hglp-ink);
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--hglp-shadow);
    border-bottom: 6px solid var(--tec-color);
    transition: transform 0.14s ease;
}
.hglp-tec:hover, .hglp-tec:focus-visible { transform: translateY(-4px); }
.hglp-tec.es-activa { outline: 3px solid var(--tec-color); outline-offset: 2px; }
.hglp-tec__foto {
    display: block;
    position: relative;
    aspect-ratio: 16 / 9;
    background: color-mix(in srgb, var(--tec-color) 12%, #fff);
}
.hglp-tec__foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hglp-tec__foto--completa img {
    object-fit: cover;
    object-position: center 28%;
}
.hglp-tec__estado {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--tec-color);
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 999px;
}
.hglp-tec__estado--proxima { background: #8b5cf6; }
.hglp-tec__cuerpo {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    padding: 14px 14px 16px;
}
.hglp-tec__icono {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--tec-color);
    color: #fff;
    align-self: center;
}
.hglp-tec strong { font-size: 1.05rem; }
.hglp-tec em {
    color: var(--hglp-muted);
    font-style: normal;
    font-weight: 700;
    font-size: 0.86rem;
}
.hglp-tec-detalle {
    margin-top: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 20px 22px;
    box-shadow: var(--hglp-shadow);
    border-left: 8px solid var(--hglp-teal);
}
.hglp-tec-detalle__marca {
    margin: 0 0 4px;
    color: var(--hglp-teal);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.78rem;
}
.hglp-tec-detalle h3 { margin-bottom: 8px; }
.hglp-tec-detalle ul {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.hglp-tec-detalle li {
    position: relative;
    padding-left: 18px;
    margin: 0 0 8px;
    font-weight: 700;
}
.hglp-tec-detalle li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: var(--hglp-orange);
}

.hglp-plat {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
    margin-top: 24px;
}
.hglp-plat__foto {
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #071526;
    border: 2px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}
.hglp-plat__foto > img {
    display: block;
    width: 100%;
    height: auto;
}
.hglp-plat__foto figcaption {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 12px;
    background: #102746;
    color: #e0f2fe;
    font-weight: 800;
    font-size: 0.86rem;
}
.hglp-plat__foto figcaption img {
    width: 112px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    padding: 4px 8px;
}
.hglp-plat__lema {
    margin: 0 0 16px;
    font-family: var(--hglp-display);
    font-style: italic;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: var(--hglp-cyan);
    line-height: 1.35;
}
.hglp-plat__mods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.hglp-plat__mods li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1.25;
}
.hglp-plat__mods i {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: rgba(45, 212, 191, 0.2);
    color: #5eead4;
}
.hglp-plat__mods li:last-child {
    grid-column: 1 / -1;
}
.hglp-plat__acciones {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.hglp-btn--silerni {
    background: #2dd4bf;
    color: #042f2e;
    box-shadow: 0 8px 18px rgba(45, 212, 191, 0.35);
}

.hglp-badge {
    display: inline-block;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 8px;
}
.hglp-badge--rosa { background: #fce7f3; color: #9d174d; }
.hglp-badge--cian { background: #cffafe; color: #0e7490; }
.hglp-badge--lima { background: #dcfce7; color: #166534; }

.hglp-quiz__ops {
    border: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}
.hglp-quiz__op {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    padding: 12px 14px;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 0 #dbeafe;
}
.hglp-quiz__res {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
    background: #ecfeff;
    font-weight: 800;
    color: var(--hglp-navy);
}

.hglp-form label { display: block; font-weight: 800; margin: 12px 0 6px; }
.hglp-form input, .hglp-form select, .hglp-form textarea {
    width: 100%;
    border: 2px solid #dbeafe;
    border-radius: 12px;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
}
.hglp-form input:focus, .hglp-form select:focus, .hglp-form textarea:focus {
    outline: 3px solid rgba(34, 211, 238, 0.4);
    border-color: var(--hglp-teal);
}

.hglp-redes { grid-template-columns: repeat(4, 1fr); }
.hglp-red {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 22px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 800;
    color: #fff;
    font-size: 1.1rem;
}
.hglp-red i { font-size: 1.8rem; }
.hglp-red--fb { background: #1877f2; }
.hglp-red--yt { background: #ff0000; }
.hglp-red--wa { background: #22c55e; }
.hglp-red--mail { background: var(--hglp-navy); }

.hglp-faq details {
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    margin: 0 0 10px;
    box-shadow: 0 6px 16px rgba(11, 30, 58, 0.08);
}
.hglp-faq summary { font-weight: 800; cursor: pointer; }
.hglp-mapa iframe {
    width: 100%;
    min-height: 280px;
    border: 0;
    border-radius: 18px;
}
.hglp-mapa-col { display: grid; gap: 16px; }
.hglp-ruta {
    background: var(--hglp-navy);
    color: #e8f6ff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: var(--hglp-shadow);
}
.hglp-ruta h3 {
    margin: 0 0 6px;
    color: #fff;
}
.hglp-ruta__lead {
    margin: 0 0 12px;
    color: #c5e8f5;
    font-weight: 700;
}
.hglp-ruta__pantalla {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 280px;
    background: #082033;
}
.hglp-ruta__leaflet {
    width: 100%;
    height: 360px;
    min-height: 360px;
    background: #d8e8d4;
    z-index: 1;
}
.hglp-ruta__punto {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    border-radius: 50%;
    background: #fc5200;
    border: 3px solid #fff;
    box-shadow: 0 0 0 6px rgba(252, 82, 0, 0.28);
    animation: hglp-punto-pulso 1.2s ease-in-out infinite;
}
@keyframes hglp-punto-pulso {
    0%, 100% { box-shadow: 0 0 0 4px rgba(252, 82, 0, 0.25); }
    50% { box-shadow: 0 0 0 10px rgba(252, 82, 0, 0.08); }
}
.hglp-ruta__howard {
    position: absolute;
    z-index: 5;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    max-width: min(340px, calc(100% - 20px));
    pointer-events: none;
}
.hglp-ruta__howard img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    background: transparent;
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.45));
}
.hglp-ruta__howard p {
    margin: 0;
    background: rgba(255, 255, 255, 0.95);
    color: var(--hglp-navy);
    border-radius: 14px 14px 14px 4px;
    padding: 8px 10px;
    font-weight: 800;
    font-size: 0.88rem;
    border: 2px solid var(--hglp-cyan);
}
.hglp-ruta__barra {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
}
.hglp-ruta__play {
    border: 0;
    background: linear-gradient(90deg, var(--hglp-orange), var(--hglp-yellow));
    color: var(--hglp-navy);
    font-weight: 800;
    font-family: inherit;
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
.hglp-ruta__progreso {
    flex: 1;
    min-width: 120px;
    height: 8px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    overflow: hidden;
}
.hglp-ruta__progreso span {
    display: block;
    height: 100%;
    width: var(--ruta-pct, 0%);
    background: var(--hglp-cyan);
    transition: width 0.4s ease;
}
.hglp-ruta__maps {
    color: var(--hglp-cyan);
    font-weight: 800;
}

.hglp-uni-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 22px;
}
.hglp-uni-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 12px;
    border: 0;
    border-radius: var(--hglp-radius);
    background: var(--hglp-white);
    box-shadow: var(--hglp-shadow);
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.hglp-uni-card:hover,
.hglp-uni-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 22px 36px rgba(11, 30, 58, 0.2);
    outline: 3px solid var(--hglp-cyan);
    outline-offset: 2px;
}
.hglp-uni-card__foto {
    display: block;
    background: #eef6fb;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
}
.hglp-uni-card__foto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.hglp-uni-card__kicker {
    color: var(--hglp-muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.hglp-uni-card strong {
    font-family: var(--hglp-display);
    font-size: 1.15rem;
}
.hglp-uni-card__ver {
    color: #0e7490;
    font-weight: 800;
    font-size: 0.92rem;
}

.hglp-modal {
    width: min(860px, calc(100vw - 28px));
    max-height: min(88vh, 820px);
    padding: 0;
    border: 0;
    border-radius: 28px;
    background: transparent;
    overflow: auto;
}
.hglp-modal::backdrop {
    background: rgba(8, 20, 40, 0.62);
    backdrop-filter: blur(6px);
}
.hglp-modal__caja {
    position: relative;
    background: var(--hglp-white);
    color: var(--hglp-ink);
    padding: 28px 26px 22px;
    border-radius: 28px;
    box-shadow: var(--hglp-shadow);
}
.hglp-modal__cerrar {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #ecfeff;
    color: var(--hglp-navy);
    cursor: pointer;
    font-size: 1.1rem;
}
.hglp-modal__cerrar:hover,
.hglp-modal__cerrar:focus-visible {
    background: var(--hglp-cyan);
}
.hglp-modal__piezas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 16px 0 8px;
}
.hglp-modal__pieza {
    margin: 0;
    background: #f0f9ff;
    border-radius: 16px;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hglp-modal__pieza img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}
.hglp-modal__nota {
    margin: 12px 0 0;
    padding: 12px 14px;
    background: #fff7ed;
    border-radius: 14px;
    color: #9a3412;
    font-weight: 800;
}

.hglp-foot {
    background: var(--hglp-navy);
    color: #dbeafe;
    padding: 28px 0;
}
.hglp-foot__grid {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.hglp-foot a { color: var(--hglp-cyan); }
.hglp-foot__legal {
    margin: 4px 0 0;
    font-size: 0.88rem;
    opacity: 0.88;
}

@media (prefers-reduced-motion: reduce) {
    .hglp-carrusel__slide,
    .hglp-carrusel__thumb {
        transition: none;
    }
    .hglp-carrusel.es-auto .hglp-carrusel__barra span {
        animation: none;
        width: 100%;
    }
}

/* Guía flotante */
.hglp-guia {
    position: fixed;
    left: 14px;
    bottom: 16px;
    z-index: 50;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    max-width: min(420px, calc(100vw - 110px));
}
.hglp-guia img {
    width: 88px;
    height: 88px;
    object-fit: contain;
    background: transparent;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
}
.hglp-guia__globo {
    background: #fff;
    color: var(--hglp-navy);
    border-radius: 18px 18px 18px 4px;
    padding: 12px 14px;
    box-shadow: var(--hglp-shadow);
    border: 3px solid var(--hglp-cyan);
}
.hglp-guia__globo p { margin: 0 0 8px; font-weight: 800; }
.hglp-guia__acciones { display: flex; gap: 6px; }
.hglp-guia__voz, .hglp-guia__cerrar {
    border: 0;
    background: #ecfeff;
    color: var(--hglp-navy);
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
}
.hglp-guia-reabrir {
    position: fixed;
    left: 14px;
    bottom: 16px;
    z-index: 50;
    min-width: 58px;
    height: 58px;
    padding: 0 12px;
    border-radius: 999px;
    border: 0;
    background: var(--hglp-cyan);
    color: var(--hglp-navy);
    font-weight: 900;
    font-size: 0.78rem;
    cursor: pointer;
    box-shadow: var(--hglp-shadow);
}

.hglp-wa-float {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #22c55e;
    color: #052e16;
    text-decoration: none;
    font-weight: 900;
    padding: 12px 16px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.4);
}
.hglp-wa-float i { font-size: 1.4rem; }

/* Auth / admin */
.hglp-auth {
    min-height: 100vh;
    margin: 0;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(34, 211, 238, 0.25), transparent 30%),
        linear-gradient(160deg, #0b1e3a, #155e75);
    font-family: var(--hglp-font);
    padding: 20px;
}
.hglp-auth__card {
    width: min(440px, 100%);
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--hglp-shadow);
    text-align: center;
}
.hglp-auth__logo { width: 110px; height: 110px; object-fit: contain; }
.hglp-auth__lead { color: var(--hglp-muted); }
.hglp-auth .hglp-form { text-align: left; }
.hglp-auth .hglp-btn { width: 100%; margin-top: 16px; }
.hglp-auth__back { display: inline-block; margin-top: 14px; }
.hglp-flash {
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 800;
}
.hglp-flash--ok { background: #dcfce7; color: #166534; }
.hglp-flash--err { background: #fee2e2; color: #b91c1c; }

.hglp-admin {
    margin: 0;
    font-family: var(--hglp-font);
    background: #eef6fb;
    color: var(--hglp-ink);
    min-height: 100vh;
}
.hglp-admin__bar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 10px 18px;
    background: var(--hglp-navy);
    color: #fff;
}
.hglp-admin__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}
.hglp-admin__brand img { width: 40px; height: 40px; border-radius: 50%; background: #fff; }
.hglp-admin__nav { display: flex; gap: 14px; flex-wrap: wrap; }
.hglp-admin__nav a { color: #dbeafe; text-decoration: none; font-weight: 700; }
.hglp-admin__nav--on, .hglp-admin__nav a:hover { color: var(--hglp-yellow); }
.hglp-admin__main { width: min(1100px, calc(100% - 28px)); margin: 24px auto 48px; }
.hglp-admin__main--form { width: min(760px, calc(100% - 28px)); }
.hglp-admin__hello { margin: 0; color: var(--hglp-muted); font-weight: 700; }
.hglp-admin__hello--bar {
    width: min(1100px, calc(100% - 28px));
    margin: 10px auto 0;
    padding: 0 4px;
}
.hglp-kpis { grid-template-columns: repeat(4, 1fr); }
.hglp-split--admin {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}
.hglp-inline-form { display: inline; margin: 0; }
.hglp-btn--sm {
    padding: 6px 12px;
    font-size: 0.85rem;
}
.hglp-flash--ok { background: #dcfce7; color: #166534; }
.hglp-kpi {
    background: #fff;
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: var(--hglp-shadow);
}
.hglp-kpi span { display: block; color: var(--hglp-muted); font-weight: 700; }
.hglp-kpi strong { font-size: 1.8rem; font-family: var(--hglp-display); }
.hglp-kpi--cyan { border-left: 8px solid var(--hglp-cyan); }
.hglp-kpi--green { border-left: 8px solid var(--hglp-green); }
.hglp-kpi--orange { border-left: 8px solid var(--hglp-orange); }
.hglp-kpi--pink { border-left: 8px solid var(--hglp-pink); }
.hglp-kpi--navy { border-left: 8px solid var(--hglp-navy); }
.hglp-kpi--yellow { border-left: 8px solid var(--hglp-yellow); }
.hglp-charts { grid-template-columns: 1.2fr 0.8fr; }
.hglp-panel .hglp-muted {
    margin: 0 0 12px;
    font-size: 0.92rem;
}
.hglp-table-wrap { overflow-x: auto; }
.hglp-table { width: 100%; border-collapse: collapse; }
.hglp-table th, .hglp-table td {
    text-align: left;
    padding: 10px 8px;
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.95rem;
}
.hglp-form--admin { background: #fff; padding: 22px; border-radius: 18px; box-shadow: var(--hglp-shadow); }
.hglp-check { display: flex; gap: 8px; align-items: center; font-weight: 800; margin: 14px 0; }
.hglp-check input { width: auto; }

@media (max-width: 900px) {
    .hglp-hero__copy {
        position: relative;
        left: 16px;
        right: auto;
        top: auto;
        bottom: auto;
        width: calc(100% - 32px);
        padding: 24px 0 32px;
    }
    .hglp-hero__velo {
        background: linear-gradient(180deg, rgba(11, 30, 58, 0.15) 0%, rgba(11, 30, 58, 0.55) 70%, var(--hglp-navy) 100%);
    }
    .hglp-split, .hglp-trio, .hglp-niveles, .hglp-charts, .hglp-redes,
    .hglp-tec-destacado, .hglp-tec-grid, .hglp-objetivos__grid, .hglp-plat,
    .hglp-oficial {
        grid-template-columns: 1fr;
    }
    .hglp-redes {
        grid-template-columns: 1fr 1fr;
    }
    .hglp-tec-clips {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
    }
    .hglp-uni-grid {
        grid-template-columns: 1fr 1fr;
    }
    .hglp-intel-grid, .hglp-kpis { grid-template-columns: 1fr 1fr; }
    .hglp-tec-howard { max-width: 280px; margin-inline: auto; }
    .hglp-clip--video {
        max-width: 360px;
        margin-inline: auto;
    }
    .hglp-clip--wide {
        max-width: none;
        width: 100%;
    }
    .hglp-nav-btn { display: block; }
    .hglp-nav {
        display: none;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: var(--hglp-navy);
        padding: 12px 16px 18px;
        flex-direction: column;
        align-items: flex-start;
    }
    .hglp-nav.es-abierto { display: flex; }
    .hglp-guia { max-width: calc(100vw - 92px); }
    .hglp-wa-float span { display: none; }
}

@media (max-width: 560px) {
    .hglp-intel-grid, .hglp-kpis, .hglp-tec-grid, .hglp-uni-grid, .hglp-modal__piezas, .hglp-plat__mods { grid-template-columns: 1fr; }
    .hglp-split--admin { grid-template-columns: 1fr; }
    .hglp-kpis { grid-template-columns: 1fr 1fr; }
    .hglp-plat__mods li:last-child { grid-column: auto; }
    .hglp-plat__acciones .hglp-btn { width: 100%; }
    .hglp-tec-clips { grid-template-columns: 1fr; }
    .hglp-carrusel__slide {
        width: min(88%, 340px);
    }
    .hglp-carrusel__slide.es-prev,
    .hglp-carrusel__slide.es-next {
        opacity: 0;
    }
    .hglp-carrusel__pista {
        height: clamp(470px, 145vw, 560px);
    }
    .hglp-carrusel__btn {
        width: 40px;
        height: 40px;
    }
    .hglp-carrusel__auto span { display: none; }
    .hglp-clip__barra {
        flex-wrap: wrap;
    }
    .hglp-clip__barra strong {
        width: 100%;
        margin-left: 0;
    }
}
