.home-page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.home-page .hero-container {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
}

.home-page .hero-container .container {
	width: 100%;
}

.home-page .site-footer {
	margin-top: auto;
}

.site-header {
	background: #080210;
	padding: 20px 0;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
	border-bottom: 1px solid rgb(243 244 246 / 0.3);
}

.site-header.navbar-attached {
	background: rgba(4, 0, 13, 0.98);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.site-header-inner {
	display: flex;
	align-items: center;
}

.site-header-brand {
	margin-right: 0;
}

.site-header-desktop-nav {
	flex: 1 1 auto;
	justify-content: center;
}

.site-logo img {
	width: 125px;
	height: auto;
	display: block;
}

.site-header-toggle {
	border: 0;
	padding: 0;
}

.site-header-toggle:focus {
	box-shadow: none;
}

.site-header-offcanvas {
	background: #070012;
	color: #fff;
}

.site-header-nav {
	gap: 24px;
	align-items: center;
	padding: 26px;
}

.site-header-nav .link-light {
	color: rgb(255 255 255 / 0.7) !important;
}

.site-header-nav .nav-link {
	font-size: 0.875rem;
	font-weight: 500;
	padding: 10px 20px;
}

.site-header-nav .nav-link:hover,
.site-header-nav .nav-link:focus {
	color: #fff;
	opacity: 0.88;
}

.site-header-actions {
	align-items: center;
}

.site-btn {
	border-radius: 999px;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.5rem 1rem;
	border: 1px solid rgb(255 255 255 / 0.1);
}

.site-btn:hover,
.site-btn:focus {
	color: #fff;
}

.site-btn-ghost {
	background: transparent;
	color: #fff;
}

.site-btn-ghost:hover,
.site-btn-ghost:focus {
	background: rgba(255, 255, 255, 0.05);
}

.site-btn-primary {
	background: linear-gradient(90deg, #ff057e 0%, #a028af 100%);
	color: #fff;
}

.site-btn-primary:hover,
.site-btn-primary:focus {
	background: linear-gradient(90deg, #ff278f 0%, #b53bc4 100%);
}

.hero-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 30px 56px 0;
	border-radius: 24px;
	background: linear-gradient(152.16deg, #FF0081 -71.74%, #080210 91.51%);
	overflow: hidden;
	margin: 45px 0;
}

.hero-copy {
	color: #fff;
	margin-bottom: 30px;
}

.hero-title {
	margin: 0 0 14px;
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -1px;
}

.hero-subtitle {
	margin: 0 0 26px;
	font-size: 1rem;
	line-height: 1.5;
	color: #9CA3AF;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.hero-qr {
	flex: 0 0 auto;
	padding: 0;
}

.hero-qr img {
	width: 96px;
	height: 96px;
	display: block;
}

.hero-store-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-store-buttons .btn-store img {
	height: 42px;
	width: auto;
	display: block;
}

.hero-devices {
	position: relative;
	min-height: 240px;
	margin-top: auto;
	bottom: 0;
}

.hero-device {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	height: auto;
	filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.38));
}

.hero-device-back {
	right: 0px;
	width: 250px;
	transform: rotate(0deg);
}

.hero-device-front {
	right: 0;
	z-index: 2;
}

.site-footer {
	padding: 72px 0 52px;
}

.site-footer-inner {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.site-footer-top,
.site-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.site-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.site-footer-brand img {
	width: 150px;
	height: auto;
	display: block;
}

.site-footer-stores {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.site-footer-stores .btn-store img {
	height: 40px;
	width: auto;
	display: block;
}

.site-footer-social,
.site-footer-nav {
	display: flex;
	align-items: center;
	gap: 20px;
}

.site-footer-social a,
.site-footer-nav a,
.site-footer-copy {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
}

.site-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.site-footer-social a:hover,
.site-footer-social a:focus,
.site-footer-nav a:hover,
.site-footer-nav a:focus {
	color: #fff;
}

.site-footer-social svg {
	width: 24px;
	height: 24px;
	display: block;
}

.site-footer-divider {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
}

.site-footer-copy {
	font-size: 1rem;
}

.site-footer-nav a {
	font-size: 1rem;
}

@media (min-width: 992px) {
	.site-header-inner {
		justify-content: space-between;
	}

	.site-header-nav {
		justify-content: center;
	}
}

@media (max-width: 991.98px) {
	.home-page .hero-container {
		align-items: flex-start;
	}

	.site-header {
		padding: 14px 0;
	}

	.site-header-inner {
		justify-content: space-between;
	}

	.site-header-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.site-header .offcanvas-body {
		padding: 0 24px 24px;
	}

	.site-header-nav {
		gap: 0;
		margin-bottom: 18px;
	}

	.site-header-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}

	.site-header-actions .site-btn {
		width: 100%;
	}

	/* .hero-container {
		padding-top: 92px;
		padding-bottom: 20px;
	} */

	.hero-panel {
		flex-direction: column;
		align-items: flex-start;
		padding: 28px 24px;
		gap: 18px;
	}

	.hero-subtitle {
		font-size: 1rem;
	}

	.hero-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero-store-buttons {
		gap: 10px;
	}

	.hero-devices {
		flex: 0 0 auto;
		width: 100%;
		min-height: 280px;
	}

	.hero-device {
		width: 185px;
		bottom: -16px;
	}

	.hero-device-back {
		right: 8px;
		width: 170px;
	}

	.hero-device-front {
		right: 92px;
	}

	.site-footer {
		padding: 56px 0 40px;
	}

	.site-footer-top,
	.site-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-footer-social,
	.site-footer-nav {
		flex-wrap: wrap;
		gap: 16px;
	}
}