@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
::selection { background: var(--primary); color: var(--on-primary); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* ===================== Theme palettes ===================== */
:root {
  --primary: #047857;
  --primary-dark: #065f46;
  --primary-light: #d1fae5;
  --accent: #f59e0b;
  --accent-light: #fef3c7;
  --bg: #f7faf9;
  --bg-alt: #ecf5f1;
  --surface: #ffffff;
  --soft: #e6f2ee;
  --border: #c5ded4;
  --ink: #0a1f1a;
  --ink-soft: #456a5e;
  --ink-faint: #8aab9f;
  --on-primary: #ffffff;
  --font-head: 'Sora', 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --hero-gradient: linear-gradient(135deg, #062e22 0%, #047857 52%, #10b981 100%);
  --hero-overlay: linear-gradient(180deg, rgba(6,46,34,0.30) 0%, rgba(6,46,34,0.65) 100%);
  --hero-text: #f0fdf4;
  --shadow-sm: 0 1px 3px rgba(6,46,34,0.07), 0 4px 12px rgba(6,46,34,0.05);
  --shadow-md: 0 4px 16px rgba(6,46,34,0.08), 0 10px 26px rgba(6,46,34,0.06);
  --shadow-lg: 0 14px 36px rgba(6,46,34,0.14), 0 22px 52px rgba(6,46,34,0.08);
  --muted: var(--ink-soft);
  --footer-bg: #062e22;
  --footer-fg: #a7d3c2;
  --footer-head: #f0fdf4;
}
html[data-theme="verdan"] {
  --primary: #5a7a3a;
  --primary-dark: #43602a;
  --primary-light: #e8eed8;
  --accent: #c97b3c;
  --accent-light: #fce8d4;
  --bg: #faf8f3;
  --bg-alt: #f1ede2;
  --surface: #fffef9;
  --soft: #ece6d4;
  --border: #d9d0bc;
  --ink: #2a2618;
  --ink-soft: #6b6450;
  --ink-faint: #a49b82;
  --on-primary: #fdf8ee;
  --font-head: 'Lora', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --hero-gradient: linear-gradient(150deg, #2a2618 0%, #43602a 55%, #5a7a3a 100%);
  --hero-overlay: linear-gradient(180deg, rgba(42,38,24,0.28) 0%, rgba(42,38,24,0.62) 100%);
  --hero-text: #fdf8ee;
  --shadow-sm: 0 1px 3px rgba(42,38,24,0.07), 0 4px 12px rgba(42,38,24,0.05);
  --shadow-md: 0 4px 16px rgba(42,38,24,0.08), 0 10px 26px rgba(42,38,24,0.06);
  --shadow-lg: 0 14px 36px rgba(42,38,24,0.13), 0 22px 52px rgba(42,38,24,0.08);
  --muted: var(--ink-soft);
  --footer-bg: #2a2618;
  --footer-fg: #d4c9ad;
  --footer-head: #fdf8ee;
}
html[data-theme="stealth"] {
  --primary: #f59e0b;
  --primary-dark: #d97706;
  --primary-light: #1a1206;
  --accent: #ef4444;
  --accent-light: #2a0e0e;
  --bg: #0c0a08;
  --bg-alt: #15110d;
  --surface: #1c1814;
  --soft: #2a231b;
  --border: #3a3026;
  --ink: #f5f0e8;
  --ink-soft: #b8a896;
  --ink-faint: #807062;
  --on-primary: #0c0a08;
  --font-head: 'Archivo', 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --radius: 4px;
  --radius-lg: 8px;
  --radius-pill: 999px;
  --hero-gradient: linear-gradient(165deg, #050403 0%, #1a1206 55%, #2a1c0a 100%);
  --hero-overlay: linear-gradient(180deg, rgba(5,4,3,0.42) 0%, rgba(5,4,3,0.78) 100%);
  --hero-text: #fef3c7;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.5), 0 4px 12px rgba(0,0,0,0.4);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.5);
  --shadow-lg: 0 16px 44px rgba(0,0,0,0.62);
  --muted: var(--ink-soft);
  --footer-bg: #050403;
  --footer-fg: #8a7a68;
  --footer-head: #fef3c7;
}

/* Shield extras (default) */
.hero { background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.14) 0 2px, transparent 2px 22px), var(--hero-gradient); }
.hero .tagline { color: #fef3c7; font-weight: 600; }
.section-head .eyebrow { background: var(--primary-light); border-color: var(--primary); color: var(--primary-dark); }
.feature, .service-card, .pricing-card { border-top: 3px solid var(--primary); }
.feature-icon { background: var(--primary-light); border-radius: 12px; }
.feature-icon svg { color: var(--primary); }
.service-card .thumb { border-bottom: 3px solid var(--primary); }
.pricing-card.highlighted { border-top-color: var(--accent); }
.pricing-card .price { color: var(--primary-dark); }
.process-step::before { font-family: var(--font-head); }
.stat-item { border-top: 3px solid var(--primary); }
.site-footer { border-top-color: var(--primary); }

/* Verdan overrides */
html[data-theme="verdan"] .brand-name { letter-spacing: 0.02em; }
html[data-theme="verdan"] .hero .tagline { color: var(--primary-light); font-style: italic; }
html[data-theme="verdan"] .section-head .eyebrow { background: var(--soft); border-color: var(--border); color: var(--primary-dark); letter-spacing: 0.16em; }
html[data-theme="verdan"] .feature, html[data-theme="verdan"] .service-card, html[data-theme="verdan"] .pricing-card { border-radius: 20px; }
html[data-theme="verdan"] .feature-icon { background: var(--accent-light); border-radius: 50% 50% 50% 6px; }
html[data-theme="verdan"] .feature-icon svg { color: var(--accent); }
html[data-theme="verdan"] .service-card .thumb { border-bottom: 3px double var(--accent); }
html[data-theme="verdan"] .testimonial-card { border-top: 3px solid var(--accent-light); }
html[data-theme="verdan"] .process-step::before { font-family: var(--font-body); }
html[data-theme="verdan"] .stat-item { border-top: 3px solid var(--accent); border-radius: 16px; }
html[data-theme="verdan"] .site-footer { border-top-color: var(--accent); }

/* Stealth overrides */
html[data-theme="stealth"] .site-header { background: rgba(12,10,8,0.92); }
html[data-theme="stealth"] .brand-name { text-transform: uppercase; letter-spacing: 0.10em; font-size: 1.08rem; }
html[data-theme="stealth"] .nav-link { text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.84rem; font-weight: 500; border-radius: 0; }
html[data-theme="stealth"] .nav-link.active { color: var(--primary); background: var(--soft); }
html[data-theme="stealth"] .nav-cta { border-radius: 0; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.84rem; }
html[data-theme="stealth"] .hero h1 { text-transform: uppercase; letter-spacing: 0.02em; font-weight: 900; }
html[data-theme="stealth"] .hero .tagline { font-style: normal; color: var(--primary); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.82rem; }
html[data-theme="stealth"] .hero-cta, html[data-theme="stealth"] .btn { border-radius: 0; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.88rem; }
html[data-theme="stealth"] .section-head .eyebrow { background: transparent; border-color: var(--border); color: var(--primary); letter-spacing: 0.22em; }
html[data-theme="stealth"] .feature, html[data-theme="stealth"] .service-card, html[data-theme="stealth"] .pricing-card { border-radius: 0; border-left: 2px solid var(--primary); border-top: none; }
html[data-theme="stealth"] .service-card .thumb { border-bottom: 2px solid var(--primary); }
html[data-theme="stealth"] .pricing-card.highlighted { border-left-color: var(--accent); border-top: none; }
html[data-theme="stealth"] .pest-card, html[data-theme="stealth"] .area-card, html[data-theme="stealth"] .team-card { border-radius: 0; }
html[data-theme="stealth"] .stat-item { border-radius: 0; border-left: 2px solid var(--primary); }
html[data-theme="stealth"] .site-footer { border-top: 2px solid var(--primary); }

/* ===================== Layout & components ===================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 24px; max-width: 1140px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand-logo { height: 44px; width: auto; border-radius: var(--radius); }
.brand-name { font-family: var(--font-head); font-size: 1.28rem; font-weight: 700; letter-spacing: 0.01em; }
.nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav-link { color: var(--ink); font-weight: 600; font-size: 0.95rem; padding: 8px 14px; border-radius: var(--radius-pill); transition: color .15s ease, background .15s ease; }
.nav-link:hover { text-decoration: none; background: var(--soft); }
.nav-link.active { color: var(--primary); background: var(--soft); }
.nav-cta { background: var(--primary); color: var(--on-primary) !important; box-shadow: 0 4px 12px color-mix(in srgb, var(--primary) 35%, transparent); }
.nav-cta:hover { background: var(--primary-dark); transform: translateY(-1px); }
.nav-cta.active { background: var(--primary); color: var(--on-primary) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 10px 8px; border-radius: 10px; }
.nav-toggle:hover { background: var(--soft); }
.nav-toggle span { display: block; width: 24px; height: 2.5px; border-radius: 999px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.hero { position: relative; padding: 104px 24px 112px; text-align: center; overflow: hidden; background: var(--hero-gradient); background-size: cover; background-position: center; }
.hero::before { content: ""; position: absolute; inset: 0; background: var(--hero-overlay); }
.hero-content { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; color: var(--hero-text); }
.hero h1 { font-family: var(--font-head); font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.08; margin-bottom: 14px; letter-spacing: -0.01em; }
.hero .tagline { font-size: clamp(1.05rem, 2vw, 1.3rem); opacity: .94; margin-bottom: 10px; font-style: italic; }
.hero .desc { max-width: 660px; margin: 0 auto 30px; font-size: 1.02rem; opacity: .9; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-cta { display: inline-block; background: var(--primary); color: var(--on-primary); padding: 14px 34px; border-radius: var(--radius-pill); font-weight: 700; font-size: 1.02rem; letter-spacing: 0.04em; box-shadow: 0 8px 24px color-mix(in srgb, var(--primary) 40%, transparent); transition: transform .15s ease, background .15s ease; }
.hero-cta:hover { background: var(--primary-dark); transform: translateY(-2px); text-decoration: none; }
.hero-cta.outline { background: transparent; border: 2px solid var(--hero-text); color: var(--hero-text); box-shadow: none; }
.hero-cta.outline:hover { background: var(--hero-text); color: var(--ink); }
.hero-carousel { position: absolute; inset: 0; z-index: 0; }
.hero-carousel img { width: 100%; height: 100%; object-fit: cover; position: absolute; opacity: 0; transition: opacity 1.2s ease; }
.hero-carousel img.active { opacity: 1; }
.hero-dots { position: relative; z-index: 3; display: flex; gap: 8px; justify-content: center; margin-top: 28px; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; border: 2px solid var(--hero-text); background: transparent; cursor: pointer; padding: 0; transition: background .2s ease; }
.hero-dots button.active { background: var(--hero-text); }

.section { padding: 72px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head .eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; padding: 6px 16px; border-radius: var(--radius-pill); border: 1px solid var(--border); color: var(--primary); background: var(--surface); margin-bottom: 14px; }
.section-head h2 { font-family: var(--font-head); font-size: clamp(1.7rem, 3.5vw, 2.4rem); line-height: 1.15; margin-bottom: 12px; letter-spacing: -0.01em; }
.section-head p { color: var(--ink-soft); font-size: 1.05rem; }

.btn { display: inline-block; padding: 12px 28px; border-radius: var(--radius-pill); font-weight: 700; font-size: 0.95rem; cursor: pointer; border: none; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; text-align: center; }
.btn-primary { background: var(--primary); color: var(--on-primary); box-shadow: 0 4px 12px color-mix(in srgb, var(--primary) 30%, transparent); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-1px); text-decoration: none; }
.btn-outline { background: transparent; border: 2px solid var(--border); color: var(--ink); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }
.btn-lg { padding: 14px 34px; font-size: 1.02rem; }

.card-grid { display: grid; gap: 24px; }
.card-grid-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.card-grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; }
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; }
.feature:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.feature-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feature-icon svg { width: 28px; height: 28px; }
.feature h3 { font-family: var(--font-head); font-size: 1.12rem; margin-bottom: 8px; }
.feature p { color: var(--ink-soft); font-size: 0.92rem; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; display: flex; flex-direction: column; color: var(--ink); text-decoration: none; }
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); text-decoration: none; }
.service-card .thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--soft); border-bottom: 1px solid var(--border); }
.service-card .body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.service-card h3 { font-family: var(--font-head); font-size: 1.18rem; margin-bottom: 6px; }
.service-card .summary { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 14px; flex: 1; }
.service-card .meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.service-card .meta .chip { display: inline-flex; align-items: center; gap: 4px; font-size: 0.78rem; font-weight: 600; padding: 4px 10px; border-radius: var(--radius-pill); background: var(--soft); color: var(--ink-soft); }
.service-card .meta .chip.price { background: var(--primary-light); color: var(--primary-dark); }
.service-card .meta .chip.warranty { background: var(--accent-light); color: var(--accent); }
.service-card .card-link { font-weight: 700; font-size: 0.9rem; color: var(--primary); }

.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; justify-content: center; }
.filter-bar a { padding: 8px 18px; border-radius: var(--radius-pill); font-size: 0.88rem; font-weight: 600; background: var(--surface); border: 1px solid var(--border); color: var(--ink); transition: all .15s ease; }
.filter-bar a:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }
.filter-bar a.active { background: var(--primary); color: var(--on-primary); border-color: var(--primary); }

.pdp-gallery { display: grid; grid-template-columns: 1fr 100px; gap: 16px; margin-bottom: 24px; }
.pdp-main { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius-lg); background: var(--soft); border: 1px solid var(--border); }
.pdp-thumbs { display: flex; flex-direction: column; gap: 10px; }
.pdp-thumb { width: 100px; height: 72px; object-fit: cover; border-radius: var(--radius); border: 2px solid var(--border); cursor: pointer; transition: border-color .15s ease; }
.pdp-thumb.active { border-color: var(--primary); }
.pdp-thumb:hover { border-color: var(--accent); }

.spec-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.spec-table th, .spec-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 0.94rem; }
.spec-table th { width: 40%; color: var(--ink-soft); font-weight: 600; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pricing-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; position: relative; }
.pricing-card.highlighted { box-shadow: var(--shadow-lg); border-color: var(--primary); transform: scale(1.02); }
.pricing-card .badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary); color: var(--on-primary); padding: 4px 16px; border-radius: var(--radius-pill); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; }
.pricing-card .name { font-family: var(--font-head); font-size: 1.3rem; margin-bottom: 8px; }
.pricing-card .price { font-family: var(--font-head); font-size: 2.4rem; font-weight: 800; line-height: 1; margin-bottom: 4px; }
.pricing-card .unit { color: var(--ink-faint); font-size: 0.88rem; margin-bottom: 20px; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.pricing-card li { padding: 8px 0; font-size: 0.92rem; color: var(--ink-soft); border-bottom: 1px solid var(--border); display: flex; align-items: start; gap: 8px; }
.pricing-card li::before { content: "\2713"; color: var(--primary); font-weight: 700; flex-shrink: 0; }

.areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.area-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; }
.area-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.area-card h4 { font-size: 1rem; margin-bottom: 4px; }
.area-card .pincode { font-size: 0.82rem; color: var(--primary); font-weight: 600; }
.area-card .zone { font-size: 0.82rem; color: var(--ink-faint); margin-top: 4px; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); text-align: center; transition: box-shadow .2s ease, transform .2s ease; }
.team-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.team-card .photo { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: var(--soft); }
.team-card .info { padding: 18px; }
.team-card h4 { font-family: var(--font-head); font-size: 1.08rem; margin-bottom: 2px; }
.team-card .role { font-size: 0.86rem; color: var(--primary); font-weight: 600; margin-bottom: 6px; }
.team-card .exp { font-size: 0.82rem; color: var(--ink-faint); }
.team-card .bio { font-size: 0.88rem; color: var(--ink-soft); margin-top: 8px; }

.pest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pest-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; color: var(--ink); text-decoration: none; display: flex; flex-direction: column; }
.pest-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); text-decoration: none; }
.pest-card .thumb { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: var(--soft); }
.pest-card .body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.pest-card h4 { font-family: var(--font-head); font-size: 1.08rem; margin-bottom: 2px; }
.pest-card .sci { font-size: 0.78rem; color: var(--ink-faint); font-style: italic; margin-bottom: 8px; }
.pest-card .danger { display: inline-block; font-size: 0.72rem; font-weight: 700; padding: 3px 10px; border-radius: var(--radius-pill); margin-bottom: 8px; align-self: flex-start; }
.pest-card .danger.high, .pest-card .danger.severe { background: #fee2e2; color: #b91c1c; }
.pest-card .danger.moderate { background: #fef3c7; color: #b45309; }
.pest-card .danger.low { background: #d1fae5; color: #047857; }
.pest-card p { font-size: 0.86rem; color: var(--ink-soft); }

.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.testimonial-card .stars { color: #f59e0b; margin-bottom: 12px; font-size: 1.1rem; letter-spacing: 1px; }
.testimonial-card .text { font-size: 1rem; color: var(--ink); margin-bottom: 16px; line-height: 1.6; font-style: italic; }
.testimonial-card .author { font-weight: 700; font-size: 0.95rem; }
.testimonial-card .context { font-size: 0.82rem; color: var(--ink-faint); }

.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; text-align: center; box-shadow: var(--shadow-sm); }
.stat-item .num { font-family: var(--font-head); font-size: 2.2rem; font-weight: 800; color: var(--primary); line-height: 1; }
.stat-item .label { font-size: 0.86rem; color: var(--ink-soft); margin-top: 6px; }

.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.process-step { text-align: center; position: relative; padding: 28px 20px; }
.process-step::before { counter-increment: step; content: counter(step); display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--primary); color: var(--on-primary); font-size: 1.3rem; font-weight: 800; margin-bottom: 16px; }
.process-step h4 { font-family: var(--font-head); font-size: 1.08rem; margin-bottom: 6px; }
.process-step p { font-size: 0.88rem; color: var(--ink-soft); }

.cta-band { background: var(--hero-gradient); color: var(--hero-text); padding: 64px 24px; text-align: center; border-radius: var(--radius-lg); margin: 48px 0; }
.cta-band h2 { font-family: var(--font-head); font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 12px; }
.cta-band p { opacity: .9; margin-bottom: 24px; max-width: 560px; margin-left: auto; margin-right: auto; }

.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.journal-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s ease, transform .2s ease; color: var(--ink); text-decoration: none; display: flex; flex-direction: column; }
.journal-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); text-decoration: none; }
.journal-card .thumb { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--soft); }
.journal-card .body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.journal-card .date { font-size: 0.78rem; color: var(--ink-faint); margin-bottom: 6px; }
.journal-card h3 { font-family: var(--font-head); font-size: 1.12rem; margin-bottom: 6px; }
.journal-card p { font-size: 0.9rem; color: var(--ink-soft); flex: 1; }

.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); padding: 0; }
.faq-item summary { cursor: pointer; padding: 20px 0; font-family: var(--font-head); font-size: 1.05rem; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--primary); flex-shrink: 0; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 0 20px; color: var(--ink-soft); font-size: 0.96rem; line-height: 1.7; }

.form { max-width: 640px; margin: 0 auto; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
.form-field .req { color: #dc2626; }
.form-input, .form-textarea, .form-select { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 0.95rem; font-family: var(--font-body); color: var(--ink); background: var(--surface); transition: border-color .15s ease, box-shadow .15s ease; }
.form-input:focus, .form-textarea:focus, .form-select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary) 15%, transparent); outline: none; }
.form-textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-consent { display: flex; align-items: start; gap: 10px; margin-bottom: 20px; }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: var(--primary); }
.form-consent label { font-size: 0.86rem; color: var(--ink-soft); font-weight: 400; line-height: 1.5; }
.form-alert { padding: 14px 18px; border-radius: var(--radius); margin-bottom: 20px; font-size: 0.92rem; }
.form-alert.error { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }
.form-alert.success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }

.pager { display: flex; gap: 6px; justify-content: center; margin-top: 40px; }
.pager a, .pager span { padding: 8px 14px; border-radius: var(--radius); font-size: 0.9rem; font-weight: 600; border: 1px solid var(--border); background: var(--surface); color: var(--ink); }
.pager a:hover { border-color: var(--primary); color: var(--primary); text-decoration: none; }
.pager .current { background: var(--primary); color: var(--on-primary); border-color: var(--primary); }

.breadcrumbs { display: flex; gap: 8px; align-items: center; font-size: 0.84rem; color: var(--ink-faint); margin-bottom: 24px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--ink-soft); }
.breadcrumbs a:hover { color: var(--primary); }
.breadcrumbs span { color: var(--ink-faint); }

.article-body { max-width: 720px; margin: 0 auto; }
.article-body h1 { font-family: var(--font-head); font-size: clamp(1.7rem,3.5vw,2.4rem); margin-bottom: 8px; line-height: 1.2; }
.article-body .meta { color: var(--ink-faint); font-size: 0.88rem; margin-bottom: 24px; }
.article-body img { border-radius: var(--radius-lg); margin: 20px 0; width: 100%; }
.article-body h2 { font-family: var(--font-head); font-size: 1.5rem; margin: 28px 0 12px; }
.article-body h3 { font-family: var(--font-head); font-size: 1.2rem; margin: 20px 0 8px; }
.article-body p { margin-bottom: 16px; line-height: 1.8; }
.article-body ul, .article-body ol { margin: 0 0 16px 24px; }
.article-body li { margin-bottom: 6px; }
.article-body blockquote { border-left: 4px solid var(--primary); padding: 12px 20px; margin: 20px 0; background: var(--soft); border-radius: 0 var(--radius) var(--radius) 0; color: var(--ink-soft); }
.article-body a { font-weight: 600; }

.rich-content h2 { font-family: var(--font-head); font-size: 1.4rem; margin: 24px 0 10px; }
.rich-content h3 { font-family: var(--font-head); font-size: 1.15rem; margin: 18px 0 8px; }
.rich-content p { margin-bottom: 14px; line-height: 1.7; }
.rich-content ul, .rich-content ol { margin: 0 0 14px 24px; }
.rich-content li { margin-bottom: 6px; }
.rich-content blockquote { border-left: 4px solid var(--primary); padding: 10px 18px; margin: 16px 0; background: var(--soft); border-radius: 0 var(--radius) var(--radius) 0; color: var(--ink-soft); }
.rich-content a { font-weight: 600; }

.site-footer { background: var(--footer-bg); color: var(--footer-fg); padding: 56px 0 28px; border-top: 4px solid var(--primary); }
.footer-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-col h4 { color: var(--footer-head); font-family: var(--font-head); font-size: 1rem; margin-bottom: 14px; }
.footer-col a { color: var(--footer-fg); font-size: 0.9rem; display: block; padding: 4px 0; }
.footer-col a:hover { color: var(--primary); text-decoration: none; }
.footer-brand { color: var(--footer-head); font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; }
.footer-contact p { font-size: 0.88rem; margin-bottom: 4px; }
.footer-bottom { max-width: 1140px; margin: 32px auto 0; padding: 20px 24px 0; border-top: 1px solid color-mix(in srgb, var(--footer-fg) 20%, transparent); display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; flex-wrap: wrap; gap: 6px 14px; }
.footer-sep { opacity: .5; }
.powered-by { opacity: .8; }
.powered-by a { color: inherit; text-decoration: none; }
.powered-by a:hover { text-decoration: underline; opacity: 1; }
.footer-social { display: flex; gap: 10px; margin-top: 12px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid color-mix(in srgb, var(--footer-fg) 30%, transparent); color: var(--footer-fg); }
.footer-social a:hover { border-color: var(--primary); background: var(--primary); color: var(--on-primary); text-decoration: none; }
.footer-social svg { width: 18px; height: 18px; }

.wa-float { position: fixed; bottom: 20px; right: 20px; z-index: 100; width: 56px; height: 56px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.2); transition: transform .2s ease; color: #fff; }
.wa-float:hover { transform: scale(1.1); text-decoration: none; }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

.empty-state { text-align: center; padding: 60px 24px; }
.empty-state h3 { font-family: var(--font-head); font-size: 1.3rem; color: var(--ink-soft); margin-bottom: 8px; }
.empty-state p { color: var(--ink-faint); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-item { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); aspect-ratio: 4/3; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.65)); color: #fff; padding: 18px 14px 12px; font-size: 0.85rem; }

.license-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 6px 14px; font-size: 0.8rem; font-weight: 600; color: var(--ink-soft); }
.license-badge svg { width: 16px; height: 16px; color: var(--primary); }

/* Notice bar */
.notice-bar { background: var(--accent); color: var(--ink); padding: 0; overflow: hidden; }
.notice-bar-inner { display: flex; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.notice-label { flex-shrink: 0; font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; padding: 8px 14px 8px 0; }
.notice-track { overflow: hidden; flex: 1; position: relative; }
.notice-items { display: flex; gap: 32px; white-space: nowrap; animation: marquee 30s linear infinite; }
.notice-items a { color: var(--ink); font-size: 0.88rem; font-weight: 500; }
.notice-items a:hover { text-decoration: underline; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===================== Theme switcher ===================== */
.theme-btn {
  position: fixed; bottom: 92px; right: 20px; z-index: 110;
  width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--primary); color: var(--on-primary);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); transition: background .15s, transform .15s;
}
.theme-btn:hover { background: var(--primary-dark); transform: translateY(-2px); }
.theme-btn svg { width: 24px; height: 24px; }
.theme-panel {
  position: fixed; bottom: 156px; right: 20px; z-index: 120;
  width: 300px; max-width: calc(100vw - 32px);
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 16px;
  display: none; text-align: left;
}
.theme-panel.open { display: block; }
.theme-panel h3 { font-family: var(--font-head); font-size: 1rem; margin-bottom: 4px; color: var(--ink); }
.theme-panel .theme-sub { font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 12px; }
.theme-card {
  display: flex; align-items: center; gap: 12px; width: 100%; text-align: left;
  background: var(--surface); border: 2px solid transparent; border-radius: var(--radius);
  padding: 10px 12px; margin-bottom: 8px; cursor: pointer;
  font-family: var(--font-body); color: var(--ink); transition: border-color .15s, background .15s;
}
.theme-card:hover { background: color-mix(in srgb, var(--soft) 60%, var(--primary-light)); }
.theme-card.active { border-color: var(--primary); background: var(--primary-light); }
.theme-swatches { display: flex; gap: 4px; flex-shrink: 0; flex-direction: column; }
.theme-swatches .sw { width: 18px; height: 18px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.12); display: block; }
.theme-card .t-name { font-weight: 700; font-size: 0.9rem; }
.theme-card .t-desc { font-size: 0.75rem; color: var(--ink-soft); line-height: 1.35; }
.theme-note { margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--border); font-size: 0.72rem; color: var(--ink-faint); line-height: 1.4; }

@media (max-width: 968px) {
  .card-grid-4, .features-grid, .areas-grid, .team-grid, .pest-grid, .stats-bar, .process-steps { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .pricing-grid, .journal-grid, .card-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 12px; flex-direction: column; gap: 4px; box-shadow: var(--shadow-md); }
  .nav.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-link { width: 100%; padding: 12px 16px; }
  .card-grid-2, .card-grid-3, .card-grid-4, .features-grid, .services-grid, .pricing-grid, .journal-grid, .areas-grid, .team-grid, .pest-grid, .stats-bar, .process-steps, .testimonials-grid, .gallery-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .pdp-gallery { grid-template-columns: 1fr; }
  .pdp-thumbs { flex-direction: row; overflow-x: auto; }
  .pdp-thumb { width: 80px; height: 60px; flex-shrink: 0; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .theme-panel { right: 16px; left: 16px; width: auto; }
}
