:root {
    --hmem-bg: #09090b;
    --hmem-bg-soft: #111116;
    --hmem-panel: rgba(20, 19, 24, .94);
    --hmem-panel-2: #18171e;
    --hmem-text: #f7f2e9;
    --hmem-muted: #aaa3a0;
    --hmem-orange: #ff6500;
    --hmem-orange-2: #ff9b22;
    --hmem-red: #b80f26;
    --hmem-gold: #d9a441;
    --hmem-green: #25d366;
    --hmem-border: rgba(255,255,255,.1);
    --hmem-shadow: 0 24px 70px rgba(0,0,0,.42);
    --hmem-radius: 18px;
    --hmem-radius-sm: 10px;
    --hmem-max: 1240px;
}

.hmem-plans-section,
.hmem-single,
.hmem-archive-page,
.hmem-provider-portal,
.hmem-dashboard,
.hmem-editor-wrap,
.hmem-provider-intro {
    color: var(--hmem-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hmem-plans-section *,
.hmem-single *,
.hmem-archive-page *,
.hmem-provider-portal *,
.hmem-dashboard *,
.hmem-editor-wrap *,
.hmem-provider-intro * {
    box-sizing: border-box;
}

.hmem-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--hmem-orange-2);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.hmem-btn {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.hmem-btn:hover {
    transform: translateY(-2px);
}

.hmem-btn-primary {
    color: #fff !important;
    background: linear-gradient(135deg, var(--hmem-orange), #e23610 70%, var(--hmem-red));
    box-shadow: 0 12px 30px rgba(255, 72, 0, .24), inset 0 1px 0 rgba(255,255,255,.22);
}

.hmem-btn-primary:hover {
    box-shadow: 0 16px 38px rgba(255, 72, 0, .34), inset 0 1px 0 rgba(255,255,255,.25);
}

.hmem-btn-secondary {
    color: var(--hmem-text) !important;
    border-color: rgba(255, 128, 34, .38);
    background: rgba(255, 101, 0, .1);
}

.hmem-btn-ghost {
    color: var(--hmem-text) !important;
    border-color: var(--hmem-border);
    background: rgba(255,255,255,.04);
}

.hmem-btn-whatsapp {
    color: #06190d !important;
    background: var(--hmem-green);
}

.hmem-btn-large {
    min-height: 50px;
    padding: 14px 22px;
}

.hmem-btn-xl {
    min-height: 58px;
    padding: 17px 28px;
    font-size: 1rem;
}

/* Header visual opcional */
.hmem-site-header {
    position: sticky;
    z-index: 9998;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 139, 34, .24);
    background: rgba(6, 6, 9, .92);
    box-shadow: 0 14px 45px rgba(0,0,0,.38);
    backdrop-filter: blur(16px) saturate(130%);
}

.hmem-header-fog {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hmem-header-fog::before {
    position: absolute;
    width: 70%;
    height: 130px;
    top: -55px;
    left: -20%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255,255,255,.11), transparent 64%);
    content: "";
    filter: blur(14px);
    animation: hmem-fog 13s linear infinite alternate;
}

@keyframes hmem-fog {
    to { transform: translateX(90%); opacity: .5; }
}

.hmem-header-inner {
    position: relative;
    display: flex;
    width: min(calc(100% - 32px), var(--hmem-max));
    min-height: 76px;
    margin: 0 auto;
    align-items: center;
    gap: 24px;
}

.hmem-site-logo {
    display: inline-flex;
    max-width: 210px;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
}

.hmem-site-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 58px;
}

.hmem-wordmark {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 1000;
    letter-spacing: .03em;
    line-height: .9;
}

.hmem-wordmark small {
    display: block;
    color: var(--hmem-orange-2);
    font-size: .56rem;
    letter-spacing: .34em;
}

.hmem-header-inner nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.hmem-header-inner nav a {
    padding: 12px 13px;
    border-radius: 10px;
    color: #ece8e2;
    font-size: .9rem;
    font-weight: 780;
    text-decoration: none;
    transition: color .2s ease, background .2s ease;
}

.hmem-header-inner nav a:hover {
    color: #fff;
    background: rgba(255, 101, 0, .12);
}

.hmem-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--hmem-border);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
}

.hmem-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #fff;
}

/* Listados */
.hmem-plans-section {
    width: min(calc(100% - 32px), var(--hmem-max));
    margin: 0 auto;
    padding: 52px 0 72px;
}

.hmem-section-heading {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.hmem-section-heading h2 {
    margin: 0;
    color: var(--hmem-text);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: .98;
}

.hmem-section-heading p {
    margin: 16px 0 0;
    color: var(--hmem-muted);
    font-size: 1.06rem;
}

.hmem-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    gap: 10px;
    margin: 0 0 30px;
    padding: 13px;
    border: 1px solid var(--hmem-border);
    border-radius: 18px;
    background: rgba(20,19,24,.92);
    box-shadow: var(--hmem-shadow);
}

.hmem-filters select,
.hmem-form input,
.hmem-form textarea,
.hmem-form select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    outline: none;
    color: var(--hmem-text);
    background: #0e0e13;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.hmem-form textarea {
    min-height: 115px;
    resize: vertical;
}

.hmem-filters select:focus,
.hmem-form input:focus,
.hmem-form textarea:focus,
.hmem-form select:focus {
    border-color: var(--hmem-orange);
    box-shadow: 0 0 0 3px rgba(255, 101, 0, .14);
}

.hmem-grid {
    display: grid;
    gap: 22px;
}

.hmem-cols-1 { grid-template-columns: 1fr; }
.hmem-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hmem-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hmem-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.hmem-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--hmem-border);
    border-radius: var(--hmem-radius);
    background: linear-gradient(180deg, #17161c, #111116);
    box-shadow: 0 20px 55px rgba(0,0,0,.24);
    isolation: isolate;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.hmem-card::before {
    position: absolute;
    z-index: 3;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
    content: "";
    pointer-events: none;
}

.hmem-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 106, 0, .46);
    box-shadow: 0 30px 72px rgba(0,0,0,.42), 0 0 34px rgba(255, 92, 0, .08);
}

.hmem-card.is-featured {
    border-color: rgba(217, 164, 65, .42);
}

.hmem-card-media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: radial-gradient(circle at 50% 20%, #482113, #09090b 70%);
}

.hmem-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2,.72,.2,1), filter .3s ease;
}

.hmem-card:hover .hmem-card-media img {
    transform: scale(1.055);
    filter: saturate(1.08) contrast(1.04);
}

.hmem-card-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: rgba(255,255,255,.8);
    font-size: 3.4rem;
    font-weight: 1000;
    letter-spacing: -.08em;
}

.hmem-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(7,7,10,.52) 78%, #151419 100%);
}

.hmem-card-badges {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hmem-badge {
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: #fff;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.hmem-badge-featured { background: rgba(168, 94, 0, .88); }
.hmem-badge-sponsored { background: rgba(20, 20, 24, .82); }

.hmem-card-body {
    position: relative;
    z-index: 2;
    padding: 18px;
}

.hmem-card-meta {
    display: flex;
    min-height: 22px;
    flex-wrap: wrap;
    gap: 7px 13px;
    margin-bottom: 8px;
    color: var(--hmem-orange-2);
    font-size: .74rem;
    font-weight: 760;
}

.hmem-card h3 {
    margin: 0;
    font-size: 1.34rem;
    font-weight: 920;
    letter-spacing: -.025em;
    line-height: 1.08;
}

.hmem-card h3 a {
    color: var(--hmem-text) !important;
    text-decoration: none !important;
}

.hmem-card-body > p {
    min-height: 63px;
    margin: 12px 0 16px;
    color: var(--hmem-muted);
    font-size: .92rem;
    line-height: 1.5;
}

.hmem-card-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.hmem-price {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
}

.hmem-card-actions {
    display: flex;
    gap: 7px;
}

.hmem-card-actions .hmem-btn {
    min-height: 38px;
    padding: 9px 12px;
    font-size: .78rem;
}

.hmem-empty {
    grid-column: 1 / -1;
    padding: 46px 24px;
    border: 1px dashed rgba(255,255,255,.18);
    border-radius: var(--hmem-radius);
    color: var(--hmem-muted);
    background: rgba(255,255,255,.025);
    text-align: center;
}

.hmem-empty h3 {
    margin-top: 0;
    color: var(--hmem-text);
}

.hmem-pagination {
    display: flex;
    margin-top: 32px;
    justify-content: center;
    gap: 7px;
}

.hmem-pagination .page-numbers {
    display: inline-grid;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    place-items: center;
    border: 1px solid var(--hmem-border);
    border-radius: 10px;
    color: var(--hmem-text);
    background: var(--hmem-panel);
    text-decoration: none;
}

.hmem-pagination .current {
    border-color: var(--hmem-orange);
    background: var(--hmem-orange);
}

/* Archive */
.hmem-archive-page {
    min-height: 70vh;
    background: var(--hmem-bg);
}

.hmem-archive-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(78px, 10vw, 145px) 24px 62px;
    color: #fff;
    background:
        radial-gradient(circle at 50% -10%, rgba(255, 106, 0, .34), transparent 34%),
        linear-gradient(180deg, #111016 0%, #09090b 100%);
    text-align: center;
}

.hmem-archive-hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(180deg, transparent, #09090b);
    content: "";
}

.hmem-archive-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(2.5rem, 7vw, 5.7rem);
    font-weight: 1000;
    letter-spacing: -.065em;
    line-height: .92;
}

.hmem-archive-hero > p,
.hmem-term-description {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 22px auto 0;
    color: #bbb4b2;
    font-size: 1.1rem;
}

/* Single cinematográfica */
.hmem-single {
    min-height: 100vh;
    background: var(--hmem-bg);
}

.hmem-plan-hero {
    position: relative;
    min-height: 700px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 20%, rgba(255, 91, 0, .28), transparent 35%),
        linear-gradient(135deg, #190d09 0%, #0b0a0e 42%, #060608 100%);
}

.hmem-plan-hero.has-image {
    background-image: var(--hmem-hero);
    background-position: center;
    background-size: cover;
}

.hmem-plan-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,5,8,.98) 0%, rgba(5,5,8,.88) 34%, rgba(5,5,8,.32) 68%, rgba(5,5,8,.62) 100%),
        linear-gradient(180deg, rgba(5,5,8,.18), rgba(5,5,8,.72) 78%, #09090b 100%);
    backdrop-filter: blur(1px);
}

.hmem-plan-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(calc(100% - 36px), var(--hmem-max));
    min-height: 700px;
    margin: 0 auto;
    padding: 72px 0 64px;
    grid-template-columns: minmax(250px, 365px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(36px, 6vw, 86px);
}

.hmem-plan-poster {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    background: #111;
    box-shadow: 0 35px 95px rgba(0,0,0,.62), 0 0 60px rgba(255, 91, 0, .12);
    transform: perspective(1400px) rotateY(4deg) rotateX(1deg);
}

.hmem-plan-poster::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
    content: "";
}

.hmem-plan-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hmem-plan-poster > span {
    display: grid;
    height: 100%;
    place-items: center;
    color: #fff;
    background: radial-gradient(circle, #5d1f0f, #09090b 68%);
    font-size: 2.4rem;
    font-weight: 1000;
    line-height: .85;
    text-align: center;
}

.hmem-plan-taxonomy {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.hmem-plan-taxonomy a,
.hmem-audience-tags span {
    padding: 7px 11px;
    border: 1px solid rgba(255, 136, 34, .28);
    border-radius: 999px;
    color: #ffd7b0 !important;
    background: rgba(255, 100, 0, .1);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .04em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.hmem-plan-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.7rem);
    font-weight: 1000;
    letter-spacing: -.072em;
    line-height: .84;
    text-wrap: balance;
    text-shadow: 0 9px 38px rgba(0,0,0,.68);
}

.hmem-plan-lead {
    max-width: 750px;
    margin: 25px 0 0;
    color: #ddd5ce;
    font-size: clamp(1.05rem, 1.7vw, 1.33rem);
    line-height: 1.55;
}

.hmem-plan-quickfacts {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 25px 0 0;
}

.hmem-plan-quickfacts span {
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 10px;
    color: #eee9e4;
    background: rgba(12,12,15,.6);
    font-size: .84rem;
    font-weight: 730;
    backdrop-filter: blur(8px);
}

.hmem-plan-conversion {
    display: flex;
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.hmem-plan-price {
    min-width: 128px;
    padding-right: 14px;
}

.hmem-plan-price small {
    display: block;
    color: var(--hmem-muted);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hmem-plan-price strong {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 1.38rem;
    line-height: 1.1;
}

.hmem-plan-layout {
    display: grid;
    width: min(calc(100% - 36px), var(--hmem-max));
    margin: 0 auto;
    padding: 70px 0;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    gap: 36px;
}

.hmem-content-card,
.hmem-info-panel {
    border: 1px solid var(--hmem-border);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(24,23,30,.96), rgba(15,15,19,.96));
    box-shadow: var(--hmem-shadow);
}

.hmem-content-card {
    padding: clamp(28px, 5vw, 58px);
}

.hmem-content-card h2,
.hmem-info-panel h2 {
    margin: 0;
    color: #fff;
    font-weight: 950;
    letter-spacing: -.035em;
}

.hmem-content-card h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.hmem-entry-content {
    margin-top: 26px;
    color: #d3cdca;
    font-size: 1.04rem;
    line-height: 1.77;
}

.hmem-entry-content h2,
.hmem-entry-content h3,
.hmem-entry-content h4 {
    margin: 1.8em 0 .65em;
    color: #fff;
    line-height: 1.1;
}

.hmem-entry-content h3 {
    font-size: 1.6rem;
}

.hmem-entry-content a {
    color: var(--hmem-orange-2);
}

.hmem-entry-content img,
.hmem-entry-content video,
.hmem-entry-content iframe {
    max-width: 100%;
    border-radius: 14px;
}

.hmem-info-panel {
    position: sticky;
    top: 100px;
    padding: 26px;
}

.hmem-info-panel h2 {
    font-size: 1.5rem;
}

.hmem-info-panel dl {
    margin: 18px 0;
}

.hmem-info-panel dl > div {
    display: grid;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    grid-template-columns: 92px 1fr;
    gap: 12px;
}

.hmem-info-panel dt {
    color: var(--hmem-muted);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hmem-info-panel dd {
    margin: 0;
    color: #fff;
    font-size: .9rem;
    font-weight: 720;
}

.hmem-fear {
    color: var(--hmem-orange-2);
    letter-spacing: .13em;
}

.hmem-audience-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 18px 0;
}

.hmem-info-panel > .hmem-btn {
    width: 100%;
    margin-top: 6px;
}

.hmem-provider-link {
    display: block;
    margin-top: 16px;
    color: var(--hmem-orange-2) !important;
    font-size: .86rem;
    font-weight: 780;
    text-align: center;
    text-decoration: none !important;
}

.hmem-related {
    padding: 70px max(18px, calc((100vw - var(--hmem-max))/2));
    background: linear-gradient(180deg, #0c0c10, #08080a);
}

.hmem-mobile-buy {
    display: none;
}

/* Proveedores */
.hmem-provider-intro {
    max-width: 920px;
    margin: 50px auto;
    padding: 50px;
    border: 1px solid var(--hmem-border);
    border-radius: 22px;
    background: var(--hmem-panel);
    text-align: center;
}

.hmem-provider-intro h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 2.2rem;
}

.hmem-provider-intro p {
    color: var(--hmem-muted);
}

.hmem-provider-portal,
.hmem-dashboard,
.hmem-editor-wrap {
    width: min(calc(100% - 32px), var(--hmem-max));
    margin: 50px auto;
}

.hmem-provider-portal {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(290px, .7fr);
    gap: 24px;
}

.hmem-provider-register,
.hmem-provider-login,
.hmem-form-section,
.hmem-dashboard-item {
    border: 1px solid var(--hmem-border);
    border-radius: var(--hmem-radius);
    background: var(--hmem-panel);
    box-shadow: var(--hmem-shadow);
}

.hmem-provider-register {
    padding: clamp(28px, 5vw, 52px);
}

.hmem-provider-register h2,
.hmem-dashboard-header h2,
.hmem-editor-wrap h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 950;
    letter-spacing: -.045em;
    line-height: 1;
}

.hmem-provider-register > p,
.hmem-dashboard-header p {
    color: var(--hmem-muted);
    line-height: 1.6;
}

.hmem-provider-login {
    align-self: start;
    padding: 28px;
}

.hmem-provider-login h3 {
    margin-top: 0;
    color: #fff;
    font-size: 1.4rem;
}

.hmem-provider-login label {
    display: block;
    margin-top: 14px;
    color: #e5dfdc;
    font-size: .86rem;
    font-weight: 760;
}

.hmem-provider-login input[type="text"],
.hmem-provider-login input[type="password"] {
    width: 100%;
    min-height: 46px;
    margin-top: 6px;
    padding: 10px 12px;
    border: 1px solid var(--hmem-border);
    border-radius: 10px;
    color: #fff;
    background: #0e0e13;
}

.hmem-provider-login input[type="submit"] {
    min-height: 46px;
    margin-top: 10px;
    padding: 10px 20px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--hmem-orange);
    font-weight: 850;
    cursor: pointer;
}

.hmem-form {
    margin-top: 28px;
}

.hmem-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hmem-span-2 {
    grid-column: 1 / -1;
}

.hmem-form label > span,
.hmem-label {
    display: block;
    margin-bottom: 7px;
    color: #eee8e3;
    font-size: .84rem;
    font-weight: 820;
}

.hmem-form small {
    display: block;
    margin-top: 6px;
    color: var(--hmem-muted);
    font-size: .74rem;
}

.hmem-check {
    display: flex !important;
    align-items: flex-start;
    gap: 9px;
}

.hmem-check input {
    width: 18px !important;
    min-height: 18px !important;
    margin-top: 2px;
    flex: 0 0 auto;
}

.hmem-check > span {
    margin: 0 !important;
    color: #d6d0cd !important;
    font-weight: 620 !important;
}

.hmem-provider-register > .hmem-form > .hmem-check {
    margin: 20px 0;
}

.hmem-message {
    width: min(calc(100% - 32px), var(--hmem-max));
    margin: 20px auto;
    padding: 14px 18px;
    border-radius: 12px;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-weight: 720;
}

.hmem-message-success {
    border: 1px solid rgba(48, 202, 118, .3);
    color: #c9f7dc;
    background: rgba(28, 128, 73, .18);
}

.hmem-message-error {
    border: 1px solid rgba(242, 72, 88, .35);
    color: #ffd3d8;
    background: rgba(161, 25, 45, .2);
}

.hmem-dashboard-header {
    display: flex;
    margin-bottom: 24px;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.hmem-dashboard-header > div {
    max-width: 760px;
}

.hmem-dashboard-list {
    display: grid;
    gap: 12px;
}

.hmem-dashboard-item {
    display: grid;
    padding: 14px;
    grid-template-columns: 84px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
}

.hmem-dashboard-thumb {
    display: grid;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    place-items: center;
    border-radius: 10px;
    color: rgba(255,255,255,.65);
    background: radial-gradient(circle, #6d2712, #111);
    font-weight: 950;
}

.hmem-dashboard-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hmem-dashboard-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hmem-dashboard-title h3 {
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
}

.hmem-dashboard-main p {
    margin: 7px 0 0;
    color: var(--hmem-muted);
    font-size: .86rem;
}

.hmem-status,
.hmem-pending-change {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 850;
}

.hmem-status-published { color: #c9f7dc; background: rgba(28,128,73,.22); }
.hmem-status-pending { color: #ffe0a7; background: rgba(176,103,9,.24); }
.hmem-status-draft,
.hmem-status-private { color: #d4d0dc; background: rgba(255,255,255,.08); }
.hmem-pending-change { margin-top: 9px; color: #ffc788; background: rgba(255,101,0,.13); }

.hmem-dashboard-actions {
    display: flex;
    gap: 8px;
}

.hmem-back {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--hmem-orange-2) !important;
    font-weight: 760;
    text-decoration: none !important;
}

.hmem-plan-form {
    display: grid;
    gap: 18px;
}

.hmem-form-section {
    padding: clamp(22px, 4vw, 34px);
}

.hmem-form-section h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
}

.hmem-form-section .wp-editor-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.hmem-check-grid {
    display: grid;
    gap: 9px;
}

.hmem-upload-field {
    padding: 14px;
    border: 1px dashed rgba(255,255,255,.18);
    border-radius: 14px;
    background: rgba(255,255,255,.025);
}

.hmem-upload-preview {
    display: grid;
    min-height: 185px;
    margin-bottom: 12px;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
    color: var(--hmem-muted);
    background: #0c0c10;
}

.hmem-upload-preview img {
    display: block;
    width: 100%;
    max-height: 320px;
    object-fit: contain;
}

.hmem-submit-bar {
    position: sticky;
    z-index: 20;
    bottom: 12px;
    display: flex;
    padding: 13px 14px 13px 20px;
    border: 1px solid rgba(255,101,0,.24);
    border-radius: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(11,11,14,.94);
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    backdrop-filter: blur(18px);
}

.hmem-submit-bar p {
    margin: 0;
    color: var(--hmem-muted);
    font-size: .86rem;
}

/* Footer */
.hmem-site-footer {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    color: var(--hmem-text);
    background: #060608;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.hmem-footer-skyline {
    position: absolute;
    inset: 0 0 auto;
    height: 90px;
    opacity: .32;
    background:
        linear-gradient(135deg, transparent 45%, #553019 46% 54%, transparent 55%) 0 38px/56px 52px repeat-x,
        linear-gradient(45deg, transparent 45%, #5f3219 46% 54%, transparent 55%) 20px 50px/70px 40px repeat-x;
    filter: blur(.2px);
}

.hmem-footer-inner {
    position: relative;
    display: grid;
    width: min(calc(100% - 32px), var(--hmem-max));
    margin: 0 auto;
    padding: 36px 0 32px;
    border-top: 1px solid rgba(255, 113, 25, .23);
    grid-template-columns: 1fr auto;
    gap: 28px;
}

.hmem-footer-inner strong {
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: -.03em;
}

.hmem-footer-inner p {
    margin: 8px 0 0;
    color: var(--hmem-muted);
}

.hmem-footer-inner nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.hmem-footer-inner nav a {
    color: #ddd7d2;
    font-size: .84rem;
    font-weight: 720;
    text-decoration: none;
}

.hmem-footer-inner .hmem-copyright {
    grid-column: 1 / -1;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.07);
    font-size: .76rem;
}

@media (max-width: 1024px) {
    .hmem-cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hmem-cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .hmem-header-inner nav {
        position: absolute;
        top: 76px;
        right: 0;
        left: 0;
        display: none;
        padding: 12px;
        border: 1px solid var(--hmem-border);
        border-radius: 14px;
        align-items: stretch;
        flex-direction: column;
        background: rgba(9,9,12,.98);
        box-shadow: var(--hmem-shadow);
    }

    .hmem-site-header.is-open nav { display: flex; }
    .hmem-header-inner > .hmem-btn { margin-left: auto; }
    .hmem-menu-toggle { display: block; }

    .hmem-plan-hero-inner {
        grid-template-columns: minmax(220px, 300px) 1fr;
        gap: 36px;
    }

    .hmem-plan-layout {
        grid-template-columns: 1fr 310px;
    }

    .hmem-provider-portal {
        grid-template-columns: 1fr;
    }

    .hmem-provider-login {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .hmem-site-header .hmem-header-inner {
        min-height: 66px;
    }

    .hmem-site-logo { max-width: 155px; }
    .hmem-header-inner nav { top: 66px; }
    .hmem-header-inner > .hmem-btn { display: none; }

    .hmem-plans-section {
        width: min(calc(100% - 22px), var(--hmem-max));
        padding: 34px 0 54px;
    }

    .hmem-filters {
        position: relative;
        grid-template-columns: 1fr;
    }

    .hmem-cols-2,
    .hmem-cols-3,
    .hmem-cols-4 {
        grid-template-columns: 1fr;
    }

    .hmem-card-media {
        aspect-ratio: 4 / 4.8;
    }

    .hmem-card-body > p {
        min-height: 0;
    }

    .hmem-card-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .hmem-card-actions .hmem-btn {
        flex: 1;
    }

    .hmem-archive-hero {
        padding-top: 70px;
    }

    .hmem-plan-hero,
    .hmem-plan-hero-inner {
        min-height: auto;
    }

    .hmem-plan-hero-overlay {
        background:
            linear-gradient(180deg, rgba(5,5,8,.18), rgba(5,5,8,.88) 45%, #09090b 100%),
            linear-gradient(90deg, rgba(5,5,8,.45), rgba(5,5,8,.2));
    }

    .hmem-plan-hero-inner {
        width: min(calc(100% - 24px), var(--hmem-max));
        padding: 40px 0 42px;
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hmem-plan-poster {
        width: min(78vw, 310px);
        margin: 0 auto;
        transform: none;
    }

    .hmem-plan-hero-content {
        text-align: center;
    }

    .hmem-plan-taxonomy,
    .hmem-plan-quickfacts,
    .hmem-plan-conversion {
        justify-content: center;
    }

    .hmem-plan-hero h1 {
        font-size: clamp(3.1rem, 16vw, 5rem);
    }

    .hmem-plan-lead {
        font-size: 1rem;
    }

    .hmem-plan-conversion .hmem-btn-whatsapp {
        width: 100%;
    }

    .hmem-plan-price {
        width: 100%;
        padding: 0;
    }

    .hmem-plan-layout {
        width: min(calc(100% - 22px), var(--hmem-max));
        padding: 42px 0 72px;
        grid-template-columns: 1fr;
    }

    .hmem-info-panel {
        position: static;
    }

    .hmem-related {
        padding: 50px 11px 100px;
    }

    .hmem-mobile-buy {
        position: fixed;
        z-index: 9997;
        right: 8px;
        bottom: 8px;
        left: 8px;
        display: flex;
        padding: 10px 10px 10px 14px;
        border: 1px solid rgba(255,101,0,.3);
        border-radius: 16px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        background: rgba(9,9,12,.96);
        box-shadow: 0 20px 65px rgba(0,0,0,.65);
        backdrop-filter: blur(18px);
    }

    .hmem-mobile-buy small,
    .hmem-mobile-buy strong {
        display: block;
    }

    .hmem-mobile-buy small {
        overflow: hidden;
        max-width: 48vw;
        color: var(--hmem-muted);
        font-size: .7rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hmem-mobile-buy strong {
        margin-top: 2px;
        color: #fff;
        font-size: .95rem;
    }

    .hmem-provider-portal,
    .hmem-dashboard,
    .hmem-editor-wrap {
        width: min(calc(100% - 22px), var(--hmem-max));
        margin: 26px auto;
    }

    .hmem-provider-register,
    .hmem-provider-login,
    .hmem-form-section {
        padding: 22px;
    }

    .hmem-form-grid {
        grid-template-columns: 1fr;
    }

    .hmem-span-2 {
        grid-column: auto;
    }

    .hmem-dashboard-header {
        align-items: stretch;
        flex-direction: column;
    }

    .hmem-dashboard-item {
        grid-template-columns: 72px 1fr;
    }

    .hmem-dashboard-actions {
        grid-column: 1 / -1;
    }

    .hmem-dashboard-actions .hmem-btn {
        flex: 1;
    }

    .hmem-submit-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .hmem-submit-bar p {
        display: none;
    }

    .hmem-site-footer {
        padding-top: 55px;
    }

    .hmem-footer-inner {
        grid-template-columns: 1fr;
    }

    .hmem-footer-inner nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .hmem-footer-inner .hmem-copyright {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hmem-header-fog::before,
    .hmem-card,
    .hmem-card-media img,
    .hmem-btn {
        animation: none !important;
        transition: none !important;
    }
}

.hmem-related-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
}

.hmem-related-heading > div {
    max-width: 820px;
}

.hmem-related-heading .hmem-btn {
    flex: 0 0 auto;
    margin-bottom: 8px;
}

.hmem-related-empty {
    padding: 38px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    text-align: center;
    background: rgba(255,255,255,.035);
}

.hmem-related-empty p {
    margin: 0 0 18px;
    color: var(--hmem-muted);
}

@media (max-width: 760px) {
    .hmem-related-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .hmem-related-heading .hmem-btn {
        width: 100%;
    }
}

/* ================================================================
   Portada y páginas SEO dinámicas (v0.3.0)
   ================================================================ */
body.hmem-dynamic-home-active,
body.hmem-dynamic-landing-active {
    background: #08080b;
}

body.hmem-dynamic-home-active .site-content,
body.hmem-dynamic-landing-active .site-content,
body.hmem-dynamic-home-active .ast-container,
body.hmem-dynamic-landing-active .ast-container,
body.hmem-dynamic-home-active #primary,
body.hmem-dynamic-landing-active #primary,
body.hmem-dynamic-home-active .content-area,
body.hmem-dynamic-landing-active .content-area {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.hmem-dynamic-home-active .entry-header,
body.hmem-dynamic-landing-active .entry-header,
body.hmem-dynamic-home-active .entry-title,
body.hmem-dynamic-landing-active .entry-title {
    display: none !important;
}

.hmem-home,
.hmem-landing {
    overflow: hidden;
    color: var(--hmem-text);
    background:
        radial-gradient(circle at 82% 4%, rgba(168, 11, 36, .14), transparent 23%),
        radial-gradient(circle at 10% 32%, rgba(255, 101, 0, .08), transparent 27%),
        #08080b;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hmem-home *,
.hmem-landing * {
    box-sizing: border-box;
}

.hmem-home-hero {
    position: relative;
    isolation: isolate;
    min-height: min(820px, calc(100vh - 70px));
    display: flex;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 132, 33, .22);
    background:
        linear-gradient(90deg, rgba(5,5,8,.98) 0%, rgba(5,5,8,.9) 42%, rgba(5,5,8,.4) 72%, rgba(5,5,8,.8) 100%),
        linear-gradient(0deg, #08080b 0%, transparent 35%),
        var(--hmem-hero-image, radial-gradient(circle at 80% 40%, #45101d, #08080b 62%));
    background-position: center;
    background-size: cover;
}

.hmem-home-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0, rgba(255,255,255,.018) 1px, transparent 1px, transparent 5px),
        radial-gradient(circle at 75% 42%, transparent 0 12%, rgba(0,0,0,.2) 48%, rgba(0,0,0,.78) 100%);
    mix-blend-mode: screen;
    opacity: .42;
}

.hmem-home-hero::after {
    position: absolute;
    z-index: -1;
    inset: auto 0 0;
    height: 220px;
    content: "";
    background: linear-gradient(transparent, #08080b 86%);
}

.hmem-home-hero-fog,
.hmem-home-hero-fog::before,
.hmem-home-hero-fog::after {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.hmem-home-hero-fog {
    inset: 0;
    overflow: hidden;
}

.hmem-home-hero-fog::before,
.hmem-home-hero-fog::after {
    width: 75%;
    height: 180px;
    border-radius: 50%;
    content: "";
    background: radial-gradient(ellipse, rgba(231,222,210,.17), transparent 67%);
    filter: blur(22px);
    animation: hmem-home-fog 16s ease-in-out infinite alternate;
}

.hmem-home-hero-fog::before {
    bottom: 3%;
    left: -28%;
}

.hmem-home-hero-fog::after {
    right: -25%;
    bottom: 13%;
    animation-delay: -7s;
}

@keyframes hmem-home-fog {
    to { transform: translateX(42%) scale(1.15); opacity: .42; }
}

.hmem-home-hero-inner {
    display: grid;
    width: min(calc(100% - 44px), 1380px);
    margin: 0 auto;
    padding: 82px 0 120px;
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, .72fr);
    align-items: center;
    gap: clamp(36px, 7vw, 110px);
}

.hmem-home-hero-copy {
    max-width: 790px;
}

.hmem-home-hero-copy h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(3.25rem, 7.8vw, 7.6rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: .88;
    text-wrap: balance;
    text-shadow: 0 8px 35px rgba(0,0,0,.65), 0 0 42px rgba(190,21,40,.18);
    text-transform: uppercase;
}

.hmem-home-hero-copy > p {
    max-width: 690px;
    margin: 28px 0 0;
    color: #d4cfca;
    font-size: clamp(1.02rem, 1.55vw, 1.3rem);
    line-height: 1.65;
}

.hmem-home-hero-actions {
    display: flex;
    margin-top: 34px;
    flex-wrap: wrap;
    gap: 12px;
}

.hmem-home-search {
    display: grid;
    max-width: 780px;
    margin-top: 34px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
    gap: 8px;
    background: rgba(9,9,13,.72);
    box-shadow: 0 28px 70px rgba(0,0,0,.32);
    backdrop-filter: blur(18px);
}

.hmem-home-search label {
    display: grid;
    gap: 4px;
}

.hmem-home-search label > span {
    padding-left: 12px;
    color: #9e9791;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.hmem-home-search select {
    width: 100%;
    min-height: 48px;
    padding: 0 36px 0 12px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background-color: rgba(255,255,255,.065);
}

.hmem-home-search .hmem-btn {
    min-height: 48px;
    white-space: nowrap;
}

.hmem-spotlight-card {
    position: relative;
    width: min(100%, 440px);
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 146, 43, .32);
    border-radius: 26px;
    background: rgba(12,12,16,.86);
    box-shadow: 0 38px 100px rgba(0,0,0,.58), 0 0 70px rgba(184,15,38,.12);
    transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
    transition: transform .35s ease, box-shadow .35s ease;
    backdrop-filter: blur(18px);
}

.hmem-spotlight-card:hover {
    box-shadow: 0 44px 110px rgba(0,0,0,.68), 0 0 85px rgba(255,101,0,.18);
    transform: perspective(1100px) rotateY(0) translateY(-6px);
}

.hmem-spotlight-poster {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5.25;
    overflow: hidden;
    background: #17151b;
}

.hmem-spotlight-poster::after {
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    content: "";
    background: linear-gradient(transparent, rgba(12,12,16,.98));
}

.hmem-spotlight-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s ease;
}

.hmem-spotlight-card:hover .hmem-spotlight-poster img {
    transform: scale(1.035);
}

.hmem-spotlight-label {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: #fff;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ff6500, #ad1027);
    box-shadow: 0 12px 30px rgba(0,0,0,.3);
}

.hmem-spotlight-copy {
    position: relative;
    z-index: 3;
    margin-top: -58px;
    padding: 24px;
}

.hmem-spotlight-copy h2 {
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.05;
}

.hmem-spotlight-copy h2 a {
    color: #fff;
    text-decoration: none;
}

.hmem-spotlight-copy p {
    margin: 13px 0;
    color: #bcb5b1;
    line-height: 1.55;
}

.hmem-spotlight-meta,
.hmem-spotlight-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hmem-spotlight-meta {
    justify-content: space-between;
    margin: 14px 0 18px;
    color: #d5cdc6;
    font-size: .85rem;
}

.hmem-spotlight-meta strong {
    color: var(--hmem-orange-2);
    font-size: 1.15rem;
}

.hmem-home-section,
.hmem-landing-content,
.hmem-home-provider-cta {
    width: min(calc(100% - 44px), 1380px);
    margin: 0 auto;
}

.hmem-home-section,
.hmem-landing-content {
    padding: 82px 0;
}

.hmem-home-section-heading,
.hmem-landing-toolbar {
    display: flex;
    margin-bottom: 32px;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
}

.hmem-home-section-heading > div,
.hmem-landing-toolbar > div {
    max-width: 820px;
}

.hmem-home-section-heading h2,
.hmem-landing-toolbar h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4.8vw, 4.1rem);
    line-height: .98;
    letter-spacing: -.035em;
}

.hmem-home-section-heading p {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--hmem-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.hmem-category-tiles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hmem-category-tile {
    position: relative;
    display: grid;
    min-height: 145px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    color: #fff !important;
    text-decoration: none !important;
    background:
        radial-gradient(circle at 100% 0, rgba(255,101,0,.23), transparent 44%),
        linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
    box-shadow: 0 24px 55px rgba(0,0,0,.23);
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.hmem-category-tile::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.07), transparent 70%);
    transform: translateX(-120%);
    transition: transform .65s ease;
}

.hmem-category-tile:hover {
    border-color: rgba(255,132,33,.5);
    transform: translateY(-6px);
}

.hmem-category-tile:hover::before {
    transform: translateX(120%);
}

.hmem-category-icon {
    font-size: 2.3rem;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}

.hmem-category-copy {
    display: grid;
    gap: 6px;
}

.hmem-category-copy strong {
    font-size: 1.08rem;
    line-height: 1.1;
}

.hmem-category-copy small {
    color: #a9a29e;
}

.hmem-category-arrow {
    font-size: 1.5rem;
    transition: transform .25s ease;
}

.hmem-category-tile:hover .hmem-category-arrow {
    transform: translateX(5px);
}

.hmem-ranking-section {
    position: relative;
}

.hmem-ranking-section::before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 50%;
    width: 100vw;
    height: 100%;
    content: "";
    transform: translateX(50%);
    background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(184,15,38,.04), rgba(255,255,255,.01));
    pointer-events: none;
}

.hmem-ranking-section > * {
    position: relative;
    z-index: 1;
}

.hmem-ranking-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
}

.hmem-ranked-item {
    position: relative;
    padding-left: 24px;
}

.hmem-rank-number {
    position: absolute;
    z-index: 3;
    top: 30%;
    left: 0;
    color: transparent;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(5.5rem, 10vw, 9rem);
    line-height: .7;
    -webkit-text-stroke: 2px rgba(255,255,255,.23);
    text-shadow: 0 10px 40px rgba(0,0,0,.5);
    transform: translate(-34%, -50%);
    pointer-events: none;
}

.hmem-ranked-item .hmem-card {
    position: relative;
    z-index: 2;
}

.hmem-universe-stack {
    display: grid;
    gap: 62px;
}

.hmem-universe-row {
    display: grid;
    grid-template-columns: minmax(230px, .55fr) minmax(0, 1.7fr);
    gap: 28px;
    align-items: start;
}

.hmem-universe-heading {
    position: sticky;
    top: 108px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,101,0,.095), rgba(255,255,255,.025));
}

.hmem-universe-heading h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 3.6vw, 3rem);
    line-height: 1;
}

.hmem-universe-heading p {
    margin: 16px 0 22px;
    color: var(--hmem-muted);
    line-height: 1.55;
}

.hmem-universe-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hmem-universe-cards .hmem-card-body {
    padding: 16px;
}

.hmem-universe-cards .hmem-card-body > p,
.hmem-universe-cards .hmem-card-actions .hmem-btn-primary {
    display: none;
}

.hmem-universe-cards .hmem-card-footer {
    align-items: stretch;
    flex-direction: column;
}

.hmem-universe-cards .hmem-card-actions,
.hmem-universe-cards .hmem-card-actions .hmem-btn {
    width: 100%;
}

.hmem-home-provider-cta {
    display: flex;
    margin-top: 40px;
    margin-bottom: 100px;
    padding: clamp(30px, 5vw, 62px);
    overflow: hidden;
    border: 1px solid rgba(255,144,42,.28);
    border-radius: 28px;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    background:
        radial-gradient(circle at 90% 20%, rgba(255,101,0,.2), transparent 35%),
        linear-gradient(135deg, #171219, #0d0d12);
    box-shadow: 0 34px 80px rgba(0,0,0,.32);
}

.hmem-home-provider-cta > div {
    max-width: 780px;
}

.hmem-home-provider-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 5vw, 4.4rem);
    line-height: .95;
}

.hmem-home-provider-cta p {
    margin: 18px 0 0;
    color: #bcb5b1;
    font-size: 1.05rem;
    line-height: 1.65;
}

/* Landings de categorías sobre las URL antiguas */
.hmem-landing-hero {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: end;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,132,33,.18);
    background:
        radial-gradient(circle at 82% 38%, rgba(181,16,39,.35), transparent 25%),
        radial-gradient(circle at 15% 16%, rgba(255,101,0,.15), transparent 27%),
        linear-gradient(145deg, #060609 12%, #171017 58%, #08080b);
}

.hmem-landing-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(0deg, #08080b, transparent 55%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0, rgba(255,255,255,.018) 1px, transparent 1px, transparent 6px);
}

.hmem-landing-hero-inner {
    position: relative;
    width: min(calc(100% - 44px), 1380px);
    margin: 0 auto;
    padding: 100px 0 72px;
}

.hmem-landing-hero h1 {
    max-width: 1050px;
    margin: 0;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(3rem, 7vw, 7rem);
    letter-spacing: -.025em;
    line-height: .9;
    text-transform: uppercase;
}

.hmem-landing-hero p {
    max-width: 840px;
    margin: 24px 0 0;
    color: #c9c2bd;
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.65;
}

.hmem-landing-stats {
    display: inline-flex;
    margin-top: 28px;
    padding: 11px 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,.04);
}

.hmem-landing-stats strong {
    color: var(--hmem-orange-2);
    font-size: 1.25rem;
}

.hmem-landing-stats span {
    color: #ddd6d0;
    font-weight: 800;
}

.hmem-landing-other {
    padding-top: 25px;
}

@media (max-width: 1120px) {
    .hmem-home-hero-inner {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 36px;
    }

    .hmem-category-tiles,
    .hmem-ranking-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hmem-universe-row {
        grid-template-columns: 1fr;
    }

    .hmem-universe-heading {
        position: relative;
        top: auto;
    }
}

@media (max-width: 860px) {
    .hmem-home-hero {
        min-height: auto;
    }

    .hmem-home-hero-inner {
        padding-top: 62px;
        grid-template-columns: 1fr;
    }

    .hmem-home-hero-copy h1 {
        font-size: clamp(3.2rem, 13vw, 6rem);
    }

    .hmem-spotlight-card {
        width: min(100%, 520px);
        margin: 0;
        transform: none;
    }

    .hmem-home-search {
        grid-template-columns: 1fr 1fr;
    }

    .hmem-home-search .hmem-btn {
        grid-column: 1 / -1;
    }

    .hmem-universe-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hmem-home-provider-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .hmem-home-provider-cta .hmem-btn {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .hmem-home-hero-inner,
    .hmem-home-section,
    .hmem-landing-content,
    .hmem-home-provider-cta,
    .hmem-landing-hero-inner {
        width: min(calc(100% - 24px), 1380px);
    }

    .hmem-home-hero-inner {
        padding: 48px 0 90px;
    }

    .hmem-home-hero-copy h1 {
        font-size: clamp(2.85rem, 16vw, 4.8rem);
    }

    .hmem-home-hero-copy > p {
        margin-top: 20px;
        font-size: 1rem;
    }

    .hmem-home-hero-actions,
    .hmem-spotlight-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hmem-home-hero-actions .hmem-btn,
    .hmem-spotlight-actions .hmem-btn {
        width: 100%;
    }

    .hmem-home-search {
        grid-template-columns: 1fr;
    }

    .hmem-home-search .hmem-btn {
        grid-column: auto;
    }

    .hmem-home-section,
    .hmem-landing-content {
        padding: 58px 0;
    }

    .hmem-home-section-heading,
    .hmem-landing-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .hmem-home-section-heading > .hmem-btn,
    .hmem-landing-toolbar > .hmem-btn {
        width: 100%;
    }

    .hmem-category-tiles,
    .hmem-ranking-grid,
    .hmem-universe-cards {
        grid-template-columns: 1fr;
    }

    .hmem-category-tile {
        min-height: 112px;
    }

    .hmem-ranked-item {
        padding-left: 20px;
    }

    .hmem-rank-number {
        top: 24%;
        font-size: 7.5rem;
    }

    .hmem-landing-hero {
        min-height: 410px;
    }

    .hmem-landing-hero h1 {
        font-size: clamp(2.8rem, 15vw, 5rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hmem-home-hero-fog::before,
    .hmem-home-hero-fog::after,
    .hmem-spotlight-card,
    .hmem-spotlight-poster img,
    .hmem-category-tile,
    .hmem-category-tile::before {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* Estados operativos */
.hmem-badge-status{background:#e5e7eb;color:#111827}.hmem-status-upcoming{background:#fef3c7;color:#92400e}.hmem-status-sold_out{background:#ffedd5;color:#9a3412}.hmem-status-paused{background:#ede9fe;color:#5b21b6}.hmem-status-past{background:#e5e7eb;color:#374151}.hmem-btn-disabled{display:inline-flex;align-items:center;justify-content:center;opacity:.82;cursor:not-allowed;background:#444!important;color:#fff!important;border-color:#555!important}.hmem-availability-banner{width:min(1180px,calc(100% - 32px));margin:26px auto 0;padding:22px 26px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#24133d,#100b18);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 50px rgba(0,0,0,.28)}.hmem-availability-banner h2{margin:3px 0 6px;color:#fff}.hmem-availability-banner p{margin:0;max-width:760px;color:rgba(255,255,255,.8)}.hmem-availability-past{background:linear-gradient(135deg,#252525,#111)}.hmem-availability-sold_out{background:linear-gradient(135deg,#4a1d0b,#170b07)}.hmem-availability-upcoming{background:linear-gradient(135deg,#423006,#161006)}
@media(max-width:760px){.hmem-availability-banner{align-items:flex-start;flex-direction:column;padding:20px}.hmem-availability-banner .hmem-btn{width:100%}}

/* =========================================================
   V0.5.0 · CABECERA, NAVEGACIÓN Y PIE GLOBAL
   ========================================================= */

body.hmem-menu-open,
body.hmem-search-open {
    overflow: hidden;
}

body.hmem-custom-header-active #masthead,
body.hmem-custom-header-active .ast-primary-header-bar,
body.hmem-custom-header-active .ast-mobile-header-wrap,
body.hmem-custom-header-active .site-header:not(.hmem-site-header),
body.hmem-custom-footer-active #colophon,
body.hmem-custom-footer-active .site-footer:not(.hmem-site-footer),
body.hmem-custom-footer-active .site-below-footer-wrap,
body.hmem-custom-footer-active .site-above-footer-wrap,
body.hmem-custom-footer-active .site-primary-footer-wrap {
    display: none !important;
}

.hmem-site-chrome,
.hmem-site-chrome * {
    box-sizing: border-box;
}

.hmem-header-wrap {
    position: sticky;
    z-index: 99990;
    top: 0;
    width: 100%;
    color: #f9f5ef;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-bar .hmem-header-wrap {
    top: 32px;
}

.hmem-header-glow {
    position: absolute;
    z-index: -1;
    top: -90px;
    left: 50%;
    width: min(900px, 95vw);
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 94, 0, .25), transparent 68%);
    filter: blur(35px);
    pointer-events: none;
    transform: translateX(-50%);
}

.hmem-header-top {
    position: relative;
    z-index: 2;
    height: 31px;
    border-bottom: 1px solid rgba(255, 255, 255, .055);
    background:
        linear-gradient(90deg, rgba(134, 15, 31, .45), rgba(20, 12, 18, .94) 35%, rgba(20, 12, 18, .94) 65%, rgba(188, 62, 4, .38)),
        #09080c;
    transition: height .25s ease, opacity .25s ease;
}

.hmem-header-top-inner {
    display: flex;
    width: min(calc(100% - 34px), 1380px);
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hmem-header-top p {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 8px;
    color: #cfc6c0;
    font-size: 11px;
    font-weight: 720;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.hmem-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff7a19;
    box-shadow: 0 0 0 4px rgba(255, 107, 18, .13), 0 0 15px rgba(255, 101, 0, .9);
    animation: hmem-live-pulse 2.2s ease-in-out infinite;
}

@keyframes hmem-live-pulse {
    50% { opacity: .56; transform: scale(.86); }
}

.hmem-header-top nav {
    display: flex;
    align-items: center;
    gap: 18px;
}

.hmem-header-top nav a {
    color: #bcb4b0;
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
    transition: color .2s ease;
}

.hmem-header-top nav a:hover {
    color: #ffad52;
}

.hmem-header-wrap .hmem-site-header {
    position: relative;
    z-index: 3;
    top: auto;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(255, 132, 27, .21);
    background:
        linear-gradient(180deg, rgba(11, 10, 14, .97), rgba(7, 7, 10, .94)),
        #09090c;
    box-shadow: 0 16px 45px rgba(0, 0, 0, .34);
    backdrop-filter: blur(18px) saturate(130%);
    transition: background .25s ease, box-shadow .25s ease;
}

.hmem-header-wrap.is-scrolled .hmem-header-top {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.hmem-header-wrap.is-scrolled .hmem-site-header {
    background: rgba(7, 7, 10, .96);
    box-shadow: 0 15px 44px rgba(0, 0, 0, .54);
}

.hmem-header-wrap .hmem-header-fog {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.hmem-header-wrap .hmem-header-fog::before,
.hmem-header-wrap .hmem-header-fog::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.hmem-header-wrap .hmem-header-fog::before {
    top: -56px;
    left: -10%;
    width: 44%;
    height: 125px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255, 255, 255, .08), transparent 67%);
    filter: blur(16px);
    animation: hmem-header-cloud 17s linear infinite alternate;
}

.hmem-header-wrap .hmem-header-fog::after {
    right: 5%;
    bottom: -45px;
    width: 34%;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255, 95, 0, .09), transparent 70%);
    filter: blur(16px);
}

@keyframes hmem-header-cloud {
    to { transform: translateX(115%); opacity: .38; }
}

.hmem-header-wrap .hmem-header-inner {
    position: relative;
    display: flex;
    width: min(calc(100% - 34px), 1380px);
    min-height: 82px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    gap: clamp(18px, 2.2vw, 36px);
    transition: min-height .25s ease;
}

.hmem-header-wrap.is-scrolled .hmem-header-inner {
    min-height: 70px;
}

.hmem-header-wrap .hmem-site-logo {
    position: relative;
    display: inline-flex;
    z-index: 2;
    width: auto;
    min-width: 175px;
    max-width: 225px;
    flex: 0 0 auto;
    align-items: center;
    color: #fff !important;
    text-decoration: none !important;
}

.hmem-header-wrap .hmem-site-logo::after {
    position: absolute;
    z-index: -1;
    right: 7%;
    bottom: -12px;
    left: 7%;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 77, 0, .23);
    content: "";
    filter: blur(13px);
    opacity: 0;
    transition: opacity .25s ease;
}

.hmem-header-wrap .hmem-site-logo:hover::after {
    opacity: 1;
}

.hmem-header-wrap .hmem-site-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 62px;
    object-fit: contain;
}

.hmem-header-wrap .hmem-wordmark,
.hmem-site-footer .hmem-wordmark {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 950;
    letter-spacing: -.04em;
    line-height: .88;
}

.hmem-header-wrap .hmem-wordmark small,
.hmem-site-footer .hmem-wordmark small {
    display: block;
    margin-bottom: 3px;
    color: #ff9a2f;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .31em;
}

.hmem-wordmark-icon {
    display: grid;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 145, 53, .43);
    border-radius: 13px 13px 17px 17px;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #f56b0c, #8f1426);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 10px 25px rgba(184, 24, 16, .28);
    font-size: 13px;
    letter-spacing: -.05em;
}

.hmem-primary-nav {
    display: flex;
    min-width: 0;
    flex: 1;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

.hmem-nav-list {
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch;
    justify-content: center;
    gap: 1px;
    list-style: none !important;
}

.hmem-nav-item,
.hmem-native-menu > li {
    position: relative;
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.hmem-nav-link,
.hmem-native-menu > li > a {
    position: relative;
    display: flex;
    min-height: 46px;
    padding: 12px clamp(8px, .85vw, 14px);
    border: 0;
    border-radius: 12px;
    align-items: center;
    gap: 6px;
    color: #e7dfda !important;
    background: transparent;
    font-size: clamp(12px, .82vw, 14px);
    font-weight: 790;
    letter-spacing: -.015em;
    line-height: 1.15;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.hmem-nav-link::after,
.hmem-native-menu > li > a::after {
    position: absolute;
    right: 12px;
    bottom: 5px;
    left: 12px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #ff8c25, #d9271e);
    content: "";
    opacity: 0;
    transform: scaleX(.25);
    transition: opacity .2s ease, transform .2s ease;
}

.hmem-nav-link:hover,
.hmem-nav-link:focus-visible,
.hmem-nav-link.is-current,
.hmem-native-menu > li > a:hover,
.hmem-native-menu > li > a:focus-visible,
.hmem-native-menu > .current-menu-item > a,
.hmem-native-menu > .current-menu-ancestor > a {
    color: #fff !important;
    background: rgba(255, 116, 20, .085);
}

.hmem-nav-link:hover::after,
.hmem-nav-link.is-current::after,
.hmem-native-menu > li > a:hover::after,
.hmem-native-menu > .current-menu-item > a::after,
.hmem-native-menu > .current-menu-ancestor > a::after {
    opacity: 1;
    transform: scaleX(1);
}

.hmem-nav-link span {
    color: #ff9a32;
    font-size: 13px;
    transition: transform .2s ease;
}

.hmem-has-submenu.is-open > .hmem-submenu-toggle span {
    transform: rotate(180deg);
}

.hmem-mega-menu,
.hmem-submenu,
.hmem-native-menu .sub-menu {
    position: absolute;
    z-index: 99999;
    top: calc(100% - 5px);
    visibility: hidden;
    margin: 0 !important;
    border: 1px solid rgba(255, 133, 37, .2);
    background:
        radial-gradient(circle at 10% 0, rgba(255, 101, 0, .1), transparent 34%),
        rgba(11, 10, 14, .985);
    box-shadow: 0 28px 70px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.04);
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    backdrop-filter: blur(22px);
}

.hmem-mega-menu {
    left: 50%;
    width: min(720px, calc(100vw - 40px));
    padding: 18px;
    border-radius: 20px;
    transform: translate(-50%, 12px);
}

.hmem-submenu,
.hmem-native-menu .sub-menu {
    left: 0;
    width: 245px;
    padding: 9px !important;
    border-radius: 15px;
    list-style: none !important;
}

.hmem-has-submenu:hover > .hmem-mega-menu,
.hmem-has-submenu:focus-within > .hmem-mega-menu,
.hmem-has-submenu.is-open > .hmem-mega-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.hmem-has-submenu:hover > .hmem-submenu,
.hmem-has-submenu:focus-within > .hmem-submenu,
.hmem-has-submenu.is-open > .hmem-submenu,
.hmem-native-menu li:hover > .sub-menu,
.hmem-native-menu li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.hmem-mega-heading {
    display: flex;
    margin-bottom: 12px;
    padding: 0 3px 12px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.hmem-mega-heading span {
    color: #fff;
    font-size: 13px;
    font-weight: 850;
}

.hmem-mega-heading a {
    color: #ff9f43 !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.hmem-mega-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.hmem-mega-card {
    display: flex;
    min-width: 0;
    min-height: 79px;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 13px;
    align-items: center;
    gap: 11px;
    color: #fff !important;
    background: rgba(255,255,255,.028);
    text-decoration: none !important;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.hmem-mega-card:hover {
    border-color: rgba(255, 129, 29, .38);
    background: linear-gradient(135deg, rgba(255, 104, 8, .12), rgba(143, 20, 38, .08));
    transform: translateY(-2px);
}

.hmem-mega-icon {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
    place-items: center;
    background: rgba(255, 113, 17, .1);
    font-size: 20px;
}

.hmem-mega-card strong,
.hmem-mega-card small {
    display: block;
}

.hmem-mega-card strong {
    color: #f8f4f0;
    font-size: 12px;
    line-height: 1.15;
}

.hmem-mega-card small {
    margin-top: 4px;
    color: #9f9794;
    font-size: 10px;
    line-height: 1.25;
}

.hmem-submenu li,
.hmem-native-menu .sub-menu li {
    margin: 0;
    list-style: none;
}

.hmem-submenu a,
.hmem-native-menu .sub-menu a {
    display: flex;
    padding: 10px 11px;
    border-radius: 9px;
    align-items: center;
    justify-content: space-between;
    color: #e8e1dd !important;
    font-size: 12px;
    font-weight: 740;
    text-decoration: none !important;
}

.hmem-submenu a:hover,
.hmem-native-menu .sub-menu a:hover {
    color: #fff !important;
    background: rgba(255, 112, 16, .1);
}

.hmem-submenu a span {
    display: grid;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 99px;
    place-items: center;
    color: #ffae58;
    background: rgba(255, 118, 19, .1);
    font-size: 10px;
}

.hmem-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.hmem-icon-button,
.hmem-menu-toggle {
    display: grid;
    width: 43px;
    height: 43px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 13px;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.035);
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.hmem-icon-button:hover,
.hmem-menu-toggle:hover {
    border-color: rgba(255, 133, 36, .36);
    background: rgba(255, 109, 12, .09);
    transform: translateY(-1px);
}

.hmem-icon-button svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.hmem-header-cta {
    display: inline-flex;
    min-height: 45px;
    padding: 0 16px 0 18px;
    border: 1px solid rgba(255, 159, 68, .27);
    border-radius: 14px;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    background: linear-gradient(135deg, #f4700c, #d93b17 61%, #9d1526);
    box-shadow: 0 12px 28px rgba(211, 54, 12, .24), inset 0 1px 0 rgba(255,255,255,.24);
    font-size: 12px;
    font-weight: 860;
    text-decoration: none !important;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}

.hmem-header-cta:hover {
    color: #fff !important;
    box-shadow: 0 15px 34px rgba(226, 64, 8, .35), inset 0 1px 0 rgba(255,255,255,.27);
    transform: translateY(-2px);
}

.hmem-header-cta svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.hmem-header-cta:hover svg {
    transform: translateX(3px);
}

.hmem-header-wrap .hmem-menu-toggle {
    display: none;
    position: relative;
}

.hmem-header-wrap .hmem-menu-toggle span {
    position: absolute;
    width: 19px;
    height: 2px;
    margin: 0;
    border-radius: 99px;
    background: #fff;
    transition: transform .24s ease, opacity .2s ease, top .24s ease;
}

.hmem-header-wrap .hmem-menu-toggle span:nth-child(1) { top: 14px; }
.hmem-header-wrap .hmem-menu-toggle span:nth-child(2) { top: 20px; }
.hmem-header-wrap .hmem-menu-toggle span:nth-child(3) { top: 26px; }
.hmem-header-wrap .hmem-menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.hmem-header-wrap .hmem-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hmem-header-wrap .hmem-menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 20px; transform: rotate(-45deg); }

.hmem-mobile-nav-actions {
    display: none;
}

.hmem-mobile-backdrop {
    position: fixed;
    z-index: 99970;
    inset: 0;
    visibility: hidden;
    background: rgba(0,0,0,.68);
    opacity: 0;
    transition: opacity .25s ease, visibility .25s ease;
    backdrop-filter: blur(4px);
}

.hmem-search-panel {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    visibility: hidden;
    padding: 26px;
    place-items: center;
    color: #fff;
    background:
        radial-gradient(circle at 50% 15%, rgba(255, 101, 0, .17), transparent 36%),
        linear-gradient(rgba(5,5,8,.94), rgba(5,5,8,.985));
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    backdrop-filter: blur(18px);
}

.hmem-search-panel.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.hmem-search-close {
    position: absolute;
    top: 28px;
    right: 32px;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    place-items: center;
    color: #fff;
    background: rgba(255,255,255,.04);
    font-size: 31px;
    font-weight: 300;
    cursor: pointer;
}

.hmem-search-inner {
    width: min(760px, 100%);
    text-align: center;
}

.hmem-search-inner h2 {
    max-width: 700px;
    margin: 0 auto 27px;
    color: #fff;
    font-size: clamp(30px, 5vw, 56px);
    font-weight: 920;
    letter-spacing: -.055em;
    line-height: .98;
}

.hmem-search-inner form {
    display: grid;
    padding: 7px;
    border: 1px solid rgba(255, 140, 46, .26);
    border-radius: 18px;
    grid-template-columns: 1fr auto;
    background: rgba(255,255,255,.065);
    box-shadow: 0 24px 70px rgba(0,0,0,.42);
}

.hmem-search-inner input[type="search"] {
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 0 18px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    font-size: 17px;
}

.hmem-search-inner input[type="search"]::placeholder {
    color: #8e8887;
}

.hmem-search-inner form button {
    min-height: 58px;
    padding: 0 23px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, #f56d0c, #b91829);
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
}

.hmem-search-shortcuts {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.hmem-search-shortcuts a {
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 99px;
    color: #d5ceca !important;
    background: rgba(255,255,255,.025);
    font-size: 11px;
    font-weight: 740;
    text-decoration: none !important;
}

.hmem-search-shortcuts a:hover {
    border-color: rgba(255, 134, 36, .34);
    color: #fff !important;
}

/* Pie global */
.hmem-site-footer {
    position: relative;
    z-index: 3;
    overflow: hidden;
    margin: 0;
    padding: 90px 0 0;
    color: #eae4df;
    background:
        radial-gradient(circle at 82% 10%, rgba(206, 58, 7, .1), transparent 25%),
        radial-gradient(circle at 18% 30%, rgba(138, 15, 34, .1), transparent 28%),
        linear-gradient(180deg, #08080b, #050507 75%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hmem-footer-shell {
    position: relative;
    z-index: 3;
    width: min(calc(100% - 36px), 1320px);
    margin: 0 auto;
}

.hmem-footer-moon {
    position: absolute;
    z-index: 1;
    top: 46px;
    right: 9%;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background: radial-gradient(circle at 38% 34%, #ffd89a, #e8802e 54%, #9f2a15 100%);
    box-shadow: 0 0 45px rgba(255, 120, 25, .19);
    opacity: .34;
}

.hmem-footer-moon::before,
.hmem-footer-moon::after {
    position: absolute;
    border-radius: 50%;
    background: rgba(87, 39, 20, .24);
    content: "";
}

.hmem-footer-moon::before { width: 19px; height: 19px; top: 21px; left: 25px; }
.hmem-footer-moon::after { width: 12px; height: 12px; right: 23px; bottom: 25px; }

.hmem-site-footer .hmem-footer-skyline {
    position: absolute;
    z-index: 1;
    inset: auto 0 0;
    height: 265px;
    opacity: .35;
    background:
        linear-gradient(90deg, transparent 0 4%, #161218 4% 8%, transparent 8% 10%, #161218 10% 16%, transparent 16% 18%, #161218 18% 26%, transparent 26% 31%, #161218 31% 37%, transparent 37% 40%, #161218 40% 49%, transparent 49% 54%, #161218 54% 62%, transparent 62% 67%, #161218 67% 73%, transparent 73% 76%, #161218 76% 83%, transparent 83% 88%, #161218 88% 94%, transparent 94%) bottom/100% 88px no-repeat;
    pointer-events: none;
}

.hmem-site-footer .hmem-footer-skyline::before {
    position: absolute;
    right: 0;
    bottom: 86px;
    left: 0;
    height: 78px;
    background:
        linear-gradient(67deg, transparent 48%, #161218 49% 55%, transparent 56%) 14% 100%/75px 72px no-repeat,
        linear-gradient(113deg, transparent 48%, #161218 49% 55%, transparent 56%) 19% 100%/75px 72px no-repeat,
        linear-gradient(90deg, transparent 45%, #161218 46% 55%, transparent 56%) 16.5% 100%/140px 78px no-repeat,
        linear-gradient(67deg, transparent 48%, #161218 49% 55%, transparent 56%) 70% 100%/80px 65px no-repeat,
        linear-gradient(113deg, transparent 48%, #161218 49% 55%, transparent 56%) 76% 100%/80px 65px no-repeat;
    content: "";
}

.hmem-footer-web {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 210px;
    height: 210px;
    opacity: .055;
    background:
        repeating-radial-gradient(circle at top left, transparent 0 24px, #fff 25px 26px, transparent 27px 47px),
        conic-gradient(from 0deg at top left, transparent 0 10deg, #fff 11deg 12deg, transparent 13deg 42deg, #fff 43deg 44deg, transparent 45deg 77deg, #fff 78deg 79deg, transparent 80deg);
    pointer-events: none;
}

.hmem-footer-web-left { left: 0; }
.hmem-footer-web-right { right: 0; transform: scaleX(-1); }

.hmem-footer-cta {
    position: relative;
    display: grid;
    overflow: hidden;
    margin-bottom: 58px;
    padding: clamp(25px, 4vw, 42px);
    border: 1px solid rgba(255, 133, 29, .25);
    border-radius: 25px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;
    background:
        linear-gradient(105deg, rgba(37, 15, 20, .96), rgba(15, 12, 16, .95) 55%, rgba(61, 22, 10, .93)),
        #130e11;
    box-shadow: 0 30px 80px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.055);
}

.hmem-footer-cta::before {
    position: absolute;
    top: -60px;
    right: 13%;
    width: 230px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 104, 9, .18), transparent 68%);
    content: "";
    filter: blur(15px);
}

.hmem-footer-cta h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 920;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.hmem-footer-cta p {
    max-width: 730px;
    margin: 10px 0 0;
    color: #aaa19e;
    font-size: 14px;
    line-height: 1.55;
}

.hmem-footer-main {
    display: grid;
    padding: 0 0 46px;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, .7fr));
    gap: clamp(26px, 4vw, 58px);
}

.hmem-footer-brand .hmem-site-logo {
    display: inline-flex;
    max-width: 225px;
    color: #fff !important;
    text-decoration: none !important;
}

.hmem-footer-brand .hmem-site-logo img {
    width: auto;
    max-width: 100%;
    max-height: 66px;
    object-fit: contain;
}

.hmem-footer-brand > p {
    max-width: 360px;
    margin: 20px 0 0;
    color: #9f9794;
    font-size: 13px;
    line-height: 1.65;
}

.hmem-footer-column h3 {
    position: relative;
    margin: 3px 0 18px;
    padding-bottom: 11px;
    color: #fff;
    font-size: 13px;
    font-weight: 880;
    letter-spacing: .015em;
}

.hmem-footer-column h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #ff8523, #9f1828);
    content: "";
}

.hmem-footer-column ul,
.hmem-footer-menu-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.hmem-footer-column li,
.hmem-footer-menu-list li {
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style: none !important;
}

.hmem-footer-column a,
.hmem-footer-menu-list a {
    display: inline-flex;
    align-items: center;
    color: #aaa29e !important;
    font-size: 12px;
    font-weight: 680;
    line-height: 1.35;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
}

.hmem-footer-column a::before,
.hmem-footer-menu-list a::before {
    width: 0;
    height: 1px;
    margin-right: 0;
    background: #ff8423;
    content: "";
    transition: width .2s ease, margin .2s ease;
}

.hmem-footer-column a:hover,
.hmem-footer-menu-list a:hover {
    color: #fff !important;
    transform: translateX(2px);
}

.hmem-footer-column a:hover::before,
.hmem-footer-menu-list a:hover::before {
    width: 10px;
    margin-right: 6px;
}

.hmem-social-links {
    display: flex;
    margin-top: 20px;
    gap: 8px;
}

.hmem-social-links a {
    display: grid;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 11px;
    place-items: center;
    color: #e9e2de !important;
    background: rgba(255,255,255,.03);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.hmem-social-links a:hover {
    border-color: rgba(255, 129, 30, .35);
    background: rgba(255, 105, 7, .09);
}

.hmem-footer-zones {
    display: flex;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.065);
    border-bottom: 1px solid rgba(255,255,255,.065);
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.hmem-footer-zones > span {
    margin-right: 4px;
    color: #d8d0cb;
    font-size: 11px;
    font-weight: 820;
}

.hmem-footer-zones a {
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 99px;
    color: #938c89 !important;
    background: rgba(255,255,255,.02);
    font-size: 10px;
    font-weight: 720;
    text-decoration: none !important;
}

.hmem-footer-zones a:hover {
    border-color: rgba(255, 128, 29, .28);
    color: #fff !important;
}

.hmem-footer-bottom {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hmem-footer-bottom p {
    margin: 0;
    color: #77716f;
    font-size: 10px;
    line-height: 1.45;
}

.hmem-back-to-top {
    position: fixed;
    z-index: 9990;
    right: 20px;
    bottom: 20px;
    display: grid;
    visibility: hidden;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 143, 44, .32);
    border-radius: 13px;
    place-items: center;
    color: #fff;
    background: rgba(12,11,15,.9);
    box-shadow: 0 15px 35px rgba(0,0,0,.35);
    opacity: 0;
    cursor: pointer;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    backdrop-filter: blur(12px);
}

.hmem-back-to-top.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1220px) {
    .hmem-header-wrap .hmem-header-inner {
        gap: 16px;
    }

    .hmem-header-wrap .hmem-site-logo {
        min-width: 160px;
        max-width: 190px;
    }

    .hmem-nav-link,
    .hmem-native-menu > li > a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 12px;
    }

    .hmem-header-cta {
        padding-right: 13px;
        padding-left: 14px;
    }
}

@media (max-width: 1080px) {
    .hmem-header-wrap .hmem-header-inner {
        min-height: 72px;
    }

    .hmem-header-wrap .hmem-menu-toggle {
        display: grid;
    }

    .hmem-header-cta {
        margin-left: auto;
    }

    .hmem-primary-nav {
        position: fixed;
        z-index: 99980;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        overflow-y: auto;
        width: min(410px, 88vw);
        padding: 96px 19px 30px;
        background:
            radial-gradient(circle at 100% 0, rgba(255, 104, 8, .14), transparent 34%),
            #0a090d;
        box-shadow: -30px 0 80px rgba(0,0,0,.6);
        transform: translateX(105%);
        transition: transform .28s cubic-bezier(.2,.7,.2,1);
    }

    .hmem-site-header.is-open .hmem-primary-nav {
        transform: translateX(0);
    }

    .hmem-site-header.is-open + .hmem-mobile-backdrop,
    .hmem-mobile-backdrop.is-open {
        visibility: visible;
        opacity: 1;
    }

    .hmem-nav-list,
    .hmem-native-menu {
        display: block;
        height: auto;
    }

    .hmem-nav-item,
    .hmem-native-menu > li {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.06);
    }

    .hmem-nav-link,
    .hmem-native-menu > li > a {
        width: 100%;
        min-height: 52px;
        padding: 14px 5px;
        border-radius: 0;
        justify-content: space-between;
        color: #eee7e2 !important;
        font-size: 15px;
    }

    .hmem-nav-link::after,
    .hmem-native-menu > li > a::after {
        display: none;
    }

    .hmem-mega-menu,
    .hmem-submenu,
    .hmem-native-menu .sub-menu {
        position: static;
        display: none;
        visibility: visible;
        width: 100%;
        padding: 2px 0 12px !important;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none !important;
        backdrop-filter: none;
    }

    .hmem-has-submenu:hover > .hmem-mega-menu,
    .hmem-has-submenu:focus-within > .hmem-mega-menu,
    .hmem-has-submenu:hover > .hmem-submenu,
    .hmem-has-submenu:focus-within > .hmem-submenu {
        display: none;
    }

    .hmem-has-submenu.is-open > .hmem-mega-menu,
    .hmem-has-submenu.is-open > .hmem-submenu,
    .hmem-native-menu li.is-open > .sub-menu {
        display: block;
    }

    .hmem-mega-heading {
        display: none;
    }

    .hmem-mega-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hmem-mega-card {
        min-height: 68px;
        padding: 10px;
    }

    .hmem-submenu a,
    .hmem-native-menu .sub-menu a {
        padding: 10px 9px;
    }

    .hmem-mobile-nav-actions {
        display: grid;
        margin-top: 24px;
        gap: 13px;
    }

    .hmem-mobile-provider {
        color: #bfb7b2 !important;
        font-size: 12px;
        font-weight: 720;
        text-align: center;
        text-decoration: none !important;
    }

    .hmem-footer-main {
        grid-template-columns: 1.2fr repeat(2, .8fr);
    }

    .hmem-footer-main > .hmem-footer-column:last-child {
        grid-column: 2 / 4;
    }
}

@media (max-width: 782px) {
    .admin-bar .hmem-header-wrap {
        top: 46px;
    }
}

@media (max-width: 760px) {
    .hmem-header-top {
        display: none;
    }

    .hmem-header-wrap .hmem-header-inner,
    .hmem-header-wrap.is-scrolled .hmem-header-inner {
        width: min(calc(100% - 22px), 1380px);
        min-height: 66px;
        gap: 8px;
    }

    .hmem-header-wrap .hmem-site-logo {
        min-width: 0;
        max-width: 155px;
    }

    .hmem-header-wrap .hmem-site-logo img {
        max-height: 48px;
    }

    .hmem-header-wrap .hmem-wordmark {
        font-size: 17px;
    }

    .hmem-wordmark-icon {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .hmem-header-cta {
        display: none;
    }

    .hmem-icon-button,
    .hmem-menu-toggle {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .hmem-primary-nav {
        width: min(355px, 91vw);
        padding-top: 79px;
    }

    .hmem-mega-grid {
        grid-template-columns: 1fr;
    }

    .hmem-mega-card {
        min-height: 61px;
    }

    .hmem-search-panel {
        padding: 20px;
    }

    .hmem-search-close {
        top: 18px;
        right: 18px;
        width: 42px;
        height: 42px;
    }

    .hmem-search-inner h2 {
        margin-bottom: 20px;
        font-size: 34px;
    }

    .hmem-search-inner form {
        grid-template-columns: 1fr;
    }

    .hmem-search-inner form button {
        min-height: 50px;
    }

    .hmem-site-footer {
        padding-top: 62px;
    }

    .hmem-footer-shell {
        width: min(calc(100% - 22px), 1320px);
    }

    .hmem-footer-cta {
        margin-bottom: 42px;
        padding: 25px 21px;
        grid-template-columns: 1fr;
    }

    .hmem-footer-cta .hmem-btn {
        width: 100%;
    }

    .hmem-footer-main {
        padding-bottom: 30px;
        grid-template-columns: 1fr 1fr;
        gap: 35px 24px;
    }

    .hmem-footer-brand {
        grid-column: 1 / -1;
    }

    .hmem-footer-main > .hmem-footer-column:last-child {
        grid-column: 1 / -1;
    }

    .hmem-footer-moon {
        right: -20px;
        width: 82px;
        height: 82px;
    }

    .hmem-footer-web {
        width: 130px;
        height: 130px;
    }

    .hmem-footer-bottom {
        min-height: 92px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 7px;
    }

    .hmem-back-to-top {
        right: 12px;
        bottom: 12px;
    }
}

@media (max-width: 430px) {
    .hmem-footer-main {
        grid-template-columns: 1fr;
    }

    .hmem-footer-main > .hmem-footer-column:last-child,
    .hmem-footer-brand {
        grid-column: auto;
    }

    .hmem-footer-zones {
        align-items: flex-start;
    }

    .hmem-footer-zones > span {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hmem-live-dot,
    .hmem-header-wrap .hmem-header-fog::before {
        animation: none !important;
    }

    .hmem-header-wrap *,
    .hmem-site-footer * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* =========================================================
   V0.5.1 · CORRECCIÓN INTEGRAL DEL MENÚ MÓVIL
   ========================================================= */

.hmem-mobile-nav-head,
.hmem-native-submenu-toggle {
    display: none;
}

html.hmem-overlay-open,
body.hmem-menu-open,
body.hmem-search-open {
    overflow: hidden !important;
    overscroll-behavior: none;
}

@media (max-width: 1080px) {
    /* Evita que Safari convierta el cajón fixed en un elemento ligado a la cabecera. */
    .hmem-header-wrap .hmem-site-header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    /* La cabecera abierta debe quedar por encima del fondo oscurecido. */
    .hmem-header-wrap .hmem-site-header.is-open {
        z-index: 100020;
    }

    .hmem-primary-nav {
        z-index: 100030;
        top: 0;
        bottom: auto;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 84px 18px calc(30px + env(safe-area-inset-bottom));
        opacity: 0;
        pointer-events: none;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        transform: translate3d(105%, 0, 0);
        transition: transform .28s cubic-bezier(.2,.7,.2,1), opacity .2s ease, visibility .28s ease;
        will-change: transform;
    }

    .hmem-site-header.is-open .hmem-primary-nav {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }

    .hmem-mobile-backdrop {
        z-index: 100010;
        pointer-events: none;
        touch-action: none;
    }

    .hmem-mobile-backdrop.is-open {
        pointer-events: auto;
    }

    .hmem-mobile-nav-head {
        position: absolute;
        top: max(15px, env(safe-area-inset-top));
        right: 16px;
        left: 18px;
        display: flex;
        min-height: 51px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        align-items: center;
        justify-content: space-between;
        color: #fff;
    }

    .hmem-mobile-nav-head > span {
        color: #f7efe9;
        font-size: 15px;
        font-weight: 880;
        letter-spacing: -.02em;
    }

    .hmem-mobile-menu-close {
        display: grid;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 13px;
        place-items: center;
        color: #fff;
        background: rgba(255,255,255,.055);
        box-shadow: none;
        font: inherit;
        cursor: pointer;
        touch-action: manipulation;
    }

    .hmem-mobile-menu-close span {
        display: block;
        margin-top: -2px;
        font-size: 29px;
        font-weight: 300;
        line-height: 1;
    }

    .hmem-mobile-menu-close:focus-visible,
    .hmem-submenu-toggle:focus-visible,
    .hmem-primary-nav a:focus-visible {
        outline: 2px solid #ff972f;
        outline-offset: 3px;
    }

    .hmem-nav-list,
    .hmem-native-menu {
        width: 100%;
    }

    .hmem-native-menu .menu-item-has-children {
        position: relative;
    }

    .hmem-native-menu .menu-item-has-children > a {
        padding-right: 54px;
    }

    .hmem-native-submenu-toggle {
        position: absolute;
        z-index: 2;
        top: 6px;
        right: 0;
        display: grid;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 0;
        border-radius: 11px;
        place-items: center;
        color: #ffb263;
        background: rgba(255, 121, 22, .08);
        cursor: pointer;
        touch-action: manipulation;
    }

    .hmem-native-submenu-toggle span,
    .hmem-has-submenu > .hmem-submenu-toggle span {
        transition: transform .2s ease;
    }

    .hmem-native-menu .menu-item-has-children.is-open > .hmem-native-submenu-toggle span,
    .hmem-has-submenu.is-open > .hmem-submenu-toggle span {
        transform: rotate(180deg);
    }

    .hmem-nav-link,
    .hmem-native-menu > li > a,
    .hmem-submenu a,
    .hmem-native-menu .sub-menu a,
    .hmem-mega-card {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .hmem-mega-menu,
    .hmem-submenu,
    .hmem-native-menu .sub-menu {
        max-height: none;
        overflow: visible;
    }

    .hmem-mobile-nav-actions {
        padding-bottom: env(safe-area-inset-bottom);
    }
}

@media (max-width: 760px) {
    .hmem-primary-nav {
        width: min(360px, 92vw);
        padding-top: 80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hmem-primary-nav,
    .hmem-mobile-backdrop {
        transition: none !important;
    }
}

/* =========================================================
   V0.5.2 · PIE DE PÁGINA CENTRADO EN MÓVIL
   ========================================================= */
@media (max-width: 767px) {
    .hmem-site-footer,
    .hmem-site-footer .hmem-footer-shell,
    .hmem-site-footer .hmem-footer-main,
    .hmem-site-footer .hmem-footer-brand,
    .hmem-site-footer .hmem-footer-column {
        text-align: center;
    }

    .hmem-site-footer .hmem-footer-cta {
        text-align: center;
        justify-items: center;
    }

    .hmem-site-footer .hmem-footer-brand .hmem-site-logo {
        display: flex;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }

    .hmem-site-footer .hmem-footer-brand > p {
        margin-right: auto;
        margin-left: auto;
    }

    .hmem-site-footer .hmem-social-links {
        justify-content: center;
    }

    .hmem-site-footer .hmem-footer-column h3::after {
        right: 0;
        left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .hmem-site-footer .hmem-footer-column ul,
    .hmem-site-footer .hmem-footer-menu-list {
        width: 100%;
        text-align: center;
    }

    .hmem-site-footer .hmem-footer-column li,
    .hmem-site-footer .hmem-footer-menu-list li {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .hmem-site-footer .hmem-footer-column a,
    .hmem-site-footer .hmem-footer-menu-list a {
        justify-content: center;
        text-align: center;
    }

    .hmem-site-footer .hmem-footer-column a::before,
    .hmem-site-footer .hmem-footer-menu-list a::before {
        display: none;
    }

    .hmem-site-footer .hmem-footer-column a:hover,
    .hmem-site-footer .hmem-footer-menu-list a:hover {
        transform: none;
    }

    .hmem-site-footer .hmem-footer-zones {
        justify-content: center;
        text-align: center;
    }

    .hmem-site-footer .hmem-footer-zones > span {
        margin-right: 0;
        text-align: center;
    }

    .hmem-site-footer .hmem-footer-bottom {
        align-items: center;
        text-align: center;
    }

    .hmem-site-footer .hmem-footer-bottom p {
        width: 100%;
        text-align: center;
    }
}


/* =========================================================
   V0.5.3 · ACCIONES DE CABECERA ALINEADAS A LA DERECHA EN MÓVIL
   ========================================================= */
@media (max-width: 1080px) {
    .hmem-header-wrap .hmem-header-actions {
        min-width: 0;
        margin-left: auto;
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    .hmem-header-wrap .hmem-search-toggle,
    .hmem-header-wrap .hmem-menu-toggle {
        flex: 0 0 auto;
    }

    .hmem-header-wrap .hmem-menu-toggle {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    .hmem-header-wrap .hmem-header-inner,
    .hmem-header-wrap.is-scrolled .hmem-header-inner {
        justify-content: flex-start;
    }

    .hmem-header-wrap .hmem-site-logo {
        flex: 0 1 auto;
    }

    .hmem-header-wrap .hmem-header-actions {
        margin-left: auto !important;
    }
}
