/* TurboSoft — faqja kryesore (stil modern, frymëzuar nga layout profesional B2B) */

.page-home,
body:has(> header.site-header--home) {
	font-family: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.page-home .site-header:not(.site-header--home) {
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(12px);
}

.page-home .site-header--home,
.site-header.site-header--home {
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(12px);
}

@media (max-width: 720px) {
	.site-header.site-header--home {
		background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
		border-bottom-color: rgba(148, 163, 184, 0.22);
	}

	.site-header--home .site-header-inner {
		background: transparent;
	}

	.site-header--home .logo--brand .logo-title,
	.site-header--home .logo-tagline,
	.site-header--home .nav-main-list > li > a,
	.site-header--home .nav-dropdown-toggle span {
		color: #e2e8f0 !important;
	}

	.site-header--home .lang-select {
		color: #e2e8f0;
		background-color: rgba(15, 23, 42, 0.8);
		border-color: rgba(148, 163, 184, 0.3);
	}

	.site-header--home .nav-main {
		background: transparent;
		border: none;
		border-radius: 0;
		padding: 0;
	}
}

.page-home .container-lg {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

/* Keep the homepage in the same light tone as header */
.page-home {
	background: rgba(255, 255, 255, 0.95);
}

/* Hero */
.home-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(1200px 600px at 12% -10%, rgba(33, 139, 142, 0.35), transparent 55%),
		radial-gradient(900px 480px at 92% 10%, rgba(26, 111, 114, 0.22), transparent 50%),
		linear-gradient(165deg, #0b1220 0%, #111827 42%, #0f172a 100%);
	color: #f8fafc;
	padding: clamp(3rem, 8vw, 5.5rem) 0 clamp(4rem, 10vw, 6rem);
	border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, black 30%, transparent 75%);
	pointer-events: none;
}

.home-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2rem;
	align-items: center;
}

@media (min-width: 900px) {
	.home-hero-inner {
		grid-template-columns: 1.15fr 0.85fr;
		gap: 3rem;
	}
}

.home-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(226, 232, 240, 0.85);
	margin: 0 0 1rem;
}

.home-eyebrow::before {
	content: "";
	width: 1.5rem;
	height: 2px;
	background: linear-gradient(90deg, var(--accent), rgba(33, 139, 142, 0.2));
	border-radius: 2px;
}

.home-hero h1 {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 5vw, 3.15rem);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #fff;
}

.home-hero .home-lead {
	margin: 0 0 1.75rem;
	font-size: clamp(1rem, 1.35vw, 1.125rem);
	line-height: 1.65;
	color: rgba(203, 213, 225, 0.92);
	max-width: 34rem;
}

.home-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.home-hero .btn-primary {
	background: var(--accent);
	border-color: var(--accent);
	box-shadow: 0 8px 28px rgba(33, 139, 142, 0.35);
}

.home-hero .btn-primary:hover,
.home-hero .btn-primary:focus {
	box-shadow: 0 10px 32px rgba(33, 139, 142, 0.45);
}

.home-hero .btn-outline {
	color: #e2e8f0 !important;
	border-color: rgba(148, 163, 184, 0.45);
	background: rgba(15, 23, 42, 0.35);
}

.home-hero .btn-outline:hover,
.home-hero .btn-outline:focus {
	border-color: var(--accent);
	color: #fff !important;
	background: rgba(33, 139, 142, 0.15);
}

.home-hero-card {
	border-radius: 16px;
	padding: 1.5rem;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(148, 163, 184, 0.2);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.home-hero-card h2 {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(226, 232, 240, 0.65);
}

.home-mini-grid {
	display: grid;
	gap: 0.75rem;
	margin-top: 1rem;
}

.home-mini-item {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.75rem 1rem;
	border-radius: 12px;
	background: rgba(15, 23, 42, 0.45);
	border: 1px solid rgba(148, 163, 184, 0.12);
}

.home-mini-item strong {
	font-size: 0.92rem;
	font-weight: 700;
	color: #f1f5f9;
}

.home-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: 0;
	flex-shrink: 0;
	background: var(--accent);
	box-shadow: 0 0 0 4px rgba(33, 139, 142, 0.25);
}

/* Trust */
.home-trust {
	padding: 1.25rem 0;
	background: var(--white);
	border-bottom: 1px solid var(--border);
}

.home-trust p {
	margin: 0;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--muted);
	letter-spacing: 0.02em;
}

/* Fiscal & offline spotlight cards */
.home-spotlights {
	padding: clamp(1.75rem, 4vw, 2.75rem) 0;
	background: linear-gradient(180deg, var(--bg-soft) 0%, var(--white) 100%);
	border-bottom: 1px solid var(--border);
}

.home-spotlight-grid {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 768px) {
	.home-spotlight-grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem;
		align-items: stretch;
	}
}

.home-spotlight {
	position: relative;
	padding: 1.35rem 1.4rem 1.5rem;
	border-radius: 16px;
	background: var(--white);
	border: 1px solid var(--border);
	box-shadow: 0 6px 28px rgba(15, 23, 42, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-spotlight--link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.home-spotlight--link:hover,
.home-spotlight--link:focus {
	border-color: rgba(33, 139, 142, 0.45);
	box-shadow: 0 10px 36px rgba(33, 139, 142, 0.12);
}

.home-spotlight--link:focus {
	outline: 2px solid var(--accent);
	outline-offset: 2px;
}

.home-spotlight-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 0.85rem;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(33, 139, 142, 0.18), rgba(33, 139, 142, 0.06));
	color: var(--accent-dark);
	font-size: 1.15rem;
}

.home-spotlight-icon--alt {
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.03));
	color: var(--text);
}

.home-spotlight-title {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--text);
	line-height: 1.25;
}

.home-spotlight-body {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.62;
	color: var(--muted);
}

.home-spotlight-cta {
	display: inline-block;
	margin-top: 1rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--accent);
}

.home-spotlight--link:hover .home-spotlight-cta,
.home-spotlight--link:focus .home-spotlight-cta {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Sections */
.home-section {
	padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.home-section.alt {
	background: linear-gradient(180deg, var(--bg-soft) 0%, var(--white) 100%);
}

.page-home .home-trust,
.page-home .home-spotlights,
.page-home .home-section,
.page-home .home-section.alt,
.page-home .home-downloads-section,
.page-home .home-index-logos {
	background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
	border-color: rgba(148, 163, 184, 0.14);
}

.page-home .home-trust p,
.page-home .home-section-head p {
	color: rgba(203, 213, 225, 0.92);
}

.page-home .home-section-head h2 {
	color: #f8fafc;
}

.page-home .financex-wordmark-low {
	color: #e2e8f0;
}

.page-home .home-spotlight,
.page-home .home-stat,
.page-home .home-benefit,
.page-home .home-download-btn {
	background: linear-gradient(145deg, rgba(20, 33, 61, 0.9), rgba(12, 23, 47, 0.92));
	border: 1px solid rgba(148, 163, 184, 0.22);
	box-shadow: 0 12px 36px rgba(2, 6, 23, 0.35);
}

.page-home .home-spotlight-title,
.page-home .home-stat strong,
.page-home .home-benefit h3,
.page-home .home-download-label strong {
	color: #f8fafc;
}

.page-home .home-spotlight-body,
.page-home .home-benefit p,
.page-home .home-stat span,
.page-home .home-download-label span,
.page-home .home-product p {
	color: rgba(226, 232, 240, 0.88);
}

.home-section-head {
	max-width: 720px;
	margin-bottom: 2rem;
}

.home-section-head h2 {
	margin: 0 0 0.6rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--text);
}

.home-section-head p {
	margin: 0;
	font-size: 1.05rem;
	color: var(--muted);
}

/* Product grid */
.home-products {
	display: grid;
	gap: 1rem;
}

@media (min-width: 640px) {
	.home-products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1000px) {
	.home-products {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-product {
	display: flex;
	flex-direction: column;
	padding: 1.5rem;
	border-radius: 14px;
	border: 1px solid rgba(148, 163, 184, 0.22);
	background: linear-gradient(145deg, rgba(20, 33, 61, 0.9), rgba(12, 23, 47, 0.92));
	box-shadow: 0 12px 36px rgba(2, 6, 23, 0.35);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	color: inherit !important;
	text-decoration: none !important;
}

.home-product:hover,
.home-product:focus {
	transform: translateY(-3px);
	border-color: rgba(56, 189, 248, 0.5);
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.45);
}

.home-product-icon-fa {
	width: 100%;
	height: 4.5rem;
	margin-bottom: 1rem;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(30, 64, 175, 0.28), rgba(8, 47, 73, 0.22));
	border: 1px solid rgba(148, 163, 184, 0.24);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #93c5fd;
	font-size: 1.85rem;
}

.home-product:hover .home-product-icon-fa,
.home-product:focus .home-product-icon-fa {
	background: linear-gradient(135deg, rgba(56, 189, 248, 0.28), rgba(30, 64, 175, 0.22));
	border-color: rgba(56, 189, 248, 0.45);
}

.home-product h3 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	color: #f8fafc;
}

.home-product p {
	margin: 0;
	font-size: 0.92rem;
	color: rgba(226, 232, 240, 0.88);
	line-height: 1.55;
	flex: 1;
}

.home-product-foot {
	margin-top: 1.1rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #67e8f9;
}

/* Stats */
.home-stats {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
	.home-stats {
		grid-template-columns: repeat(4, 1fr);
	}
}

.home-stat {
	padding: 1.35rem 1.15rem;
	border-radius: 14px;
	background: var(--white);
	border: 1px solid var(--border);
	text-align: center;
}

.home-stat strong {
	display: block;
	font-size: clamp(1.65rem, 3vw, 2.1rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--text);
}

.home-stat span {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--muted);
	margin-top: 0.35rem;
	display: block;
}

/* Benefits */
.home-benefits {
	display: grid;
	gap: 1.25rem;
}

@media (min-width: 768px) {
	.home-benefits {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-benefit {
	padding: 1.5rem;
	border-radius: 14px;
	border: 1px solid var(--border);
	background: var(--white);
}

.home-benefit h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	font-weight: 700;
}

.home-benefit p {
	margin: 0;
	font-size: 0.94rem;
	color: var(--muted);
	line-height: 1.55;
}

/* Audience */
.home-audience {
	display: grid;
	gap: 1rem;
}

@media (min-width: 600px) {
	.home-audience {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 900px) {
	.home-audience {
		grid-template-columns: repeat(4, 1fr);
	}
}

.home-aud-card {
	padding: 1.25rem;
	border-radius: 12px;
	background: rgba(33, 139, 142, 0.06);
	border: 1px solid rgba(33, 139, 142, 0.18);
}

.home-aud-card h3 {
	margin: 0 0 0.4rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--text);
}

.home-aud-card p {
	margin: 0;
	font-size: 0.86rem;
	color: var(--muted);
	line-height: 1.5;
}

/* Shkarkime */
.home-downloads-section .home-code {
	font-size: 0.85em;
	padding: 0.15em 0.45em;
	border-radius: 6px;
	background: var(--bg-soft);
	border: 1px solid var(--border);
	color: var(--accent-dark);
}

.home-downloads {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.home-downloads {
		grid-template-columns: repeat(3, 1fr);
	}
}

.home-download-btn {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.15rem 1.25rem;
	border-radius: 14px;
	border: 1px solid var(--border);
	background: var(--white);
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
	color: inherit !important;
	text-decoration: none !important;
	transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.home-download-btn:hover,
.home-download-btn:focus {
	border-color: rgba(33, 139, 142, 0.5);
	box-shadow: 0 10px 32px rgba(33, 139, 142, 0.14);
	transform: translateY(-2px);
}

.home-download-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--accent), var(--accent-dark));
	color: #fff;
}

.home-download-label {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	text-align: left;
	flex: 1 1 auto;
}

.home-download-label strong {
	font-size: 1rem;
	font-weight: 700;
	color: var(--text);
}

.home-download-label span {
	font-size: 0.8rem;
	font-weight: 500;
	color: var(--muted);
}

.home-download-icon--fx img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	display: block;
}

.home-download-action {
	margin-left: auto;
	color: var(--accent-dark);
	font-size: 1.05rem;
	opacity: 0.92;
}

.home-cta-final {
	text-align: center;
	padding: clamp(3rem, 7vw, 4rem) 1rem;
	background:
		linear-gradient(135deg, rgba(33, 139, 142, 0.12) 0%, transparent 50%),
		var(--text);
	color: var(--white);
}

.home-cta-final h2 {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	font-weight: 800;
	color: var(--white);
}

.home-cta-final p {
	margin: 0 auto 1.25rem;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
}

.page-home .site-footer:not(.site-footer--home) {
	background: #fafbfc;
}

/* Header kryesor — faqja e parë (shirit kontakti + logo me imazh) */
.site-header--home {
	flex-direction: column;
	align-items: stretch;
	padding: 0;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.site-header--home .site-header-inner {
	padding: 0.75rem 0;
	width: 100%;
}

.home-header-top {
	background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
	color: #e2e8f0;
	font-size: 0.8125rem;
	padding: 0.45rem 0;
	border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

body.top-banner-hidden .home-header-top {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
	overflow: hidden;
	border-bottom-width: 0;
}

@media (max-width: 720px) {
	.home-header-top {
		max-height: 6rem;
		transition: max-height 0.28s ease, opacity 0.2s ease, padding 0.2s ease;
		overflow: hidden;
	}
}

.home-header-top-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 1rem;
}

.home-header-top-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
}

.home-header-link {
	color: #f8fafc !important;
	text-decoration: none !important;
	font-weight: 600;
}

.home-header-link:hover,
.home-header-link:focus {
	color: #5eead4 !important;
	text-decoration: underline !important;
}

.home-header-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(148, 163, 184, 0.6);
}

.home-header-address {
	margin: 0;
	flex: 1 1 220px;
	text-align: center;
	color: rgba(226, 232, 240, 0.92);
	line-height: 1.4;
	font-size: 0.78rem;
}

@media (min-width: 900px) {
	.home-header-address {
		text-align: left;
	}
}

.home-header-social {
	display: flex;
	gap: 0.35rem;
}

.home-header-social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	background: rgba(33, 139, 142, 0.35);
	border: 1px solid rgba(94, 234, 212, 0.25);
	border-radius: 4px;
	color: #f8fafc !important;
	font-size: 0.65rem;
	font-weight: 800;
	text-decoration: none !important;
}

.home-header-social-link:hover,
.home-header-social-link:focus {
	background: var(--accent);
	border-color: var(--accent);
}

.logo--brand {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	text-decoration: none !important;
	color: var(--text) !important;
}

.logo-mark {
	display: block;
	width: 44px;
	height: 44px;
	object-fit: contain;
	flex-shrink: 0;
}

.logo-brand-stack {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	line-height: 1.15;
}

.logo--brand .logo-title {
	font-weight: 800;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
	color: var(--text);
}

.logo--brand .logo-accent {
	color: var(--accent);
}

.logo-tagline {
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--muted);
	letter-spacing: 0.02em;
}

/* Logot financeX poshtë hero */
.home-index-logos {
	background: var(--white);
	border-bottom: 1px solid var(--border);
	padding: 1rem 0;
}

.home-index-logos-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1.5rem 2rem;
}

/* Një logo tekst: finance + X e kuqe (stil i përafërt me markën) */
.financex-wordmark {
	margin: 0;
	font-size: clamp(1.85rem, 4.5vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
	font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.financex-wordmark-low {
	font-weight: 600;
	color: #0f172a;
	text-transform: lowercase;
}

.financex-wordmark-x {
	color: #dc2626;
	font-weight: 800;
	margin-left: 0.02em;
}

.financex-wordmark--on-dark .financex-wordmark-low {
	color: #f1f5f9;
}

.financex-wordmark--on-dark .financex-wordmark-x {
	color: #f87171;
}

.financex-wordmark--footer {
	margin-bottom: 1rem;
	font-size: clamp(1.65rem, 3.5vw, 2rem);
}

/* Footer i zgjeruar — faqja e parë */
.site-footer--home {
	background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
	color: #cbd5e1;
	border-top: none;
	text-align: left;
	padding: 2.5rem 0 1.25rem;
}

.home-footer-grid {
	display: grid;
	gap: 2rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.home-footer-grid {
		grid-template-columns: 1.1fr 0.9fr;
		align-items: start;
	}
}

.home-footer-blurb {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(226, 232, 240, 0.88);
	max-width: 36rem;
}

.home-footer-contact-line {
	margin: 0 0 0.55rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(226, 232, 240, 0.9);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.35rem;
}

.home-footer-contact-line a {
	color: #5eead4 !important;
	font-weight: 600;
	text-decoration: none !important;
}

.home-footer-contact-line a:hover,
.home-footer-contact-line a:focus {
	text-decoration: underline !important;
}

.home-footer-contact-icon {
	flex-shrink: 0;
	opacity: 0.75;
}

.home-footer-sep {
	margin: 0 0.35rem;
	opacity: 0.5;
}

.home-footer-social {
	display: flex;
	gap: 0.4rem;
	margin-top: 0.75rem;
}

.home-footer-social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	color: #f8fafc !important;
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none !important;
}

.home-footer-social-btn:hover,
.home-footer-social-btn:focus {
	background: var(--accent);
	border-color: var(--accent);
}

.home-footer-copy {
	margin: 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(148, 163, 184, 0.15);
	text-align: center;
	font-size: 0.82rem;
	color: rgba(148, 163, 184, 0.85);
}

@media (prefers-reduced-motion: reduce) {
	.home-product {
		transition: none;
	}

	.home-product:hover,
	.home-product:focus {
		transform: none;
	}

	.home-download-btn {
		transition: none;
	}

	.home-download-btn:hover,
	.home-download-btn:focus {
		transform: none;
	}
}
