/* =========================================================
   Páginas y banners Hogarazo Único
   ========================================================= */
body.hogarazo-unico.hz-standard-page .hero-section { display: none !important; }

.hz-page-hero {
    position: relative;
    min-height: 300px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 78% 20%, rgba(255,196,0,.42), transparent 26%),
        linear-gradient(120deg, #f8fbf8 0%, #fff8d8 54%, #eaf4ec 100%);
    border-bottom: 1px solid rgba(8,76,46,.09);
}
.hz-page-hero::after {
    content: "";
    position: absolute;
    inset: auto -6% -48% auto;
    width: 380px;
    aspect-ratio: 1;
    border: 42px solid rgba(255,255,255,.62);
    border-radius: 50%;
    z-index: -1;
}
.hz-page-hero__inner { padding-block: 62px; }
.hz-page-hero__eyebrow {
    margin: 0 0 10px;
    color: var(--hz-green);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.hz-page-hero h1 {
    max-width: 920px;
    margin: 0;
    color: var(--hz-green-dark);
    font-size: clamp(3rem, 7vw, 5.8rem);
    line-height: .96;
    letter-spacing: -.055em;
}
.hz-page-hero__subtitle {
    max-width: 720px;
    margin: 20px 0 0;
    color: #526158;
    font-size: 1.08rem;
    line-height: 1.65;
}
.hz-page-hero__shape { position: absolute; border-radius: 50%; z-index: -1; }
.hz-page-hero__shape--one { width: 180px; height: 180px; right: 10%; bottom: -76px; background: rgba(8,76,46,.14); }
.hz-page-hero__shape--two { width: 82px; height: 82px; right: 25%; bottom: -25px; background: rgba(223,21,21,.14); }

.hz-page-hero--offers { background: radial-gradient(circle at 78% 24%, rgba(255,196,0,.72), transparent 27%), linear-gradient(120deg, #fff7cf, #ffd84f); }
.hz-page-hero--offers h1 { color: #7d1212; }
.hz-page-hero--offers .hz-page-hero__eyebrow { color: var(--hz-red); }
.hz-page-hero--about { background: radial-gradient(circle at 80% 25%, rgba(255,196,0,.28), transparent 24%), linear-gradient(120deg, #eaf6ef, #d5ebdc); }
.hz-page-hero--contact { background: radial-gradient(circle at 82% 22%, rgba(223,21,21,.14), transparent 24%), linear-gradient(120deg, #fffdf1, #edf7ef); }
.hz-page-hero--cart,
.hz-page-hero--checkout,
.hz-page-hero--account { background: radial-gradient(circle at 78% 22%, rgba(255,196,0,.30), transparent 25%), linear-gradient(120deg, #edf7f1, #fff9dc); }
.hz-page-hero--error { background: linear-gradient(120deg, #fff0f0, #fff9dc); }

.hz-page-shell { padding: 62px 0 92px; }
.hz-page-card {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(24px, 5vw, 54px);
    border: 1px solid var(--hz-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 52px rgba(3,47,29,.07);
}
.hz-entry-content { color: #34423a; font-size: 1.02rem; line-height: 1.75; }
.hz-entry-content > *:first-child { margin-top: 0; }
.hz-entry-content > *:last-child { margin-bottom: 0; }
.hz-entry-content h2,
.hz-entry-content h3 { color: var(--hz-green-dark); letter-spacing: -.025em; }
.hz-entry-content a { color: var(--hz-red); font-weight: 750; }
.hz-entry-content img { border-radius: 18px; }

.hz-sale-products { margin-top: 34px; padding: clamp(24px, 4vw, 42px); border-radius: 24px; background: #fff; border: 1px solid var(--hz-border); box-shadow: 0 18px 52px rgba(3,47,29,.07); }
.hz-sale-products .products { margin-bottom: 0 !important; }

.hz-search-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.hz-search-card { overflow: hidden; border: 1px solid var(--hz-border); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(3,47,29,.06); transition: transform .22s ease, box-shadow .22s ease; }
.hz-search-card:hover { transform: translateY(-5px); box-shadow: var(--hz-shadow); }
.hz-search-card a { color: inherit; text-decoration: none; }
.hz-search-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.hz-search-card__body { padding: 22px; }
.hz-search-card h2 { margin: 0 0 10px; font-size: 1.25rem; }
.hz-search-card p { margin: 0; color: var(--hz-muted); }
.hz-pagination { grid-column: 1/-1; }
.hz-empty-state { max-width: 760px; margin: 0 auto; padding: 52px; border-radius: 24px; background: #fff; border: 1px solid var(--hz-border); text-align: center; box-shadow: var(--hz-shadow); }
.hz-empty-state h2 { margin-top: 0; }
.hz-empty-state .hz-actions { justify-content: center; }

@media (max-width: 820px) {
    .hz-page-hero { min-height: 230px; }
    .hz-page-hero__inner { padding-block: 46px; }
    .hz-page-hero h1 { font-size: clamp(2.6rem, 13vw, 4.2rem); }
    .hz-page-shell { padding: 36px 0 70px; }
    .hz-search-grid { grid-template-columns: 1fr; }
    .hz-empty-state { padding: 34px 22px; }
}
