/**
 * Promo banners — Web3 Awards style + article bottom (CoinGape-style).
 */

.sn-promo-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	margin: 32px 0;
	padding: 48px 24px;
	overflow: hidden;
	background: #050505 center/cover no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	text-align: center;
}

.sn-promo-banner__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	max-width: 420px;
}

.sn-promo-banner__line--accent {
	display: block;
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: var(--snf-gold);
	text-transform: uppercase;
}

.sn-promo-banner__headline {
	display: block;
	margin-top: 4px;
	font-size: clamp(2rem, 6vw, 3.25rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0.02em;
	color: #fff;
	text-transform: uppercase;
}

.sn-promo-banner__subtitle {
	display: block;
	margin: 12px 0 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.35em;
	color: rgba(255, 255, 255, 0.85);
	text-transform: uppercase;
}

.sn-promo-banner__btn {
	display: inline-block;
	padding: 14px 36px;
	border: 2px solid var(--snf-gold);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.55);
	color: var(--snf-gold) !important;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 0.2s, color 0.2s;
}

.sn-promo-banner__btn:hover {
	background: var(--snf-gold);
	color: #000 !important;
}

.sn-promo-banner__ad {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 3;
	padding: 4px 8px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

/* Decorative coin clusters */
.sn-promo-banner__coins {
	position: absolute;
	z-index: 1;
	width: 120px;
	height: 120px;
	opacity: 0.55;
	pointer-events: none;
	background: radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.9) 0%, rgba(180, 140, 40, 0.5) 40%, transparent 70%);
	border-radius: 50%;
	filter: blur(0.5px);
}

.sn-promo-banner__coins::before,
.sn-promo-banner__coins::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, rgba(220, 190, 80, 0.85), rgba(160, 120, 30, 0.4) 55%, transparent 72%);
}

.sn-promo-banner__coins--tl {
	top: -20px;
	left: -20px;
	transform: rotate(-15deg);
}

.sn-promo-banner__coins--tl::before {
	width: 48px;
	height: 48px;
	top: 20px;
	left: 60px;
}

.sn-promo-banner__coins--tl::after {
	width: 36px;
	height: 36px;
	top: 55px;
	left: 25px;
}

.sn-promo-banner__coins--tr {
	top: -15px;
	right: -15px;
	transform: rotate(20deg);
}

.sn-promo-banner__coins--tr::before {
	width: 44px;
	height: 44px;
	top: 25px;
	right: 55px;
}

.sn-promo-banner__coins--tr::after {
	width: 32px;
	height: 32px;
	top: 50px;
	right: 20px;
}

.sn-promo-banner__coins--bl {
	bottom: -25px;
	left: -10px;
	transform: rotate(10deg);
}

.sn-promo-banner__coins--bl::before {
	width: 42px;
	height: 42px;
	bottom: 35px;
	left: 50px;
}

.sn-promo-banner__coins--br {
	bottom: -20px;
	right: -20px;
	transform: rotate(-8deg);
}

.sn-promo-banner__coins--br::before {
	width: 50px;
	height: 50px;
	bottom: 30px;
	right: 45px;
}

.sn-promo-banner__coins--br::after {
	width: 34px;
	height: 34px;
	bottom: 60px;
	right: 15px;
}

/* Vertical sidebar layout (category page) */
.sn-promo-banner--vertical {
	min-height: 420px;
	margin: 0;
	padding: 56px 20px 48px;
}

.sn-promo-banner--vertical .sn-promo-banner__content {
	max-width: 100%;
}

.sn-promo-banner--vertical .sn-promo-banner__line--accent {
	font-size: clamp(1.25rem, 3.5vw, 1.75rem);
}

.sn-promo-banner--vertical .sn-promo-banner__headline {
	font-size: clamp(1.5rem, 4.5vw, 2.25rem);
}

.sn-promo-banner--vertical .sn-promo-banner__subtitle {
	margin: 14px 0 22px;
	font-size: 11px;
	letter-spacing: 0.4em;
}

.sn-promo-banner--vertical .sn-promo-banner__btn {
	width: 100%;
	max-width: 220px;
	padding: 14px 20px;
}

.sn-promo-banner--vertical .sn-promo-banner__coins {
	width: 90px;
	height: 90px;
	opacity: 0.45;
}

/* —— Article bottom promo (screenshot match) —— */
.sn-article-banner {
	--sn-ab-cyan: #00bfff;
	--sn-ab-orange: #ff6b35;
	position: relative;
	margin: 0;
	padding: 26px 28px 22px;
	overflow: hidden;
	background-color: #0b0e11;
	background-position: center;
	background-size: cover;
	border: 1px solid var(--sn-ab-cyan);
	border-radius: 10px;
}

.sn-article-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(0, 191, 255, 0.06) 1px, transparent 1px) 0 0 / 22px 22px,
		linear-gradient(0deg, rgba(0, 191, 255, 0.06) 1px, transparent 1px) 0 0 / 22px 22px;
	pointer-events: none;
}

.sn-article-banner__glow {
	position: absolute;
	z-index: 0;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 191, 255, 0.45) 0%, rgba(0, 191, 255, 0.08) 45%, transparent 70%);
	filter: blur(2px);
	pointer-events: none;
}

.sn-article-banner__glow--1 {
	top: 18%;
	left: 8%;
	width: 10px;
	height: 10px;
	opacity: 0.9;
}

.sn-article-banner__glow--2 {
	top: 42%;
	left: 22%;
	width: 8px;
	height: 8px;
	opacity: 0.7;
}

.sn-article-banner__glow--3 {
	bottom: 28%;
	right: 38%;
	width: 12px;
	height: 12px;
	opacity: 0.85;
}

.sn-article-banner__ad {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 4;
	min-width: 32px;
	padding: 5px 9px;
	border: 0;
	border-radius: 4px;
	background: var(--sn-ab-cyan);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
}

.sn-article-banner__grid {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 20px 28px;
	align-items: flex-start;
	justify-content: space-between;
}

.sn-article-banner__main {
	flex: 1;
	min-width: 0;
	padding-right: 8px;
}

.sn-article-banner__brand-wrap {
	margin-bottom: 10px;
}

.sn-article-banner__brand {
	margin: 0;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(1.65rem, 3.2vw, 2.15rem);
	font-weight: 800;
	line-height: 1.1;
	color: var(--sn-ab-orange);
}

.sn-article-banner__brand-bar {
	display: block;
	width: 72px;
	height: 3px;
	margin-top: 6px;
	border-radius: 2px;
	background: var(--sn-ab-orange);
}

.sn-article-banner__sub {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.95);
}

.sn-article-banner__sub em {
	font-style: italic;
	font-weight: 400;
}

.sn-article-banner__sub-accent {
	color: var(--sn-ab-cyan);
	font-style: italic;
	font-weight: 600;
}

.sn-article-banner__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-article-banner__bullet {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 11px;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
}

.sn-article-banner__bullet:last-child {
	margin-bottom: 0;
}

.sn-article-banner__check {
	flex-shrink: 0;
	width: 17px;
	height: 17px;
	margin-top: 2px;
	border-radius: 50%;
	background: #22c55e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 5.2 4.2 8.4 11 1.6'/%3E%3C/svg%3E") center/10px 8px no-repeat;
}

.sn-article-banner__logo {
	flex-shrink: 0;
	width: 132px;
	height: 132px;
	border-radius: 10px;
	overflow: hidden;
}

.sn-article-banner__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-article-banner__logo--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(160deg, #1a5c3a 0%, #0d2818 38%, #050807 100%);
}

.sn-article-banner__logo-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78%;
	padding: 10px 8px;
	border-radius: 4px;
	background: #0a0a0a;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-align: center;
}

.sn-article-banner__actions {
	position: relative;
	z-index: 2;
	margin-top: 22px;
}

.sn-article-banner__btn {
	
	padding: 15px 24px;
	border: 0;
	border-radius: 10px;
	background: var(--sn-ab-cyan);
	color: #0a0a0a !important;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
	transition: opacity 0.2s, filter 0.2s;
}

.sn-article-banner__btn:hover {
	opacity: 0.92;
	filter: brightness(1.05);
}

@media (max-width: 767.98px) {
	.sn-article-banner {
		padding: 22px 18px 18px;
	}

	.sn-article-banner__grid {
		flex-direction: column;
	}

	.sn-article-banner__logo {
		width: 100%;
		max-width: 180px;
		height: 120px;
		margin: 4px auto 0;
	}
}

@media (max-width: 575.98px) {
	.sn-promo-banner {
		min-height: 280px;
		padding: 40px 16px;
	}

	.sn-promo-banner__coins {
		width: 80px;
		height: 80px;
		opacity: 0.35;
	}
}
