/**
 * CRBNFIX About & Brand Story Pages CSS
 * Matched 100% to CRBNFIX Core Theme Design System:
 * - Primary Dark Forest Green: #061d10
 * - Light Sage Tint BG: #eef5ef / #f8faf8
 * - Primary Emerald Accent: #18944d
 * - Subheadings / Kickers: 12px uppercase
 * - Headings Light BG: 2rem (32px) 'Outfit'
 * - Headings Dark BG: 35px 'Outfit'
 * - Body / Lead Text: 16px 'Inter'
 */

.crbnfix-story-widget {
	width: 100%;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #111a13;
	box-sizing: border-box;
}

.crbnfix-story-widget * {
	box-sizing: border-box;
}

/* Container */
.crbnfix-story-widget .cs-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

/* Subheadings / Kickers */
.crbnfix-story-widget .cs-kicker {
	font-family: 'Inter', sans-serif;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #18944d;
	margin-bottom: 12px;
	display: block;
}

.crbnfix-story-widget .cs-kicker-light {
	color: #9bc89a;
}

/* Headings Light BG - 2rem (32px) */
.crbnfix-story-widget .cs-title-light-bg {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.2;
	color: #111a13;
	margin: 0 0 16px 0;
	letter-spacing: -0.5px;
}

/* Headings Dark BG - 35px */
.crbnfix-story-widget .cs-title-dark-bg {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 16px 0;
	letter-spacing: -0.5px;
}

/* Descriptions - 16px */
.crbnfix-story-widget .cs-desc {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #4a524d;
	margin: 0 0 16px 0;
}

/* Buttons */
.crbnfix-story-widget .cs-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 32px;
	background-color: #18944d;
	color: #ffffff;
	border-radius: 6px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px rgba(24, 148, 77, 0.3);
}

.crbnfix-story-widget .cs-btn-primary:hover {
	background-color: #11664c;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(24, 148, 77, 0.4);
}


/* ==========================================================================
   SECTION 1: OUR STORY (LIGHT BG #F8FAF8)
   ========================================================================== */
.cs-sec-story {
	background-color: #f8faf8;
	padding: 30px 0;
	border-bottom: 1px solid #e0eae2;
}

.cs-story-grid {
	display: flex;
	gap: 60px;
	align-items: center;
}

.cs-story-left {
	flex: 0 0 48%;
	max-width: 540px;
}

.cs-story-right {
	flex: 1;
}

.cs-img-card {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: #eef5ef;
	border: 1px solid #dce8de;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
	aspect-ratio: 16 / 11;
}

.cs-img-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cs-img-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(6, 29, 16, 0.9);
	backdrop-filter: blur(8px);
	color: #ffffff;
	padding: 8px 18px;
	border-radius: 30px;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border: 1px solid rgba(74, 222, 128, 0.3);
}


/* ==========================================================================
   SECTION 2: OUR PURPOSE (DARK FOREST GREEN #061D10)
   ========================================================================== */
.cs-sec-purpose {
	background-color: #061d10;
	padding: 40px 0;
}

.cs-header-left {
	text-align: left;
	max-width: 820px;
	margin: 0 0 50px 0;
}

.cs-purpose-box {
	background: #0d2817;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	padding: 45px 40px;
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.35);
}

.cs-purpose-quote {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 35px;
}

.cs-purpose-quote svg {
	flex-shrink: 0;
	margin-top: 4px;
}

.cs-purpose-quote p {
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #ffffff;
	margin: 0;
	letter-spacing: -0.3px;
}

.cs-purpose-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.cs-stat-item {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	padding: 22px 20px;
}

.cs-stat-item h4 {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #4ade80;
	margin: 0 0 6px 0;
}

.cs-stat-item p {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	color: #a3b8a8;
	margin: 0;
	line-height: 1.5;
}


/* ==========================================================================
   SECTION 3: WHAT WE DO (SOFT SAGE TINT #EEF5EF)
   ========================================================================== */
.cs-sec-what {
	background-color: #eef5ef;
	padding: 36px 0;
	border-top: 1px solid #dce8de;
	border-bottom: 1px solid #dce8de;
}

.cs-header-left {
	text-align: left;
	max-width: 780px;
	margin: 0 0 50px 0;
}

.cs-what-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.cs-what-card {
	background: #ffffff;
	border: 1px solid #d8e5da;
	border-radius: 10px;
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.cs-what-card:hover {
	transform: translateY(-6px);
	border-color: #18944d;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.cs-what-step {
	position: absolute;
	top: 24px;
	right: 24px;
	font-family: 'Outfit', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #d0e2d4;
}

.cs-what-icon {
	width: 54px;
	height: 54px;
	border-radius: 10px;
	background: #eef5ef;
	border: 1px solid #d8e5da;
	color: #18944d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}

.cs-what-card h3 {
	font-family: 'Outfit', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #111a13;
	margin: 0 0 12px 0;
}

.cs-what-card p {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	line-height: 1.6;
	color: #4a524d;
	margin: 0 0 24px 0;
	flex-grow: 1;
}

.cs-what-tag {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #18944d;
	background: #eef5ef;
	padding: 6px 14px;
	border-radius: 4px;
	align-self: flex-start;
}


/* ==========================================================================
   SECTION 4: OUR CAPABILITY (WHITE BACKGROUND)
   ========================================================================== */
.cs-sec-capability {
	background-color: #ffffff;
	padding: 36px 0;
}

.cs-cap-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.cs-cap-card {
	background: #f8faf8;
	border: 1px solid #e0eae2;
	border-radius: 10px;
	padding: 32px 26px;
	transition: transform 0.35s ease, border-color 0.35s ease;
}

.cs-cap-card:hover {
	transform: translateY(-6px);
	border-color: #18944d;
}

.cs-cap-badge {
	font-family: 'Inter', sans-serif;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #ffffff;
	background: #061d10;
	padding: 4px 12px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 16px;
}

.cs-cap-card h3 {
	font-family: 'Outfit', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #111a13;
	margin: 0 0 12px 0;
}

.cs-cap-card p {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	line-height: 1.6;
	color: #4a524d;
	margin: 0;
}


/* ==========================================================================
   SECTION 5: WHY CRBNFIX (DARK FOREST GREEN #061D10)
   ========================================================================== */
.cs-sec-why {
	background-color: #061d10;
	padding: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cs-why-grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.cs-why-card {
	background: #0d2817;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 26px 18px;
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, border-color 0.3s ease;
}

.cs-why-card:hover {
	transform: translateY(-5px);
	border-color: #18944d;
}

.cs-why-num {
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #4ade80;
	margin-bottom: 14px;
}

.cs-why-card h4 {
	font-family: 'Outfit', sans-serif;
	font-size: 14.5px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.cs-why-card p {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	line-height: 1.55;
	color: #a3b8a8;
	margin: 0;
}


/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
	.cs-story-grid {
		flex-direction: column;
		gap: 40px;
	}

	.cs-story-left {
		max-width: 100%;
		flex: none;
	}

	.cs-purpose-stats-grid,
	.cs-what-cards-grid,
	.cs-cap-grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.cs-why-grid-5 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.cs-purpose-stats-grid,
	.cs-what-cards-grid,
	.cs-cap-grid-3,
	.cs-why-grid-5 {
		grid-template-columns: 1fr;
	}

	.cs-sec-story,
	.cs-sec-purpose,
	.cs-sec-what,
	.cs-sec-capability,
	.cs-sec-credibility,
	.cs-sec-why,
	.cs-sec-approach,
	.cs-sec-founder {
		padding: 55px 0;
	}

	.cs-purpose-quote p {
		font-size: 18px;
	}
}

/* Hero Section */
.cs-sec-hero {
	background-color: #ffffff;
	padding: 60px 0 40px;
	border-bottom: 1px solid #e0eae2;
}

.cs-hero-box {
	max-width: 860px;
}

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

.cs-subtext {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #2b9348;
	font-weight: 600;
	margin-top: 12px;
}

/* Capability Grid 4 */
.cs-cap-grid-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 24px;
}

.cs-cap-val {
	font-family: 'Outfit', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #061d10;
	margin-bottom: 8px;
}

.cs-focus-statement {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #2b9348;
	margin-top: 24px;
}

.cs-note-box {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-left: 4px solid #38b000;
	border-radius: 12px;
	padding: 18px 24px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #061d10;
	margin-top: 28px;
}

/* Credibility Section */
.cs-sec-credibility {
	background-color: #f8faf8;
	padding: 70px 0;
	border-top: 1px solid #e0eae2;
	border-bottom: 1px solid #e0eae2;
}

.cs-cred-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 28px;
}

.cs-cred-item {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 12px;
	padding: 16px 20px;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #061d10;
}

/* Why Grid 6 */
.cs-why-grid-6 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 28px;
}

/* Our Approach Flow */
.cs-sec-approach {
	background-color: #ffffff;
	padding: 70px 0;
}

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

.cs-af-node {
	display: flex;
	flex-direction: column;
}

.cs-af-node strong {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	color: #061d10;
}

.cs-af-node span {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	color: #4b5563;
}

.cs-af-active strong {
	color: #38b000;
}

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

/* Founder Section */
.cs-sec-founder {
	background-color: #f0fdf4;
	padding: 60px 0;
	border-top: 1px solid rgba(56, 176, 0, 0.2);
}

.cs-founder-box {
	border-left: 4px solid #38b000;
	padding-left: 24px;
}

.cs-founder-quote p {
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #061d10;
	line-height: 1.5;
	margin: 12px 0 16px;
}

.cs-founder-meta strong {
	display: block;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	color: #061d10;
}

.cs-founder-meta span {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #2b9348;
}

/* ==========================================================================
   LET'S TALK / CONTACT SHOWCASE WIDGET (.tk-wrap)
   ========================================================================== */
.tk-wrap {
	width: 100%;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #061d10;
	box-sizing: border-box;
}

.tk-wrap * {
	box-sizing: border-box;
}

.tk-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

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

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

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

.tk-h2-dark {
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	margin: 0 0 14px 0;
	letter-spacing: -0.02em;
}

.tk-lead {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #4b5563;
	margin: 0 0 20px 0;
}

.tk-lead-dark {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #a3b8a8;
	margin: 0 0 24px 0;
}

/* SECTION 1: TOP CHANNELS BAR */
.tk-top-bar {
	background-color: #f8faf8;
	padding: 40px 0;
	border-bottom: 1px solid #e0eae2;
}

.tk-top-grid {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 40px;
	align-items: center;
}

.tk-top-intro {
	max-width: 320px;
}

.tk-cards-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.tk-card-item {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 16px;
	padding: 24px 18px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.3s ease;
}

.tk-card-item:hover {
	border-color: #38b000;
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(56, 176, 0, 0.1);
}

.tk-card-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	color: #38b000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-bottom: 14px;
}

.tk-card-icon i,
.tk-ci-icon i {
	color: inherit;
	font-size: inherit;
}

.tk-card-icon svg,
.tk-ci-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
}

.tk-card-title {
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #061d10;
	margin: 0 0 8px 0;
}

.tk-card-desc {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	line-height: 1.5;
	color: #4b5563;
}

/* SECTION 2: BOTTOM SPLIT SECTION */
.tk-main-sec {
	background-color: #ffffff;
	padding: 40px 0;
}

.tk-main-grid {
	display: grid;
	grid-template-columns: 55fr 45fr;
	gap: 40px;
	align-items: stretch;
}

/* Left Dark Form Box (#061d10) */
.tk-form-box {
	background-color: #061d10;
	border-radius: 24px;
	padding: 44px 36px;
	box-shadow: 0 20px 50px rgba(6, 29, 16, 0.3);
}

/* Contact Form 7 (.cf7-contact-form) Styling */
.cf7-contact-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.cf7-contact-form .form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.cf7-contact-form label {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 8px;
	display: block;
}

.cf7-contact-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.cf7-contact-form input[type="text"],
.cf7-contact-form input[type="email"],
.cf7-contact-form input[type="tel"],
.cf7-contact-form select,
.cf7-contact-form textarea,
.cf7-contact-form .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 13px 18px;
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	color: #ffffff;
	box-sizing: border-box;
	outline: none;
	transition: all 0.25s ease;
}

.cf7-contact-form input::placeholder,
.cf7-contact-form textarea::placeholder {
	color: #6b7280;
}

.cf7-contact-form input:focus,
.cf7-contact-form select:focus,
.cf7-contact-form textarea:focus,
.cf7-contact-form .wpcf7-form-control:focus {
	border-color: #38b000;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 0 3px rgba(56, 176, 0, 0.25);
}

.cf7-contact-form select,
.cf7-contact-form .wpcf7-select {
	cursor: pointer;
	color: #ffffff;
	background-color: #061d10;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338b000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 16px;
	padding-right: 42px;
}

.cf7-contact-form select option {
	background-color: #061d10;
	color: #ffffff;
}

.cf7-contact-form .response-text {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	color: #a3b8a8;
	margin: 6px 0 0 0;
	line-height: 1.5;
}

.cf7-contact-form .form-submit {
	margin-top: 8px;
}

/* Type 1 Solid Green Pill Button for CF7 Submit */
.cf7-contact-form .cf7-submit,
.cf7-contact-form .wpcf7-submit,
.tk-btn-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 36px;
	border-radius: 50px;
	background-color: #38b000;
	color: #ffffff !important;
	font-family: 'Outfit', 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	transition: all 0.25s ease;
	box-shadow: 0 4px 16px rgba(56, 176, 0, 0.3);
	margin-top: 4px;
}

.cf7-contact-form .cf7-submit:hover,
.cf7-contact-form .wpcf7-submit:hover,
.tk-btn-pill:hover {
	background-color: #2ea000;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(56, 176, 0, 0.45);
}

/* CF7 Validation Error Tip Styling */
.wpcf7-not-valid-tip {
	color: #ff6b6b !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	margin-top: 6px !important;
	display: block !important;
}

/* CF7 Response Output Box Cleanup (Removes empty yellow/cyan border box) */
.wpcf7-response-output,
div.wpcf7-response-output {
	margin: 16px 0 0 0 !important;
	padding: 14px 18px !important;
	border-radius: 12px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	background: rgba(255, 255, 255, 0.06) !important;
	color: #ffffff !important;
}

.wpcf7-response-output:empty,
div.wpcf7-response-output:empty,
div.wpcf7-response-output[aria-hidden="true"] {
	display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output,
div.wpcf7-validation-errors {
	border-color: rgba(56, 176, 0, 0.4) !important;
	background: rgba(56, 176, 0, 0.12) !important;
	color: #4ade80 !important;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
	border-color: rgba(255, 107, 107, 0.4) !important;
	background: rgba(255, 107, 107, 0.12) !important;
	color: #ff6b6b !important;
}

/* Right Light Connect Box */
.tk-connect-box {
	background-color: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 24px;
	padding: 44px 36px;
	display: flex;
	flex-direction: column;
}

.tk-connect-list {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 24px;
}

.tk-connect-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 16px;
	padding: 20px 20px;
	transition: all 0.3s ease;
}

.tk-connect-item:hover {
	border-color: #38b000;
	transform: translateX(4px);
	box-shadow: 0 8px 20px rgba(56, 176, 0, 0.08);
}

.tk-ci-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	color: #38b000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-size: 18px;
}

.tk-ci-title {
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #061d10;
	margin: 0 0 4px 0;
}

.tk-ci-desc {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #4b5563;
	margin: 0;
}

/* ==========================================================================
   WHAT WE MAKE FROM BIOMASS (CLIENT REFERENCE SCREENSHOT REDESIGN)
   ========================================================================== */
.wwm-redesign-section {
	width: 100%;
	background-color: #fafcf9;
	padding: 50px 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	box-sizing: border-box;
}

.wwm-redesign-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
	display: grid;
	grid-template-columns: 44fr 56fr;
	gap: 40px;
	align-items: center;
	box-sizing: border-box;
}

/* Left Column: Header & Feedstock Card */
.wwm-left-col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wwm-kicker-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.wwm-kicker-text {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #38b000;
}

.wwm-kicker-dash {
	color: #38b000;
	font-weight: 700;
}

.wwm-title {
	font-family: 'Outfit', sans-serif;
	font-size: 2.3rem;
	font-weight: 800;
	line-height: 1.15;
	color: #061d10;
	margin: 0 0 12px 0;
	letter-spacing: -0.02em;
}

.wwm-title-bar {
	width: 38px;
	height: 4px;
	background-color: #38b000;
	border-radius: 2px;
	margin-bottom: 16px;
}

.wwm-left-col .wwm-lead {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	line-height: 1.6;
	color: #4b5563;
	margin: 0;
}

/* Feedstock Image Card with Dark Green Circular Node Overlay */
.wwm-feedstock-card {
	position: relative;
	width: 100%;
	height: 240px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 30px rgba(6, 29, 16, 0.1);
}

.wwm-feedstock-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(6, 29, 16, 0.3) 0%, rgba(6, 29, 16, 0.75) 100%);
}

.wwm-feedstock-node {
	position: relative;
	z-index: 2;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(6, 29, 16, 0.88);
	backdrop-filter: blur(8px);
	border: 2px dashed #38b000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 16px;
	box-sizing: border-box;
}

.node-icon {
	color: #4ade80;
	margin-bottom: 6px;
}

.node-title {
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #ffffff;
	margin: 0 0 4px 0;
	line-height: 1.2;
}

.node-sub {
	font-family: 'Inter', sans-serif;
	font-size: 10.5px;
	color: #a3b8a8;
	line-height: 1.2;
}

/* Central Connector Process Badge */
.wwm-connector-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wwm-process-badge {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffffff;
	border: 2px solid #38b000;
	box-shadow: 0 8px 24px rgba(56, 176, 0, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px;
}

.badge-title {
	font-family: 'Outfit', sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #061d10;
	margin-top: 4px;
	line-height: 1.1;
}

/* Right Column: 4 Horizontal Stacked Cards */
.wwm-right-col {
	width: 100%;
}

.wwm-stacked-cards {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.wwm-stacked-card {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.16);
	border-radius: 16px;
	display: grid;
	grid-template-columns: 110px 1fr 140px;
	align-items: center;
	overflow: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.wwm-stacked-card:hover {
	border-color: #38b000;
	transform: translateX(4px);
	box-shadow: 0 10px 28px rgba(56, 176, 0, 0.12);
}

.card-num-col {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 14px;
}

.card-num {
	font-family: 'Outfit', sans-serif;
	font-size: 26px;
	font-weight: 800;
	color: #38b000;
}

.card-sep {
	color: #d1d5db;
	font-size: 20px;
}

.card-icon-circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	color: #38b000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.card-icon-circle i {
	color: inherit !important;
	font-size: inherit;
}

.card-icon-circle svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	color: inherit !important;
}

.card-icon-circle svg path {
	fill: currentColor;
}

.card-info-col {
	padding: 20px 16px;
}

.card-item-title {
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #061d10;
	margin: 0 0 6px 0;
	letter-spacing: 0.02em;
}

.card-item-desc {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	line-height: 1.5;
	color: #4b5563;
	margin: 0;
}

.card-photo-col {
	position: relative;
	height: 100%;
	min-height: 110px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.card-arrow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #38b000;
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.25s ease;
	border-top-left-radius: 10px;
}

.card-arrow-btn:hover {
	background-color: #2ea000;
}

/* Responsive Queries */
@media (max-width: 1024px) {
	.tk-top-grid {
		grid-template-columns: 1fr;
	}

	.tk-top-intro {
		max-width: 100%;
	}

	.tk-cards-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.tk-main-grid {
		grid-template-columns: 1fr;
	}

	.tk-form-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.tk-cards-row {
		grid-template-columns: 1fr;
	}

	.tk-form-box,
	.tk-connect-box {
		padding: 30px 20px;
	}
}

/* ==========================================================================
   CRBNFIX BRAND STORY & ABOUT PAGE REDESIGN STYLES
   ========================================================================== */

.cs-story-wrapper {
	width: 100%;
	background-color: #fafcf9;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	box-sizing: border-box;
}

.cs-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 24px;
	box-sizing: border-box;
}

/* Headings & Kickers */
.cs-kicker {
	font-family: 'Inter', sans-serif !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 1.6px !important;
	text-transform: uppercase !important;
	color: #38b000 !important;
	display: inline-flex !important;
	align-items: center !important;
	margin-bottom: 12px !important;
}

.cs-h1 {
	font-family: 'Outfit', 'Inter', sans-serif !important;
	font-size: 2.5rem;
	font-weight: 800;
	line-height: 1.15;
	color: #061d10;
	margin: 0 0 16px 0;
	letter-spacing: -0.02em;
}

.cs-h2 {
	font-family: 'Outfit', 'Inter', sans-serif !important;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.2;
	color: #061d10;
	margin: 0 0 16px 0;
	letter-spacing: -0.02em;
}

.cs-lead-bold {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #061d10;
	margin-bottom: 14px;
}

.cs-lead {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #4b5563;
	margin-bottom: 24px;
}

.cs-sub-label {
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2b9348;
	margin: 20px 0 16px 0;
}

/* SECTION 01 HERO */
.cs-story-hero {
	padding: 20px 0 0 0;
}

.cs-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 40px;
	align-items: center;
}

.cs-hero-btns {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
}

.cs-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 32px;
	background-color: #38b000;
	color: #ffffff !important;
	font-family: 'Outfit', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	border-radius: 50px;
	text-decoration: none !important;
	transition: all 0.25s ease;
	box-shadow: 0 5px 18px rgba(56, 176, 0, 0.3);
}

.cs-btn-primary:hover {
	background-color: #2ea000;
	transform: translateY(-2px);
	box-shadow: 0 9px 26px rgba(56, 176, 0, 0.45);
}

.cs-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	background-color: transparent;
	border: 2px solid #38b000;
	color: #061d10 !important;
	font-family: 'Outfit', sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	border-radius: 50px;
	text-decoration: none !important;
	transition: all 0.25s ease;
}

.cs-btn-outline:hover {
	background-color: #38b000;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.cs-hero-photo-wrap {
	width: 100%;
}

.cs-hero-photo {
	width: 100%;
	min-height: 400px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(6, 29, 16, 0.12);
}

.cs-photo-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgba(6, 29, 16, 0.88);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(56, 176, 0, 0.3);
	border-radius: 14px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
}

.cs-photo-badge .badge-icon {
	font-size: 22px;
}

.cs-photo-badge .badge-text {
	display: flex;
	flex-direction: column;
}

.cs-photo-badge .badge-text strong {
	font-family: 'Outfit', sans-serif;
	font-size: 14.5px;
	color: #ffffff;
}

.cs-photo-badge .badge-text span {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #a3b8a8;
}

/* SECTION 02 PURPOSE */
.cs-purpose-sec {
	background-color: #ffffff;
	border-top: 1px solid rgba(56, 176, 0, 0.15);
	border-bottom: 1px solid rgba(56, 176, 0, 0.15);
}

.cs-purpose-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px;
	align-items: stretch;
	margin-top: 24px;
}

.cs-purpose-left,
.cs-purpose-right {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.cs-purpose-photo-card {
	width: 100%;
	height: 220px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(6, 29, 16, 0.08);
}

.cs-purpose-quote-card {
	background: #061d10;
	border-radius: 20px;
	padding: 32px 36px;
	color: #ffffff;
	box-shadow: 0 16px 40px rgba(6, 29, 16, 0.2);
}

.cs-purpose-quote-card .quote-icon {
	font-size: 28px;
	display: block;
	margin-bottom: 12px;
}

.cs-purpose-quote-card .quote-title {
	font-family: 'Outfit', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #ffffff;
	margin: 0;
	line-height: 1.35;
}

/* SECTION 03 WHAT WE DO */
.cs-materials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 32px;
}

@media (min-width: 1025px) {
	.cs-materials-grid.has-4-cards {
		grid-template-columns: repeat(4, 1fr) !important;
	}
	.cs-materials-grid.has-3-cards {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

.cs-mat-card {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 16px;
	padding: 28px 24px;
	position: relative;
	box-shadow: 0 4px 16px rgba(6, 29, 16, 0.04);
	transition: all 0.3s ease;
}

.cs-mat-card:hover {
	border-color: #38b000;
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(56, 176, 0, 0.12);
}

.cs-mat-card .mat-num {
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #38b000;
	background: #f0fdf4;
	padding: 4px 10px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 14px;
}

.cs-mat-card .mat-icon-circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.2);
	color: #38b000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 14px;
}

.cs-mat-card .mat-title {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #061d10;
	margin: 0 0 8px 0;
}

.cs-mat-card .mat-desc {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	line-height: 1.55;
	color: #4b5563;
	margin: 0;
}

.cs-value-pitch-banner {
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.25);
	border-radius: 16px;
	padding: 24px 30px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.cs-value-pitch-banner .banner-icon {
	font-size: 24px;
}

.cs-value-pitch-banner .banner-text {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #061d10;
	margin: 0;
	line-height: 1.5;
}

/* SECTION 04 CAPABILITY STATS */
.cs-cap-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-bottom: 32px;
}

.cs-stat-card {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 16px;
	padding: 24px 20px;
	box-shadow: 0 4px 16px rgba(6, 29, 16, 0.04);
}

.cs-stat-card .stat-value {
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #38b000;
	margin-bottom: 6px;
}

.cs-stat-card .stat-label {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #4b5563;
}

.cs-focus-statement-box {
	background: #061d10;
	border-radius: 16px;
	padding: 28px 36px;
	color: #ffffff;
}

.cs-focus-statement-box .focus-text {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	line-height: 1.4;
}

/* SECTION 05 CREDIBILITY */
.cs-pillars-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-bottom: 32px;
}

.cs-pillar-item {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 12px;
	padding: 14px 18px;
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	color: #061d10;
}

.cs-cdr-box {
	background: #f0fdf4;
	border: 1px solid rgba(56, 176, 0, 0.3);
	border-radius: 16px;
	padding: 24px 28px;
}

.cs-cdr-box .cdr-badge {
	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #38b000;
	margin-bottom: 8px;
	display: block;
}

.cs-cdr-box .cdr-text {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #061d10;
	margin: 0;
}

/* SECTION 06 WHY CRBNFIX */
.cs-why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.cs-why-card {
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 16px;
	padding: 24px 20px;
	box-shadow: 0 4px 16px rgba(6, 29, 16, 0.04);
	transition: all 0.3s ease;
}

.cs-why-card:hover {
	border-color: #38b000;
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(56, 176, 0, 0.12);
}

.cs-why-card .why-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f0fdf4;
	color: #38b000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin-bottom: 12px;
}

.cs-why-card .why-card-title {
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	font-weight: 800;
	color: #061d10;
	margin: 0 0 6px 0;
}

.cs-why-card .why-card-desc {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #4b5563;
	margin: 0;
}

/* SECTION 07 APPROACH PIPELINE */
.cs-approach-pipeline {
	display: flex;
	align-items: stretch;
	gap: 14px;
	margin-top: 24px;
}

.cs-approach-pipeline .app-step {
	flex: 1;
	background: #ffffff;
	border: 1px solid rgba(56, 176, 0, 0.2);
	border-radius: 14px;
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.cs-approach-pipeline .app-step.is-highlight {
	background: #061d10;
	border-color: #061d10;
	color: #ffffff;
}

.cs-approach-pipeline .app-step.is-highlight .step-title,
.cs-approach-pipeline .app-step.is-highlight .step-desc {
	color: #ffffff;
}

.cs-approach-pipeline .step-num {
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #38b000;
}

.cs-approach-pipeline .step-title {
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #061d10;
	margin: 0;
}

.cs-approach-pipeline .step-desc {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #4b5563;
	margin: 0;
}

.cs-approach-pipeline .app-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #38b000;
	font-size: 18px;
	font-weight: 700;
}

/* ==========================================================================
   ENHANCED RESPONSIVE MEDIA QUERIES (Mobile & Tablet Perfection)
   ========================================================================== */

@media (max-width: 1024px) {
	.cs-container {
		padding: 50px 20px !important;
	}

	.cs-hero-grid,
	.cs-purpose-split,
	.cs-cap-split {
		grid-template-columns: 1fr !important;
		gap: 32px !important;
	}

	.cs-materials-grid,
	.cs-materials-grid.has-4-cards,
	.cs-why-grid,
	.cs-cap-stats-grid,
	.cs-pillars-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px !important;
	}

	.cs-approach-pipeline {
		flex-direction: column !important;
		gap: 12px !important;
		align-items: stretch !important;
	}

	.cs-approach-pipeline .app-arrow {
		transform: rotate(90deg) !important;
		padding: 6px 0 !important;
		margin: 0 auto !important;
		align-self: center !important;
	}

	.cs-hero-photo {
		min-height: 340px !important;
	}
}

@media (max-width: 768px) {
	.cs-container {
		padding: 40px 16px !important;
	}

	.cs-h1 {
		font-size: 2.1rem !important;
		line-height: 1.2 !important;
	}

	.cs-h2 {
		font-size: 1.85rem !important;
		line-height: 1.25 !important;
	}

	.cs-lead-bold {
		font-size: 16.5px !important;
	}

	.cs-lead {
		font-size: 14.5px !important;
	}

	.cs-hero-btns {
		flex-direction: column !important;
		width: 100% !important;
		gap: 12px !important;
	}

	.cs-btn-primary,
	.cs-btn-outline {
		width: 100% !important;
		justify-content: center !important;
		text-align: center !important;
		padding: 14px 24px !important;
		box-sizing: border-box !important;
	}
}

@media (max-width: 640px) {
	.cs-materials-grid,
	.cs-materials-grid.has-4-cards,
	.cs-why-grid,
	.cs-pillars-grid {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}

	.cs-cap-stats-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px !important;
	}

	.cs-stat-card {
		padding: 16px 14px !important;
		border-radius: 12px !important;
	}

	.cs-stat-card .stat-value {
		font-size: 16.5px !important;
	}

	.cs-stat-card .stat-label {
		font-size: 12px !important;
	}

	.cs-h1 {
		font-size: 1.8rem !important;
	}

	.cs-h2 {
		font-size: 1.6rem !important;
	}

	.cs-hero-photo {
		min-height: 280px !important;
		height: 280px !important;
		border-radius: 16px !important;
	}

	.cs-photo-badge {
		padding: 10px 14px !important;
		bottom: 12px !important;
		left: 12px !important;
		right: 12px !important;
		border-radius: 12px !important;
	}

	.cs-photo-badge .badge-icon {
		font-size: 18px !important;
	}

	.cs-photo-badge .badge-text strong {
		font-size: 13px !important;
	}

	.cs-photo-badge .badge-text span {
		font-size: 11px !important;
	}

	.cs-purpose-photo-card {
		height: 190px !important;
		border-radius: 14px !important;
	}

	.cs-purpose-quote-card {
		padding: 24px 20px !important;
		border-radius: 16px !important;
	}

	.cs-purpose-quote-card .quote-title {
		font-size: 18px !important;
	}

	.cs-value-pitch-banner {
		flex-direction: column !important;
		text-align: center !important;
		padding: 20px !important;
		border-radius: 14px !important;
	}

	.cs-focus-statement-box {
		padding: 20px 22px !important;
		border-radius: 14px !important;
	}

	.cs-focus-statement-box .focus-text {
		font-size: 15px !important;
	}

	.cs-cdr-box {
		padding: 18px 20px !important;
		border-radius: 14px !important;
	}
}

/* 3D Icon & Photo Card Enhancements */
.cs-purpose-photo-card {
	width: 100%;
	height: 220px;
	border-radius: 16px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	box-shadow: 0 8px 24px rgba(6, 29, 16, 0.08);
}

.cs-purpose-photo-card .photo-overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg, transparent 40%, rgba(6, 29, 16, 0.8) 100%);
}

.cs-purpose-photo-card .badge-3d {
	position: absolute;
	bottom: 16px;
	left: 16px;
	background: rgba(6, 29, 16, 0.9);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(56, 176, 0, 0.3);
	border-radius: 50px;
	padding: 8px 16px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.mat-photo-header {
	height: 140px;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	position: relative;
	padding: 14px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.mat-photo-header::before {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg, rgba(6, 29, 16, 0.3) 0%, rgba(6, 29, 16, 0.6) 100%);
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.mat-photo-header .mat-num {
	position: relative;
	z-index: 2;
	margin: 0;
	background: #061d10 !important;
	color: #ffffff !important;
	border: 1px solid rgba(56, 176, 0, 0.4);
}

.mat-photo-header .mat-3d-icon {
	position: relative;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.cs-mat-card {
	padding: 0 !important;
	overflow: hidden;
}

.cs-mat-card .mat-card-body {
	padding: 24px 20px;
}

.cs-cap-split {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 32px;
}

.cs-cap-photo-card {
	width: 100%;
	height: 100%;
	min-height: 280px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(6, 29, 16, 0.12);
}

.cs-cap-photo-card .cap-overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg, rgba(6, 29, 16, 0.3) 0%, rgba(6, 29, 16, 0.85) 100%);
}

.cs-cap-photo-card .cap-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgba(6, 29, 16, 0.9);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(56, 176, 0, 0.3);
	border-radius: 14px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
}

.cs-cap-photo-card .cap-badge .badge-icon {
	font-size: 22px;
}

.cs-cap-photo-card .cap-badge strong {
	font-family: 'Outfit', sans-serif;
	font-size: 14.5px;
	color: #ffffff;
	display: block;
}

.cs-cap-photo-card .cap-badge span {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #a3b8a8;
}

.stat-3d-badge {
	font-size: 24px;
	margin-bottom: 8px;
}


