@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=Public+Sans:wght@300;400;500;600&display=swap');

:root {
	--green-primary: #059669;
	--green-dark: #047857;
	--green-darker: #065f46;
	--green-light: #10b981;
	--green-lighter: #34d399;
	--green-pale: #d1fae5;
	--green-soft: #ecfdf5;

	--gradient-hero: linear-gradient(135deg, #064e3b 0%, #059669 50%, #10b981 100%);
	--gradient-dark: linear-gradient(180deg, #064e3b 0%, #065f46 100%);
	--gradient-accent: linear-gradient(90deg, #059669 0%, #34d399 100%);

	--gray-50: #f9fafb;
	--gray-100: #f3f4f6;
	--gray-200: #e5e7eb;
	--gray-300: #d1d5db;
	--gray-400: #9ca3af;
	--gray-500: #6b7280;
	--gray-600: #4b5563;
	--gray-700: #374151;
	--gray-800: #1f2937;
	--gray-900: #111827;

	--bg-primary: #ffffff;
	--bg-secondary: #f9fafb;
	--bg-tertiary: #f3f4f6;
	--text-primary: #111827;
	--text-secondary: #4b5563;
	--text-tertiary: #6b7280;
	--text-muted: #9ca3af;

	--border-light: #e5e7eb;
	--border-medium: #d1d5db;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: break-word
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none
}

html {
	scroll-behavior: smooth;
	font-size: 16px
}

body {
	font-family: 'Public Sans', system-ui, sans-serif;
	color: var(--text-primary);
	background: var(--bg-primary);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

.serif {
	font-family: 'Lexend', sans-serif;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.topbar {
	background: var(--bg-secondary);
	border-bottom: 1px solid var(--border-light);
	padding: .75rem 0;
	font-size: .875rem;
	color: var(--text-tertiary);
}

.topbar a {
	color: var(--text-tertiary);
	transition: color .2s;
}

.topbar a:hover {
	color: var(--green-primary)
}

.logo-main {
	width: 100%;
	max-width: 140px;
	max-height: 50px;
	object-fit: contain;
}

.logo-badge {
	width: 100%;
	opacity: 0.9;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.navbar {
	background: rgba(255, 255, 255, .98);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid var(--border-light);
	padding: .4rem 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 0;
	z-index: 1030;
}

.navbar .nav-link {
	color: var(--text-secondary);
	font-size: .9rem;
	font-weight: 500;
	padding: .3rem 1.25rem !important;
	border-radius: 8px;
	margin: 0 .2rem;
	transition: all .2s;
}

.navbar .nav-link:hover {
	color: var(--green-primary);
	background: var(--green-soft);
}

.navbar .nav-link.active {
	color: var(--green-dark);
	background: var(--green-pale);
	font-weight: 600;
}

.hero {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: rgba(17, 24, 39, 0.45);
}

.hero .container {
	position: relative;
	z-index: 2
}

.hero-home {
	min-height: 78vh;
	padding: 5rem 0 4.5rem;
}

.hero-page {
	min-height: 38vh;
	text-align: center;
	padding: 4rem 0 3.5rem;
}

.hero-label {
	font-family: 'Lexend', sans-serif;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--green-pale);
	margin-bottom: 1.25rem;
	display: inline-block;
	background: rgba(255, 255, 255, 0.15);
	padding: 6px 16px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero h1 {
	font-family: 'Lexend', sans-serif;
	font-size: clamp(1.7rem, 3.4vw, 2.7rem);
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-page h1 {
	max-width: 800px;
	margin: 0 auto;
}

.hero p {
	font-size: 1.05rem;
	color: rgba(255, 255, 255, 0.9);
	max-width: 600px;
	margin-top: 1.25rem;
	line-height: 1.7;
}

.hero-page p {
	margin: 1.25rem auto 0;
}

.hero-rule {
	width: 60px;
	height: 4px;
	background: var(--gradient-accent);
	margin-bottom: 1.5rem;
	border-radius: 2px;
}

.hero-page .hero-rule {
	margin: 0 auto 1.5rem;
}

.sec {
	padding: 5.5rem 0;
}

.sec-sm {
	padding: 4rem 0;
}

.sec+.sec,
.sec-sm+.sec,
.sec+.sec-sm,
.sec-sm+.sec-sm {
	padding-top: 0;
}

.sec-forest {
	background: var(--gradient-dark);
	color: #fff;
	position: relative;
	padding: 5.5rem 0;
}

.sec-forest::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--green-light), transparent);
}

.sec-forest p {
	color: rgba(255, 255, 255, 0.8)
}

.sec-stone {
	background: var(--bg-secondary);
	padding: 5.5rem 0;
}

.sec-header {
	margin-bottom: 3.5rem;
}

.sec-num {
	font-family: 'Lexend', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	background: var(--gradient-accent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	line-height: 1;
	display: block;
	margin-bottom: .75rem;
}

.editorial-lead {
	font-family: 'Lexend', sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: var(--text-secondary);
	line-height: 1.5;
	max-width: 750px;
}

.editorial-body {
	font-size: 1rem;
	color: var(--text-tertiary);
	line-height: 1.8;
}

.link-underline {
	color: var(--green-primary);
	font-weight: 600;
	transition: color .2s;
}

.link-underline:hover {
	color: var(--green-dark);
}

.svc-block {
	border-top: 1px solid var(--border-light);
	padding: 2.25rem 0;
	transition: background .2s;
}

.svc-block:hover {
	background: var(--bg-secondary)
}

.svc-block:last-child {
	border-bottom: 1px solid var(--border-light)
}

.svc-num {
	font-family: 'Lexend', sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--green-primary);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--green-soft);
	border-radius: 16px;
}

.svc-title {
	font-family: 'Lexend', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--text-primary);
	margin-bottom: .5rem;
}

.svc-desc {
	font-size: 1rem;
	color: var(--text-tertiary);
	line-height: 1.7;
}

.card-clean {
	background: #fff;
	border: 1px solid var(--border-light);
	border-radius: 16px;
	overflow: hidden;
	transition: all .3s;
}

.card-clean:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	border-color: var(--green-pale);
}

.card-clean .card-thumb {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.card-clean .card-body {
	padding: 1.75rem;
}

.card-clean h3 {
	font-family: 'Lexend', sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--text-primary);
	margin-bottom: .65rem;
}

.card-clean p {
	font-size: .95rem;
	color: var(--text-tertiary);
	margin: 0;
}

.icon-box {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--gradient-accent);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	margin-bottom: 1.25rem;
	flex-shrink: 0;
}

.img-frame {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.img-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}

.img-frame:hover img {
	transform: scale(1.05)
}

.k-tile {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	min-height: 360px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none !important;
}

.k-tile::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(6, 78, 59, 0.95) 0%, rgba(5, 150, 105, 0.3) 60%, transparent 100%);
}

.k-tile .k-inner {
	position: relative;
	z-index: 2;
	padding: 1.75rem;
}

.k-tile .k-date {
	display: inline-block;
	background: var(--green-primary);
	color: #fff;
	font-size: .7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: .85rem;
}

.k-tile h3 {
	font-family: 'Lexend', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: .5rem;
}

.k-tile p {
	font-size: .9rem;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
}

.form-field {
	border: 2px solid var(--border-light);
	border-radius: 12px;
	padding: .85rem 1.1rem;
	font-size: .95rem;
	background: #fff;
	color: var(--text-primary);
	width: 100%;
	transition: all .2s;
}

.form-field:focus {
	outline: none;
	border-color: var(--green-primary);
	box-shadow: 0 0 0 4px var(--green-pale);
}

.form-field::placeholder {
	color: var(--text-muted)
}

.form-label-sm {
	font-size: .85rem;
	font-weight: 600;
	color: var(--text-secondary);
	margin-bottom: .5rem;
	display: block;
}

.btn-primary-custom {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	background: var(--gradient-accent);
	color: #fff;
	border: none;
	padding: .85rem 2rem;
	font-size: .95rem;
	font-weight: 600;
	border-radius: 12px;
	cursor: pointer;
	transition: all .2s;
	box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.btn-primary-custom:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(5, 150, 105, 0.4);
	color: #fff;
}

.btn-primary-custom:active {
	transform: translateY(0)
}

.btn-outline-custom {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	background: #fff;
	color: var(--green-primary);
	border: 2px solid var(--green-primary);
	padding: .8rem 2rem;
	font-size: .95rem;
	font-weight: 600;
	border-radius: 12px;
	cursor: pointer;
	transition: all .2s;
}

.btn-outline-custom:hover {
	background: var(--green-primary);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(5, 150, 105, 0.2);
}

.contact-row {
	border-top: 1px solid var(--border-light);
	padding: 1.15rem 0;
}

.contact-row:first-child {
	border-top: none
}

.contact-label {
	font-size: .875rem;
	font-weight: 600;
	color: var(--text-secondary);
}

.contact-value {
	font-size: .95rem;
	color: var(--text-tertiary);
}

.footer {
	background: var(--gray-900);
	color: var(--gray-400);
	padding: 2.75rem 0 2.25rem;
	font-size: .875rem;
}

.footer a {
	color: var(--gray-300)
}

.footer a:hover {
	color: #fff
}

.gradient-text {
	background: var(--gradient-accent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

@media(max-width:991.98px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: calc(100% - 3rem);
		max-width: 340px;
		background: #fff;
		border-radius: 16px;
		box-shadow: 0 25px 80px rgba(0, 0, 0, 0.18);
		padding: 1.5rem;
		margin-top: .75rem;
		border: 1px solid var(--border-light);
		z-index: 1000;
	}
	.navbar-nav {
		gap: .5rem;
	}
	.navbar .nav-link {
		padding: .85rem 1.25rem !important;
		margin: 0;
		border-radius: 10px;
		font-size: 1rem;
		font-weight: 500;
	}
	.navbar .nav-link:hover,
	.navbar .nav-link.active {
		background: transparent;
		color: var(--green-primary);
	}
	.navbar-toggler {
		padding: .5rem;
		border-radius: 10px;
		border: 1px solid var(--border-light) !important;
		transition: all .2s;
	}
	.navbar-toggler:hover {
		background: var(--bg-secondary);
		border-color: var(--green-primary) !important;
	}
	.navbar-toggler:focus {
		box-shadow: 0 0 0 3px var(--green-pale);
	}
	.sec,
	.sec-forest,
	.sec-stone {
		padding: 4rem 0
	}
	.sec-sm {
		padding: 3rem 0
	}
	.hero-home {
		min-height: auto;
		padding: 4rem 0 3.5rem
	}
	.hero-page {
		min-height: auto;
		padding: 3rem 0 2.5rem
	}
	.svc-num {
		width: 50px;
		height: 50px;
		font-size: 1.5rem
	}
	.sec-header {
		margin-bottom: 2.5rem
	}
	.footer .container {
		align-items: flex-start !important;
		text-align: left;
	}
}

@media(max-width:575.98px) {
	.sec,
	.sec-forest,
	.sec-stone {
		padding: 3rem 0
	}
	.sec-sm {
		padding: 2.25rem 0
	}
	.hero-home {
		padding: 3rem 0 2.5rem
	}
	.hero-page {
		padding: 2.25rem 0 2rem
	}
	.hero h1 {
		font-size: 1.5rem
	}
	.hero p {
		font-size: .95rem;
		margin-top: 1rem
	}
	.navbar-collapse {
		width: calc(100% - 2rem);
		max-width: 300px;
		padding: 1.25rem;
		margin-top: .75rem;
		border-radius: 12px;
	}
	.navbar .nav-link {
		padding: .75rem 1rem !important;
		font-size: .95rem;
	}
	.card-clean .card-body {
		padding: 1.4rem
	}
	.sec-header {
		margin-bottom: 2rem
	}
}