/*!
Theme Name: LMR
Theme URI: https://www.landmasterrealty.com
Author: Landmaster Realty
Author URI: https://www.landmasterrealty.com
Description: Phase 1 static template rollout for Landmaster Realty.
Version: 2.0.0
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lmr
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
	--green-900: #003322;
	--green-800: #004d40;
	--green-700: #00695c;
	--green-600: #00897b;
	--green-400: #26a690;
	--green-100: #e0f2f1;
	--gold: #c9a84c;
	--bg: #f7f9f8;
	--white: #fff;
	--gray-50: #f8fafb;
	--gray-100: #f1f5f4;
	--gray-200: #e2e8e7;
	--gray-400: #9ca3af;
	--gray-500: #6b7280;
	--gray-700: #374151;
	--gray-800: #1f2937;
	--radius: 14px;
	--shadow: 0 2px 18px rgba(0, 77, 64, 0.10);
	--shadow-lg: 0 8px 40px rgba(0, 77, 64, 0.18);
	--transition: 0.25s ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	background: var(--bg);
	color: var(--gray-800);
	line-height: 1.6;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

ul,
ol {
	padding-left: 1.25rem;
}

.site {
	min-height: 100vh;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--white);
	border-bottom: 1px solid var(--gray-200);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
}

.nav-wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px;
	gap: 16px;
}

.logo {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.logo-icon {
	width: 36px;
	height: 36px;
	background: var(--green-800);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
}

.logo-text {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--green-800);
	letter-spacing: -0.02em;
}

.logo-text span,
.logo-text.is-light span {
	color: var(--gold);
}

.logo-text.is-light {
	color: #fff;
}

.search-bar {
	flex: 1;
	max-width: 520px;
	display: flex;
	align-items: center;
	border: 1.5px solid var(--gray-200);
	border-radius: 40px;
	background: var(--white);
	box-shadow: var(--shadow);
	overflow: hidden;
	transition: box-shadow var(--transition);
}

.search-seg {
	display: flex;
	flex-direction: column;
	padding: 8px 18px;
	cursor: pointer;
	flex: 1;
	border-right: 1px solid var(--gray-200);
}

.search-seg:last-of-type {
	border-right: 0;
}

.search-seg label {
	font-size: 0.6rem;
	font-weight: 700;
	color: var(--gray-800);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.search-seg input {
	border: 0;
	outline: 0;
	font-size: 0.85rem;
	color: var(--gray-500);
	background: transparent;
	width: 100%;
	padding: 0;
}

.search-btn {
	margin: 6px;
	background: var(--green-800);
	border: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background var(--transition), transform var(--transition);
	flex-shrink: 0;
}

.search-btn:hover {
	background: var(--green-700);
	transform: scale(1.06);
}

.search-btn svg,
.filter-item svg,
.card-icon svg,
.step-icon svg,
.social-btn svg,
.blog-thumb-icon svg,
.share-btn svg,
.faq-q svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.nav-link,
.mobile-link {
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--gray-800);
	padding: 8px 14px;
	border-radius: 24px;
	transition: background var(--transition), color var(--transition);
}

.nav-link:hover,
.nav-link.active,
.mobile-link:hover,
.mobile-link.active {
	background: var(--green-100);
	color: var(--green-800);
}

.btn-cta,
.mobile-link-cta {
	background: var(--green-800);
	color: #fff;
	padding: 9px 20px;
	border-radius: 24px;
	font-size: 0.88rem;
	font-weight: 600;
	transition: background var(--transition), transform var(--transition);
}

.btn-cta:hover,
.mobile-link-cta:hover {
	background: var(--green-700);
	color: #fff;
	transform: translateY(-1px);
}

.mobile-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	padding: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}

.mobile-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--green-800);
	border-radius: 999px;
}

.mobile-menu {
	display: none;
	border-top: 1px solid var(--gray-200);
	background: var(--white);
}

.mobile-menu.open {
	display: block;
}

.mobile-menu-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 24px 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.filter-bar {
	border-bottom: 1px solid var(--gray-200);
	background: var(--white);
	position: sticky;
	top: 72px;
	z-index: 90;
}

.filter-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	align-items: center;
	gap: 28px;
	height: 64px;
	overflow-x: auto;
	scrollbar-width: none;
}

.filter-inner::-webkit-scrollbar {
	display: none;
}

.filter-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	padding: 8px 4px;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	transition: all var(--transition);
	color: var(--gray-500);
	flex-shrink: 0;
}

.filter-item span {
	font-size: 0.72rem;
	font-weight: 600;
}

.filter-item:hover,
.filter-item.active {
	color: var(--green-800);
	border-color: var(--green-800);
}

.hero {
	position: relative;
	height: 520px;
	overflow: hidden;
}

.hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 51, 34, 0.35), rgba(0, 77, 64, 0.7));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
}

.hero-badge,
.page-hero-chip {
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 6px 16px;
	border-radius: 20px;
	letter-spacing: 0.06em;
	display: inline-block;
}

.hero h1 {
	font-size: clamp(1.8rem, 4.5vw, 3.2rem);
	font-weight: 800;
	color: #fff;
	line-height: 1.15;
	letter-spacing: -0.03em;
	max-width: 700px;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
	margin: 0;
}

.hero p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.05rem;
	margin-top: 12px;
	max-width: 500px;
}

.hero-ctas,
.cta-actions {
	display: flex;
	gap: 12px;
	margin-top: 24px;
	flex-wrap: wrap;
	justify-content: center;
}

.hero-ctas a,
.cta-actions a {
	padding: 12px 28px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 0.92rem;
	transition: all var(--transition);
}

.btn-primary,
.btn-w {
	background: var(--white);
	color: var(--green-800);
}

.btn-primary:hover,
.btn-w:hover {
	background: var(--green-100);
	transform: translateY(-2px);
}

.btn-secondary,
.btn-o {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.7);
	color: #fff;
}

.btn-secondary:hover,
.btn-o:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-2px);
}

.page-hero {
	background: linear-gradient(135deg, var(--green-900), var(--green-700));
	padding: 64px 24px;
	text-align: center;
}

.page-hero h1 {
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
	margin: 0;
}

.page-hero span:not(.page-hero-chip) {
	color: var(--gold);
}

.page-hero p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	margin-top: 8px;
}

.breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.6);
	flex-wrap: wrap;
}

.breadcrumb-left {
	justify-content: flex-start;
	margin-bottom: 20px;
	color: var(--gray-500);
}

.breadcrumb-left a {
	color: var(--gray-700);
}

.breadcrumb a {
	color: rgba(255, 255, 255, 0.8);
}

.breadcrumb a:hover {
	color: #fff;
}

.breadcrumb-sep {
	opacity: 0.5;
}

.section,
.section-sm {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 24px;
}

.section-sm {
	padding: 40px 24px;
}

.section-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 32px;
}

.section-title {
	font-size: 1.6rem;
	font-weight: 800;
	color: var(--gray-800);
	letter-spacing: -0.03em;
	margin: 0;
}

.section-title span {
	color: var(--green-800);
}

.section-title-sm {
	font-size: 1.3rem;
	margin: 32px 0 16px;
}

.section-sub {
	color: var(--gray-500);
	font-size: 0.92rem;
	margin-top: 4px;
}

.see-all {
	color: var(--green-800);
	font-size: 0.9rem;
	font-weight: 700;
	padding: 8px 16px;
	border-radius: 24px;
	border: 1.5px solid var(--green-800);
	transition: all var(--transition);
	white-space: nowrap;
}

.see-all:hover {
	background: var(--green-800);
	color: #fff;
}

.two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 40px;
	align-items: start;
}

.cards-grid,
.blog-grid,
.team-grid,
.steps-grid,
.related-grid {
	display: grid;
	gap: 24px;
}

.cards-grid {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.blog-grid {
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.blog-grid-list {
	grid-template-columns: 1fr;
}

.team-grid {
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.steps-grid {
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	counter-reset: steps;
}

.steps-grid-compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-grid {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.card,
.blog-card,
.team-card,
.step-card,
.sidebar-widget,
.content-card {
	background: var(--white);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.card,
.blog-card,
.team-card {
	overflow: hidden;
	transition: transform var(--transition), box-shadow var(--transition);
	display: block;
}

.card:hover,
.blog-card:hover,
.team-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-lg);
}

.card-img {
	height: 200px;
	position: relative;
	overflow: hidden;
}

.card-img img,
.service-hero-img img,
.article-hero img,
.blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-img-bg,
.blog-thumb-bg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(0, 77, 64, 0.85);
	backdrop-filter: blur(4px);
	color: #fff;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 20px;
	letter-spacing: 0.04em;
}

.card-heart {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-heart svg {
	width: 16px;
	height: 16px;
	stroke: var(--gray-500);
	fill: none;
}

.card-body,
.blog-body,
.team-info {
	padding: 16px 18px;
}

.card-rating {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 0.78rem;
	color: var(--gold);
	margin-bottom: 5px;
	font-weight: 600;
}

.card-rating-copy {
	color: var(--gray-500);
	font-weight: 400;
}

.card-title,
.blog-title,
.team-name,
.step-title {
	font-weight: 700;
	color: var(--gray-800);
}

.card-title {
	font-size: 0.98rem;
	line-height: 1.35;
	margin: 0 0 5px;
}

.card-desc,
.blog-excerpt,
.step-desc,
.team-bio,
.footer-brand p,
.sidebar-widget p,
.author-copy {
	font-size: 0.84rem;
	color: var(--gray-500);
	line-height: 1.6;
}

.card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid var(--gray-200);
}

.card-price {
	font-size: 0.86rem;
	color: var(--gray-800);
}

.card-price strong {
	font-size: 0.98rem;
	color: var(--green-800);
	font-weight: 800;
}

.card-btn {
	background: var(--green-800);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 600;
	padding: 7px 14px;
	border-radius: 20px;
}

.card-icon {
	width: 64px;
	height: 64px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.prop-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem;
	color: var(--gray-500);
	margin-top: 6px;
}

.prop-meta svg {
	width: 13px;
	height: 13px;
	fill: none;
	stroke: currentColor;
	flex-shrink: 0;
}

.prop-tag,
.blog-tag {
	display: inline-block;
	background: var(--green-100);
	color: var(--green-800);
	font-size: 0.7rem;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 20px;
	letter-spacing: 0.04em;
}

.blog-tag-inline {
	margin-bottom: 12px;
}

.grad-1 { background: linear-gradient(135deg, #004d40, #00897b); }
.grad-2 { background: linear-gradient(135deg, #1b5e20, #388e3c); }
.grad-3 { background: linear-gradient(135deg, #00695c, #26a69a); }
.grad-4 { background: linear-gradient(135deg, #003322, #00695c); }
.grad-5 { background: linear-gradient(135deg, #004d40, #c9a84c); }
.grad-6 { background: linear-gradient(135deg, #1a237e, #00695c); }

.stats-strip {
	background: var(--green-800);
	color: #fff;
	padding: 48px 24px;
}

.stats-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	text-align: center;
}

.stat-num {
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--gold);
}

.stat-label {
	font-size: 0.86rem;
	color: rgba(255, 255, 255, 0.75);
	margin-top: 4px;
}

.blog-thumb {
	height: 180px;
	overflow: hidden;
}

.blog-thumb-list {
	width: 220px;
	height: auto;
	flex-shrink: 0;
}

.blog-card-list {
	display: flex;
	flex-direction: row;
	gap: 0;
}

.blog-card-list .blog-body {
	flex: 1;
}

.blog-title {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0 0 6px;
}

.blog-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	font-size: 0.76rem;
	color: var(--gray-500);
	flex-wrap: wrap;
}

.blog-author-link {
	color: inherit;
	text-decoration: none;
}

.blog-author-link:hover,
.author-inline-link:hover {
	color: var(--green-800);
}

.blog-meta-dot {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--gray-500);
}

.blog-avatar {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--green-800);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	flex-shrink: 0;
}

.blog-avatar-lg {
	width: 56px;
	height: 56px;
	font-size: 1rem;
}

.blog-thumb-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, 0.75);
}

.cta-banner {
	background: linear-gradient(135deg, var(--green-900), var(--green-700));
	padding: 72px 24px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.cta-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 60%);
}

.cta-inner {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.cta-banner h2 {
	font-size: clamp(1.6rem, 4vw, 2.6rem);
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.03em;
	margin: 0 0 12px;
}

.cta-banner p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 1rem;
	margin-bottom: 28px;
}

.sidebar-widget {
	padding: 24px;
	margin-bottom: 24px;
}

.sidebar-title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--gray-800);
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--green-100);
}

.sidebar-link-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.sidebar-link-list li {
	border-bottom: 1px solid var(--gray-200);
}

.sidebar-link-list li:last-child {
	border-bottom: 0;
}

.sidebar-link-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	font-size: 0.88rem;
	color: var(--gray-700);
}

.sidebar-link-list a:hover {
	color: var(--green-800);
}

.count {
	background: var(--green-100);
	color: var(--green-800);
	font-size: 0.7rem;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 20px;
}

.sidebar-search {
	display: flex;
	gap: 8px;
}

.sidebar-search input {
	flex: 1;
}

.sidebar-widget-cta,
.sidebar-widget-cta-dark {
	background: var(--green-800);
	color: #fff;
}

.sidebar-widget-cta .sidebar-title,
.sidebar-widget-cta-dark .sidebar-title {
	color: var(--gold);
	border-color: rgba(255, 255, 255, 0.15);
}

.sidebar-widget-cta p,
.sidebar-widget-cta-dark p {
	color: rgba(255, 255, 255, 0.75);
}

.sidebar-cta-link,
.sidebar-cta-button,
.phone-pill {
	display: inline-block;
	margin-top: 8px;
	padding: 12px 20px;
	border-radius: 24px;
	font-weight: 700;
	font-size: 0.88rem;
	background: #fff;
	color: var(--green-800);
	text-align: center;
}

.sidebar-cta-button {
	width: 100%;
	background: var(--green-800);
	color: #fff;
}

.phone-pill {
	width: 100%;
	background: var(--gold);
	color: var(--green-900);
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--gray-700);
	margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select,
.sidebar-search input {
	width: 100%;
	padding: 12px 16px;
	border: 1.5px solid var(--gray-200);
	border-radius: 10px;
	font-size: 0.9rem;
	color: var(--gray-800);
	background: var(--white);
	outline: none;
}

.form-group textarea {
	min-height: 130px;
	resize: vertical;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.btn-submit {
	background: var(--green-800);
	color: #fff;
	border: 0;
	padding: 14px 32px;
	border-radius: 30px;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
	transition: background var(--transition), transform var(--transition);
}

.btn-submit:hover {
	background: var(--green-700);
	transform: translateY(-2px);
}

.btn-submit-wide {
	width: 100%;
}

.step-card {
	padding: 28px;
	position: relative;
	text-align: center;
	counter-increment: steps;
}

.step-card::before {
	content: counter(steps, decimal-leading-zero);
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--green-800);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid var(--bg);
}

.step-icon {
	width: 56px;
	height: 56px;
	background: var(--green-100);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 8px auto 16px;
	color: var(--green-800);
}

.team-role {
	font-size: 0.82rem;
	color: var(--green-700);
	font-weight: 600;
	margin-top: 3px;
}

.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tag {
	background: var(--gray-100);
	color: var(--gray-700);
	font-size: 0.8rem;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 20px;
	transition: all var(--transition);
}

.tag:hover,
.tag.active {
	background: var(--green-800);
	color: #fff;
}

.faq-item {
	border-bottom: 1px solid var(--gray-200);
}

.faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 0;
	font-weight: 600;
	cursor: pointer;
	font-size: 0.95rem;
	color: var(--gray-800);
}

.faq-item.open .faq-q svg {
	transform: rotate(180deg);
}

.faq-a {
	font-size: 0.88rem;
	color: var(--gray-500);
	line-height: 1.7;
	padding-bottom: 16px;
	display: none;
}

.faq-item.open .faq-a {
	display: block;
}

.notice {
	background: var(--green-100);
	border-left: 4px solid var(--green-700);
	padding: 16px 20px;
	border-radius: 0 10px 10px 0;
	font-size: 0.88rem;
	color: var(--green-900);
	margin-bottom: 24px;
}

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

.pagination ul {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.pagination .page-numbers {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.88rem;
	font-weight: 700;
	border: 1.5px solid var(--gray-200);
	color: var(--gray-700);
	background: var(--white);
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: var(--green-800);
	color: #fff;
	border-color: var(--green-800);
}

.site-footer {
	background: var(--green-900);
	color: rgba(255, 255, 255, 0.8);
}

.footer-top {
	max-width: 1280px;
	margin: 0 auto;
	padding: 56px 24px 40px;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 48px;
}

.footer-col h4 {
	font-size: 0.76rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.45);
	margin: 0 0 14px;
}

.footer-col ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.footer-col li {
	margin-bottom: 9px;
}

.footer-col a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.86rem;
}

.footer-col a:hover {
	color: #fff;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 24px;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.4);
}

.footer-socials {
	display: flex;
	gap: 10px;
}

.social-btn {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.surface-band {
	background: var(--white);
	border-top: 1px solid var(--gray-200);
}

.service-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}

.service-meta-item {
	background: var(--gray-50);
	border-radius: 10px;
	padding: 16px;
	text-align: center;
}

.service-meta-item strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--green-800);
}

.service-meta-item span {
	font-size: 0.78rem;
	color: var(--gray-500);
}

.service-hero-img {
	height: 340px;
	background: var(--green-800);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 28px;
}

.service-media.card-img-bg {
	width: 100%;
	height: 100%;
}

.service-nav {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.service-nav a {
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--green-800);
	padding: 7px 16px;
	border-radius: 20px;
	border: 1.5px solid var(--green-800);
	transition: all var(--transition);
}

.service-nav a:hover,
.service-nav a.active {
	background: var(--green-800);
	color: #fff;
}

.service-copy p,
.service-entry p,
.page-copy p,
.prose p {
	color: var(--gray-500);
	line-height: 1.8;
}

.service-list,
.prose ul {
	color: var(--gray-500);
	line-height: 2;
	padding-left: 20px;
}

.review-card {
	background: var(--gray-50);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 16px;
}

.review-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.review-av {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--green-800);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
}

.review-name,
.author-name {
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--gray-800);
}

.review-stars {
	color: var(--gold);
	font-size: 0.82rem;
}

.review-text {
	font-size: 0.86rem;
	color: var(--gray-500);
	line-height: 1.6;
}

.content-shell {
	max-width: 860px;
	margin: 0 auto;
}

.content-card {
	padding: 32px;
}

.prose h2,
.page-copy h2,
.service-entry h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--gray-800);
	margin: 32px 0 12px;
}

.prose h3,
.page-copy h3,
.service-entry h3 {
	font-size: 1.1rem;
	margin: 24px 0 10px;
}

.prose blockquote,
.page-copy blockquote,
.service-entry blockquote {
	border-left: 4px solid var(--green-700);
	padding: 12px 20px;
	background: var(--green-100);
	border-radius: 0 10px 10px 0;
	color: var(--green-900);
	font-style: italic;
	margin: 20px 0;
}

.article-title {
	font-size: clamp(1.5rem, 3.5vw, 2.2rem);
	font-weight: 800;
	color: var(--gray-800);
	line-height: 1.25;
	letter-spacing: -0.03em;
	margin: 0 0 16px;
}

.article-hero {
	background: var(--green-800);
	border-radius: 20px;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.article-hero-text {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
}

.share-bar {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	padding: 20px 0;
	border-top: 1px solid var(--gray-200);
	border-bottom: 1px solid var(--gray-200);
	margin: 32px 0;
}

.share-label {
	font-size: 0.84rem;
	font-weight: 700;
	color: var(--gray-700);
}

.share-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 18px;
	border-radius: 24px;
	font-size: 0.82rem;
	font-weight: 600;
	cursor: pointer;
	border: 1.5px solid var(--gray-200);
	background: #fff;
	color: var(--gray-700);
}

.share-btn:hover {
	border-color: var(--green-700);
	color: var(--green-800);
}

.author-box {
	background: var(--green-100);
	border-radius: var(--radius);
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 24px;
}

.author-box-photo-link {
	display: block;
	flex-shrink: 0;
}

.author-photo {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid rgba(255, 255, 255, 0.85);
	box-shadow: var(--shadow);
}

.author-kicker,
.expert-profile-kicker {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--green-700);
}

.author-role {
	font-size: 0.78rem;
	color: var(--green-700);
	font-weight: 600;
	margin-bottom: 4px;
}

.author-inline-link {
	color: inherit;
	text-decoration: none;
}

.author-inline-cta {
	display: inline-block;
	margin-top: 8px;
	font-size: 0.84rem;
	font-weight: 700;
}

.expert-profile-card {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 28px;
	padding: 28px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(0, 77, 64, 0.06), rgba(201, 168, 76, 0.12));
	margin-bottom: 28px;
}

.expert-profile-media {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.expert-profile-image {
	width: 220px;
	max-width: 100%;
	border-radius: 20px;
	object-fit: cover;
	box-shadow: var(--shadow-lg);
}

.expert-profile-name {
	margin: 8px 0 6px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.expert-profile-role {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--green-800);
}

.expert-credential-list {
	margin: 18px 0 0;
	padding-left: 18px;
	color: var(--gray-700);
	line-height: 1.8;
}

.expert-profile-note {
	margin-top: 16px;
	font-size: 0.84rem;
	color: var(--gray-500);
}

.expert-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.expert-phone-pill {
	width: auto;
	margin-top: 0;
}

.text-center {
	text-align: center;
}

.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-48 { margin-top: 48px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.search-bar {
		display: none;
	}

	.two-col {
		grid-template-columns: 1fr;
	}

	.stats-inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-top {
		grid-template-columns: 1fr 1fr;
	}

	.steps-grid-compact {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.section,
	.section-sm {
		padding: 48px 16px;
	}

	.nav-links {
		display: none;
	}

	.mobile-menu-toggle {
		display: inline-flex;
	}

	.hero {
		height: 400px;
	}

	.blog-card-list {
		flex-direction: column;
	}

	.blog-thumb-list {
		width: 100%;
		height: 200px;
	}

	.stats-inner,
	.service-meta-grid,
	.form-row,
	.steps-grid-compact {
		grid-template-columns: 1fr;
	}

	.footer-top,
	.footer-bottom {
		grid-template-columns: 1fr;
		display: grid;
	}

	.footer-bottom {
		text-align: center;
		justify-items: center;
	}

	.author-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.expert-profile-card {
		grid-template-columns: 1fr;
	}

	.expert-profile-media {
		justify-content: flex-start;
	}
}

@media (max-width: 480px) {
	.nav-wrap,
	.filter-inner,
	.footer-top,
	.footer-bottom {
		padding-left: 16px;
		padding-right: 16px;
	}

	.stats-inner {
		grid-template-columns: 1fr 1fr;
	}
}
