/**
 * CRBNFIX Impact Page Stylesheet
 * Enforces brand typography, green color palette (#38b000, #2b9348, #061d10, #f0fdf4),
 * editorial dashboard layout, animated CO2 climate cycle diagram, and pill buttons.
 */

.ci-wrap {
	width: 100%;
	background-color: #ffffff;
	color: #061d10;
	box-sizing: border-box;
}

.ci-inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
}

/* Kickers */
.ci-kicker {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #38b000;
	margin: 0 0 14px;
	display: inline-block;
}

.ci-kicker-dark {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #38b000;
	margin: 0 0 14px;
	display: inline-block;
}

/* Headings */
.ci-h1,
.ci-h2 {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #061d10;
	margin: 0 0 16px;
}

.ci-hero-h1 {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.25;
	color: #061d10;
	margin: 0 0 18px;
}

.ci-h2-dark {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 16px;
}

.ci-huge-title {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(60px, 9vw, 110px);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.04em;
	color: rgba(6, 29, 16, 0.06);
	margin-bottom: -15px;
	user-select: none;
}

/* Lead & Descriptions */
.ci-lead {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #4b5563;
	margin: 0 0 24px;
	max-width: 780px;
}

.ci-lead-dark {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #a7c1b1;
	margin: 0 0 24px;
	max-width: 780px;
}

.ci-body {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #4b5563;
	margin: 0;
}

.ci-question {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #2b9348;
	margin: 0 0 8px;
}

.ci-question-box {
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-left: 4px solid #38b000;
	border-radius: 16px;
	padding: 24px 20px;
	margin-top: 24px;
}

/* Section Dividers */
.ci-hero-sec,
.ci-glance-sec,
.ci-resource-sec,
.ci-agri-sec,
.ci-rural-sec,
.ci-mrv-sec,
.ci-cta-sec {
	padding: 40px 0;
	border-top: 1px solid rgba(56, 176, 0, 0.14);
}

.ci-hero-sec {
	border-top: 0;
	padding-top: 10px;
}

/* Hero Grid Layout */
.ci-hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 40px;
	align-items: center;
}

.ci-vertical-media {
	width: 100%;
	height: 480px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(6, 29, 16, 0.08);
	border: 1px solid rgba(56, 176, 0, 0.16);
}

.ci-vertical-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Flow Pill Badges */
.ci-flow-pill {
	display: inline-block;
	padding: 12px 26px;
	border-radius: 50px;
	background: #f0fdf4;
	color: #2b9348;
	border: 1px solid rgba(56, 176, 0, 0.2);
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	margin-top: 32px;
}

/* SECTION 02: IMPACT AT A GLANCE (Dashboard Style) */
.ci-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 32px;
}

.ci-dash-card {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 20px;
	padding: 32px 24px;
	transition: all 0.35s ease;
}

.ci-dash-card:hover {
	transform: translateY(-5px);
	border-color: #38b000;
	box-shadow: 0 14px 35px rgba(56, 176, 0, 0.12);
}

.ci-dash-val {
	font-family: 'Outfit', sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #061d10;
	margin-bottom: 8px;
	letter-spacing: -0.02em;
}

.ci-dash-lbl {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #4b5563;
	line-height: 1.5;
}

/* SECTION 03: RESOURCE */
.ci-image-wrap {
	position: relative;
	width: 100%;
	height: 420px;
	border-radius: 24px;
	overflow: hidden;
	margin: 28px 0;
	box-shadow: 0 16px 40px rgba(6, 29, 16, 0.08);
}

.ci-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ci-floating-badge {
	position: absolute;
	top: 24px;
	left: 24px;
	background: #38b000;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	padding: 8px 18px;
	border-radius: 50px;
	box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

.ci-trans-flow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 20px;
	padding: 24px 32px;
	margin-top: 24px;
}

.ci-tf-node {
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #061d10;
}

.ci-tf-active {
	color: #38b000;
}

.ci-tf-arrow {
	font-size: 20px;
	color: #38b000;
	font-weight: 700;
}

/* SECTION 04: AGRICULTURE */
.ci-agri-split {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 40px;
	align-items: center;
}

.ci-agri-media {
	width: 100%;
	height: 480px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(6, 29, 16, 0.08);
}

.ci-agri-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ci-agri-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 24px 0;
}

.ci-agri-item {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 16px;
	padding: 24px 20px;
}

.ci-agri-num {
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #38b000;
	display: block;
	margin-bottom: 6px;
}

.ci-agri-item-title {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #061d10;
	margin: 0 0 6px;
}

.ci-agri-item-desc {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	line-height: 1.55;
	color: #4b5563;
	margin: 0;
}

.ci-note {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	font-style: italic;
	color: #2b9348;
	margin-top: 16px;
}

/* SECTION 05: RURAL */
.ci-rural-map-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 24px;
	padding: 40px;
	margin-top: 28px;
}

.ci-supply-chain {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ci-sc-node {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #061d10;
	padding: 12px 18px;
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 12px;
}

.ci-sc-highlight {
	background: #38b000;
	color: #ffffff;
}

.ci-sc-line {
	width: 2px;
	height: 16px;
	background: #38b000;
	margin-left: 24px;
}

.ci-side-labels {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.ci-sl-card {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 16px;
	padding: 18px;
}

.ci-sl-tag {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: #38b000;
	display: block;
	margin-bottom: 6px;
}

.ci-sl-card p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #4b5563;
	margin: 0;
	line-height: 1.45;
}

/* SECTION 06: CLIMATE (Dark Panel) */
.ci-climate-sec {
	background-color: #061d10;
	color: #ffffff;
	padding: 70px 0;
	border-top: 0;
}

.ci-co2-diagram {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
}

.ci-co2-orbit {
	position: relative;
	width: 380px;
	height: 380px;
	border: 2px dashed rgba(56, 176, 0, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: ci-spin 40s linear infinite;
}

@keyframes ci-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.ci-co2-center {
	width: 90px;
	height: 90px;
	background: #38b000;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Outfit', sans-serif;
	font-size: 26px;
	font-weight: 900;
	box-shadow: 0 0 30px rgba(56, 176, 0, 0.5);
	animation: ci-spin-rev 40s linear infinite;
}

@keyframes ci-spin-rev {
	from { transform: rotate(0deg); }
	to { transform: rotate(-360deg); }
}

.ci-co2-node {
	position: absolute;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 50px;
	white-space: nowrap;
	animation: ci-spin-rev 40s linear infinite;
}

.node-top { top: -16px; }
.node-right { right: -20px; }
.node-bottom { bottom: 60px; right: 20px; }
.node-bottom-2 { bottom: -16px; }
.node-bottom-3 { bottom: 60px; left: -20px; }
.node-left { left: -20px; }

/* SECTION 07: OUR APPROACH TO MEASUREMENT */
.ci-mrv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 32px 0;
}

.ci-mrv-card {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 20px;
	padding: 26px 22px;
	transition: all 0.35s ease;
}

.ci-mrv-card:hover {
	border-color: #38b000;
	box-shadow: 0 12px 30px rgba(56, 176, 0, 0.1);
}

.ci-mrv-num {
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #38b000;
	display: block;
	margin-bottom: 6px;
}

.ci-mrv-item-title {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #061d10;
	margin: 0 0 6px;
}

.ci-mrv-item-desc {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	line-height: 1.55;
	color: #4b5563;
	margin: 0;
}

.ci-tier-flow {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr;
	gap: 16px;
	align-items: center;
	margin: 40px 0 24px;
}

.ci-tier-card {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 20px;
	padding: 28px 22px;
	text-align: center;
}

.ci-tc-active {
	background: #f0fdf4;
	border-color: #38b000;
}

.ci-tc-title {
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #061d10;
	margin: 0 0 8px;
}

.ci-tc-desc {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	color: #4b5563;
	margin: 0;
}

.ci-tier-arrow {
	font-size: 22px;
	font-weight: 700;
	color: #38b000;
}

.ci-statement {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #2b9348;
	text-align: center;
	margin-top: 20px;
}

/* SECTION 08: CTA */
.ci-cta-box {
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 24px;
	padding: 48px;
	text-align: center;
}

.ci-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 32px;
	border-radius: 50px;
	background-color: #38b000;
	color: #ffffff !important;
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.25s ease;
	box-shadow: 0 4px 14px rgba(56, 176, 0, 0.25);
	margin-top: 16px;
}

.ci-btn:hover {
	background-color: #2ea000;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(56, 176, 0, 0.35);
}

/* Responsive Queries */
@media (max-width: 1024px) {
	.ci-hero-grid,
	.ci-agri-split,
	.ci-rural-map-box {
		grid-template-columns: 1fr;
	}

	.ci-dashboard-grid,
	.ci-mrv-grid,
	.ci-side-labels {
		grid-template-columns: 1fr 1fr;
	}

	.ci-tier-flow {
		grid-template-columns: 1fr;
	}

	.ci-tier-arrow {
		transform: rotate(90deg);
	}
}

@media (max-width: 640px) {
	.ci-dashboard-grid,
	.ci-mrv-grid,
	.ci-agri-grid,
	.ci-side-labels {
		grid-template-columns: 1fr;
	}

	.ci-trans-flow {
		flex-direction: column;
	}

	.ci-co2-orbit {
		width: 280px;
		height: 280px;
	}
}
