/* Gharardad-Express™ — promo banner (01bazaar brand: black + lime→cyan gradient) */

.ge-banner {
	border-radius: 18px;
	padding: 48px 32px;
	text-align: center;
	max-width: 780px;
	margin: 24px auto;
	overflow: hidden;
	position: relative;
}

.ge-banner-dark {
	background: radial-gradient(circle at 30% 20%, #111 0%, #000 70%);
	color: #f5f5f5;
	box-shadow: 0 10px 40px rgba(0,0,0,.35);
}

.ge-banner-light {
	background: #fafafa;
	color: #111;
	border: 1px solid #eee;
}

.ge-banner-inner { position: relative; z-index: 1; }

.ge-banner-eyebrow {
	display: inline-block;
	font-size: 12px;
	letter-spacing: .5px;
	padding: 5px 14px;
	border-radius: 20px;
	background: linear-gradient(90deg, #c6ff1a, #22d3ee);
	color: #06222a;
	font-weight: 700;
	margin-bottom: 18px;
}

.ge-banner-title {
	font-family: 'Aldrich', sans-serif;
	font-size: 34px;
	margin: 0 0 2px;
	letter-spacing: .5px;
	background: linear-gradient(90deg, #c6ff1a, #22d3ee);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ge-banner-tm { font-size: 16px; -webkit-text-fill-color: #999; }

.ge-banner-fa-title {
	font-size: 15px;
	color: #aaa;
	margin: 0 0 18px;
	letter-spacing: 1px;
}
.ge-banner-light .ge-banner-fa-title { color: #666; }

.ge-banner-pitch {
	max-width: 520px;
	margin: 0 auto 26px;
	font-size: 15px;
	line-height: 1.9;
	color: #d5d5d5;
}
.ge-banner-light .ge-banner-pitch { color: #444; }

.ge-banner-features {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 10px 20px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.ge-banner-features li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #ddd;
}
.ge-banner-light .ge-banner-features li { color: #333; }
.ge-banner-features .dashicons { color: #22d3ee; font-size: 18px; width: 18px; height: 18px; flex-shrink: 0; }

.ge-banner-cta {
	display: inline-block;
	padding: 14px 40px;
	border-radius: 30px;
	background: linear-gradient(90deg, #c6ff1a, #22d3ee);
	color: #06222a !important;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}
.ge-banner-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(34, 211, 238, .35);
	color: #06222a;
}

@media (max-width: 480px) {
	.ge-banner { padding: 32px 18px; }
	.ge-banner-title { font-size: 26px; }
}
