.egdr-sw-home-hub {
	--egdr-orange: #faa71b;
	--egdr-orange-dark: #d98b00;
	--egdr-black: #050505;
	--egdr-dark: #020617;
	--egdr-card: rgba(15, 23, 42, 0.82);
	--egdr-white: #ffffff;
	--egdr-muted: #94a3b8;
	--egdr-light: #f8fafc;
	--egdr-border: rgba(250, 167, 27, 0.28);

	font-family: "Gilroy", sans-serif;
	padding: 100px 20px;
	background:
		radial-gradient(circle at 12% 15%, rgba(250, 167, 27, 0.16), transparent 28%),
		radial-gradient(circle at 88% 84%, rgba(250, 167, 27, 0.1), transparent 30%),
		linear-gradient(135deg, #020617 0%, #050505 55%, #111827 100%);
	color: var(--egdr-white);
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.egdr-sw-home-hub * {
	box-sizing: border-box;
}

.egdr-sw-home-hub::before {
	content: "";
	position: absolute;
	top: -120px;
	right: -120px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(250, 167, 27, 0.13);
	filter: blur(2px);
	z-index: -1;
	animation: egdrGlowMove 8s ease-in-out infinite;
}

.egdr-sw-home-hub::after {
	content: "";
	position: absolute;
	bottom: -150px;
	left: -150px;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	z-index: -1;
	animation: egdrGlowMoveTwo 9s ease-in-out infinite;
}

.egdr-sw-home-wrap {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.egdr-sw-home-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 34px;
	align-items: center;
}

.egdr-sw-home-content {
	animation: egdrFadeUp 0.9s ease both;
}

.egdr-sw-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	margin-bottom: 20px;
	border-radius: 999px;
	background: rgba(250, 167, 27, 0.12);
	border: 1px solid rgba(250, 167, 27, 0.34);
	color: var(--egdr-orange);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.egdr-sw-badge span {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--egdr-orange);
}

.egdr-sw-badge span::after {
	content: "";
	position: absolute;
	inset: -7px;
	border-radius: 50%;
	border: 1px solid rgba(250, 167, 27, 0.28);
	opacity: 0.75;
	transform: scale(1);
	animation: egdrPulse 1.8s infinite;
}

.egdr-sw-home-content h2 {
	margin: 0 0 20px;
	color: #ffffff;
	font-size: 25px;
	line-height: 1.02;
	font-weight: 950;
	letter-spacing: -1.8px;
}

.egdr-sw-home-content h2 strong {
	color: var(--egdr-orange);
	font-weight: 950;
}

.egdr-sw-lead {
	max-width: 690px;
	margin: 0 0 26px;
	color: rgba(248, 250, 252, 0.82);
	font-size: 18px;
	line-height: 1.75;
	font-weight: 500;
}

.egdr-sw-lead strong {
	color: #ffffff;
	font-weight: 850;
}

.egdr-sw-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-top: 32px;
}

.egdr-sw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 16px 22px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 950;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

a.egdr-sw-btn-primary {
	background: var(--egdr-orange) !important;
	color: #ffffff !important;
	box-shadow: 0 16px 34px rgba(250, 167, 27, 0.28);
	text-decoration: none;
}

a.egdr-sw-btn-primary:hover {
	background: var(--egdr-orange-dark) !important;
	color: #ffffff !important;
	transform: translateY(-3px);
	box-shadow: 0 22px 45px rgba(250, 167, 27, 0.36);
}

.egdr-sw-call-link {
	color: var(--egdr-orange);
	font-weight: 800;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 2px solid var(--egdr-orange);
	padding-bottom: 2px;
	transition: color 0.25s ease;
}

.egdr-sw-call-link:hover {
	color: #ffffff;
}

.egdr-sw-home-card {
	position: relative;
	padding: 30px;
	border-radius: 20px;
	background: linear-gradient(145deg, rgba(15, 23, 42, 0.92), rgba(2, 6, 23, 0.92));
	border: 1px solid rgba(250, 167, 27, 0.26);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
	overflow: hidden;
	animation: egdrFadeUp 1s ease 0.15s both;
}

.egdr-sw-home-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 7px;
	width: 100%;
	background: linear-gradient(90deg, var(--egdr-orange), var(--egdr-orange-dark), var(--egdr-orange));
}

.egdr-sw-home-card::after {
	content: "";
	position: absolute;
	top: -80px;
	right: -80px;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: rgba(250, 167, 27, 0.15);
}

.egdr-sw-card-inner {
	position: relative;
	z-index: 2;
}

.egdr-sw-info-list {
	display: grid;
	gap: 14px;
}

.egdr-sw-info-item {
	padding: 17px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.09);
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.egdr-sw-info-item:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(250, 167, 27, 0.36);
}

.egdr-sw-info-label {
	display: block;
	margin-bottom: 5px;
	color: var(--egdr-orange);
	font-size: 12px;
	font-weight: 950;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.egdr-sw-info-value {
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 15.5px;
	line-height: 1.5;
	font-weight: 650;
}

.egdr-sw-info-value a {
	color: #ffffff;
	font-weight: 950;
	text-decoration: none;
	border-bottom: 2px solid var(--egdr-orange);
}

.egdr-sw-info-value a:hover {
	color: var(--egdr-orange);
}

@keyframes egdrFadeUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes egdrPulse {
	0%,
	100% {
		opacity: 0.7;
		transform: scale(1);
	}

	70% {
		opacity: 0;
		transform: scale(1.35);
	}
}

@keyframes egdrGlowMove {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}

	50% {
		transform: translate(-22px, 20px) scale(1.08);
	}
}

@keyframes egdrGlowMoveTwo {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}

	50% {
		transform: translate(24px, -18px) scale(1.06);
	}
}

@media (prefers-reduced-motion: reduce) {
	.egdr-sw-home-hub *,
	.egdr-sw-home-hub *::before,
	.egdr-sw-home-hub *::after {
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 980px) {
	.egdr-sw-home-hub {
		padding: 74px 16px;
	}

	.egdr-sw-home-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.egdr-sw-home-hub {
		padding: 58px 14px;
	}

	.egdr-sw-home-content h2 {
		font-size: 34px;
	}

	.egdr-sw-lead {
		font-size: 16px;
	}

	.egdr-sw-home-card {
		padding: 24px;
		border-radius: 20px;
	}

	.egdr-sw-btn {
		width: 100%;
	}
}
