:root {
	--clpt-ink: #17211d;
	--clpt-muted: #5f6d68;
	--clpt-line: #dce6e1;
	--clpt-bg: #f6faf8;
	--clpt-card: #ffffff;
	--clpt-primary: #126b57;
	--clpt-primary-dark: #0c4a3d;
	--clpt-gold: #c8922e;
	--clpt-soft: #edf6f2;
	--clpt-shadow: 0 18px 45px rgba(20, 43, 36, 0.11);
}

* { box-sizing: border-box; }
body {
	margin: 0;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--clpt-ink);
	background: var(--clpt-bg);
	line-height: 1.6;
}
a { color: inherit; }
.clpt-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto minmax(180px, 1fr);
	align-items: center;
	gap: clamp(16px, 3vw, 36px);
	padding: 18px clamp(18px, 5vw, 72px);
	background: rgba(246, 250, 248, 0.94);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid var(--clpt-line);
}
.clpt-brand {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	min-width: 0;
	font-weight: 800;
}
.clpt-brand a {
	text-decoration: none;
}
.clpt-brand-fallback { display: inline-flex; align-items: center; }
.clpt-brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: var(--clpt-primary);
	color: #fff;
}
.clpt-brand-logo {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	max-width: var(--clpt-logo-width, 180px);
	overflow: hidden;
	line-height: 0;
}
.clpt-brand-logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	line-height: 0;
}
.clpt-brand-logo img {
	display: block;
	width: auto;
	max-width: var(--clpt-logo-width, 180px);
	max-height: 64px;
	object-fit: contain;
	object-position: left center;
}
.clpt-brand-name {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	color: var(--clpt-ink);
}
.clpt-nav {
	display: contents;
}
.clpt-menu-links {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column: 2;
}
.clpt-auth-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	grid-column: 3;
}
.clpt-nav ul { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.clpt-nav a, .clpt-nav-link { text-decoration: none; font-weight: 700; color: var(--clpt-muted); }
.clpt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 8px;
	background: var(--clpt-primary);
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	border: 1px solid var(--clpt-primary);
	box-shadow: 0 12px 24px rgba(18, 107, 87, 0.2);
}
.clpt-button-small { min-height: 40px; padding: 0 16px; }
.clpt-nav a.clpt-button,
.clpt-nav .clpt-button,
.clpt-button.clpt-button-small {
	color: #fff !important;
}
.clpt-button-ghost { background: transparent; color: var(--clpt-primary); box-shadow: none; }
.clpt-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--clpt-line); border-radius: 8px; background: #fff; }
.clpt-menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--clpt-ink); }
.clpt-main { overflow: hidden; }
.clpt-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: clamp(28px, 6vw, 72px);
	align-items: center;
	min-height: 76vh;
	padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px) 64px;
	background:
		linear-gradient(135deg, rgba(18,107,87,.08), rgba(200,146,46,.08)),
		radial-gradient(circle at 80% 20%, rgba(200,146,46,.18), transparent 34%);
}
.clpt-eyebrow {
	margin: 0 0 10px;
	color: var(--clpt-gold);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 0.78rem;
	letter-spacing: 0;
}
.clpt-hero h1 { max-width: 760px; margin: 0 0 20px; font-size: clamp(2.5rem, 6vw, 5.6rem); line-height: 0.98; letter-spacing: 0; }
.clpt-hero p { max-width: 650px; margin: 0 0 28px; font-size: 1.14rem; color: var(--clpt-muted); }
.clpt-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.clpt-hero-panel {
	display: grid;
	gap: 16px;
	padding: 24px;
	border-radius: 8px;
	background: var(--clpt-card);
	box-shadow: var(--clpt-shadow);
}
.clpt-hero-panel div { padding: 20px; border: 1px solid var(--clpt-line); border-radius: 8px; background: var(--clpt-soft); }
.clpt-hero-panel span { display: block; color: var(--clpt-muted); font-size: .9rem; }
.clpt-hero-panel strong { display: block; margin-top: 4px; font-size: 1.2rem; }
.clpt-section { padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px); }
.clpt-muted { background: #fff; }
.clpt-section-heading { max-width: 760px; margin-bottom: 28px; }
.clpt-section h2, .clpt-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; letter-spacing: 0; }
.clpt-wide-copy { max-width: 900px; color: var(--clpt-muted); font-size: 1.12rem; }
.clpt-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.clpt-card, .clpt-steps div, .clpt-faq details, .clpt-content {
	background: var(--clpt-card);
	border: 1px solid var(--clpt-line);
	border-radius: 8px;
	box-shadow: var(--clpt-shadow);
}
.clpt-card { padding: 24px; }
.clpt-card h3, .clpt-steps h3 { margin: 0 0 10px; }
.clpt-card p, .clpt-steps p { margin: 0; color: var(--clpt-muted); }
.clpt-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.clpt-steps div { padding: 22px; }
.clpt-steps span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 18px; border-radius: 8px; background: var(--clpt-primary); color: #fff; font-weight: 900; }
.clpt-faq { display: grid; gap: 12px; max-width: 900px; }
.clpt-faq details { padding: 18px 20px; }
.clpt-faq summary { cursor: pointer; font-weight: 800; }
.clpt-faq p { margin-bottom: 0; color: var(--clpt-muted); }
.clpt-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 56px clamp(18px, 5vw, 72px); background: var(--clpt-primary-dark); color: #fff; }
.clpt-cta .clpt-button { background: #fff; color: var(--clpt-primary-dark); border-color: #fff; box-shadow: none; }
.clpt-content { max-width: 980px; margin: 0 auto; padding: clamp(24px, 5vw, 48px); }
.clpt-content h1 {
	margin-top: 0;
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1.05;
	letter-spacing: 0;
}
.clpt-content h2 {
	margin: 0 0 18px;
	font-size: clamp(1.9rem, 4vw, 3rem);
	line-height: 1.1;
	letter-spacing: 0;
}
.clpt-content h3 {
	margin: 20px 0 8px;
	font-size: 1.25rem;
}
.clpt-content p,
.clpt-content li {
	color: var(--clpt-muted);
	font-size: 1.05rem;
}
.clpt-content ul,
.clpt-content ol {
	display: grid;
	gap: 12px;
	padding-left: 22px;
}
.clpt-content strong { color: var(--clpt-ink); }
.clpt-content .wp-block-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 28px 0;
}
.clpt-content .wp-block-column {
	padding: 22px;
	border: 1px solid var(--clpt-line);
	border-radius: 8px;
	background: var(--clpt-soft);
}
.clpt-footer { display: grid; gap: 6px; padding: 28px clamp(18px, 5vw, 72px); background: #10251f; color: rgba(255,255,255,.78); text-align: center; }
.clpt-footer p { margin: 0; }
.clpt-footer-tagline, .clpt-footer-credit { color: rgba(255,255,255,.62); font-size: .95rem; }

@media (max-width: 860px) {
	.clpt-menu-toggle { display: block; }
	.clpt-header {
		display: flex;
		justify-content: space-between;
	}
	.clpt-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 18px;
		background: #fff;
		border-bottom: 1px solid var(--clpt-line);
	}
	.clpt-nav.is-open { display: flex; }
	.clpt-menu-links, .clpt-auth-links { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
	.clpt-nav ul { flex-direction: column; align-items: stretch; }
	.clpt-hero { grid-template-columns: 1fr; min-height: auto; }
	.clpt-card-grid, .clpt-steps, .clpt-content .wp-block-columns { grid-template-columns: 1fr; }
	.clpt-cta { flex-direction: column; align-items: flex-start; }
}
