/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.lang-switcher {
	display: none;
}

.floating-lang-switch,
.footer-lang-switch {
	position: static !important;
	top: auto !important;
	right: auto !important;
	margin: 10px auto 0 !important;
	left: auto !important;
	bottom: auto !important;
	display: inline-flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: none !important;
	align-items: center;
	gap: 3px;
	padding: 3px;
	border: 1px solid rgba(120, 140, 180, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 22px rgba(35, 52, 90, 0.14);
	z-index: auto;
	opacity: 1;
	transition: background .28s ease;
}

.lang-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #2a3c61;
	text-decoration: none !important;
	transition: all .25s ease;
}

.lang-pill:hover {
	color: #20345a;
	background: rgba(134, 160, 214, 0.2);
}

.lang-pill.is-active {
	color: #fff;
	background: #2d4fae;
	box-shadow: 0 3px 10px rgba(39, 65, 130, 0.24);
	pointer-events: none;
}

@media (max-width: 991.98px) {
	.floating-lang-switch,
	.footer-lang-switch {
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		background: rgba(255, 255, 255, 0.88);
	}
}

.about-hero-copy {
	padding-top: 1.75rem;
}

@media (max-width: 767.98px) {
	.about-hero-copy {
		padding-top: 1rem;
	}
}

.auth-body {
	min-height: 100vh;
	background:
		radial-gradient(1000px 520px at -12% -20%, rgba(188, 220, 255, 0.85), rgba(188, 220, 255, 0) 60%),
		radial-gradient(860px 520px at 120% 120%, rgba(255, 208, 170, 0.7), rgba(255, 208, 170, 0) 58%),
		linear-gradient(135deg, #f9f5ef 0%, #eef3ff 100%);
}

.auth-wrapper {
	position: relative;
	overflow: hidden;
}

.auth-content {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 56px 0;
}

.auth-shell {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 1.1fr) minmax(320px, 520px);
	align-items: stretch;
	max-width: 980px;
	margin: 0 auto;
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	background: rgba(255, 255, 255, 0.64);
	backdrop-filter: blur(12px);
	box-shadow: 0 28px 90px rgba(37, 50, 77, 0.2);
	overflow: hidden;
}

.auth-brand-panel {
	padding: 48px 44px;
	background: linear-gradient(160deg, #1b2a52 0%, #2f4784 62%, #3f5c9f 100%);
	color: #eef3ff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.auth-overline {
	margin: 0 0 16px;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(232, 240, 255, 0.78);
}

.auth-title {
	margin: 0;
	font-size: clamp(1.7rem, 1.2rem + 1vw, 2.35rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #f7faff;
}

.auth-lead {
	margin: 16px 0 24px;
	font-size: 0.96rem;
	line-height: 1.65;
	color: rgba(228, 238, 255, 0.86);
	max-width: 34ch;
}

.auth-link-home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
	text-decoration: none;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	transition: all .28s ease;
}

.auth-link-home:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.24);
	transform: translateY(-1px);
}

.auth-card {
	background: rgba(255, 255, 255, 0.86);
}

.auth-card-inner {
	padding: 42px 34px;
}

.auth-logo {
	max-height: 64px;
	width: auto;
}

.auth-heading {
	margin: 0 0 8px;
	font-size: 1.45rem;
	letter-spacing: -0.01em;
	color: #14213b;
}

.auth-subheading {
	margin: 0 0 22px;
	color: #60708f;
	font-size: 0.92rem;
	line-height: 1.6;
}

.auth-label {
	font-size: 0.83rem;
	font-weight: 600;
	color: #304160;
	letter-spacing: 0.02em;
}

.auth-input {
	height: 46px;
	border-radius: 12px;
	border: 1px solid #d8e1f0;
	background: #fbfdff;
	padding: 0 14px;
	font-size: 0.93rem;
}

.auth-input:focus {
	border-color: #7f9ef7;
	box-shadow: 0 0 0 4px rgba(66, 111, 250, 0.12);
}

.auth-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 12px;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff;
	background: linear-gradient(135deg, #2849a6 0%, #486dcf 100%);
	box-shadow: 0 12px 26px rgba(44, 73, 169, 0.3);
	transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.auth-submit-btn:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(44, 73, 169, 0.36);
}

.auth-submit-btn:disabled {
	opacity: 0.82;
	transform: none;
	box-shadow: none;
}

.auth-error {
	color: #b32845;
	font-size: 0.85rem;
}

.auth-orb {
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
	filter: blur(2px);
	opacity: 0.85;
}

.auth-orb-a {
	width: 250px;
	height: 250px;
	background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.65), rgba(158, 188, 255, 0.22));
	top: 8%;
	left: 4%;
	animation: authFloatA 8s ease-in-out infinite;
}

.auth-orb-b {
	width: 190px;
	height: 190px;
	background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.58), rgba(255, 178, 132, 0.28));
	bottom: 8%;
	right: 8%;
	animation: authFloatB 10s ease-in-out infinite;
}

@keyframes authFloatA {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(0, 14px, 0); }
}

@keyframes authFloatB {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(0, -12px, 0); }
}

@media (max-width: 991.98px) {
	.auth-content {
		padding: 28px 0;
	}

	.auth-shell {
		grid-template-columns: 1fr;
		max-width: 560px;
	}

	.auth-brand-panel {
		padding: 28px 28px 24px;
	}

	.auth-title {
		font-size: 1.55rem;
	}

	.auth-lead {
		margin: 12px 0 18px;
		max-width: none;
	}

	.auth-card-inner {
		padding: 28px 24px 26px;
	}
}
