.active-rights {
	min-height: 100vh;
	padding: 0 18px 84px;
}

.active-rights-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr) !important;
	align-items: center;
	width: min(100%, var(--active-max));
	min-height: 610px;
	padding-block: clamp(65px, 8vw, 110px);
	gap: 54px;
}

.active-rights-hero h1 {
	margin: 0.16em 0 0.18em;
	font-size: clamp(3.2rem, 7vw, 7rem);
	line-height: 0.85;
	letter-spacing: -0.065em;
	text-transform: uppercase;
}

.active-rights-hero h1 mark {
	color: transparent;
	-webkit-text-stroke: 1px var(--active-gold-soft);
}

.active-review-date {
	margin-top: 26px;
	color: var(--active-muted);
}

.active-rights-logo {
	position: relative;
	width: clamp(230px, 27vw, 360px);
	margin: 0;
	border: 1px solid rgba(168, 255, 208, 0.7);
	border-radius: 50%;
	background: #020304;
	box-shadow:
		0 0 0 16px rgba(50, 255, 143, 0.025),
		0 30px 90px rgba(0, 0, 0, 0.5),
		0 0 54px rgba(50, 255, 143, 0.12);
	animation: active-logo-float 6s ease-in-out infinite;
}

.active-rights-logo::before {
	position: absolute;
	inset: -18px;
	content: "";
	border: 1px solid rgba(202, 163, 90, 0.3);
	border-right-color: rgba(50, 255, 143, 0.55);
	border-radius: 50%;
	animation: active-ring-turn 20s linear infinite;
}

.active-rights-logo img {
	display: block;
	width: 100%;
	border-radius: 50%;
}

.active-rights-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	width: min(100%, var(--active-max));
	gap: 24px;
}

.active-rights-panel {
	position: relative;
	height: 100%;
	margin: 0;
	padding: clamp(26px, 3.5vw, 46px);
	overflow: hidden;
	border: 1px solid var(--active-light-line);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
		rgba(2, 3, 4, 0.7);
	box-shadow: 0 26px 75px rgba(0, 0, 0, 0.25);
}

.active-rights-panel::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 42%;
	height: 1px;
	content: "";
	background: linear-gradient(90deg, var(--active-gold), transparent);
}

.active-rights-panel h2 {
	margin-top: 0;
	font-size: clamp(2rem, 3.4vw, 3.5rem);
	line-height: 0.98;
}

.active-rights-panel p {
	color: rgba(246, 242, 234, 0.76);
	line-height: 1.76;
}

.active-rights-story {
	grid-column: 1 / -1;
	background:
		radial-gradient(circle at 90% 10%, rgba(50, 255, 143, 0.07), transparent 30%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
}

.active-tip-line {
	position: relative;
	width: min(100%, var(--active-max));
	margin-top: 26px;
	padding: clamp(30px, 5vw, 64px);
	overflow: hidden;
	border: 1px solid rgba(50, 255, 143, 0.38);
	background:
		repeating-linear-gradient(0deg, transparent 0 4px, rgba(50, 255, 143, 0.016) 4px 5px),
		radial-gradient(circle at 90% 10%, rgba(50, 255, 143, 0.12), transparent 38%),
		#020705;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), inset 0 0 60px rgba(50, 255, 143, 0.025);
}

.active-tip-line::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	border: 8px solid rgba(50, 255, 143, 0.02);
}

.active-tip-line h2 {
	margin-top: 0;
	font-size: clamp(2.6rem, 5vw, 5rem);
}

.active-tip-line > p {
	max-width: 900px;
	color: rgba(244, 255, 248, 0.78);
	line-height: 1.76;
}

.active-report-button .wp-block-button__link {
	padding: 15px 19px;
	border: 1px solid var(--active-green-soft);
	border-radius: 0;
	color: #001b0e;
	background: var(--active-green-soft);
	font: 700 0.75rem/1.2 Consolas, monospace;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	transition: color 0.2s ease, background 0.2s ease;
}

.active-report-button .wp-block-button__link:hover {
	color: var(--active-green-soft);
	background: transparent;
}

.active-tip-signature {
	margin-top: 30px;
	color: var(--active-gold-soft) !important;
	font-family: Consolas, monospace;
	letter-spacing: 0.04em;
}

.active-rights-fineprint {
	width: min(100%, var(--active-max));
	margin-top: 26px;
	padding: 24px;
	border-left: 2px solid var(--active-gold);
	color: var(--active-muted);
	background: rgba(0, 0, 0, 0.28);
	font-size: 0.78rem;
}

.active-rights-fineprint p {
	margin-block: 0.5em;
}

@media (max-width: 860px) {
	.active-rights-hero,
	.active-rights-grid {
		grid-template-columns: 1fr !important;
	}

	.active-rights-hero {
		min-height: auto;
	}

	.active-rights-logo {
		width: min(60vw, 320px);
		margin-inline: auto;
	}

	.active-rights-story {
		grid-column: auto;
	}
}

@media (max-width: 560px) {
	.active-rights {
		padding-inline: 14px;
	}

	.active-rights-hero h1 {
		font-size: clamp(3rem, 15vw, 4.5rem);
	}
}

