/*
 * Pest Control Final — Modern Theme Styles
 * Colors are injected as CSS variables from the Customizer (see functions.php).
 */

:root {
	--primary: #1B5E20;
	--primary-dark: #14361a;
	--accent: #FFA000;
	--accent-dark: #e08e00;
	--light: #F5F7F5;
	--muted: #6b7280;
	--text: #2b2f2c;
	--white: #ffffff;
	--border: #e6eae6;
	--shadow-sm: 0 4px 14px rgba(20, 40, 25, 0.06);
	--shadow: 0 18px 45px rgba(20, 40, 25, 0.10);
	--radius: 16px;
	--radius-sm: 10px;
	--container: 1200px;
	--gap: 30px;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	color: var(--text);
	line-height: 1.7;
	margin: 0;
	background: var(--white);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: var(--primary-dark);
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.8rem;
}
h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
p { margin: 0 0 1rem; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 860px; }
.section { padding: 90px 0; }
.section-tight { padding: 50px 0 0; }
.section-alt { background: var(--light); }

.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap;
}
.skip-link {
	position: absolute; left: -9999px; top: 0; background: var(--accent); color: #fff; padding: 10px 16px; z-index: 10000;
}
.skip-link:focus { left: 10px; top: 10px; border-radius: 6px; }

/* ---------- Buttons ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 14px 30px; border-radius: 50px; font-weight: 600; font-family: 'Poppins', sans-serif;
	text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: all .25s ease;
	font-size: 0.98rem; line-height: 1;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-dark); }
.btn-light { background: #fff; color: var(--primary); }
.btn-light:hover { background: #f0f0f0; }
.btn-outline-light { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--primary); }
.btn-block { width: 100%; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }

.link-arrow { color: var(--accent-dark); font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.link-arrow:hover { gap: 8px; }

/* ---------- Top bar ---------- */
.top-bar { background: var(--primary-dark); color: #e9f2ea; font-size: 0.85rem; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 20px; }
.top-bar-right { display: flex; align-items: center; gap: 20px; }
.top-bar a { color: #fff; text-decoration: none; }
.top-bar-phone { font-weight: 600; }
.utility-list { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }

/* ---------- Header ---------- */
.site-header {
	background: #fff; position: sticky; top: 0; z-index: 1000;
	box-shadow: 0 2px 18px rgba(0,0,0,.06);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 20px; }
.site-branding img { max-height: 56px; width: auto; }
.logo-text { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--primary); text-decoration: none; }
.custom-logo-link { display: inline-block; }

.nav-list { display: flex; list-style: none; gap: 28px; margin: 0; padding: 0; align-items: center; }
.nav-list a { text-decoration: none; color: var(--primary-dark); font-weight: 600; font-family: 'Poppins', sans-serif; font-size: 0.95rem; padding: 8px 0; position: relative; }
.nav-list a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--accent); transition: width .25s; }
.nav-list a:hover::after, .nav-list .current-menu-item > a::after { width: 100%; }
.nav-list .sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; box-shadow: var(--shadow); border-radius: 10px; padding: 10px; min-width: 220px; list-style: none; z-index: 50; }
.nav-list li { position: relative; }
.nav-list li:hover > .sub-menu { display: block; }
.nav-list .sub-menu a { padding: 8px 12px; display: block; }

.header-cta { display: flex; align-items: center; gap: 14px; }
.btn-book { background: var(--accent); color: #fff !important; padding: 11px 26px; border-radius: 50px; text-decoration: none; font-weight: 600; font-family: 'Poppins', sans-serif; }
.btn-book:hover { background: var(--accent-dark); }

.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
.nav-toggle span { display: block; height: 3px; width: 26px; background: var(--primary); border-radius: 3px; transition: .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Breadcrumbs ---------- */
.breadcrumbs { background: var(--light); font-size: 0.85rem; padding: 12px 0; color: var(--muted); }
.breadcrumbs a { color: var(--primary); text-decoration: none; }
.breadcrumbs .current { color: var(--muted); }
.breadcrumbs span { margin: 0 4px; }

/* ---------- Hero ---------- */
.hero { background-size: cover; background-position: center; color: #fff; padding: 130px 0; text-align: center; }
.hero-content { max-width: 880px; margin: 0 auto; }
.hero h1 { color: #fff; }
.hero-eyebrow { display: inline-block; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); padding: 6px 16px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; margin-bottom: 18px; letter-spacing: .3px; }
.hero-sub { font-size: 1.15rem; color: #eef3ee; max-width: 680px; margin: 0 auto 8px; }
.hero-btns { display: flex; gap: 16px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }

.page-hero { background-size: cover; background-position: center; color: #fff; padding: 90px 0; text-align: center; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #eef3ee; max-width: 700px; margin: 0 auto; font-size: 1.05rem; }

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--primary); }
.trust-grid { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 16px; padding: 22px 20px; }
.trust-item { color: #fff; font-weight: 600; font-family: 'Poppins', sans-serif; display: flex; align-items: center; gap: 8px; }
.trust-item .check { background: var(--accent); color: #fff; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }

/* ---------- Section heads ---------- */
.section-head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.section-head-light h2 { color: #fff; }

/* ---------- Service cards ---------- */
.service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: var(--gap); }
.service-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; border: 1px solid var(--border); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-img { height: 200px; background-size: cover; background-position: center; position: relative; }
.service-icon { position: absolute; bottom: -22px; left: 24px; width: 52px; height: 52px; background: var(--accent); color: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; box-shadow: var(--shadow-sm); }
.service-body { padding: 30px 24px 26px; }
.service-body h3 { font-size: 1.25rem; }
.service-body p { color: var(--muted); font-size: 0.95rem; }

/* ---------- Reviews ---------- */
.reviews-section { background: var(--primary); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: var(--gap); }
.review-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 30px; border-radius: var(--radius); color: #f3f7f3; }
.review-card .stars { color: var(--accent); font-size: 1.2rem; margin-bottom: 14px; letter-spacing: 2px; }
.review-card p { color: #eef3ee; }
.review-card h4 { color: #fff; margin: 18px 0 0; font-size: 1rem; }
.review-card h4 span { display: block; color: #b9ccba; font-weight: 400; font-size: 0.85rem; font-family: 'Inter', sans-serif; }

/* ---------- FAQ ---------- */
.faq-section { background: var(--light); }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; border: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; padding: 20px 24px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.02rem; color: var(--primary-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-toggle { color: var(--accent); font-size: 1.5rem; line-height: 1; transition: transform .25s; flex-shrink: 0; }
.faq-q[aria-expanded="true"] .faq-toggle { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; padding: 0 24px; }
.faq-a > * { color: var(--muted); }
.faq-item.open .faq-a { padding: 0 24px 22px; }

/* ---------- Blog ---------- */
.blog-section { background: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); gap: var(--gap); }
.blog-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; border: 1px solid var(--border); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card-img { display: block; height: 200px; background-size: cover; background-position: center; position: relative; }
.blog-cat, .single-cat { position: absolute; }
.blog-cat { top: 14px; left: 14px; background: var(--accent); color: #fff; padding: 5px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 600; }
.blog-card-body { padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.blog-meta, .blog-date { color: var(--muted); font-size: 0.82rem; }
.blog-meta { display: flex; gap: 8px; align-items: center; }
.blog-sep { opacity: .5; }
.blog-card-body h3 { font-size: 1.18rem; margin: 4px 0; }
.blog-card-body h3 a { color: var(--primary-dark); text-decoration: none; }
.blog-card-body h3 a:hover { color: var(--accent-dark); }
.blog-card-body p { color: var(--muted); font-size: 0.93rem; }

/* Blog layout with sidebar */
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 50px; align-items: start; }
.blog-main .blog-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }

/* ---------- Sidebar ---------- */
.blog-sidebar { display: flex; flex-direction: column; gap: 28px; position: sticky; top: 100px; }
.widget { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.widget-title { font-size: 1.1rem; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--light); }
.widget-cta { background: var(--primary); color: #fff; }
.widget-cta .widget-title { color: #fff; border-color: rgba(255,255,255,.2); }
.widget-cta p { color: #e7f0e8; }
.widget-posts, .widget-cats, .widget ul { list-style: none; margin: 0; padding: 0; }
.widget-posts li { padding: 10px 0; border-bottom: 1px solid var(--light); }
.widget-posts a { color: var(--primary-dark); text-decoration: none; font-weight: 600; font-size: 0.92rem; display: block; }
.widget-posts span { color: var(--muted); font-size: 0.78rem; }
.widget-cats li { padding: 7px 0; border-bottom: 1px solid var(--light); }
.widget-cats a { color: var(--text); text-decoration: none; }

/* ---------- Single post ---------- */
.single-hero, .page-hero { background-size: cover; background-position: center; }
.single-hero { color: #fff; padding: 80px 0; text-align: center; }
.single-hero h1 { color: #fff; }
.single-cat { position: static; display: inline-block; background: var(--accent); color: #fff; padding: 5px 14px; border-radius: 50px; font-size: 0.8rem; font-weight: 600; text-decoration: none; margin-bottom: 14px; }
.single-meta { color: #dfe9e0; font-size: 0.9rem; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.entry-content { font-size: 1.05rem; }
.entry-content h2, .entry-content h3 { margin-top: 1.8rem; }
.entry-content img { border-radius: var(--radius-sm); margin: 1.5rem 0; }
.entry-content blockquote { border-left: 4px solid var(--accent); margin: 1.5rem 0; padding: 6px 20px; background: var(--light); border-radius: 0 8px 8px 0; color: var(--text); }
.entry-content ul, .entry-content ol { padding-left: 1.4rem; }
.entry-tags { margin: 30px 0; }
.entry-tags a { display: inline-block; background: var(--light); padding: 4px 12px; border-radius: 50px; font-size: 0.82rem; text-decoration: none; margin: 0 6px 6px 0; color: var(--primary); }
.entry-share { display: flex; align-items: center; gap: 12px; padding: 18px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 24px 0; flex-wrap: wrap; }
.entry-share a { text-decoration: none; font-weight: 600; color: var(--primary); }
.post-cta { background: var(--light); border-radius: var(--radius); padding: 32px; text-align: center; margin: 36px 0; }
.related-posts { margin-top: 50px; }
.related-posts > h3 { margin-bottom: 24px; }

/* ---------- Service single ---------- */
.service-single-layout { display: grid; grid-template-columns: 1fr 360px; gap: 50px; align-items: stretch; }
.service-single-side { height: 100%; }
.service-hero-icon { font-size: 3rem; margin-bottom: 10px; }
.service-features { background: var(--light); border-radius: var(--radius); padding: 30px; margin: 30px 0; }
.service-features ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.service-features li { display: flex; align-items: flex-start; gap: 10px; }
.service-features .check { color: #fff; background: var(--primary); width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; margin-top: 2px; }
.service-booking-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); position: sticky; top: 100px; }
.service-price { text-align: center; margin-bottom: 18px; }
.service-price span { display: block; color: var(--muted); font-size: 0.85rem; }
.service-price strong { font-size: 1.8rem; color: var(--primary); font-family: 'Poppins', sans-serif; }

/* ---------- Forms / Lead form ---------- */
.pcf-lead-form { display: flex; flex-direction: column; gap: 14px; }
.form-title { text-align: center; margin-bottom: 6px; }
.pcf-lead-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pcf-lead-form input, .pcf-lead-form select, .pcf-lead-form textarea {
	width: 100%; padding: 14px 16px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-family: inherit; font-size: 0.97rem; background: #fff; color: var(--text);
}
.pcf-lead-form input:focus, .pcf-lead-form select:focus, .pcf-lead-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,160,0,.15); }
.pcf-hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-or { text-align: center; color: var(--muted); font-size: 0.9rem; margin: 4px 0 0; }
.form-or a { color: var(--primary); text-decoration: none; }
.pcf-form-message { display: none; padding: 12px 16px; border-radius: var(--radius-sm); font-size: 0.92rem; }
.pcf-form-message.show { display: block; }
.pcf-form-message.success { background: #e7f6e9; color: #1b6e2a; border: 1px solid #b6e2bd; }
.pcf-form-message.error { background: #fdeaea; color: #b3261e; border: 1px solid #f3c2c0; }

.book-section { background: var(--light); }
.book-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 44px; }

.search-form { display: flex; gap: 8px; }
.search-form .search-field { flex: 1; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius-sm); }
.search-form .search-submit { background: var(--primary); color: #fff; border: 0; border-radius: var(--radius-sm); padding: 0 16px; cursor: pointer; font-size: 1.1rem; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--primary), var(--primary-dark)); color: #fff; padding: 56px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: #dfeae0; margin: 0; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- About / What we do ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-media .about-img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.values-grid, .two-col-cards { display: grid; gap: var(--gap); }
.values-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.value-card { background: #fff; border-radius: var(--radius); padding: 34px; text-align: center; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.value-icon { font-size: 2.6rem; margin-bottom: 12px; }
.two-col-cards { grid-template-columns: 1fr 1fr; }
.info-card { background: var(--light); border-radius: var(--radius); padding: 40px; }
.process-section { margin-top: 70px; }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--gap); }
.process-step { text-align: center; padding: 20px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; background: var(--accent); color: #fff; border-radius: 50%; font-family: 'Poppins'; font-weight: 700; font-size: 1.4rem; margin-bottom: 14px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list span { font-size: 1.3rem; }
.contact-list strong { display: block; color: var(--primary-dark); font-family: 'Poppins'; }
.contact-list a { color: var(--text); text-decoration: none; }
.contact-map { margin-top: 50px; }

/* ---------- Social ---------- */
.social-icons { display: flex; gap: 10px; margin-top: 18px; }
.social-icons a { width: 38px; height: 38px; border-radius: 50%; background: var(--primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 700; transition: .25s; }
.social-icons a:hover { background: var(--accent); transform: translateY(-3px); }

/* ---------- Footer ---------- */
.site-footer { background: #11150f; color: #c9d3c9; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-col h3 { color: #fff; margin-bottom: 20px; font-size: 1.15rem; }
.footer-about p { color: #aeb9ae; }
.footer-logo img { margin-bottom: 14px; }
.footer-menu, .footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin-bottom: 10px; }
.footer-menu a { color: #c9d3c9; text-decoration: none; transition: .2s; }
.footer-menu a:hover { color: var(--accent); padding-left: 4px; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; font-size: 0.92rem; }
.footer-contact a { color: #c9d3c9; text-decoration: none; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 0.85rem; color: #8a958a; }
.footer-bottom p { margin: 0; }
.footer-legal a { color: #c9d3c9; text-decoration: none; }
.footer-legal a:hover { color: #fff; }
.footer-legal span { color: #5d6b5d; margin: 0 4px; }

/* ---------- WhatsApp float ---------- */
.whatsapp-float { position: fixed; width: 58px; height: 58px; bottom: 28px; right: 28px; background: #25d366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0,0,0,.25); z-index: 999; transition: transform .3s; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 30px; height: 30px; }

/* ---------- Pagination ---------- */
.pagination, .navigation.pagination { margin-top: 50px; display: flex; justify-content: center; }
.page-numbers { display: inline-flex; gap: 8px; list-style: none; padding: 0; flex-wrap: wrap; }
.pagination .page-numbers, .nav-links .page-numbers { padding: 10px 16px; border: 1px solid var(--border); border-radius: 8px; text-decoration: none; color: var(--primary); font-weight: 600; }
.pagination .current, .nav-links .current { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ---------- 404 ---------- */
.error-code { font-size: clamp(5rem, 14vw, 9rem); color: var(--accent); margin: 0; }

/* ---------- Comments ---------- */
.comments-area { margin-top: 50px; }
.comment-list { list-style: none; padding: 0; }
.comment-list .children { list-style: none; }
.comment-body { background: var(--light); border-radius: var(--radius-sm); padding: 20px; margin-bottom: 16px; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
	.blog-layout, .service-single-layout, .contact-grid, .about-grid, .two-col-cards { grid-template-columns: 1fr; }
	.blog-sidebar, .service-booking-card { position: static; }
}
@media (max-width: 820px) {
	.nav-toggle { display: flex; }
	.main-nav { position: fixed; inset: 0 0 0 auto; width: min(82%, 320px); background: #fff; transform: translateX(100%); transition: transform .3s ease; box-shadow: -10px 0 40px rgba(0,0,0,.15); padding: 80px 26px 30px; z-index: 1200; overflow-y: auto; }
	.main-nav.open { transform: translateX(0); }
	.nav-list { flex-direction: column; align-items: flex-start; gap: 6px; }
	.nav-list a { display: block; width: 100%; padding: 12px 0; border-bottom: 1px solid var(--light); }
	.nav-list .sub-menu { position: static; box-shadow: none; padding: 0 0 0 14px; display: block; min-width: 0; }
	body.nav-open { overflow: hidden; }
	.nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 1100; opacity: 0; visibility: hidden; transition: .3s; }
	.nav-backdrop.show { opacity: 1; visibility: visible; z-index: 999; }
	.top-bar-msg { display: none; }
	.section { padding: 60px 0; }
}
@media (max-width: 560px) {
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.pcf-lead-form .form-row { grid-template-columns: 1fr; }
	.hero { padding: 90px 0; }
	.book-card { padding: 28px; }
	.cta-inner { flex-direction: column; text-align: center; }
	.cta-actions { justify-content: center; }
}
@media (max-width: 420px) {
	.footer-grid { grid-template-columns: 1fr; }
}

/* =====================================================================
 * "PEST-FIRST" FRONT PAGE — unique interactive layout
 * ===================================================================== */

.pf-kicker { display: inline-block; color: var(--accent-dark); font-weight: 700; font-family: 'Poppins', sans-serif; letter-spacing: 1.5px; text-transform: uppercase; font-size: 0.78rem; margin-bottom: 10px; }
.btn-lg { padding: 17px 38px; font-size: 1.05rem; }

/* ---------- Hero + pest picker ---------- */
.pf-hero { position: relative; overflow: hidden; background: radial-gradient(120% 120% at 50% 0%, #eafaf0 0%, #f4fbf6 45%, #ffffff 100%); padding: 70px 0 90px; text-align: center; }
.pf-hero-inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }
.pf-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .35; z-index: 1; }
.pf-blob-1 { width: 360px; height: 360px; background: var(--accent); top: -120px; left: -80px; }
.pf-blob-2 { width: 420px; height: 420px; background: var(--primary); bottom: -180px; right: -120px; opacity: .18; }
.pf-eyebrow { display: inline-block; background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm); color: var(--primary-dark); padding: 8px 18px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; margin-bottom: 22px; }
.pf-hero-title { font-size: clamp(2.1rem, 5vw, 3.6rem); letter-spacing: -1px; }
.pf-hero-sub { font-size: 1.12rem; color: var(--muted); max-width: 640px; margin: 0 auto 6px; }

.pf-picker { background: #fff; border: 1px solid var(--border); border-radius: 26px; box-shadow: var(--shadow); padding: 28px; margin-top: 38px; }
.pf-picker-label { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--primary-dark); font-size: 1.1rem; margin-bottom: 18px; }
.pf-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.pf-chip { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 104px; padding: 16px 10px; background: var(--light); border: 2px solid transparent; border-radius: 18px; cursor: pointer; transition: all .2s ease; font-family: inherit; }
.pf-chip:hover { transform: translateY(-4px); background: #fff; border-color: var(--accent); box-shadow: var(--shadow-sm); }
.pf-chip.active { background: #fff; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(255,160,0,.18); }
.pf-chip-icon { font-size: 2rem; line-height: 1; }
.pf-chip-name { font-size: 0.82rem; font-weight: 600; color: var(--primary-dark); text-align: center; }

.pf-picker-actions { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 26px; flex-wrap: wrap; }
.pf-call { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--primary-dark); }
.pf-call-icon { width: 42px; height: 42px; border-radius: 50%; background: var(--light); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--primary); }
.pf-call > span { display: flex; flex-direction: column; font-size: 0.78rem; color: var(--muted); text-align: left; line-height: 1.3; }
.pf-call strong { font-size: 1.05rem; color: var(--primary-dark); font-family: 'Poppins', sans-serif; }

/* ---------- Trust strip ---------- */
.pf-trust { background: var(--primary-dark); }
.pf-trust-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 36px; padding: 18px 20px; }
.pf-trust-item { color: #eaf3ea; font-weight: 600; font-family: 'Poppins', sans-serif; font-size: 0.92rem; display: inline-flex; align-items: center; gap: 8px; }
.pf-check { color: var(--accent); font-weight: 800; }

/* ---------- Friendly service cards ---------- */
.pf-service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.pf-service { background: #fff; border: 1px solid var(--border); border-radius: 22px; overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; box-shadow: var(--shadow-sm); }
.pf-service:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pf-service-top { height: 170px; background-size: cover; background-position: center; position: relative; }
.pf-service-icon { position: absolute; bottom: -26px; left: 24px; width: 56px; height: 56px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; }
.pf-service-body { padding: 40px 24px 26px; }
.pf-service-body h3 { font-size: 1.25rem; margin-bottom: 8px; }
.pf-service-body p { color: var(--muted); font-size: 0.94rem; }

/* ---------- Stats band ---------- */
.pf-stats { background: linear-gradient(120deg, var(--primary), var(--primary-dark)); padding: 56px 0; }
.pf-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 30px; text-align: center; }
.pf-stat { color: #fff; }
.pf-stat-num { display: block; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(2.2rem, 5vw, 3rem); color: #fff; line-height: 1; }
.pf-stat-label { display: block; color: #cfe6d2; font-size: 0.95rem; margin-top: 8px; }

/* ---------- Process ---------- */
.pf-process-section { background: var(--light); }
.pf-process { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; }
.pf-step { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 38px 28px 28px; position: relative; box-shadow: var(--shadow-sm); }
.pf-step-num { position: absolute; top: -24px; left: 28px; width: 52px; height: 52px; border-radius: 16px; background: var(--accent); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.pf-step h3 { margin: 10px 0 8px; }
.pf-step p { color: var(--muted); margin: 0; }

/* ---------- Reviews ---------- */
.pf-reviews { background: #fff; }
.pf-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.pf-review { background: var(--light); border-radius: 22px; padding: 30px; border: 1px solid var(--border); }
.pf-stars { color: var(--accent); letter-spacing: 2px; font-size: 1.1rem; margin-bottom: 14px; }
.pf-review p { color: var(--text); font-size: 1rem; }
.pf-review-by { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.pf-avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.2rem; }
.pf-review-by strong { display: block; color: var(--primary-dark); font-family: 'Poppins', sans-serif; }
.pf-review-by small { color: var(--muted); }

/* ---------- FAQ split layout ---------- */
.pf-faq-layout { display: grid; grid-template-columns: 360px 1fr; gap: 50px; align-items: start; }
.pf-faq-head { position: sticky; top: 100px; }
.pf-faq-head p { color: var(--muted); margin: 12px 0 20px; }

/* ---------- Book section ---------- */
.pf-book { background: var(--light); }
.pf-book-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.pf-book-side h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.pf-book-side > p { color: var(--muted); font-size: 1.05rem; }
.pf-book-points { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 12px; }
.pf-book-points li { display: flex; align-items: center; gap: 10px; font-weight: 500; }
.pf-wa-link { color: #1f8f43; font-weight: 600; text-decoration: none; }

/* ---------- Sticky mobile call/book bar ---------- */
.pf-mobile-bar { display: none; }
@media (max-width: 820px) {
	.pf-mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 980; display: flex; background: #fff; box-shadow: 0 -6px 24px rgba(0,0,0,.12); padding: 8px; gap: 8px; }
	.pf-mobile-bar a { flex: 1; text-align: center; padding: 13px; border-radius: 12px; font-weight: 700; font-family: 'Poppins', sans-serif; text-decoration: none; font-size: 0.95rem; }
	.pf-mobile-bar .pf-mb-call { background: var(--light); color: var(--primary-dark); }
	.pf-mobile-bar .pf-mb-book { background: var(--accent); color: #fff; }
	body { padding-bottom: 66px; }
	.whatsapp-float { bottom: 80px; }
}

/* ---------- Pest-First responsive ---------- */
@media (max-width: 880px) {
	.pf-faq-layout, .pf-book-inner { grid-template-columns: 1fr; }
	.pf-faq-head { position: static; }
}
@media (max-width: 560px) {
	.pf-chip { width: calc(33.333% - 8px); }
	.pf-picker { padding: 20px 14px; border-radius: 20px; }
	.pf-picker-actions { gap: 14px; }
	.pf-hero { padding: 48px 0 64px; }
}

/* =========================================================
 * What We Do — Residential / Commercial feature sections
 * ========================================================= */
.wwd-feature-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.wwd-feature.wwd-flip .wwd-feature-media { order: 2; }
.wwd-feature-media img { width: 100%; height: 100%; max-height: 420px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.wwd-feature-text h2 { margin-bottom: 16px; }
.wwd-feature-text p { color: var(--muted); margin-bottom: 14px; }
.wwd-points { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.wwd-points li { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; }
.wwd-points .pf-check { color: var(--primary); font-weight: 700; }

/* Why Choose Us */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: var(--gap); }
.why-card { background: #fff; border-radius: var(--radius); padding: 30px 26px; text-align: center; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.why-icon { font-size: 2.4rem; margin-bottom: 12px; }
.why-card h3 { margin-bottom: 8px; font-size: 1.1rem; }
.why-card p { color: var(--muted); font-size: 0.95rem; }

/* =========================================================
 * About — Team grid
 * ========================================================= */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: var(--gap); }
.team-card { background: #fff; border-radius: var(--radius); padding: 26px; text-align: center; box-shadow: var(--shadow-sm); border: 1px solid var(--border); }
.team-photo { width: 110px; height: 110px; border-radius: 50%; margin: 0 auto 16px; overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-initial { display: flex; align-items: center; justify-content: center; background: var(--primary); color: #fff; font-family: 'Poppins', sans-serif; font-size: 2.4rem; font-weight: 700; }
.team-card h3 { margin-bottom: 2px; font-size: 1.12rem; }
.team-role { display: block; color: var(--accent); font-weight: 600; font-size: 0.9rem; margin-bottom: 10px; }
.team-card p { color: var(--muted); font-size: 0.92rem; }

/* About — Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.gallery-item { display: block; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery-item:hover img { transform: scale(1.06); }

/* =========================================================
 * Home — Client logos strip
 * ========================================================= */
.clients-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px; }
.client-logo { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 18px 26px; min-width: 150px; min-height: 80px; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); filter: grayscale(100%); opacity: .75; transition: filter .25s, opacity .25s; }
.client-logo:hover { filter: grayscale(0); opacity: 1; }
.client-logo img { max-height: 50px; max-width: 130px; object-fit: contain; }
.client-logo-text { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--primary-dark); font-size: 1.05rem; }

@media (max-width: 768px) {
	.wwd-feature-inner { grid-template-columns: 1fr; gap: 28px; }
	.wwd-feature.wwd-flip .wwd-feature-media { order: 0; }
}

/* Lead form spam-check captcha */
.pcf-captcha { margin-bottom: 14px; }
.pcf-captcha label { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 6px; color: var(--primary-dark); }
.pcf-captcha input[type="text"] { max-width: 160px; }

/* Accessibility: higher-contrast text where Lighthouse flagged low contrast */
.footer-bottom { color: #c2ccc2; }
.footer-legal a { color: #e3ebe3; }
.client-logo { opacity: .9; }

/* Accessibility: link contrast (orange on white failed WCAG) */
.link-arrow { color: var(--primary); }
.link-arrow:hover { color: var(--primary-dark); }

/* Hero offer badge — FREE PROPERTY INSPECTION */
.pf-offer-badge { display: inline-flex; align-items: center; gap: 8px; margin: 4px 0 24px; padding: 10px 22px; background: var(--accent); color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 0.95rem; letter-spacing: .5px; border-radius: 50px; text-decoration: none; box-shadow: 0 8px 22px rgba(255,160,0,.35); animation: pf-offer-pulse 2.2s infinite; }
.pf-offer-badge:hover { background: var(--accent-dark); transform: translateY(-2px); }
.pf-offer-star { font-size: 1rem; }
@keyframes pf-offer-pulse { 0%,100% { box-shadow: 0 8px 22px rgba(255,160,0,.35); } 50% { box-shadow: 0 8px 30px rgba(255,160,0,.6); } }
@media (prefers-reduced-motion: reduce) { .pf-offer-badge { animation: none; } }

/* =========================================================
 * Accessibility — WCAG AA contrast fixes (dark text on orange)
 * ========================================================= */
.btn-accent { color: var(--primary-dark); }
.btn-accent:hover { color: var(--primary-dark); }
.btn-book { color: var(--primary-dark) !important; }
.pf-offer-badge { color: var(--primary-dark); }
.pf-mobile-bar .pf-mb-book { color: var(--primary-dark); }
.pf-kicker { color: var(--primary); }
.service-price strong { color: var(--primary); }
