/* ============================================================
   HOTEL PLAZA GIBAJA — Header & Footer
   ============================================================ */

/* ─── Resets sobre Hello Elementor (header-footer.css / theme.css / reset.css) ─ */
#site-header,
.site-header.dynamic-header {
	max-width: none !important;
	width: 100% !important;
	padding-block-start: 0 !important;
	padding-block-end: 0 !important;
	padding-inline-start: 0 !important;
	padding-inline-end: 0 !important;
	margin-inline: 0 !important;
}

.site-header.dynamic-header .header-inner,
.site-header.dynamic-header .site-navigation {
	display: none !important;
}

#site-footer,
.site-footer.dynamic-footer {
	max-width: none !important;
	width: 100% !important;
	padding-block-start: 0 !important;
	padding-block-end: 0 !important;
	padding-inline-start: 0 !important;
	padding-inline-end: 0 !important;
	margin-inline: 0 !important;
}

.site-footer.dynamic-footer .footer-inner {
	display: none !important;
}

/* ─── Header ──────────────────────────────────────────────── */
#site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid var(--hpg-border);
	transition: box-shadow var(--hpg-transition);
}

#site-header.is-scrolled {
	box-shadow: var(--hpg-shadow);
}

.hpg-header-inner {
	display: flex;
	align-items: center;
	height: var(--hpg-header-height);
	max-width: var(--hpg-container);
	margin: 0 auto;
	padding: 0 var(--hpg-space-6);
	gap: var(--hpg-space-8);
}

/* Logo */
.hpg-header-logo {
	flex-shrink: 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: var(--hpg-space-3);
}

.hpg-header-logo img,
.hpg-header-logo__img {
	height: 56px;
	width: auto;
	max-width: 210px;
	display: block;
	object-fit: contain;
}

.hpg-header-logo__img--nav {
	height: 52px;
	max-width: 180px;
}

.hpg-header-logo__text {
	display: flex;
	flex-direction: column;
}

.hpg-header-logo__name {
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-lg);
	font-weight: 800;
	color: var(--hpg-dark);
	line-height: 1.1;
	letter-spacing: -0.01em;
}

.hpg-header-logo__sub {
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-xs);
	font-weight: 600;
	color: var(--hpg-text-muted);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Navegación desktop */
.hpg-header-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.hpg-header-nav ul {
	display: flex;
	align-items: center;
	gap: var(--hpg-space-1);
	list-style: none;
	margin: 0;
	padding: 0;
}

.hpg-header-nav ul li a {
	display: inline-flex;
	align-items: center;
	padding: var(--hpg-space-2) var(--hpg-space-4);
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-sm);
	font-weight: 600;
	color: var(--hpg-text);
	text-decoration: none;
	border-radius: var(--hpg-radius-pill);
	transition: color var(--hpg-transition), background var(--hpg-transition);
}

.hpg-header-nav ul li a:hover,
.hpg-header-nav ul li.current-menu-item > a,
.hpg-header-nav ul li.current-page-ancestor > a {
	color: var(--hpg-primary);
	background: var(--hpg-primary-alpha);
}

/* Submenús dropdown */
.hpg-header-nav ul li {
	position: relative;
}

.hpg-header-nav ul li ul {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 220px;
	background: #fff;
	border: 1px solid var(--hpg-border);
	border-radius: var(--hpg-radius-lg);
	box-shadow: var(--hpg-shadow-lg);
	padding: var(--hpg-space-2);
	flex-direction: column;
	gap: 0;
	z-index: 300;
}

.hpg-header-nav ul li:hover > ul,
.hpg-header-nav ul li:focus-within > ul {
	display: flex;
}

.hpg-header-nav ul li ul li a {
	width: 100%;
	border-radius: var(--hpg-radius);
	color: var(--hpg-text);
}

/* Acciones header */
.hpg-header-actions {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: var(--hpg-space-3);
	margin-left: auto;
}

/* Link Mis Reservas / Ingresar (desktop) */
.hpg-header-reservas-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-xs);
	font-weight: 600;
	color: var(--hpg-text-muted);
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s;
	padding: 0.3rem 0.6rem;
	border-radius: var(--hpg-radius-pill);
	border: 1px solid var(--hpg-border);
}

.hpg-header-reservas-link:hover {
	color: var(--hpg-primary);
	border-color: var(--hpg-primary);
}

/* Botones de cuenta en header (desktop) — tamaño compacto */
.hpg-header-actions .hpg-btn {
	padding: 0.45rem 1rem;
	font-size: var(--hpg-text-xs);
	white-space: nowrap;
}

.hpg-header-phone {
	display: flex;
	align-items: center;
	gap: var(--hpg-space-2);
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-sm);
	font-weight: 600;
	color: var(--hpg-text);
	text-decoration: none;
	transition: color var(--hpg-transition);
}

.hpg-header-phone:hover {
	color: var(--hpg-primary);
}

.hpg-header-phone svg {
	width: 16px;
	height: 16px;
	color: var(--hpg-primary);
}

/* ─── Carrito en el header ────────────────────────────────── */

.hpg-header-cart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--hpg-dark);
	text-decoration: none;
	border-radius: var(--hpg-radius);
	transition: color var(--hpg-transition), background var(--hpg-transition);
}

.hpg-header-cart:hover {
	color: var(--hpg-primary);
	background: var(--hpg-bg-warm);
}

.hpg-header-cart svg {
	width: 20px;
	height: 20px;
}

.hpg-cart-badge {
	position: absolute;
	top: 4px;
	right: 4px;
	min-width: 16px;
	height: 16px;
	background: var(--hpg-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	padding: 0 3px;
	font-family: var(--hpg-font-heading);
}

/* ─── Dropdown de cuenta ──────────────────────────────────── */

.hpg-header-account {
	position: relative;
}

.hpg-header-account__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: none;
	border: 1px solid var(--hpg-border);
	border-radius: var(--hpg-radius);
	cursor: pointer;
	padding: 0;
	color: var(--hpg-dark);
	transition: background var(--hpg-transition), border-color var(--hpg-transition), color var(--hpg-transition);
}

.hpg-header-account__btn:hover,
.hpg-header-account.is-open .hpg-header-account__btn {
	background: var(--hpg-bg-warm);
	border-color: var(--hpg-primary);
	color: var(--hpg-primary);
}

.hpg-header-account__btn svg {
	width: 18px;
	height: 18px;
}

.hpg-account-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: block;
}

.hpg-account-dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	width: 220px;
	background: var(--hpg-bg);
	border: 1px solid var(--hpg-border);
	border-radius: var(--hpg-radius-lg);
	box-shadow: var(--hpg-shadow-xl, 0 10px 40px rgba(0,0,0,.12));
	padding: 6px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
	z-index: 1100;
}

.hpg-header-account.is-open .hpg-account-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hpg-account-dropdown__header {
	padding: 10px 12px 8px;
	border-bottom: 1px solid var(--hpg-border-light);
	margin-bottom: 4px;
}

.hpg-account-dropdown__name {
	display: block;
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-sm);
	font-weight: 700;
	color: var(--hpg-dark);
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hpg-account-dropdown__email {
	display: block;
	font-size: 11px;
	color: var(--hpg-text-muted);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hpg-account-dropdown__item {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 12px;
	font-size: var(--hpg-text-sm);
	color: var(--hpg-text);
	text-decoration: none;
	border-radius: var(--hpg-radius);
	transition: background var(--hpg-transition), color var(--hpg-transition);
}

.hpg-account-dropdown__item:hover {
	background: var(--hpg-bg-warm);
	color: var(--hpg-primary);
}

.hpg-account-dropdown__item svg {
	flex-shrink: 0;
	color: var(--hpg-text-muted);
	transition: color var(--hpg-transition);
}

.hpg-account-dropdown__item:hover svg {
	color: var(--hpg-primary);
}

.hpg-account-dropdown__item--logout {
	margin-top: 4px;
	border-top: 1px solid var(--hpg-border-light);
	padding-top: 10px;
	margin-top: 2px;
	color: #dc2626;
}

.hpg-account-dropdown__item--logout:hover {
	background: #fef2f2;
	color: #dc2626;
}

.hpg-account-dropdown__item--logout svg {
	color: #dc2626;
}


.hpg-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: none;
	border: 1px solid var(--hpg-border);
	border-radius: var(--hpg-radius);
	cursor: pointer;
	padding: 0;
	color: var(--hpg-dark);
	transition: background var(--hpg-transition), border-color var(--hpg-transition);
}

.hpg-menu-toggle:hover {
	background: var(--hpg-bg-warm);
	border-color: var(--hpg-primary);
}

.hpg-menu-toggle svg {
	width: 20px;
	height: 20px;
}

/* Menú móvil overlay */
.hpg-mobile-nav {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 500;
	background: rgba(0, 0, 0, 0.5);
}

.hpg-mobile-nav.is-open {
	display: block;
}

.hpg-mobile-nav__panel {
	position: absolute;
	top: 0;
	left: 0;
	width: min(360px, 90vw);
	height: 100%;
	background: #fff;
	overflow-y: auto;
	box-shadow: var(--hpg-shadow-lg);
	transform: translateX(-100%);
	transition: transform var(--hpg-transition-slow);
}

.hpg-mobile-nav.is-open .hpg-mobile-nav__panel {
	transform: translateX(0);
}

.hpg-mobile-nav__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--hpg-space-5) var(--hpg-space-6);
	border-bottom: 1px solid var(--hpg-border);
}

.hpg-mobile-nav__close {
	width: 36px;
	height: 36px;
	background: var(--hpg-bg-warm);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hpg-dark);
}

.hpg-mobile-nav__close svg {
	width: 18px;
	height: 18px;
}

.hpg-mobile-nav__menu {
	padding: var(--hpg-space-4) var(--hpg-space-4);
}

.hpg-mobile-nav__menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.hpg-mobile-nav__menu ul li a {
	display: flex;
	align-items: center;
	padding: var(--hpg-space-4) var(--hpg-space-3);
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-base);
	font-weight: 600;
	color: var(--hpg-dark);
	text-decoration: none;
	border-radius: var(--hpg-radius);
	transition: background var(--hpg-transition), color var(--hpg-transition);
	cursor: pointer;
}

.hpg-mobile-nav__menu ul li a:hover,
.hpg-mobile-nav__menu ul li.current-menu-item > a {
	background: var(--hpg-primary-alpha);
	color: var(--hpg-primary);
}

.hpg-mobile-nav__footer {
	padding: var(--hpg-space-6);
	border-top: 1px solid var(--hpg-border);
	display: flex;
	flex-direction: column;
	gap: var(--hpg-space-3);
}

/* ─── Footer ──────────────────────────────────────────────── */
#site-footer {
	background: var(--hpg-bg-dark);
	color: rgba(255, 255, 255, 0.75);
	padding: var(--hpg-space-16) 0 0;
}

.hpg-footer-inner {
	max-width: var(--hpg-container);
	margin: 0 auto;
	padding: 0 var(--hpg-space-6);
}

.hpg-footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: var(--hpg-space-10);
	padding-bottom: var(--hpg-space-12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hpg-footer-brand {
	display: flex;
	flex-direction: column;
	gap: var(--hpg-space-4);
}

.hpg-footer-logo {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: var(--hpg-space-3);
}

.hpg-footer-logo img {
	height: 44px;
	width: auto;
	filter: brightness(0) invert(1);
	opacity: 0.9;
}

.hpg-footer-logo__name {
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-base);
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
}

.hpg-footer-logo__sub {
	font-size: var(--hpg-text-xs);
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hpg-footer-description {
	font-size: var(--hpg-text-sm);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.6);
	max-width: 280px;
}

.hpg-footer-contact-list {
	display: flex;
	flex-direction: column;
	gap: var(--hpg-space-3);
	margin-top: var(--hpg-space-2);
}

.hpg-footer-contact-item {
	display: flex;
	align-items: flex-start;
	gap: var(--hpg-space-3);
	font-size: var(--hpg-text-sm);
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
	transition: color var(--hpg-transition);
}

.hpg-footer-contact-item:hover {
	color: var(--hpg-primary);
}

.hpg-footer-contact-item svg {
	width: 16px;
	height: 16px;
	color: var(--hpg-primary);
	flex-shrink: 0;
	margin-top: 2px;
}

.hpg-footer-col-title {
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-xs);
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 var(--hpg-space-5);
}

.hpg-footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--hpg-space-3);
}

.hpg-footer-nav li a {
	font-size: var(--hpg-text-sm);
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	transition: color var(--hpg-transition);
}

.hpg-footer-nav li a:hover {
	color: var(--hpg-primary);
}

.hpg-footer-checkin {
	display: flex;
	flex-direction: column;
	gap: var(--hpg-space-3);
}

.hpg-footer-checkin-item {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.hpg-footer-checkin-label {
	font-size: var(--hpg-text-xs);
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.hpg-footer-checkin-value {
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-base);
	font-weight: 600;
	color: #fff;
}

.hpg-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--hpg-space-5) 0;
	gap: var(--hpg-space-4);
	flex-wrap: wrap;
}

.hpg-footer-copyright {
	font-size: var(--hpg-text-xs);
	color: rgba(255, 255, 255, 0.4);
}

.hpg-footer-copyright a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.hpg-footer-copyright a:hover {
	color: var(--hpg-primary);
}

.hpg-footer-legal {
	display: flex;
	gap: var(--hpg-space-5);
}

.hpg-footer-legal a {
	font-size: var(--hpg-text-xs);
	color: rgba(255, 255, 255, 0.4);
	text-decoration: none;
	transition: color var(--hpg-transition);
}

.hpg-footer-legal a:hover {
	color: var(--hpg-primary);
}

/* ─── Responsive Header/Footer ────────────────────────────── */
@media (max-width: 1024px) {
	.hpg-header-nav {
		display: none;
	}

	.hpg-header-phone {
		display: none;
	}

	.hpg-menu-toggle {
		display: flex;
	}

	.hpg-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: var(--hpg-space-8);
	}

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

@media (max-width: 640px) {
	.hpg-header-inner {
		padding: 0 var(--hpg-space-4);
		gap: var(--hpg-space-3);
		height: 64px;
	}

	.hpg-header-logo img,
	.hpg-header-logo__img {
		height: 44px;
		max-width: 160px;
	}

	.hpg-header-logo__name {
		font-size: var(--hpg-text-base);
	}

	.hpg-header-logo__sub {
		display: none;
	}

	.hpg-header-actions .hpg-btn-sm {
		padding: 0.4rem 0.9rem;
		font-size: 0.7rem;
	}

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

	.hpg-footer-brand {
		grid-column: 1;
	}

	.hpg-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--hpg-space-3);
	}
}
/* ═══════════════════════════════════════════════════
   PAGE HERO — banner para páginas internas
═══════════════════════════════════════════════════ */
.hpg-page-hero {
        position: relative;
        min-height: 300px;
        display: flex;
        align-items: center;
        background: var(--hpg-dark);
        padding: var(--hpg-space-16) 0;
        overflow: hidden;
}

.hpg-page-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url('https://picsum.photos/seed/plazagibaja-page-hero/1920/600');
        background-size: cover;
        background-position: center;
        opacity: .35;
        z-index: 0;
}

.hpg-page-hero__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.35) 100%);
        z-index: 1;
}

/* ═══════════════════════════════════════════════════
   SEARCH FORM — barra de búsqueda mejorada
═══════════════════════════════════════════════════ */
.hpg-search-form {
        margin-top: var(--hpg-space-6);
        max-width: 680px;
}

.hpg-search-form__inner {
        display: flex;
        gap: 0;
        border: 2px solid var(--hpg-border);
        border-radius: var(--hpg-radius-pill);
        overflow: hidden;
        background: #fff;
        transition: border-color 0.2s;
}

.hpg-search-form__inner:focus-within {
        border-color: var(--hpg-primary);
}

.hpg-search-form__input {
        flex: 1;
        border: 0;
        padding: 0.85rem 1.25rem;
        font-family: var(--hpg-font-body);
        font-size: var(--hpg-text-base);
        color: var(--hpg-dark);
        background: transparent;
        min-width: 0;
}

.hpg-search-form__input:focus {
        outline: none;
}

.hpg-search-form__btn {
        display: flex;
        align-items: center;
        gap: var(--hpg-space-2);
        padding: 0.85rem 1.5rem;
        background: var(--hpg-primary);
        color: #fff;
        border: 0;
        font-family: var(--hpg-font-heading);
        font-size: var(--hpg-text-sm);
        font-weight: 600;
        cursor: pointer;
        white-space: nowrap;
        transition: background 0.2s;
}

.hpg-search-form__btn:hover {
        background: var(--hpg-primary-dark, #a87620);
}

@media (max-width: 640px) {
        .hpg-page-hero {
                min-height: 220px;
                padding: var(--hpg-space-10) 0;
        }
        .hpg-page-hero h1 {
                font-size: var(--hpg-text-3xl) !important;
        }
        .hpg-search-form__btn span {
                display: none;
        }
        .hpg-search-form__btn {
                padding: 0.85rem 1rem;
        }
}

/* ═══════════════════════════════════════════════════════════════
   INLINE SECTION NAV EN HEADER + LANG SWITCHER
   ═══════════════════════════════════════════════════════════════ */

/* ─── Layout: header con logo izquierda / acciones derecha ────── */
.hpg-header-inner {
	justify-content: flex-start;
	gap: var(--hpg-space-4);
}

.hpg-header-logo {
	flex-shrink: 0;
}

/* ─── Inline section nav (siempre visible en desktop) ─────────── */
.hpg-header-inline-nav {
	display: flex;
	flex: 1;
	align-items: stretch;
	justify-content: center;
	gap: 0;
	overflow: hidden;
}

.hpg-header-inline-nav__item {
	display: flex;
	align-items: center;
	padding: 0 1.4rem;
	font-family: var(--hpg-font-heading);
	font-size: var(--hpg-text-sm);
	font-weight: 600;
	color: var(--hpg-text-muted);
	text-decoration: none;
	border-bottom: 3px solid transparent;
	white-space: nowrap;
	transition: color 0.2s, border-color 0.2s;
	height: var(--hpg-header-height);
	cursor: pointer;
}

.hpg-header-inline-nav__item:hover {
	color: var(--hpg-primary);
}

.hpg-header-inline-nav__item.is-active {
	color: var(--hpg-primary);
	border-bottom-color: var(--hpg-primary);
}

/* ─── Selector de idioma ───────────────────────────────────────── */
.hpg-lang-switcher {
	position: relative;
	flex-shrink: 0;
}

.hpg-lang-switcher__btn {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 6px 12px;
	background: none;
	border: 1px solid var(--hpg-border);
	border-radius: var(--hpg-radius-pill);
	cursor: pointer;
	font-family: var(--hpg-font-heading);
	font-size: 13px;
	font-weight: 600;
	color: var(--hpg-text);
	transition: border-color 0.2s, color 0.2s;
	white-space: nowrap;
}

.hpg-lang-switcher__btn:hover {
	border-color: var(--hpg-primary);
	color: var(--hpg-primary);
}

.hpg-lang-switcher__chevron {
	transition: transform 0.2s;
}

.hpg-lang-switcher.is-open .hpg-lang-switcher__chevron {
	transform: rotate(180deg);
}

.hpg-lang-switcher__dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	background: #fff;
	border: 1px solid var(--hpg-border);
	border-radius: var(--hpg-radius-lg);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	min-width: 150px;
	z-index: 200;
	overflow: hidden;
}

.hpg-lang-switcher.is-open .hpg-lang-switcher__dropdown {
	display: block;
}

.hpg-lang-switcher__option {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 10px 16px;
	background: none;
	border: none;
	text-align: left;
	font-size: 13px;
	font-family: var(--hpg-font-body);
	cursor: pointer;
	color: var(--hpg-text);
	transition: background 0.15s;
}

.hpg-lang-switcher__option:hover {
	background: var(--hpg-bg-warm);
}

.hpg-lang-switcher__option.is-active {
	color: var(--hpg-primary);
	font-weight: 600;
}

/* ─── Selector de idioma móvil ─────────────────────────────────── */
.hpg-mobile-lang {
	display: flex;
	gap: 8px;
	padding-bottom: 16px;
	margin-bottom: 4px;
	border-bottom: 1px solid var(--hpg-border);
}

.hpg-mobile-lang__opt {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 9px 8px;
	border: 1px solid var(--hpg-border);
	border-radius: var(--hpg-radius-pill);
	background: none;
	font-size: 13px;
	font-family: var(--hpg-font-heading);
	font-weight: 600;
	cursor: pointer;
	color: var(--hpg-text-muted);
	transition: all 0.2s;
}

.hpg-mobile-lang__opt.is-active {
	background: var(--hpg-primary);
	border-color: var(--hpg-primary);
	color: #fff;
}

/* ─── Responsive: ocultar inline nav e idioma en móvil ─────────── */
@media (max-width: 1024px) {
	.hpg-header-inline-nav {
		display: none !important;
	}

	.hpg-lang-switcher {
		display: none;
	}
}

@media (max-width: 640px) {
	.hpg-header-actions .hpg-btn-primary {
		display: none;
	}
}

@media (max-width: 380px) {
	.hpg-mobile-nav__footer .hpg-btn-primary {
		display: none;
	}
}

/* Reservar visible en móvil dentro del nav */
.hpg-mobile-nav__footer .hpg-btn-primary {
	margin-top: auto;
}
