/* Investor benefits — matches homepage dark green theme */

.investor-benefits-page {
	background: #081208;
	color: #e8f5e9;
}

.investor-benefits-page .main-content {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
}

.investor-benefits-page main {
	background: transparent !important;
}

.ib-page {
	overflow-x: hidden;
}

/* Hero */
.ib-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100svh;
	padding: 7rem 20px 4rem;
	text-align: center;
	background: #081208 url('../images/main.jpg') center center / cover no-repeat;
}

.ib-hero__backdrop {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(165deg, rgba(6, 12, 7, 0.92) 0%, rgba(8, 18, 10, 0.86) 50%, rgba(4, 10, 5, 0.94) 100%),
		radial-gradient(circle at 50% 35%, rgba(0, 200, 5, 0.1) 0%, transparent 55%);
	pointer-events: none;
}

.ib-hero__inner {
	position: relative;
	z-index: 1;
	width: min(860px, 100%);
}

.ib-hero__eyebrow {
	display: inline-flex;
	padding: 6px 14px;
	margin-bottom: 16px;
	border-radius: 999px;
	border: 1px solid rgba(0, 200, 5, 0.45);
	background: rgba(0, 200, 5, 0.08);
	color: #5dff72;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ib-hero__title {
	margin: 0 0 18px;
	color: #ffffff;
	font-family: Montserrat, Manrope, sans-serif;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.ib-hero__title-line1,
.ib-hero__title-line2 {
	display: block;
}

.ib-hero__value {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 14px;
	margin: 0 0 28px;
	font-size: clamp(0.95rem, 2.1vw, 1.1rem);
	font-weight: 600;
}

.ib-hero__value span:not(.ib-hero__sep) {
	color: #e8f5e9;
}

.ib-hero__sep {
	color: #00c805;
}

.ib-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 14px;
}

.ib-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 26px;
	border-radius: 10px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ib-btn--primary {
	background: #0d7a0f;
	color: #ffffff;
	box-shadow: 0 6px 22px rgba(13, 122, 15, 0.4);
}

.ib-btn--primary:hover {
	transform: translateY(-2px);
	color: #ffffff;
	box-shadow: 0 10px 28px rgba(13, 122, 15, 0.5);
	text-decoration: none;
}

.ib-btn--ghost {
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
}

.ib-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	text-decoration: none;
}

.ib-hero__fine {
	margin: 0;
	color: #7a947c;
	font-size: 0.78rem;
	line-height: 1.45;
}

/* Sections */
.ib-section {
	position: relative;
	padding: 64px 0;
}

.ib-section--dark {
	background: linear-gradient(165deg, #0a140a 0%, #0f1f10 38%, #081208 100%);
}

.ib-section--dark::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 22%, rgba(0, 200, 5, 0.1) 0%, transparent 42%),
		radial-gradient(circle at 82% 78%, rgba(52, 152, 219, 0.06) 0%, transparent 40%);
	pointer-events: none;
}

.ib-section .container {
	position: relative;
	z-index: 1;
}

.ib-section__head {
	max-width: 640px;
	margin: 0 auto 36px;
	text-align: center;
}

.ib-section__eyebrow {
	display: inline-flex;
	padding: 6px 14px;
	margin-bottom: 12px;
	border-radius: 999px;
	border: 1px solid rgba(0, 200, 5, 0.45);
	background: rgba(0, 200, 5, 0.08);
	color: #5dff72;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ib-section__title {
	margin: 0 0 10px;
	color: #ffffff;
	font-family: Montserrat, Manrope, sans-serif;
	font-size: clamp(1.5rem, 3.5vw, 2.1rem);
	font-weight: 800;
	line-height: 1.15;
}

.ib-section__lead {
	margin: 0;
	color: #a8c4aa;
	font-size: 1rem;
	line-height: 1.6;
}

/* Stat row */
.ib-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 0;
}

.ib-stat {
	padding: 20px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	text-align: center;
}

.ib-stat__num {
	display: block;
	margin-bottom: 6px;
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1;
}

.ib-stat__label {
	display: block;
	color: #9cb89e;
	font-size: 0.82rem;
	line-height: 1.4;
}

/* Pillar cards */
.ib-pillars {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ib-pillar {
	padding: 22px 18px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	text-align: center;
}

.ib-pillar__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	border-radius: 12px;
	background: rgba(0, 200, 5, 0.12);
	color: #00c805;
	font-size: 1.2rem;
}

.ib-pillar__title {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 800;
}

.ib-pillar__copy {
	margin: 0;
	color: #a8c4aa;
	font-size: 0.88rem;
	line-height: 1.5;
}

/* Tool grid */
.ib-tools {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px;
}

.ib-tool {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 18px 16px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	text-decoration: none;
	transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
	height: 100%;
}

.ib-tool:hover {
	border-color: rgba(0, 200, 5, 0.45);
	background: rgba(0, 200, 5, 0.08);
	transform: translateY(-3px);
	text-decoration: none;
}

.ib-tool__top {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.ib-tool__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(0, 200, 5, 0.12);
	color: #00c805;
	font-size: 1rem;
	flex-shrink: 0;
}

.ib-tool__name {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
}

.ib-tool__desc {
	margin: 0;
	color: #a8c4aa;
	font-size: 0.86rem;
	line-height: 1.45;
	flex: 1;
}

.ib-tool__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 8px;
}

.ib-tool__link {
	color: #00c805;
	font-size: 0.82rem;
	font-weight: 700;
}

.ib-badge {
	display: inline-block;
	padding: 3px 9px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ib-badge--free {
	background: rgba(0, 200, 5, 0.15);
	color: #5dff72;
}

.ib-badge--plat {
	background: rgba(155, 89, 182, 0.2);
	color: #d7b8ff;
}

/* Disclaimer strip */
.ib-disclaimer {
	padding: 20px 0;
	background: #060e07;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ib-disclaimer p {
	margin: 0;
	max-width: 820px;
	margin-inline: auto;
	color: #8aa88c;
	font-size: 0.82rem;
	line-height: 1.55;
	text-align: center;
}

/* CTA band */
.ib-cta {
	padding: 56px 20px;
	text-align: center;
	background: linear-gradient(165deg, #0d7a0f 0%, #0a5f0c 100%);
}

.ib-cta__title {
	margin: 0 0 10px;
	color: #ffffff;
	font-family: Montserrat, Manrope, sans-serif;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
}

.ib-cta__lead {
	margin: 0 auto 24px;
	max-width: 520px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1rem;
	line-height: 1.55;
}

.ib-cta .ib-btn--primary {
	background: #ffffff;
	color: #0d7a0f;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
}

.ib-cta .ib-btn--primary:hover {
	color: #0a5f0c;
}

.ib-cta__fine {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.78rem;
}

@media (max-width: 991px) {
	.ib-stats,
	.ib-pillars {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.ib-hero {
		min-height: auto;
		padding: 6.5rem 16px 3rem;
	}

	.ib-hero__title {
		font-size: clamp(1.55rem, 6vw, 2.1rem);
	}

	.ib-hero__actions {
		flex-direction: column;
	}

	.ib-btn {
		width: 100%;
	}

	.ib-section {
		padding: 48px 0;
	}
}
