@charset "UTF-8";
/*here start de website template core*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
		line-height: 1.15; /* 1 */
		-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
		margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
		display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
		font-size: 2em;
		margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
		-webkit-box-sizing: content-box;
		        box-sizing: content-box; /* 1 */
		height: 0; /* 1 */
		overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
		font-family: monospace, monospace; /* 1 */
		font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
		background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
		border-bottom: none; /* 1 */
		text-decoration: underline; /* 2 */
		-webkit-text-decoration: underline dotted;
		        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
		font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
		font-family: monospace, monospace; /* 1 */
		font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
		font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
}

sub {
		bottom: -0.25em;
}

sup {
		top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
		border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
		font-family: inherit; /* 1 */
		font-size: 100%; /* 1 */
		line-height: 1.15; /* 1 */
		margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
		overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
		text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
		-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
		border-style: none;
		padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
		outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
		padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box; /* 1 */
		color: inherit; /* 2 */
		display: table; /* 1 */
		max-width: 100%; /* 1 */
		padding: 0; /* 3 */
		white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
		vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
		overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box; /* 1 */
		padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
		height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
		-webkit-appearance: textfield; /* 1 */
		outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
		-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
		-webkit-appearance: button; /* 1 */
		font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
		display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
		display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
		display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
		display: none;
}

/* Paleta RogueLikeGames */
:root {
		--color-primary: #391BA6; /* morado */
		--color-ink: #0E0726; /* casi negro azulado */
		--color-accent: #F2E635; /* amarillo vivo */
		--color-accent-2: #F2C641; /* amarillo dorado */
		--color-paper: #F2F2F2; /* gris claro */
		--color-white: #ffffff;
		--color-black: #000000;
}

/* Dark theme variables */
:root {
		--bg-body: var(--color-ink);
		--text-body: var(--color-paper);
		--text-muted: #c9c9d6;
		--text-accent: var(--color-accent);
		--bg-surface: #111118;
		--bg-surface-2: #161625;
		--border-soft: rgba(255,255,255,.08);
		--border-medium: rgba(255,255,255,.12);
}

/* Light theme variables */
[data-theme=light] {
		--bg-body: var(--color-paper);
		--text-body: var(--color-ink);
		--text-muted: #666666;
		--text-accent: var(--color-primary);
		--bg-surface: #ffffff;
		--bg-surface-2: #f8f8f8;
		--border-soft: rgba(0,0,0,.1);
		--border-medium: rgba(0,0,0,.15);
}

/* Global CTA button style */
.button-cta, .about-cta__button, .contact-cta .wpforms-submit, .contact-cta .contact-cta__button, .contact-form__submit, .home-cta .wpcf7 input[type=submit], .home-cta .cta__button, .news-list__cta {
		background: var(--color-accent);
		color: var(--color-black);
		border: 0;
		padding: 12px 18px;
		border-radius: 12px;
		cursor: pointer;
		font-weight: 700;
		-webkit-transition: background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
		transition: background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
		transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
		transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
		-webkit-box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
		        box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
}

.button-cta:hover, .about-cta__button:hover, .contact-cta .wpforms-submit:hover, .contact-cta .contact-cta__button:hover, .contact-form__submit:hover, .home-cta .wpcf7 input[type=submit]:hover, .home-cta .cta__button:hover, .news-list__cta:hover {
		-webkit-transform: translateY(-1px);
		        transform: translateY(-1px);
		-webkit-box-shadow: 0 10px 24px rgba(242, 230, 53, 0.35);
		        box-shadow: 0 10px 24px rgba(242, 230, 53, 0.35);
}

.button-cta:active, .about-cta__button:active, .contact-cta .wpforms-submit:active, .contact-cta .contact-cta__button:active, .contact-form__submit:active, .home-cta .wpcf7 input[type=submit]:active, .home-cta .cta__button:active, .news-list__cta:active {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
}

/* Pulse animation utility */
.button-cta--pulse, .contact-cta .wpforms-submit, .contact-cta .contact-cta__button, .home-cta .wpcf7 input[type=submit], .home-cta .cta__button, .news-list__cta {
		-webkit-animation: ctaPulse 3s ease-in-out infinite;
		        animation: ctaPulse 3s ease-in-out infinite;
}

@-webkit-keyframes ctaPulse {
		0%, 100% {
				-webkit-box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
				        box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
		}
		50% {
				-webkit-box-shadow: 0 0 0 10px rgba(242, 230, 53, 0.12), 0 10px 28px rgba(242, 230, 53, 0.45);
				        box-shadow: 0 0 0 10px rgba(242, 230, 53, 0.12), 0 10px 28px rgba(242, 230, 53, 0.45);
		}
}

@keyframes ctaPulse {
		0%, 100% {
				-webkit-box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
				        box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
		}
		50% {
				-webkit-box-shadow: 0 0 0 10px rgba(242, 230, 53, 0.12), 0 10px 28px rgba(242, 230, 53, 0.45);
				        box-shadow: 0 0 0 10px rgba(242, 230, 53, 0.12), 0 10px 28px rgba(242, 230, 53, 0.45);
		}
}
/* Reusable aurora glow for CTAs/buttons */
@-webkit-keyframes auroraGlowMove {
		0% {
				-webkit-transform: translate3d(-10px, -10px, 0) scale(1);
				        transform: translate3d(-10px, -10px, 0) scale(1);
				opacity: 0.7;
		}
		100% {
				-webkit-transform: translate3d(10px, 10px, 0) scale(1.05);
				        transform: translate3d(10px, 10px, 0) scale(1.05);
				opacity: 1;
		}
}
@keyframes auroraGlowMove {
		0% {
				-webkit-transform: translate3d(-10px, -10px, 0) scale(1);
				        transform: translate3d(-10px, -10px, 0) scale(1);
				opacity: 0.7;
		}
		100% {
				-webkit-transform: translate3d(10px, 10px, 0) scale(1.05);
				        transform: translate3d(10px, 10px, 0) scale(1.05);
				opacity: 1;
		}
}
*,
*::before,
*::after {
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
}

::-moz-selection {
		color: white;
		background: #0F3541;
}

::selection {
		color: white;
		background: #0F3541;
}

body {
		background-color: var(--bg-body);
		color: var(--text-body);
}

.img-rounded,
img {
		border-radius: 12px;
}

.main-wrapp {
		width: 100%;
		height: auto;
		overflow: visible; /* evitar bloquear position: sticky en hijos */
}

.container {
		max-width: 1440px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px;
}

.main-container {
		height: auto;
		width: 100%;
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px;
}

:root {
		--header-color: var(--text-body);
		--paragraph-color: var(--text-body);
}

h1, h2, h3, h4, h5, h6 {
		color: var(--header-color);
		margin: 0 0 15px 0;
		font-family: "Rubik", system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
}

body {
		font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

h1 {
		font: normal normal 700 36px/43px "Rubik";
		letter-spacing: -0.72px;
}
@media (min-width: 640px) {
		h1 {
				font: normal normal 700 51px/56px "Rubik";
				letter-spacing: -0.66px;
		}
}

h2 {
		font: normal normal 600 25px/31px "Rubik";
		letter-spacing: -0.58px;
}
@media (min-width: 640px) {
		h2 {
				font: normal normal 600 29px/35px "Rubik";
				letter-spacing: -0.6px;
		}
}

h3 {
		font: normal normal 700 24px/29px "Rubik";
		letter-spacing: -0.48px;
}
@media (min-width: 640px) {
		h3 {
				font: normal normal 700 27px/32px "Rubik";
				letter-spacing: -0.54px;
		}
}

h4 {
		font: normal normal 700 20px/28px "Rubik";
		letter-spacing: -0.4px;
}
@media (min-width: 640px) {
		h4 {
				font: normal normal 700 23px/28px "Rubik";
				letter-spacing: -0.46px;
		}
}

h5 {
		font: normal normal 700 17px/27px "Rubik";
		letter-spacing: -0.34px;
}
@media (min-width: 640px) {
		h5 {
				font: normal normal 700 19px/23px "Rubik";
				letter-spacing: -0.38px;
		}
}

h6 {
		font: normal normal 600 14px/25px "Rubik";
		letter-spacing: -0.28px;
}
@media (min-width: 640px) {
		h6 {
				font: normal normal 600 15px/27px "Rubik";
				letter-spacing: -0.3px;
		}
}

p {
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		font-size: 15px;
		line-height: 25px;
		font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
		letter-spacing: 0.6px;
		color: var(--paragraph-color);
		letter-spacing: 0px;
}
@media (min-width: 640px) {
		p {
				font-style: normal;
				font-weight: 400;
				font-variant: normal;
				font-size: 16px;
				line-height: 25px;
				font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
				letter-spacing: 0.6px;
				color: var(--paragraph-color);
				letter-spacing: 0px;
		}
}

a {
		font: normal normal 400 15px/27px Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
		letter-spacing: 0px;
}

a {
		text-decoration: none !important;
}

/* Dark mode: alto contraste de enlaces en contenido */
html:not([data-theme=light]) .article-content__body a,
html:not([data-theme=light]) .page-template-default .entry-content a {
		color: var(--color-accent) !important; /* amarillo */
		text-decoration: underline !important;
}

/* Light mode: enlaces morados y subrayados */
[data-theme=light] .article-content__body a,
[data-theme=light] .page-template-default .entry-content a {
		color: var(--color-primary) !important; /* morado */
		text-decoration: underline !important;
}

/* Breadcrumbs: contraste adecuado en ambos modos */
[data-theme=light] .breadcrumbs__link {
		color: var(--color-primary) !important;
		text-decoration: underline;
}

html:not([data-theme=light]) .breadcrumbs__link {
		color: var(--color-accent) !important;
		text-decoration: underline;
}

.footer {
		background: var(--bg-surface);
		color: var(--text-body);
		border: 1px solid var(--border-soft);
		border-radius: 24px;
		overflow: hidden;
		margin: 16px auto;
		max-width: 1440px;
		width: calc(100% - 32px);
}

.footer .container {
		padding: 16px;
}

.footer__grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 16px;
}

.footer__brand {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 640px;
		        flex: 0 0 640px;
}

.footer__nav {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 320px;
		        flex: 0 0 320px;
}

.footer__social {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 320px;
		        flex: 0 0 320px;
}

/* Texto descriptivo y ajuste de wraps */
.footer__desc {
		margin: 8px 0 0;
		color: var(--text-muted);
		line-height: 1.5;
		overflow-wrap: anywhere;
		word-break: normal;
}

.footer__brand-link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 8px;
		color: var(--text-body);
		text-decoration: none;
		font-weight: 700;
}

.footer__brand-logo {
		width: 180px;
		height: 70px;
		border-radius: 4px;
		-o-object-fit: contain;
		   object-fit: contain;
}

/* Responsive: en móvil y tablet, cada bloque a 100% de ancho */
@media (max-width: 960px) {
		.footer__brand,
		.footer__nav,
		.footer__social {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 100%;
				        flex: 0 0 100%;
				min-width: 0;
		}
		.footer__brand-logo {
				width: 160px;
				height: 62px;
		}
}
@media (max-width: 480px) {
		.footer__brand-logo {
				width: 140px;
				height: 56px;
		}
}
.footer__menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 8px;
}

.footer__menu a {
		color: var(--text-body);
		text-decoration: none;
		-webkit-transition: color 0.2s ease;
		transition: color 0.2s ease;
}

.footer__menu a:hover {
		color: var(--text-accent);
}

.footer__social-list {
		list-style: none;
		padding: 0;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
}

.footer__social-list a {
		color: var(--text-muted);
		text-decoration: none;
		-webkit-transition: color 0.2s ease;
		transition: color 0.2s ease;
}

.footer__social-list a:hover {
		color: var(--text-accent);
}

.footer__social-icon {
		width: 22px;
		height: 22px;
		-o-object-fit: contain;
		   object-fit: contain;
		display: block;
		-webkit-filter: none;
		        filter: none;
}

.footer__social-fallback {
		color: var(--text-muted);
		font-weight: 600;
}

.footer__bottom {
		border-top: 1px solid var(--border-soft);
		margin-top: 12px;
		padding-top: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 10px;
		text-align: left;
		color: var(--text-muted);
}

.footer__bottom p {
		margin: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
}

/* Credit button (do-follow, persistent) */
.footer__credit {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 8px;
		margin-top: 0;
		background: var(--color-accent);
		color: var(--color-black);
		border: 0;
		padding: 10px 14px;
		border-radius: 12px;
		text-decoration: none;
		font-weight: 700;
		position: relative;
		overflow: hidden;
		-webkit-box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
		        box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
}

.footer__credit:before {
		content: "";
		position: absolute;
		inset: -60%;
		background: radial-gradient(60% 60% at 20% 20%, rgba(57, 27, 166, 0.45), transparent 60%), radial-gradient(50% 50% at 80% 30%, rgba(242, 230, 53, 0.35), transparent 60%), radial-gradient(40% 40% at 50% 80%, rgba(242, 198, 65, 0.25), transparent 60%);
		-webkit-filter: blur(40px);
		        filter: blur(40px);
		z-index: -1;
}

.footer__credit:hover {
		-webkit-transform: translateY(-1px);
		        transform: translateY(-1px);
		-webkit-box-shadow: 0 10px 24px rgba(242, 230, 53, 0.35);
		        box-shadow: 0 10px 24px rgba(242, 230, 53, 0.35);
}

.footer__credit:active {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
}

.footer__credit-icon {
		font-size: 14px;
}

.footer__credit-text {
		font-size: 14px;
}

@media (max-width: 640px) {
		.footer__bottom {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				text-align: center;
		}
		.footer__credit {
				width: 100%;
				max-width: 360px;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
		}
}
/* Navbar Wrapper */
.navbar-wrapper {
		padding: 0 30px;
		position: sticky; /* aseguramos sticky a nivel de wrapper */
		top: 0;
		z-index: 1100;
		background: transparent; /* no bloquea clics ni crea capas opacas */
}

/* RogueLikeGames Navbar */
.rlg-navbar {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 16px;
		margin: 16px auto;
		position: sticky;
		top: 30px;
		z-index: 1000;
		backdrop-filter: blur(8px);
		-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		max-width: 1440px;
}

.rlg-navbar__bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 16px;
		padding: 16px 24px;
}

.rlg-navbar__brand {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 8px;
		text-decoration: none;
		color: var(--text-body);
		font-weight: 700;
}

.rlg-navbar__brand-logo {
		width: 180px;
		height: 70px;
		-o-object-fit: contain;
		   object-fit: contain;
}

/* Menu */
.rlg-navbar__menu-list {
		list-style: none;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 12px;
}

.rlg-navbar__menu-link {
		color: var(--text-body);
		text-decoration: none;
		padding: 8px 10px;
		border-radius: 6px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

.rlg-navbar__menu-link:hover {
		background: var(--color-accent);
		color: var(--color-black);
}

/* Actions */
.rlg-navbar__actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 10px;
}

.rlg-navbar__search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 8px;
}

.rlg-navbar__search-input {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 8px;
		padding: 8px 12px;
		color: var(--text-body);
		font-size: 14px;
		width: 200px;
		-webkit-transition: border-color 0.2s ease;
		transition: border-color 0.2s ease;
}

.rlg-navbar__search-input:focus {
		outline: none;
		border-color: var(--text-accent);
}

.rlg-navbar__search-input::-webkit-input-placeholder {
		color: var(--text-muted);
}

.rlg-navbar__search-input::-moz-placeholder {
		color: var(--text-muted);
}

.rlg-navbar__search-input:-ms-input-placeholder {
		color: var(--text-muted);
}

.rlg-navbar__search-input::-ms-input-placeholder {
		color: var(--text-muted);
}

.rlg-navbar__search-input::placeholder {
		color: var(--text-muted);
}

.rlg-navbar__search-btn {
		background: var(--color-primary);
		border: none;
		border-radius: 8px;
		padding: 8px;
		color: var(--color-white);
		cursor: pointer;
		-webkit-transition: background 0.2s ease;
		transition: background 0.2s ease;
}

.rlg-navbar__search-btn:hover {
		background: var(--color-accent);
		color: var(--color-black);
}

.rlg-navbar__theme-toggle {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 8px;
		padding: 8px 12px;
		color: var(--text-body);
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

.rlg-navbar__theme-toggle:hover {
		background: var(--color-accent);
		color: var(--color-black);
}

.rlg-navbar__toggle {
		background: transparent;
		border: 1px solid var(--border-soft);
		padding: 8px 10px;
		border-radius: 6px;
		color: var(--text-body);
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

.rlg-navbar__toggle:hover {
		background: var(--text-accent);
		color: var(--color-black);
}

/* Mobile Menu Styles */
.rlg-navbar__mobile-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-top: none;
		border-radius: 0 0 16px 16px;
		padding: 16px 24px;
		-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		z-index: 999;
}

.rlg-navbar__mobile-menu.active {
		display: block;
}

.rlg-navbar__mobile-menu-list {
		list-style: none;
		margin: 0 0 16px 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
}

.rlg-navbar__mobile-menu-link {
		color: var(--text-body);
		text-decoration: none;
		padding: 12px 16px;
		border-radius: 8px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		display: block;
}

.rlg-navbar__mobile-menu-link:hover {
		background: var(--color-accent);
		color: var(--color-black);
}

.rlg-navbar__mobile-actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 12px;
		border-top: 1px solid var(--border-soft);
		padding-top: 16px;
}

.rlg-navbar__mobile-search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
}

.rlg-navbar__mobile-search-input {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 8px;
		padding: 12px 16px;
		color: var(--text-body);
		font-size: 16px;
		width: 100%;
		-webkit-transition: border-color 0.2s ease;
		transition: border-color 0.2s ease;
}

.rlg-navbar__mobile-search-input:focus {
		outline: none;
		border-color: var(--text-accent);
}

.rlg-navbar__mobile-search-input::-webkit-input-placeholder {
		color: var(--text-muted);
}

.rlg-navbar__mobile-search-input::-moz-placeholder {
		color: var(--text-muted);
}

.rlg-navbar__mobile-search-input:-ms-input-placeholder {
		color: var(--text-muted);
}

.rlg-navbar__mobile-search-input::-ms-input-placeholder {
		color: var(--text-muted);
}

.rlg-navbar__mobile-search-input::placeholder {
		color: var(--text-muted);
}

.rlg-navbar__mobile-search-btn {
		background: var(--color-primary);
		border: none;
		border-radius: 8px;
		padding: 12px 16px;
		color: var(--color-white);
		cursor: pointer;
		-webkit-transition: background 0.2s ease;
		transition: background 0.2s ease;
		width: 100%;
		font-size: 16px;
}

.rlg-navbar__mobile-search-btn:hover {
		background: var(--color-accent);
		color: var(--color-black);
}

.rlg-navbar__mobile-theme-toggle {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 8px;
		padding: 12px 16px;
		color: var(--text-body);
		cursor: pointer;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		width: 100%;
		font-size: 16px;
		text-align: center;
}

.rlg-navbar__mobile-theme-toggle:hover {
		background: var(--color-accent);
		color: var(--color-black);
}

/* Responsive */
@media (max-width: 768px) {
		.navbar-wrapper {
				padding: 0 15px;
		}
		.rlg-navbar {
				margin: 8px auto;
				position: sticky; /* mantener visible al hacer scroll */
				top: 12px;
				z-index: 1000;
		}
		.rlg-navbar__bar {
				padding: 12px 16px;
		}
		.rlg-navbar__menu-list {
				display: none;
		}
		.rlg-navbar__search {
				display: none;
		}
		.rlg-navbar__theme-toggle {
				display: none;
		}
		.rlg-navbar__actions {
				gap: 8px;
		}
}
@media (max-width: 480px) {
		.rlg-navbar__brand-logo {
				width: 120px;
				height: 50px;
		}
		.rlg-navbar__bar {
				padding: 10px 12px;
		}
		.rlg-navbar__mobile-menu {
				padding: 12px 16px;
		}
}
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
		font-family: swiper-icons;
		src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
		font-weight: 400;
		font-style: normal;
}
:root {
		--swiper-theme-color:#007aff;
}

:host {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
}

.swiper {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
		display: block;
}

.swiper-vertical > .swiper-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}

.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
		        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
		-webkit-transform: translate3d(0px, 0, 0);
		        transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
		-ms-touch-action: pan-y;
		    touch-action: pan-y;
}

.swiper-vertical {
		-ms-touch-action: pan-x;
		    touch-action: pan-x;
}

.swiper-slide {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		display: block;
}

.swiper-slide-invisible-blank {
		visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
		height: auto;
}

.swiper-autoheight .swiper-wrapper {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-transition-property: height, -webkit-transform;
		transition-property: height, -webkit-transform;
		transition-property: transform, height;
		transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
		-webkit-transform: translateZ(0);
		        transform: translateZ(0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
		-webkit-perspective: 1200px;
		        perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
		-webkit-transform-style: preserve-3d;
		        transform-style: preserve-3d;
}

.swiper-3d {
		-webkit-perspective: 1200px;
		        perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
		-webkit-transform-style: preserve-3d;
		        transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
		overflow: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
		display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
		scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
		-ms-scroll-snap-type: x mandatory;
		    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
		-ms-scroll-snap-type: y mandatory;
		    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
		-ms-scroll-snap-type: none;
		    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
		scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
		content: "";
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-box-ordinal-group: 10000;
		    -ms-flex-order: 9999;
		        order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
		scroll-snap-align: center center;
		scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
		-webkit-margin-start: var(--swiper-centered-offset-before);
		        margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
		height: 100%;
		min-height: 1px;
		width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
		-webkit-margin-before: var(--swiper-centered-offset-before);
		        margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
		width: 100%;
		min-width: 1px;
		height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
		background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
		width: 42px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -21px;
		margin-top: -21px;
		z-index: 10;
		-webkit-transform-origin: 50%;
		        transform-origin: 50%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
		border-radius: 50%;
		border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
		-webkit-animation: swiper-preloader-spin 1s infinite linear;
		        animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
		--swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
		--swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
		0% {
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
		}
		100% {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
		}
}

@keyframes swiper-preloader-spin {
		0% {
				-webkit-transform: rotate(0deg);
				        transform: rotate(0deg);
		}
		100% {
				-webkit-transform: rotate(360deg);
				        transform: rotate(360deg);
		}
}
.swiper-virtual .swiper-slide {
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0);
		        transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
		height: 1px;
		width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
		width: 1px;
		height: var(--swiper-virtual-size);
}

:root {
		--swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
		position: absolute;
		top: var(--swiper-navigation-top-offset, 50%);
		width: calc(var(--swiper-navigation-size) / 44 * 27);
		height: var(--swiper-navigation-size);
		margin-top: calc(0px - var(--swiper-navigation-size) / 2);
		z-index: 10;
		cursor: pointer;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
		opacity: 0.35;
		cursor: auto;
		pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
		opacity: 0;
		cursor: auto;
		pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
		display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		-webkit-transform-origin: center;
		        transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset, 10px);
		right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, 10px);
		left: auto;
}

.swiper-button-lock {
		display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
		font-family: swiper-icons;
		font-size: var(--swiper-navigation-size);
		text-transform: none !important;
		letter-spacing: 0;
		font-variant: initial;
		line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
		content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, 10px);
		left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
		content: "next";
}

.swiper-pagination {
		position: absolute;
		text-align: center;
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
		opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
		display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: var(--swiper-pagination-bottom, 8px);
		top: var(--swiper-pagination-top, auto);
		left: 0;
		width: 100%;
}

.swiper-pagination-bullets-dynamic {
		overflow: hidden;
		font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		-webkit-transform: scale(0.33);
		        transform: scale(0.33);
		position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
		-webkit-transform: scale(1);
		        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
		-webkit-transform: scale(1);
		        transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
		-webkit-transform: scale(0.66);
		        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
		-webkit-transform: scale(0.33);
		        transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
		-webkit-transform: scale(0.66);
		        transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
		-webkit-transform: scale(0.33);
		        transform: scale(0.33);
}

.swiper-pagination-bullet {
		width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
		height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
		display: inline-block;
		border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
		background: var(--swiper-pagination-bullet-inactive-color, #000);
		opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
		border: none;
		margin: 0;
		padding: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		     appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
		cursor: pointer;
}

.swiper-pagination-bullet:only-child {
		display: none !important;
}

.swiper-pagination-bullet-active {
		opacity: var(--swiper-pagination-bullet-opacity, 1);
		background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
		right: var(--swiper-pagination-right, 8px);
		left: var(--swiper-pagination-left, auto);
		top: 50%;
		-webkit-transform: translate3d(0px, -50%, 0);
		        transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
		display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		display: inline-block;
		-webkit-transition: 0.2s top, 0.2s -webkit-transform;
		transition: 0.2s top, 0.2s -webkit-transform;
		transition: 0.2s transform, 0.2s top;
		transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		-webkit-transition: 0.2s left, 0.2s -webkit-transform;
		transition: 0.2s left, 0.2s -webkit-transform;
		transition: 0.2s transform, 0.2s left;
		transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		-webkit-transition: 0.2s right, 0.2s -webkit-transform;
		transition: 0.2s right, 0.2s -webkit-transform;
		transition: 0.2s transform, 0.2s right;
		transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
		color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
		background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
		position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		background: var(--swiper-pagination-color, var(--swiper-theme-color));
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: scale(0);
		        transform: scale(0);
		-webkit-transform-origin: left top;
		        transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		-webkit-transform-origin: right top;
		        transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		width: 100%;
		height: var(--swiper-pagination-progressbar-size, 4px);
		left: 0;
		top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
		width: var(--swiper-pagination-progressbar-size, 4px);
		height: 100%;
		left: 0;
		top: 0;
}

.swiper-pagination-lock {
		display: none;
}

.swiper-scrollbar {
		border-radius: var(--swiper-scrollbar-border-radius, 10px);
		position: relative;
		-ms-touch-action: none;
		    touch-action: none;
		background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
		display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
		position: absolute;
		left: var(--swiper-scrollbar-sides-offset, 1%);
		bottom: var(--swiper-scrollbar-bottom, 4px);
		top: var(--swiper-scrollbar-top, auto);
		z-index: 50;
		height: var(--swiper-scrollbar-size, 4px);
		width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
		position: absolute;
		left: var(--swiper-scrollbar-left, auto);
		right: var(--swiper-scrollbar-right, 4px);
		top: var(--swiper-scrollbar-sides-offset, 1%);
		z-index: 50;
		width: var(--swiper-scrollbar-size, 4px);
		height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
		height: 100%;
		width: 100%;
		position: relative;
		background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
		border-radius: var(--swiper-scrollbar-border-radius, 10px);
		left: 0;
		top: 0;
}

.swiper-scrollbar-cursor-drag {
		cursor: move;
}

.swiper-scrollbar-lock {
		display: none;
}

.swiper-zoom-container {
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
		max-width: 100%;
		max-height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
}

.swiper-slide-zoomed {
		cursor: move;
		-ms-touch-action: none;
		    touch-action: none;
}

.swiper .swiper-notification {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
		-webkit-transition-timing-function: ease-out;
		        transition-timing-function: ease-out;
		margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
		-webkit-transition-timing-function: ease-out;
		        transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
		pointer-events: none;
		-webkit-transition-property: opacity;
		transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
		pointer-events: none;
}

.swiper-fade .swiper-slide-active {
		pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
}

.swiper-cube {
		overflow: visible;
}

.swiper-cube .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
		visibility: hidden;
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
		width: 100%;
		height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
		pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
		-webkit-transform-origin: 100% 0;
		        transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 100%;
		opacity: 0.6;
		z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
		content: "";
		background: #000;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		-webkit-filter: blur(50px);
		        filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
		pointer-events: auto;
		visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}

.swiper-flip {
		overflow: visible;
}

.swiper-flip .swiper-slide {
		pointer-events: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
		pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
		z-index: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		overflow: hidden;
		-webkit-transition-property: opacity, height, -webkit-transform;
		transition-property: opacity, height, -webkit-transform;
		transition-property: transform, opacity, height;
		transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
		overflow: visible;
}

.swiper-cards .swiper-slide {
		-webkit-transform-origin: center bottom;
		        transform-origin: center bottom;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		overflow: hidden;
}

/*here finish de website template core*/
/*here start de website internal components modules*/
/* Home Section: reviews (slider) */
.home-reviews {
		padding: 8px 16px 60px;
}

@media (min-width: 960px) {
		.home-reviews {
				padding-bottom: 120px;
		}
}
/* Animations removed for Game Reviews slider */
.home-reviews .reveal-up,
.home-reviews .reveal-right,
.home-reviews .is-visible {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
		-webkit-transition: none;
		transition: none;
}

/* Altura consistente por slide */
.reviews-swiper .swiper-slide {
		width: 280px;
		height: 300px;
}

/* Mobile: mostrar inicio del siguiente item (estado original) */
@media (max-width: 768px) {
		/* allow swiper to size slides based on slidesPerView */
		.reviews-swiper .swiper-slide {
				width: auto;
				height: 280px;
		}
		.reviews-swiper {
				padding-right: 12px;
		}
}
@media (max-width: 480px) {
		.reviews-swiper .swiper-slide {
				width: auto;
				height: 260px;
		}
}
@media (min-width: 960px) {
		.reviews-swiper .swiper-slide {
				width: 320px;
				height: 340px;
		}
}
/* Tarjeta específica de reviews */
.review-card {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		overflow: hidden;
		height: 260px;
		max-height: 260px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}

/* Imagen rectangular */
.review-card__media {
		height: 160px;
		-webkit-transition: -webkit-transform 0.25s ease;
		transition: -webkit-transform 0.25s ease;
		transition: transform 0.25s ease;
		transition: transform 0.25s ease, -webkit-transform 0.25s ease;
		display: block;
}

.review-card__media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		display: block;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
}

.review-card__media:hover {
		-webkit-transform: scale(1.02);
		        transform: scale(1.02);
}

.review-card__body {
		padding: 12px;
		height: 35%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

/* Título máximo 2 líneas con ellipsis */
.review-card__title {
		margin: 0;
		font-size: 18px;
		color: var(--text-body);
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
}

.reviews-swiper {
		background: transparent;
}

/* Flechas de navegación - OCULTAS */
.reviews-swiper .swiper-button-prev,
.reviews-swiper .swiper-button-next {
		display: none;
}

/* Paginación con margen adecuado */
/* hide pagination dots */
.reviews-swiper .swiper-pagination-bullets {
		display: none;
}

/* HARD DISABLE all animations/transitions/effects in Game Reviews slider */
.home-reviews .reveal-up,
.home-reviews .reveal-right,
.home-reviews .is-visible {
		opacity: 1 !important;
		-webkit-transform: none !important;
		        transform: none !important;
		-webkit-transition: none !important;
		transition: none !important;
}

.home-reviews .review-card__media {
		-webkit-transition: none !important;
		transition: none !important;
}

.home-reviews .review-card__media:hover {
		-webkit-transform: none !important;
		        transform: none !important;
}

.home-reviews .reviews-swiper .swiper-wrapper,
.home-reviews .reviews-swiper .swiper-slide {
		-webkit-transition: none !important;
		transition: none !important;
}

.home-reviews .reviews-swiper * {
		-webkit-animation: none !important;
		        animation: none !important;
}

/* Mobile: paginación más visible */
@media (max-width: 768px) {
		.reviews-swiper .swiper-pagination-bullets {
				bottom: 8px;
		}
		.reviews-swiper .swiper-pagination-bullet {
				width: 8px;
				height: 8px;
				margin: 0 4px !important;
		}
		.reviews-swiper .swiper-pagination-bullet-active {
				width: 10px;
				height: 10px;
		}
}
@media (max-width: 480px) {
		.reviews-swiper .swiper-pagination-bullets {
				bottom: 6px;
		}
		.reviews-swiper .swiper-pagination-bullet {
				width: 6px;
				height: 6px;
				margin: 0 3px !important;
		}
		.reviews-swiper .swiper-pagination-bullet-active {
				width: 8px;
				height: 8px;
		}
}
/* Home Section: latest news list */
.home-latest {
		padding: 8px 16px 60px;
		margin-top: 80px;
}

/* H1 izquierdo y H2 a la derecha */
.home-latest .home__section-h1 {
		margin: 10px 0 10px;
		font-size: 40px;
		line-height: 1.1;
		font-weight: 800;
		color: var(--text-body);
}

/* Colocar el título alineado con la columna derecha */
.home-latest .home__section-title {
		display: block;
		margin-left: auto;
		text-align: left;
		font-size: 25px; /* 4px menos que el h2 base */
		line-height: 1.2;
}

/* Mobile optimizations */
@media (max-width: 768px) {
		.home-latest {
				padding: 8px 12px 40px;
				margin-top: 40px;
		}
		.home-latest .home__section-h1 {
				font-size: 28px;
				margin: 8px 0 8px;
		}
		.home-latest .home__section-title {
				font-size: 20px;
				margin-left: 0;
				text-align: left;
		}
}
@media (max-width: 480px) {
		.home-latest {
				padding: 8px 8px 30px;
				margin-top: 30px;
		}
		.home-latest .home__section-h1 {
				font-size: 24px;
				margin: 6px 0 6px;
		}
		.home-latest .home__section-title {
				font-size: 18px;
		}
}
@media (min-width: 960px) {
		.home-latest .home__section-title {
				width: 420px; /* mismo ancho que la lista derecha */
		}
		.home-latest {
				padding-bottom: 120px;
		}
}
.news-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
		height: auto; /* evitar forzar altura que recorta la imagen */
}

/* Mobile grid adjustments */
@media (max-width: 768px) {
		.news-grid {
				height: auto;
				row-gap: 12px;
		}
}
@media (max-width: 480px) {
		.news-grid {
				row-gap: 10px;
		}
}
@media (min-width: 960px) {
		.news-grid {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-column-gap: 16px;
				   -moz-column-gap: 16px;
				        column-gap: 16px;
		}
}
.news-grid__main {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		max-width: 960px;
		position: relative;
		border-radius: 16px;
		overflow: hidden;
		-webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
		        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
		aspect-ratio: 16/9; /* mantener proporción de video/imagen estándar y evitar cortes */
}

/* Mobile main card adjustments */
@media (max-width: 768px) {
		.news-grid__main {
				height: 250px;
				border-radius: 12px;
				-webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
				        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
		}
}
@media (max-width: 480px) {
		.news-grid__main {
				height: 200px;
				border-radius: 10px;
		}
}
/* Feature */
.latest-feature__media {
		height: 100%;
		background: var(--bg-surface-2);
		display: block;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.latest-feature__media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-transition: -webkit-transform 0.45s ease;
		transition: -webkit-transform 0.45s ease;
		transition: transform 0.45s ease;
		transition: transform 0.45s ease, -webkit-transform 0.45s ease;
		display: block;
}

.news-grid__main:hover .latest-feature__media img {
		-webkit-transform: scale(1.06);
		        transform: scale(1.06);
}

/* Overlay inferior con sombra y título */
.latest-feature__overlay {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 50%;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 20px 24px;
		pointer-events: none; /* allow taps to pass through to the link */
}

.latest-feature__title {
		margin: 0;
		font-size: 32px;
		line-height: 1.15;
		color: #fff;
		text-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
		letter-spacing: -0.2px;
}

/* Mobile overlay adjustments */
@media (max-width: 768px) {
		.latest-feature__overlay {
				padding: 16px 18px;
				height: 60%;
		}
		.latest-feature__title {
				font-size: 24px;
				line-height: 1.2;
		}
}
@media (max-width: 480px) {
		.latest-feature__overlay {
				padding: 12px 14px;
				height: 65%;
		}
		.latest-feature__title {
				font-size: 20px;
				line-height: 1.25;
		}
}
.news-grid__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 12px;
		width: 420px;
}

/* Mobile list adjustments */
@media (max-width: 768px) {
		.news-grid__list {
				width: 100%;
				row-gap: 10px;
		}
}
@media (max-width: 480px) {
		.news-grid__list {
				row-gap: 8px;
		}
}
.news-item {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 10px;
		-webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
		        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
		-webkit-transition: border-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
		transition: border-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
		transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
		transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, -webkit-transform 0.18s ease, -webkit-box-shadow 0.18s ease;
}

/* Mobile news item adjustments */
@media (max-width: 768px) {
		.news-item {
				padding: 8px;
				border-radius: 10px;
				-webkit-column-gap: 8px;
				   -moz-column-gap: 8px;
				        column-gap: 8px;
		}
}
@media (max-width: 480px) {
		.news-item {
				padding: 6px;
				border-radius: 8px;
				-webkit-column-gap: 6px;
				   -moz-column-gap: 6px;
				        column-gap: 6px;
		}
}
.news-item::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 3px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		background: transparent;
		-webkit-transition: background 0.18s ease;
		transition: background 0.18s ease;
}

.news-item:hover {
		-webkit-transform: translateY(-2px);
		        transform: translateY(-2px);
		-webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
		        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
		border-color: var(--color-accent);
}

.news-item:hover::before {
		background: var(--color-accent);
}

.news-item__media {
		display: block;
		background: var(--bg-surface-2);
		width: 96px;
		height: 72px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 96px;
		        flex: 0 0 96px;
		border-radius: 10px;
		overflow: hidden;
}

/* Mobile media adjustments */
@media (max-width: 768px) {
		.news-item__media {
				width: 80px;
				height: 60px;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 80px;
				        flex: 0 0 80px;
				border-radius: 8px;
		}
}
@media (max-width: 480px) {
		.news-item__media {
				width: 70px;
				height: 52px;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 70px;
				        flex: 0 0 70px;
				border-radius: 6px;
		}
}
.news-item__media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		display: block;
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-transition: -webkit-transform 0.35s ease;
		transition: -webkit-transform 0.35s ease;
		transition: transform 0.35s ease;
		transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.news-item:hover .news-item__media img {
		-webkit-transform: scale(1.06);
		        transform: scale(1.06);
}

.news-item__title {
		margin: 0;
		font-size: 14px;
		font-weight: 700;
		color: var(--text-body);
}

/* Excerpt for latest items */
.news-item__excerpt {
		margin: 4px 0 0;
		font-size: 12px;
		color: var(--text-muted);
		line-height: 1.3;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
}

/* Mobile typography adjustments */
@media (max-width: 768px) {
		.news-item__title {
				font-size: 13px;
				line-height: 1.3;
		}
		.news-item__excerpt {
				font-size: 11px;
				line-height: 1.4;
				margin: 3px 0 0;
		}
}
@media (max-width: 480px) {
		.news-item__title {
				font-size: 12px;
				line-height: 1.35;
		}
		.news-item__excerpt {
				font-size: 10px;
				line-height: 1.4;
				margin: 2px 0 0;
				-webkit-line-clamp: 1;
				line-clamp: 1;
		}
}
/* CTA ver todas las noticias */
.news-list__cta {
		display: inline-block;
		margin-top: 10px;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
		text-decoration: none;
		min-height: 50px;
		padding-top: 12px !important;
		padding-bottom: 15px !important;
		position: relative;
		overflow: hidden;
}
.news-list__cta::before {
		content: "";
		position: absolute;
		inset: -60%;
		background: radial-gradient(60% 60% at 20% 20%, rgba(57, 27, 166, 0.45), transparent 60%), radial-gradient(50% 50% at 80% 30%, rgba(242, 230, 53, 0.35), transparent 60%), radial-gradient(40% 40% at 50% 80%, rgba(242, 198, 65, 0.25), transparent 60%);
		-webkit-filter: blur(40px);
		        filter: blur(40px);
		z-index: -1;
		-webkit-animation: auroraGlowMove 12s ease-in-out infinite alternate;
		        animation: auroraGlowMove 12s ease-in-out infinite alternate;
		pointer-events: none;
}

.news-list__cta:hover {
		-webkit-transform: translateY(-1px);
		        transform: translateY(-1px);
}

/* Mobile CTA adjustments */
@media (max-width: 768px) {
		.news-list__cta {
				margin-top: 8px;
				min-height: 44px;
				padding: 10px 16px !important;
				font-size: 14px;
		}
}
@media (max-width: 480px) {
		.news-list__cta {
				margin-top: 6px;
				min-height: 40px;
				padding: 8px 14px !important;
				font-size: 13px;
				width: 100%;
				text-align: center;
		}
}
/* Animaciones de entrada */
.home-latest .reveal-up {
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
}

.home-latest .reveal-right {
		opacity: 0;
		-webkit-transform: translateX(18px);
		        transform: translateX(18px);
}

.home-latest .is-visible {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
		-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

/* Home Section: Guides slider */
.home-collections {
		padding: 8px 16px 60px;
}

@media (min-width: 960px) {
		.home-collections {
				padding-bottom: 120px;
		}
}
.guides-swiper {
		background: transparent;
		padding-bottom: 30px;
}

.guide-card {
		position: relative;
		width: 220px;
		height: 300px;
		border-radius: 12px;
		overflow: hidden;
		background-size: cover;
		background-position: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
}

.guide-card::after {
		content: "";
		position: absolute;
		inset: 0;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}

.guide-card__title {
		position: relative;
		z-index: 1;
		padding: 12px;
		color: #fff;
		font-weight: 600;
		text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.guides-swiper .swiper-pagination-bullets {
		bottom: -20px;
}

.guides-swiper .swiper-pagination-bullet {
		background: var(--text-muted);
		opacity: 0.6;
		width: 6px;
		height: 6px;
		margin: 0 5px !important;
}

.guides-swiper .swiper-pagination-bullet-active {
		background: var(--color-accent);
		opacity: 1;
}

/* Animations for guides */
.home-collections .reveal-up {
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
}

.home-collections .reveal-right {
		opacity: 0;
		-webkit-transform: translateX(18px);
		        transform: translateX(18px);
}

.home-collections .is-visible {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
		-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

/* Home Section: chips */
.home-chips {
		padding: 8px 16px 60px;
}

@media (min-width: 960px) {
		.home-chips {
				padding-bottom: 120px;
		}
}
.home-chips .chip-list {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 12px;
		padding: 0;
		margin: 0;
		overflow-x: auto;
}

.home-chips .chip a {
		display: inline-block;
		padding: 10px 14px;
		border-radius: 999px;
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		color: var(--text-muted);
		text-decoration: none;
		white-space: nowrap;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
}

.home-chips .chip a:hover {
		background: var(--color-accent);
		color: var(--color-black);
}

/* Animations for chips */
.home-chips .reveal-up {
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
}

.home-chips .reveal-right {
		opacity: 0;
		-webkit-transform: translateX(18px);
		        transform: translateX(18px);
}

.home-chips .is-visible {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
		-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

/* Home Section: feed */
.home-feed {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
		padding: 8px 16px 60px;
}

@media (min-width: 960px) {
		.home-feed {
				padding-bottom: 120px;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-webkit-column-gap: 16px;
				   -moz-column-gap: 16px;
				        column-gap: 16px;
		}
}
.feed {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		max-width: 960px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 12px;
}

/* Scoped feed card */
.feed .feed-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 12px;
		   -moz-column-gap: 12px;
		        column-gap: 12px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		overflow: hidden;
		padding: 12px;
}

.feed .feed-card__media {
		display: block;
		background: var(--bg-surface-2);
		width: 120px;
		height: 90px;
		border-radius: 8px;
		overflow: hidden;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
}

.feed .feed-card__media img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		border-radius: inherit;
}

.feed .feed-card__title {
		margin: 0 0 6px;
		font-size: 16px;
		color: var(--text-body);
}

.feed .feed-card__excerpt {
		margin: 0;
		color: var(--text-muted);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3; /* desktop/tablet default */
		overflow: hidden;
}

/* Mobile feed card adjustments */
@media (max-width: 768px) {
		.feed .feed-card {
				padding: 10px;
				-webkit-column-gap: 10px;
				   -moz-column-gap: 10px;
				        column-gap: 10px;
				border-radius: 10px;
		}
		.feed .feed-card__media {
				width: 100px;
				height: 75px;
				border-radius: 6px;
		}
		.feed .feed-card__title {
				font-size: 15px;
				margin: 0 0 4px;
		}
		.feed .feed-card__excerpt {
				font-size: 13px;
				line-height: 1.4;
				-webkit-line-clamp: 2; /* reducir a la mitad en móvil/tablet */
		}
}
@media (max-width: 480px) {
		.feed .feed-card {
				padding: 8px;
				-webkit-column-gap: 8px;
				   -moz-column-gap: 8px;
				        column-gap: 8px;
				border-radius: 8px;
		}
		.feed .feed-card__media {
				width: 80px;
				height: 60px;
				border-radius: 6px;
		}
		.feed .feed-card__title {
				font-size: 14px;
				margin: 0 0 3px;
				line-height: 1.3;
		}
		.feed .feed-card__excerpt {
				font-size: 12px;
				line-height: 1.35;
		}
}
.home-sidebar {
		width: 420px;
}

.home-sidebar .widget {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 12px;
}

.widget__title {
		margin: 0 0 10px;
		font-size: 14px;
		color: var(--text-body);
}

.trending-list {
		margin: 0;
		padding: 0 0 0 18px;
		color: var(--text-muted);
}

.trending-list a {
		color: var(--text-muted);
		text-decoration: none;
		-webkit-transition: color 0.2s ease;
		transition: color 0.2s ease;
}

.trending-list a:hover {
		color: var(--text-accent);
}

/* Mobile responsive adjustments for sidebar and trending */
@media (max-width: 768px) {
		.home-sidebar {
				width: 100%;
				margin-top: 16px;
		}
		.home-sidebar .widget {
				padding: 10px;
				border-radius: 10px;
		}
		.widget__title {
				font-size: 13px;
				margin: 0 0 8px;
		}
		.trending-list {
				padding: 0 0 0 16px;
		}
		.trending-list li {
				margin-bottom: 4px;
				font-size: 13px;
				line-height: 1.4;
		}
}
@media (max-width: 480px) {
		.home-sidebar {
				margin-top: 12px;
		}
		.home-sidebar .widget {
				padding: 8px;
				border-radius: 8px;
		}
		.widget__title {
				font-size: 12px;
				margin: 0 0 6px;
		}
		.trending-list {
				padding: 0 0 0 14px;
		}
		.trending-list li {
				margin-bottom: 3px;
				font-size: 12px;
				line-height: 1.35;
		}
}
/* Animations for feed */
.home-feed .reveal-up {
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
}

.home-feed .reveal-right {
		opacity: 0;
		-webkit-transform: translateX(18px);
		        transform: translateX(18px);
}

.home-feed .is-visible {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
		-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

/* Section title alignment */
.home-feed .home__section-title {
		text-align: center;
		margin: 0 0 12px;
}

.home__section-title {
		padding-left: 20px;
}

/* Home Section: cta */
.home-cta {
		padding: 0 16px 60px;
}

@media (min-width: 960px) {
		.home-cta {
				padding-bottom: 120px;
		}
}
.home-cta .cta {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 16px;
		padding: 32px 20px;
		text-align: center;
		position: relative;
		overflow: hidden;
}

/* EPIC variant */
.home-cta .cta--epic {
		-webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
		        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.home-cta .cta--epic .cta__brand {
		color: var(--color-accent);
}

/* Gradient aurora */
.home-cta .cta__aurora {
		position: absolute;
		inset: -40%;
		background: radial-gradient(60% 60% at 20% 20%, rgba(57, 27, 166, 0.45), transparent 60%), radial-gradient(50% 50% at 80% 30%, rgba(242, 230, 53, 0.35), transparent 60%), radial-gradient(40% 40% at 50% 80%, rgba(242, 198, 65, 0.25), transparent 60%);
		-webkit-filter: blur(40px);
		        filter: blur(40px);
		-webkit-animation: auroraMove 12s ease-in-out infinite alternate;
		        animation: auroraMove 12s ease-in-out infinite alternate;
		pointer-events: none;
}

@-webkit-keyframes auroraMove {
		0% {
				-webkit-transform: translate3d(-10px, -10px, 0) scale(1);
				        transform: translate3d(-10px, -10px, 0) scale(1);
				opacity: 0.7;
		}
		100% {
				-webkit-transform: translate3d(10px, 10px, 0) scale(1.05);
				        transform: translate3d(10px, 10px, 0) scale(1.05);
				opacity: 1;
		}
}

@keyframes auroraMove {
		0% {
				-webkit-transform: translate3d(-10px, -10px, 0) scale(1);
				        transform: translate3d(-10px, -10px, 0) scale(1);
				opacity: 0.7;
		}
		100% {
				-webkit-transform: translate3d(10px, 10px, 0) scale(1.05);
				        transform: translate3d(10px, 10px, 0) scale(1.05);
				opacity: 1;
		}
}
.home-cta .cta__title {
		margin: 0 0 8px;
		color: var(--text-body);
		font-size: 28px;
}

.home-cta .cta__desc {
		margin: 0 0 16px;
		color: var(--text-muted);
}

/* Form */
.home-cta .cta__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		max-width: 520px;
		margin: 0 auto 8px;
}

@media (max-width: 640px) {
		.home-cta .cta__form {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
}
.home-cta .cta__input {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.home-cta .cta__input:focus {
		outline: none;
		border-color: var(--color-accent);
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
}

/* Trust text */
.home-cta .cta__trust {
		margin: 6px 0 0;
		color: var(--text-muted);
		font-size: 13px;
}

/* Contact Form 7 dentro del CTA */
.home-cta .wpcf7 form,
.home-cta .wpcf7-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		max-width: 520px;
		margin: 0 auto 8px;
}

@media (max-width: 640px) {
		.home-cta .wpcf7 form,
		.home-cta .wpcf7-form {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
}
.home-cta .wpcf7 input[type=email],
.home-cta .wpcf7 input[type=text] {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.home-cta .wpcf7 input[type=email]:focus,
.home-cta .wpcf7 input[type=text]:focus {
		outline: none;
		border-color: var(--color-accent);
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
}

.home-cta .wpcf7-response-output {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 8px;
		padding: 8px 10px;
		margin: 8px auto 0;
		max-width: 520px;
}

.home-cta .wpcf7-not-valid-tip {
		color: #e74c3c;
		font-size: 12px;
		margin-top: 4px;
}

/* Attention pulse to draw eye */
.home-cta .cta--epic .cta__button {
		-webkit-animation: ctaPulse 3s ease-in-out infinite;
		        animation: ctaPulse 3s ease-in-out infinite;
}

@keyframes ctaPulse {
		0%, 100% {
				-webkit-box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
				        box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25);
		}
		50% {
				-webkit-box-shadow: 0 0 0 10px rgba(242, 230, 53, 0.12), 0 10px 28px rgba(242, 230, 53, 0.45);
				        box-shadow: 0 0 0 10px rgba(242, 230, 53, 0.12), 0 10px 28px rgba(242, 230, 53, 0.45);
		}
}
/* Animations for CTA */
.home-cta .reveal-up {
		opacity: 0;
		-webkit-transform: translateY(18px);
		        transform: translateY(18px);
}

.home-cta .reveal-right {
		opacity: 0;
		-webkit-transform: translateX(18px);
		        transform: translateX(18px);
}

.home-cta .is-visible {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
		-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease;
		transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

/* Contact form stack variant */
.home-cta .cta__form--stack {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		gap: 12px;
		max-width: 680px;
}

.home-cta .cta__label {
		color: var(--text-muted);
		font-size: 14px;
}

.home-cta .cta__textarea {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
		resize: vertical;
}

.home-cta .cta__textarea:focus {
		outline: none;
		border-color: var(--color-accent);
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
}

/* Blog Page Template */
.blog-page {
		padding: 8px 12px 50px;
}

@media (min-width: 960px) {
		.blog-page {
				padding-bottom: 120px;
		}
}
.blog-hero {
		padding: 24px 0 16px;
}

.blog-hero__inner {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
}

.blog-hero__title {
		margin: 0 0 8px;
		font-size: 36px;
		color: var(--text-body);
}

.blog-hero__desc {
		margin: 0;
		color: var(--text-muted);
}

.blog-page__layout {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
}

/* Stack layout on tablets and mobiles */
@media (max-width: 960px) {
		.blog-page__layout {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
		.blog-page__sidebar {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				width: 100%;
				-webkit-box-ordinal-group: 3;
				    -ms-flex-order: 2;
				        order: 2;
		}
		.blog-page__main {
				-webkit-box-ordinal-group: 2;
				    -ms-flex-order: 1;
				        order: 1;
		}
}
.blog-page__main {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
}

.blog-page__sidebar {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 320px;
		        flex: 0 0 320px;
}

/* Full width main (no sidebar) */
.blog-page__main--full {
		width: 100%;
}

/* List */
.blog-list__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
}

/* Featured newest */
.post-card--featured {
		position: relative;
		border: 0;
		border-radius: 0;
		padding: 0;
		margin: 0;
		overflow: hidden;
		height: 300px;
		background: transparent;
}

/* Featured height responsive */
@media (min-width: 960px) {
		.post-card--featured {
				height: 360px;
		}
}
@media (min-width: 1280px) {
		.post-card--featured {
				height: 420px;
		}
}
@media (max-width: 640px) {
		.post-card--featured {
				height: 220px;
		}
}
.post-card--featured .post-card__media {
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

.post-card--featured .post-card__overlay {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 50%;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 16px;
}

.post-card--featured .post-card__title {
		margin: 0;
		font-size: 28px; /* un poco más grande para mejor jerarquía */
		line-height: 1.2;
		color: #fff;
		text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Asegurar color blanco en el enlace del título destacado */
.post-card--featured .post-card__title a {
		color: #fff;
		text-decoration: none;
}

.post-card--featured .post-card__title a:hover {
		text-decoration: underline;
}

/* En tarjetas normales, el enlace hereda el color del título */
.post-card__title a {
		color: inherit;
		text-decoration: none;
}

.post-card__title a:hover {
		text-decoration: underline;
}

/* Overlay para que toda la tarjeta sea clicable */
.post-card__link-overlay {
		position: absolute;
		inset: 0;
		z-index: 5;
		border-radius: inherit;
}

.post-card {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 12px;
		   -moz-column-gap: 12px;
		        column-gap: 12px;
		padding: 12px;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 100%;
		position: relative;
}

/* Card responsive layout */
@media (max-width: 768px) {
		.blog-list__items {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				row-gap: 12px;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
				width: 100%;
		}
		.post-card {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				-webkit-box-align: stretch;
				    -ms-flex-align: stretch;
				        align-items: stretch;
				width: 100%;
				margin-left: 0;
				margin-right: 0;
				padding: 10px; /* reduce inner padding */
		}
		.post-card__media {
				width: 100%;
				height: auto;
				aspect-ratio: 16/9;
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
		}
}
@media (min-width: 641px) and (max-width: 1199px) {
		.post-card__media {
				width: 260px;
				height: 160px;
		}
}
@media (min-width: 1024px) and (max-width: 1279px) {
		.post-card__media {
				width: 320px;
				height: 180px;
		}
}
@media (min-width: 1280px) {
		.post-card__media {
				width: 360px;
				height: 200px;
		}
}
.post-card__media {
		display: block;
		width: 180px;
		height: 120px;
		border-radius: 10px;
		overflow: hidden;
		background: var(--bg-surface-2);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}

/* prevent flex children from causing horizontal overflow */
.post-card__body {
		min-width: 0;
}

.post-card__title {
		margin: 0 0 6px;
		font-size: 18px;
		color: var(--text-body);
}

.post-card__excerpt {
		margin: 0;
		color: var(--text-muted);
		font-size: 14px;
		line-height: 1.4;
}

/* Sidebar */
.blog-sidebar .widget {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 12px;
		margin-bottom: 16px;
}

.widget__title {
		margin: 0 0 8px;
		font-size: 16px;
		color: var(--text-body);
}

.widget__list {
		margin: 0;
		padding: 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 6px;
}

.widget__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 8px;
}

.widget__input {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 8px;
		padding: 8px 10px;
		color: var(--text-body);
}

.widget__btn {
		background: var(--color-primary);
		border: 0;
		border-radius: 8px;
		padding: 8px 12px;
		color: var(--color-white);
		cursor: pointer;
}

/* Blog: aurora glow utility for CTAs */
.blog-page .button-cta, .blog-page .about-cta__button, .blog-page .contact-cta .wpforms-submit, .contact-cta .blog-page .wpforms-submit, .blog-page .contact-cta .contact-cta__button, .contact-cta .blog-page .contact-cta__button, .blog-page .contact-form__submit, .blog-page .news-list__cta, .blog-page .home-cta .cta__button, .home-cta .blog-page .cta__button, .blog-page .home-cta .wpcf7 input[type=submit], .home-cta .wpcf7 .blog-page input[type=submit], .blog-page .subscribe .button-cta {
		position: relative;
		overflow: hidden;
}
.blog-page .button-cta::before, .blog-page .about-cta__button::before, .blog-page .contact-cta .wpforms-submit::before, .contact-cta .blog-page .wpforms-submit::before, .blog-page .contact-cta .contact-cta__button::before, .contact-cta .blog-page .contact-cta__button::before, .blog-page .contact-form__submit::before, .blog-page .news-list__cta::before, .blog-page .home-cta .cta__button::before, .home-cta .blog-page .cta__button::before, .blog-page .home-cta .wpcf7 input[type=submit]::before, .home-cta .wpcf7 .blog-page input[type=submit]::before, .blog-page .subscribe .button-cta::before {
		content: "";
		position: absolute;
		inset: -60%;
		background: radial-gradient(60% 60% at 20% 20%, rgba(57, 27, 166, 0.45), transparent 60%), radial-gradient(50% 50% at 80% 30%, rgba(242, 230, 53, 0.35), transparent 60%), radial-gradient(40% 40% at 50% 80%, rgba(242, 198, 65, 0.25), transparent 60%);
		-webkit-filter: blur(40px);
		        filter: blur(40px);
		z-index: -1;
		-webkit-animation: auroraGlowMove 12s ease-in-out infinite alternate;
		        animation: auroraGlowMove 12s ease-in-out infinite alternate;
		pointer-events: none;
}

/* Category page styles */
.blog-page__category-title {
		margin: 0 0 8px;
		font-size: 28px;
		color: var(--text-body);
}

.blog-page__category-desc {
		margin: 0 0 20px;
		color: var(--text-muted);
}

/* Mobile responsive adjustments for blog widgets */
@media (max-width: 768px) {
		.blog-sidebar .widget {
				padding: 10px;
				margin-bottom: 12px;
				border-radius: 10px;
		}
		.widget__title {
				font-size: 14px;
				margin: 0 0 6px;
		}
		.widget__list {
				row-gap: 4px;
		}
		.widget__form {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 6px;
		}
		.widget__input {
				padding: 10px 12px;
				font-size: 16px; /* Prevents zoom on iOS */
		}
		.widget__btn {
				padding: 10px 12px;
				font-size: 14px;
		}
}
@media (max-width: 480px) {
		.blog-page {
				padding: 6px 8px 40px;
		}
		.blog-sidebar .widget {
				padding: 8px;
				margin-bottom: 10px;
				border-radius: 8px;
		}
		.widget__title {
				font-size: 13px;
				margin: 0 0 5px;
		}
		.widget__list {
				row-gap: 3px;
		}
		.widget__form {
				gap: 5px;
		}
		.widget__input {
				padding: 8px 10px;
				font-size: 14px;
		}
		.widget__btn {
				padding: 8px 10px;
				font-size: 13px;
		}
}
/* Pagination styles */
.pagination {
		margin-top: 20px;
}

.pagination .page-numbers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 8px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.pagination .page-numbers li {
		list-style: none;
}

.pagination a,
.pagination span {
		display: inline-block;
		padding: 6px 10px;
		border: 1px solid var(--border-soft);
		border-radius: 8px;
		background: var(--bg-surface);
		color: var(--text-body);
}

.pagination .current {
		background: var(--color-primary);
		color: var(--color-white);
		border-color: var(--color-primary);
}

/* Breadcrumbs styles */
.breadcrumbs {
		margin: 8px 0 12px;
		font-size: 14px;
		color: var(--text-muted);
}

.breadcrumbs__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 6px;
		padding: 0;
		margin: 0;
		list-style: none;
}

.breadcrumbs__item--home .breadcrumbs__link {
		color: var(--text-body);
}

.breadcrumbs__item::after {
		content: "/";
		margin-left: 6px;
		color: var(--text-muted);
}

.breadcrumbs__item:last-child::after {
		content: "";
}

.breadcrumbs__item--current {
		color: var(--text-body);
}

/* Article Page Template */
.article-page {
		padding: 8px 16px 60px;
}

@media (min-width: 960px) {
		.article-page {
				padding-bottom: 120px;
		}
}
/* Hero */
.article-hero__inner {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		padding: 0px;
}

.article-hero__cover {
		position: relative;
		height: 260px;
		border-radius: 12px;
		overflow: hidden;
		background: var(--bg-surface-2);
}

.article-hero__overlay {
		position: absolute;
		inset: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}

.article-hero__title {
		margin: 0;
		font-size: 42px;
		color: #fff;
		text-align: center;
		text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
		display: inline-block;
		background: rgba(0, 0, 0, 0.45); /* fondo oscuro para legibilidad */
		padding: 6px 10px;
		border-radius: 8px;
		-webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
		        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.article-hero__meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 8px;
		color: var(--text-muted);
		margin-top: 10px;
		display: none;
		margin-bottom: 50px;
}

/* Breadcrumbs + Meta */
.article-breadcrumbs {
		font-size: 13px;
		color: var(--text-muted);
		margin-bottom: 10px;
}

.article-breadcrumbs a {
		color: var(--text-muted);
		text-decoration: none;
}

.article-breadcrumbs .sep {
		margin: 0 6px;
}

/* Meta modern styles */
.article-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 12px;
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 10px 12px;
		margin-bottom: 30px;
}

.article-meta__left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 8px;
}

.article-meta__sep {
		color: var(--text-muted);
}

.article-meta__avatar {
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background: var(--color-primary);
		color: #fff;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		font-size: 13px;
		font-weight: 700;
}

.meta-chip {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		color: var(--text-muted);
		border-radius: 999px;
		padding: 6px 10px;
		font-size: 12px;
		line-height: 1;
}

/* Ocultar temporalmente views y tiempo de lectura */
.article-meta__stats,
.meta-chip--views,
.meta-chip--read {
		display: none !important;
}

.article-content__heading {
		margin: 0 0 8px;
		color: var(--text-body);
}

/* Layout: contenido a la izquierda, sidebar a la derecha */
.article-page__layout {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
		padding: 0px;
}

.article-page__main {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		min-width: 0;
}

.article-page__sidebar {
		margin-top: 50px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 320px;
		        flex: 0 0 320px;
}

/* Responsive: sidebar below on tablet/mobile */
@media (max-width: 1023px) {
		.article-page__layout {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 16px;
		}
		.article-page__sidebar {
				margin-top: 20px;
				-webkit-box-flex: 0;
				    -ms-flex: none;
				        flex: none;
		}
}
/* Tablet specific adjustments */
@media (max-width: 1023px) and (min-width: 769px) {
		.article-hero__cover {
				height: 240px;
		}
		.article-hero__title {
				font-size: 36px;
		}
		.article-meta {
				padding: 14px 16px;
		}
		.article-content__body {
				padding: 24px;
		}
}
/* Small mobile adjustments */
@media (max-width: 480px) {
		.article-page {
				padding: 8px 12px 40px;
		}
		.article-hero__cover {
				height: 180px;
				border-radius: 6px;
		}
		.article-hero__title {
				font-size: 24px;
				padding: 0 12px;
		}
		.article-meta {
				padding: 10px;
				gap: 6px;
		}
		.article-meta__avatar {
				width: 20px;
				height: 20px;
				font-size: 10px;
		}
		.meta-chip {
				font-size: 10px;
				padding: 3px 6px;
		}
		.article-content__body {
				padding: 16px;
				margin-top: 20px;
		}
		.article-content__figure {
				height: 120px;
				margin: 8px 0;
		}
}
/* Tablet: todo en una sola línea con wrap suave */
@media (min-width: 769px) and (max-width: 1023px) {
		.article-meta {
				-ms-flex-wrap: nowrap;
				    flex-wrap: nowrap;
		}
		.article-meta__left, .article-meta__stats {
				-ms-flex-wrap: nowrap;
				    flex-wrap: nowrap;
		}
}
/* Mobile: dos líneas ordenadas (autor/fecha arriba; views/tiempo abajo) */
@media (max-width: 768px) {
		.article-meta {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr;
				grid-template-columns: 1fr;
				grid-row-gap: 6px;
				-webkit-box-align: start;
				    -ms-flex-align: start;
				        align-items: start;
				padding: 12px;
		}
		.article-meta__left {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 8px;
		}
		.article-meta__stats {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 8px;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
		}
		.article-meta__avatar {
				width: 24px;
				height: 24px;
				font-size: 11px;
		}
		.meta-chip {
				font-size: 11px;
				padding: 4px 8px;
		}
}
/* Share buttons */
.article-share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 8px;
		margin: 8px 0 20px;
}

.article-share__btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 6px 10px;
		border-radius: 8px;
		border: 1px solid var(--border-soft);
		background: var(--bg-surface-2);
		color: var(--text-body);
		text-decoration: none;
		font-size: 12px;
}

.article-share__btn:hover {
		background: var(--color-accent);
		color: var(--color-black);
}

/* Mobile: hero adjustments */
@media (max-width: 768px) {
		.article-hero__cover {
				height: 200px;
				border-radius: 8px;
		}
		.article-hero__title {
				font-size: 28px;
				padding: 0 16px;
		}
		.article-hero__inner {
				margin-top: 40px;
		}
}
/* Mobile: content adjustments */
@media (max-width: 768px) {
		.article-content__body {
				padding: 20px;
				margin-top: 30px;
		}
		.article-content__figure {
				height: 150px;
				margin: 12px 0;
		}
		.article-tags {
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				gap: 6px;
		}
		.article-tag a {
				font-size: 11px;
				padding: 6px 10px;
		}
}
/* Content */
.article-content__body {
		margin-top: 50px;
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 30px;
}

.article-content__figure {
		margin: 16px 0;
		height: 200px;
		border-radius: 10px;
		overflow: hidden;
		background: var(--bg-surface-2);
}

/* Estilos de imágenes dentro del contenido del artículo */
.article-content__body img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 12px auto; /* centrada */
}

.article-content__body figure,
.article-content__body .wp-block-image {
		margin: 16px auto;
		text-align: center;
		display: block;
}

.article-content__body figure img,
.article-content__body .wp-block-image img {
		max-width: 100%;
		height: auto;
		display: inline-block;
}

.article-content__body figure figcaption {
		color: var(--text-muted);
		font-size: 13px;
		margin-top: 6px;
}

/* Compatibilidad con clases de alineación de WordPress/Gutenberg */
.article-content__body .aligncenter,
.article-content__body img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.article-content__body .alignleft,
.article-content__body img.alignleft {
		display: block;
		margin: 12px auto;
} /* forzamos centrado en móviles */
.article-content__body .alignright,
.article-content__body img.alignright {
		display: block;
		margin: 12px auto;
} /* forzamos centrado en móviles */
/* Asegurar que imágenes dentro de párrafos no queden ocultas por overflow */
.article-content__body p {
		overflow: visible;
}

/* Legacy counter wrapper (single.php) - ocultar temporalmente */
.post-counter-wrapper {
		display: none !important;
}

.article-tags {
		list-style: none;
		padding: 0;
		margin: 12px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
}

.article-tag a {
		display: inline-block;
		padding: 8px 12px;
		border-radius: 999px;
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		color: var(--text-muted);
		text-decoration: none;
}

.article-related__title {
		margin: 16px 0 8px;
		color: var(--text-body);
}

/* Related slider: items verticales, tamaño duplicado */
.article-related__slider {
		background: transparent;
		height: 350px;
}

.article-related__item {
		position: relative;
		width: 240px; /* 2x 120 */
		height: 320px; /* 2x 160 */
		border-radius: 12px;
		overflow: hidden;
		background-color: var(--bg-surface-2);
		background-size: cover;
		background-position: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
}

.article-related__item--featured {
		width: 320px;
}

.article-related__item::after {
		content: "";
		position: absolute;
		inset: 0;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}

.article-related__item span {
		position: relative;
		z-index: 1;
		padding: 10px 12px;
		color: #fff;
		font-size: 16px;
		line-height: 1.25;
		text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.article-related__slider .swiper-pagination-bullets {
		margin-top: 80px !important;
		bottom: -6px;
}

.article-related__slider .swiper-pagination-bullet {
		background: var(--text-muted);
		opacity: 0.6;
		width: 6px;
		height: 6px;
		margin: 0 5px !important;
}

.article-related__slider .swiper-pagination-bullet-active {
		background: var(--color-accent);
		opacity: 1;
}

/* Sidebar */
.article-sidebar .article-widget {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 12px;
		margin-bottom: 16px;
}

.article-widget__title {
		margin: 0 0 8px;
		font-size: 16px;
		color: var(--text-body);
}

.article-widget__actions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 8px;
}

.article-share__btn {
		background: var(--color-primary);
		color: var(--color-white);
		border: 0;
		padding: 8px 10px;
		border-radius: 8px;
		cursor: pointer;
}

/* Sidebar share buttons - purple bg, yellow hover, white text */
.sidebar-share {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
}

.sidebar-share__btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		background: #5b2aa8; /* morado */
		color: #fff; /* icono/texto blanco */
		border: none;
		border-radius: 8px;
		padding: 10px 12px;
		text-decoration: none;
		font-weight: 600;
		-webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
		transition: background 0.2s ease, -webkit-transform 0.2s ease;
		transition: background 0.2s ease, transform 0.2s ease;
		transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.sidebar-share__btn:hover {
		background: #ffd84d;
		color: #000;
		-webkit-transform: translateY(-1px);
		        transform: translateY(-1px);
}

.sidebar-share__btn--telegram {
		background: #5b2aa8;
}

@media (max-width: 768px) {
		.sidebar-share {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
		}
		.sidebar-share__btn {
				-webkit-box-flex: 1;
				    -ms-flex: 1 1 calc(50% - 8px);
				        flex: 1 1 calc(50% - 8px);
				text-align: center;
		}
}
/* Social buttons CTA glow */
.sidebar .widget .button-cta, .sidebar .widget .about-cta__button, .sidebar .widget .contact-cta .wpforms-submit, .contact-cta .sidebar .widget .wpforms-submit, .sidebar .widget .contact-cta .contact-cta__button, .contact-cta .sidebar .widget .contact-cta__button, .sidebar .widget .contact-form__submit, .sidebar .widget .news-list__cta, .sidebar .widget .home-cta .cta__button, .home-cta .sidebar .widget .cta__button, .sidebar .widget .home-cta .wpcf7 input[type=submit], .home-cta .wpcf7 .sidebar .widget input[type=submit], .sidebar .widget a.button-cta {
		position: relative;
		overflow: hidden;
}
.sidebar .widget .button-cta::before, .sidebar .widget .about-cta__button::before, .sidebar .widget .contact-cta .wpforms-submit::before, .contact-cta .sidebar .widget .wpforms-submit::before, .sidebar .widget .contact-cta .contact-cta__button::before, .contact-cta .sidebar .widget .contact-cta__button::before, .sidebar .widget .contact-form__submit::before, .sidebar .widget .news-list__cta::before, .sidebar .widget .home-cta .cta__button::before, .home-cta .sidebar .widget .cta__button::before, .sidebar .widget .home-cta .wpcf7 input[type=submit]::before, .home-cta .wpcf7 .sidebar .widget input[type=submit]::before, .sidebar .widget a.button-cta::before {
		content: "";
		position: absolute;
		inset: -60%;
		background: radial-gradient(60% 60% at 20% 20%, rgba(57, 27, 166, 0.45), transparent 60%), radial-gradient(50% 50% at 80% 30%, rgba(242, 230, 53, 0.35), transparent 60%), radial-gradient(40% 40% at 50% 80%, rgba(242, 198, 65, 0.25), transparent 60%);
		-webkit-filter: blur(40px);
		        filter: blur(40px);
		z-index: -1;
		-webkit-animation: auroraGlowMove 12s ease-in-out infinite alternate;
		        animation: auroraGlowMove 12s ease-in-out infinite alternate;
		pointer-events: none;
}

/* Latest news widget */
.latest-news {
		list-style: none;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 10px;
}

.latest-news__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		padding: 8px;
		border-radius: 10px;
		background: var(--bg-surface-2);
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
}

.latest-news__media {
		display: block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80px;
		        flex: 0 0 80px;
		height: 60px;
		background: var(--bg-surface-2);
		border-radius: 8px;
		overflow: hidden;
}

.latest-news__thumb {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		display: block;
}

.latest-news__body {
		min-width: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-top: 0;
}

.latest-news__title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		color: var(--text-body);
		text-decoration: none;
		font-size: 14px;
		margin: 0 0 4px;
}

.latest-news__title:hover {
		text-decoration: underline;
}

.latest-news__excerpt {
		margin: 0;
		color: var(--text-muted);
		font-size: 12px;
		line-height: 1.3;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
}

.latest-news__media img {
		height: 100% !important;
}

/* Mobile sidebar adjustments */
@media (max-width: 768px) {
		.article-sidebar .article-widget {
				padding: 10px;
				margin-bottom: 12px;
		}
		.article-widget__title {
				font-size: 14px;
				margin-bottom: 6px;
		}
		.latest-news__item {
				gap: 8px;
		}
		.latest-news__media {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 60px;
				        flex: 0 0 60px;
				height: 45px;
				border-radius: 6px;
		}
		.latest-news__title {
				font-size: 13px;
				margin-bottom: 3px;
		}
		.latest-news__excerpt {
				font-size: 12px;
				line-height: 1.3;
		}
		.article-share__btn {
				padding: 6px 8px;
				font-size: 12px;
		}
}
/* Small mobile sidebar */
@media (max-width: 480px) {
		.article-sidebar .article-widget {
				padding: 8px;
				margin-bottom: 10px;
		}
		.latest-news__media {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 50px;
				        flex: 0 0 50px;
				height: 38px;
				border-radius: 4px;
		}
		.latest-news__title {
				font-size: 12px;
		}
		.latest-news__excerpt {
				font-size: 11px;
		}
}
/* 404 page */
.page-404 {
		padding: 120px 16px 80px;
}

@media (min-width: 960px) {
		.page-404 {
				padding-bottom: 140px;
		}
}
.page-404 .home__section-title {
		text-align: center;
}

.page-404 .cta {
		margin: 0 auto;
		max-width: 820px;
}

.page-404 .home-cta .cta__trust {
		margin-top: 32px !important;
}

/* Search Page */
.search-page {
		padding: 8px 16px 60px;
}

@media (min-width: 960px) {
		.search-page {
				padding-bottom: 120px;
		}
}
.search-page__layout {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
}

.search-page__main {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
}

.search-page__sidebar {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 420px;
		        flex: 0 0 420px;
}

/* Responsive: sidebar below on tablet/mobile */
@media (max-width: 1023px) {
		.search-page__layout {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
		.search-page__sidebar {
				-webkit-box-flex: 0;
				    -ms-flex: none;
				        flex: none;
				width: 100%;
				max-width: 420px;
				margin: 0 auto;
		}
}
.search-list__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
}

/* Desktop: improve post card thumbnails */
.search-page .post-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-column-gap: 16px;
		   -moz-column-gap: 16px;
		        column-gap: 16px;
		padding: 16px;
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
}

.search-page .post-card__media {
		width: 200px;
		height: 140px;
		border-radius: 8px;
		overflow: hidden;
		background: var(--bg-surface-2);
		-ms-flex-negative: 0;
		    flex-shrink: 0;
}

.search-page .post-card__media img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		display: block;
}

.search-page .post-card__body {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 0;
}

.search-page .post-card__title {
		margin: 0 0 8px;
		font-size: 18px;
		color: var(--text-body);
}

.search-page .post-card__title a {
		color: inherit;
		text-decoration: none;
}

.search-page .post-card__title a:hover {
		text-decoration: underline;
}

.search-page .post-card__excerpt {
		margin: 0;
		color: var(--text-muted);
		font-size: 14px;
		line-height: 1.5;
}

/* Responsive: post cards in search results */
@media (max-width: 499px) {
		.search-page .post-card {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				padding: 12px;
		}
		.search-page .post-card__media {
				width: 100%;
				height: 200px;
				margin-bottom: 12px;
		}
		.search-page .post-card__body {
				width: 100%;
		}
		.search-page .post-card__title {
				font-size: 16px;
				margin-bottom: 8px;
		}
		.search-page .post-card__excerpt {
				font-size: 14px;
				line-height: 1.4;
		}
}
.search-pagination {
		margin-top: 16px;
}

.search-page__heading {
		margin: 0 0 12px;
		color: var(--text-body);
		font-size: 24px;
}

/* Small tablet: 2 columns layout and navbar spacing */
@media (min-width: 500px) and (max-width: 768px) {
		.search-page__heading {
				margin-top: 120px;
		}
		.search-list__items {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 16px 1fr;
				grid-template-columns: 1fr 1fr;
				gap: 16px;
		}
}
/* Tablet: navbar spacing */
@media (min-width: 769px) and (max-width: 1023px) {
		.search-page__heading {
				margin-top: 120px;
		}
}
/* Mobile: navbar spacing */
@media (max-width: 499px) {
		.search-page__heading {
				margin-top: 120px;
		}
}
/* Sidebar: categories widget */
.search-page__sidebar .widget {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 12px;
}

.search-page__sidebar .widget__title {
		margin: 0 0 10px;
		font-size: 14px;
		color: var(--text-body);
}

.search-page__sidebar .widget__list {
		margin: 0;
		padding: 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 6px;
}

.search-page__sidebar .widget__list a {
		color: var(--text-muted);
		text-decoration: none;
		-webkit-transition: color 0.2s ease;
		transition: color 0.2s ease;
}

.search-page__sidebar .widget__list a:hover {
		color: var(--text-accent);
}

/* Author archive */
.author-page {
		padding: 8px 16px 60px;
}

@media (min-width: 960px) {
		.author-page {
				padding-bottom: 120px;
		}
}
.author-hero {
		padding: 20px 0 12px;
}

.author-hero__inner {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
}

.author-hero__avatar {
		display: inline-block;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		overflow: hidden;
		margin-bottom: 10px;
}

.author-hero__title {
		margin: 0 0 6px;
		font-size: 32px;
		color: var(--text-body);
}

.author-hero__bio {
		margin: 0;
		color: var(--text-muted);
}

.author-page__layout {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
}

.author-page__main {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
}

.author-page__sidebar {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 420px;
		        flex: 0 0 420px;
}

.author-list__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 16px;
}

.author-pagination {
		margin-top: 16px;
}

/* Contact Us Page */
.contact-page {
		padding: 8px 16px 60px;
}

@media (min-width: 960px) {
		.contact-page {
				padding-bottom: 120px;
		}
}
.contact-hero {
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
}

.contact-hero__title {
		margin: 0 0 8px;
		color: var(--text-body);
}

.contact-hero__desc {
		margin: 0;
		color: var(--text-muted);
}

.contact-layout {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
}

.contact-card {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 16px;
		padding: 20px;
		-webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
		        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.contact-form {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 12px;
}

@media (min-width: 640px) {
		.contact-form {
				-ms-grid-columns: 1fr 1fr;
				grid-template-columns: 1fr 1fr;
		}
		.contact-form__full {
				grid-column: 1/-1;
		}
}
.contact-form__group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
}

.contact-form__label {
		font-weight: 600;
		color: var(--text-body);
		margin: 0 0 6px;
}

.contact-form__input,
.contact-form__textarea {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.contact-form__textarea {
		min-height: 140px;
		resize: vertical;
}

.contact-form__input:focus,
.contact-form__textarea:focus {
		outline: none;
		border-color: var(--color-accent);
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
}

.contact-form__submit {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 8px;
}

/* Contact CTA (clonado con namespace exclusivo contact-cta) */
.contact-cta {
		padding: 0 16px 60px;
}

@media (min-width: 960px) {
		.contact-cta {
				padding-bottom: 120px;
		}
}
.contact-cta .contact-cta__card {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 16px;
		padding: 32px 20px;
		text-align: center;
		position: relative;
		overflow: hidden;
}

.contact-cta .contact-cta__card--epic {
		-webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
		        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.contact-cta .contact-cta__card--epic .contact-cta__brand {
		color: var(--color-accent);
}

.contact-cta .contact-cta__aurora {
		position: absolute;
		inset: -40%;
		background: radial-gradient(60% 60% at 20% 20%, rgba(57, 27, 166, 0.45), transparent 60%), radial-gradient(50% 50% at 80% 30%, rgba(242, 230, 53, 0.35), transparent 60%), radial-gradient(40% 40% at 50% 80%, rgba(242, 198, 65, 0.25), transparent 60%);
		-webkit-filter: blur(40px);
		        filter: blur(40px);
		-webkit-animation: contactAuroraMove 12s ease-in-out infinite alternate;
		        animation: contactAuroraMove 12s ease-in-out infinite alternate;
		pointer-events: none;
}

@-webkit-keyframes contactAuroraMove {
		0% {
				-webkit-transform: translate3d(-10px, -10px, 0) scale(1);
				        transform: translate3d(-10px, -10px, 0) scale(1);
				opacity: 0.7;
		}
		100% {
				-webkit-transform: translate3d(10px, 10px, 0) scale(1.05);
				        transform: translate3d(10px, 10px, 0) scale(1.05);
				opacity: 1;
		}
}

@keyframes contactAuroraMove {
		0% {
				-webkit-transform: translate3d(-10px, -10px, 0) scale(1);
				        transform: translate3d(-10px, -10px, 0) scale(1);
				opacity: 0.7;
		}
		100% {
				-webkit-transform: translate3d(10px, 10px, 0) scale(1.05);
				        transform: translate3d(10px, 10px, 0) scale(1.05);
				opacity: 1;
		}
}
.contact-cta .contact-cta__title {
		margin: 0 0 8px;
		color: var(--text-body);
		font-size: 28px;
}

.contact-cta .contact-cta__desc {
		margin: 0 0 16px;
		color: var(--text-muted);
}

.contact-cta__section-title {
		text-align: center;
		margin: 0 0 12px;
		padding-left: 20px;
}

.contact-cta .contact-cta__form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		max-width: 520px;
		margin: 0 auto 8px;
}

@media (max-width: 640px) {
		.contact-cta .contact-cta__form {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
		}
}
.contact-cta .contact-cta__input {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.contact-cta .contact-cta__input:focus {
		outline: none;
		border-color: var(--color-accent);
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
}

.contact-cta .contact-cta__trust {
		margin: 6px 0 0;
		color: var(--text-muted);
		font-size: 13px;
}

.contact-cta .contact-cta__card--epic .contact-cta__button {
		-webkit-animation: ctaPulse 3s ease-in-out infinite;
		        animation: ctaPulse 3s ease-in-out infinite;
}

.contact-cta .contact-cta__form--stack {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		gap: 12px;
		max-width: 680px;
}

.contact-cta .contact-cta__label {
		color: var(--text-muted);
		font-size: 14px;
}

.contact-cta .contact-cta__textarea {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
		resize: vertical;
}

.contact-cta .contact-cta__textarea:focus {
		outline: none;
		border-color: var(--color-accent);
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
}

/* WPForms scoped al bloque contact-cta (no afecta otros forms) */
.contact-cta .wpforms-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 12px;
		max-width: 680px;
		margin: 0 auto 8px;
}

.contact-cta .wpforms-field-label {
		color: var(--text-muted);
		font-size: 14px;
		margin-bottom: 6px;
}

.contact-cta .wpforms-field input[type=text],
.contact-cta .wpforms-field input[type=email],
.contact-cta .wpforms-field input[type=url],
.contact-cta .wpforms-field input[type=tel],
.contact-cta .wpforms-field textarea,
.contact-cta .wpforms-field select {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.contact-cta .wpforms-field textarea {
		min-height: 140px;
		resize: vertical;
}

.contact-cta .wpforms-field input[type=text]:focus,
.contact-cta .wpforms-field input[type=email]:focus,
.contact-cta .wpforms-field input[type=url]:focus,
.contact-cta .wpforms-field input[type=tel]:focus,
.contact-cta .wpforms-field textarea:focus,
.contact-cta .wpforms-field select:focus {
		outline: none;
		border-color: var(--color-accent);
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
}

.contact-cta .wpforms-submit {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 8px;
}

.contact-cta .wpforms-confirmation-container-full {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 8px;
		padding: 10px 12px;
		margin: 8px auto 0;
		max-width: 680px;
}

.contact-cta .wpforms-error-container {
		color: #e74c3c;
		font-size: 13px;
		margin-top: 6px;
}

/* Refuerzo de estilos WPForms (evita overrides del estilo nativo) */
.contact-cta .wpforms-form .wpforms-field input[type=text],
.contact-cta .wpforms-form .wpforms-field input[type=email],
.contact-cta .wpforms-form .wpforms-field input[type=url],
.contact-cta .wpforms-form .wpforms-field input[type=tel],
.contact-cta .wpforms-form .wpforms-field select {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
		-webkit-box-shadow: none;
		        box-shadow: none;
}

.contact-cta .wpforms-form .wpforms-field textarea {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-medium);
		color: var(--text-body);
		padding: 12px 14px;
		border-radius: 10px;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
		resize: vertical;
		min-height: 180px;
		-webkit-box-shadow: none;
		        box-shadow: none;
}

.contact-cta .wpforms-form .wpforms-field input[type=text]:focus,
.contact-cta .wpforms-form .wpforms-field input[type=email]:focus,
.contact-cta .wpforms-form .wpforms-field input[type=url]:focus,
.contact-cta .wpforms-form .wpforms-field input[type=tel]:focus,
.contact-cta .wpforms-form .wpforms-field select:focus,
.contact-cta .wpforms-form .wpforms-field textarea:focus {
		outline: none;
		border-color: var(--color-accent);
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15);
}

/* Layout del form 345 apilado y centrado (input arriba, botón abajo) */
#wpforms-form-345 {
		text-align: center;
}

#wpforms-form-345 .wpforms-field-container {
		display: block;
}

#wpforms-form-345 .wpforms-field {
		text-align: center;
}

/* Ocultar label del email */
#wpforms-form-345 .wpforms-field-label {
		display: none !important;
}

/* Newsletter form (WPForms ID 345) */
#wpforms-345-field_1 {
		background: var(--bg-surface-2) !important;
		border: 1px solid var(--border-medium) !important;
		color: var(--text-body) !important;
		padding: 12px 14px !important;
		border-radius: 10px !important;
		-webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease !important;
		transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease !important;
		transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
		transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		width: 360px !important;
		max-width: 100% !important;
		margin: 0 auto 10px !important;
}

#wpforms-345-field_1:focus {
		outline: none !important;
		border-color: var(--color-accent) !important;
		-webkit-box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15) !important;
		        box-shadow: 0 0 0 4px rgba(242, 230, 53, 0.15) !important;
}

#wpforms-submit-345 {
		background: var(--color-accent) !important;
		color: var(--color-black) !important;
		border: 0 !important;
		padding: 12px 18px !important;
		border-radius: 12px !important;
		cursor: pointer !important;
		font-weight: 700 !important;
		-webkit-transition: background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease !important;
		transition: background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease !important;
		transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease !important;
		transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease !important;
		-webkit-box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25) !important;
		        box-shadow: 0 6px 18px rgba(242, 230, 53, 0.25) !important;
		-webkit-animation: ctaPulse 3s ease-in-out infinite !important;
		        animation: ctaPulse 3s ease-in-out infinite !important;
		width: -webkit-fit-content !important;
		width: -moz-fit-content !important;
		width: fit-content !important;
		margin: 0 auto !important;
}

#wpforms-submit-345:hover {
		-webkit-transform: translateY(-1px) !important;
		        transform: translateY(-1px) !important;
		-webkit-box-shadow: 0 10px 24px rgba(242, 230, 53, 0.35) !important;
		        box-shadow: 0 10px 24px rgba(242, 230, 53, 0.35) !important;
}

#wpforms-submit-345:active {
		-webkit-transform: translateY(0) !important;
		        transform: translateY(0) !important;
}

@media (max-width: 640px) {
		#wpforms-345-field_1 {
				width: 100% !important;
				margin-bottom: 10px !important;
		}
		#wpforms-submit-345 {
				width: 100% !important;
				text-align: center !important;
				margin: 0 auto !important;
		}
}
/* About Us Page (standalone styles, no extends) */
.about-page {
		padding: 8px 16px 60px;
		padding-left: 0;
		padding-right: 0;
		margin-left: -16px; /* neutraliza padding del .container cuando se use */
		margin-right: -16px;
}

@media (min-width: 960px) {
		.about-page {
				padding-bottom: 120px;
		}
}
.about-hero {
		max-width: 1340px;
		text-align: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 80px;
		margin-bottom: 80px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 16px; /* neutraliza padding del .container */
		margin-right: 16px;
}

.about-hero__title {
		margin: 0 0 8px;
		color: var(--text-body);
}

.about-hero__desc {
		margin: 0;
		color: var(--text-muted);
}

.about-layout {
		max-width: 1340px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
}

.about-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
}

@media (min-width: 960px) {
		.about-grid {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
		}
		.about-grid > .about-card {
				-webkit-box-flex: 1;
				    -ms-flex: 1 1 0px;
				        flex: 1 1 0;
		}
}
.about-card {
		margin-bottom: 30px;
}

.about-card {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 16px;
		padding: 20px;
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
		        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.about-card__title {
		margin: 0 0 8px;
		color: var(--text-body);
}

.about-card__desc {
		margin: 0;
		color: var(--text-muted);
}

/* Values list */
.about-values {
		list-style: none;
		margin: 0;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
}

.about-values__item {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 12px;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
		        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Team section */
.about-team {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 12px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
}

@media (max-width: 600px) {
		.about-team {
				-ms-grid-columns: 1fr;
				grid-template-columns: 1fr;
		}
}
.about-team__member {
		background: var(--bg-surface-2);
		border: 1px solid var(--border-soft);
		border-radius: 12px;
		padding: 12px;
		text-align: center;
		-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
		        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 220px;
		        flex: 1 1 220px;
}

.about-team__avatar {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background: transparent;
		margin: 0 auto 8px;
		-o-object-fit: cover;
		   object-fit: cover;
		display: block;
}

.about-team__name {
		margin: 0;
		color: var(--text-body);
		font-weight: 700;
}

.about-team__role {
		margin: 0;
		color: var(--text-muted);
		font-size: 13px;
}

/* CTA */
.about-cta {
		text-align: center;
		margin-top: 16px;
}

/* Remove aurora pseudo-elements entirely */
/* none */
/* Default Pages: aurora framed content */
.page-template-default {
		/* Main content card with title inside */
		/* Title spacing inside the card */
		/* Tighten inner blocks spacing */
}
.page-template-default .entry-header,
.page-template-default .entry-content {
		background: var(--bg-surface);
		border: 1px solid var(--border-soft);
		border-radius: 16px;
		padding: 24px;
		position: relative;
		overflow: hidden;
}
.page-template-default .entry-header::before,
.page-template-default .entry-content::before {
		content: "";
		position: absolute;
		inset: -60%;
		background: radial-gradient(60% 60% at 20% 20%, rgba(57, 27, 166, 0.45), transparent 60%), radial-gradient(50% 50% at 80% 30%, rgba(242, 230, 53, 0.35), transparent 60%), radial-gradient(40% 40% at 50% 80%, rgba(242, 198, 65, 0.25), transparent 60%);
		-webkit-filter: blur(40px);
		        filter: blur(40px);
		z-index: -1;
		-webkit-animation: auroraGlowMove 12s ease-in-out infinite alternate;
		        animation: auroraGlowMove 12s ease-in-out infinite alternate;
		pointer-events: none;
}
.page-template-default .entry-title {
		margin: 0 0 16px;
}
.page-template-default .entry-content > *:first-child {
		margin-top: 0;
}
.page-template-default .entry-content > *:last-child {
		margin-bottom: 0;
}

/*here finish de website internal components modules*/
/*here start the hacks section*/
/*here finish the hacks section*/
/*# sourceMappingURL=theme-styles.css.map */