:root {
	--blue-700: #1e4b91;
	--blue-500: #2f76e3;
	--red-600: #d83a3a;
	--green-600: #2d9a61;
	--purple-600: #6b3fa0;
	--manada-yellow: #f7d86b;
	--manada-yellow-soft: #fff0b8;
	--manada-orange: #e5752e;
	--manada-green: #167353;
	--manada-blue: #2f76e3;
	--cream-50: #fff7f0;
	--cream-100: #fff1e5;
	--gray-50: #f9fbff;
	--gray-100: #eef2f6;
	--gray-300: #d8e0ea;
	--gray-600: #4b5b6b;
	--gray-900: #1d2630;
	--shadow: 0 10px 24px rgba(29, 38, 48, 0.12);
	--radius: 16px;
	--radius-sm: 12px;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Nunito", "Segoe UI", system-ui, -apple-system, sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: var(--gray-900);
	background: #ffffff00;
}

.lobatos-page {
	background: url("../img/manada/libro_selva.webp") center/cover no-repeat fixed;
}

.scouts-page {
	background: url("../img/tropa/fondo_afrika_mejorado.png") center/cover no-repeat fixed;
}

.escultas-page {
	background: url("../img/esculta/fondo_ojibway.png") center/cover no-repeat fixed;
}

.clan-page {
	background: url("../img/clan/fondo_cueva_rio.png") center/cover no-repeat fixed;
}

.scouters-page {
	background: url("../img/kraal/fondo_scouters.jpeg") center/cover no-repeat fixed;
	position: relative;
}

.scouters-page::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.26);
	pointer-events: none;
	z-index: 0;
}

.scouters-page > * {
	position: relative;
	z-index: 1;
}

.escultas-page section,
.escultas-page .section-alt,
.escultas-page .page-hero,
.escultas-page .lobatos-hero,
.escultas-page .lobatos-cta,
.escultas-page .scouts-specialties,
.escultas-page .patrullas-section,
.escultas-page .lobatos-journey {
	background: transparent !important;
}

.clan-page section,
.clan-page .section-alt,
.clan-page .page-hero,
.clan-page .lobatos-hero,
.clan-page .lobatos-cta,
.clan-page .scouts-specialties,
.clan-page .patrullas-section,
.clan-page .lobatos-journey {
	background: transparent !important;
}

.scouters-page section,
.scouters-page .section-alt,
.scouters-page .page-hero,
.scouters-page .lobatos-hero,
.scouters-page .lobatos-cta,
.scouters-page .scouts-specialties,
.scouters-page .patrullas-section,
.scouters-page .lobatos-journey {
	background: transparent !important;
}

.escultas-page .section-alt::before,
.escultas-page .section-alt::after {
	display: none;
}

.clan-page .section-alt::before,
.clan-page .section-alt::after {
	display: none;
}

.scouters-page .section-alt::before,
.scouters-page .section-alt::after {
	display: none;
}

.escultas-page .commitment-card {
	background: linear-gradient(135deg, #f5e6dc 0%, #fff4ec 55%, #fffaf6 100%);
	border: 2px solid rgba(117, 89, 75, 0.3);
	box-shadow: 0 18px 32px rgba(29, 38, 48, 0.16);
}

.clan-page .commitment-card {
	background: linear-gradient(135deg, #fde7e7 0%, #fff1f1 55%, #fff9f9 100%);
	border: 2px solid rgba(210, 6, 30, 0.28);
	box-shadow: 0 18px 32px rgba(29, 38, 48, 0.16);
	padding-bottom: 14px;
	align-self: start;
}

.escultas-page .commitment-lema {
	color: #6b4a3b;
	background: rgba(117, 89, 75, 0.18);
}

.clan-page .commitment-lema {
	color: #d61a2b;
	background: rgba(210, 6, 30, 0.18);
}

.escultas-page .commitment-title {
	color: #4e3428;
}

.clan-page .commitment-title {
	color: #c71527;
}

.escultas-page .commitment-subtitle {
	margin: 6px 0 6px;
	font-size: 1.55rem;
	font-weight: 700;
	color: #6b4a3b;
}

.clan-page .commitment-subtitle {
	margin: 6px 0 6px;
	font-size: 1.55rem;
	font-weight: 700;
	color: #d61a2b;
}

.escultas-page .commitment-subtext {
	margin: 0 0 12px;
	color: #4e3428;
	font-size: 1rem;
}

.clan-page .commitment-subtext {
	margin: 0 0 12px;
	color: #5a0b18;
	font-size: 1rem;
}

.escultas-page .commitment-media-frame {
	margin: 0 0 16px;
	width: 100%;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 16px;
	border: 2px solid rgba(117, 89, 75, 0.3);
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
	padding: 10px;
	display: grid;
	place-items: center;
}

.clan-page .commitment-media-frame {
	margin: 0 0 16px;
	width: min(384px, 100%);
	aspect-ratio: 640 / 465;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 16px;
	border: 2px solid rgba(210, 6, 30, 0.28);
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
	padding: 10px;
	display: grid;
	place-items: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.escultas-page .commitment-media-frame img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	object-position: center 50%;
	border-radius: 12px;
}

.clan-page .commitment-media-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 50%;
	border-radius: 12px;
}

.escultas-page .commitment-block {
	border-top: 1px solid rgba(117, 89, 75, 0.3);
}

.clan-page .commitment-block {
	border-top: 1px solid rgba(210, 6, 30, 0.28);
}

.escultas-page .commitment-icon {
	background: rgba(117, 89, 75, 0.18);
}

.clan-page .commitment-icon {
	background: rgba(210, 6, 30, 0.18);
}

.lobatos-page section,
.lobatos-page .section-alt,
.lobatos-page .lobatos-journey {
	background: transparent !important;
}

.lobatos-page .section-alt::before,
.lobatos-page .section-alt::after {
	display: none;
}

.scouts-page .section-alt {
	background: transparent;
}

.scouts-page .section-alt::before,
.scouts-page .section-alt::after {
	display: none;
}

a {
	color: var(--blue-700);
	text-decoration: none;
}

img {
	max-width: 100%;
	display: block;
}

.container {
	width: min(1160px, 90%);
	margin: 0 auto;
}

.skip-link {
	position: absolute;
	left: -999px;
	top: 10px;
	background: var(--blue-700);
	color: #fff;
	padding: 8px 12px;
	border-radius: var(--radius-sm);
	z-index: 2000;
}

.skip-link:focus {
	left: 20px;
}

.site-header {
	--header-padding: 18px;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1000;
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(90deg, var(--blue-500), var(--red-600), var(--green-600)) 1;
	transition: box-shadow 0.35s ease;
	will-change: box-shadow;
}

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

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--header-padding) 0;
	gap: 24px;
	transition: padding 0.45s ease-in-out;
	will-change: padding;
}

.site-header.is-scrolled .header-inner {
	padding: 10px 0;
}

.brand {
	display: flex;
	gap: 12px;
	align-items: center;
	color: var(--gray-900);
}

.brand-logo {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	object-fit: cover;
	border: 2px solid var(--blue-700);
	background: #fff;
}

.brand-text {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.brand-text strong {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
}

.site-nav {
	flex: 1;
}

.nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: center;
}

.nav-link {
	background: none;
	border: none;
	font: inherit;
	color: var(--gray-900);
	cursor: pointer;
	padding: 8px 0;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.nav-link.active,
.nav-link:hover {
	color: var(--blue-700);
}

.has-dropdown {
	position: relative;
}

.has-dropdown::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 10px;
}

.dropdown {
	position: absolute;
	top: 36px;
	left: 0;
	background: #fff;
	border: 2px solid var(--cream-100);
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow);
	list-style: none;
	padding: 10px 0;
	min-width: 220px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.dropdown li a {
	display: block;
	padding: 8px 16px;
	color: var(--gray-900);
}

.dropdown li a:hover {
	background: var(--gray-50);
	color: var(--blue-700);
}

.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.dropdown:hover {
	opacity: 1;
	pointer-events: auto;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border-radius: 999px;
	font-weight: 700;
	border: 2px solid transparent;
	min-height: 44px;
	box-shadow: 0 6px 0 rgba(0, 0, 0, 0.08);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 0 rgba(0, 0, 0, 0.08);
}

.btn-primary {
	background: var(--red-600);
	color: #fff;
}

.btn-secondary {
	background: var(--blue-500);
	border-color: var(--blue-500);
	color: #fff;
}

.btn-tertiary {
	background: var(--green-600);
	color: #fff;
}

.menu-toggle {
	display: none;
	flex-direction: column;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
}

.menu-toggle span {
	width: 24px;
	height: 2px;
	background: var(--gray-900);
}

.mobile-nav {
	display: none;
	flex-direction: column;
	gap: 10px;
	background: #fff;
	border-top: 1px solid var(--gray-100);
	padding: 18px 5%;
}

.mobile-nav a {
	padding: 10px 0;
	font-weight: 600;
	color: var(--gray-900);
}

.hero {
	--hero-height: 93vh;
	--hero-pad-top: 80px;
	--hero-pad-bottom: 60px;
	min-height: var(--hero-height);
	height: var(--hero-height);
	padding: var(--hero-pad-top) 0 var(--hero-pad-bottom);
	position: relative;
	isolation: isolate;
	transition: height 0.65s ease-in-out, padding 0.65s ease-in-out;
	will-change: height, padding;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	height: 18px;
	background: repeating-linear-gradient(
		90deg,
		rgba(47, 118, 227, 0.4) 0 30px,
		rgba(216, 58, 58, 0.4) 30px 60px,
		rgba(45, 154, 97, 0.4) 60px 90px
	);
	z-index: 3;
}

.hero-carousel {
	position: absolute;
	inset: 0;
	overflow: hidden;
	z-index: 0;
}

.hero-slide {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transform: scale(1);
	transition: opacity 0.9s ease;
}

.hero-slide.is-active {
	opacity: 1;
	animation: heroZoom 6s ease-in-out forwards;
}

@keyframes heroZoom {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.08);
	}
}

.hero-carousel-controls {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	pointer-events: none;
	z-index: 4;
}

.hero-carousel-btn {
	pointer-events: auto;
	width: 42px;
	height: 46px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.72);
	color: var(--gray-600);
	font-size: 26px;
	line-height: 1;
	display: grid;
	place-items: center;
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.16);
	backdrop-filter: blur(6px);
	transform: translateY(-6px);
	transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.hero-carousel-btn:hover {
	transform: translateY(-7px) scale(1.02);
	background: rgba(255, 255, 255, 0.9);
	color: var(--gray-900);
}

.hero-carousel-btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}

.hero-carousel-dots {
	position: absolute;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	display: inline-flex;
	gap: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(4px);
	pointer-events: auto;
	z-index: 4;
}

.hero-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, 0.65);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.hero-dot:hover {
	transform: scale(1.08);
	background: rgba(255, 255, 255, 0.8);
}

.hero-dot.is-active {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.28);
	transform: scale(1.15);
}

.hero-dot:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.hero-slide {
		animation: none;
		opacity: 0;
		transform: scale(1);
	}

	.hero-slide.is-active {
		opacity: 1;
		animation: none;
		transform: scale(1);
	}
}

.hero-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px;
	align-items: center;
	min-height: calc(var(--hero-height) - 140px);
	text-align: center;
	justify-items: center;
	position: relative;
	z-index: 2;
	transition: min-height 0.65s ease-in-out;
	will-change: min-height;
}

.lobatos-page .hero-grid,
.scouts-page .hero-grid {
	min-height: 420px;
}

.eyebrow {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 13px;
}

.hero h1 {
	color: #ffffff;
}

h1 {
	font-size: clamp(2.4rem, 4vw, 3.2rem);
	margin: 12px 0;
}

.lead {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.9);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 24px 0;
	justify-content: center;
}

.hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.95rem;
	justify-content: center;
}


section {
	padding: 70px 0;
}

section:nth-of-type(even) {
	background: linear-gradient(
		180deg,
		rgba(207, 232, 255, 0.55),
		rgba(220, 245, 231, 0.5)
	);
}

.section-heading {
	margin-bottom: 32px;
}

.section-heading h2 {
	font-size: clamp(1.8rem, 3vw, 2.3rem);
	margin: 0 0 8px;
}

.grid {
	display: grid;
	gap: 24px;
}

.scroller {
	--scroller-card-width: 420px;
	--scroller-gap: 24px;
	width: min(900px, 100%);
	overflow-x: hidden;
	overflow-y: visible;
	margin: 0 auto;
	position: relative;
	mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
	scroll-behavior: smooth;
	padding-inline: calc((100% - var(--scroller-card-width)) / 2);
	padding-block: 12px;
	scroll-padding-inline: calc((100% - var(--scroller-card-width)) / 2);
	scroll-snap-type: x mandatory;
}

.scroller-track {
	display: flex;
	gap: var(--scroller-gap);
	width: max-content;
	align-items: stretch;
}

.scroller .card {
	flex: 0 0 var(--scroller-card-width);
	scroll-snap-align: center;
}

.scroller-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	border-radius: 999px;
	border: 2px solid rgba(0, 0, 0, 0.08);
	background: #fff;
	color: var(--gray-900);
	font-size: 22px;
	line-height: 1;
	display: grid;
	place-items: center;
	box-shadow: 0 6px 12px rgba(29, 38, 48, 0.12);
	cursor: pointer;
	z-index: 2;
	pointer-events: auto;
}

.scroller-btn-left {
	left: 6px;
}

.scroller-btn-right {
	right: 6px;
}

.scroller-btn:hover {
	transform: translateY(-50%) scale(1.04);
}

.cards-4 {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.cards-3 {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cards-5 {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.card {
	background: #fff;
	border-radius: var(--radius);
	padding: 24px;
	box-shadow: var(--shadow);
	border: 2px solid var(--cream-100);
	position: relative;
}

.secciones-index .card {
	overflow: hidden;
	border-color: rgba(255, 255, 255, 0.7);
}

.card h3 {
	margin-top: 0;
}

.card-media {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: var(--radius-sm);
	margin-bottom: 12px;
	border: 2px solid rgba(0, 0, 0, 0.08);
}

.secciones-index .card-media {
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.branches-preview .card .card-media {
	object-fit: contain;
	padding: 2%;
	background: #fff;
	box-sizing: border-box;
}

.card-manada .card-media {
	border-color: rgba(229, 117, 46, 0.5);
}

.card-tropa .card-media {
	border-color: rgba(22, 115, 83, 0.5);
}

.card-esculta .card-media {
	border-color: rgba(117, 89, 75, 0.5);
}

.card-clan .card-media {
	border-color: rgba(210, 6, 30, 0.5);
}

.card-manada {
	background: linear-gradient(160deg, #ffe4d3, #ffffff 60%);
	border-color: #f1a777;
}

.card-tropa {
	background: linear-gradient(160deg, #d8f1e4, #ffffff 60%);
	border-color: #6fbe98;
}

.card-esculta {
	background: linear-gradient(160deg, #efe4db, #ffffff 60%);
	border-color: #c6a892;
}

.card-clan {
	background: linear-gradient(160deg, #ffd8dc, #ffffff 60%);
	border-color: #f28a97;
}

.card-manada h3,
.card-manada .text-link {
	color: #e5752e;
}

.card-tropa h3,
.card-tropa .text-link {
	color: #167353;
}

.card-esculta h3,
.card-esculta .text-link {
	color: #75594b;
}

.card-clan h3,
.card-clan .text-link {
	color: #d2061e;
}

.branches-preview .card h3,
.branches-preview .card .text-link {
	text-align: center;
	justify-content: center;
}

.branches-preview .card p {
	text-align: center;
}

.card-link {
	display: block;
	color: inherit;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.card-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(29, 38, 48, 0.14);
}

.secciones-index .card-link:hover .card-media {
	transform: scale(1.03);
	box-shadow: 0 10px 18px rgba(29, 38, 48, 0.18);
}

.home-duo-bg {
	background: linear-gradient(
		120deg,
		rgba(0, 0, 0, 0.05),
		rgba(0, 0, 0, 0.05)
	),
		url("../img/territorio_betelgeuse.jpg") center 75% / cover no-repeat;
}

.home-duo-bg > section {
	background: transparent;
}

.quick-cards,
.branches-preview {
	background: transparent;
}

.quick-cards .grid.cards-3 {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	justify-content: center;
}

.quick-cards .grid.cards-3 > .card {
	flex: 0 0 33.333%;
	transform-origin: top center;
	transition: flex-basis 1s ease, transform 1s ease, box-shadow 1s ease, border-color 1s ease;
}

.quick-cards .grid.cards-3:hover > .card {
	flex-basis: 30%;
}

.quick-cards .grid.cards-3 > .card:hover {
	flex-basis: 40%;
}

.card.is-blue {
	background: linear-gradient(160deg, rgba(47, 118, 227, 0.18), #ffffff 60%);
	border-color: rgba(47, 118, 227, 0.35);
}

.card.is-red {
	background: linear-gradient(160deg, rgba(216, 58, 58, 0.18), #ffffff 60%);
	border-color: rgba(216, 58, 58, 0.35);
}

.card.is-green {
	background: linear-gradient(160deg, rgba(45, 154, 97, 0.18), #ffffff 60%);
	border-color: rgba(45, 154, 97, 0.35);
}

.card.is-blue h3,
.card.is-blue .text-link {
	color: var(--blue-700);
}

.card.is-red h3,
.card.is-red .text-link {
	color: var(--red-600);
}

.card.is-green h3,
.card.is-green .text-link {
	color: var(--green-600);
}

.card::after {
	content: "";
	position: absolute;
	inset: 10px;
	border: 1px dashed rgba(47, 118, 227, 0.18);
	border-radius: calc(var(--radius) - 8px);
	pointer-events: none;
}

.quick-cards .card {
	position: relative;
	overflow: hidden;
	border-width: 3px;
	box-shadow: 0 18px 30px rgba(29, 38, 48, 0.14);
	transform: translateZ(0);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}


.quick-cards .card::after {
	border-style: solid;
	border-color: rgba(47, 118, 227, 0.22);
	opacity: 0.7;
}

.quick-cards .card:hover {
	transform: scale(1.02);
	box-shadow: 0 24px 36px rgba(29, 38, 48, 0.18);
}

.escultas-page .quick-cards .grid.cards-3:hover > .card,
.escultas-page .quick-cards .grid.cards-3 > .card:hover {
	flex-basis: 33.333%;
}

.clan-page .quick-cards .grid.cards-3:hover > .card,
.clan-page .quick-cards .grid.cards-3 > .card:hover {
	flex-basis: 33.333%;
}

.clan-page .clan-essentials .grid.cards-3 {
	align-items: stretch;
}

.escultas-page .esculta-essentials .card {
	background: linear-gradient(135deg, rgba(243, 230, 219, 0.92) 0%, rgba(252, 245, 238, 0.96) 55%, #ffffff 100%);
	border: 2px solid rgba(117, 89, 75, 0.35);
	box-shadow: 0 12px 20px rgba(29, 38, 48, 0.12);
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.clan-page .clan-essentials .card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: linear-gradient(135deg, rgba(253, 231, 231, 0.92) 0%, rgba(255, 241, 241, 0.96) 55%, #ffffff 100%);
	border: 2px solid rgba(210, 6, 30, 0.28);
	box-shadow: 0 12px 20px rgba(29, 38, 48, 0.12);
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.escultas-page .esculta-essentials .card::after {
	opacity: 0.35;
	border-color: rgba(117, 89, 75, 0.28);
}

.clan-page .clan-essentials .card::after {
	opacity: 0.35;
	border-color: rgba(210, 6, 30, 0.25);
}

.escultas-page .esculta-essentials .card h3 {
	font-family: "Fredoka", "Nunito", "Trebuchet MS", "Segoe Print", "Comic Sans MS", cursive;
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #6b4a3b;
}

.clan-page .clan-essentials .card h3 {
	font-family: "Fredoka", "Nunito", "Trebuchet MS", "Segoe Print", "Comic Sans MS", cursive;
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #d61a2b;
}

.escultas-page .esculta-essentials .card p {
	color: #3b2e29;
	font-size: 1.1rem;
}

.clan-page .clan-essentials .card p {
	color: #4a1f25;
	font-size: 1.1rem;
}

.escultas-page .esculta-essentials .card p:not(.card-detail) {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: visible;
	min-height: 0;
	width: auto;
	max-width: none;
}

.clan-page .clan-essentials .card p:not(.card-detail) {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: visible;
	min-height: 0;
	width: auto;
	max-width: none;
}

.escultas-page .esculta-essentials .esculta-card-media {
	margin-top: 18px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 16px;
	border: 2px solid rgba(117, 89, 75, 0.3);
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
	padding: 14px;
	display: grid;
	place-items: center;
	min-height: 150px;
}

.clan-page .clan-essentials .clan-card-media {
	margin-top: 18px;
	margin-top: auto;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 16px;
	border: 2px solid rgba(210, 6, 30, 0.25);
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
	padding: 14px;
	display: grid;
	place-items: center;
	min-height: 150px;
}

.escultas-page .esculta-essentials .esculta-card-media img {
	width: min(140px, 100%);
	height: auto;
	object-fit: contain;
}

.clan-page .clan-essentials .clan-card-media img {
	width: min(140px, 100%);
	height: auto;
	object-fit: contain;
}

.escultas-page .esculta-essentials .card:hover {
	transform: translateY(-2px);
	box-shadow:
		0 18px 32px rgba(29, 38, 48, 0.16),
		0 0 22px rgba(117, 89, 75, 0.35),
		0 0 40px rgba(117, 89, 75, 0.2);
	border-color: rgba(117, 89, 75, 0.65);
}

.clan-page .clan-essentials .card:hover {
	transform: translateY(-2px);
	box-shadow:
		0 18px 32px rgba(29, 38, 48, 0.16),
		0 0 22px rgba(210, 6, 30, 0.28),
		0 0 40px rgba(210, 6, 30, 0.18);
	border-color: rgba(210, 6, 30, 0.6);
}

.escultas-page .esculta-essentials .card.is-blue,
.escultas-page .esculta-essentials .card.is-red,
.escultas-page .esculta-essentials .card.is-green {
	background: linear-gradient(135deg, rgba(243, 230, 219, 0.92) 0%, rgba(252, 245, 238, 0.96) 55%, #ffffff 100%);
	border-color: rgba(117, 89, 75, 0.35);
}

.clan-page .clan-essentials .card.is-blue,
.clan-page .clan-essentials .card.is-red,
.clan-page .clan-essentials .card.is-green {
	background: linear-gradient(135deg, rgba(253, 231, 231, 0.92) 0%, rgba(255, 241, 241, 0.96) 55%, #ffffff 100%);
	border-color: rgba(210, 6, 30, 0.28);
}

.escultas-page .esculta-essentials .card.is-blue h3,
.escultas-page .esculta-essentials .card.is-red h3,
.escultas-page .esculta-essentials .card.is-green h3,
.escultas-page .esculta-essentials .card.is-blue .text-link,
.escultas-page .esculta-essentials .card.is-red .text-link,
.escultas-page .esculta-essentials .card.is-green .text-link {
	color: #6b4a3b;
}

.clan-page .clan-essentials .card.is-blue h3,
.clan-page .clan-essentials .card.is-red h3,
.clan-page .clan-essentials .card.is-green h3,
.clan-page .clan-essentials .card.is-blue .text-link,
.clan-page .clan-essentials .card.is-red .text-link,
.clan-page .clan-essentials .card.is-green .text-link {
	color: #d61a2b;
}

.escultas-page .esculta-essentials .section-heading {
	text-align: left;
}

.clan-page .clan-essentials .section-heading {
	text-align: left;
}

.quick-cards .card h3 {
	font-size: 1.15rem;
	letter-spacing: 0.01em;
	text-align: center;
}

.branches-preview .card {
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.branches-preview .card:hover {
	transform: translateY(-6px) scale(1.01);
	box-shadow: 0 24px 36px rgba(29, 38, 48, 0.18);
}

.quick-cards .card p {
	font-size: 0.98rem;
	text-align: center;
	line-height: 1.5;
}

.quick-cards .card p:not(.card-detail) {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 3em;
	width: 240px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.quick-cards .card .card-detail {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	margin: 0;
	font-size: 0.92rem;
	color: var(--gray-600);
	transition: max-height 1s ease, opacity 1s ease, margin-top 1s ease;
	width: 300px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transform: translateY(-4px);
}

.quick-cards .card:hover .card-detail {
	max-height: 120px;
	opacity: 1;
	margin-top: 8px;
	transform: translateY(0);
}

.quick-cards .text-link {
	font-weight: 700;
	letter-spacing: 0.01em;
	justify-content: center;
	position: relative;
	padding-bottom: 4px;
}

.quick-cards .text-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.quick-cards .card:hover .text-link::after {
	transform: scaleX(1);
}

.quick-cards .card.is-blue {
	background: linear-gradient(155deg, #bcd2ff 0%, #ffffff 60%);
	border-color: #6f9ff0;
}

.quick-cards .card.is-red {
	background: linear-gradient(155deg, #ffc2c2 0%, #ffffff 60%);
	border-color: #ea7a7a;
}

.quick-cards .card.is-green {
	background: linear-gradient(155deg, #c3f0db 0%, #ffffff 60%);
	border-color: #5fb58a;
}

.text-link {
	display: inline-flex;
	margin-top: 10px;
	font-weight: 600;
	color: var(--blue-700);
}

.card .text-link {
	justify-content: center;
	text-align: center;
	width: 100%;
}

.tag {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 12px;
}

.tag-green {
	background: rgba(47, 158, 102, 0.16);
	color: var(--green-600);
}

.news-card .media-placeholder,
.map-placeholder {
	width: 100%;
	height: 140px;
	border-radius: var(--radius-sm);
	background: var(--gray-100);
	display: grid;
	place-items: center;
	color: var(--gray-600);
	margin-bottom: 12px;
}

.meta {
	color: var(--gray-600);
	font-size: 0.9rem;
}

.section-actions {
	margin-top: 28px;
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px;
}

.contact-blocks {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 18px;
	margin-bottom: 18px;
}

.contact-blocks .info-card {
	border-left: 6px solid rgba(107, 63, 160, 0.35);
}

.contact-blocks a,
.map-block a {
	color: var(--red-600);
	text-decoration: underline;
	font-weight: 700;
}

.contact-blocks .footer-links a {
	color: var(--red-600);
}

.map-block .info-card {
	border: 3px solid rgba(47, 118, 227, 0.25);
}

.map-block .map-placeholder {
	height: 180px;
	border-radius: var(--radius);
	background: linear-gradient(120deg, rgba(47, 118, 227, 0.12), rgba(216, 58, 58, 0.12));
}

.map-embed {
	width: 100%;
	height: 180px;
	border: 0;
	border-radius: var(--radius);
	box-shadow: 0 10px 24px rgba(29, 38, 48, 0.12);
}

.map-block .info-card {
	padding: 14px;
}

.map-block h3 {
	margin: 0 0 6px;
}

.map-block p {
	margin: 0 0 8px;
}

.pdf-card {
	border-left: 6px solid rgba(47, 118, 227, 0.35);
}

.pdf-viewer {
	width: 100%;
	height: 520px;
	border: 2px solid var(--cream-100);
	border-radius: var(--radius);
	background: #fff;
}

.contact-form {
	display: grid;
	gap: 16px;
}

label {
	display: grid;
	gap: 6px;
	font-weight: 600;
}

input,
textarea {
	width: 100%;
	padding: 12px 14px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--gray-300);
	font: inherit;
}

.contact-info {
	display: grid;
	gap: 16px;
}

.info-card {
	background: #fff;
	padding: 16px;
	border-radius: var(--radius);
	border: 2px solid var(--cream-100);
	box-shadow: 0 12px 24px rgba(29, 38, 48, 0.1);
}

.contact-preview {
	padding: 50px 0;
	position: relative;
	isolation: isolate;
	background: url("../img/generic/alcala_biblio.webp") center/cover no-repeat;
}

.contact-preview::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 0;
}

.contact-preview > * {
	position: relative;
	z-index: 1;
}

.contact-preview .section-heading {
	margin-bottom: 22px;
}

.accent-heading h2,
.accent-heading p {
	color: #ffffff;
	font-weight: 800;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.accent-heading h2 {
	font-size: clamp(2.4rem, 4vw, 3.1rem);
}

.accent-heading p {
	font-size: 1.1rem;
}

.accent-heading.is-centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.contact-preview p {
	margin: 6px 0;
}

.contact-preview .contact-card p {
	margin: 16px 0;
}

.contact-preview .contact-card .contact-note {
	margin-top: 16px;
}

.contact-preview .footer-links {
	gap: 4px;
}

.site-footer {
	background: #0f3850;
	color: #fff;
	padding: 50px 0;
}

.site-footer::before {
	content: "";
	display: block;
	height: 10px;
	background: repeating-linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.2) 0 20px,
		rgba(255, 255, 255, 0) 20px 30px
	);
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
}

.footer-title {
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 6px;
}

.footer-links a {
	color: #fff;
}

.footer-note {
	color: rgba(255, 255, 255, 0.82);
	margin-top: 8px;
	font-size: 0.95rem;
}

.page-hero {
	padding: 70px 0 40px;
	background: linear-gradient(120deg, var(--cream-50), var(--cream-100));
}

.page-hero .hero-content {
	max-width: 720px;
}

.page-hero p {
	color: var(--gray-600);
}

.secciones-hero {
	position: relative;
	overflow: hidden;
	background: transparent;
}

.secciones-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(9, 22, 24, 0.58) 0%, rgba(9, 22, 24, 0.36) 70%, rgba(9, 22, 24, 0) 100%);
	z-index: 0;
}

.secciones-hero .secciones-hero-content {
	position: relative;
	z-index: 1;
	padding: 20px 0 10px;
}

.secciones-hero h1 {
	color: #f5f5f5;
	font-weight: 700;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.22);
}

.secciones-hero p {
	color: rgba(255, 255, 255, 0.85);
	max-width: 620px;
	line-height: 1.8;
}

.secciones-page main {
	background: url("../img/bordones.jpg") center 25%/cover no-repeat fixed;
}

.secciones-page section,
.secciones-page section:nth-of-type(even),
.secciones-page .page-hero {
	background: transparent !important;
}

.grupo-page main {
	background: url("../img/navidad_old_lejos.jpg") center 60% no-repeat fixed;
	background-size: cover;
	position: relative;
}

.grupo-page main::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.20);
	z-index: 0;
	pointer-events: none;
}

.grupo-page main > * {
	position: relative;
	z-index: 1;
}

.grupo-page section,
.grupo-page section:nth-of-type(even),
.grupo-page .page-hero,
.grupo-page .section-alt {
	background: transparent !important;
}

.grupo-page .text-panel {
	background: rgba(0, 0, 0, 0.20);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.grupo-page .secciones-hero .text-panel {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
}

.grupo-page #nuestro-grupo .text-panel {
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.grupo-page #nuestro-grupo .text-panel,
.grupo-page #nuestro-grupo .text-panel p,
.grupo-page #nuestro-grupo .text-panel li {
	color: #1d2630;
	text-shadow: none;
}

.grupo-page .glass-panel {
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.grupo-page .glass-panel p {
	color: #1d2630;
	text-shadow: none;
}

.scouters-page .glass-panel {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.scouters-page .glass-panel p {
	color: #1d2630;
	text-shadow: none;
}

.scouters-page .section-alt .section-heading h2,
.scouters-page .section-alt .section-heading p {
	color: #ffffff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}

.scouters-page .scouters-team-heading {
	margin-top: 18px;
}

.grupo-page #campamentos .text-panel,
.grupo-page #panioleta .text-panel {
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.grupo-page #campamentos .text-panel,
.grupo-page #campamentos .text-panel p,
.grupo-page #campamentos .text-panel li,
.grupo-page #panioleta .text-panel,
.grupo-page #panioleta .text-panel p,
.grupo-page #panioleta .text-panel li {
	color: #1d2630;
	text-shadow: none;
}

.grupo-page .grupo-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.grupo-page .grupo-quote,
.escultismo-page .grupo-quote {
	margin-top: 28px;
	background: transparent;
	border: none;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.grupo-page .grupo-quote-text,
.escultismo-page .grupo-quote-text {
	margin: 0;
	font-family: "Source Sans 3", "Nunito", system-ui, sans-serif;
	font-size: 2.2rem;
	color: #ffffff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.grupo-page .grupo-quote-author,
.escultismo-page .grupo-quote-author {
	margin: 6px 0 0;
	text-align: right;
	font-family: "Source Sans 3", "Nunito", system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.scouters-page .grupo-quote {
	margin-top: 24px;
}

.scouters-page .grupo-quote-text {
	margin: 0;
	font-family: "Source Sans 3", "Nunito", system-ui, sans-serif;
	font-size: 2.1rem;
	color: #1d2630;
}

.scouters-page .grupo-quote-author {
	margin: 6px 0 0;
	text-align: right;
	font-family: "Source Sans 3", "Nunito", system-ui, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #4b5b6b;
}

.scouters-page .scouters-photo-grid {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.scouters-page .scouters-photo-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.scouters-page .scouters-photo-item.is-wide {
	grid-column: 1 / -1;
}

.scouters-page .scouters-photo-item.is-wide .scouters-photo-frame {
	aspect-ratio: 10 / 4.5;
}

.scouters-page .scouters-hall .section-heading h2,
.scouters-page .scouters-hall .section-heading p {
	color: #ffffff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}

.scouters-page .scouters-hall-list {
	columns: 2;
	column-gap: 32px;
	list-style: disc;
	padding-left: 22px;
	margin: 16px 0 0;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.scouters-page .scouters-hall-list li {
	break-inside: avoid;
	margin: 0 0 10px;
}

.organizacion-page .lobatos-cta .cta-question {
	color: #1d2630;
	text-shadow: none;
}

.scouters-page .scouters-photo-frame {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.85);
	border: 2px solid rgba(30, 75, 145, 0.2);
	box-shadow: 0 12px 20px rgba(15, 23, 42, 0.12);
	overflow: hidden;
}

.scouters-page .scouters-photo-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--scouters-pos-x, 50%) var(--scouters-pos-y, 50%);
	transform: scale(var(--scouters-zoom, 1)) translate(var(--scouters-shift-x, 0%), var(--scouters-shift-y, 0%));
	transform-origin: center;
}

.scouters-page .scouters-caption {
	margin: 0 auto;
	width: min(88%, 520px);
	text-align: center;
	font-size: 0.95rem;
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.scouters-page .scouters-photo-frame-7 + .scouters-caption {
	width: min(80%, 520px);
}

.scouters-page .scouters-photo-frame-1 {
	--scouters-zoom: 1.55;
	--scouters-pos-x: 50%;
	--scouters-pos-y: 42%;
	--scouters-shift-x: 0%;
	--scouters-shift-y: 0%;
}

.scouters-page .scouters-photo-frame-2 {
	--scouters-zoom: 1.44;
	--scouters-pos-x: 52%;
	--scouters-pos-y: 45%;
	--scouters-shift-x: 0%;
	--scouters-shift-y: 0%;
}

.scouters-page .scouters-photo-frame-3 {
	--scouters-zoom: 1.18;
	--scouters-pos-x: 48%;
	--scouters-pos-y: 45%;
	--scouters-shift-x: 0%;
	--scouters-shift-y: 0%;
}

.scouters-page .scouters-photo-frame-4 {
	--scouters-zoom: 1.15;
	--scouters-pos-x: 55%;
	--scouters-pos-y: 58%;
	--scouters-shift-x: 0%;
	--scouters-shift-y: 0%;
}

.scouters-page .scouters-photo-frame-5 {
	--scouters-zoom: 1.55;
	--scouters-pos-x: 60%;
	--scouters-pos-y: 80%;
	--scouters-shift-x: 7%;
	--scouters-shift-y: 0%;
}

.scouters-page .scouters-photo-frame-6 {
	--scouters-zoom: 1.2;
	--scouters-pos-x: 47%;
	--scouters-pos-y: 44%;
	--scouters-shift-x: 0%;
	--scouters-shift-y: 0%;
}

.scouters-page .scouters-photo-frame-7 {
	--scouters-zoom: 1.06;
	--scouters-pos-x: 49%;
	--scouters-pos-y: 27%;
	--scouters-shift-x: 0%;
	--scouters-shift-y: 0%;
}


.grupo-page .grupo-quote .grupo-quote-text,
.grupo-page .grupo-quote .grupo-quote-author,
.escultismo-page .grupo-quote .grupo-quote-text,
.escultismo-page .grupo-quote .grupo-quote-author {
	color: #ffffff;
}

.grupo-page .panioleta-list {
	margin: 16px 0 0;
	padding-left: 20px;
	list-style: disc;
}

.grupo-page .panioleta-color {
	font-weight: 800;
	letter-spacing: 0.04em;
}

.grupo-page .panioleta-color--azul {
	color: var(--blue-500);
}

.grupo-page .panioleta-color--rojo {
	color: var(--red-600);
}

.grupo-page .panioleta-color--verde {
	color: var(--green-600);
}

.grupo-page .campamentos-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.grupo-page .campamento-card {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: stretch;
}

.grupo-page .campamento-frame {
	margin-top: auto;
	width: 100%;
	height: 220px;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	background: #ffffff;
	box-shadow: 0 10px 18px rgba(29, 38, 48, 0.12);
	overflow: hidden;
}

.grupo-page .campamento-frame-grid {
	margin-top: auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.grupo-page .campamento-frame-grid .campamento-frame {
	height: 288px;
}

.grupo-page .campamento-frame-grid--verano {
	grid-template-columns: 2fr 1fr;
	grid-auto-rows: 144px;
	gap: 14px;
}

.grupo-page .campamento-frame-grid--verano .campamento-frame {
	height: 100%;
}

.grupo-page .campamento-frame--verano-main {
	grid-row: span 2;
}

.grupo-page .campamento-frame--verano-tall {
	grid-row: span 2;
}

.grupo-page .campamento-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--pos-x, 50%) calc(var(--pos-y, 50%) + var(--offset, 0%));
	transform: scale(var(--zoom, 1));
}

.grupo-page .campamentos-intro {
	display: flex;
	gap: 20px;
	align-items: stretch;
}

.grupo-page .campamentos-intro-text {
	flex: 1 1 60%;
}

.grupo-page .campamentos-intro-media {
	flex: 1 1 40%;
	max-height: 220px;
	object-fit: cover;
}

.grupo-page .campamentos-intro-media .campamento-frame {
	width: 100%;
	margin: 0;
	border: 2px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 12px 22px rgba(29, 38, 48, 0.16);
}

.grupo-page .campamentos-intro-media .campamento-frame img {
	border-radius: 12px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.grupo-page .campamento-frame--halloween {
	width: 90%;
	margin: 0 auto;
}

.grupo-page .campamento-frame--halloween img {
	/* Ajustes Halloween */
	--zoom: 1.7;
	--offset: 40%;
	--pos-x: 10%;
	--pos-y: 50%;
}

.grupo-page .campamento-frame--inicio img {
	/* Ajustes Inicio de ronda */
	--zoom: 1;
	--offset: 0%;
	--pos-x: 50%;
	--pos-y: 65%;
}

.grupo-page .campamento-frame--invierno img {
	/* Ajustes Invierno */
	--zoom: 1.6;
	--offset: 0%;
	--pos-x: 50%;
	--pos-y: 50%;
}

.grupo-page .campamento-frame--semana-santa img {
	/* Ajustes Semana Santa */
	--zoom: 1;
	--offset: 0%;
	--pos-x: 50%;
	--pos-y: 50%;
}

.grupo-page .campamento-frame--verano-1 img {
	/* Ajustes Verano 1 */
	--zoom: 1;
	--offset: 18%;
	--pos-x: 50%;
	--pos-y: 50%;
}

.grupo-page .campamento-frame--verano-2 img {
	/* Ajustes Verano 2 */
	--zoom: 1;
	--offset: -20%;
	--pos-x: 50%;
	--pos-y: 50%;
}

.grupo-page .campamento-frame--verano-3 img {
	/* Ajustes Verano 3 */
	--zoom: 1;
	--offset: -20%;
	--pos-x: 50%;
	--pos-y: 30%;
}

@media (max-width: 900px) {
	.grupo-page .campamentos-intro {
		flex-direction: column;
	}

	.grupo-page .campamentos-intro-media img {
		max-height: 200px;
	}
}

.grupo-page .campamentos-grid .card {
	text-align: center;
}

.grupo-page .campamentos-grid .campamentos-full {
	grid-column: 1 / -1;
}

@media (max-width: 900px) {
	.grupo-page .campamentos-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.grupo-page .campamentos-grid {
		grid-template-columns: 1fr;
	}
}

.escultismo-page main {
	background: url("../img/escultismo.png") center 30%/cover no-repeat fixed;
	position: relative;
}

.organizacion-page main {
	background: url("../img/local.jpg") center 35%/cover no-repeat fixed;
	position: relative;
}

.escultismo-page main::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.30);
	z-index: 0;
	pointer-events: none;
}

.organizacion-page main::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.20);
	z-index: 0;
	pointer-events: none;
}

.escultismo-page main > * {
	position: relative;
	z-index: 1;
}

.organizacion-page main > * {
	position: relative;
	z-index: 1;
}

.escultismo-page section,
.escultismo-page section:nth-of-type(even),
.escultismo-page .page-hero,
.escultismo-page .section-alt {
	background: transparent !important;
}

.organizacion-page section,
.organizacion-page section:nth-of-type(even),
.organizacion-page .page-hero,
.organizacion-page .section-alt {
	background: transparent !important;
}

.escultismo-page main,
.escultismo-page main h1,
.escultismo-page main h2,
.escultismo-page main h3,
.escultismo-page main p,
.escultismo-page main li,
.escultismo-page main span,
.escultismo-page main a {
	color: #ffffff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.organizacion-page main,
.organizacion-page main h1,
.organizacion-page main h2,
.organizacion-page main h3,
.organizacion-page main p,
.organizacion-page main li,
.organizacion-page main span,
.organizacion-page main a {
	color: #ffffff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.organizacion-page .text-panel {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.organizacion-page .secciones-hero-content p {
	max-width: 65%;
}

.organizacion-page #estructura {
	padding-top: 0px;
	padding-bottom: 30px;
}

.organizacion-page #bandada {
	padding-top: 20px;
}

.organizacion-page .org-cards {
	justify-content: center;
}

.organizacion-page .org-card {
	min-height: 260px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-top: 3px solid rgba(47, 118, 227, 0.45);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.organizacion-page .org-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 30px rgba(29, 38, 48, 0.18);
}

.organizacion-page .org-card h3 {
	margin: 0 0 4px;
	font-size: 1.15rem;
}

.organizacion-page .org-card.is-assembly {
	border-top-color: rgba(47, 118, 227, 0.65);
}

.organizacion-page .org-card.is-scouters {
	border-top-color: rgba(216, 58, 58, 0.65);
}

.organizacion-page .org-card.is-committee {
	border-top-color: rgba(45, 154, 97, 0.65);
}

.organizacion-page .org-subtitle {
	margin: 0 0 6px;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(75, 91, 107, 0.7);
}

.organizacion-page .org-divider {
	width: 48px;
	border: none;
	border-top: 1px solid rgba(29, 38, 48, 0.15);
	margin: 4px 0 10px;
}

.organizacion-page .org-block {
	margin: 0 0 8px;
	line-height: 1.6;
}

.organizacion-page .org-block--who {
	height: 110px;
}

.organizacion-page .org-block span {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--gray-600);
	margin-bottom: 2px;
}

.organizacion-page .bandada-section .text-panel {
	background: rgba(0, 0, 0, 0.14);
}

.organizacion-page .text-panel p:first-child {
	margin-top: 0;
}

.organizacion-page .text-panel p:last-child {
	margin-bottom: 0;
}

.organizacion-page .bandada-grid {
	display: flex;
	gap: 24px;
	align-items: stretch;
	overflow: hidden;
}

.organizacion-page .bandada-text {
	flex: 0 0 65%;
}

.organizacion-page .bandada-text h2 {
	margin-bottom: 6px;
}

.organizacion-page .bandada-media {
	flex: 0 0 35%;
	display: flex;
	align-self: stretch;
	align-items: center;
	justify-content: center;
	padding: 14px 16px 10px 8px;
}

.organizacion-page .bandada-media img {
	width: 92%;
	height: auto;
	max-height: 80%;
	object-fit: contain;
	border-radius: var(--radius-sm);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

@media (max-width: 900px) {
	.organizacion-page .bandada-grid {
		flex-direction: column;
	}

	.organizacion-page .bandada-media {
		flex-basis: auto;
		max-width: 320px;
	}
}

.organizacion-page .card {
	color: var(--gray-900);
	text-shadow: none;
}

.organizacion-page .card h1,
.organizacion-page .card h2,
.organizacion-page .card h3,
.organizacion-page .card p,
.organizacion-page .card li,
.organizacion-page .card span {
	color: inherit;
	text-shadow: none;
}

.escultismo-page .list {
	color: #ffffff;
}

.escultismo-page .text-panel {
	background: rgba(0, 0, 0, 0.20);
	border-radius: 16px;
	padding: 16px 20px;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.escultismo-page .text-panel p:first-child {
	margin-top: 0;
}

.escultismo-page .text-panel p:last-child,
.escultismo-page .text-panel ul:last-child {
	margin-bottom: 0;
}

.escultismo-page .secciones-hero-content p {
	max-width: 60%;
}

.escultismo-page .scout-origin-text p {
	line-height: 1.85;
	margin-bottom: 16px;
}

.escultismo-page .scout-origin-text p:last-child {
	margin-bottom: 0;
}

.escultismo-page .scout-origin-grid {
	display: flex;
	gap: 24px;
	align-items: stretch;
}

.escultismo-page .scout-origin-text {
	flex: 0 0 60%;
}

.escultismo-page .scout-origin-media {
	flex: 0 0 40%;
	max-width: none;
	display: flex;
	align-self: stretch;
}

.escultismo-page .scout-origin-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--radius-sm);
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.escultismo-page .ley-scout-grid {
	display: flex;
	gap: 24px;
	align-items: stretch;
}

.escultismo-page .ley-scout-text {
	flex: 1 1 auto;
}

.escultismo-page .ley-scout-media {
	flex: 0 0 32%;
	max-width: 340px;
	display: flex;
	align-self: stretch;
}

.escultismo-page .ley-scout-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--radius-sm);
	border: 2px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.escultismo-page #ley-scout .list {
	line-height: 1.95;
	columns: 2;
	column-gap: 28px;
}

.escultismo-page #ley-scout .list li {
	margin-bottom: 10px;
	break-inside: avoid;
}

.escultismo-page #ley-scout .list li::marker {
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
	.escultismo-page .scout-origin-grid {
		flex-direction: column;
	}

	.escultismo-page .scout-origin-media {
		flex-basis: auto;
		max-width: 280px;
	}

	.escultismo-page .ley-scout-grid {
		flex-direction: column;
	}

	.escultismo-page .ley-scout-media {
		flex-basis: auto;
		max-width: 320px;
	}
}

.escultismo-page .card {
	color: var(--gray-900);
	text-shadow: none;
}

.escultismo-page .card h1,
.escultismo-page .card h2,
.escultismo-page .card h3,
.escultismo-page .card p,
.escultismo-page .card li,
.escultismo-page .card span {
	color: inherit;
	text-shadow: none;
}

.escultismo-page #valores .card {
	min-height: 220px;
	height: auto;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.escultismo-page #valores .grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.escultismo-page #valores .card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 30px rgba(29, 38, 48, 0.18);
	border-color: rgba(255, 255, 255, 0.35);
}

.grupo-page main,
.grupo-page main h1,
.grupo-page main h2,
.grupo-page main h3,
.grupo-page main p,
.grupo-page main li,
.grupo-page main span,
.grupo-page main a {
	color: #ffffff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.grupo-page .card,
.grupo-page .timeline-item,
.grupo-page .team-card {
	color: var(--gray-900);
	text-shadow: none;
}

.grupo-page .card h1,
.grupo-page .card h2,
.grupo-page .card h3,
.grupo-page .card p,
.grupo-page .card li,
.grupo-page .timeline-item h1,
.grupo-page .timeline-item h2,
.grupo-page .timeline-item h3,
.grupo-page .timeline-item p,
.grupo-page .team-card h1,
.grupo-page .team-card h2,
.grupo-page .team-card h3,
.grupo-page .team-card p,
.grupo-page .team-card span {
	color: inherit;
	text-shadow: none;
}

.conocenos-page main {
	background: url("../img/camis_sol.jpeg") center 40% / cover no-repeat fixed;
	position: relative;
}

.conocenos-page main::before {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 0;
	pointer-events: none;
}

.conocenos-page main > * {
	position: relative;
	z-index: 1;
}

.conocenos-page section,
.conocenos-page section:nth-of-type(even),
.conocenos-page .page-hero,
.conocenos-page .section-alt {
	background: transparent !important;
}
.conocenos-page main,
.conocenos-page main h1,
.conocenos-page main h2,
.conocenos-page main h3,
.conocenos-page main p,
.conocenos-page main li,
.conocenos-page main span,
.conocenos-page main a {
	color: #ffffff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.conocenos-page .card,
.conocenos-page .faq-item,
.conocenos-page .info-card {
	color: var(--gray-900);
	text-shadow: none;
}

.conocenos-page .card h1,
.conocenos-page .card h2,
.conocenos-page .card h3,
.conocenos-page .card p,
.conocenos-page .card li,
.conocenos-page .faq-item h1,
.conocenos-page .faq-item h2,
.conocenos-page .faq-item h3,
.conocenos-page .faq-item p,
.conocenos-page .info-card h1,
.conocenos-page .info-card h2,
.conocenos-page .info-card h3,
.conocenos-page .info-card p,
.conocenos-page .info-card li,
.conocenos-page .info-card span {
	color: inherit;
	text-shadow: none;
}

.conocenos-page .card p,
.conocenos-page .faq-item p,
.conocenos-page .info-card p {
	color: var(--gray-600);
}

.conocenos-page .card a,
.conocenos-page .faq-item a,
.conocenos-page .info-card a,
.conocenos-page .contact-blocks a,
.conocenos-page .map-block a {
	color: var(--red-600);
	text-shadow: none;
}

.conocenos-page .contact-section .section-heading p {
	max-width: 980px;
}

.conocenos-page .contact-section .contact-blocks {
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.contact-preview .contact-blocks {
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.conocenos-page .contact-section .contact-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 22px 24px;
	box-shadow: 0 12px 22px rgba(29, 38, 48, 0.12);
	border: 1px solid rgba(29, 38, 48, 0.08);
}

.contact-preview .contact-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 22px 24px;
	box-shadow: 0 12px 22px rgba(29, 38, 48, 0.12);
	border: 1px solid rgba(29, 38, 48, 0.08);
}

.conocenos-page .contact-section .contact-card-primary {
	border-top: 3px solid rgba(47, 174, 102, 0.28);
	border: 2px solid rgba(47, 118, 227, 0.18);
	box-shadow: 0 16px 26px rgba(29, 38, 48, 0.14);
}

.contact-preview .contact-card-primary {
	border-top: 3px solid rgba(47, 174, 102, 0.28);
	border: 2px solid rgba(47, 118, 227, 0.18);
	box-shadow: 0 16px 26px rgba(29, 38, 48, 0.14);
}

.conocenos-page .contact-section .contact-card-secondary {
	border-top: 3px solid rgba(47, 111, 219, 0.25);
	box-shadow: 0 10px 18px rgba(29, 38, 48, 0.1);
}

.contact-preview .contact-card-secondary {
	border-top: 3px solid rgba(47, 111, 219, 0.25);
	box-shadow: 0 10px 18px rgba(29, 38, 48, 0.1);
}

.conocenos-page .contact-section .contact-subtitle {
	margin: 4px 0 12px;
	font-size: 0.92rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--gray-600);
	font-weight: 700;
}

.contact-preview .contact-subtitle {
	margin: 4px 0 12px;
	font-size: 0.92rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--gray-600);
	font-weight: 700;
}

.conocenos-page .contact-section .contact-note {
	margin-top: 12px;
	color: var(--gray-600);
	font-weight: 600;
}

.contact-preview .contact-note {
	margin-top: 12px;
	color: var(--gray-600);
	font-weight: 600;
}

.conocenos-page .contact-card-secondary .contact-note,
.contact-preview .contact-card-secondary .contact-note {
	margin-top: 18px;
}

.conocenos-page .contact-section .contact-socials {
	list-style: none;
	padding: 0;
	margin: 8px 0 12px;
	display: grid;
	gap: 16px;
}

.contact-preview .contact-socials {
	list-style: none;
	padding: 0;
	margin: 8px 0 12px;
	display: grid;
	gap: 16px;
}

.conocenos-page .contact-section .contact-socials a {
	color: var(--blue-700);
	font-weight: 700;
	text-decoration: underline;
}

.contact-preview .contact-socials a {
	color: var(--blue-700);
	font-weight: 700;
	text-decoration: underline;
}

.conocenos-page .contact-section .contact-socials a.is-secondary {
	color: var(--gray-600);
	font-weight: 600;
}

.contact-preview .contact-socials a.is-secondary {
	color: var(--gray-600);
	font-weight: 600;
}

.contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	font-size: 0.85rem;
	margin-right: 8px;
	background: rgba(29, 38, 48, 0.08);
	color: var(--gray-900);
}

img.contact-icon {
	width: 20px;
	height: 20px;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
}

.icon-email {
	color: #2f6fdb;
}

.icon-whatsapp {
	color: #2fae66;
}

.icon-instagram {
	color: #e5533d;
}

.icon-facebook {
	color: #5f6f8d;
	font-weight: 700;
}

.link-email {
	color: #2f6fdb;
}

.link-whatsapp {
	color: #2fae66;
}

.link-instagram {
	color: #e5533d;
}

.link-facebook {
	color: #5f6f8d;
}

.conocenos-page .contact-section .contact-blocks a,
.conocenos-page .contact-section .info-card a,
.conocenos-page .contact-section .map-block a {
	color: var(--blue-700);
	text-shadow: none;
}

.contact-preview .contact-blocks a,
.contact-preview .info-card a,
.contact-preview .map-block a {
	color: var(--blue-700);
	text-shadow: none;
}

@media (max-width: 720px) {
	.conocenos-page .contact-section .contact-blocks {
		grid-template-columns: 1fr;
	}

	.contact-preview .contact-blocks {
		grid-template-columns: 1fr;
	}
}

.secciones-index .section-heading,
.secciones-index .section-heading h2,
.secciones-index .section-heading p {
	color: #ffffff;
}

.secciones-index .section-heading h2 {
	border-bottom: none;
}

.secciones-index .section-heading h2::after {
	content: none;
}


.secciones-index .card,
.secciones-index .card h3,
.secciones-index .card p,
.secciones-index .card .text-link {
	text-align: center;
}

.secciones-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.secciones-tags .tag {
	margin-bottom: 0;
	border: none;
	backdrop-filter: none;
}

.tag-manada {
	background: transparent;
	color: #fff7ef;
}

.tag-tropa {
	background: transparent;
	color: #f3fff9;
}

.tag-esculta {
	background: transparent;
	color: #fff6f0;
}

.tag-clan {
	background: transparent;
	color: #fff1f3;
}

.lobatos-hero {
	background: linear-gradient(135deg, var(--manada-yellow), #d9f2b4 55%, #cfe5ff 100%);
	position: relative;
	overflow: hidden;
}

.lobatos-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: none;
	opacity: 0;
}

.hero-lobatos {
	position: relative;
	z-index: 1;
	align-items: center;
}

.lobatos-hero .hero-content {
	background: rgba(255, 255, 255, 0.01);
	padding: 32px 36px;
	border-radius: 20px;
	backdrop-filter: blur(6px);
	box-shadow: 0 12px 28px rgba(29, 38, 48, 0.08);
	line-height: 1.4;
}

.lobatos-hero .hero-content h1 {
	font-family: "Poppins", "Nunito", sans-serif;
	color: var(--manada-orange);
	font-size: clamp(3.2rem, 6vw, 4.4rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-shadow: 0 2px 4px rgba(229, 117, 46, 0.45);
}

.lobatos-hero .hero-title {
	display: block;
}

.lobatos-hero .hero-subtitle {
	display: block;
	margin-top: 10px;
	font-size: clamp(1.6rem, 3vw, 1.9rem);
	font-weight: 600;
	color: #f8fce2;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.scouts-page .lobatos-hero {
	background: transparent;
}

.scouts-page .lobatos-hero .hero-content h1 {
	color: #167353;
	text-shadow: 0 2px 4px rgba(22, 115, 83, 0.4);
}

.scouts-page .lobatos-hero .hero-subtitle {
	color: #0f3f2d;
}

.escultas-page .lobatos-hero .hero-content h1 {
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(95, 70, 58, 0.4);
}

.escultas-page .lobatos-hero .hero-subtitle {
	color: #ffffff;
	text-shadow: 0 2px 6px rgba(95, 70, 58, 0.4);
}

.clan-page .lobatos-hero {
	background: linear-gradient(135deg, #d2061e, #f25f5f 55%, #ffd1d1 100%);
}

.clan-page .lobatos-hero .hero-content h1 {
	color: #d61a2b;
	text-shadow: 0 2px 4px rgba(214, 26, 43, 0.45);
}

.clan-page .lobatos-hero .hero-subtitle {
	color: #d61a2b;
}

.scouts-page .commitment-card {
	background: linear-gradient(135deg, #e7f7ee 0%, #f0fff7 55%, #f7fffb 100%);
	border: 2px solid rgba(22, 115, 83, 0.2);
}

.scouts-page .commitment-lema {
	color: #167353;
	background: rgba(47, 158, 102, 0.22);
}

.scouts-page .commitment-title {
	color: #0f3f2d;
}

.scouts-page .commitment-block {
	border-top: 1px solid rgba(22, 115, 83, 0.25);
}

.scouts-page .commitment-icon {
	background: rgba(22, 115, 83, 0.16);
}

.lobatos-page .hero-content .text-link {
	color: #ffffff;
}

.lobatos-subtitle {
	color: var(--manada-orange);
	font-weight: 700;
}

.lobatos-cta {
	padding: 30px 0 60px;
	background: transparent;
}

.scouts-page .lobatos-cta {
	background: transparent !important;
}

.lobatos-cta .cta-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 22px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 247, 240, 0.9), rgba(237, 246, 255, 0.9));
	border: 1px solid rgba(30, 75, 145, 0.12);
	box-shadow: 0 10px 24px rgba(29, 38, 48, 0.08);
}

.lobatos-cta .cta-question {
	margin: 0;
	font-family: "Poppins", "Nunito", sans-serif;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	color: #1d2630;
	font-weight: 600;
}

.lobatos-cta .cta-link {
	font-size: 0.98rem;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	background: var(--manada-orange);
	padding: 12px 18px;
	border-radius: 999px;
	text-align: center;
	min-width: 50%;
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
}

.lobatos-cta .cta-link:hover {
	background: #cf6423;
	box-shadow: 0 10px 18px rgba(29, 38, 48, 0.16);
	transform: translateY(-1px);
}

.scouts-page .lobatos-cta .cta-link {
	background: linear-gradient(135deg, #2d9a61, #58b27f);
}

.scouts-page .lobatos-cta .cta-link:hover {
	background: linear-gradient(135deg, #268451, #4aa36f);
}

.escultas-page .lobatos-cta .cta-link {
	background: linear-gradient(135deg, #75594b, #9a7a67);
}

.escultas-page .lobatos-cta .cta-link:hover {
	background: linear-gradient(135deg, #644a3e, #876755);
}

.clan-page .lobatos-cta .cta-link {
	background: linear-gradient(135deg, #d2061e, #f25f5f);
}

.clan-page .lobatos-cta .cta-link:hover {
	background: linear-gradient(135deg, #b3051a, #e04949);
}

.organizacion-page .lobatos-cta .cta-link {
	background: linear-gradient(135deg, #2f76e3, #4b94f0);
}

.organizacion-page .lobatos-cta .cta-link:hover {
	background: linear-gradient(135deg, #1e4b91, #2f76e3);
}

@media (max-width: 720px) {
	.lobatos-cta .cta-card {
		flex-direction: column;
		align-items: flex-start;
	}
}

.hero-figure {
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 18px 32px rgba(29, 38, 48, 0.2);
	border: 4px solid rgba(255, 255, 255, 0.7);
}

.hero-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scouts-page .hero-figure img {
	transform: scale(1.24) translate(var(--tropa-hero-shift-x, 0%), var(--tropa-hero-shift-y, 0%));
	transform-origin: center;
	object-position: var(--tropa-hero-x, 50%) var(--tropa-hero-y, 50%);
}

.scouts-page .hero-figure {
	--tropa-hero-x: 50%;
	--tropa-hero-y: 50%;
	--tropa-hero-shift-x: -3%;
	--tropa-hero-shift-y: 2%;
}

.lobatos-intro {
	background: #fff;
}

.lobatos-intro h2 {
	color: var(--manada-green);
}

.lobatos-media img {
	width: 100%;
	border-radius: 18px;
	box-shadow: 0 16px 24px rgba(29, 38, 48, 0.12);
	border: 3px solid rgba(229, 117, 46, 0.22);
}

.commitment-media img {
	border: 4px solid #ffffff;
	box-shadow: 0 18px 30px rgba(29, 38, 48, 0.18);
	max-width: 100%;
}

.lobatos-commitment .two-column {
	align-items: center;
}

.escultas-page .lobatos-commitment .two-column {
	align-items: stretch;
}

.clan-page .lobatos-commitment .two-column {
	align-items: stretch;
}

.escultas-page .commitment-media {
	height: 100%;
}

.clan-page .commitment-media {
	height: 100%;
	display: flex;
	align-items: stretch;
}

.escultas-page .commitment-media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.clan-page .commitment-media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.clan-page .lobatos-commitment .lobatos-media {
	width: min(520px, 100%);
	aspect-ratio: 640 / 465;
	height: auto;
	overflow: hidden;
	justify-self: center;
}

.clan-page .clan-commitment-photo {
	object-position: 50% center;
}

.commitment-card {
	background: linear-gradient(135deg, #fff7da 0%, #f5ffe6 55%, #fffdf4 100%);
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 18px 32px rgba(29, 38, 48, 0.16);
	border: 2px solid rgba(229, 117, 46, 0.18);
}

.commitment-title {
	font-family: "Poppins", "Nunito", sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.3rem);
	color: #1f3765;
	margin: 0 0 6px;
}

.commitment-lema {
	font-family: "Pacifico", "Fredoka", cursive;
	font-size: 1.6rem;
	color: var(--manada-orange);
	background: rgba(247, 216, 107, 0.35);
	padding: 8px 16px;
	border-radius: 999px;
	display: inline-block;
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
	margin: 0 0 16px;
}

.commitment-intro {
	color: var(--gray-600);
	margin: 0 0 16px;
}

.commitment-block {
	display: grid;
	grid-template-columns: 28px 1fr;
	column-gap: 10px;
	align-items: start;
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px solid rgba(229, 117, 46, 0.25);
	color: var(--gray-600);
}

.commitment-block p {
	margin: 0;
	line-height: 1.6;
}

.commitment-block:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.commitment-icon {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: rgba(229, 117, 46, 0.15);
	font-size: 1.1rem;
	line-height: 1;
	margin-top: 2px;
}

.value-list {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.value-card {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 12px;
	padding: 14px 16px;
	background: linear-gradient(135deg, #fff7e6, #ffffff 60%);
	border-radius: 16px;
	border: 2px solid rgba(229, 117, 46, 0.2);
	box-shadow: 0 10px 18px rgba(29, 38, 48, 0.08);
}

.value-icon {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--manada-yellow-soft);
	display: grid;
	place-items: center;
	font-size: 1.2rem;
}

.lobatos-commitment .badge-lobatos {
	background: #fff4dd;
	color: var(--manada-orange);
	border: 2px solid rgba(229, 117, 46, 0.35);
}

.commitment-symbol {
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(229, 117, 46, 0.16);
	font-weight: 600;
}

.lobatos-journey {
	background: transparent;
}

.scouts-page .lobatos-journey {
	background: transparent !important;
}

.lobatos-journey .section-heading h2,
.lobatos-journey .section-heading p {
	color: #ffffff;
	font-weight: 800;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.lobatos-journey .section-heading h2 {
	font-size: clamp(2.4rem, 4vw, 3.1rem);
}
.betelgeuse-today-page {
	background: #f6efe4;
	position: relative;
}
.betelgeuse-today-page::before {
	content: "";
	position: fixed;
	inset: 0;
	background: url("../img/corcho.png") center/cover no-repeat;
	filter: blur(1px);
	opacity: 0.75;
	z-index: -2;
}
.betelgeuse-today-page::after {
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(245, 236, 222, 0.03);
	z-index: -1;
}
.betelgeuse-today-main {
	padding: 24px 0 70px;
}

.betelgeuse-today-page section,
.betelgeuse-today-page .section-alt,
.betelgeuse-today-page .page-hero,
.betelgeuse-today-page .today-header,
.betelgeuse-today-page .betelgeuse-today-board {
	background: transparent !important;
}
.today-header {
	padding: 40px 0 14px;
}
.today-header h1 {
	margin: 0 0 8px;
	font-size: clamp(2.6rem, 5vw, 3.6rem);
	color: var(--gray-900);
}
.today-header p {
	margin: 0;
	font-size: 1.05rem;
	color: #000000;
}
.betelgeuse-today-board {
	padding: 18px 0 50px;
}
.today-board {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.today-paper {
	background: #fffdf7;
	border-radius: 18px;
	box-shadow:
		0 20px 30px rgba(29, 38, 48, 0.14),
		0 6px 10px rgba(29, 38, 48, 0.08);
	border: 1px solid rgba(29, 38, 48, 0.08);
	padding: 12px;
	transform: rotate(-0.3deg);
}
.pdf-viewer {
	width: 100%;
	height: 60vh;
	min-height: 420px;
	border: none;
	background: #ffffff;
	border-radius: 12px;
}
.pdf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}
.pdf-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: #1e4b91;
	color: #ffffff;
	font-weight: 700;
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.pdf-download:hover {
	background: #163c73;
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(29, 38, 48, 0.16);
}
.pdf-open {
	color: #2f76e3;
	font-weight: 600;
}
.today-postit {
	position: absolute;
	top: -18px;
	right: 6%;
	background: transparent;
	color: #4b5b6b;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 0.92rem;
	font-weight: 600;
	transform: rotate(1.5deg);
}
.today-pin {
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #d2061e;
	box-shadow: 0 6px 10px rgba(29, 38, 48, 0.18);
}
.today-pin::after {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 18px;
	background: #8f0d1f;
	border-radius: 2px;
}
@media (max-width: 720px) {
	.today-postit {
		position: static;
		align-self: flex-end;
		margin-bottom: 4px;
	}
	.today-paper {
		transform: none;
	}
	.pdf-viewer {
		height: 60vh;
		min-height: 360px;
	}
}

.lobatos-journey .section-heading p {
	font-size: 1.1rem;
}

.journey-steps {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.tropa-progress .journey-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: center;
}

.tropa-progress .journey-side {
	min-height: auto;
	background:
		linear-gradient(
			135deg,
			rgba(47, 118, 227, 0.1) 0%,
			rgba(22, 115, 83, 0.1) 30%,
			rgba(47, 118, 227, 0.1) 50%,
			rgba(216, 58, 58, 0.1) 56%,
			rgba(47, 118, 227, 0.1) 70%
		),
		linear-gradient(135deg, #f9fbff 0%, #f6fffb 55%, #fffafb 100%);
	border: 4px solid rgba(216, 58, 58, 0.45);
	border-radius: 18px;
	box-shadow: 0 14px 26px rgba(29, 38, 48, 0.14);
	transition: box-shadow 0.25s ease, border-color 0.25s ease;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: stretch;
	align-self: center;
}

.tropa-progress .journey-side:hover {
	box-shadow:
		0 18px 32px rgba(29, 38, 48, 0.16),
		0 0 22px rgba(216, 58, 58, 0.45),
		0 0 40px rgba(216, 58, 58, 0.3);
	border-color: rgba(216, 58, 58, 0.7);
	transform: translateY(-2px);
}

.tropa-progress .journey-side-title {
	margin: 0;
	font-size: clamp(1.4rem, 2.4vw, 1.8rem);
	color: #0f3f2d;
}

.tropa-progress .journey-side-text p {
	margin: 0 0 6px;
	color: #000000;
}

.tropa-progress .journey-side-salute {
	display: block;
	width: min(200px, 100%);
	margin: 10px auto 6px;
}

.tropa-progress .journey-side-photo {
	display: none;
}

.tropa-progress .journey-card {
	flex-direction: column;
	align-items: center;
	gap: 2px;
	justify-content: flex-start;
	padding: 14px 16px;
}

.tropa-progress .journey-content {
	width: 100%;
	margin-bottom: 0;
	flex: 0 1 auto;
}

.tropa-progress .journey-card .journey-content h3 {
	color: var(--manada-orange);
	margin: 0 0 4px;
}

.tropa-progress .journey-stage-title {
	color: var(--manada-green);
	margin: 0 0 4px;
}

.tropa-progress .journey-content p {
	margin: 0 0 2px;
}

.tropa-progress .journey-content p:last-child {
	margin-bottom: 0;
}

.tropa-progress .journey-media {
	width: 100%;
	justify-content: center;
	align-self: center;
	margin-top: 2px;
	flex: 0 1 auto;
	height: 190px;
	align-items: center;
	border-radius: 16px;
	border: 2px solid rgba(229, 117, 46, 0.25);
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
	background: #fff;
	overflow: hidden;
}

.tropa-progress .journey-media img {
	width: 70%;
	max-width: 70%;
	height: 70%;
	object-fit: contain;
	border: none;
	box-shadow: none;
}

.journey-card {
	background: #fff;
	border-radius: 18px;
	padding: 20px;
	border: 2px solid rgba(47, 118, 227, 0.18);
	box-shadow: 0 12px 20px rgba(29, 38, 48, 0.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.lobatos-page .lobatos-journey .journey-card:hover {
	box-shadow:
		0 18px 32px rgba(29, 38, 48, 0.16),
		0 0 22px rgba(247, 216, 107, 0.6),
		0 0 40px rgba(247, 216, 107, 0.35);
	border-color: rgba(247, 216, 107, 0.8);
	transform: translateY(-2px);
}

.scouts-page .tropa-progress .journey-card:hover {
	box-shadow:
		0 18px 32px rgba(29, 38, 48, 0.16),
		0 0 22px rgba(45, 154, 97, 0.55),
		0 0 40px rgba(45, 154, 97, 0.32);
	border-color: rgba(45, 154, 97, 0.75);
	transform: translateY(-2px);
}

.journey-card h3 {
	color: var(--manada-green);
}

.journey-card.akela-card {
	background: linear-gradient(135deg, #fff7d9 0%, #f7ffe6 55%, #eef7ff 100%);
	border: 2px solid rgba(22, 115, 83, 0.28);
	box-shadow: 0 18px 32px rgba(29, 38, 48, 0.16);
}

.journey-card.akela-card h3 {
	color: #2b6b52;
	font-size: 1.05rem;
	margin-bottom: 4px;
}

.journey-card.baloo-card {
	background: linear-gradient(135deg, #fff0c2 0%, #e8fff4 55%, #f0f2ff 100%);
	border: 2px solid rgba(229, 117, 46, 0.28);
	box-shadow: 0 18px 32px rgba(29, 38, 48, 0.16);
}

.journey-card.baloo-card h3 {
	color: #2f6b52;
	font-size: 1.05rem;
	margin-bottom: 4px;
}

.journey-card.bagheera-card {
	background: linear-gradient(135deg, #ffe9dc 0%, #f6ffea 60%, #eef6ff 100%);
	border: 2px solid rgba(210, 6, 30, 0.2);
	box-shadow: 0 18px 32px rgba(29, 38, 48, 0.16);
}

.journey-card.bagheera-card h3 {
	color: #2e5f50;
	font-size: 1.05rem;
	margin-bottom: 4px;
}

.journey-stage-title {
	font-family: "Fredoka", "Nunito", "Trebuchet MS", "Segoe Print", "Comic Sans MS", cursive;
	font-size: 1.85rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #c6542b;
	margin: 6px 0 10px;
}

.journey-icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	background: rgba(229, 117, 46, 0.15);
	margin-right: 8px;
	font-size: 1rem;
}

.akela-illustration {
	width: 128px;
	height: 128px;
	border-radius: 20px;
	border: 2px solid rgba(229, 117, 46, 0.3);
	box-shadow: 0 10px 18px rgba(29, 38, 48, 0.12);
	background: #fff;
}

.journey-content {
	flex: 1 1 260px;
}

.journey-media {
	flex: 0 0 240px;
	display: flex;
	justify-content: flex-end;
	align-self: stretch;
	align-items: center;
}

.journey-media img {
	width: 240px;
	height: 75%;
	object-fit: cover;
	border-radius: 16px;
	border: 2px solid rgba(229, 117, 46, 0.25);
	box-shadow: 0 8px 16px rgba(29, 38, 48, 0.12);
}

.lobatos-page .lobatos-journey .journey-media img {
	width: 100%;
	height: auto;
	object-fit: contain;
	background: #fff;
}

.journey-card.akela-card .akela-illustration {
	width: 240px;
	height: 75%;
}

.section-alt {
	background: #fff;
	border-top: none;
	border-bottom: none;
	position: relative;
}

.section-alt::before,
.section-alt::after {
	content: "";
	position: absolute;
	left: 5%;
	right: 5%;
	height: 0;
	background: none;
}

.section-alt::before {
	top: 12px;
}

.section-alt::after {
	bottom: 12px;
}

.two-column {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 28px;
	align-items: start;
}

.list {
	display: grid;
	gap: 8px;
	padding-left: 18px;
	color: var(--gray-600);
}

.timeline {
	display: grid;
	gap: 16px;
}

.timeline-item {
	padding: 18px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--gray-100);
	background: #fff;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 18px;
}

.team-card {
	padding: 16px;
	border-radius: var(--radius-sm);
	background: #fff;
	border: 1px solid var(--gray-100);
}

.badge {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	background: rgba(107, 63, 160, 0.15);
	color: var(--purple-600);
}

.faq {
	display: grid;
	gap: 12px;
}

.faq-item {
	padding: 18px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--gray-100);
	background: #fff;
}

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

.calendar-item {
	display: grid;
	gap: 6px;
	padding: 16px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--gray-100);
	background: #fff;
}

.media-placeholder.large {
	height: 220px;
}

.specialties-grid {
	align-items: stretch;
}

.specialty-card {
	min-height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 8px;
	padding: 14px;
	border: 2px solid rgba(22, 115, 83, 0.7);
	transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
		linear-gradient(145deg, rgba(10, 62, 36, 0.3), rgba(255, 255, 255, 0.88) 42%, rgba(22, 115, 83, 0.3) 100%),
		linear-gradient(160deg, #bfe3d3 0%, #e6f7ef 50%, #c6e8da 100%);
	box-shadow: 0 12px 22px rgba(10, 62, 36, 0.16), inset 0 2px 4px rgba(255, 255, 255, 0.75);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	transform: translateY(-2px);
}

.specialty-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 28px rgba(10, 62, 36, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.75);
	border-color: rgba(22, 115, 83, 0.85);
}

.specialty-card::after {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: calc(var(--radius) - 10px);
	border: 1px dashed rgba(22, 115, 83, 0.45);
	pointer-events: none;
}

.specialty-card h3 {
	margin: 0;
	font-size: 1rem;
	color: #0f3f2d;
}

.specialty-image {
	width: 80px;
	height: 80px;
	object-fit: contain;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.7);
	padding: 8px;
}

.specialty-card.is-more {
	justify-content: center;
}

.specialty-card.is-more h3 {
	font-size: 1.05rem;
	color: #0f3f2d;
}

.scouts-specialties .section-heading h2,
.scouts-specialties .section-heading p,
.patrullas-section .section-heading h2,
.patrullas-section .section-heading p,
.patrullas-subtitle {
	color: #ffffff;
	font-weight: 800;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.scouts-page .patrullas-subtitle {
	color: #ffffff !important;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.5);
}

.patrullas-section {
	background: transparent;
}

.scouts-page .patrullas-section {
	background: transparent !important;
}

.scouts-page .scouts-specialties {
	padding-top: 1px;
}

.scouts-page .patrullas-section {
	padding-top: 1px;
}

.patrullas-grid {
	display: grid;
	gap: 18px;
}

.patrulla-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
}

.patrulla-item .patrulla-card {
	width: 100%;
}

.patrulla-caption {
	margin: 6px 0 0;
	text-align: center;
	font-size: 0.95rem;
	color: #ffffff;
}

.patrullas-grid-main {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 18px;
}

.patrullas-grid-secondary {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.patrullas-subtitle {
	margin: 0 0 12px;
	font-weight: 700;
	color: #0f3f2d;
}

.patrulla-card {
	border: 2px solid rgba(22, 115, 83, 0.25);
	background: linear-gradient(150deg, #e2f6ec, #f6fff9 65%);
	text-align: center;
	display: grid;
	place-items: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.patrulla-card[data-audio] {
	cursor: pointer;
}

.patrulla-card[data-audio]:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.9);
	outline-offset: 4px;
}

.patrulla-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 24px rgba(15, 63, 45, 0.18);
}

.patrulla-card h3 {
	margin: 0;
	color: #0f3f2d;
}

.patrulla-card-lg {
	min-height: 140px;
}

.patrulla-card-sm {
	min-height: 100px;
}

.patrulla-card-ciervos {
	border-color: rgba(110, 58, 6, 0.75);
	background: linear-gradient(150deg, rgba(199, 157, 126, 0.42), rgba(241, 223, 210, 0.85) 55%),
		url("../img/tropa/c_ciervos.png") center 30% / cover no-repeat;
}

.patrulla-card-flamencos {
	border-color: rgba(206, 91, 164, 0.65);
	background: linear-gradient(150deg, rgba(252, 216, 255, 0.44), rgba(255, 242, 244, 0.85) 35%),
		url("../img/tropa/c_flamencos.png") center 17% / cover no-repeat;
}

.patrulla-card-morsas {
	border-color: rgba(40, 90, 140, 0.35);
	background: linear-gradient(150deg, rgba(190, 225, 255, 0.6), rgba(230, 245, 255, 0.82) 65%),
		url("../img/tropa/c_morsas.png") center/cover no-repeat;
}

.patrulla-card-mapaches {
	border-color: rgba(22, 115, 83, 0.4);
	background: linear-gradient(150deg, rgba(200, 240, 220, 0.6), rgba(230, 250, 240, 0.82) 65%),
		url("../img/tropa/c_mapaches.png") center/cover no-repeat;
}

.patrulla-card-murcielagos {
	border-color: rgba(60, 60, 70, 0.45);
	background: linear-gradient(150deg, rgba(45, 45, 55, 0.55), rgba(210, 210, 220, 0.55) 65%),
		url("../img/tropa/c_murcielagos.png") center/cover no-repeat;
}

.patrulla-card-chacales {
	border-color: rgba(170, 120, 10, 0.45);
	background: linear-gradient(150deg, rgba(255, 225, 150, 0.55), rgba(255, 244, 205, 0.75) 65%),
		url("../img/tropa/c_chacales.png") center/cover no-repeat;
}

@media (max-width: 980px) {
	.site-nav {
		display: none;
	}

	.menu-toggle {
		display: flex;
	}

	.mobile-nav.is-open {
		display: flex;
	}
}

@media (max-width: 720px) {
	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.tropa-progress .journey-split {
		grid-template-columns: 1fr;
	}
}
