/* Home / landing (guest) — modern & ringan */
:root {
	--hl-accent: #c6a035;
	--hl-accent-2: #1e5a6e;
	--hl-radius: 22px;
	--hl-radius-lg: 28px;
	--hl-shadow: 0 24px 64px -18px rgba(18, 26, 42, 0.18);
}

/* —— Mobile guest —— */
.page-is-home .home-landing-mobile {
	position: relative;
}

.home-landing-hero {
	min-height: 100vh;
	min-height: 100dvh;
	background-size: cover;
	background-position: center;
	position: relative;
}

.home-landing-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		165deg,
		rgba(10, 14, 26, 0.55) 0%,
		rgba(10, 14, 26, 0.25) 40%,
		rgba(10, 14, 26, 0.75) 100%
	);
	pointer-events: none;
}

.home-landing-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(
		ellipse 100% 55% at 50% 115%,
		rgba(198, 160, 53, 0.18) 0%,
		transparent 62%
	);
	pointer-events: none;
}

.home-landing-copy {
	position: relative;
	z-index: 2;
	max-width: 28rem;
	padding: 1.35rem 1.5rem 1.55rem;
	margin: 0 0.75rem 0.5rem;
	border-radius: var(--hl-radius);
	background: rgba(255, 255, 255, 0.09);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.16);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
	animation: home-landing-fade-up 0.7s ease forwards;
}

@keyframes home-landing-fade-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.home-landing-eyebrow {
	display: inline-block;
	letter-spacing: 0.08em;
	font-size: 0.65rem;
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0.42rem 0.75rem;
	border-radius: 999px;
	margin-bottom: 1rem;
}

.home-landing-title {
	font-family: "Source Sans Pro", "Roboto", sans-serif;
	font-size: clamp(1.75rem, 5.5vw, 2rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
	text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
	margin-bottom: 0.65rem;
}

.home-landing-desc {
	font-size: 0.94rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
	max-width: 22rem;
}

.home-landing-hint {
	margin-top: 1.35rem;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.55);
	line-height: 1.45;
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
}

.home-landing-hint i {
	margin-top: 0.15rem;
	opacity: 0.75;
}

/* —— Desktop guest —— */
.home-landing-desktop {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 1rem;
	background:
		radial-gradient(ellipse 80% 60% at 12% 8%, rgba(198, 160, 53, 0.11), transparent 50%),
		radial-gradient(ellipse 70% 50% at 92% 88%, rgba(30, 90, 110, 0.1), transparent 48%),
		linear-gradient(168deg, #f9fafc 0%, #eef2f9 52%, #e8ecf4 100%);
}

.home-landing-shell {
	width: 100%;
	max-width: 920px;
}

.home-landing-card {
	border-radius: var(--hl-radius-lg);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: var(--hl-shadow), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
	min-height: 440px;
	animation: home-landing-fade-up 0.65s ease forwards;
}

.home-landing-aside {
	position: relative;
	min-height: 280px;
	background-size: cover;
	background-position: center;
}

@media (min-width: 768px) {
	.home-landing-aside {
		min-height: 100%;
	}
}

.home-landing-aside::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		135deg,
		rgba(18, 28, 42, 0.72) 0%,
		rgba(18, 40, 52, 0.45) 48%,
		rgba(30, 70, 86, 0.55) 100%
	);
}

.home-landing-aside-inner {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2rem 1.75rem;
}

.home-landing-kicker {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}

.home-landing-aside-title {
	font-family: "Source Sans Pro", "Roboto", sans-serif;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	font-weight: 800;
	line-height: 1.15;
	color: #fff;
	margin-bottom: 0.65rem;
}

.home-landing-aside-text {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.55;
	font-size: 0.95rem;
	max-width: 22rem;
}

.home-landing-form-wrap {
	max-width: 380px;
	margin: 0 auto;
	padding: 2rem 1.75rem 2.25rem;
}

@media (min-width: 768px) {
	.home-landing-form-wrap {
		padding: 2.5rem 2.25rem;
	}
}

.home-landing-logo {
	width: 72px;
	height: 72px;
	object-fit: contain;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(18, 26, 42, 0.12);
}

.home-landing-form-wrap .form-label {
	font-size: 0.8rem;
	font-weight: 600;
	color: #3d4555;
	margin-bottom: 0.35rem;
}

.home-landing-form-wrap .form-control {
	border-radius: 12px;
	border: 1px solid rgba(18, 26, 42, 0.1);
	padding: 0.65rem 0.9rem;
	font-size: 0.95rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-landing-form-wrap .form-control:focus {
	border-color: rgba(198, 160, 53, 0.55);
	box-shadow: 0 0 0 3px rgba(198, 160, 53, 0.15);
}

.home-landing-btn-primary {
	border-radius: 12px;
	height: 48px;
	font-weight: 600;
	letter-spacing: 0.02em;
	background: linear-gradient(135deg, #2c3e50 0%, #1e5a6e 100%);
	border: none;
	box-shadow: 0 8px 24px rgba(30, 90, 110, 0.28);
	transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.home-landing-btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(30, 90, 110, 0.35);
	color: #fff;
}

.home-landing-btn-google {
	border-radius: 12px;
	height: 48px;
	font-weight: 600;
	border: 1px solid rgba(18, 26, 42, 0.12);
	background: #fff;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.home-landing-btn-google:hover {
	background: #fafbfc;
	border-color: rgba(18, 26, 42, 0.18);
}

.home-landing-links a {
	color: #5a6578;
	font-size: 0.85rem;
	transition: color 0.15s ease;
}

.home-landing-links a:hover {
	color: var(--hl-accent-2);
}

/* Footer polish on guest home */
.page-is-home #footer-bar {
	background: rgba(255, 255, 255, 0.93);
	backdrop-filter: saturate(140%) blur(12px);
	-webkit-backdrop-filter: saturate(140%) blur(12px);
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 -12px 40px rgba(18, 26, 42, 0.06);
}
