/* Cash 4 Waste Oil — static homepage (from supplied design) */
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:root {
	/* Claude artifact reference: deep #1B3326, lift #244032, gold #D9B86E */
	--green-deep: #1b3326;
	--green-lift: #244032;
	--green-mid: #2d5843;
	--green-bright: #3a6b52;
	--green-light: #6d9e84;
	--green-pale: #cfe8dc;
	--gold: #d9b86e;
	--gold-dark: #b89448;
	--gold-ink: #000000;
	--cream: #faf9f4;
	--text-dark: #0f1f18;
	--text-mid: #3a5445;
	--white: #ffffff;
	--shadow: 0 8px 40px rgba(27, 51, 38, 0.16);
	/* Boxed layout: page chrome + one content column (same max-width end-to-end) */
	--c4wo-chrome: #e1e4e1;
	--c4wo-hero-col-gap: clamp(2rem, 4.5vw, 5rem);
	--c4wo-radius-pill: 50px;
	--c4wo-radius-card: 28px;
	--c4wo-content-max: 1280px;
	--c4wo-frame-inline: clamp(1.35rem, 4.5vw, 3rem);
	--c4wo-frame-radius: clamp(22px, 3vw, 38px);
	--c4wo-frame-outer: clamp(0.65rem, 2vw, 1.5rem);
	--c4wo-page-inline: var(--c4wo-frame-inline);
}

html {
	scroll-behavior: smooth;
}

/* WP admin bar pushes the page with html { margin-top: 32px !important; } — remove it here
   and offset the body instead so the hero can sit flush under the bar when logged in. */
html:has(body.c4wo-static-home) {
	margin-top: 0 !important;
}

body.admin-bar.c4wo-static-home {
	padding-top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar.c4wo-static-home {
		padding-top: 46px;
	}
}

body.c4wo-static-home {
	font-family: "DM Sans", sans-serif;
	background: var(--c4wo-chrome);
	color: var(--text-dark);
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body.c4wo-static-home #wpadminbar {
	position: fixed;
}

.c4wo-skip-home {
	position: absolute;
	left: -999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.c4wo-skip-home:focus {
	position: fixed;
	left: 12px;
	top: 90px;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	background: var(--gold);
	color: var(--gold-ink);
	border-radius: 8px;
	font-weight: 700;
}

/* Rounded shell: nav fixed (stays on scroll); hero+trust clipped for bottom radius */
body.c4wo-static-home .c4wo-hero-frame {
	max-width: var(--c4wo-content-max);
	width: calc(100% - 2 * var(--c4wo-frame-outer));
	margin-top: 0;
	margin-bottom: var(--c4wo-frame-outer);
	margin-left: auto;
	margin-right: auto;
	border-radius: var(--c4wo-frame-radius);
	overflow: visible;
	background: var(--green-deep);
	box-shadow: 0 22px 55px rgba(15, 31, 24, 0.14);
	padding-left: var(--c4wo-frame-inline);
	padding-right: var(--c4wo-frame-inline);
	/* Reserve space: fixed nav is out of document flow */
	padding-top: 4.75rem;
}

body.c4wo-static-home .c4wo-hero-frame-clip {
	overflow: hidden;
	border-radius: 0 0 var(--c4wo-frame-radius) var(--c4wo-frame-radius);
	background: var(--green-deep);
}

body.c4wo-static-home .c4wo-hero-frame > nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 200;
	width: min(var(--c4wo-content-max), calc(100% - 2 * var(--c4wo-frame-outer)));
	max-width: var(--c4wo-content-max);
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	padding-left: var(--c4wo-frame-inline);
	padding-right: var(--c4wo-frame-inline);
	background: rgba(27, 51, 38, 0.98);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem 1rem;
	min-height: 70px;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--c4wo-frame-radius) var(--c4wo-frame-radius) 0 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

body.admin-bar.c4wo-static-home .c4wo-hero-frame > nav {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar.c4wo-static-home .c4wo-hero-frame > nav {
		top: 46px;
	}
}

/* Same column width + side gutters as .c4wo-hero-frame (reference layout) */
body.c4wo-static-home:not(.c4wo-inner) .how-section,
body.c4wo-static-home:not(.c4wo-inner) .areas-section,
body.c4wo-static-home:not(.c4wo-inner) .why-section,
body.c4wo-static-home:not(.c4wo-inner) .faq-section,
body.c4wo-static-home:not(.c4wo-inner) footer,
body.c4wo-static-home:not(.c4wo-inner) .footer-bottom {
	max-width: var(--c4wo-content-max);
	width: calc(100% - 2 * var(--c4wo-frame-outer));
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

body.c4wo-static-home .nav-end {
	margin-left: auto;
	display: flex;
	align-items: center;
}

body.c4wo-static-home .nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-left: auto;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
	position: relative;
}

body.c4wo-static-home .nav-toggle:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.35);
}

body.c4wo-static-home .nav-toggle-bars {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--white);
	border-radius: 2px;
	box-shadow: 0 -6px 0 var(--white), 0 6px 0 var(--white);
}

body.c4wo-static-home nav.is-nav-open .nav-toggle {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.35);
}

body.c4wo-static-home .nav-logo,
body.c4wo-inner .nav-logo {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	overflow: visible;
	flex-shrink: 0;
}

body.c4wo-static-home .nav-logo__img,
body.c4wo-inner .nav-logo__img {
	height: clamp(30px, 4.2vw, 38px);
	width: auto;
	max-width: min(296px, 58vw);
	flex-shrink: 0;
	display: block;
	object-fit: contain;
}

body.c4wo-static-home .nav-links {
	display: flex;
	align-items: center;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.c4wo-static-home .nav-links > .menu-item {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.c4wo-static-home .nav-links a {
	color: rgba(255, 255, 255, 0.94);
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
	transition: color 0.2s;
}

body.c4wo-static-home .nav-links a:hover {
	color: var(--green-light);
}

body.c4wo-static-home .nav-cta,
body.c4wo-static-home .nav-whatsapp,
body.c4wo-inner .nav-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.5rem 1.2rem;
	border-radius: var(--c4wo-radius-pill);
	font-weight: 600 !important;
	font-size: 0.9rem;
	line-height: 1.2;
	box-sizing: border-box;
	white-space: nowrap;
	transition: background 0.2s, transform 0.2s !important;
}

body.c4wo-static-home .nav-cta {
	background: var(--gold);
	color: var(--gold-ink) !important;
}

body.c4wo-static-home .nav-cta:hover {
	background: var(--gold-dark) !important;
	color: var(--gold-ink) !important;
	transform: scale(1.04);
}

body.c4wo-static-home .nav-whatsapp,
body.c4wo-inner .nav-whatsapp {
	background: #25d366;
	color: #fff !important;
	border: none;
}

body.c4wo-static-home .nav-whatsapp:hover,
body.c4wo-inner .nav-whatsapp:hover {
	background: #1ebe57 !important;
	color: #fff !important;
	transform: scale(1.04);
}

body.c4wo-static-home .nav-whatsapp__icon,
body.c4wo-inner .nav-whatsapp__icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

body.c4wo-static-home .hero {
	min-height: min(100vh, 1100px);
	background: var(--green-deep);
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.88fr);
	column-gap: var(--c4wo-hero-col-gap);
	row-gap: 2rem;
	align-items: center;
	/* Full-bleed inside .c4wo-hero-frame so gradients match frame edges (no side seam) */
	margin-left: calc(-1 * var(--c4wo-frame-inline));
	margin-right: calc(-1 * var(--c4wo-frame-inline));
	width: auto;
	padding: clamp(0.5rem, 1.75vw, 1.1rem) var(--c4wo-frame-inline) clamp(3.5rem, 8vw, 5.5rem);
	position: relative;
	overflow: hidden;
}

body.c4wo-static-home .hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 95% 75% at 72% 42%, rgba(36, 64, 50, 0.52) 0%, transparent 58%),
		radial-gradient(ellipse 70% 55% at 14% 88%, rgba(15, 28, 22, 0.45) 0%, transparent 52%),
		radial-gradient(ellipse 50% 40% at 50% 20%, rgba(36, 64, 50, 0.18) 0%, transparent 55%);
}

body.c4wo-static-home .hero-blob {
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 580px;
	height: 580px;
	background: radial-gradient(circle, rgba(36, 64, 50, 0.28) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

body.c4wo-static-home .hero::after {
	content: "";
	position: absolute;
	right: 8%;
	top: 18%;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(109, 158, 132, 0.15);
	border-radius: 50%;
}

body.c4wo-static-home .hero-content {
	position: relative;
	z-index: 2;
}

body.c4wo-static-home .hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(109, 158, 132, 0.15);
	border: 1px solid rgba(109, 158, 132, 0.32);
	color: var(--green-light);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.4rem 1rem;
	border-radius: var(--c4wo-radius-pill);
	margin-bottom: 1.5rem;
	animation: c4woFadeUp 0.7s ease both;
}

body.c4wo-static-home .hero-badge::before {
	content: "🌿";
}

body.c4wo-static-home .hero h1 {
	font-family: "Playfair Display", serif;
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	line-height: 1.08;
	color: var(--white);
	margin-bottom: 1.5rem;
	animation: c4woFadeUp 0.7s 0.1s ease both;
}

body.c4wo-static-home .hero h1 em {
	font-style: normal;
	color: var(--gold);
	display: block;
}

body.c4wo-static-home .hero-desc {
	font-size: 1.1rem;
	color: #ffffff;
	max-width: min(52ch, 600px);
	line-height: 1.7;
	margin-bottom: 2.5rem;
	animation: c4woFadeUp 0.7s 0.2s ease both;
}

body.c4wo-static-home .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	animation: c4woFadeUp 0.7s 0.3s ease both;
}

body.c4wo-static-home .btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--gold);
	color: var(--gold-ink);
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.9rem 2rem;
	border-radius: var(--c4wo-radius-pill);
	transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 4px 20px rgba(217, 184, 110, 0.38);
	border: none;
	cursor: pointer;
	font-family: inherit;
}

body.c4wo-static-home .btn-primary:hover {
	background: var(--gold-dark);
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(217, 184, 110, 0.48);
}

body.c4wo-static-home .btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--white);
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	padding: 0.9rem 2rem;
	border-radius: var(--c4wo-radius-pill);
	transition: border-color 0.2s, background 0.2s;
}

body.c4wo-static-home .btn-secondary:hover {
	border-color: var(--green-light);
	background: rgba(109, 158, 132, 0.1);
}

body.c4wo-static-home .hero-stats {
	display: flex;
	gap: 2.5rem;
	margin-top: 3rem;
	animation: c4woFadeUp 0.7s 0.4s ease both;
}

body.c4wo-static-home .stat-num {
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	font-weight: 900;
	color: var(--gold);
	display: block;
}

body.c4wo-static-home .stat-label {
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: 500;
}

body.c4wo-static-home .hero-card {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: c4woFadeUp 0.7s 0.3s ease both;
}

body.c4wo-static-home .card-inner {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(109, 158, 132, 0.2);
	border-radius: var(--c4wo-radius-card);
	padding: 2.5rem 2rem;
	width: 100%;
	max-width: 400px;
	backdrop-filter: blur(12px);
}

body.c4wo-static-home .card-inner h3 {
	font-family: "Playfair Display", serif;
	color: var(--white);
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

body.c4wo-static-home .card-inner > p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
}

body.c4wo-static-home .form-group {
	margin-bottom: 1rem;
}

body.c4wo-static-home .form-group input,
body.c4wo-static-home .form-group select,
body.c4wo-static-home .form-group textarea {
	width: 100%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(109, 158, 132, 0.25);
	border-radius: 10px;
	padding: 0.8rem 1rem;
	color: var(--white);
	font-family: "DM Sans", sans-serif;
	font-size: 0.9rem;
	outline: none;
	transition: border-color 0.2s;
}

body.c4wo-static-home .form-group input::placeholder,
body.c4wo-static-home .form-group textarea::placeholder {
	color: rgba(255, 255, 255, 0.35);
}

body.c4wo-static-home .form-group input:focus,
body.c4wo-static-home .form-group select:focus {
	border-color: var(--green-light);
}

body.c4wo-static-home .form-group select option {
	background: var(--green-deep);
}

body.c4wo-static-home .form-submit {
	width: 100%;
	background: var(--gold);
	color: var(--gold-ink);
	border: none;
	cursor: pointer;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.9rem;
	border-radius: var(--c4wo-radius-pill);
	transition: background 0.2s, transform 0.2s;
	margin-top: 0.5rem;
}

body.c4wo-static-home .form-submit:hover {
	background: var(--gold-dark);
	transform: translateY(-1px);
}

body.c4wo-static-home .form-note {
	text-align: center;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 0.8rem;
}

body.c4wo-static-home .form-notice {
	background: rgba(109, 158, 132, 0.2);
	border: 1px solid rgba(109, 158, 132, 0.4);
	color: var(--green-pale);
	padding: 0.65rem 0.85rem;
	border-radius: 10px;
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

body.c4wo-static-home .form-notice.is-error {
	background: rgba(180, 60, 60, 0.25);
	border-color: rgba(255, 150, 150, 0.4);
	color: #ffc9c9;
}

body.c4wo-static-home .trust-bar {
	margin-top: 0;
	margin-left: calc(-1 * var(--c4wo-frame-inline));
	margin-right: calc(-1 * var(--c4wo-frame-inline));
	width: auto;
	max-width: none;
	/* Same family as hero (avoid olive jump from old --green-mid) */
	background: linear-gradient(180deg, #1e3a2c 0%, var(--green-deep) 45%, #1a3024 100%);
	padding: 1.35rem var(--c4wo-frame-inline);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: clamp(0.75rem, 2vw, 1.75rem);
	row-gap: 1rem;
	align-items: center;
	justify-items: center;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

body.c4wo-static-home .trust-item {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	color: rgba(255, 255, 255, 0.98);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	max-width: 16rem;
}

body.c4wo-static-home .trust-item-icon {
	flex-shrink: 0;
	font-size: 1.1rem;
	line-height: 1;
}

body.c4wo-static-home section {
	padding: 90px var(--c4wo-page-inline);
}

body.c4wo-static-home .section-label {
	display: inline-block;
	color: var(--green-bright);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 0.8rem;
}

body.c4wo-static-home section h2 {
	font-family: "Playfair Display", serif;
	font-size: clamp(2rem, 3.5vw, 2.8rem);
	line-height: 1.15;
	color: var(--green-deep);
	margin-bottom: 1rem;
}

body.c4wo-static-home .section-intro {
	color: var(--text-mid);
	font-size: 1.05rem;
	line-height: 1.7;
	max-width: min(72ch, 720px);
}

body.c4wo-static-home .how-section {
	background: var(--white);
}

body.c4wo-static-home .how-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(3rem, 5vw, 6rem);
	align-items: center;
	margin-top: 4rem;
}

body.c4wo-static-home .steps {
	display: flex;
	flex-direction: column;
	gap: 0;
}

body.c4wo-static-home .step {
	display: flex;
	gap: 1.5rem;
	padding: 1.8rem 0;
	border-bottom: 1px solid rgba(45, 88, 67, 0.1);
	position: relative;
}

body.c4wo-static-home .step:last-child {
	border-bottom: none;
}

body.c4wo-static-home .step-num {
	font-family: "Playfair Display", serif;
	font-size: 2.8rem;
	font-weight: 900;
	color: var(--green-pale);
	line-height: 1;
	min-width: 50px;
	transition: color 0.3s;
}

body.c4wo-static-home .step:hover .step-num {
	color: var(--green-light);
}

body.c4wo-static-home .step-title {
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--green-deep);
	margin-bottom: 0.3rem;
}

body.c4wo-static-home .step-desc {
	color: var(--text-mid);
	font-size: 0.92rem;
	line-height: 1.6;
}

body.c4wo-static-home .how-visual {
	background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
	border-radius: 24px;
	padding: 3rem 2.5rem;
	color: white;
	position: relative;
	overflow: hidden;
}

body.c4wo-static-home .how-visual::before {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	width: 220px;
	height: 220px;
	background: rgba(109, 158, 132, 0.1);
	border-radius: 50%;
}

body.c4wo-static-home .how-visual-title {
	font-family: "Playfair Display", serif;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

body.c4wo-static-home .perk {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.4rem;
}

body.c4wo-static-home .perk-icon {
	width: 38px;
	height: 38px;
	background: rgba(109, 158, 132, 0.2);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	flex-shrink: 0;
}

body.c4wo-static-home .perk-text strong {
	display: block;
	font-size: 0.95rem;
	margin-bottom: 0.2rem;
}

body.c4wo-static-home .perk-text span {
	font-size: 0.83rem;
	opacity: 0.7;
}

body.c4wo-static-home .areas-section {
	background: var(--cream);
}

body.c4wo-static-home .areas-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 3rem;
	flex-wrap: wrap;
	gap: 1.5rem;
}

body.c4wo-static-home .areas-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

@media (min-width: 1100px) {
	body.c4wo-static-home .areas-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

body.c4wo-static-home .area-card {
	background: var(--white);
	border: 1px solid rgba(45, 88, 67, 0.1);
	border-radius: 20px;
	padding: 2rem 1.8rem;
	transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
	cursor: default;
	position: relative;
	overflow: hidden;
}

body.c4wo-static-home .area-card::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--green-bright), var(--green-light));
	transform: scaleX(0);
	transition: transform 0.3s;
	transform-origin: left;
}

body.c4wo-static-home .area-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
	border-color: rgba(58, 107, 82, 0.25);
}

body.c4wo-static-home .area-card:hover::before {
	transform: scaleX(1);
}

body.c4wo-static-home .area-emoji {
	font-size: 2rem;
	margin-bottom: 1rem;
	display: block;
}

body.c4wo-static-home .area-name {
	font-family: "Playfair Display", serif;
	font-size: 1.4rem;
	color: var(--green-deep);
	margin-bottom: 0.5rem;
}

body.c4wo-static-home .area-desc {
	color: var(--text-mid);
	font-size: 0.88rem;
	line-height: 1.6;
	margin-bottom: 1.2rem;
}

body.c4wo-static-home .area-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

body.c4wo-static-home .area-tag {
	background: var(--green-pale);
	color: var(--green-mid);
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.25rem 0.7rem;
	border-radius: 50px;
}

body.c4wo-static-home .area-tag a {
	color: inherit;
	text-decoration: none;
}

body.c4wo-static-home .area-tag a:hover {
	text-decoration: underline;
}

body.c4wo-static-home .why-section {
	background: var(--green-deep);
	padding: 90px var(--c4wo-page-inline);
}

body.c4wo-static-home .why-section h2 {
	color: var(--white);
}

body.c4wo-static-home .why-section .section-label {
	color: var(--green-light);
}

body.c4wo-static-home .why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	margin-top: 3.5rem;
}

body.c4wo-static-home .why-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(109, 158, 132, 0.15);
	border-radius: 18px;
	padding: 2rem 1.5rem;
	transition: background 0.2s, border-color 0.2s;
}

body.c4wo-static-home .why-card:hover {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(109, 158, 132, 0.3);
}

body.c4wo-static-home .why-icon {
	font-size: 2rem;
	margin-bottom: 1.2rem;
	display: block;
}

body.c4wo-static-home .why-title {
	color: var(--white);
	font-weight: 700;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

body.c4wo-static-home .why-desc {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.87rem;
	line-height: 1.6;
}

body.c4wo-static-home .faq-section {
	background: var(--white);
}

body.c4wo-static-home .faq-layout {
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: clamp(3rem, 5vw, 6.5rem);
	align-items: start;
	margin-top: 3rem;
}

body.c4wo-static-home .faq-list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

body.c4wo-static-home .faq-item {
	border-bottom: 1px solid rgba(45, 88, 67, 0.1);
	overflow: hidden;
}

body.c4wo-static-home .faq-q {
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.3rem 0;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 0.97rem;
	color: var(--green-deep);
	text-align: left;
	gap: 1rem;
}

body.c4wo-static-home .faq-q .icon {
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	background: var(--green-pale);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	color: var(--green-mid);
	transition: transform 0.3s, background 0.2s;
}

body.c4wo-static-home .faq-item.open .faq-q .icon {
	transform: rotate(45deg);
	background: var(--green-bright);
	color: white;
}

body.c4wo-static-home .faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.3s;
	color: var(--text-mid);
	font-size: 0.9rem;
	line-height: 1.7;
}

body.c4wo-static-home .faq-item.open .faq-a {
	max-height: 220px;
	padding-bottom: 1.2rem;
}

body.c4wo-static-home .faq-cta-box {
	background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
	border-radius: 24px;
	padding: 3rem 2.5rem;
	color: white;
	position: sticky;
	top: 100px;
}

body.c4wo-static-home .faq-cta-box h3 {
	font-family: "Playfair Display", serif;
	font-size: 1.7rem;
	margin-bottom: 0.8rem;
}

body.c4wo-static-home .faq-cta-box p {
	opacity: 0.75;
	font-size: 0.92rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

body.c4wo-static-home .faq-phone {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	background: var(--gold);
	color: var(--gold-ink);
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1rem;
	padding: 1rem 1.5rem;
	border-radius: 12px;
	margin-bottom: 1rem;
	transition: background 0.2s;
}

body.c4wo-static-home .faq-phone:hover {
	background: var(--gold-dark);
}

body.c4wo-static-home .faq-email {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 0.9rem;
	padding: 0.7rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.c4wo-static-home .faq-email:hover {
	color: var(--green-light);
}

body.c4wo-static-home .licensed-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(109, 158, 132, 0.15);
	border: 1px solid rgba(109, 158, 132, 0.32);
	color: var(--green-light);
	font-size: 0.78rem;
	font-weight: 600;
	padding: 0.4rem 0.9rem;
	border-radius: 50px;
	margin-top: 1.5rem;
}

/* Footer shell — one dark block (homepage + inner pages, matches html-sitemap) */
body.c4wo-static-home .c4wo-footer-shell {
	max-width: var(--c4wo-content-max);
	width: calc(100% - 2 * var(--c4wo-frame-outer));
	margin: 0 auto var(--c4wo-frame-outer);
	border-radius: 0 0 var(--c4wo-frame-radius) var(--c4wo-frame-radius);
	overflow: hidden;
	box-shadow: 0 22px 55px rgba(15, 31, 24, 0.14);
	box-sizing: border-box;
	background: #0d2218;
}

body.c4wo-static-home .c4wo-footer-shell footer {
	background: transparent;
	color: rgba(255, 255, 255, 0.6);
	padding: 3rem var(--c4wo-page-inline) 1.75rem;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 3rem;
	margin: 0;
	width: 100%;
	max-width: none;
}

body.c4wo-static-home footer {
	background: #0d2218;
	color: rgba(255, 255, 255, 0.6);
	padding: 3rem var(--c4wo-page-inline) 2rem;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 3rem;
}

body.c4wo-static-home .c4wo-footer-shell .footer-bottom {
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 0 var(--c4wo-page-inline) 1.25rem;
	margin: 0;
	width: 100%;
	max-width: none;
}

body.c4wo-static-home .footer-logo,
body.c4wo-inner .footer-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	margin-bottom: 0.8rem;
}

body.c4wo-static-home .footer-logo__img,
body.c4wo-inner .footer-logo__img {
	height: 30px;
	width: auto;
	max-width: 240px;
	flex-shrink: 0;
	display: block;
	object-fit: contain;
}

body.c4wo-static-home .footer-logo span {
	color: var(--gold);
}

body.c4wo-static-home footer > div > p {
	font-size: 0.85rem;
	line-height: 1.7;
	max-width: min(42ch, 380px);
}

body.c4wo-static-home .footer-col h4 {
	color: var(--white);
	font-size: 0.9rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

body.c4wo-static-home .footer-col a {
	display: block;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	font-size: 0.85rem;
	margin-bottom: 0.5rem;
	transition: color 0.2s;
}

body.c4wo-static-home .footer-col a:hover {
	color: var(--green-light);
}

body.c4wo-static-home .footer-bottom {
	background: #0d2218;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 0 var(--c4wo-page-inline) 1.25rem;
}

/* Legacy Elementor footer bar (until patched) */
body.c4wo-static-home .c4wo-inner-footer-bottom {
	max-width: var(--c4wo-content-max);
	width: calc(100% - 2 * var(--c4wo-frame-outer));
	margin: 0 auto var(--c4wo-frame-outer);
	background: #0d2218;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 1.15rem var(--c4wo-page-inline) 1.25rem;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto minmax(0, 1.2fr);
	align-items: center;
	gap: 1rem 1.5rem;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.42);
	border-radius: 0 0 var(--c4wo-frame-radius) var(--c4wo-frame-radius);
	box-shadow: 0 22px 55px rgba(15, 31, 24, 0.14);
}

body.c4wo-static-home .c4wo-inner-footer-bottom a {
	color: var(--green-light);
	text-decoration: none;
	font-weight: 600;
}

body.c4wo-static-home .c4wo-inner-footer-bottom a:hover {
	color: var(--gold);
}

body.c4wo-static-home .c4wo-inner-footer-bottom span:last-child {
	font-style: italic;
	text-align: right;
	color: rgba(255, 255, 255, 0.38);
}

body.c4wo-static-home .footer-bottom__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) auto minmax(0, 1.2fr);
	align-items: center;
	gap: 1rem 1.5rem;
	padding-top: 1.15rem;
}

body.c4wo-static-home .footer-bottom__copy,
body.c4wo-static-home .footer-bottom__disclaimer {
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.42);
}

body.c4wo-static-home .footer-bottom__copy {
	justify-self: start;
}

body.c4wo-static-home .footer-bottom__nav {
	justify-self: center;
}

body.c4wo-static-home .footer-bottom__disclaimer {
	justify-self: end;
	text-align: right;
	font-style: italic;
	color: rgba(255, 255, 255, 0.38);
}

body.c4wo-static-home .footer-bottom__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4rem 0.95rem;
	border-radius: 50px;
	border: 1px solid rgba(109, 158, 132, 0.35);
	background: rgba(109, 158, 132, 0.12);
	color: var(--green-light) !important;
	text-decoration: none !important;
	font-size: 0.78rem;
	font-weight: 600;
	white-space: nowrap;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

body.c4wo-static-home .footer-bottom__link:hover {
	background: rgba(109, 158, 132, 0.22);
	border-color: rgba(217, 184, 110, 0.45);
	color: var(--gold) !important;
}

@media (max-width: 900px) {
	body.c4wo-static-home .hero {
		grid-template-columns: 1fr;
		padding: clamp(0.5rem, 3vw, 1.25rem) var(--c4wo-frame-inline) 3rem;
		gap: 3rem;
	}

	body.c4wo-static-home .hero::after {
		display: none;
	}

	body.c4wo-static-home .how-grid,
	body.c4wo-static-home .faq-layout {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	body.c4wo-static-home .areas-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.c4wo-static-home .why-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.c4wo-static-home footer {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	body.c4wo-static-home .footer-bottom__inner {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 0.75rem;
	}

	body.c4wo-static-home .footer-bottom__copy,
	body.c4wo-static-home .footer-bottom__nav,
	body.c4wo-static-home .footer-bottom__disclaimer {
		justify-self: center;
		text-align: center;
	}

	body.c4wo-static-home .trust-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 1.15rem;
		padding-bottom: 1.15rem;
	}

	body.c4wo-static-home .nav-toggle {
		display: inline-flex;
	}

	body.c4wo-static-home .nav-end {
		flex-basis: 100%;
		width: 100%;
		margin-left: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.38s ease, padding 0.38s ease;
		padding-top: 0;
		padding-bottom: 0;
	}

	body.c4wo-static-home nav.is-nav-open .nav-end {
		max-height: 28rem;
		padding-top: 0.35rem;
		padding-bottom: 1rem;
		border-top: 1px solid rgba(109, 158, 132, 0.22);
		margin-top: 0.25rem;
	}

	body.c4wo-static-home .nav-links {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: stretch;
		gap: 0.15rem 0.5rem;
		width: 100%;
	}

	body.c4wo-static-home .nav-links > .menu-item {
		order: 0;
	}

	body.c4wo-static-home .nav-links > .menu-item:not(.menu-item--whatsapp):not(:has(.nav-cta)) {
		grid-column: 1 / -1;
	}

	body.c4wo-static-home .nav-links a:not(.nav-whatsapp):not(.nav-cta) {
		padding: 0.65rem 0.85rem;
		border-radius: 12px;
	}

	body.c4wo-static-home .nav-links a:not(.nav-whatsapp):not(.nav-cta):hover {
		background: rgba(255, 255, 255, 0.06);
		color: var(--white);
	}

	body.c4wo-static-home .menu-item--whatsapp,
	body.c4wo-static-home .nav-links > .menu-item:has(.nav-cta) {
		margin-top: 0.35rem;
		display: flex;
		align-items: stretch;
	}

	body.c4wo-static-home .nav-whatsapp,
	body.c4wo-static-home .nav-cta {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 44px;
		height: 100%;
		padding: 0.55rem 0.85rem;
		font-size: 0.9rem;
		line-height: 1.2;
		border-radius: var(--c4wo-radius-pill);
		box-sizing: border-box;
		white-space: nowrap;
	}

	body.c4wo-static-home .nav-whatsapp {
		background: #25d366;
		color: #fff !important;
		border: none;
	}

	body.c4wo-static-home .nav-whatsapp:hover {
		background: #1ebe57 !important;
		color: #fff !important;
	}

	body.c4wo-static-home .nav-cta {
		margin-top: 0;
		text-align: center;
	}
}

@media (max-width: 600px) {
	body.c4wo-static-home .areas-grid,
	body.c4wo-static-home .why-grid {
		grid-template-columns: 1fr;
	}

	body.c4wo-static-home .trust-bar {
		grid-template-columns: 1fr;
		row-gap: 1.1rem;
	}

	body.c4wo-static-home .trust-item {
		max-width: none;
	}

	body.c4wo-static-home .hero-stats {
		gap: 1.5rem;
	}

	body.c4wo-static-home .faq-cta-box {
		position: static;
	}
}

@keyframes c4woFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.c4wo-static-home .reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

body.c4wo-static-home .reveal.visible {
	opacity: 1;
	transform: none;
}

/*
 * Elementor + [c4wo_home_landing]: full-width canvas; boxed hero lives inside .c4wo-hero-frame.
 */
/* Built with Elementor: two real columns live inside .c4wo-el-hero-cols, not as direct .hero grid children. */
body.c4wo-static-home .hero.c4wo-hero--elementor {
	display: block;
}

body.c4wo-static-home .hero.c4wo-hero--elementor > .elementor-element {
	width: 100%;
	max-width: none;
}

body.c4wo-static-home #content.site-main,
body.c4wo-static-home #content.elementor-page {
	margin: 0 !important;
	padding: 0 !important;
}

body.c4wo-static-home #content .elementor {
	width: 100%;
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
}

body.c4wo-static-home #content .elementor > .elementor-inner {
	margin: 0 !important;
	padding: 0 !important;
}

body.c4wo-static-home #content .elementor-section-wrap {
	margin: 0 !important;
	padding: 0 !important;
}

body.c4wo-static-home #content .elementor-top-section:first-of-type,
body.c4wo-static-home #content .elementor-section.elementor-section:first-of-type {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.c4wo-static-home #content .elementor-top-section > .elementor-container,
body.c4wo-static-home #content .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.c4wo-static-home #content .elementor-section > .elementor-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.c4wo-static-home #content .elementor-column > .elementor-element-populated {
	padding-block: 0 !important;
	padding-inline: 0 !important;
}

body.c4wo-static-home #content .elementor-widget-shortcode .elementor-widget-container {
	padding: 0;
	overflow: visible;
}

body.c4wo-static-home #content .elementor-widget-html .elementor-widget-container {
	padding: 0;
	overflow: visible;
}

body.c4wo-static-home #content .c4wo-home-landing-root {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.c4wo-static-home #content .elementor-widget.elementor-widget-shortcode {
	width: 100%;
	max-width: none;
}

/* Flexbox “container” layout (newer Elementor) around the landing shortcode */
body.c4wo-static-home #content .e-con:has(.c4wo-home-landing-root),
body.c4wo-static-home #content .e-parent:has(.c4wo-home-landing-root) {
	max-width: none !important;
	width: 100% !important;
	--container-max-width: 100% !important;
	padding-block-start: 0 !important;
	padding-block-end: 0 !important;
	margin-block-start: 0 !important;
}

/* Elementor-built hero: inner section grid matches static .hero columns */
body.c4wo-static-home .hero .c4wo-el-hero-cols .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.88fr);
	column-gap: var(--c4wo-hero-col-gap);
	row-gap: 2rem;
	align-items: center;
	max-width: none;
	width: 100%;
}

body.c4wo-static-home .hero .c4wo-el-hero-cols .elementor-row {
	width: 100%;
}

/* Elementor flexbox “container” inner sections (no .elementor-row / .elementor-container) */
body.c4wo-static-home .hero .c4wo-el-hero-cols.e-flex,
body.c4wo-static-home .hero .elementor-element.c4wo-el-hero-cols.e-flex {
	flex-direction: row !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	max-width: none !important;
	column-gap: var(--c4wo-hero-col-gap);
	row-gap: 2rem;
	align-items: center;
}

body.c4wo-static-home .hero .c4wo-el-hero-cols > .e-con-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	column-gap: var(--c4wo-hero-col-gap);
	row-gap: 2rem;
	align-items: center;
}

body.c4wo-static-home .hero .c4wo-el-hero-cols.e-grid > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.88fr);
}

body.c4wo-static-home .hero .elementor-column.hero-content {
	position: relative;
	z-index: 2;
}

body.c4wo-static-home .hero .elementor-widget-heading.c4wo-hero-gold-line .elementor-heading-title {
	font-family: "Playfair Display", serif;
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	line-height: 1.08;
	color: var(--gold);
	margin: 0 0 1.5rem;
	font-weight: 700;
	animation: c4woFadeUp 0.7s 0.1s ease both;
}

body.c4wo-static-home .hero .hero-content .elementor-widget-heading:not(.c4wo-hero-gold-line) .elementor-heading-title {
	margin-bottom: 0;
}

body.c4wo-static-home .hero .btn-primary .elementor-button,
body.c4wo-static-home .hero .elementor-widget-button.btn-primary .elementor-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--gold);
	color: var(--gold-ink);
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	padding: 0.9rem 2rem;
	border-radius: var(--c4wo-radius-pill);
	transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 4px 20px rgba(217, 184, 110, 0.38);
	border: none;
	cursor: pointer;
	font-family: inherit;
}

body.c4wo-static-home .hero .btn-primary .elementor-button:hover,
body.c4wo-static-home .hero .elementor-widget-button.btn-primary .elementor-button:hover {
	background: var(--gold-dark);
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(217, 184, 110, 0.48);
}

body.c4wo-static-home .hero .btn-secondary .elementor-button,
body.c4wo-static-home .hero .elementor-widget-button.btn-secondary .elementor-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: var(--white);
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	padding: 0.9rem 2rem;
	border-radius: var(--c4wo-radius-pill);
	transition: border-color 0.2s, background 0.2s;
}

body.c4wo-static-home .hero .btn-secondary .elementor-button:hover,
body.c4wo-static-home .hero .elementor-widget-button.btn-secondary .elementor-button:hover {
	border-color: var(--green-light);
	background: rgba(109, 158, 132, 0.1);
}

@media (max-width: 900px) {
	body.c4wo-static-home .hero .c4wo-el-hero-cols .elementor-container {
		grid-template-columns: 1fr;
	}

	body.c4wo-static-home .hero .c4wo-el-hero-cols.e-flex,
	body.c4wo-static-home .hero .elementor-element.c4wo-el-hero-cols.e-flex {
		flex-direction: column !important;
		align-items: stretch;
	}

	body.c4wo-static-home .hero .c4wo-el-hero-cols > .e-con-inner {
		flex-direction: column;
		align-items: stretch;
	}

	body.c4wo-static-home .hero .c4wo-el-hero-cols.e-grid > .e-con-inner {
		grid-template-columns: 1fr;
	}
}

/* Hero CTA row inside Elementor (matches .hero-actions) */
body.c4wo-static-home .hero .c4wo-el-hero-actions .elementor-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	max-width: none;
	width: 100%;
	animation: c4woFadeUp 0.7s 0.3s ease both;
}

body.c4wo-static-home .hero .c4wo-el-hero-actions .elementor-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

body.c4wo-static-home .hero .c4wo-el-hero-actions .elementor-column {
	min-width: 0;
	width: auto !important;
	flex: 0 1 auto;
}

/*
 * Modular Elementor homepage — same boxed width as .how-section / body content.
 */
body.c4wo-static-home #content .elementor-section[class*="c4wo-el-"] {
	position: relative !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Cancel Elementor “stretched section” (100vw + translate) saved in page JSON. */
body.c4wo-static-home #content .elementor-section.elementor-section-stretched[class*="c4wo-el-"],
body.c4wo-static-home #content .elementor-top-section.elementor-section-stretched[class*="c4wo-el-"] {
	width: min(var(--c4wo-content-max), calc(100% - 2 * var(--c4wo-frame-outer))) !important;
	max-width: var(--c4wo-content-max) !important;
	left: auto !important;
	right: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
}

body.c4wo-static-home #content .elementor-section.c4wo-el-header-section,
body.c4wo-static-home #content .elementor-section.c4wo-el-hero-section,
body.c4wo-static-home #content .elementor-section.c4wo-el-trust-section {
	width: min(var(--c4wo-content-max), calc(100% - 2 * var(--c4wo-frame-outer))) !important;
	max-width: var(--c4wo-content-max) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	background: var(--green-deep);
}

body.c4wo-static-home #content .elementor-section.c4wo-el-header-section {
	position: relative;
	z-index: 201;
	margin-bottom: 0;
	padding: 0 !important;
	background: transparent !important;
	min-height: 0;
}

body.c4wo-static-home #content .c4wo-el-header-section nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 200;
	width: min(var(--c4wo-content-max), calc(100% - 2 * var(--c4wo-frame-outer)));
	max-width: var(--c4wo-content-max);
	box-sizing: border-box;
	padding-left: var(--c4wo-frame-inline);
	padding-right: var(--c4wo-frame-inline);
	background: rgba(27, 51, 38, 0.98);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem 1rem;
	min-height: 70px;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--c4wo-frame-radius) var(--c4wo-frame-radius) 0 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

body.admin-bar.c4wo-static-home #content .c4wo-el-header-section nav {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar.c4wo-static-home #content .c4wo-el-header-section nav {
		top: 46px;
	}
}

body.c4wo-static-home #content .elementor-section.c4wo-el-hero-section {
	position: relative;
	overflow: hidden;
	padding: calc(4.75rem + clamp(0.5rem, 1.75vw, 1.1rem)) var(--c4wo-frame-inline) clamp(3.5rem, 8vw, 5.5rem) !important;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
	border-radius: 0;
}

body.c4wo-static-home #content .elementor-section.c4wo-el-hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 95% 75% at 72% 42%, rgba(36, 64, 50, 0.52) 0%, transparent 58%),
		radial-gradient(ellipse 70% 55% at 14% 88%, rgba(15, 28, 22, 0.45) 0%, transparent 52%),
		radial-gradient(ellipse 50% 40% at 50% 20%, rgba(36, 64, 50, 0.18) 0%, transparent 55%);
	pointer-events: none;
	z-index: 0;
}

body.c4wo-static-home #content .elementor-section.c4wo-el-hero-section::after {
	content: "";
	position: absolute;
	right: 8%;
	top: 18%;
	width: 320px;
	height: 320px;
	border: 1px solid rgba(109, 158, 132, 0.15);
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

body.c4wo-static-home #content .elementor-section.c4wo-el-trust-section {
	overflow: hidden;
	border-radius: 0 0 var(--c4wo-frame-radius) var(--c4wo-frame-radius);
	margin-top: 0;
	margin-bottom: var(--c4wo-frame-outer);
	box-shadow: 0 22px 55px rgba(15, 31, 24, 0.14);
	padding: 0 var(--c4wo-frame-inline) !important;
}

/* Full-width row; .how-section / footer inside HTML use the same --c4wo-content-max box. */
body.c4wo-static-home #content .elementor-section.c4wo-el-below-block,
body.c4wo-static-home #content .elementor-section.c4wo-el-below-scripts-wrap {
	width: 100% !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
	background: transparent !important;
}

body.c4wo-static-home #content .elementor-section.c4wo-el-below-block .how-section,
body.c4wo-static-home #content .elementor-section.c4wo-el-below-block .areas-section,
body.c4wo-static-home #content .elementor-section.c4wo-el-below-block .why-section,
body.c4wo-static-home #content .elementor-section.c4wo-el-below-block .faq-section,
body.c4wo-static-home #content .elementor-section.c4wo-el-below-block footer,
body.c4wo-static-home #content .elementor-section.c4wo-el-below-block .footer-bottom {
	margin-left: auto;
	margin-right: auto;
}

body.c4wo-static-home #content .elementor-section.c4wo-el-below-block .elementor-widget-container,
body.c4wo-static-home #content .elementor-section.c4wo-el-below-block .elementor-widget-html {
	width: 100%;
	max-width: none;
}

body.c4wo-static-home #content .c4wo-el-hero-section .hero-blob {
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	width: 580px;
	height: 580px;
	background: radial-gradient(circle, rgba(36, 64, 50, 0.28) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols {
	position: relative;
	z-index: 2;
	width: 100%;
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols,
body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols .elementor-container,
body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	width: 100% !important;
	max-width: none !important;
	column-gap: var(--c4wo-hero-col-gap);
	row-gap: 2rem;
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols .elementor-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.88fr);
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.88fr);
}

/* Prevent Elementor columns collapsing to a few pixels (caused vertical word stacking). */
body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .elementor-column,
body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols .elementor-column {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .elementor-column:first-child,
body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols .elementor-column.hero-content {
	flex: 1.22 1 0 !important;
	min-width: 0 !important;
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .elementor-column:last-child,
body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .elementor-column:nth-child(2) {
	flex: 0.88 1 0 !important;
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols.e-flex > .e-con,
body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .e-con > .e-con {
	flex: 1 1 0 !important;
	min-width: 0 !important;
	width: auto !important;
	max-width: none !important;
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols.e-flex > .e-con:first-child,
body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .e-con > .e-con.hero-content {
	flex: 1.22 1 0 !important;
}

body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols.e-flex > .e-con:last-child {
	flex: 0.88 1 0 !important;
}

body.c4wo-static-home #content .c4wo-el-hero-section .elementor-column.hero-content,
body.c4wo-static-home #content .c4wo-el-hero-section .e-con.hero-content {
	position: relative;
	z-index: 2;
}

body.c4wo-static-home #content .c4wo-el-hero-section .hero-content .elementor-widget,
body.c4wo-static-home #content .c4wo-el-hero-section .hero-content .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
}

body.c4wo-static-home #content .c4wo-el-hero-section .hero-content h1 {
	font-family: "Playfair Display", serif;
	font-size: clamp(2.6rem, 5vw, 4.2rem);
	line-height: 1.08;
	color: var(--white);
	margin: 0 0 1.5rem;
}

body.c4wo-static-home #content .c4wo-el-hero-section .hero-content h1 em {
	font-style: normal;
	color: var(--gold);
	display: block;
}

body.c4wo-static-home #content .c4wo-el-hero-section .hero-content .hero-desc {
	color: #ffffff;
}

body.c4wo-static-home #content .c4wo-el-hero-section .hero-content .hero-badge {
	display: inline-flex;
	max-width: 100%;
}

@media (max-width: 900px) {
	body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols .elementor-container,
	body.c4wo-static-home #content .c4wo-el-hero-section .c4wo-el-hero-cols > .e-con-inner {
		grid-template-columns: 1fr;
	}

	body.c4wo-static-home #content .elementor-section.c4wo-el-hero-section::after {
		display: none;
	}
}
