.affiliate-page {
	font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	background: #f6f8fb;
	color: #1f2937;
}

.affiliate-hidden {
	display: none !important;
}

.navbar-custom[data-landing="true"] {
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	padding: 0.85rem 1rem;
}

.affiliate-hero {
	position: relative;
	padding: 6rem 0 5rem;
	background: radial-gradient(circle at top right, rgba(56, 189, 248, 0.25), rgba(15, 23, 42, 0))
							, linear-gradient(135deg, #0f172a, #1e293b 55%, #312e81);
	color: #f8fafc;
	overflow: hidden;
}

.affiliate-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at bottom left, rgba(236, 72, 153, 0.22), rgba(14, 165, 233, 0));
	pointer-events: none;
}

.affiliate-hero .container,
.affiliate-hero .row,
.affiliate-hero .col-lg-6,
.affiliate-hero .hero-panel {
	position: relative;
	z-index: 1;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.18);
	color: rgba(226, 232, 240, 0.95);
	font-size: 0.83rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.affiliate-hero h1 {
	font-weight: 700;
	font-size: clamp(2.25rem, 4vw, 3.1rem);
	margin-top: 1.25rem;
	margin-bottom: 1rem;
}

.affiliate-hero .lead {
	font-size: 1.1rem;
	max-width: 36rem;
	color: rgba(241, 245, 249, 0.88);
}

.hero-actions .btn {
	border-radius: 0.85rem;
	font-weight: 600;
	padding: 0.85rem 1.8rem;
}

.btn-aff {
	background: linear-gradient(135deg, #34d399, #22d3ee);
	border: none;
	color: #082f49;
	font-weight: 700;
	box-shadow: 0 18px 35px rgba(34, 211, 238, 0.32);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn-aff:hover {
	transform: translateY(-1px);
	box-shadow: 0 22px 38px rgba(34, 211, 238, 0.38);
	filter: brightness(1.03);
	color: #082f49;
}

.btn-aff:active {
	transform: translateY(0);
	box-shadow: 0 12px 22px rgba(45, 212, 191, 0.32);
}

.btn-aff:focus-visible {
	outline: 3px solid rgba(165, 243, 252, 0.65);
	outline-offset: 3px;
}

.hero-referral {
	margin-top: 2.25rem;
}

.referral-card {
	display: inline-flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem 1.4rem;
	border-radius: 1rem;
	background: rgba(15, 23, 42, 0.65);
	border: 1px solid rgba(226, 232, 240, 0.12);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	box-shadow: 0 14px 24px rgba(30, 64, 175, 0.28);
}

.referral-label {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(148, 163, 184, 0.85);
}

.referral-card a {
	color: #f8fafc;
	font-weight: 600;
	word-break: break-all;
}

.hero-panel {
	background: rgba(15, 23, 42, 0.65);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	border-radius: 1.4rem;
	padding: 2.25rem;
	border: 1px solid rgba(226, 232, 240, 0.12);
	box-shadow: 0 32px 65px rgba(15, 23, 42, 0.35);
}

.hero-panel .panel-title {
	font-weight: 700;
	color: rgba(224, 231, 255, 0.92);
	margin-bottom: 1.5rem;
}

.hero-panel .panel-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.8rem;
	display: grid;
	gap: 0.85rem;
}

.hero-panel .panel-list li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	position: relative;
	padding-left: 1.55rem;
	color: rgba(226, 232, 240, 0.9);
}

.hero-panel .panel-list li::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #34d399, #22d3ee);
	position: absolute;
	left: 0;
	top: 0.5rem;
}

.hero-panel .btn-aff {
	box-shadow: none;
}

.hero-metrics {
	border-top: 1px solid rgba(148, 163, 184, 0.24);
	padding-top: 1.5rem;
}

.metric-item {
	min-width: 160px;
}

.metric-value {
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	color: #38bdf8;
}

.metric-label {
	display: block;
	font-size: 0.85rem;
	color: rgba(226, 232, 240, 0.78);
}

.affiliate-section {
	padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.section-heading {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 3rem;
}

.section-heading p {
	color: rgba(71, 85, 105, 0.78);
	margin-top: 0.75rem;
}

.eyebrow {
	display: inline-block;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(59, 130, 246, 0.12);
	color: #1d4ed8;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.section-stats {
	background: linear-gradient(180deg, rgba(15, 118, 110, 0.03), rgba(15, 23, 42, 0.02));
}

.stat-card {
	background: #ffffff;
	border-radius: 1.25rem;
	padding: 2.2rem;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	border: 1px solid rgba(226, 232, 240, 0.65);
}

.stat-label {
	font-size: 0.85rem;
	font-weight: 600;
	color: rgba(71, 85, 105, 0.9);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.stat-value {
	font-size: 2.25rem;
	font-weight: 700;
	color: #0f172a;
}

.stat-copy {
	color: rgba(71, 85, 105, 0.85);
	margin-bottom: 0;
}

.benefit-card {
	background: #ffffff;
	border-radius: 1.1rem;
	padding: 2rem;
	border: 1px solid rgba(226, 232, 240, 0.6);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.benefit-icon {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.85rem;
	background: linear-gradient(135deg, rgba(244, 114, 182, 0.18), rgba(59, 130, 246, 0.26));
	color: #4338ca;
	font-weight: 700;
	font-size: 1.1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.benefit-card h5 {
	font-weight: 700;
	margin: 0;
}

.benefit-card p {
	color: rgba(71, 85, 105, 0.85);
	margin-bottom: 0;
}



.aff-timeline {
	display: flex;
	flex-direction: column;
	gap: 1.9rem;
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.aff-timeline::before {
	content: "";
	position: absolute;
	left: 1.25rem;
	top: 0.75rem;
	bottom: 0.75rem;
	width: 2px;
	background: linear-gradient(to bottom, rgba(99, 102, 241, 0.35), rgba(236, 72, 153, 0.25));
}

.aff-timeline__step {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	position: relative;
}

.aff-timeline__marker {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	margin-top: 0.35rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #a855f7, #ec4899);
	color: #ffffff;
	font-weight: 700;
	display: grid;
	place-items: center;
	box-shadow: 0 15px 30px rgba(168, 85, 247, 0.35);
}

.aff-timeline__body {
	background: #ffffff;
	border-radius: 1.1rem;
	padding: 1.75rem 2rem;
	border: 1px solid rgba(226, 232, 240, 0.58);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
	width: 100%;
	flex: 1 1 auto;
}

.aff-timeline__body h5 {
	font-weight: 700;
}

.aff-timeline__body p {
	color: rgba(71, 85, 105, 0.85);
	margin-bottom: 1rem;
}

.section-resources {
	background: linear-gradient(120deg, rgba(59, 130, 246, 0.08), rgba(244, 114, 182, 0.05));
}

.resource-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 2rem;
	display: grid;
	gap: 0.75rem;
}

.resource-list li {
	position: relative;
	padding-left: 1.5rem;
	color: rgba(30, 41, 59, 0.85);
}

.resource-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #38bdf8, #22c55e);
}

.resource-card {
	background: #ffffff;
	border-radius: 1.25rem;
	border: 1px solid rgba(226, 232, 240, 0.62);
	box-shadow: 0 24px 40px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.resource-card__header {
	background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
	color: #f8fafc;
	padding: 1.25rem 1.75rem;
	font-weight: 600;
}

.resource-card__body {
	padding: 1.75rem;
	display: grid;
	gap: 1rem;
}

.resource-row {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	color: #0f172a;
}

.resource-row .resource-label {
	color: rgba(71, 85, 105, 0.85);
	font-weight: 500;
}

.resource-card__footer {
	padding: 1.25rem 1.75rem 1.8rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	font-size: 0.9rem;
	color: rgba(71, 85, 105, 0.85);
}

.section-faq .accordion-button {
	font-weight: 600;
	padding: 1.2rem 1.5rem;
	border-radius: 0.85rem;
}

.section-faq .accordion-button:not(.collapsed) {
	color: #1d4ed8;
	background: rgba(59, 130, 246, 0.08);
	box-shadow: none;
}

.section-faq .accordion-item {
	border: none;
	margin-bottom: 1rem;
	border-radius: 0.95rem;
	overflow: hidden;
	box-shadow: 0 12px 22px rgba(15, 23, 42, 0.05);
}

.section-faq .accordion-body {
	color: rgba(71, 85, 105, 0.82);
	line-height: 1.65;
}

.section-cta {
	background: linear-gradient(135deg, #0f172a, #1e3a8a 55%, #312e81);
	color: #f8fafc;
}

.cta-card {
	background: rgba(15, 23, 42, 0.72);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	border-radius: 1.4rem;
	padding: clamp(2.5rem, 4vw, 3.5rem);
	border: 1px solid rgba(148, 163, 184, 0.25);
	box-shadow: 0 28px 48px rgba(15, 23, 42, 0.35);
	max-width: 780px;
	margin: 0 auto;
}

.cta-card p {
	color: rgba(226, 232, 240, 0.78);
	margin-top: 0.85rem;
}

.affiliate-footer {
	background: #ffffff;
	padding: 1.8rem 0;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	color: rgba(71, 85, 105, 0.85);
}

.affiliate-footer a {
	color: inherit;
	font-weight: 600;
}

.affiliate-footer a:hover {
	color: #1d4ed8;
}

@media (max-width: 991.98px) {
	.navbar-actions {
		margin-top: 1rem;
	}

	.affiliate-hero {
		text-align: center;
	}

	.hero-actions {
		justify-content: center;
	}

	.hero-panel {
		margin: 0 auto;
	}

	.hero-metrics {
		justify-content: center;
	}

	.aff-timeline::before {
		display: none;
	}

	.aff-timeline {
		padding-left: 0;
	}

	.aff-timeline__step {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.85rem;
	}

	.aff-timeline__marker {
		margin: 0.25rem 0 0;
	}

	.aff-timeline__body {
		padding: 1.5rem 1.6rem;
	}
}

@media (max-width: 767.98px) {
	.navbar-custom[data-landing="true"] {
		padding: 0.75rem 0;
	}

	.hero-actions .btn {
		width: 100%;
	}

	.hero-panel {
		padding: 1.75rem;
	}

	.metric-item {
		min-width: auto;
	}

	.stat-card,
	.benefit-card,
	.aff-timeline__body {
		padding: 1.65rem;
	}

	.aff-timeline__body {
		width: 100%;
	}

	.resource-card__body {
		padding: 1.5rem;
	}

	.cta-card {
		padding: 2.25rem 1.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}