/* ── Ghangah – Landing page de taller ──────────────────────────────────── */

.ghangah-landing-body {
    margin: 0;
    padding: 0;
    font-family: var(--gh-font);
    color: var(--gh-texto);
    background: #f4f1ec;
}

/* ── Paleta pastel (override sobre --lt-primary del admin) ────────────── */

.ghangah-landing-body {
    --ps-bg:      #f4f1ec;
    --ps-card:    #fff;
    --ps-cream:   #eef0ed;
    --ps-teal:    #7a9e95;
    --ps-teal-d:  #5b7e74;
    --ps-teal-l:  #a3c4ba;
    --ps-teal-xl: #d4e6e0;
    --ps-texto:   #3a3a3a;
    --ps-sub:     #777;
    --ps-borde:   #ddd8d0;
}

/* ── Reset tema: neutralizar botones globales del tema (#c36) ─────────── */

.ghangah-landing-body [type=button],
.ghangah-landing-body [type=submit],
.ghangah-landing-body button,
.ghangah-landing-body .ghangah-btn,
.ghangah-landing-body a.ghangah-btn {
    background-color: var(--ps-teal);
    border: none;
    border-radius: 14px;
    color: #fff;
    font-family: var(--gh-font);
    transition: background .25s, transform .15s;
}

.ghangah-landing-body [type=button]:hover,
.ghangah-landing-body [type=submit]:hover,
.ghangah-landing-body button:hover,
.ghangah-landing-body .ghangah-btn:hover,
.ghangah-landing-body a.ghangah-btn:hover {
    background-color: var(--ps-teal-d);
    color: #fff;
    border: none;
}

.ghangah-landing-body [type=button]:focus,
.ghangah-landing-body [type=submit]:focus,
.ghangah-landing-body button:focus {
    outline: 2px solid var(--ps-teal-l);
    outline-offset: 2px;
}

.ghangah-landing-body input,
.ghangah-landing-body textarea,
.ghangah-landing-body select {
    border-color: var(--ps-borde);
    border-radius: 10px;
}

.ghangah-landing-body input:focus,
.ghangah-landing-body textarea:focus,
.ghangah-landing-body select:focus {
    border-color: var(--ps-teal);
    outline: none;
    box-shadow: 0 0 0 3px rgba(122,158,149,.15);
}

.ghangah-landing-body a {
    color: var(--ps-teal);
}

.ghangah-landing-body a:hover {
    color: var(--ps-teal-d);
}

.ghangah-landing-body .ghangah-form-wrap__cerrar {
    background: none;
    border: none;
    border-radius: 0;
    color: var(--ps-sub);
    padding: 4px;
}

.ghangah-landing-body .ghangah-form-wrap__cerrar:hover {
    background: none;
    color: var(--ps-texto);
}

.ghangah-landing-body .ghangah-badge-agotado {
    background: var(--ps-cream);
    color: var(--ps-sub);
    border: none;
}

/* ── Hero ───────────────────────────────────────────────────────────────── */

.ghangah-lt-hero {
    background: linear-gradient(160deg, var(--ps-teal-d) 0%, var(--ps-teal) 50%, var(--ps-teal-l) 100%);
    color: #fff;
    text-align: center;
    padding: 88px 20px 40px;
    position: relative;
    border-radius: 0 0 28px 28px;
}

.ghangah-lt-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    border-radius: 0 0 28px 28px;
}

.ghangah-lt-hero__etiqueta {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 20px;
    font-size: .72rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    margin-bottom: 20px;
    position: relative;
}

.ghangah-lt-hero__titulo {
    font-family: var(--gh-font);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    letter-spacing: .06em;
    font-weight: normal;
    margin: 0 0 10px;
    position: relative;
    color: #fff;
}

.ghangah-lt-hero__sub {
    font-size: .95rem;
    color: rgba(255,255,255,.65);
    margin: 0 0 28px;
    position: relative;
}

.ghangah-lt-hero__fecha {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    padding: 12px 24px;
    position: relative;
}

.ghangah-lt-hero__fecha-dia {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
}

.ghangah-lt-hero__fecha-info {
    text-align: left;
    font-size: .82rem;
    line-height: 1.5;
    color: rgba(255,255,255,.7);
}

/* ── Datos ──────────────────────────────────────────────────────────────── */

.ghangah-lt-datos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--ps-card);
    color: var(--ps-texto);
    margin: -18px 16px 0;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.07);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.ghangah-lt-dato {
    flex: 1;
    min-width: 120px;
    padding: 16px 10px;
    text-align: center;
    border-right: 1px solid var(--ps-borde);
}

.ghangah-lt-dato:last-child { border-right: none; }

.ghangah-lt-dato__valor {
    display: block;
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 2px;
    color: var(--ps-teal-d);
}

.ghangah-lt-dato__label {
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--ps-sub);
}

/* ── Contenido general ─────────────────────────────────────────────────── */

.ghangah-lt-contenido {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 12px;
}

.ghangah-lt-desc {
    padding: 32px 0 0;
}

.ghangah-lt-desc p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--ps-sub);
    text-align: center;
    max-width: 600px;
    margin: 0 auto 1em;
}

/* ── Secciones ─────────────────────────────────────────────────────────── */

.ghangah-lt-seccion {
    max-width: 820px;
    margin: 14px auto;
    padding: 28px 18px;
    background: var(--ps-card);
    border-radius: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.ghangah-lt-seccion--ancho {
    max-width: 1000px;
}

.ghangah-lt-seccion__titulo {
    font-family: var(--gh-font);
    font-size: 1.3rem;
    color: var(--ps-teal-d);
    text-align: center;
    margin: 0 0 6px;
    letter-spacing: .04em;
}

.ghangah-lt-seccion__linea {
    width: 36px;
    height: 2px;
    background: var(--ps-teal-l);
    margin: 0 auto 22px;
    border-radius: 1px;
}

/* ── Texto ─────────────────────────────────────────────────────────────── */

.ghangah-lt-texto__contenido p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--ps-sub);
    text-align: center;
    max-width: 620px;
    margin: 0 auto 1.2em;
}

/* ── Acordeon ──────────────────────────────────────────────────────────── */

.ghangah-lt-subseccion {
    font-family: var(--gh-font);
    font-size: .9rem;
    color: var(--ps-teal-d);
    text-transform: uppercase;
    letter-spacing: .15em;
    text-align: center;
    margin: 28px 0 14px;
    padding: 8px 0;
    border-top: 1px solid var(--ps-borde);
    border-bottom: 1px solid var(--ps-borde);
}

.ghangah-lt-acordeon {
    margin-bottom: 6px;
    border: 1px solid var(--ps-borde);
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow .2s;
}

.ghangah-lt-acordeon:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

.ghangah-lt-acordeon__btn,
.ghangah-landing-body .ghangah-lt-acordeon__btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: var(--ps-cream);
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: var(--gh-font);
    font-size: .9rem;
    color: var(--ps-texto);
    text-align: left;
    transition: background .2s;
    min-height: 48px;
}

.ghangah-lt-acordeon__btn:hover,
.ghangah-lt-acordeon__btn:focus,
.ghangah-lt-acordeon__btn:active,
.ghangah-landing-body .ghangah-lt-acordeon__btn:hover,
.ghangah-landing-body .ghangah-lt-acordeon__btn:focus,
.ghangah-landing-body .ghangah-lt-acordeon__btn:active {
    background: var(--ps-teal-xl);
    color: var(--ps-texto);
    outline: none;
}

.ghangah-lt-acordeon__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--ps-teal-l);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    flex-shrink: 0;
}

.ghangah-lt-acordeon__nombre {
    flex: 1;
    font-weight: 600;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.35;
}

.ghangah-lt-acordeon__flecha {
    font-size: .65rem;
    color: var(--ps-teal);
    transition: transform .25s;
    flex-shrink: 0;
    margin-left: auto;
}

.ghangah-lt-acordeon.is-open .ghangah-lt-acordeon__flecha {
    transform: rotate(180deg);
}

.ghangah-lt-acordeon__cuerpo {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
}

.ghangah-lt-acordeon.is-open .ghangah-lt-acordeon__cuerpo {
    max-height: 300px;
}

.ghangah-lt-acordeon__desc {
    padding: 4px 14px 14px 52px;
    font-size: .86rem;
    line-height: 1.7;
    color: var(--ps-sub);
    margin: 0;
}

/* ── Recomendaciones ───────────────────────────────────────────────────── */

.ghangah-lt-recomendaciones {
    background: var(--ps-teal-xl);
    border-radius: 14px;
    padding: 24px;
    margin: 12px 0;
}

.ghangah-lt-recomendaciones__titulo {
    font-family: var(--gh-font);
    font-size: 1.05rem;
    color: var(--ps-teal-d);
    text-align: center;
    margin: 0 0 18px;
}

.ghangah-lt-recomendaciones__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
}

.ghangah-lt-recomendacion {
    text-align: center;
    padding: 10px;
}

.ghangah-lt-recomendacion__icono {
    font-size: 1.6rem;
    margin-bottom: 6px;
}

.ghangah-lt-recomendacion p {
    font-size: .82rem;
    line-height: 1.6;
    color: var(--ps-sub);
    margin: 0;
}

/* ── Programa ──────────────────────────────────────────────────────────── */

.ghangah-lt-programa {
    background: transparent;
}

.ghangah-lt-programa__bloques {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 560px;
    margin: 0 auto;
}

.ghangah-lt-programa__bloque {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--ps-borde);
}

.ghangah-lt-programa__bloque:last-child { border-bottom: none; }

.ghangah-lt-programa__hora {
    font-size: .95rem;
    font-weight: 600;
    color: var(--ps-teal);
    padding-top: 2px;
}

.ghangah-lt-programa__titulo {
    font-size: 1rem;
    font-weight: 600;
    color: var(--ps-teal-d);
    margin: 0 0 4px;
}

.ghangah-lt-programa__desc {
    font-size: .85rem;
    color: var(--ps-sub);
    margin: 0;
    line-height: 1.6;
}

/* ── Video ─────────────────────────────────────────────────────────────── */

.ghangah-lt-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0,0,0,.08);
}

.ghangah-lt-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ghangah-lt-video-placeholder {
    background: var(--ps-cream);
    border-radius: 14px;
    padding: 60px 20px;
    text-align: center;
    color: var(--ps-sub);
    font-style: italic;
}

/* ── Galeria ───────────────────────────────────────────────────────────── */

.ghangah-lt-galeria {
    background: var(--ps-teal-d);
    padding: 44px 16px;
    border-radius: 22px;
    margin: 14px;
}

.ghangah-lt-galeria .ghangah-lt-seccion { background: transparent; box-shadow: none; margin: 0 auto; }
.ghangah-lt-galeria .ghangah-lt-seccion__titulo { color: rgba(255,255,255,.85); }
.ghangah-lt-galeria .ghangah-lt-seccion__linea  { background: rgba(255,255,255,.3); }

.ghangah-lt-galeria__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}

.ghangah-lt-galeria__img {
    aspect-ratio: 4 / 3;
    background: rgba(255,255,255,.1);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.3);
    font-style: italic;
    font-size: .82rem;
}

.ghangah-lt-galeria__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Testimonios ───────────────────────────────────────────────────────── */

.ghangah-lt-testimonios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.ghangah-lt-testimonio {
    background: var(--ps-cream);
    border-radius: 14px;
    padding: 22px;
    position: relative;
}

.ghangah-lt-testimonio::before {
    content: '\201C';
    position: absolute;
    top: 10px;
    left: 18px;
    font-size: 2.6rem;
    color: var(--ps-teal-l);
    opacity: .5;
    line-height: 1;
    font-family: Georgia, serif;
}

.ghangah-lt-testimonio__texto {
    font-size: .9rem;
    line-height: 1.75;
    color: var(--ps-sub);
    margin: 0 0 10px;
    font-style: italic;
}

.ghangah-lt-testimonio__autor {
    font-size: .8rem;
    font-weight: 600;
    color: var(--ps-teal-d);
}

/* ── CTA ───────────────────────────────────────────────────────────────── */

.ghangah-lt-cta {
    background: var(--ps-card);
    padding: 32px 20px;
    padding-bottom: calc(32px + env(safe-area-inset-bottom));
    text-align: center;
    color: var(--ps-texto);
    position: sticky;
    bottom: 0;
    z-index: 50;
    box-shadow: 0 -4px 20px rgba(0,0,0,.07);
    border-radius: 22px 22px 0 0;
}

.ghangah-lt-cta__titulo {
    font-family: var(--gh-font);
    font-size: clamp(1.05rem, 2.5vw, 1.3rem);
    color: var(--ps-teal-d);
    margin: 0 0 4px;
    font-weight: normal;
}

.ghangah-lt-cta__sub {
    color: var(--ps-sub);
    margin: 0 0 16px;
    font-size: .82rem;
}

.ghangah-lt-cta .ghangah-btn--inscribir {
    background: var(--ps-teal);
    color: #fff;
    font-weight: 600;
    font-size: 1.02rem;
    padding: 14px 36px;
    border-radius: 14px;
    width: 100%;
    max-width: 340px;
    box-shadow: 0 4px 14px rgba(90,130,118,.3);
}

.ghangah-lt-cta .ghangah-btn--inscribir:hover {
    background: var(--ps-teal-d);
    color: #fff;
    transform: translateY(-1px);
}

/* ── Hero listado ──────────────────────────────────────────────────────── */

.ghangah-landing__hero {
    background: var(--ps-teal-d);
    color: #fff;
    padding: 96px 24px 48px;
    text-align: center;
    position: relative;
    border-radius: 0 0 28px 28px;
}

.ghangah-landing__hero-inner {
    max-width: 720px;
    margin: 0 auto;
}

.ghangah-landing__fecha-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    padding: 12px 24px;
    margin-bottom: 20px;
}

.ghangah-landing__dia {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.ghangah-landing__mes {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: rgba(255,255,255,.6);
    margin-top: 4px;
}

.ghangah-landing__titulo {
    font-size: clamp(1.6rem, 4vw, 2.6rem);
    letter-spacing: .06em;
    color: #fff;
    margin: 0 0 10px;
    font-weight: normal;
}

.ghangah-landing__lugar {
    font-size: .95rem;
    color: rgba(255,255,255,.6);
    letter-spacing: .08em;
    margin: 0;
}

.ghangah-landing__hero--listado {
    padding-bottom: 36px;
}

.ghangah-landing__hero--listado .ghangah-landing__titulo {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
}

.ghangah-landing__hero--listado .ghangah-landing__lugar {
    letter-spacing: .25em;
    text-transform: uppercase;
    font-size: .82rem;
}

/* ── Main (listado) ───────────────────────────────────────────────────── */

.ghangah-landing__main {
    flex: 1;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 60px;
}

.ghangah-landing__hero--listado + .ghangah-landing__main {
    max-width: 960px;
    padding-top: 36px;
}

/* ── Sobre Ghangah ─────────────────────────────────────────────────────── */

.ghangah-landing__sobre {
    background: var(--ps-card);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 32px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.ghangah-landing__sobre h2 {
    font-size: 1.15rem;
    color: var(--ps-teal-d);
    margin: 0 0 10px;
}

.ghangah-landing__sobre p {
    font-size: .92rem;
    line-height: 1.8;
    color: #666;
    margin: 0 0 14px;
}

.ghangah-landing__enlace-home {
    font-size: .88rem;
    color: var(--ps-teal);
    text-decoration: none;
    font-weight: 600;
    transition: color .2s;
}

.ghangah-landing__enlace-home:hover {
    color: var(--ps-teal-d);
}

.ghangah-btn--grande {
    padding: 14px 36px;
    font-size: 1.05rem;
    letter-spacing: .04em;
    border-radius: 14px;
}

.ghangah-badge-agotado--grande {
    font-size: .95rem;
    padding: 12px 28px;
    border-radius: 14px;
}

/* ── Footer ────────────────────────────────────────────────────────────── */

.ghangah-landing__footer {
    text-align: center;
    padding: 18px;
    font-size: .72rem;
    color: var(--ps-sub);
    letter-spacing: .06em;
    background: var(--ps-bg);
}

.ghangah-landing__footer p {
    margin: 0;
}

/* ── Responsive ────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .ghangah-lt-hero { padding: 68px 16px 32px; }
    .ghangah-lt-datos { margin: -14px 10px 0; }
    .ghangah-lt-dato { min-width: 0; flex-basis: 50%; padding: 14px 8px; }
    .ghangah-lt-acordeon__btn { padding: 11px 12px; gap: 8px; font-size: .86rem; }
    .ghangah-lt-acordeon__num { width: 26px; height: 26px; font-size: .68rem; }
    .ghangah-lt-acordeon__desc { padding: 4px 12px 12px 46px; font-size: .83rem; }
    .ghangah-lt-recomendaciones { padding: 18px 12px; }
    .ghangah-lt-cta { padding: 20px 14px; padding-bottom: calc(20px + env(safe-area-inset-bottom)); }
    .ghangah-lt-programa__bloque { grid-template-columns: 1fr; gap: 6px; }
    .ghangah-lt-programa__hora { font-size: .85rem; }
    .ghangah-lt-seccion { padding: 22px 14px; margin: 10px 8px; }
    .ghangah-lt-galeria { margin: 10px 8px; padding: 32px 12px; }

    .ghangah-landing__hero { padding: 48px 16px 36px; }

    .ghangah-landing__footer {
        padding-bottom: calc(18px + 56px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 480px) {
    .ghangah-lt-acordeon__btn { padding: 10px 10px; gap: 7px; font-size: .82rem; }
    .ghangah-lt-acordeon__num { width: 24px; height: 24px; font-size: .64rem; }
    .ghangah-lt-acordeon__desc { padding: 4px 10px 10px 41px; font-size: .8rem; }
    .ghangah-lt-seccion { padding: 18px 12px; margin: 8px 6px; border-radius: 14px; }
    .ghangah-lt-seccion__titulo { font-size: 1.1rem; }
    .ghangah-lt-datos { margin: -12px 6px 0; border-radius: 14px; }
    .ghangah-lt-dato__valor { font-size: 1rem; }
    .ghangah-lt-dato__label { font-size: .6rem; }
    .ghangah-lt-hero { border-radius: 0 0 22px 22px; }
}

@media (max-width: 600px) {
    .ghangah-lt-contenido { padding: 0 6px; }

    .ghangah-btn--grande {
        padding: 13px 24px;
        font-size: .98rem;
        display: block;
        border-radius: 14px;
    }

    .ghangah-lt-cta .ghangah-btn--inscribir {
        width: 100%;
        max-width: none;
    }
}
