﻿/**
 * CampusSphere Global Styles
 * Supplements theme.json token declarations and style.css.
 * Covers: skip link, section headers, WhatsApp float, video lightbox, print.
 */

:root {
	--campussphere-container-width: 1400px;
	--campussphere-container-gutter: clamp( 1.25rem, 4vw, 2.5rem );
}

/* ==========================================================================
   Skip to content
   ========================================================================== */

.skip-to-content {
	position: absolute;
	top: -9999px;
	left: 1rem;
	z-index: 10000;
	padding: 0.5rem 1.25rem;
	background: var( --wp--preset--color--primary, #0a2463 );
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	border-radius: 0 0 4px 4px;
	text-decoration: none;
	transition: top 0.15s ease;
}

.skip-to-content:focus {
	top: 0;
	outline: 3px solid var( --wp--preset--color--accent, #f4c430 );
	outline-offset: 2px;
}

/* ==========================================================================
   Common section patterns
   ========================================================================== */

.campussphere-section-header {
	text-align: center;
	max-width: 680px;
	margin-inline: auto;
	margin-block-end: 3rem;
}

.campussphere-section-header h2,
.campussphere-section-header .wp-block-heading {
	margin-block-start: 0.5rem;
	margin-block-end: 1rem;
}

.campussphere-section-header p {
	color: var( --wp--preset--color--muted, #64748b );
	font-size: var( --wp--preset--font-size--medium, 1.0625rem );
	line-height: 1.6;
	margin-block: 0;
}

/* ==========================================================================
   Header and navigation
   ========================================================================== */

.campussphere-announcement-bar {
	position: relative;
	z-index: 210;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 0;
	padding-top: 0.5rem !important;
	padding-right: 0 !important;
	padding-bottom: 0.5rem !important;
	padding-left: 0 !important;
}

.campussphere-announcement-bar__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
	width: calc( 100% - clamp( 2.5rem, 8vw, 5rem ) );
	max-width: var( --campussphere-container-width );
	margin-inline: auto;
}

.campussphere-announcement-bar__text {
	font-size: 0.875rem;
	line-height: 1.25rem;
	text-align: center;
}

.campussphere-announcement-bar__cta .wp-block-button__link {
	font-size: 0.875rem !important;
	line-height: 1.25rem;
}

.campussphere-announcement-bar__link {
	margin-left: 0 !important;
}

.campussphere-announcement-bar__close {
	flex: 0 0 auto;
}

.campussphere-announcement-bar__close-btn {
	padding: 0 !important;
}

.campussphere-header {
	width: 100%;
}

.campussphere-header__brand {
	flex: 0 0 auto;
	padding-top: 0.35rem !important;
	padding-bottom: 0.35rem !important;
}

.campussphere-header__logo-link,
.campussphere-mobile-nav__logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
}

.campussphere-header__logo-img {
	display: block;
	width: 240px;
	height: auto;
	max-height: 72px;
	max-width: min( 240px, 48vw );
	object-fit: contain;
}

.campussphere-mobile-nav__logo-img {
	display: block;
	width: 190px;
	height: auto;
	max-height: 62px;
	max-width: 55vw;
	object-fit: contain;
}

.campussphere-header__title,
.campussphere-header__brand .wp-block-site-logo:empty,
.campussphere-header__brand .custom-logo-link:empty {
	display: none !important;
}

.campussphere-header__inner {
	width: calc( 100% - clamp( 2.5rem, 8vw, 5rem ) );
	max-width: var( --campussphere-container-width );
	min-height: 80px;
	gap: 1.5rem;
	margin-inline: auto;
	padding-inline: 0;
	position: relative;
}

.campussphere-header__nav {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	justify-content: center;
	align-self: stretch;
}

.campussphere-header__menu {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.15rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.campussphere-header__menu-item {
	position: static;
	display: flex;
	align-items: center;
	height: 100%;
	list-style: none;
}

.campussphere-header__menu-trigger,
.campussphere-header__menu-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 42px;
	padding: 0.65rem 0.72rem;
	border: 0;
	border-radius: 0.625rem;
	background: transparent;
	color: #334155;
	font-size: 0.875rem;
	font-family: inherit;
	font-weight: 650;
	line-height: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: color 0.18s ease, background-color 0.18s ease;
}

.campussphere-header__menu-trigger svg {
	width: 0.65rem;
	height: 0.45rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.2s ease;
}

.campussphere-header__menu-item:hover > .campussphere-header__menu-trigger,
.campussphere-header__menu-trigger:focus-visible,
.campussphere-header__menu-link:hover,
.campussphere-header__menu-link:focus-visible,
.campussphere-header__menu-item.is-open > .campussphere-header__menu-trigger {
	color: #4f46e5;
	background: #f5f3ff;
	outline: none;
}

.campussphere-header__menu-trigger:focus-visible,
.campussphere-header__menu-link:focus-visible {
	box-shadow: 0 0 0 3px rgba( 79, 70, 229, 0.16 );
}

.campussphere-header__menu-item.is-open > .campussphere-header__menu-trigger svg {
	transform: rotate( 180deg );
}

.campussphere-nav-dropdown {
	position: absolute;
	top: calc( 100% - 1px );
	left: 50%;
	z-index: 210;
	display: grid;
	width: min( 820px, calc( 100vw - 3rem ) );
	padding: 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 0 0 1.25rem 1.25rem;
	background: rgba( 255, 255, 255, 0.985 );
	box-shadow: 0 1.5rem 4rem rgba( 15, 23, 42, 0.16 );
	opacity: 0;
	transform: translate( -50%, 0.65rem );
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.2s ease,
		transform 0.24s cubic-bezier( 0.22, 1, 0.36, 1 ),
		visibility 0.2s ease;
}

.campussphere-nav-dropdown[hidden] {
	display: none;
}

.campussphere-header__menu-item.is-open > .campussphere-nav-dropdown {
	opacity: 1;
	transform: translate( -50%, 0 );
	visibility: visible;
	pointer-events: auto;
}

.campussphere-nav-dropdown--medium {
	grid-template-columns: minmax( 230px, 0.72fr ) minmax( 0, 1.55fr );
	gap: 1rem;
}

.campussphere-nav-dropdown--small {
	width: min( 700px, calc( 100vw - 3rem ) );
	gap: 0.85rem;
}

.campussphere-nav-dropdown--company {
	width: min( 430px, calc( 100vw - 3rem ) );
	gap: 0.85rem;
}

.campussphere-nav-dropdown--services {
	width: min( 1060px, calc( 100vw - 3rem ) );
	gap: 0.9rem;
	padding: 1.15rem;
}

.campussphere-nav-dropdown__intro {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding: 1.25rem;
	border: 1px solid rgba( 79, 70, 229, 0.12 );
	border-radius: 1rem;
	background:
		radial-gradient( circle at 100% 0%, rgba( 56, 189, 248, 0.16 ), transparent 45% ),
		linear-gradient( 145deg, #eef2ff, #f8fafc );
}

.campussphere-nav-dropdown__eyebrow {
	display: block;
	margin-bottom: 0.5rem;
	color: #4f46e5;
	font-size: 0.625rem;
	font-weight: 800;
	line-height: 1rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.campussphere-nav-dropdown__intro > strong,
.campussphere-nav-dropdown__heading > strong,
.campussphere-services-menu__header strong {
	display: block;
	color: #0f172a;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.015em;
}

.campussphere-nav-dropdown__intro p {
	margin: 0.65rem 0 1rem;
	color: #64748b;
	font-size: 0.75rem;
	line-height: 1.55;
}

.campussphere-nav-dropdown__intro-link,
.campussphere-services-menu__header > a,
.campussphere-services-menu__footer a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: auto;
	color: #4f46e5;
	font-size: 0.72rem;
	font-weight: 800;
	text-decoration: none;
}

.campussphere-nav-dropdown__intro-link:hover,
.campussphere-services-menu__header > a:hover,
.campussphere-services-menu__footer a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.campussphere-nav-dropdown__heading {
	padding: 0.55rem 0.65rem 0.25rem;
}

.campussphere-nav-link-grid {
	display: grid;
	gap: 0.4rem;
}

.campussphere-nav-link-grid--two {
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
}

.campussphere-nav-link-card {
	display: grid;
	grid-template-columns: auto minmax( 0, 1fr );
	gap: 0.7rem;
	align-items: center;
	min-width: 0;
	padding: 0.65rem;
	border: 1px solid transparent;
	border-radius: 0.75rem;
	color: #0f172a;
	text-decoration: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.campussphere-nav-link-card--wide {
	grid-column: 1 / -1;
}

.campussphere-nav-link-card:hover,
.campussphere-nav-link-card:focus-visible {
	border-color: #e0e7ff;
	background: #f8faff;
	outline: none;
	transform: translateY( -1px );
}

.campussphere-nav-link-card__icon,
.campussphere-nav-link-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	border: 1px solid #e0e7ff;
	border-radius: 0.65rem;
	background: linear-gradient( 145deg, #eef2ff, #f0f9ff );
	color: #4f46e5;
	font-size: 0.57rem;
	font-weight: 850;
	letter-spacing: 0.04em;
}

.campussphere-nav-link-card__icon::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.campussphere-nav-icon--overview::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h8v8H3V3Zm10 0h8v5h-8V3Zm0 7h8v11h-8V10ZM3 13h8v8H3v-8Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h8v8H3V3Zm10 0h8v5h-8V3Zm0 7h8v11h-8V10ZM3 13h8v8H3v-8Z'/%3E%3C/svg%3E");
}

.campussphere-nav-icon--modules::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 9 5-9 5-9-5 9-5Zm-7.7 9.4L12 15.7l7.7-4.3L21 13l-9 5-9-5 1.3-1.6Zm0 5L12 20.7l7.7-4.3L21 18l-9 5-9-5 1.3-1.6Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 9 5-9 5-9-5 9-5Zm-7.7 9.4L12 15.7l7.7-4.3L21 13l-9 5-9-5 1.3-1.6Zm0 5L12 20.7l7.7-4.3L21 18l-9 5-9-5 1.3-1.6Z'/%3E%3C/svg%3E");
}

.campussphere-nav-icon--parent::before,
.campussphere-nav-icon--teacher::before,
.campussphere-nav-icon--student::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-5 0-9 2.5-9 5.5V22h18v-2.5c0-3-4-5.5-9-5.5Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-5 0-9 2.5-9 5.5V22h18v-2.5c0-3-4-5.5-9-5.5Z'/%3E%3C/svg%3E");
}

.campussphere-nav-icon--teacher::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 10 5-10 5L2 7l10-5Zm-6 9.5V17l6 3 6-3v-5.5l-6 3-6-3Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m12 2 10 5-10 5L2 7l10-5Zm-6 9.5V17l6 3 6-3v-5.5l-6 3-6-3Z'/%3E%3C/svg%3E");
}

.campussphere-nav-icon--ai::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 2h2v3h-2V2Zm8.1 2.5 1.4 1.4-2.1 2.1L17 6.6l2.1-2.1ZM20 11h3v2h-3v-2ZM3 11v2H0v-2h3Zm2.6-4.4L4.2 8 2.1 5.9l1.4-1.4 2.1 2.1ZM12 6a6 6 0 0 1 3.7 10.7c-.7.6-1.2 1.3-1.4 2.3H9.7c-.2-1-.7-1.7-1.4-2.3A6 6 0 0 1 12 6Zm-2 15h4v2h-4v-2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 2h2v3h-2V2Zm8.1 2.5 1.4 1.4-2.1 2.1L17 6.6l2.1-2.1ZM20 11h3v2h-3v-2ZM3 11v2H0v-2h3Zm2.6-4.4L4.2 8 2.1 5.9l1.4-1.4 2.1 2.1ZM12 6a6 6 0 0 1 3.7 10.7c-.7.6-1.2 1.3-1.4 2.3H9.7c-.2-1-.7-1.7-1.4-2.3A6 6 0 0 1 12 6Zm-2 15h4v2h-4v-2Z'/%3E%3C/svg%3E");
}

.campussphere-nav-link-card strong {
	display: block;
	color: #0f172a;
	font-size: 0.77rem;
	font-weight: 780;
	line-height: 1.3;
}

.campussphere-nav-link-card small {
	display: block;
	margin-top: 0.15rem;
	color: #64748b;
	font-size: 0.64rem;
	line-height: 1.4;
}

.campussphere-services-menu__header,
.campussphere-services-menu__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.2rem 0.25rem 0.7rem;
}

.campussphere-services-menu__header > a {
	flex: 0 0 auto;
	margin-top: 0;
}

.campussphere-services-menu__grid {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 0.65rem;
}

.campussphere-service-menu-card {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax( 0, 1fr ) auto;
	gap: 0.85rem;
	align-items: start;
	min-width: 0;
	padding: 0.95rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.9rem;
	background: #fff;
	color: #0f172a;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.campussphere-service-menu-card:hover,
.campussphere-service-menu-card:focus-visible {
	border-color: color-mix( in srgb, var( --campussphere-service-color ) 35%, #e2e8f0 );
	box-shadow: 0 0.85rem 1.8rem rgba( 15, 23, 42, 0.08 );
	outline: none;
	transform: translateY( -2px );
}

.campussphere-service-menu-card--web { --campussphere-service-color: #2563eb; --campussphere-service-soft: #eff6ff; }
.campussphere-service-menu-card--brand { --campussphere-service-color: #7c3aed; --campussphere-service-soft: #f5f3ff; }
.campussphere-service-menu-card--marketing { --campussphere-service-color: #db2777; --campussphere-service-soft: #fdf2f8; }
.campussphere-service-menu-card--automation { --campussphere-service-color: #0891b2; --campussphere-service-soft: #ecfeff; }

.campussphere-service-menu-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border: 1px solid color-mix( in srgb, var( --campussphere-service-color ) 18%, transparent );
	border-radius: 0.75rem;
	background: var( --campussphere-service-soft );
	color: var( --campussphere-service-color );
}

.campussphere-service-menu-card__icon svg {
	width: 1.35rem;
	height: 1.35rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.campussphere-service-menu-card__content {
	min-width: 0;
}

.campussphere-service-menu-card__content > strong {
	display: block;
	color: #0f172a;
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1.3;
}

.campussphere-service-menu-card__content > small {
	display: block;
	margin-top: 0.25rem;
	color: #64748b;
	font-size: 0.66rem;
	line-height: 1.45;
}

.campussphere-service-menu-card__features {
	display: block;
	margin-top: 0.5rem;
	color: var( --campussphere-service-color );
	font-size: 0.6rem;
	font-weight: 700;
	line-height: 1.45;
}

.campussphere-service-menu-card__arrow {
	color: #94a3b8;
	font-size: 0.95rem;
	transition: color 0.18s ease, transform 0.18s ease;
}

.campussphere-service-menu-card:hover .campussphere-service-menu-card__arrow {
	color: var( --campussphere-service-color );
	transform: translateX( 0.15rem );
}

.campussphere-services-menu__footer {
	margin-top: 0.1rem;
	padding: 0.7rem 0.75rem 0.15rem;
	border-top: 1px solid #e2e8f0;
	color: #64748b;
	font-size: 0.65rem;
	line-height: 1.4;
}

.campussphere-services-menu__footer strong {
	color: #334155;
}

.campussphere-services-menu__footer a {
	flex: 0 0 auto;
	margin-top: 0;
}

.campussphere-header__actions {
	flex: 0 0 auto;
}

.campussphere-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #334155;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}

.campussphere-header__phone:hover {
	text-decoration: none;
}

.campussphere-header__mobile-toggle {
	display: none !important;
}

.campussphere-mobile-nav,
.campussphere-mobile-nav__overlay {
	display: none;
}

@media (max-width: 1200px) {
	.campussphere-header__contact {
		display: none !important;
	}

	.campussphere-header__menu-trigger,
	.campussphere-header__menu-link {
		padding-inline: 0.55rem;
		font-size: 0.8rem;
	}
}

@media (max-width: 1120px) {
	.campussphere-announcement-bar {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.campussphere-announcement-bar__close {
		display: none !important;
	}

	.campussphere-header__inner {
		min-height: 72px;
	}

	.campussphere-header__nav,
	.campussphere-header__contact,
	.campussphere-header__cta-wrap {
		display: none !important;
	}

	.campussphere-header__mobile-toggle {
		display: flex !important;
	}

	.campussphere-mobile-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min( 92vw, 380px );
		max-width: 100%;
		overflow: hidden;
		box-shadow: -24px 0 48px rgba( 15, 23, 42, 0.16 );
		transform: translateX( 100% );
		transition: transform 0.28s cubic-bezier( 0.22, 1, 0.36, 1 );
		display: flex;
		flex-direction: column;
	}

	.campussphere-mobile-nav.is-open {
		transform: translateX( 0 );
	}

	.campussphere-mobile-nav__overlay {
		position: fixed;
		inset: 0;
		background: rgba( 15, 23, 42, 0.5 );
		z-index: 299;
	}

	.campussphere-mobile-nav__menu {
		width: 100%;
	}

	.campussphere-mobile-nav__header,
	.campussphere-mobile-nav__footer {
		flex: 0 0 auto;
	}

	.campussphere-mobile-nav__body {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		padding: 0.65rem 0 !important;
		overscroll-behavior: contain;
	}

	.campussphere-mobile-nav__list {
		margin: 0;
		padding: 0 0.75rem;
		list-style: none;
	}

	.campussphere-mobile-nav__group,
	.campussphere-mobile-nav__single {
		border-bottom: 1px solid #eef2f7;
	}

	.campussphere-mobile-nav__accordion,
	.campussphere-mobile-nav__single > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		width: 100%;
		min-height: 3.2rem;
		padding: 0.8rem 0.5rem;
		border: 0;
		background: transparent;
		color: #0f172a;
		font-family: inherit;
		font-size: 0.93rem;
		font-weight: 750;
		line-height: 1.35;
		text-align: left;
		text-decoration: none;
		cursor: pointer;
	}

	.campussphere-mobile-nav__accordion:hover,
	.campussphere-mobile-nav__accordion:focus-visible,
	.campussphere-mobile-nav__single > a:hover,
	.campussphere-mobile-nav__single > a:focus-visible {
		color: #4f46e5;
		outline: none;
	}

	.campussphere-mobile-nav__accordion:focus-visible,
	.campussphere-mobile-nav__single > a:focus-visible {
		border-radius: 0.5rem;
		box-shadow: 0 0 0 3px rgba( 79, 70, 229, 0.14 );
	}

	.campussphere-mobile-nav__accordion-icon {
		position: relative;
		flex: 0 0 auto;
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 50%;
		background: #f1f5f9;
	}

	.campussphere-mobile-nav__accordion-icon::before,
	.campussphere-mobile-nav__accordion-icon::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0.65rem;
		height: 1.5px;
		border-radius: 1rem;
		background: #64748b;
		transform: translate( -50%, -50% );
		transition: transform 0.2s ease;
	}

	.campussphere-mobile-nav__accordion-icon::after {
		transform: translate( -50%, -50% ) rotate( 90deg );
	}

	.campussphere-mobile-nav__accordion[aria-expanded="true"] {
		color: #4f46e5;
	}

	.campussphere-mobile-nav__accordion[aria-expanded="true"] .campussphere-mobile-nav__accordion-icon {
		background: #eef2ff;
	}

	.campussphere-mobile-nav__accordion[aria-expanded="true"] .campussphere-mobile-nav__accordion-icon::after {
		transform: translate( -50%, -50% ) rotate( 0deg );
	}

	.campussphere-mobile-nav__panel {
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		transition: max-height 0.24s ease, opacity 0.18s ease;
	}

	.campussphere-mobile-nav__panel[hidden] {
		display: none;
	}

	.campussphere-mobile-nav__panel.is-open {
		max-height: 32rem;
		opacity: 1;
		padding-bottom: 0.55rem;
	}

	.campussphere-mobile-nav__panel > a {
		display: block;
		margin: 0.15rem 0;
		padding: 0.62rem 0.75rem 0.62rem 1rem;
		border-left: 2px solid #e0e7ff;
		border-radius: 0 0.55rem 0.55rem 0;
		color: #334155;
		text-decoration: none;
		transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
	}

	.campussphere-mobile-nav__panel > a:hover,
	.campussphere-mobile-nav__panel > a:focus-visible {
		border-left-color: #4f46e5;
		background: #f8faff;
		color: #4f46e5;
		outline: none;
	}

	.campussphere-mobile-nav__panel strong {
		display: block;
		font-size: 0.79rem;
		font-weight: 720;
		line-height: 1.35;
	}

	.campussphere-mobile-nav__panel small {
		display: block;
		margin-top: 0.15rem;
		color: #94a3b8;
		font-size: 0.64rem;
		line-height: 1.35;
	}

	.campussphere-mobile-nav__footer {
		background: #f8fafc;
	}

	.campussphere-mobile-nav__footer .wp-block-buttons,
	.campussphere-mobile-nav__footer .wp-block-button {
		flex: 1 1 100%;
		width: 100%;
	}

	.campussphere-mobile-nav__footer .wp-block-button__link {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}

/* Overline / eyebrow label above headings */
.campussphere-overline {
	display: inline-block;
	font-size: 0.6875rem;       /* 11px */
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var( --wp--preset--color--accent, #f4c430 );
	background: color-mix( in srgb, var( --wp--preset--color--accent, #f4c430 ) 12%, transparent );
	padding: 0.2em 0.75em;
	border-radius: 100px;
	margin-block-end: 0.75rem;
}

/* ==========================================================================
   Floating WhatsApp button
   ========================================================================== */

.campussphere-whatsapp-float {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 999;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 56px;
	height: 56px;
	border-radius: 50%;

	background-color: #25d366;
	color: #fff;
	text-decoration: none;

	box-shadow: 0 4px 16px rgba( 37, 211, 102, 0.45 );

	/* Hidden by default; JS adds .is-visible after 5 s */
	opacity: 0;
	transform: scale( 0.8 ) translateY( 8px );
	pointer-events: none;
	transition:
		opacity 0.4s cubic-bezier( 0.34, 1.56, 0.64, 1 ),
		transform 0.4s cubic-bezier( 0.34, 1.56, 0.64, 1 );
}

.campussphere-whatsapp-float.is-visible {
	opacity: 1;
	transform: scale( 1 ) translateY( 0 );
	pointer-events: auto;
}

.campussphere-whatsapp-float:hover,
.campussphere-whatsapp-float:focus-visible {
	background-color: #1ebe5d;
	outline: 3px solid rgba( 37, 211, 102, 0.4 );
	outline-offset: 3px;
}

.campussphere-whatsapp-float svg,
.campussphere-whatsapp-float img {
	width: 28px;
	height: 28px;
	display: block;
}

/* Tooltip label (optional, shown on hover/focus) */
.campussphere-whatsapp-float__label {
	position: absolute;
	right: calc( 100% + 10px );
	white-space: nowrap;
	background: #1a1a1a;
	color: #fff;
	font-size: 0.75rem;
	padding: 0.3em 0.65em;
	border-radius: 4px;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.campussphere-whatsapp-float:hover .campussphere-whatsapp-float__label,
.campussphere-whatsapp-float:focus-visible .campussphere-whatsapp-float__label {
	opacity: 1;
}

/* ==========================================================================
   WhatsApp lead-capture chat
   ========================================================================== */

.campussphere-wa-chat {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 1000;
	width: 4rem;
	height: 4rem;
	font-family: "Inter", sans-serif;
}

.campussphere-wa-chat__launcher {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: linear-gradient( 145deg, #25d366, #16a34a );
	box-shadow:
		0 1rem 2rem rgba( 22, 163, 74, 0.3 ),
		inset 0 1px 0 rgba( 255, 255, 255, 0.3 );
	color: #fff;
	cursor: pointer;
	opacity: 0;
	transform: translateY( 1rem ) scale( 0.82 );
	transition: opacity 0.35s ease, transform 0.35s cubic-bezier( 0.22, 1, 0.36, 1 ), box-shadow 0.2s ease;
}

.campussphere-wa-chat.is-ready .campussphere-wa-chat__launcher {
	opacity: 1;
	transform: translateY( 0 ) scale( 1 );
}

.campussphere-wa-chat__launcher:hover {
	box-shadow:
		0 1.25rem 2.5rem rgba( 22, 163, 74, 0.38 ),
		inset 0 1px 0 rgba( 255, 255, 255, 0.35 );
	transform: translateY( -0.125rem ) scale( 1.03 );
}

.campussphere-wa-chat__launcher:focus-visible {
	outline: 3px solid rgba( 37, 211, 102, 0.4 );
	outline-offset: 4px;
}

.campussphere-wa-chat__launcher-icon,
.campussphere-wa-chat__submit-icon {
	display: inline-block;
	background: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.campussphere-wa-chat__launcher-icon {
	width: 1.875rem;
	height: 1.875rem;
}

.campussphere-wa-chat__launcher-close {
	display: none;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
}

.campussphere-wa-chat.is-open .campussphere-wa-chat__launcher-icon {
	display: none;
}

.campussphere-wa-chat.is-open .campussphere-wa-chat__launcher-close {
	display: block;
}

.campussphere-wa-chat__notification {
	position: absolute;
	top: -0.125rem;
	right: -0.125rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.35rem;
	height: 1.35rem;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #ef4444;
	color: #fff;
	font-size: 0.625rem;
	font-weight: 800;
	box-shadow: 0 0.25rem 0.75rem rgba( 239, 68, 68, 0.3 );
}

.campussphere-wa-chat.is-open .campussphere-wa-chat__notification {
	display: none;
}

.campussphere-wa-chat__prompt {
	position: absolute;
	right: 4.75rem;
	bottom: 0.75rem;
	width: max-content;
	padding: 0.625rem 0.8rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.7rem;
	background: #fff;
	box-shadow: 0 0.75rem 2rem rgba( 15, 23, 42, 0.12 );
	color: #334155;
	font-size: 0.75rem;
	font-weight: 700;
	opacity: 0;
	transform: translateX( 0.5rem );
	pointer-events: none;
	transition: opacity 0.3s ease 2.4s, transform 0.3s ease 2.4s;
}

.campussphere-wa-chat__prompt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -0.35rem;
	width: 0.65rem;
	height: 0.65rem;
	border-top: 1px solid #e2e8f0;
	border-right: 1px solid #e2e8f0;
	background: #fff;
	transform: translateY( -50% ) rotate( 45deg );
}

.campussphere-wa-chat.is-ready:not( .is-open ) .campussphere-wa-chat__prompt {
	opacity: 1;
	transform: translateX( 0 );
}

.campussphere-wa-chat__panel {
	position: absolute;
	right: 0;
	bottom: 5rem;
	width: min( 390px, calc( 100vw - 2rem ) );
	max-height: min( 690px, calc( 100dvh - 7rem ) );
	overflow: hidden auto;
	border: 1px solid rgba( 203, 213, 225, 0.75 );
	border-radius: 1.25rem;
	background: #efeae2;
	box-shadow:
		0 2rem 5rem rgba( 15, 23, 42, 0.24 ),
		0 0 0 1px rgba( 255, 255, 255, 0.55 );
	transform-origin: right bottom;
	animation: campussphereWaPanelIn 0.3s cubic-bezier( 0.22, 1, 0.36, 1 ) both;
}

.campussphere-wa-chat__panel[hidden] {
	display: none !important;
}

@keyframes campussphereWaPanelIn {
	from {
		opacity: 0;
		transform: translateY( 0.75rem ) scale( 0.96 );
	}
	to {
		opacity: 1;
		transform: translateY( 0 ) scale( 1 );
	}
}

.campussphere-wa-chat__header {
	position: sticky;
	top: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: auto minmax( 0, 1fr ) auto;
	gap: 0.75rem;
	align-items: center;
	padding: 1rem;
	background: linear-gradient( 135deg, #075e54, #128c7e );
	color: #fff;
	box-shadow: 0 0.4rem 1rem rgba( 7, 94, 84, 0.18 );
}

.campussphere-wa-chat__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.65rem;
	height: 2.65rem;
	border: 1px solid rgba( 255, 255, 255, 0.3 );
	border-radius: 50%;
	background-color: rgba( 255, 255, 255, 0.16 );
	color: #fff;
}

.campussphere-wa-chat__avatar::before {
	content: "";
	width: 1.55rem;
	height: 1.55rem;
	background: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.campussphere-wa-chat__header h2 {
	margin: 0;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.campussphere-wa-chat__header p {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	margin: 0.2rem 0 0;
	color: rgba( 255, 255, 255, 0.82 );
	font-size: 0.65rem;
	line-height: 1.3;
}

.campussphere-wa-chat__header p span {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 0 0.2rem rgba( 74, 222, 128, 0.14 );
}

.campussphere-wa-chat__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba( 255, 255, 255, 0.1 );
	color: #fff;
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
}

.campussphere-wa-chat__close:hover,
.campussphere-wa-chat__close:focus-visible {
	background: rgba( 255, 255, 255, 0.2 );
	outline: none;
}

.campussphere-wa-chat__body {
	padding: 1rem;
	background:
		radial-gradient( rgba( 148, 163, 184, 0.15 ) 1px, transparent 1px ),
		#efeae2;
	background-size: 1.5rem 1.5rem;
}

.campussphere-wa-chat__message {
	position: relative;
	max-width: 92%;
	margin-bottom: 0.875rem;
	padding: 0.75rem 0.8rem 0.55rem;
	border-radius: 0.25rem 0.875rem 0.875rem;
	background: #fff;
	box-shadow: 0 0.25rem 0.9rem rgba( 15, 23, 42, 0.08 );
}

.campussphere-wa-chat__message::before {
	content: "";
	position: absolute;
	top: 0;
	left: -0.45rem;
	border-top: 0.6rem solid #fff;
	border-left: 0.5rem solid transparent;
}

.campussphere-wa-chat__message p {
	margin: 0;
	color: #334155;
	font-size: 0.78rem;
	line-height: 1.5;
}

.campussphere-wa-chat__message p + p {
	margin-top: 0.45rem;
}

.campussphere-wa-chat__message small {
	display: block;
	margin-top: 0.3rem;
	color: #94a3b8;
	font-size: 0.55rem;
	text-align: right;
}

.campussphere-wa-chat__form {
	display: grid;
	gap: 0.7rem;
	padding: 0.875rem;
	border: 1px solid rgba( 226, 232, 240, 0.9 );
	border-radius: 0.875rem;
	background: rgba( 255, 255, 255, 0.96 );
	box-shadow: 0 0.75rem 2rem rgba( 15, 23, 42, 0.08 );
}

.campussphere-wa-chat__field {
	display: grid;
	gap: 0.3rem;
}

.campussphere-wa-chat__field label {
	color: #334155;
	font-size: 0.68rem;
	font-weight: 750;
	line-height: 1.3;
}

.campussphere-wa-chat__field input {
	width: 100%;
	height: 2.65rem;
	padding: 0 0.75rem;
	border: 1px solid #d6dee9;
	border-radius: 0.6rem;
	background: #fff;
	color: #0f172a;
	font: inherit;
	font-size: 0.78rem;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.campussphere-wa-chat__field input::placeholder {
	color: #94a3b8;
}

.campussphere-wa-chat__field input:focus {
	border-color: #22c55e;
	box-shadow: 0 0 0 3px rgba( 34, 197, 94, 0.12 );
}

.campussphere-wa-chat__field.has-error input {
	border-color: #ef4444;
	box-shadow: 0 0 0 3px rgba( 239, 68, 68, 0.08 );
}

.campussphere-wa-chat__error {
	min-height: 0;
	color: #dc2626;
	font-size: 0.6rem;
	line-height: 1.3;
}

.campussphere-wa-chat__error:empty {
	display: none;
}

.campussphere-wa-chat__general-error {
	padding: 0.6rem 0.7rem;
	border: 1px solid #fecaca;
	border-radius: 0.55rem;
	background: #fef2f2;
	color: #991b1b;
	font-size: 0.68rem;
	line-height: 1.45;
}

.campussphere-wa-chat__general-error[hidden] {
	display: none;
}

.campussphere-wa-chat__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 2.85rem;
	padding: 0.65rem 0.85rem;
	border: 0;
	border-radius: 0.65rem;
	background: linear-gradient( 135deg, #25d366, #16a34a );
	box-shadow: 0 0.65rem 1.4rem rgba( 22, 163, 74, 0.2 );
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.campussphere-wa-chat__submit:hover {
	box-shadow: 0 0.85rem 1.75rem rgba( 22, 163, 74, 0.28 );
	transform: translateY( -1px );
}

.campussphere-wa-chat__submit:focus-visible {
	outline: 3px solid rgba( 34, 197, 94, 0.3 );
	outline-offset: 2px;
}

.campussphere-wa-chat__submit:disabled {
	cursor: wait;
	opacity: 0.75;
	transform: none;
}

.campussphere-wa-chat__submit-icon {
	width: 1.15rem;
	height: 1.15rem;
}

.campussphere-wa-chat__submit-loading {
	display: none;
}

.campussphere-wa-chat__form.is-loading .campussphere-wa-chat__submit-icon,
.campussphere-wa-chat__form.is-loading .campussphere-wa-chat__submit-label {
	display: none;
}

.campussphere-wa-chat__form.is-loading .campussphere-wa-chat__submit-loading {
	display: inline;
}

.campussphere-wa-chat__privacy {
	display: flex;
	gap: 0.35rem;
	align-items: flex-start;
	margin: 0;
	color: #94a3b8;
	font-size: 0.58rem;
	line-height: 1.4;
	text-align: center;
}

.campussphere-wa-chat__privacy span {
	flex: 0 0 auto;
	width: 0.65rem;
	height: 0.65rem;
	margin-top: 0.05rem;
	background: #64748b;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 8h-1V6a4 4 0 0 0-8 0v2H7a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2Zm-7-2a2 2 0 1 1 4 0v2h-4V6Zm3 10.73V18h-2v-1.27a2 2 0 1 1 2 0Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 8h-1V6a4 4 0 0 0-8 0v2H7a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-9a2 2 0 0 0-2-2Zm-7-2a2 2 0 1 1 4 0v2h-4V6Zm3 10.73V18h-2v-1.27a2 2 0 1 1 2 0Z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
}

@media ( max-width: 600px ) {
	.campussphere-wa-chat {
		right: 0.85rem;
		bottom: 0.85rem;
	}

	.campussphere-wa-chat__panel {
		position: fixed;
		right: 0.75rem;
		bottom: 5.6rem;
		left: 0.75rem;
		width: auto;
		max-height: calc( 100dvh - 6.5rem );
	}

	.campussphere-wa-chat__prompt {
		display: none;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.campussphere-wa-chat__launcher,
	.campussphere-wa-chat__panel,
	.campussphere-wa-chat__prompt,
	.campussphere-nav-dropdown,
	.campussphere-mobile-nav,
	.campussphere-mobile-nav__panel,
	.campussphere-mobile-nav__accordion-icon::after {
		animation: none;
		transition: none;
	}
}

/* ==========================================================================
   Premium animated footer
   ========================================================================== */

.campussphere-footer-wave {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: -2px;
	overflow: hidden;
	line-height: 0;
	pointer-events: none;
}

.campussphere-footer-wave svg {
	display: block;
	width: 100%;
	height: clamp( 3.25rem, 6vw, 6rem );
}

.campussphere-footer-wave__back {
	fill: #312e81;
	opacity: 0.3;
}

.campussphere-footer-wave__front {
	fill: #4f46e5;
}

.campussphere-footer-pre {
	position: relative;
	isolation: isolate;
	margin-top: -2px;
	background:
		linear-gradient( 118deg, #4338ca 0%, #4f46e5 48%, #4338ca 100% ) !important;
}

.campussphere-footer-pre::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient( rgba( 255, 255, 255, 0.045 ) 1px, transparent 1px ),
		linear-gradient( 90deg, rgba( 255, 255, 255, 0.045 ) 1px, transparent 1px );
	background-size: 2.5rem 2.5rem;
	-webkit-mask-image: linear-gradient( 90deg, transparent, #000 20%, #000 80%, transparent );
	mask-image: linear-gradient( 90deg, transparent, #000 20%, #000 80%, transparent );
	pointer-events: none;
}

.campussphere-footer-pre > .wp-block-columns {
	position: relative;
	z-index: 3;
}

.campussphere-footer-pre__effects,
.campussphere-footer__effects {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	overflow: hidden;
	pointer-events: none;
}

/*
 * WordPress constrains direct children of constrained groups. The decorative
 * layer must remain full-bleed or its gradients end at the content boundary.
 */
.campussphere-footer-pre > .campussphere-footer-pre__effects {
	left: 0;
	right: 0;
	width: 100vw;
	max-width: 100vw !important;
	margin-left: calc( 50% - 50vw ) !important;
	margin-right: calc( 50% - 50vw ) !important;
}

.campussphere-footer-orb,
.campussphere-footer__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur( 5rem );
	will-change: transform;
}

.campussphere-footer-orb {
	opacity: 0.34;
	animation: campussphereFooterMeshDrift 15s ease-in-out infinite;
}

.campussphere-footer-orb--one {
	top: -11rem;
	left: -5rem;
	width: 25rem;
	height: 25rem;
	background: #38bdf8;
}

.campussphere-footer-orb--two {
	right: -7rem;
	bottom: -14rem;
	width: 28rem;
	height: 28rem;
	background: #8b5cf6;
	animation-delay: -5s;
}

.campussphere-footer-orb--three {
	top: 10%;
	left: 48%;
	width: 16rem;
	height: 16rem;
	background: #f4c430;
	opacity: 0.14;
	animation-delay: -9s;
}

@keyframes campussphereFooterMeshDrift {
	0%,
	100% {
		transform: translate3d( 0, 0, 0 ) scale( 1 );
	}
	50% {
		transform: translate3d( 2rem, -1rem, 0 ) scale( 1.12 );
	}
}

.campussphere-footer-motif {
	position: absolute;
	z-index: 2;
	display: block;
	width: 3rem;
	height: 3rem;
	color: rgba( 255, 255, 255, 0.18 );
	filter: drop-shadow( 0 0.75rem 1.5rem rgba( 15, 23, 42, 0.15 ) );
	animation: campussphereFooterMotifFloat 9s ease-in-out infinite;
}

.campussphere-footer-motif svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.campussphere-footer-motif--cap {
	top: 17%;
	left: 4%;
	width: 3.5rem;
	height: 3.5rem;
}

.campussphere-footer-motif--book {
	right: 5%;
	bottom: 13%;
	width: 3.15rem;
	height: 3.15rem;
	animation-delay: -3s;
}

.campussphere-footer-motif--spark {
	top: 16%;
	right: 26%;
	width: 2.1rem;
	height: 2.1rem;
	color: rgba( 250, 204, 21, 0.3 );
	animation-delay: -6s;
}

@keyframes campussphereFooterMotifFloat {
	0%,
	100% {
		transform: translateY( 0 ) rotate( -3deg );
	}
	50% {
		transform: translateY( -0.85rem ) rotate( 4deg );
	}
}

.campussphere-footer-pre__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	margin: 0 0 0.9rem !important;
	padding: 0.4rem 0.75rem;
	border: 1px solid rgba( 255, 255, 255, 0.22 );
	border-radius: 999px;
	background: rgba( 255, 255, 255, 0.08 );
	color: #fef3c7;
	font-size: 0.65rem;
	font-weight: 800;
	line-height: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	-webkit-backdrop-filter: blur( 0.5rem );
	backdrop-filter: blur( 0.5rem );
}

.campussphere-footer-pre__eyebrow span {
	display: inline-block;
	color: #facc15;
	animation: campussphereFooterSpark 2.6s ease-in-out infinite;
}

@keyframes campussphereFooterSpark {
	0%,
	100% {
		opacity: 0.6;
		transform: rotate( 0deg ) scale( 0.9 );
	}
	50% {
		opacity: 1;
		transform: rotate( 90deg ) scale( 1.15 );
	}
}

.campussphere-footer-pre__accent {
	position: relative;
	display: inline-block;
	color: #fff;
}

.campussphere-footer-pre__accent::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -0.25rem;
	left: 0;
	height: 0.3rem;
	border-radius: 999px;
	background: linear-gradient( 90deg, #f4c430, #fde68a );
	box-shadow: 0 0.35rem 1rem rgba( 244, 196, 48, 0.24 );
	transform: scaleX( 0 );
	transform-origin: left center;
}

.campussphere-footer-pre.is-in-view .campussphere-footer-pre__accent::after {
	animation: campussphereFooterUnderline 0.9s cubic-bezier( 0.22, 1, 0.36, 1 ) 0.35s forwards;
}

@keyframes campussphereFooterUnderline {
	to {
		transform: scaleX( 1 );
	}
}

.campussphere-footer-pre__assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.1rem;
	margin-top: 1.15rem;
}

.campussphere-footer-pre__assurances span {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: rgba( 255, 255, 255, 0.88 );
	font-size: 0.68rem;
	font-weight: 650;
	line-height: 1.2rem;
}

.campussphere-footer-pre__assurances i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: rgba( 255, 255, 255, 0.13 );
	color: #bbf7d0;
	font-size: 0.6rem;
	font-style: normal;
	font-weight: 900;
}

.campussphere-footer-pre.is-motion-ready > .wp-block-columns {
	opacity: 1;
	transform: none;
}

.campussphere-footer-pre.is-motion-ready.is-in-view > .wp-block-columns {
	opacity: 1;
	transform: none;
	transition:
		opacity 0.65s ease,
		transform 0.7s cubic-bezier( 0.22, 1, 0.36, 1 );
}

.campussphere-footer {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient( ellipse at 10% 0%, rgba( 79, 70, 229, 0.12 ), transparent 36% ),
		linear-gradient( 180deg, #09122b, #070e20 ) !important;
}

.campussphere-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: radial-gradient( rgba( 148, 163, 184, 0.1 ) 0.7px, transparent 0.7px );
	background-size: 1.75rem 1.75rem;
	-webkit-mask-image: linear-gradient( 180deg, #000, transparent 80% );
	mask-image: linear-gradient( 180deg, #000, transparent 80% );
	pointer-events: none;
}

.campussphere-footer__content,
.campussphere-footer__bottom {
	position: relative;
	z-index: 3;
}

/* Centered brand pride strip — sits above the legal divider */
.campussphere-footer__pride {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.15rem clamp( 1.25rem, 4vw, 2.5rem ) 1rem;
	text-align: center;
}

.campussphere-footer__pride-text {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.45rem 0.5rem;
	margin: 0;
	padding: 0.4rem 1.05rem;
	border: 1px solid rgba( 148, 163, 184, 0.14 );
	border-radius: 999px;
	background: rgba( 255, 255, 255, 0.03 );
	color: #cbd5e1;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.campussphere-footer__india-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
}

.campussphere-footer__india-flag svg {
	display: block;
	width: 1.35rem;
	height: 0.9rem;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba( 255, 255, 255, 0.18 );
}

.campussphere-footer__pride-sep {
	color: #64748b;
	font-weight: 500;
}

@media ( max-width: 640px ) {
	.campussphere-footer__pride {
		padding-top: 1rem;
		padding-bottom: 0.85rem;
	}

	.campussphere-footer__pride-text {
		font-size: 0.75rem;
		padding: 0.4rem 0.85rem;
		gap: 0.35rem 0.4rem;
	}
}

.campussphere-footer__glow {
	opacity: 0.16;
	animation: campussphereFooterMeshDrift 18s ease-in-out infinite;
}

.campussphere-footer__glow--left {
	top: -9rem;
	left: -12rem;
	width: 30rem;
	height: 30rem;
	background: #2563eb;
}

.campussphere-footer__glow--right {
	right: -11rem;
	bottom: -12rem;
	width: 28rem;
	height: 28rem;
	background: #7c3aed;
	animation-delay: -7s;
}

.campussphere-footer__particle {
	position: absolute;
	bottom: -2rem;
	color: rgba( 148, 163, 184, 0.4 );
	font-size: 0.65rem;
	animation: campussphereFooterParticleRise 14s linear infinite;
}

.campussphere-footer__particle--1 { left: 8%; animation-delay: -2s; animation-duration: 13s; }
.campussphere-footer__particle--2 { left: 21%; animation-delay: -9s; animation-duration: 17s; }
.campussphere-footer__particle--3 { left: 34%; animation-delay: -5s; animation-duration: 15s; color: rgba( 244, 196, 48, 0.3 ); }
.campussphere-footer__particle--4 { left: 47%; animation-delay: -12s; animation-duration: 18s; }
.campussphere-footer__particle--5 { left: 61%; animation-delay: -3s; animation-duration: 16s; }
.campussphere-footer__particle--6 { left: 73%; animation-delay: -10s; animation-duration: 14s; color: rgba( 129, 140, 248, 0.45 ); }
.campussphere-footer__particle--7 { left: 86%; animation-delay: -6s; animation-duration: 19s; }
.campussphere-footer__particle--8 { left: 94%; animation-delay: -14s; animation-duration: 16s; }

@keyframes campussphereFooterParticleRise {
	0% {
		opacity: 0;
		transform: translate3d( 0, 0, 0 ) rotate( 0deg );
	}
	12%,
	82% {
		opacity: 0.65;
	}
	100% {
		opacity: 0;
		transform: translate3d( 2.5rem, -34rem, 0 ) rotate( 300deg );
	}
}

.campussphere-footer.is-motion-ready .campussphere-footer__grid > * {
	opacity: 1;
	transform: none;
}

.campussphere-footer.is-motion-ready.is-in-view .campussphere-footer__grid > * {
	opacity: 1;
	transform: none;
	transition:
		opacity 0.5s ease,
		transform 0.55s cubic-bezier( 0.22, 1, 0.36, 1 );
}

.campussphere-footer.is-in-view .campussphere-footer__grid > :nth-child( 2 ) { transition-delay: 0.05s; }
.campussphere-footer.is-in-view .campussphere-footer__grid > :nth-child( 3 ) { transition-delay: 0.1s; }
.campussphere-footer.is-in-view .campussphere-footer__grid > :nth-child( 4 ) { transition-delay: 0.15s; }
.campussphere-footer.is-in-view .campussphere-footer__grid > :nth-child( 5 ) { transition-delay: 0.2s; }

.campussphere-footer__grid {
	display: grid !important;
	grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
	gap: 3rem;
	align-items: start;
}

@media ( max-width: 1100px ) {
	.campussphere-footer__grid {
		grid-template-columns: 1.4fr 1fr 1fr !important;
		gap: 2.25rem !important;
	}

	.campussphere-footer__grid > :nth-child( 4 ),
	.campussphere-footer__grid > :nth-child( 5 ) {
		grid-column: span 1;
	}
}

@media ( max-width: 782px ) {
	.campussphere-footer__grid {
		grid-template-columns: 1fr 1fr !important;
		gap: 2rem !important;
	}

	.campussphere-footer__grid > .campussphere-footer__brand {
		grid-column: 1 / -1;
	}
}

@media ( max-width: 560px ) {
	.campussphere-footer__grid {
		grid-template-columns: 1fr !important;
		gap: 1.75rem !important;
	}
}

.campussphere-footer__list a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0;
	transition: color 0.2s ease, transform 0.2s ease !important;
}

.campussphere-footer__list a::before {
	content: "";
	width: 0;
	height: 1px;
	margin-right: 0;
	background: #818cf8;
	transition: width 0.2s ease, margin-right 0.2s ease;
}

.campussphere-footer__list a:hover,
.campussphere-footer__list a:focus-visible {
	color: #fff !important;
	outline: none;
	transform: translateX( 0.2rem );
}

.campussphere-footer__list a:hover::before,
.campussphere-footer__list a:focus-visible::before {
	width: 0.5rem;
	margin-right: 0.3rem;
}

@media ( max-width: 782px ) {
	.campussphere-footer-wave svg {
		height: 3.5rem;
	}

	.campussphere-footer-pre {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.campussphere-footer-pre .wp-block-columns {
		gap: 1.75rem !important;
	}

	.campussphere-footer-pre .wp-block-buttons {
		justify-content: flex-start !important;
	}

	.campussphere-footer-pre .wp-block-button,
	.campussphere-footer-pre .wp-block-button__link {
		width: 100%;
	}

	.campussphere-footer-pre .wp-block-button__link {
		display: flex;
		justify-content: center;
	}

	.campussphere-footer-motif--cap {
		top: 5%;
		left: auto;
		right: 5%;
	}

	.campussphere-footer-motif--spark {
		display: none;
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.campussphere-footer-orb,
	.campussphere-footer-motif,
	.campussphere-footer-pre__eyebrow span,
	.campussphere-footer__glow,
	.campussphere-footer__particle,
	.campussphere-footer-pre__accent::after {
		animation: none !important;
	}

	.campussphere-footer-pre__accent::after {
		transform: scaleX( 1 );
	}

	.campussphere-footer-pre.is-motion-ready > .wp-block-columns,
	.campussphere-footer.is-motion-ready .campussphere-footer__grid > * {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ==========================================================================
   Video lightbox overlay
   ========================================================================== */

.campussphere-video-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;

	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba( 0, 0, 0, 0.85 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );

	/* Fade in */
	animation: campussphere-overlay-in 0.25s ease forwards;
}

@keyframes campussphere-overlay-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.campussphere-video-modal {
	position: relative;
	width: 90vw;
	max-width: 900px;
	aspect-ratio: 16 / 9;

	background: #000;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 24px 80px rgba( 0, 0, 0, 0.6 );

	animation: campussphere-modal-in 0.3s cubic-bezier( 0.34, 1.56, 0.64, 1 ) forwards;
}

@keyframes campussphere-modal-in {
	from { transform: scale( 0.92 ); opacity: 0; }
	to   { transform: scale( 1 );    opacity: 1; }
}

.campussphere-video-modal iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.campussphere-video-close {
	position: absolute;
	top: 0.625rem;
	right: 0.75rem;
	z-index: 2;

	background: transparent;
	border: none;
	padding: 0.25rem 0.5rem;
	cursor: pointer;

	color: rgba( 255, 255, 255, 0.85 );
	font-size: 1.5rem;
	line-height: 1;

	transition: color 0.15s ease, transform 0.15s ease;
}

.campussphere-video-close:hover {
	color: #fff;
	transform: scale( 1.15 );
}

.campussphere-video-close:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
	border-radius: 2px;
}

/* Fallback: browsers without aspect-ratio support */
@supports not ( aspect-ratio: 16 / 9 ) {
	.campussphere-video-modal {
		padding-bottom: 56.25%;
		height: 0;
	}
	.campussphere-video-modal iframe {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
	}
}

/* ==========================================================================
   Pricing toggle fade helpers
   (companion to pricing-toggle.js .is-fading class)
   ========================================================================== */

.js-monthly,
.js-annual {
	transition: opacity 0.15s ease;
}

.js-monthly.is-fading,
.js-annual.is-fading {
	opacity: 0;
}

/* ==========================================================================
   Print utilities
   ========================================================================== */

@media print {
	/* Hide interactive / decorative elements */
	.campussphere-whatsapp-float,
	.campussphere-video-overlay,
	.campussphere-pricing__billing,
	nav,
	.wp-block-navigation {
		display: none !important;
	}

	/* Ensure body text is black on white */
	body {
		background: #fff !important;
		color: #000 !important;
	}

	/* Show full URLs after links */
	a[href]::after {
		content: " (" attr( href ) ")";
		font-size: 0.75em;
		color: #555;
		word-break: break-all;
	}

	/* Don't expand anchor-only links */
	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: "";
	}

	/* Avoid breaking headings / images across pages */
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
		break-after: avoid;
	}

	img,
	figure,
	.wp-block-image {
		page-break-inside: avoid;
		break-inside: avoid;
		max-width: 100% !important;
	}

	/* Remove box shadows / decorative borders */
	* {
		box-shadow: none !important;
		text-shadow: none !important;
	}
}

/* ==========================================================================
   Product page layout helpers
   ========================================================================== */

.product-hero__mockup {
	position: relative;
}

.product-dashboard {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 1rem;
}

.product-dashboard__sidebar {
	background: linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.98) 100%);
	border: 1px solid rgba(148, 163, 184, 0.14);
	border-radius: 20px;
	padding: 1rem;
	color: #fff;
	min-height: 100%;
}

.product-dashboard__sidebar-item {
	margin: 0.55rem 0 0;
	padding: 0.6rem 0.75rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.product-dashboard__sidebar-item--active {
	background: rgba(79, 70, 229, 0.28);
	border: 1px solid rgba(165, 180, 252, 0.3);
}

.product-dashboard__main {
	display: grid;
	gap: 1rem;
}

.product-dashboard__stat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.product-dashboard__stat {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 0.95rem 1rem;
}

.product-dashboard__panel {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 1rem;
}

.product-workflow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0.75rem;
}

.product-workflow__step,
.product-process__step {
	flex: 1 1 170px;
	min-width: 170px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	padding: 1rem;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.product-workflow__arrow,
.product-process__arrow {
	flex: 0 0 auto;
	align-self: center;
	margin: 0;
	color: #cbd5e1;
	font-size: 1.5rem;
	font-weight: 700;
}

.product-module-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.product-module-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	padding: 1.5rem;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.product-module-card__visual {
	border-radius: 18px;
	padding: 1rem;
	min-height: 160px;
	display: grid;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.product-module-card__pill {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0.35rem 0.75rem;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.product-module-card__visual-row {
	border-radius: 14px;
	padding: 0.75rem 0.9rem;
	font-size: 0.875rem;
	font-weight: 600;
}

.product-module-card__visual-row--small {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
}

.product-screen-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.product-screen-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 22px;
	padding: 1rem;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.05);
}

.product-screen-card__shell {
	background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
	border-radius: 16px;
	padding: 0.9rem;
	min-height: 230px;
	color: #fff;
}

.product-screen-card__topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.product-screen-card__dots {
	display: flex;
	gap: 6px;
}

.product-screen-card__dots span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.35);
}

.product-screen-card__content {
	display: grid;
	gap: 0.75rem;
}

.product-screen-card__tile {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 0.8rem;
}

.product-process {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 0.75rem;
}

@media (max-width: 1024px) {
	.product-dashboard {
		grid-template-columns: 1fr;
	}

	.product-screen-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.product-dashboard__stat-grid,
	.product-module-grid,
	.product-screen-grid {
		grid-template-columns: 1fr;
	}

	.product-dashboard {
		gap: 0.75rem;
	}

	.product-workflow__step,
	.product-process__step {
		min-width: 100%;
	}
}

/* Data-driven module detail pages */
.campussphere-module-detail {
	color: #0f172a;
	background: #fff;
}

.campussphere-module-detail__container {
	width: min( 1180px, calc( 100% - 48px ) );
	margin-inline: auto;
}

.campussphere-module-detail__hero {
	position: relative;
	overflow: hidden;
	padding: 28px 0 96px;
	background:
		radial-gradient( circle at 82% 18%, rgba( 99, 102, 241, 0.28 ), transparent 34% ),
		linear-gradient( 135deg, #09122b 0%, #172554 52%, #312e81 100% );
	color: #fff;
}

.campussphere-module-detail__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-bottom: 60px;
	color: #a5b4fc;
	font-size: 0.82rem;
}

.campussphere-module-detail__breadcrumb a {
	color: #c7d2fe;
	text-decoration: none;
}

.campussphere-module-detail__breadcrumb a:hover {
	color: #fff;
}

.campussphere-module-detail__hero-grid {
	display: grid;
	grid-template-columns: minmax( 0, 1.08fr ) minmax( 320px, 0.72fr );
	gap: clamp( 48px, 8vw, 100px );
	align-items: center;
}

.campussphere-module-detail__eyebrow,
.campussphere-module-detail__features header > p,
.campussphere-module-detail__cta p {
	margin: 0 0 14px;
	color: #a5b4fc;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.campussphere-module-detail__hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp( 2.7rem, 6vw, 5.2rem );
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.campussphere-module-detail__lead {
	max-width: 680px;
	margin: 24px 0 0;
	color: #cbd5e1;
	font-size: clamp( 1.05rem, 1.8vw, 1.3rem );
	line-height: 1.7;
}

.campussphere-module-detail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.campussphere-module-detail__actions a,
.campussphere-module-detail__cta > div > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 10px;
	font-weight: 750;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.campussphere-module-detail__primary {
	background: #fff;
	color: #3730a3;
	box-shadow: 0 16px 40px rgba( 0, 0, 0, 0.22 );
}

.campussphere-module-detail__secondary {
	border: 1px solid rgba( 255, 255, 255, 0.35 );
	color: #fff;
}

.campussphere-module-detail__actions a:hover,
.campussphere-module-detail__cta > div > a:hover {
	transform: translateY( -2px );
}

.campussphere-module-detail__visual {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	max-width: 420px;
	margin-inline: auto;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
	border-radius: 34px;
	background: linear-gradient( 145deg, rgba( 255, 255, 255, 0.13 ), rgba( 255, 255, 255, 0.04 ) );
	box-shadow: 0 40px 90px rgba( 3, 7, 18, 0.35 );
	backdrop-filter: blur( 14px );
}

.campussphere-module-detail__visual span {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 124px;
	height: 124px;
	border-radius: 30px;
	background: #fff;
	color: #4f46e5;
	font-size: 3.8rem;
	font-weight: 850;
	box-shadow: 0 20px 55px rgba( 15, 23, 42, 0.28 );
}

.campussphere-module-detail__visual i {
	position: absolute;
	border: 1px solid rgba( 199, 210, 254, 0.25 );
	border-radius: 50%;
}

.campussphere-module-detail__visual i:nth-of-type( 1 ) { inset: 12%; }
.campussphere-module-detail__visual i:nth-of-type( 2 ) { inset: 23%; }
.campussphere-module-detail__visual i:nth-of-type( 3 ) { inset: 34%; }

.campussphere-module-detail__features {
	padding: 96px 0;
}

.campussphere-module-detail__features header {
	max-width: 760px;
	margin-bottom: 46px;
}

.campussphere-module-detail__features header > p {
	color: #4f46e5;
}

.campussphere-module-detail__features h2,
.campussphere-module-detail__cta h2 {
	margin: 0;
	font-size: clamp( 2rem, 4vw, 3.2rem );
	line-height: 1.12;
	letter-spacing: -0.035em;
}

.campussphere-module-detail__features header > span {
	display: block;
	max-width: 680px;
	margin-top: 16px;
	color: #64748b;
	font-size: 1.06rem;
	line-height: 1.7;
}

.campussphere-module-detail__editor-content {
	color: #475569;
	font-size: 1.03rem;
	line-height: 1.75;
}

.campussphere-module-detail__seo {
	padding: 56px 0 72px;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
}

.campussphere-module-detail__seo .campussphere-service-seo {
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}

.campussphere-module-detail__seo .campussphere-service-faq-wrap {
	margin-top: 48px;
}

.campussphere-module-detail__features ul {
	display: grid;
	grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.campussphere-module-detail__features li {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 15px;
	align-items: start;
	padding: 22px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 34px rgba( 15, 23, 42, 0.05 );
}

.campussphere-module-detail__features li > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #eef2ff;
	color: #4f46e5;
	font-size: 0.75rem;
	font-weight: 800;
}

.campussphere-module-detail__features li p {
	margin: 8px 0 0;
	color: #334155;
	font-weight: 650;
	line-height: 1.5;
}

.campussphere-module-detail__outcomes {
	padding: 0 0 96px;
}

.campussphere-module-detail__outcomes .campussphere-module-detail__container {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	overflow: hidden;
	border: 1px solid #e0e7ff;
	border-radius: 20px;
	background: #f8faff;
}

.campussphere-module-detail__outcomes div {
	padding: 30px;
	border-right: 1px solid #e0e7ff;
}

.campussphere-module-detail__outcomes div:last-child {
	border-right: 0;
}

.campussphere-module-detail__outcomes strong,
.campussphere-module-detail__outcomes span {
	display: block;
}

.campussphere-module-detail__outcomes strong {
	margin-bottom: 8px;
	color: #312e81;
	font-size: 1.02rem;
}

.campussphere-module-detail__outcomes span {
	color: #64748b;
	line-height: 1.6;
}

.campussphere-module-detail__cta {
	padding: 82px 0;
	background: #eef2ff;
}

.campussphere-module-detail__cta .campussphere-module-detail__container {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}

.campussphere-module-detail__cta p {
	color: #4f46e5;
}

.campussphere-module-detail__cta h2 {
	max-width: 760px;
}

.campussphere-module-detail__cta div > div > span {
	display: block;
	margin-top: 12px;
	color: #64748b;
}

.campussphere-module-detail__cta > div > a {
	flex: 0 0 auto;
	gap: 10px;
	background: #4f46e5;
	color: #fff;
	box-shadow: 0 16px 34px rgba( 79, 70, 229, 0.24 );
}

@media (max-width: 820px) {
	.campussphere-module-detail__hero {
		padding-bottom: 72px;
	}

	.campussphere-module-detail__breadcrumb {
		margin-bottom: 38px;
	}

	.campussphere-module-detail__hero-grid {
		grid-template-columns: 1fr;
	}

	.campussphere-module-detail__visual {
		width: min( 100%, 360px );
	}

	.campussphere-module-detail__features ul,
	.campussphere-module-detail__outcomes .campussphere-module-detail__container {
		grid-template-columns: 1fr;
	}

	.campussphere-module-detail__outcomes div {
		border-right: 0;
		border-bottom: 1px solid #e0e7ff;
	}

	.campussphere-module-detail__outcomes div:last-child {
		border-bottom: 0;
	}

	.campussphere-module-detail__cta .campussphere-module-detail__container {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 520px) {
	.campussphere-module-detail__container {
		width: min( 100% - 32px, 1180px );
	}

	.campussphere-module-detail__features {
		padding: 72px 0;
	}

	.campussphere-module-detail__features li {
		grid-template-columns: 38px 1fr;
		padding: 18px;
	}

	.campussphere-module-detail__features li > span {
		width: 38px;
		height: 38px;
	}

	.campussphere-module-detail__actions,
	.campussphere-module-detail__actions a,
	.campussphere-module-detail__cta > div > a {
		width: 100%;
	}
}

/* Blog, case study, and testimonial archives */
.campussphere-content-archive__hero {
	position: relative;
	overflow: hidden;
}

.campussphere-content-archive__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient( rgba( 255, 255, 255, 0.1 ) 1px, transparent 1px );
	background-size: 26px 26px;
	mask-image: linear-gradient( to bottom, rgba( 0, 0, 0, 0.7 ), transparent );
	pointer-events: none;
}

.campussphere-content-archive__hero > * {
	position: relative;
	z-index: 1;
}

/* CTA banner should render consistently on archives like /blog/. */
.campussphere-cta-banner {
	max-width: min( 1180px, calc( 100% - 48px ) );
	margin: 0 auto clamp( 2.25rem, 4vw, 3.5rem );
	padding: clamp( 2.6rem, 4.8vw, 3.7rem ) clamp( 1.25rem, 3vw, 2rem );
	border-radius: 24px;
	background: linear-gradient( 135deg, #1e3a8a 0%, #1d4ed8 50%, #0284c7 100% );
	box-shadow: 0 24px 56px rgba( 37, 99, 235, 0.22 );
}

.campussphere-cta-banner__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.campussphere-cta-banner__overline,
.campussphere-cta-banner__headline {
	color: #fff;
}

.campussphere-cta-banner__subheadline,
.campussphere-cta-banner__body {
	color: rgba( 255, 255, 255, 0.88 );
}

.wp-block-post-content .campussphere-cta-banner__overline {
	margin: 0 0 0.75rem;
	color: rgba( 255, 255, 255, 0.72 ) !important;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wp-block-post-content .campussphere-cta-banner__headline {
	margin: 0;
	color: #fff !important;
	font-size: clamp( 1.8rem, 2.5vw, 2.4rem );
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -0.02em;
}

.wp-block-post-content .campussphere-cta-banner__subheadline,
.wp-block-post-content .campussphere-cta-banner__body {
	margin: 0.9rem auto 0;
	color: rgba( 255, 255, 255, 0.88 ) !important;
	font-size: 1rem;
	line-height: 1.65;
}

.campussphere-cta-banner__ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
	margin-top: 1.65rem;
}

.campussphere-cta-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.86rem 1.35rem;
	border-radius: 10px;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.campussphere-cta-banner__btn:hover {
	transform: translateY( -1px );
}

.campussphere-cta-banner__btn--primary {
	background: #fff;
	color: #1d4ed8;
}

.campussphere-cta-banner__btn--secondary {
	border: 1px solid rgba( 255, 255, 255, 0.38 );
	background: rgba( 255, 255, 255, 0.1 );
	color: #fff;
}

.campussphere-cta-banner__trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem 1.2rem;
	margin-top: 1.2rem;
}

.campussphere-cta-banner__trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: rgba( 255, 255, 255, 0.9 );
	font-size: 0.83rem;
	font-weight: 600;
}

.campussphere-cta-banner__trust-check {
	color: #86efac;
	font-weight: 800;
}

.campussphere-content-archive__toolbar {
	gap: 0.9rem;
	margin-bottom: 1.75rem;
}

.campussphere-content-archive__topics {
	gap: 0.65rem;
}

.campussphere-content-archive__topics p {
	margin: 0;
}

.campussphere-content-archive__categories {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.campussphere-content-archive__categories li {
	margin: 0;
}

.campussphere-content-archive__categories li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.42rem 0.72rem;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	background: #fff;
	color: #475569;
	font-size: 0.83rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.campussphere-content-archive__categories li a:hover {
	border-color: #a5b4fc;
	color: #4338ca;
}

.campussphere-content-archive__search {
	margin: 0;
}

.campussphere-content-archive__search .wp-block-search__inside-wrapper {
	border: 1px solid #cbd5e1;
	border-radius: 0.72rem;
	background: #fff;
	padding: 0.26rem;
}

.campussphere-content-archive__search .wp-block-search__input {
	border: 0;
	font-size: 0.9rem;
}

.campussphere-content-archive__search .wp-block-search__button {
	border: 0;
	border-radius: 0.56rem;
	background: #4f46e5;
	color: #fff;
}

.campussphere-content-archive__grid {
	gap: 1.2rem !important;
}

.campussphere-content-archive__featured-list {
	margin-bottom: 1.5rem;
}

.campussphere-content-featured {
	overflow: hidden;
	background: linear-gradient( 135deg, #ffffff 0%, #f8faff 100% );
	box-shadow: 0 16px 44px rgba( 15, 23, 42, 0.08 );
}

.campussphere-content-featured .wp-block-post-featured-image {
	margin: 0;
	height: 100%;
	background: linear-gradient( 135deg, #dbeafe, #e0e7ff );
}

.campussphere-content-featured .wp-block-post-featured-image img {
	height: 100%;
	object-fit: cover;
}

.campussphere-content-featured__kicker {
	margin: 0;
}

.campussphere-content-featured .wp-block-post-title a {
	color: #0f172a;
	text-decoration: none;
}

.campussphere-content-featured .wp-block-post-title a:hover {
	color: #4338ca;
}

.campussphere-content-featured__meta {
	gap: 0.6rem;
	margin-top: 1rem;
}

.campussphere-content-featured__meta .wp-block-read-more {
	margin: 0;
	text-decoration: none;
}

.campussphere-content-featured__meta .wp-block-post-terms,
.campussphere-content-featured__meta .wp-block-post-date {
	margin: 0;
}

.campussphere-content-card,
.campussphere-testimonial-card {
	height: 100%;
	overflow: hidden;
	box-shadow: 0 12px 34px rgba( 15, 23, 42, 0.05 );
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.campussphere-content-card:hover,
.campussphere-testimonial-card:hover {
	transform: translateY( -4px );
	border-color: #c7d2fe !important;
	box-shadow: 0 22px 48px rgba( 15, 23, 42, 0.1 );
}

.campussphere-content-card .wp-block-post-title a {
	color: inherit;
	text-decoration: none;
}

.campussphere-content-card .wp-block-post-title a:hover {
	color: #4f46e5;
}

.campussphere-content-card__meta {
	gap: 0.75rem;
	align-items: center;
}

.campussphere-content-card__meta .wp-block-post-terms {
	margin: 0;
}

.campussphere-content-card__meta .wp-block-post-date {
	margin: 0;
	white-space: nowrap;
}

.campussphere-content-card .wp-block-post-featured-image {
	margin: 0;
	background: linear-gradient( 135deg, #e0e7ff, #dbeafe );
}

.campussphere-content-card .wp-block-post-featured-image img {
	transition: transform 0.35s ease;
}

.campussphere-content-card:hover .wp-block-post-featured-image img {
	transform: scale( 1.025 );
}

.campussphere-content-card .wp-block-post-excerpt {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.campussphere-content-card__foot {
	margin-top: 0.9rem;
}

.campussphere-content-card__foot .wp-block-post-author-name {
	margin: 0;
}

.campussphere-content-card__foot .wp-block-read-more {
	margin: 0;
	text-decoration: none;
}

.campussphere-content-archive__empty {
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #f8fafc;
}

.campussphere-content-archive__pagination {
	gap: 0.45rem;
}

.campussphere-content-archive__pagination .wp-block-query-pagination-previous,
.campussphere-content-archive__pagination .wp-block-query-pagination-next,
.campussphere-content-archive__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	height: 2.35rem;
	padding: 0 0.8rem;
	border: 1px solid #cbd5e1;
	border-radius: 0.66rem;
	background: #fff;
	color: #334155;
	font-size: 0.86rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.campussphere-content-archive__pagination .wp-block-query-pagination-previous:hover,
.campussphere-content-archive__pagination .wp-block-query-pagination-next:hover,
.campussphere-content-archive__pagination .page-numbers:hover {
	border-color: #a5b4fc;
	color: #3730a3;
}

.campussphere-content-archive__pagination .page-numbers.current {
	border-color: #4f46e5;
	background: #4f46e5;
	color: #fff;
}

@media (max-width: 900px) {
	.campussphere-cta-banner {
		max-width: min( 1180px, calc( 100% - 32px ) );
	}

	.campussphere-cta-banner__btn {
		width: 100%;
	}

	.campussphere-content-archive__toolbar {
		align-items: flex-start !important;
	}

	.campussphere-content-archive__search {
		width: 100%;
	}

	.campussphere-content-featured__cols {
		flex-wrap: wrap !important;
	}

	.campussphere-content-featured__media-col,
	.campussphere-content-featured__content-col {
		flex-basis: 100% !important;
	}

	.campussphere-content-featured .wp-block-post-featured-image img {
		min-height: 260px;
	}

	.campussphere-content-archive__grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) ) !important;
	}

	.campussphere-content-card__meta {
		flex-wrap: wrap !important;
	}
}

@media (max-width: 620px) {
	.campussphere-content-archive__hero {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}

	.campussphere-content-archive__body {
		padding-top: 64px !important;
		padding-bottom: 72px !important;
	}

	.campussphere-content-archive__grid {
		grid-template-columns: 1fr !important;
	}

	.campussphere-content-card__foot {
		flex-wrap: wrap !important;
		gap: 0.45rem;
	}

	.campussphere-content-featured__content {
		padding: 22px !important;
	}
}


/* ==========================================================================
   Header "Book Free Demo" — spinning border (ref: rohitprashar.com header CTA)
   Conic gradient ring + solid inner face. No extra background shell.
   ========================================================================== */

.campussphere-header__cta.wp-block-button,
.campussphere-header__cta .wp-block-button {
	background: transparent !important;
	box-shadow: none !important;
}

.campussphere-header__cta .campussphere-header__cta-link {
	position: relative;
	display: inline-flex !important;
	align-items: stretch;
	justify-content: center;
	height: 42px;
	padding: 1px !important;
	border: none !important;
	border-radius: 8px !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.campussphere-header__cta .campussphere-header__cta-link:active {
	transform: scale( 0.97 );
}

.campussphere-header__cta-border {
	position: absolute;
	inset: -1000%;
	background: conic-gradient(
		from 90deg at 50% 50%,
		#4338ca 0%,
		#6366f1 35%,
		#a5b4fc 55%,
		#ffffff 75%,
		#4338ca 100%
	);
	animation: campussphere-header-cta-spin 2s linear infinite;
	pointer-events: none;
}

.campussphere-header__cta-inner {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: 100%;
	height: 100%;
	padding: 0 1.2rem;
	border-radius: 7px;
	background: #ffffff;
	color: #4f46e5;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.campussphere-header__cta-icon {
	flex-shrink: 0;
	opacity: 0.9;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.campussphere-header__cta-link:hover .campussphere-header__cta-inner,
.campussphere-header__cta-link:focus-visible .campussphere-header__cta-inner {
	color: #4338ca;
}

.campussphere-header__cta-link:hover .campussphere-header__cta-icon,
.campussphere-header__cta-link:focus-visible .campussphere-header__cta-icon {
	transform: translateX( 2px );
	opacity: 1;
}

@keyframes campussphere-header-cta-spin {
	to {
		transform: rotate( 360deg );
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.campussphere-header__cta-border {
		animation: none;
		background: #6366f1;
		inset: 0;
	}

	.campussphere-header__cta .campussphere-header__cta-link:active {
		transform: none;
	}
}

/* WebMCP agent focus indicators */
form:tool-form-active {
	outline: 2px dashed #4f46e5;
	outline-offset: 4px;
	border-radius: 12px;
}

button:tool-submit-active,
input:tool-submit-active {
	outline: 2px dashed #c026d3;
	outline-offset: 2px;
}
