.osws-footer {
	--osws-footer-accent: #2ac7c0;
	--osws-footer-strip-bg: #18d7e0;
	--osws-footer-bg: #060809;
	--osws-footer-text: #eef1f4;
	--osws-footer-muted: rgba(238, 241, 244, 0.68);
	--osws-footer-border: rgba(255, 255, 255, 0.09);
	--osws-footer-surface: rgba(255, 255, 255, 0.035);
	position: relative;
	color: var(--osws-footer-text);
	background: var(--osws-footer-bg);
	font-size: 16px;
	line-height: 1.55;
}

.osws-footer *,
.osws-footer *::before,
.osws-footer *::after {
	box-sizing: border-box;
}

.osws-footer a {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
	.osws-footer a:hover {
		color: var(--osws-footer-accent);
	}
}

.osws-footer a:focus {
	outline: none;
}

.osws-footer a:focus-visible {
	outline: 2px solid var(--osws-footer-accent);
	outline-offset: 3px;
	border-radius: 3px;
}

.osws-footer__strip {
	position: relative;
	background: var(--osws-footer-strip-bg);
	padding-block: clamp(1.75rem, 3vw, 2.5rem);
	padding-inline: clamp(1rem, 3vw, 2.25rem);
	overflow: hidden;
	border-block: 1px solid rgba(255, 255, 255, 0.25);
}

.osws-footer__strip::before,
.osws-footer__strip::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: clamp(40px, 6vw, 80px);
	z-index: 2;
	pointer-events: none;
}

.osws-footer__strip::before {
	left: 0;
	background: linear-gradient(90deg, var(--osws-footer-strip-bg) 0%, rgba(24, 215, 224, 0) 100%);
}

.osws-footer__strip::after {
	right: 0;
	background: linear-gradient(270deg, var(--osws-footer-strip-bg) 0%, rgba(24, 215, 224, 0) 100%);
}

.osws-footer__strip-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: clamp(2.5rem, 5vw, 5rem);
	max-width: 1440px;
	margin-inline: auto;
}

.osws-footer__strip-logo {
	display: block;
	flex: 0 0 auto;
	height: clamp(56px, 7vw, 88px);
	width: auto;
	object-fit: contain;
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
	opacity: 0.98;
}

@media (max-width: 760px) {
	.osws-footer__strip {
		display: none;
	}
}

.osws-footer__main {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.osws-footer__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url('https://omarsanchezwsschool.es/wp-content/uploads/2026/04/ChatGPT-Image-17-abr-2026-12_40_32.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.osws-footer__bg-veil {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(6, 8, 9, 0.78) 0%, rgba(6, 8, 9, 0.88) 100%),
		radial-gradient(80% 60% at 15% 10%, rgba(42, 199, 192, 0.12) 0%, transparent 55%),
		radial-gradient(60% 50% at 95% 95%, rgba(42, 199, 192, 0.08) 0%, transparent 55%);
}

.osws-footer__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1380px;
	margin-inline: auto;
	padding-inline: max(1.1rem, env(safe-area-inset-left, 0px)) max(1.1rem, env(safe-area-inset-right, 0px));
	padding-block: clamp(2.75rem, 6vw, 4.5rem) clamp(1.25rem, 3vw, 1.75rem);
}

.osws-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.88fr) minmax(0, 0.95fr) minmax(0, 1.05fr) minmax(0, 0.92fr);
	gap: clamp(1.25rem, 2.5vw, 2rem) clamp(1.25rem, 2.5vw, 2rem);
	padding-bottom: clamp(2rem, 4vw, 2.75rem);
	border-bottom: 1px solid var(--osws-footer-border);
	align-items: start;
}

@media (min-width: 1101px) {
	.osws-footer__grid > .osws-footer__col {
		border-left: 1px solid rgba(255, 255, 255, 0.08);
		padding-left: clamp(1rem, 2vw, 1.5rem);
	}

	.osws-footer__brand {
		padding-right: clamp(0.35rem, 1.2vw, 0.85rem);
	}
}

@media (max-width: 1100px) {
	.osws-footer__grid {
		grid-template-columns: 1fr 1fr;
	}

	.osws-footer__brand {
		grid-column: 1 / -1;
	}

	.osws-footer__grid > .osws-footer__col {
		border-left: none;
		padding-left: 0;
	}
}

.osws-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	min-width: 0;
}

.osws-footer__logo {
	display: inline-flex;
	align-items: center;
	max-width: 280px;
}

.osws-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100px;
	object-fit: contain;
}

.osws-footer__tagline {
	margin: 0;
	max-width: 28rem;
	font-size: 0.95rem;
	color: var(--osws-footer-muted);
	line-height: 1.6;
}

.osws-footer__social {
	list-style: none;
	margin: 0.3rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.osws-footer__social-link {
	display: inline-grid;
	place-items: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: var(--osws-footer-surface);
	border: 1px solid var(--osws-footer-border);
	color: var(--osws-footer-text);
	transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.osws-footer__social-link iconify-icon {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	font-size: 1.25rem;
	line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
	.osws-footer__social-link:hover {
		color: #0a0a0a;
		background: var(--osws-footer-accent);
		border-color: var(--osws-footer-accent);
		transform: translateY(-2px);
	}
}

.osws-footer__col {
	min-width: 0;
}

.osws-footer__col-title {
	margin: 0 0 0.95rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--osws-footer-accent);
}

.osws-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-size: 0.92rem;
	color: var(--osws-footer-muted);
}

.osws-footer__hours {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-size: 0.88rem;
	color: var(--osws-footer-muted);
}

.osws-footer__hours li {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.6rem;
	align-items: baseline;
	padding-bottom: 0.3rem;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}

.osws-footer__hours li:last-child {
	border-bottom: none;
}

.osws-footer__hours strong {
	color: var(--osws-footer-text);
	font-weight: 700;
	letter-spacing: 0.01em;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.osws-footer__col-note {
	margin: 0.85rem 0 0;
	font-size: 0.78rem;
	line-height: 1.45;
	color: rgba(238, 241, 244, 0.55);
}

.osws-footer__contact {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	font-size: 0.92rem;
}

.osws-footer__contact li {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.osws-footer__contact-label {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(238, 241, 244, 0.55);
}

.osws-footer__contact a,
.osws-footer__contact li > span:last-child {
	color: var(--osws-footer-text);
	font-weight: 600;
	line-height: 1.55;
}

.osws-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.2rem;
	padding: 0.8rem 1.2rem;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #07160c;
	background: #25d366;
	border-radius: 999px;
	border: 1.5px solid #25d366;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
	box-shadow: 0 10px 26px rgba(37, 211, 102, 0.25);
}

@media (hover: hover) and (pointer: fine) {
	.osws-footer__cta:hover {
		background: #21c25c;
		border-color: #21c25c;
		transform: translateY(-1px);
		color: #07160c;
	}
}

.osws-footer__bottom {
	padding-top: clamp(1.25rem, 3vw, 1.75rem);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0.85rem 1.25rem;
	font-size: 0.82rem;
	color: var(--osws-footer-muted);
}

.osws-footer__copy {
	margin: 0;
}

.osws-footer__legal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1rem;
}

.osws-footer__legal a {
	color: var(--osws-footer-muted);
}

@media (max-width: 620px) {
	.osws-footer__grid {
		grid-template-columns: 1fr;
	}

	/* Contenido centrado en móvil (no pegado a la izquierda) */
	.osws-footer__brand {
		align-items: center;
		text-align: center;
	}

	.osws-footer__logo {
		justify-content: center;
		margin-inline: auto;
		max-width: 100%;
	}

	.osws-footer__tagline {
		margin-inline: auto;
		text-align: center;
		max-width: 100%;
	}

	.osws-footer__social {
		justify-content: center;
	}

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

	.osws-footer__col-title {
		text-align: center;
	}

	.osws-footer__links {
		align-items: center;
	}

	.osws-footer__contact li {
		align-items: center;
		text-align: center;
	}

	.osws-footer__hours li {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 0.25rem;
	}

	.osws-footer__hours strong {
		white-space: normal;
	}

	.osws-footer__col-note {
		text-align: center;
	}

	.osws-footer__bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.osws-footer__legal {
		justify-content: center;
		gap: 0.4rem 0.9rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.osws-footer__strip-track {
		animation: none;
	}

	.osws-footer a,
	.osws-footer__social-link,
	.osws-footer__cta {
		transition: none;
	}

	@media (hover: hover) and (pointer: fine) {
		.osws-footer__social-link:hover,
		.osws-footer__cta:hover {
			transform: none;
		}
	}
}
