/* 
 * Kimufest Custom Styles
 * Theme Design matching modern curved, colorful layout
 */




/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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 {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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 {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--clr-black, #141414);
	font-family: var(--font-base, 'Outfit', sans-serif);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	opacity: 0.8;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

:root {
	/* Legacy aliases — kept for backward compat, tokens.css is the source of truth */
	--bg-color: var(--clr-bg, #FFFBF8);
	--primary-red: #40CEF3;
	--primary-orange: var(--clr-primary, #40CEF3);
	--accent-blue: #93CBEE;
	--text-dark: var(--clr-black, #141414);
	--text-light: #FFFFFF;
	--font-base: 'Outfit', sans-serif;
	--font-display: 'Outfit', sans-serif;
	--border-radius: var(--r-md, 16px);
	--border-solid: 2px solid #40CEF3;
	--gradient-hero: linear-gradient(135deg, #023682 0%, #0a9ebb 100%);
}

body {
	margin: 0;
	padding: 0;
	background-color: var(--bg-color);
	color: var(--text-dark);
	font-family: var(--font-base);
	-webkit-font-smoothing: antialiased;
}

.wrapper {
	max-width: var(--max-w, 1600px);
	margin: 0 auto;
	padding: 0 clamp(20px, 4vw, 60px);
}

/* --- TOP MARQUEE BANNER --- */
.top-marquee-banner {
	background-color: #0b2d41;
	color: #ffffff;
	padding: 5px 0;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.marquee-content {
	display: inline-block;
	animation: scroll-marq 40s linear infinite;
}

.marquee-content a {
	color: #93cbee;
	text-decoration: underline;
}

@keyframes scroll-marq {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 0;
	background: transparent; /* Transparent to let container glass show */
	box-shadow: none;
	transition: transform 0.4s ease-in-out, top 0.3s ease;
}

/* Fix para cuando la barra de admin de WP está activa */
.admin-bar .site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

/* Asegurar visibilidad de la marquesina */
.top-marquee-banner {
	display: block;
	background-color: #0b2d41;
	color: #ffffff;
	padding: 10px 0;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	line-height: 1;
	position: relative;
	z-index: 1010;
	min-height: 30px;
}

.site-header.header-hidden {
	transform: translateY(-100%);
}

.admin-bar .site-header.header-hidden {
	transform: translateY(-150%);
	/* Ocultar un poco más si está la barra de admin */
}



.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.padding-wide {
	padding: 12px 5% 12px;
	max-width: none;
	margin: 0;
	background: rgba(2, 54, 130, 0.25); /* Subtle navy tint for glass */
	backdrop-filter: blur(20px) saturate(180%);
	-webkit-backdrop-filter: blur(20px) saturate(180%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
	transition: background 0.4s ease, border-color 0.4s ease;
}

/* Scrolled state: Apply the original blue gradient with transparency */
.header-scrolled .padding-wide {
	background: linear-gradient(90deg, rgba(10, 158, 187, 0.88) 0%, rgba(31, 212, 239, 0.88) 100%) !important;
	border-bottom: 2px solid rgba(64, 206, 243, 0.4);
	box-shadow: var(--shadow-sm);
}

.header-right-nav {
	display: flex;
	align-items: center;
	gap: 20px;
}

.site-title {
	font-family: var(--font-base, 'Outfit', sans-serif);
	margin: 0;
	font-size: 2.2rem;
	transform: rotate(-2deg);
}

.site-title a {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

/* Custom Logo Styling */
.site-branding .custom-logo-link {
	display: block;
	max-width: 160px;
	transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.site-branding .custom-logo-link:hover {
	transform: scale(1.08) rotate(-2deg);
}

.site-branding img.custom-logo {
	display: block;
	width: 100%;
	height: auto;
}

.main-navigation {
	display: none;
	/* Mobile first, hidden by default */
}

.main-navigation ul {
	display: flex;
	flex-direction: column;
	/* Mobile first stack */
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 15px;
}

.main-navigation a {
	background: transparent;
	color: #fff;
	padding: 8px 20px;
	border: 2px dotted rgba(255, 255, 255, 0.6);
	border-radius: 50px;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	display: inline-block;
}

.main-navigation a:hover {
    background: rgba(64, 206, 243, 0.15);
    color: #023682;
	border-color: #fff;
	transform: scale(1.05);
}

.header-right-nav .cosmic-pulse-btn.cosmic-btn-sm {
    padding: 8px 34px 8px 40px !important;
    margin-left: 0 !important;
}

.menu-toggle {
	background: #023682;
	border: 2px solid #40CEF3;
	padding: 8px 20px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: transform 0.3s;
	color: #fff;
}

.menu-toggle:hover {
	transform: scale(1.05);
}

.hamburger-lines {
	width: 20px;
	height: 2px;
	background: var(--clr-primary);
	border-radius: 2px;
}

/* BTNS */
.btn-header-cta {
	background: #023682;
	color: #ffffff;
	padding: 12px 30px;
	border-radius: 300px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.85rem;
	letter-spacing: 0.5px;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	display: inline-block;
	white-space: nowrap;
	/* Evitar el salto de línea */
}

.btn-header-cta:hover {
	transform: scale(1.05) translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
	background: #40CEF3;
	color: #023682;
}

.btn-header {
	background: #fff;
	color: var(--primary-red);
	padding: 8px 24px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.8rem;
	transition: transform 0.2s, box-shadow 0.2s;
	display: inline-block;
}

.btn-header:hover {
	transform: translateY(-2px);
	border-color: var(--primary-red);
}

.btn-hero-large {
	display: inline-block;
	margin-top: 20px;
	padding: 18px 45px;
	border: 3px solid #ffffff;
	border-radius: 50px;
	background: #023682;
	color: #ffffff;
	font-weight: 800;
	font-size: 1.3rem;
	text-transform: uppercase;
	transition: all 0.3s ease;
	letter-spacing: 2px;
}

.btn-hero-large:hover {
	background: #ffffff;
	color: var(--primary-red);
	transform: translateY(-5px);
}

/* --- HERO --- */
.hero-section {
	position: relative;
	background: transparent;
	color: var(--text-light);
	padding: 125px 0 280px; /* Increased height to host overlapping cards */
	text-align: center;
	overflow: visible; /* Allow curve to show outside clipping bounds */
}

/* Water animation background */
.hero-water-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.hero-water-container .water {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background-image: url("../assets/images/water-pool-texture.jpg");
	background-repeat: repeat;
	background-size: 600px 450px;
	animation: move-water 12s linear infinite;
}

.hero-water-container .water.filter-active {
	filter: url(#water-filter);
}

.hero-water-container .water:not(.flow-active) {
	animation-play-state: paused;
}

@keyframes move-water {
	from { background-position: 0% 0%; }
	to   { background-position: calc(-600px) calc(-450px); }
}

/* Overlay layer (no background — water texture shows fully) */
.hero-water-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* --- Hero Curved Separator --- */
.hero-curve-separator {
	position: absolute;
	bottom: -2px; /* Anchor to the bottom to avoid straight-edge gaps */
	/* Small overlap to avoid pixel gaps */
	left: 0;
	width: 100%;
	height: 180px; /* More dramatic curve */
	line-height: 0;
	z-index: 3;
}

.hero-curve-separator svg {
	width: 100%;
	height: 100%;
}

/* (blob shapes removed — replaced by water animation) */

/* --- Palmera Decor --- */
.hero-palmera-decor {
	position: absolute;
	width: clamp(250px, 25vw, 450px);
	z-index: 5;
	pointer-events: none;
	opacity: 1;
}

.hero-palmera-decor.decor-top-left {
	top: 0;
	left: -60px;
	transform-origin: top left;
	animation: palmera-sway-left 8s ease-in-out infinite;
}

.hero-palmera-decor.decor-top-right {
	top: -20px;
	right: -30px;
	animation: palmera-sway-right 9s ease-in-out infinite;
}

@keyframes palmera-sway-left {
	0%, 100% { transform: rotate(0deg); }
	50% { transform: rotate(3deg); }
}

@keyframes palmera-sway-right {
	0%, 100% { transform: scaleX(-1) rotate(-10deg); }
	50% { transform: scaleX(-1) rotate(-8deg); }
}

.hero-palmera-decor img {
	width: 100%;
	height: auto;
}

.hero-float-decor {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: auto;
	z-index: 3;
	pointer-events: none;
	opacity: 1;
	will-change: transform;
}

.decor-right { width: 200px; }
.decor-right-alt { width: 360px; }
.decor-left { width: 400px; }
.decor-left-alt { width: 120px; }

.hero-float-decor img {
	width: 100%;
	height: auto;
}

.shadow-decor {
	z-index: 2;
	filter: brightness(0) blur(25px);
	opacity: 0.3;
}



.hero-content {
	position: relative;
	z-index: 10; /* Max priority to be above floating assets */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero-dates-slanted {
	display: inline-block;
	position: relative;
	left: -110px;
	top: 25px;
	transform: rotate(-3deg);
	margin-bottom: 20px;
}

.date-slanted {
	display: inline-block;
	background: #C7EAFB;
	color: var(--clr-black);
	padding: 4px 20px;
	font-weight: 800;
	font-size: 1.1rem;
	letter-spacing: 1px;
	margin: 0;
}

.date-slanted-1 {
	transform: perspective(300px) rotateZ(-3deg) translateX(-50px);
}

.date-slanted-2 {
	transform: perspective(300px) rotateZ(3deg) translateX(50px);
	margin-top: -8px;
}

.hero-logo-container {
	margin: 10px 0 20px;
	transform: perspective(400px) rotateZ(-2deg);
	width: 100%;
	max-width: 600px;
}

.hero-main-logo {
	width: 100%;
	height: auto;
	max-width: 400px;
}

.hero-location-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 10px;
}

.info-block {
	display: flex;
	flex-direction: column;
}

.info-label {
	font-size: 0.65rem;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.info-val {
	font-weight: 700;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

.info-separator {
	width: 2px;
	height: 30px;
	background: rgba(255, 255, 255, 0.3);
}

.hero-actions-center {
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.hero-countdown {
	display: flex;
	gap: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.cd-item {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(64, 206, 243, 0.20);
	border-radius: 10px;
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 80px;
	backdrop-filter: blur(5px);
}

.cd-item span:first-child {
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1;
	font-family: var(--font-display);
}

.cd-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
	margin-top: 5px;
}

/* --- INFO BOXES --- */
.info-boxes-section {
	padding: 0 0 100px; /* Top padding handled by wrapper margin */
	position: relative;
	background: #ffffff !important; /* Solid background to act as a mask */
	z-index: 5;
}

.info-boxes-section > .wrapper {
	margin-top: -240px; /* Pull ONLY the content up, not the background */
	position: relative;
	z-index: 20;
}

.info-grid {
	display: grid;
	grid-template-columns: 1fr;
	/* Mobile first */
	gap: 30px;
}

.info-card {
	background: #fff;
	border: var(--border-solid);
	border-radius: var(--border-radius);
	padding: 40px;
	position: relative;
	overflow: visible !important; /* Allow meeples to overflow */
	transition: transform 0.3s;
	display: flex;
	flex-direction: column;
}

.card-meeple {
	position: absolute;
	width: 80px;
	height: auto;
	z-index: 5;
	pointer-events: none;
	filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-card:hover .card-meeple {
	transform: scale(1.1) rotate(5deg);
}

.meeple-bottom-right {
	bottom: -15px;
	right: -10px;
	transform: rotate(-10deg);
}

.meeple-top-right-overflow {
	top: -25px;
	right: -20px;
	width: 90px !important;
	transform: rotate(15deg);
	z-index: 6;
}

@media (max-width: 768px) {
	.card-meeple {
		width: 60px;
	}
	.meeple-top-right-overflow {
		width: 70px !important;
		top: -15px;
		right: -10px;
	}
}

.info-card:hover {
	transform: none !important; /* Static cards on hover */
	box-shadow: var(--shadow-sm) !important; /* Keep original shadow */
}

/* Remove premium top border on hover */
.info-card::before,
.info-card:hover::before {
	display: none !important;
}

.card-title {
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.info-card p,
.info-card ul {
	position: relative;
	z-index: 2;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
}

.where-when-list {
	list-style: none;
	padding: 0;
}

.where-when-list li {
	margin-bottom: 10px;
}

.card-blob-decor {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	filter: blur(40px);
	z-index: 1;
	opacity: 0.5;
}

.card-que-es .card-blob-decor {
	bottom: -50px;
	right: -50px;
	background: #00AEEF;
}

.card-unete .card-blob-decor {
	bottom: -50px;
	left: -50px;
	background: #00205B;
}

.btn-text {
	color: #00205B;
	font-weight: 700;
	text-decoration: none;
	margin-top: auto;
	padding-top: 20px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-size: 0.9rem;
}

@property --glow-deg {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.btn-water-wrapper {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    border-radius: 100px;
    z-index: 5;
    transition: all 0.4s ease;
}

/* The Blurred Glow Aura Only */
.btn-water-wrapper::before {
    content: '';
    position: absolute;
    inset: -15px;
    border-radius: inherit;
    background: conic-gradient(from var(--glow-deg), #40cef3, #023682, #ffffff, #40cef3);
    animation: rotateGlow 6s linear infinite;
    z-index: -1;
    filter: blur(30px);
    opacity: 0.4;
}

@keyframes rotateGlow {
    from { --glow-deg: 0deg; }
    to { --glow-deg: 360deg; }
}

/* Unified Button system moved to frontend-premium.css */

.btn-water:hover {
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(180deg, rgba(10, 110, 230, 0.7) 0%, rgba(4, 64, 150, 0.9) 100%);
    box-shadow: 
        inset 0 1px 1px rgba(255, 255, 255, 1),
        0 25px 50px rgba(2, 54, 130, 0.4);
}

.btn-water:active {
    transform: translateY(0);
    filter: brightness(0.95);
}

/* --- SECTION HEADINGS --- */
.section-heading {
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}

.pre-title {
	display: block;
	color: var(--primary-orange);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.85rem;
	margin-bottom: 10px;
}

.section-heading h2 {
	font-family: var(--font-display);
	font-size: 2.5rem;
	margin: 0;
	color: var(--primary-red);
}

/* --- AGENDA SLIDER (SWIPER) --- */
.home-agenda-preview,
.home-tournaments-preview {
	padding: 75px 20px 75px !important;
	overflow: visible !important;
	/* prevents slider cards from bleeding out incorrectly */
}

.home-agenda-preview {
	background: url('../assets/images/arena.jpg') no-repeat center;
	background-size: 100% 100%;
}

#que-es {
	padding-bottom: 0 !important;
}

.activities-swiper,
.tournaments-swiper {
	padding: 40px 15px 70px;
	/* space for badges and pagination */
	margin: 0 -15px;
	overflow: visible !important;
}

.activities-swiper .swiper-slide,
.tournaments-swiper .swiper-slide {
	height: auto;
	/* allows cards to have consistent height if needed */
	display: flex;
}

.activities-swiper .activity-premium-card,
.tournaments-swiper .activity-premium-card {
	margin: 0;
	width: 100%;
	flex: 1;
}

/* Swiper Controls */
.activities-swiper .swiper-button-next,
.activities-swiper .swiper-button-prev,
.tournaments-swiper .swiper-button-next,
.tournaments-swiper .swiper-button-prev {
	color: #023682;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	width: 50px;
	height: 50px;
	border-radius: 16px;
	border: 1px solid rgba(64, 206, 243, 0.3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}

.activities-swiper .swiper-button-next:hover,
.activities-swiper .swiper-button-prev:hover,
.tournaments-swiper .swiper-button-next:hover,
.tournaments-swiper .swiper-button-prev:hover {
	transform: translateY(-2px);
	background: #fff;
	border-color: rgba(64, 206, 243, 0.8);
	box-shadow: 0 8px 20px rgba(64, 206, 243, 0.15);
}

.activities-swiper .swiper-button-disabled,
.tournaments-swiper .swiper-button-disabled {
	opacity: 0 !important;
	pointer-events: none;
	cursor: default;
}

.activities-swiper .swiper-button-next::after,
.activities-swiper .swiper-button-prev::after,
.tournaments-swiper .swiper-button-next::after,
.tournaments-swiper .swiper-button-prev::after {
	font-size: 1rem;
	font-weight: 900;
}

.activities-swiper .swiper-pagination,
.tournaments-swiper .swiper-pagination {
	position: relative;
	margin-top: 40px;
	bottom: 0 !important;
}

.activities-swiper .swiper-pagination-bullet,
.tournaments-swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ddd;
	opacity: 1;
	transition: 0.3s;
}

.activities-swiper .swiper-pagination-bullet-active,
.tournaments-swiper .swiper-pagination-bullet-active {
	background: var(--primary-red);
	width: 25px;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.activities-swiper .swiper-button-prev,
	.tournaments-swiper .swiper-button-prev {
		left: -30px !important;
	}

	.activities-swiper .swiper-button-next,
	.tournaments-swiper .swiper-button-next {
		right: -30px !important;
	}
}

/* --- FAQ --- */
.faq-section {
	padding: 0 20px 80px;
}

.faq-container {
	max-width: 100%;
	margin: 0 auto;
}

.accordion {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.accordion-item {
	background: #fff;
	border: 2px solid #023682;
	border-radius: 12px;
	overflow: hidden;
}

.accordion-header {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 30px;
	text-align: left;
	font-size: 1.1rem;
	font-weight: 700;
	font-family: var(--font-base);
	color: var(--text-dark);
	cursor: pointer;
	position: relative;
}

.accordion-header::after {
	content: '+';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.5rem;
	color: #023682;
	transition: transform 0.3s;
}

.accordion-header[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(45deg);
}

.accordion-content {
	padding: 0 30px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	color: #666;
	line-height: 1.6;
}

.accordion-header[aria-expanded="true"]+.accordion-content {
	max-height: 500px;
	padding: 0 30px 20px;
}

.activities-swiper {
    margin-bottom: 50px !important;
}

.block-agenda-preview {
	padding-top: 100px !important;
}

.block-colaboradores {
    background: url('../assets/images/arena.jpg') no-repeat center !important;
    background-size: 100% 100% !important;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 50px 0;
}

.block-colaboradores .section-heading {
    margin-bottom: 40px !important;
}

/* --- COLABS --- */
.home-colabs-fullwidth {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 50px 0 !important;
	background: transparent !important;
}

.home-colabs-fullwidth h2,
.home-agenda-preview h2 {
	color: #023682 !important;
	font-size: 2.2rem !important;
}

.marquee-wrapper {
	width: 100%;
	display: flex;
	overflow: visible;
	user-select: none;
}

.marquee-track {
    display: flex;
    gap: 30px;
    padding: 0;
    width: max-content;
	/* The duration depends on the number of items to keep speed consistent */
	animation: marquee-scroll calc(var(--item-count) * 4s) linear infinite;
}

.marquee-reverse .marquee-track {
	animation-direction: reverse;
}

.marquee-wrapper:hover .marquee-track {
	animation-play-state: paused;
}

.home-colab-card {
	flex: 0 0 220px;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-colab-card:hover {
	transform: scale(1.08) !important;
	box-shadow: 0 15px 35px rgba(2, 54, 130, 0.12);
	z-index: 10;
}

.home-colab-card .collab-logo-v2 {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.home-colab-card .collab-logo-v2 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.home-colab-card .collab-name {
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a2639;
	margin: 0;
}

.home-colab-card .logo-placeholder-v2 {
	font-size: 0.7rem;
	width: 70px;
	height: 70px;
}

@keyframes marquee-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-50% - 15px));
	}
}

/* --- STICKY FOOTER BASE --- */
.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.content-area,
.site-content {
	flex-grow: 1;
}

/* --- FOOTER --- */
.site-footer {
	background-color: #023682;
	color: #ffffff;
	padding: 40px 20px;
	margin-top: 0;
	width: 100%;
}


.footer-container {
	display: flex;
	flex-direction: column;
	/* Mobile first */
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.footer-legal {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.footer-legal .menu-footer-container ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 15px;
}

.footer-legal a {
	color: var(--bg-color);
	text-decoration: none;
	font-weight: 600; /* Semibold */
	opacity: 0.8;
	transition: opacity 0.3s;
}

.footer-legal a:hover {
	opacity: 1;
}

.social-links-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 15px;
}

.social-links-list a {
	color: var(--text-light);
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9rem;
	opacity: 0.9;
	transition: opacity 0.3s;
}

.social-links-list a:hover {
	opacity: 1;
}


/* --- SINGLE & ARCHIVE PREMIUM LAYOUTS --- */
.page-header-premium {
	position: relative;
	background: var(--gradient-hero);
	padding: 160px 0 80px;
	overflow: hidden;
	color: #fff;
}

.header-bg-blobs .blob-1,
.header-bg-blobs .blob-2 {
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.4;
	animation: float 20s infinite alternate;
}

.blob-1 {
	background: var(--primary-orange);
	top: -20%;
	left: -10%;
}

.blob-2 {
	background: var(--accent-blue);
	bottom: -20%;
	right: -10%;
}

.breadcrumbs-custom {
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 15px;
	opacity: 0.8;
}

.breadcrumbs-custom a {
	color: #fff;
	text-decoration: none;
}

.meta-badge {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
	font-weight: 800;
	font-size: 0.75rem;
	text-transform: uppercase;
	margin-right: 10px;
}

/* Activity Archive Headers */
.archive-header-premium {
	padding: 180px 0 100px;
	background: var(--gradient-hero);
	position: relative;
}

.big-heading {
	font-size: var(--fs-h1);
	margin-bottom: 10px;
	line-height: 1;
}


.filter-form {
	background: #fff;
	padding: 30px;
	border: var(--border-solid);
	border-radius: 12px;
	display: flex;
	gap: 20px;
	align-items: flex-end;
	flex-wrap: wrap;
}

.filter-group {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 200px;
}

.filter-group label {
	font-weight: 700;
	font-size: 0.8rem;
	margin-bottom: 8px;
	color: #666;
}

.filter-group select {
	padding: 14px;
	border: 2px solid #f0f0f0;
	border-radius: 12px;
	font-weight: 600;
	background: #f9f9f9;
}

/* Grids */
.agenda-grid-archive {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 60px 0;
}

/* Activity Card */
.agenda-card-interactive {
	background: #fff;
	border-radius: 12px;
	padding: 35px;
	display: flex;
	flex-direction: column;
	border: var(--border-solid);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.agenda-card-interactive:hover {
	transform: translateY(-5px);
	border-color: var(--primary-red);
}

.card-activity-title {
	font-size: 1.8rem;
	margin: 20px 0;
	font-family: var(--font-display);
	line-height: 1.1;
}

.card-activity-title a {
	color: var(--primary-red);
	text-decoration: none;
}

.card-activity-meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 0.95rem;
	color: #555;
	font-weight: 600;
}

/* Game Card */
.game-card-interactive {
	background: #fff;
	border-radius: 12px;
	padding: 35px;
	position: relative;
	border: var(--border-solid);
	transition: all 0.3s;
}

.game-card-interactive:hover {
	transform: scale(1.02);
	border-color: var(--accent-blue);
}

.card-game-title {
	font-size: 1.7rem;
	font-family: var(--font-display);
	margin: 10px 0;
}

.card-game-title a {
	color: #0b2d41;
	text-decoration: none;
}

.card-status {
	position: absolute;
	top: -15px;
	left: 30px;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 900;
	color: #fff;
	border: 2px solid #fff;
}

/* Content & Sidebars */
.activity-content-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	margin-top: -80px;
	position: relative;
}

.game-content-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 40px;
	margin-top: -80px;
	position: relative;
}

.card-white {
	background: #fff;
	padding: 45px;
	border-radius: 12px;
	border: var(--border-solid);
}

.card-dark {
	background: #0b2d41;
	color: #fff;
	padding: 35px;
	border-radius: 35px;
}

.card-accent {
	background: linear-gradient(135deg, #013783 0%, #0099B1 100%);
	color: #fff;
	padding: 40px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}

.book-game-card h3.heading-display {
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}

.status-alert {
	background: rgba(255, 255, 255, 0.1);
	padding: 15px 20px;
	border-radius: 12px;
	text-align: center;
	font-weight: 700;
	font-size: 0.9rem;
	margin-bottom: 25px;
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.status-alert.is-available {
	background: rgba(34, 197, 94, 0.2);
	border-color: rgba(34, 197, 94, 0.4);
	color: #dcfce7;
}

.status-alert.is-loaned {
	background: rgba(239, 68, 68, 0.2);
	border-color: rgba(239, 68, 68, 0.4);
	color: #fee2e2;
}

.status-alert.is-repair {
	background: rgba(245, 158, 11, 0.2);
	border-color: rgba(245, 158, 11, 0.4);
	color: #fef3c7;
}

.status-alert svg {
	flex-shrink: 0;
}

.reserve-text p {
	font-size: 0.85rem;
	line-height: 1.6;
	margin-bottom: 30px;
}

.book-game-card .btn-primary {
	background: #40CEF3;
	color: #013783 !important;
	border-radius: 50px;
	padding: 18px 30px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.85rem;
	border: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.book-game-card .btn-primary:hover {
	background: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.side-card {
	margin-bottom: 30px;
}

.meta-list {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

/* Unified Game Sidebar Styles */
.game-sidebar-inner {
	background: #fff;
	padding: 20px;
	border-radius: 16px;
	box-shadow: var(--shadow-soft);
}

.game-image-box {
	margin-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
	background: #f9f9f9;
}

.game-image-box img {
	width: 100%;
	height: auto;
	display: block;
}

.game-sidebar-title {
	margin-bottom: 12px;
	font-size: 1.2rem;
	color: #023682; /* Azul oscuro */
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.game-meta-list {
	list-style: none;
	padding: 0;
	margin: 0 0 32px 0;
}

.game-meta-item {
	margin-bottom: 5px;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.game-meta-item.item-divider {
	border-top: 1px solid #f0f0f0;
	padding-top: 8px;
	margin-top: 8px;
}

.game-meta-label {
	color: #666;
	font-weight: 500;
}

.game-meta-value {
	color: #333;
	font-weight: 700;
	text-align: right;
	max-width: 65%;
}

.btn-bgg {
	display: inline-block;
	width: 100%;
	background: #ff7011;
	color: #fff !important;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.3s ease;
}

.btn-bgg:hover {
	background: #e6600c;
}

.meta-list li {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
	align-items: flex-start;
}

.btn-bgg {
	background: #FF6600;
	color: #fff;
	padding: 15px;
	text-align: center;
	border-radius: 50px;
	display: block;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.3s;
}

.btn-bgg:hover {
	background: #e35b00;
}

.status-alert {
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 20px;
}

.status-alert.disponible {
	background: rgba(255, 255, 255, 0.2);
}

.status-alert.prestado {
	background: rgba(0, 0, 0, 0.2);
}

/* Suggest Banner */
.card-premium-blue {
	background: linear-gradient(135deg, #0b2d41 0%, #1c4e72 100%);
	color: #fff;
	padding: 60px;
	border-radius: 45px;
	margin: 100px 0;
	text-align: left;
}


/* --- Collaborators Archive --- */
.collaborator-wall {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 30px;
	margin: 50px 0;
}

.collab-card {
	padding: 30px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	position: relative;
	transition: all 0.3s;
}

.collab-card:hover {
	transform: translateY(-5px);
	border-color: var(--primary-red);
}

.collab-logo {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.collab-logo img {
	max-height: 100%;
	width: auto;
}

.logo-placeholder {
	font-size: 1.5rem;
	opacity: 0.2;
	transform: rotate(-10deg);
	color: #023682;
}

.collab-badge {
	font-size: 0.7rem;
	font-weight: 800;
	color: #888;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #eee;
	padding: 4px 10px;
	border-radius: 50px;
}

.collab-title {
	font-size: 1.6rem;
	font-family: var(--font-display);
	margin: 0 0 15px;
	color: #0b2d41;
}

.collab-excerpt {
	font-size: 0.9rem;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.collab-actions {
	margin-top: auto;
	display: flex;
	gap: 15px;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	padding-top: 15px;
	justify-content: center;
}

/* Single Collab */
.collab-content-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
	margin-top: -80px;
	position: relative;
}

.collab-profile-logo {
	text-align: center;
	margin-bottom: 30px;
}

.collab-profile-logo img {
	max-width: 200px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	border: var(--border-solid);
}

.contacts-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 15px;
}

.contact-link {
	background: #f0f4f8;
	padding: 10px 18px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: 700;
	color: #0b2d41;
	transition: background 0.3s;
}

.contact-link:hover {
	background: var(--accent-blue);
	color: #fff;
}

.collab-activity-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.collab-activity-list li {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 10px;
}

.collab-activity-list a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.collab-activity-list a:hover strong {
	text-decoration: underline;
}

/* Suggest Banner Extra */
.banner-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

/* Responsive styles have been moved to responsive.css */

/* ----------------------------------------------------------------
# Activities Page Premium Styles
----------------------------------------------------------------- */

.activities-header {
	padding: 160px 0 40px;
	background: var(--gradient-hero);
}

.main-archive-title {
	font-size: 4rem;
	color: #1a2639;
	margin: 0;
	letter-spacing: -1px;
	color: #fff;
}

.activities-browser {
	padding-bottom: 80px;
}

/* Day Tabs */
.day-tabs-container {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.day-tabs {
	display: inline-flex;
	background: #f0f2f5;
	padding: 8px;
	border-radius: 50px;
	gap: 10px;
}

.tab-item {
	border: none;
	background: transparent;
	padding: 12px 30px;
	border-radius: 40px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 140px;
}

.tab-item.active {
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.tab-item .day-name {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #666;
}

.tab-item .day-date {
	font-size: 0.75rem;
	color: #999;
	margin-top: 2px;
}

.tab-item.active .day-name {
	color: #40CEF3;
}

.tab-item.active .day-date {
	color: #40CEF3;
	opacity: 0.8;
}

/* Filter Bar */
.activity-filters-sticky {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.filters-flex {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.custom-select {
	padding: 12px 25px;
	border-radius: 30px;
	border: 1px solid #eee;
	background: #fff;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	min-width: 180px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5%207.5L10%2012.5L15%207.5%22%20stroke%3D%22%23666%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.clear-filters {
	background: #eefbff;
	color: #40CEF3;
	border: 1px solid #40CEF3;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.quick-filters {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.quick-label {
	font-size: 0.8rem;
	font-weight: 800;
	color: #bbb;
	text-transform: uppercase;
}

.tag-filter {
	background: #f8f9fa;
	border: 1px solid #eee;
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #555;
	cursor: pointer;
	transition: all 0.2s;
}

.tag-filter:hover {
	background: #eee;
}

/* Premium Activity Card - Glassmorphism 2.0 */
.activity-premium-card {
	background: var(--glass-bg);
	backdrop-filter: var(--glass-blur);
	-webkit-backdrop-filter: var(--glass-blur);
	border-radius: var(--r-xl);
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--clr-border);
	transition: all 0.4s var(--ease);
	box-shadow: var(--shadow-sm);
	position: relative;
}



.activity-premium-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-md);
	border-color: rgba(64, 206, 243, 0.40);
}

.activity-premium-card .card-image-wrapper {
	position: relative;
	aspect-ratio: 16 / 9;
	height: auto;
	padding-top: 0 !important;
	overflow: hidden;
	background: var(--clr-bg);
}

.activity-premium-card .card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--ease);
}

.activity-premium-card:hover .card-image {
	transform: scale(1.06);
}

/* Glass Placeholder when image missing */
.card-image-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--clr-primary-pale), var(--clr-bg));
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.6s var(--ease);
}

.activity-premium-card:hover .card-image-placeholder {
	transform: scale(1.06);
}

.placeholder-icon {
	font-size: 3.5rem;
	opacity: 0.15;
	filter: drop-shadow(0 4px 10px rgba(64, 206, 243, 0.2));
}

.card-badges-overlay {
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	gap: 8px;
	z-index: 5;
}

.badge {
	padding: 6px 14px;
	border-radius: var(--r-pill);
	font-size: 0.7rem;
	font-weight: 800;
	text-transform: uppercase;
	color: #023682;
	letter-spacing: 0.8px;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}


.card-main-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	/* above glass highlight */
}

/* Display font utility */
.heading-display-soft {
	font-weight: normal;
}

.card-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #023682;
	margin: 0 0 12px;
	line-height: 1.3;
}

.card-title a {
	color: inherit;
	font-weight: 700;
}

.card-info {
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.info-item {
	font-size: 0.95rem;
	color: #5B6270;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
}

.card-footer-flex {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-host {
	font-family: 'Metro Sans', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	color: #5B6270;
	text-transform: uppercase;
}

.btn-more-details {
	color: #40CEF3 !important;
	font-weight: 800;
	font-size: 0.85rem;
	display: flex;
	align-items: center;
	gap: 5px;
}

/* Missing Something Card */
.missing-activity-card {
	background: #fff;
	border: 2px dashed #d1d5db;
	border-radius: 24px;
	padding: 60px 20px;
	text-align: center;
}

.missing-content {
	max-width: 400px;
	margin: 0 auto;
}

.icon-plus-circle {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 2rem;
	color: #6b7280;
	font-weight: 300;
}

.missing-activity-card h3 {
	font-family: var(--font-base, 'Outfit', sans-serif);
	font-size: 1.2rem;
	color: #1a2639;
	margin-bottom: 10px;
}

.missing-activity-card p {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 25px;
}

.btn-dark-premium {
	background: #1a2639;
	color: #fff;
	padding: 12px 30px;
	border-radius: 50px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.85rem;
	box-shadow: 0 10px 20px rgba(26, 38, 57, 0.2);
}

/* Load More */
.activities-footer-actions {
	margin-top: 60px;
}

.btn-premium-outline {
	background: transparent;
	border: 2px solid #40CEF3;
	color: #40CEF3;
	padding: 15px 40px;
	border-radius: 50px;
	font-weight: 800;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.3s;
}

.btn-premium-outline:hover {
	background: #40CEF3;
	color: #fff;
}

/* Agenda Grid */
.agenda-grid-archive {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	position: relative;
	min-height: 200px;
}

/* Animations */
.fade-in {
	animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Mobile adjustments */
@media (max-width: 768px) {
	.main-archive-title {
		font-size: 2.5rem;
	}

	.day-tabs {
		flex-wrap: wrap;
		justify-content: center;
		border-radius: 20px;
	}

	.tab-item {
		min-width: 100px;
		padding: 10px 15px;
	}

	.filters-flex {
		flex-direction: column;
		align-items: stretch;
	}

	.activity-premium-card .card-info {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px 12px;
	}
	
	.activity-premium-card .info-item {
		font-size: 0.85rem;
		gap: 6px;
	}
}

/* ==========================================================================
   REGISTRATION FORM V2 (Mockup Style)
   ========================================================================== */

.registration-form-page-v2 {
	background-color: #fffdf4;
	/* Light beige/cream */
	padding: 150px 0 100px 0;
	min-height: 100vh;
}

.registration-container-v2 {
	max-width: 800px;
	margin: 0 auto;
}

.registration-header-v2 {
	margin-bottom: 40px;
}

.registration-header-v2 .pre-title {
	display: block;
	font-weight: 800;
	font-size: 0.75rem;
	color: #1a2639;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.registration-main-title {
	font-family: var(--font-base, 'Outfit', sans-serif);
	font-size: 3.5rem;
	color: #1a2639;
	margin: 0 0 20px;
	line-height: 1;
}

.registration-intro-text {
	font-size: 1.15rem;
	color: #666;
	line-height: 1.6;
	max-width: 600px;
}


/* Section Cards */
.form-section-card {
	background: #fff;
	padding: 40px;
	border-radius: 24px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-header {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.section-icon {
	font-size: 1.4rem;
	margin-right: 15px;
}

.section-header h3 {
	font-weight: 700;
	font-size: 1.4rem;
	color: #1a2639;
	margin: 0;
}

.section-header-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

/* Form Grid */
.form-grid-v2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.form-field-v2 {
	display: flex;
	flex-direction: column;
}

.form-field-v2 label {
	font-weight: 800;
	font-size: 0.7rem;
	color: #888;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.form-field-v2 input {
	padding: 16px 20px;
	background: #fff;
	border: 2px solid #e9ecef;
	border-radius: 16px;
	font-weight: 600;
	color: #1a2639;
	transition: all 0.3s ease;
}

.form-field-v2 input:focus {
	border-color: #5b87cc;
	outline: none;
	box-shadow: 0 0 0 4px rgba(91, 135, 204, 0.1);
}

.form-field-v2 input::placeholder {
	color: #adb5bd;
	font-weight: 500;
}

/* Minor Entry Card */
.minor-entry-card {
	background: #fff;
	padding: 25px 30px 35px;
	border-radius: 20px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.minor-card-header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: -10px;
}

.remove-minor-x-btn {
	background: #f8f9fa;
	border: none;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #adb5bd;
	transition: all 0.2s;
}

.remove-minor-x-btn:hover {
	background: #fee7e7;
	color: #e63946;
}

.form-grid-v3 {
	display: grid;
	grid-template-columns: 2fr 1.5fr 1.5fr;
	gap: 20px;
}

/* Add Button */
.add-minor-dotted-btn {
	width: 100%;
	background: transparent;
	border: 2px dashed #d1d9e6;
	padding: 20px;
	border-radius: 20px;
	color: #1a2639;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: all 0.3s;
}

.add-minor-dotted-btn:hover {
	background: #fff;
	border-color: #5b87cc;
	color: #5b87cc;
}

.plus-circle {
	width: 24px;
	height: 24px;
	background: #1a2639;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 400;
}

.add-minor-dotted-btn:hover .plus-circle {
	background: #5b87cc;
}

/* Consents */
.consents-section-v2 {
	border-top: 1px solid #e9ecef;
	padding-top: 40px;
}

.consent-item-v2 {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.consent-item-v2 input[type="checkbox"] {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	accent-color: #5b87cc;
	cursor: pointer;
}

.consent-item-v2 label {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.5;
	cursor: pointer;
}

.consent-item-v2 label a {
    color: #40CEF3;
    font-weight: 700;
    text-decoration: underline;
    transition: text-decoration 0.2s, color 0.2s;
}

.consent-item-v2 label a:hover {
    color: #023682;
    text-decoration: none;
}

/* Actions */
.form-actions-v2 {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.btn-submit-v2 {
	flex: 2;
	background: #40CEF3;
	color: #1a2639;
	border: none;
	padding: 22px;
	border-radius: 20px;
	font-weight: 800;
	font-size: 1.1rem;
	cursor: pointer;
	box-shadow: 0 10px 25px rgba(64, 206, 243, 0.3);
	transition: all 0.3s;
	text-transform: uppercase;
}

.btn-submit-v2:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(64, 206, 243, 0.4);
}


@media (max-width: 768px) {
	.registration-container-v2 {
		padding: 0 20px;
	}

	.registration-main-title {
		font-size: 2.5rem;
	}

	.form-grid-v2,
	.form-grid-v3 {
		grid-template-columns: 1fr;
	}

	.form-actions-v2 {
		flex-direction: column;
	}

	.btn-submit-v2 {
		flex: none;
		width: 100%;
	}
}

/* ==========================================================================
   CONTACT PAGE V2 (Incredible Style)
   ========================================================================== */

.contact-page-v2 {
	padding-bottom: 0;
}



/* Grid Layout */
.contact-grid-layout {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 50px;
	margin-bottom: 80px;
}

/* Cards */
.card-dark {
	background: #1a2639;
	color: #fff;
	padding: 40px;
	border-radius: 24px;
}

.text-yellow {
	color: #40CEF3;
}

.card-header-v2 {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 20px;
}

.card-header-v2 .icon {
	font-size: 2rem;
}

.card-header-v2 h2 {
	font-weight: 800;
	font-size: 1.5rem;
	margin: 0;
	color: #1a2639;
}

.contact-page-v2 .form-card__title,
.contact-page-v2 .form-card__title h2 {
	font-size: 36px !important;
}

.contact-info-column .form-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04) !important;
	transform: none !important;
}



/* GDPR Dropdown */
.gdpr-info-dropdown details.premium-accordion {
	background: #ffffff;
	border: 1px solid rgba(64, 206, 243, 0.4);
	border-radius: var(--r-sm, 12px);
	overflow: hidden;
	transition: var(--transition, all 0.3s);
}

.gdpr-info-dropdown summary {
	font-weight: 700;
	font-size: 0.85rem;
	color: var(--clr-primary-dark);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	background: transparent;
}

.gdpr-info-dropdown summary::after {
	content: "▾";
	margin-left: 10px;
}

.gdpr-content {
	padding: 15px 20px;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	background: #fff;
}

.gdpr-content p {
	font-size: 14px;
	margin: 0;
}

/* Social Card */
.social-card {
	padding: 40px;
	border-radius: 24px;
	text-align: center;
}

.social-links-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin: 25px 0;
}

.social-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 10px;
	border-radius: 16px;
	background: #f8f9fa;
	transition: all 0.3s;
	text-decoration: none;
	color: #1a2639;
	font-weight: 700;
	font-size: 0.8rem;
}

.social-link .social-icon {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.social-link:hover {
	transform: translateY(-5px);
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.social-link.instagram:hover {
	color: #e1306c;
}

.social-link.facebook:hover {
	color: #1877f2;
}

.social-link.x-twitter:hover {
	color: #023682;
}

.social-footer {
	font-size: 0.9rem;
	color: #666;
	margin-top: 15px;
}

/* Benefits Card */
.benefits-list {
	list-style: none;
	padding: 0;
	margin: 25px 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.benefits-list li {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	border: none !important;
	padding: 0;
}

.benefits-list li::before {
	display: none !important;
	content: none !important;
}

.benefit-icon {
	flex-shrink: 0;
	margin: 0 auto;
	display: block;
}

.benefit-text {
	font-family: 'Metro Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #fff !important;
	margin: 0;
}

.benefit-text strong {
	display: block;
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 5px;
}

/* Meeting Point */
.meeting-point-section {
	padding: 80px;
	border-radius: 40px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
}

.section-tag {
	display: block;
	font-weight: 800;
	background: #40CEF3;
	color: #1a2639;
	padding: 5px 15px;
	border-radius: 8px;
	font-size: 0.75rem;
	width: fit-content;
	margin-bottom: 15px;
}

.meeting-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.meeting-text p {
	font-size: 1.15rem;
	line-height: 1.6;
	color: #666;
	margin-bottom: 25px;
}

.btn-location {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 20px 35px;
	background: #1a2639;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	box-shadow: 0 10px 25px rgba(26, 38, 57, 0.2);
}

.btn-location:hover {
	transform: translateX(10px);
	background: #106fbc;
}

.map-placeholder {
	width: 100%;
	height: 350px;
	background: #f0f7ff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4rem;
	color: #ced4da;
	border: 2px dashed #dee2e6;
}

@media (max-width: 992px) {

	.contact-grid-layout,
	.meeting-content {
		grid-template-columns: 1fr;
	}

	.contact-hero .contact-main-title {
		font-size: 3.5rem;
	}
}

@media (max-width: 768px) {

	.contact-form-card,
	.meeting-point-section {
		padding: 30px;
	}

	.social-links-grid,
	.benefits-list {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   COLLABORATOR ARCHIVE V2
   ========================================================================== */

.collaborator-archive-bg {
	background-color: #1a2639;
	padding: 120px 0;
}

.section-title-v2 {
	font-size: 2.5rem;
	color: #1a2639;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.section-title-v2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: #40CEF3;
	border-radius: 2px;
}

/* Grids */
.collaborator-grid-premium {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 60px;
}

@media (max-width: 992px) {
	.collaborator-grid-premium {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.collaborator-grid-premium {
		grid-template-columns: 1fr;
	}
}

.collaborator-grid-standard {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media (max-width: 992px) {
	.collaborator-grid-standard {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.collaborator-grid-standard {
		grid-template-columns: 1fr;
	}
}

/* Cards */
.collab-card-v2 {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.05);
	height: 100%;
}

.collab-card-v2:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.collab-logo-v2 {
	width: 100%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.collab-logo-v2 img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}

.collab-card-v2:hover .collab-logo-v2 img {
	transform: scale(1.05);
}

.logo-placeholder-v2 {
	width: 100px;
	height: 100px;
	background: #f8f9fa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	color: #adb5bd;
	text-align: center;
	padding: 10px;
}

.collab-name {
	font-weight: 800;
	font-size: 1.1rem;
	color: #1a2639;
	margin: 0 0 10px;
}

.collab-web-link {
	font-size: 0.85rem;
	color: #5b87cc;
	text-decoration: none;
	font-weight: 700;
	word-break: break-all;
}

.collab-web-link:hover {
	text-decoration: underline;
}

/* Level Specific Styles */
.patrocinador-card.level-oro {
	border-top: 5px solid #f9d71c;
}

.patrocinador-card.level-plata {
	border-top: 5px solid #c0c0c0;
}

.patrocinador-card.level-bronce {
	border-top: 5px solid #cd7f32;
}

.section-title-v2 {
	font-size: 2rem;
}

/* --- DOCUMENT ARCHIVE IMPROVED --- */
.doc-archive-bg {
	padding: 160px 0 100px;
	background: var(--gradient-hero);
	position: relative;
	overflow: hidden;
}

.header-bg-blobs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.alert-premium {
	display: flex;
	gap: 25px;
	background: #fff;
	border-left: 8px solid #40CEF3;
	padding: 30px 40px;
	border-radius: 20px;
	align-items: center;
}

.alert-icon {
	font-size: 3rem;
	animation: pulse 2s infinite;
}

.doc-premium-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.doc-card-premium {
	background: #fff;
	border-radius: 25px;
	padding: 35px;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, 0.06);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-align: left;
}

.doc-card-premium:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	border-color: var(--primary-red);
}

.doc-type-badge.badge-mandatory {
	background: #eefbff;
	color: #40CEF3;
	display: inline-block;
	padding: 5px 14px;
	border-radius: 8px;
	font-weight: 900;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.doc-title-main {
	font-size: 1.5rem;
	margin: 20px 0 10px;
	font-weight: 800;
	color: var(--primary-red);
	line-height: 1.25;
}

.version-tag {
	font-size: 0.9rem;
	font-weight: 700;
	color: #64748b;
	background: #f1f5f9;
	padding: 3px 10px;
	border-radius: 5px;
}

.btn-doc-download-premium {
	margin-top: 25px;
	display: block;
	background: #1a2639;
	color: #fff;
	text-align: center;
	padding: 14px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 800;
	font-size: 0.85rem;
	transition: 0.3s;
	text-transform: uppercase;
}

.btn-doc-download-premium:hover {
	background: var(--primary-red);
	color: #fff;
}

.category-grid-docs {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	gap: 40px;
}

@media (max-width: 992px) {
	.category-grid-docs {
		grid-template-columns: 1fr;
	}
}

article.actividad-card-article,
article.actividad-card,
.agenda-grid-archive .actividad-item {
    /* Styles are now inherited from .activity-premium-card for consistency */
    display: flex;
    flex-direction: column;
}

.doc-category-card {
    background: #EEF8FF;
    border-radius: var(--r-lg, 24px);
    overflow: hidden;
    border: 2px solid rgba(64, 206, 243, 0.25);
	display: flex;
	flex-direction: column;
}

.category-header-v2 {
	background: #f8fafc;
	padding: 22px 30px;
	border-bottom: 2px solid #f1f5f9;
}

.category-title-v2 {
	font-size: 1.3rem;
	margin: 0;
	font-weight: 800;
	color: #0f172a;
	display: flex;
	align-items: center;
	gap: 12px;
}

.doc-list-item-v2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 22px 30px;
	border-bottom: 1px solid #f1f5f9;
	transition: all 0.2s;
}

.doc-list-item-v2:last-child {
	border-bottom: none;
}

.doc-list-item-v2:hover {
	background: #f8fafc;
}

.doc-item-title-v2 {
	font-size: 1.05rem;
	margin: 0 0 6px;
	font-weight: 700;
	color: #334155;
}

.doc-item-meta-v2 {
	font-size: 0.85rem;
	color: #94a3b8;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.btn-doc-link {
	background: #1a2639;
	color: #fff;
	padding: 8px 18px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 800;
	font-size: 0.75rem;
	transition: all 0.3s;
	text-transform: uppercase;
}

.btn-doc-link:hover {
	background: var(--primary-red);
	transform: scale(1.05);
}

.is-mandatory {
	border-left: 6px solid #fec42d;
	background: #fffcf0;
}

.doc-pending {
	font-size: 1.2rem;
	opacity: 0.5;
}

.separator-center {
	width: 60px;
	height: 4px;
	background: var(--clr-primary);
	margin: 14px auto 0;
	border-radius: var(--r-pill);
}

/* ═══════════════════════════════════════
   DOCUMENT ARCHIVE — Kimufest 2026
   ═══════════════════════════════════════ */

/* Header */
.doc-archive-bg {
	background: linear-gradient(135deg, #013783 0%, #0099B1 100%);
	padding-bottom: 40px;
}

.header-subtitle {
	font-size: 1rem;
	opacity: 0.85;
	max-width: 560px;
	margin: 14px auto 0;
	line-height: 1.6;
}

/* Layout wrapper */
.doc-archive-wrapper {
	padding-top: 80px;
	padding-bottom: 100px;
}

.doc-section {
	margin-bottom: 80px;
}

.doc-section-all .section-heading {
	margin-bottom: 50px;
}

/* ─── Mandatory Alert Banner ─── */
.doc-alert-banner {
	display: flex;
	align-items: center;
	gap: 20px;
	background: #fff8e7;
	border: 1px solid #fbbf24;
	border-left: 5px solid #f59e0b;
	border-radius: var(--r-md);
	padding: 20px 28px;
	margin-top: 32px;
	margin-bottom: 36px;
}

.doc-alert-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	background: rgba(245, 158, 11, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f59e0b;
}

.doc-alert-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.doc-alert-text strong {
	font-size: 1rem;
	font-weight: 800;
	color: var(--clr-black);
}

.doc-alert-text span {
	font-size: 0.88rem;
	color: var(--clr-muted);
	line-height: 1.5;
}

/* ─── Mandatory Cards Grid ─── */
.doc-mandatory-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
}

.doc-card-mandatory {
	background: #fff;
	border-radius: var(--r-lg);
	border: 1px solid var(--clr-border-n);
	box-shadow: var(--shadow-sm);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.doc-card-mandatory:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-md);
}

.doc-card-top {
	background: linear-gradient(135deg, var(--clr-secondary) 0%, var(--clr-primary-dark) 100%);
	padding: 24px 24px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.doc-icon-wrap {
	width: 48px;
	height: 48px;
	background: rgba(255,255,255,0.15);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.doc-badge {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 12px;
	border-radius: var(--r-pill);
}

.badge-mandatory {
	background: rgba(245, 158, 11, 0.9);
	color: #fff;
}

.doc-card-body {
	padding: 22px 24px 16px;
	flex: 1;
}

.doc-card-title {
	font-size: 1rem;
	font-weight: 800;
	color: var(--clr-black);
	margin-bottom: 8px;
	line-height: 1.3;
}

.doc-version {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--clr-light);
	background: var(--clr-bg);
	padding: 3px 10px;
	border-radius: var(--r-pill);
}

.doc-card-footer {
	padding: 0 24px 24px;
}

.doc-btn-download {
	width: 100%;
	justify-content: center;
	font-size: 13px;
	padding: 12px 20px;
}

.doc-btn-soon {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--clr-light);
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px;
	background: var(--clr-bg);
	border-radius: var(--r-pill);
}

/* ─── Category Grid ─── */
.doc-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	gap: 28px;
	align-items: start;
}

.doc-category-block {
	border-radius: var(--r-lg);
	overflow: hidden;
	border: 1px solid var(--clr-border-n);
	box-shadow: var(--shadow-sm);
	display: flex;
	flex-direction: column;
	transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.doc-category-block:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-md);
}

.doc-cat-header {
	background: linear-gradient(135deg, var(--clr-secondary) 0%, var(--clr-primary-dark) 100%);
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 22px 24px;
}

.doc-cat-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.doc-cat-title {
	font-size: 1rem;
	font-weight: 800;
	color: #fff;
	margin: 0;
	flex: 1;
}

.doc-cat-count {
	font-size: 11px;
	font-weight: 800;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 3px 11px;
	border-radius: var(--r-pill);
}

/* ─── Document List Rows ─── */
.doc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.doc-list-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 24px;
	border-bottom: 1px solid var(--clr-border-n);
	transition: background var(--dur) var(--ease);
}

.doc-list-row:last-child {
	border-bottom: none;
}

.doc-list-row:hover {
	background: var(--clr-bg);
}

.doc-list-row.row-mandatory {
	border-left: 3px solid #f59e0b;
}

.doc-row-info {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
	min-width: 0;
}

.doc-row-icon {
	flex-shrink: 0;
	color: var(--clr-light);
}

.doc-row-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.doc-row-name {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--clr-black);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.doc-row-meta {
	font-size: 11px;
	color: var(--clr-light);
	display: flex;
	align-items: center;
	gap: 6px;
}

.doc-row-meta .dot {
	opacity: 0.5;
}

.doc-row-action {
	flex-shrink: 0;
}

.doc-row-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: var(--clr-secondary);
	background: var(--clr-primary-pale);
	border: 1px solid var(--clr-border);
	border-radius: var(--r-pill);
	padding: 6px 14px;
	text-decoration: none;
	transition: all var(--dur) var(--ease);
}

.doc-row-btn:hover {
	background: var(--clr-primary);
	border-color: var(--clr-primary);
	color: var(--clr-secondary);
	transform: translateY(-1px);
	box-shadow: var(--shadow-xs);
}

.doc-row-pending {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	color: var(--clr-light);
	padding: 6px 12px;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
	.doc-mandatory-grid {
		grid-template-columns: 1fr;
	}
	.doc-category-grid {
		grid-template-columns: 1fr;
	}
	.doc-alert-banner {
		flex-direction: column;
		text-align: center;
	}
	.doc-row-name {
		white-space: normal;
	}
}

/* ═══════════════════════════════════════
   COLLABORATORS ARCHIVE — Heading fixes
   ═══════════════════════════════════════ */
.collab-section .heading-display,
.collab-section .section-title-v2 {
	margin-bottom: 30px;
}

/* Scroll lock when mobile menu is open */
html.lock-scroll,
body.lock-scroll {
	overflow: hidden !important;
	height: 100% !important;
}
/* Custom horizontal cyan gradient for all archives */
.archive .site-header,
.archive .header-container {
    background: linear-gradient(90deg, rgba(10, 158, 187, 0.88) 0%, rgba(31, 212, 239, 0.88) 100%) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-bottom: 2px solid rgba(64, 206, 243, 0.4);
    box-shadow: var(--shadow-sm);
}
/* ═══════════════════════════════════════
   PREMIUM PAGE (LEGALS)
   ═══════════════════════════════════════ */
body.legal-page .premium-page-article {
    max-width: 960px !important;
    margin: 0 auto !important;
    border: none !important; /* Border removed as requested */
    box-shadow: none !important; /* Optional: also remove shadow for a flatter look? I'll keep it subtle unless they ask */
}


body.legal-page .entry-content h2 {
    font-size: clamp(24px, 5vw, 32px) !important;
    margin-top: 1.8em !important;
    margin-bottom: 10px !important;
    color: var(--clr-black) !important;
    font-weight: 800 !important;
    padding-left: 0 !important;
}

body.legal-page .entry-content h3 {
    font-size: clamp(20px, 4vw, 26px) !important;
    margin-top: 1.5em !important;
    margin-bottom: 10px !important;
    color: var(--clr-black) !important;
    font-weight: 800 !important;
    padding-left: 0 !important;
}

body.legal-page .entry-content h3::before {
    display: none !important;
}




body.legal-page .entry-content a {
    color: #40CEF3 !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    border: none !important;
    transition: color 0.2s ease !important;
}

body.legal-page .entry-content a:hover {
    color: #023682 !important;
}

body.legal-page .entry-content strong {
    color: var(--clr-black) !important;
}

/*--------------------------------------------------------------
# Gutenberg Block Separator (wp-block-separator)
--------------------------------------------------------------*/
hr.wp-block-separator,
.wp-block-separator,
hr.wp-block-separator.has-alpha-channel-opacity,
.wp-block-separator.has-alpha-channel-opacity {
    border: none;
    background: transparent;
    height: 2px;
    margin: 1.75em 0;
    box-shadow:
        0 -1px 0 rgba(0, 0, 0, 0.10),   /* sombra oscura superior (hendidura) */
        0  1px 0 rgba(255, 255, 255, 0.55); /* reflejo claro inferior (efecto cristal) */
    border-radius: 2px;
}
