.qhc-content-shell {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 44px 0 72px;
    color: var(--qhc-text);
}

.qhc-content-hero {
    max-width: 760px;
    margin-bottom: 28px;
}

.qhc-content-kicker {
    margin: 0 0 8px;
    color: var(--qhc-fuchsia);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 900;
}

.qhc-content-hero h1,
.qhc-content-single h1 {
    margin: 0 0 10px;
    color: var(--qhc-plum);
    font-size: clamp(38px, 6vw, 68px);
    line-height: .98;
    font-weight: 850;
}

.qhc-content-hero > p:last-child,
.qhc-content-single__lead {
    color: var(--qhc-muted);
    font-size: 18px;
    line-height: 1.6;
}

.qhc-content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
}

.qhc-content-card {
    background: #fff;
    border: 1px solid var(--qhc-border);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 34px rgba(24,28,45,.05);
}

.qhc-content-card__media {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f5f2f5;
}

.qhc-content-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

@media (hover:hover) and (pointer:fine) {
    .qhc-content-card:hover .qhc-content-card__media img { transform: scale(1.025); }
}

.qhc-content-card__fallback {
    width: 100%; height: 100%; display:grid; place-items:center;
    font-size: 52px; font-weight: 900; color: var(--qhc-fuchsia);
    background: linear-gradient(145deg,#fff0f6,#fffaf6);
}

.qhc-content-card__copy { padding: 20px; }
.qhc-content-card__copy h2 { margin: 8px 0 6px; font-size: 23px; line-height:1.1; }
.qhc-content-card__copy h2 a { color: var(--qhc-plum); text-decoration:none; }
.qhc-content-card__copy > p { color: var(--qhc-muted); line-height:1.5; }
.qhc-content-card__copy > small { display:block; color:var(--qhc-muted); margin-top:12px; }
.qhc-content-card__place { margin: 0 0 10px !important; color: var(--qhc-blue) !important; font-weight:800; }

.qhc-content-card__meta { display:flex; justify-content:space-between; gap:10px; align-items:center; }
.qhc-content-card__meta span { color: var(--qhc-fuchsia); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.qhc-content-card__meta strong { color:var(--qhc-teal); font-size:14px; }

.qhc-content-empty {
    padding: 48px 28px;
    text-align:center;
    border:1px dashed var(--qhc-border);
    border-radius:22px;
    background:#fff;
}
.qhc-content-empty h2 { color:var(--qhc-plum); }
.qhc-content-empty p { color:var(--qhc-muted); }

.qhc-content-single__hero {
    width:100%;
    aspect-ratio: 16/6;
    overflow:hidden;
    border-radius:26px;
    margin-bottom:28px;
}
.qhc-content-single__hero img { width:100%;height:100%;display:block;object-fit:cover; }

.qhc-content-single__layout {
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:34px;
    align-items:start;
}
.qhc-content-single__main { min-width:0; }
.qhc-content-single__place { color:var(--qhc-muted); font-size:16px; }
.qhc-content-single__place a { color:var(--qhc-blue); font-weight:800; text-decoration:none; }
.qhc-content-single__body { font-size:17px; line-height:1.75; color:var(--qhc-text); }
.qhc-content-single__conditions { margin-top:26px; padding:22px; border-radius:18px; background:#fff7fa; }
.qhc-content-single__conditions h2 { margin-top:0; color:var(--qhc-plum); }
.qhc-content-single__aside {
    display:grid;
    gap:12px;
    background:#fff;
    border:1px solid var(--qhc-border);
    border-radius:22px;
    padding:22px;
    position:sticky;
    top:96px;
}
.qhc-content-single__aside > div { display:grid; gap:3px; padding-bottom:12px; border-bottom:1px solid var(--qhc-border); }
.qhc-content-single__aside > div span { color:var(--qhc-muted); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; }
.qhc-content-single__aside > div strong { color:var(--qhc-plum); font-size:18px; }
.qhc-content-single__aside .qhc-button { width:100%; }
.qhc-button--ghost { background:#fff !important; border-color:var(--qhc-border) !important; color:var(--qhc-plum) !important; }

@media (max-width:900px) {
    .qhc-content-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .qhc-content-single__layout { grid-template-columns:1fr; }
    .qhc-content-single__aside { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); }
    .qhc-content-single__aside .qhc-button { grid-column:1/-1; }
}

@media (max-width:620px) {
    .qhc-content-shell { width:calc(100% - 28px); padding-top:26px; }
    .qhc-content-grid { grid-template-columns:1fr; }
    .qhc-content-single__hero { aspect-ratio:16/10; border-radius:18px; }
    .qhc-content-single__aside { grid-template-columns:1fr; }
}


/* QHC 0.5.1 · Promociones y eventos en banner horizontal */
.qhc-content-card--promotion .qhc-content-card__media,
.qhc-content-card--event .qhc-content-card__media {
    aspect-ratio: 1200 / 630;
}

.qhc-content-card__place {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
}

.qhc-content-card__place span {
    color: var(--qhc-muted);
    font-weight: 700;
}

.qhc-content-card__place strong {
    color: var(--qhc-blue);
}

.qhc-content-card__place em {
    color: var(--qhc-muted);
    font-style: normal;
    font-weight: 700;
}

.qhc-content-single__hero--promotion,
.qhc-content-single__hero--event {
    width: min(820px, 100%);
    aspect-ratio: 1200 / 630;
    margin-left: auto;
    margin-right: auto;
    background: #f7f4f7;
}

.qhc-content-single__hero--promotion img,
.qhc-content-single__hero--event img {
    object-fit: contain;
}

@media (max-width: 620px) {
    .qhc-content-shell {
        width: calc(100% - 20px);
    }

    .qhc-content-grid,
    .qhc-content-grid--promotions,
    .qhc-content-grid--events {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .qhc-content-card {
        border-radius: 16px;
    }

    .qhc-content-card__copy {
        padding: 11px;
    }

    .qhc-content-card__copy h2 {
        margin: 6px 0 5px;
        font-size: 16px;
        line-height: 1.12;
    }

    .qhc-content-card__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .qhc-content-card__meta span {
        font-size: 9px;
        line-height: 1.25;
    }

    .qhc-content-card__meta strong {
        font-size: 12px;
    }

    .qhc-content-card__place {
        margin-bottom: 6px !important;
        font-size: 11px;
        line-height: 1.3;
    }

    .qhc-content-card__summary {
        display: none;
    }

    .qhc-content-card__copy > small {
        margin-top: 6px;
        font-size: 10px;
        line-height: 1.3;
    }

    .qhc-content-single__hero--promotion,
    .qhc-content-single__hero--event {
        border-radius: 18px;
    }
}

/* QHC 0.5.2 · cupones reclamables */
.qhc-coupon-box,
.qhc-coupon-result {
    max-width: 860px;
    margin: 30px auto 0;
    border: 1px solid var(--qhc-border);
    border-radius: 24px;
    background: #fff;
    padding: 26px;
    box-shadow: 0 12px 36px rgba(24,28,45,.06);
}
.qhc-coupon-result { margin: 0 auto 28px; text-align: center; background: #fffaf6; }
.qhc-coupon-box__heading > span,
.qhc-coupon-result > span {
    color: var(--qhc-fuchsia);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.qhc-coupon-box__heading h2,
.qhc-coupon-result h2 { margin: 5px 0 7px; color: var(--qhc-plum); font-size: clamp(25px,4vw,36px); }
.qhc-coupon-box__heading p,
.qhc-coupon-result p { color: var(--qhc-muted); line-height: 1.55; }
.qhc-coupon-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 20px; }
.qhc-coupon-form > label { display: grid; gap: 7px; font-weight: 800; }
.qhc-coupon-form input[type=text],
.qhc-coupon-form input[type=email],
.qhc-coupon-form input[type=tel] { width:100%; min-height:48px; box-sizing:border-box; padding:12px 14px; border:1px solid #dfe2e9; border-radius:13px; font:inherit; background:#fff; }
.qhc-coupon-form input:focus { outline:none; border-color:var(--qhc-blue); box-shadow:0 0 0 3px rgba(7,91,168,.1); }
.qhc-coupon-form fieldset { grid-column:1/-1; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:0; border:0; margin:0; }
.qhc-coupon-form legend { width:100%; margin-bottom:9px; font-weight:850; }
.qhc-coupon-choice { display:flex!important; align-items:flex-start; gap:10px!important; padding:13px; border:1px solid #e0e3ea; border-radius:14px; background:#fafbfc; cursor:pointer; }
.qhc-coupon-choice input { margin-top:3px; }
.qhc-coupon-choice span { display:grid; gap:2px; }
.qhc-coupon-choice small { color:var(--qhc-muted); font-weight:500; line-height:1.35; }
.qhc-coupon-check { grid-column:1/-1; display:flex!important; align-items:flex-start; gap:10px!important; font-size:13px; line-height:1.45; font-weight:500!important; }
.qhc-coupon-check input { width:18px; height:18px; margin-top:2px; flex:0 0 auto; }
.qhc-coupon-form button[type=submit],
.qhc-coupon-copy {
    grid-column:1/-1;
    border:0;
    border-radius:999px;
    padding:13px 20px;
    min-height:48px;
    background:var(--qhc-fuchsia);
    color:#fff;
    font:inherit;
    font-weight:850;
    cursor:pointer;
    transition:.2s ease;
}
.qhc-coupon-form button[type=submit]:hover,
.qhc-coupon-copy:hover { background:var(--qhc-teal); transform:translateY(-1px); }
.qhc-coupon-remaining { grid-column:1/-1; text-align:center; color:var(--qhc-muted); }
.qhc-coupon-hp { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.qhc-coupon-notice { grid-column:1/-1; padding:12px 14px; border-radius:12px; margin:12px 0 0; font-weight:700; }
.qhc-coupon-notice--error { background:#fff0f2; color:#92253a; }
.qhc-coupon-notice--info { background:#eef5ff; color:#245a91; }
.qhc-coupon-soldout { display:grid; gap:5px; margin-top:20px; padding:18px; border-radius:16px; background:#f6f7f9; color:var(--qhc-muted); }
.qhc-coupon-result__code { margin:18px auto 12px; width:max-content; max-width:100%; padding:15px 22px; border:2px dashed var(--qhc-fuchsia); border-radius:16px; color:var(--qhc-plum); font-size:clamp(27px,6vw,44px); font-weight:950; letter-spacing:.08em; background:#fff; }
.qhc-coupon-result .qhc-coupon-copy { display:inline-flex; width:auto; min-height:42px; padding:10px 18px; }
.qhc-coupon-result > a { display:inline-flex; margin-top:8px; color:var(--qhc-blue); font-weight:850; text-decoration:none; }
@media(max-width:620px){
    .qhc-coupon-box,.qhc-coupon-result{padding:20px 16px;border-radius:19px}
    .qhc-coupon-form{grid-template-columns:1fr}
    .qhc-coupon-form fieldset{grid-template-columns:1fr}
}
