/* ============================================
   CentralPAPest.com
   Pest Control — 6 County Central PA
   Design: Deep forest green, warm tan, off-white
   Fonts: Oswald + DM Sans
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink:      #141a10;
  --dark:     #1c2b17;
  --card:     #f0ece1;
  --card2:    #eae6da;
  --border:   #c8bfa0;
  --border2:  #a89e80;
  --mid:      #6b7c5a;
  --muted:    #5c6650;
  --light:    #8a9478;
  --white:    #ffffff;
  --off:      #f7f4ee;
  --accent:   #4a7c3f;
  --accent2:  #3a6230;
  --accentL:  #7db86e;
  --accentBg: rgba(74,124,63,0.10);
  --tan:      #c8a96e;
  --tanL:     #e8d5a8;
  --font-display: 'Oswald', sans-serif;
  --font-body:    'DM Sans', sans-serif;
  --radius: 4px;
  --max: 1160px;
  --shadow:  0 2px 12px rgba(74,124,63,0.15);
  --shadow2: 0 8px 32px rgba(74,124,63,0.20);
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--white); color: var(--dark); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--off); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* HEADER */
.hdr { position: sticky; top: 0; z-index: 9999; background: rgba(28,43,23,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.08); box-shadow: 0 1px 12px rgba(0,0,0,0.25); }
.hdr-inner { max-width: var(--max); margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; flex-direction: column; gap: 1px; flex-shrink: 0; line-height: 1.1; }
.brand strong { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; }
.brand strong span { color: var(--accentL); }
.brand em { font-style: normal; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.hdr-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.hdr-nav a { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; padding: 6px 14px; border-radius: var(--radius); color: rgba(255,255,255,0.75); transition: color 0.2s, background 0.2s; }
.hdr-nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.hdr-nav .quote-link { background: var(--accent); color: #fff !important; font-weight: 700; box-shadow: 0 2px 8px rgba(74,124,63,0.4); }
.hdr-nav .quote-link:hover { background: var(--accent2); }
.hamb { display: none; margin-left: auto; background: none; border: 1px solid rgba(255,255,255,0.2); color: #fff; cursor: pointer; width: 40px; height: 40px; border-radius: var(--radius); font-size: 18px; align-items: center; justify-content: center; }
.mobile-menu { display: none; position: fixed; top: 0; right: 0; width: 280px; height: 100vh; background: var(--dark); border-left: 1px solid rgba(255,255,255,0.1); z-index: 99999; flex-direction: column; overflow-y: auto; box-shadow: -4px 0 24px rgba(0,0,0,0.4); }
.mobile-menu.open { display: flex; }
.mnav-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.mnav-logo { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: #fff; }
.mnav-close { background: none; border: none; font-size: 22px; cursor: pointer; color: #fff; }
.mobile-menu a { padding: 14px 20px; font-size: 16px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.8); transition: background 0.15s; }
.mobile-menu a:hover { background: rgba(255,255,255,0.06); color: #fff; }
.mnav-cta { margin: 16px; background: var(--accent) !important; color: #fff !important; text-align: center; border-radius: var(--radius); border: none !important; font-weight: 700 !important; }

/* SEASONAL BAR */
.seasonal-bar { background: var(--accent); color: #fff; text-align: center; padding: 8px 16px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; min-height: 36px; }

/* HERO */
.hero { position: relative; height: 82vh; min-height: 520px; max-height: 780px; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg img { width: 110%; height: 110%; object-fit: cover; object-position: center; animation: kenburns 18s ease-in-out infinite alternate; }
@keyframes kenburns { 0% { transform: scale(1.0) translate(0%,0%); } 25% { transform: scale(1.06) translate(-1.5%,0.5%); } 50% { transform: scale(1.04) translate(0.5%,-1%); } 75% { transform: scale(1.08) translate(-1%,0.8%); } 100% { transform: scale(1.05) translate(1%,-0.5%); } }
.hero-noise { position: absolute; inset: 0; z-index: 1; background: linear-gradient(160deg, rgba(20,26,16,0.82) 0%, rgba(20,26,16,0.55) 55%, rgba(74,124,63,0.15) 100%); }
.hero-inner { position: relative; z-index: 3; max-width: var(--max); margin: 0 auto; padding: 0 24px; width: 100%; display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: center; }
.hero-copy { max-width: 560px; }
.hero-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accentL); margin-bottom: 16px; display: block; }
.hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px,5.5vw,72px); line-height: 0.97; letter-spacing: 0.01em; text-transform: uppercase; color: #fff; margin-bottom: 20px; }
.hero h1 .accent { color: var(--accentL); }
.hero h1 .stroke { -webkit-text-stroke: 2px #fff; color: transparent; }
.hero p { font-size: 17px; color: rgba(255,255,255,0.82); max-width: 480px; line-height: 1.65; margin-bottom: 28px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.hero-trust span { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); }
.hero-trust svg { flex-shrink: 0; width: 14px; height: 14px; stroke: var(--accentL); }

/* HERO FORM CARD */
.hero-form-card { background: rgba(247,244,238,0.97); border-radius: 8px; padding: 28px 24px; box-shadow: 0 20px 60px rgba(0,0,0,0.35), 0 4px 16px rgba(74,124,63,0.2); border-top: 3px solid var(--accent); }
.hero-form-card h2 { font-family: var(--font-display); font-weight: 700; font-size: 22px; text-transform: uppercase; color: var(--dark); margin-bottom: 4px; letter-spacing: 0.02em; }
.hero-form-card > p { font-size: 13px; color: var(--muted); margin-bottom: 18px; line-height: 1.4; }

/* FORMS */
.quick-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.field { display: flex; flex-direction: column; gap: 4px; }
.field label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--mid); }
.field input, .field select, .field textarea { padding: 11px 13px; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; color: var(--dark); background: #fff; transition: border-color 0.2s, box-shadow 0.2s; outline: none; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accentBg); }
.field select { appearance: none; }
.field textarea { resize: vertical; min-height: 80px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: 0.06em; padding: 14px 28px; border-radius: var(--radius); background: var(--accent); color: #fff; border: none; cursor: pointer; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; box-shadow: 0 2px 12px rgba(74,124,63,0.35); line-height: 1; }
.btn:hover { background: var(--accent2); transform: translateY(-1px); box-shadow: var(--shadow2); }
.btn-full { width: 100%; }
.btn-outline { background: transparent; color: var(--accent); border: 2px solid var(--accent); box-shadow: none; }
.btn-outline:hover { background: var(--accentBg); transform: none; }
.btn-white { background: #fff; color: var(--accent); box-shadow: var(--shadow); }
.btn-white:hover { background: var(--off); transform: translateY(-1px); }
.form-note { font-size: 12px; color: var(--light); margin-top: 4px; }
.form-disclaimer { font-size: 11px; color: var(--light); line-height: 1.55; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); text-align: center; }
.form-disclaimer a { color: var(--accent); text-decoration: underline; }

/* PHOTO UPLOAD */
.photo-upload-wrap { margin-top: 4px; }
.photo-upload-label { display: flex; align-items: center; gap: 10px; cursor: pointer; border: 2px dashed var(--border); border-radius: var(--radius); padding: 14px 16px; transition: border-color 0.2s, background 0.2s; background: var(--off); }
.photo-upload-label:hover { border-color: var(--accent); background: var(--accentBg); }
.photo-upload-label svg { color: var(--accent); flex-shrink: 0; width: 20px; height: 20px; }
.photo-upload-label span { font-size: 13px; color: var(--muted); }
.photo-upload-label strong { font-size: 13px; color: var(--accent); font-weight: 700; }
input[type="file"].photo-input { display: none; }
.upload-preview { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.upload-preview-item { position: relative; width: 74px; height: 74px; }
.upload-preview-item img { width: 74px; height: 74px; object-fit: cover; border-radius: 6px; border: 1px solid var(--border); display: block; }
.upload-remove { position: absolute; top: -8px; right: -8px; width: 24px; height: 24px; border-radius: 999px; border: 2px solid #fff; background: #dc2626; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 900; line-height: 1; cursor: pointer; box-shadow: 0 5px 14px rgba(0,0,0,0.22); }
.upload-remove:hover { background: #b91c1c; }

/* TRUST STRIP */
.trust-strip { background: var(--dark); padding: 0; overflow: hidden; border-top: 2px solid var(--tan); }
.trust-inner { display: flex; gap: 0; animation: marquee 28s linear infinite; width: max-content; }
.trust-inner:hover { animation-play-state: paused; }
.trust-item { display: flex; align-items: center; gap: 9px; padding: 13px 36px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.75); white-space: nowrap; border-right: 1px solid rgba(255,255,255,0.08); }
.trust-dot { color: var(--accentL); font-size: 14px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* MOBILE FORM WRAP */
.hero-form-wrap { background: var(--off); border-bottom: 1px solid var(--border); padding: 36px 24px; }
.quick-form { max-width: 900px; margin: 0 auto; background: #fff; border: 1.5px solid var(--border); border-radius: 8px; padding: 28px 32px; box-shadow: var(--shadow); border-top: 3px solid var(--accent); }
.quick-form-head { margin-bottom: 20px; }
.quick-form-head h2 { font-family: var(--font-display); font-weight: 700; font-size: 22px; text-transform: uppercase; color: var(--dark); margin-bottom: 4px; }
.quick-form-head p { font-size: 14px; color: var(--muted); }

/* SECTIONS */
.section { padding: 80px 0; }
.section.bg-dark { background: var(--dark); color: var(--white); }
.section.bg-off { background: var(--off); }
.section.bg-mid { background: #2d3d27; color: var(--white); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section-head { text-align: center; margin-bottom: 52px; }
.section-head-slim { margin-bottom: 34px; }
.section-head p { font-size: 16px; color: var(--muted); max-width: 580px; margin: 12px auto 0; }
.bg-dark .section-head p, .bg-mid .section-head p { color: rgba(255,255,255,0.6); }
.tag { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent); background: var(--accentBg); border: 1px solid rgba(74,124,63,0.25); border-radius: 50px; padding: 5px 14px; margin-bottom: 12px; }
.bg-dark .tag, .bg-mid .tag { color: var(--accentL); background: rgba(74,124,63,0.15); border-color: rgba(125,184,110,0.3); }
.h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px,3.8vw,44px); line-height: 1.05; text-transform: uppercase; letter-spacing: 0.02em; color: var(--dark); }
.bg-dark .h2, .bg-mid .h2 { color: var(--white); }
.h2 span { color: var(--accent); }
.bg-dark .h2 span, .bg-mid .h2 span { color: var(--accentL); }

/* SERVICE GRID */
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.svc-card { background: var(--off); border: 1px solid var(--border); border-radius: 6px; padding: 24px; transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; }
.svc-card:hover { border-color: var(--accent); box-shadow: var(--shadow); transform: translateY(-2px); }
.svc-num { font-family: var(--font-display); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 14px; display: block; }
.svc-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; text-transform: uppercase; letter-spacing: 0.02em; color: var(--dark); margin-bottom: 8px; }
.svc-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--accent); margin-top: 14px; letter-spacing: 0.02em; text-transform: uppercase; }

/* PEST GRID */
.pest-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.pest-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(125,184,110,0.15); border-radius: 6px; padding: 24px 20px; display: flex; flex-direction: column; gap: 10px; transition: border-color 0.2s, background 0.2s; }
.pest-card:hover { border-color: var(--accentL); background: rgba(74,124,63,0.08); }
.pest-num { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: var(--accentL); display: block; }
.pest-card h3 { font-family: var(--font-display); font-size: 16px; font-weight: 700; text-transform: uppercase; color: #fff; letter-spacing: 0.04em; line-height: 1.1; }
.pest-card p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.55; }

/* SPLIT */
.split-section { padding: 80px 0; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-img { border-radius: 6px; overflow: hidden; box-shadow: var(--shadow2); }
.split-img img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; }
.split-copy h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px,3.6vw,44px); line-height: 1.05; text-transform: uppercase; letter-spacing: 0.02em; color: var(--dark); margin-bottom: 16px; }
.split-copy h2 span { color: var(--accent); }
.bg-dark .split-copy h2 { color: var(--white); }
.bg-dark .split-copy h2 span { color: var(--accentL); }
.split-copy p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 16px; }
.bg-dark .split-copy p { color: rgba(255,255,255,0.7); }
.split-copy ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.split-copy ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--dark); line-height: 1.5; }
.bg-dark .split-copy ul li { color: rgba(255,255,255,0.8); }
.split-copy ul li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; margin-top: 1px; }

/* HOW IT WORKS */
.how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.how-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(125,184,110,0.15); border-radius: 6px; padding: 28px 24px; transition: border-color 0.2s; }
.how-card:hover { border-color: var(--accentL); }
.how-step { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.how-step-num { width: 28px; height: 28px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font-display); font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.how-step-label { font-family: var(--font-display); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accentL); }
.how-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.how-card p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.65; }

/* COUNTY PICKER */
.county-picker-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.county-picker-card { appearance: none; border: 1.5px solid var(--border); background: linear-gradient(180deg,#fff 0%,var(--off) 100%); border-radius: 8px; padding: 22px 20px; text-align: left; cursor: pointer; box-shadow: 0 2px 12px rgba(74,124,63,0.08); transition: transform 0.16s, border-color 0.16s, box-shadow 0.16s; min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; gap: 8px; }
.county-picker-card:hover { transform: translateY(-2px); border-color: var(--accent); box-shadow: var(--shadow2); }
.county-picker-card span { font-family: var(--font-display); font-size: 24px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--dark); line-height: 1.05; }
.county-picker-card strong { display: inline-flex; width: fit-content; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; background: var(--accent); border-radius: 999px; padding: 5px 10px; }
.county-picker-card em { font-style: normal; font-size: 13px; color: var(--muted); line-height: 1.35; }
.area-shortcuts { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.area-shortcuts a { font-size: 13px; font-weight: 800; color: var(--accent2); background: var(--accentBg); border: 1px solid rgba(74,124,63,0.22); border-radius: 999px; padding: 9px 15px; transition: background 0.15s, color 0.15s; }
.area-shortcuts a:hover { background: var(--accent); color: #fff; }

/* TOWN MODAL */
.town-modal { position: fixed; inset: 0; z-index: 100000; display: none; align-items: center; justify-content: center; padding: 24px; }
.town-modal.open { display: flex; }
.town-modal-backdrop { position: absolute; inset: 0; background: rgba(20,26,16,0.75); backdrop-filter: blur(6px); }
.town-modal-panel { position: relative; z-index: 1; width: min(920px,100%); max-height: min(760px,calc(100vh - 48px)); overflow: auto; background: #fff; border: 1.5px solid var(--border); border-radius: 10px; padding: 30px; box-shadow: 0 24px 80px rgba(0,0,0,0.32); }
.town-modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid var(--border); border-radius: 999px; background: var(--off); color: var(--dark); font-size: 24px; line-height: 1; cursor: pointer; }
.town-modal-panel h3 { font-family: var(--font-display); font-size: clamp(28px,4vw,42px); line-height: 1.02; color: var(--dark); margin-bottom: 8px; font-weight: 700; text-transform: uppercase; }
.town-modal-panel > p { color: var(--muted); max-width: 680px; margin-bottom: 22px; }
.town-modal-services { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.town-modal-service { border: 1px solid var(--border); background: var(--off); border-radius: 8px; padding: 18px; }
.town-modal-service h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; text-transform: uppercase; color: var(--accent2); margin-bottom: 12px; }
.town-link-grid { display: flex; flex-wrap: wrap; gap: 7px; }
.town-link-grid a { font-size: 13px; font-weight: 700; color: var(--accent2); background: #fff; border: 1px solid rgba(74,124,63,0.22); border-radius: 999px; padding: 6px 11px; transition: background 0.15s, color 0.15s; }
.town-link-grid a:hover { background: var(--accent); color: #fff; }

/* QUOTE SECTION */
.quote-section { background: var(--off); padding: 80px 0 100px; border-top: 1px solid var(--border); }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.quote-left h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px,4vw,44px); text-transform: uppercase; color: var(--dark); margin-bottom: 12px; line-height: 1.05; }
.quote-left h2 span { color: var(--accent); }
.quote-left p { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.quote-box { background: #fff; border: 1.5px solid var(--border); border-radius: 8px; padding: 28px; box-shadow: 0 4px 24px rgba(74,124,63,0.12); border-top: 3px solid var(--accent); }
.quote-box-head { margin-bottom: 20px; }
.quote-box-head h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; text-transform: uppercase; color: var(--dark); margin-bottom: 4px; }
.quote-box-head p { font-size: 13px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .field.full { grid-column: 1/-1; }
.form-submit { margin-top: 16px; }
.form-submit .btn { width: 100%; }

/* QUOTE LEFT IMAGE */
.quote-left-img { margin-top: 24px; border-radius: 6px; overflow: hidden; box-shadow: var(--shadow2); }
.quote-left-img img { width: 100%; display: block; object-fit: cover; max-height: 320px; min-height: 160px; }
.quote-left { display: flex; flex-direction: column; }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 6px; }
.faq-item { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: var(--accent); }
.bg-dark .faq-item { border-color: rgba(125,184,110,0.15); }
.bg-dark .faq-item.open { border-color: var(--accent); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 18px 20px; font-family: var(--font-body); font-size: 15px; font-weight: 600; color: var(--dark); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bg-dark .faq-q { color: var(--white); }
.faq-q span { font-size: 20px; font-weight: 400; color: var(--accent); flex-shrink: 0; line-height: 1; transition: transform 0.3s; }
.faq-item.open .faq-q span { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 20px 18px; font-size: 14px; line-height: 1.75; color: var(--muted); }
.bg-dark .faq-a { color: rgba(255,255,255,0.65); }
.faq-item.open .faq-a { display: block; }

/* CONTENT BODY (city pages) */
.content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 56px; align-items: start; }
.content-body { max-width: 100%; }
.content-body h2 { font-family: var(--font-display); font-weight: 700; font-size: 26px; text-transform: uppercase; color: var(--dark); margin: 36px 0 12px; }
.content-body h2:first-child { margin-top: 0; }
.content-body h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; text-transform: uppercase; color: var(--accent2); margin: 28px 0 10px; }
.content-body p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.content-body ul { margin-bottom: 16px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.content-body ul li { font-size: 15px; color: var(--muted); display: flex; align-items: flex-start; gap: 10px; line-height: 1.6; }
.content-body ul li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.content-img { border-radius: 6px; overflow: hidden; margin: 24px 0; box-shadow: var(--shadow); }
.content-img img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; }
.content-sidebar { position: sticky; top: 80px; }
.sidebar-card { background: var(--off); border: 1.5px solid var(--border); border-radius: 6px; padding: 22px; margin-bottom: 16px; }
.sidebar-card h4 { font-family: var(--font-display); font-weight: 700; font-size: 16px; text-transform: uppercase; color: var(--dark); margin-bottom: 12px; }
.sidebar-links { display: flex; flex-direction: column; gap: 6px; }
.sidebar-links a { font-size: 13px; font-weight: 600; color: var(--accent); padding: 7px 10px; border-radius: 4px; background: var(--accentBg); border: 1px solid rgba(74,124,63,0.15); transition: all 0.15s; }
.sidebar-links a:hover { background: var(--accent); color: #fff; }
.sidebar-cta { background: var(--dark); color: #fff; border-radius: 6px; padding: 22px; text-align: center; }
.sidebar-cta p { font-size: 14px; color: rgba(255,255,255,0.7); margin-bottom: 16px; line-height: 1.6; }
.sidebar-cta .btn { width: 100%; }

/* NEARBY */
.nearby-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 16px; }
.nearby-card { background: var(--off); border: 1px solid var(--border); border-radius: 4px; padding: 10px 14px; font-size: 13px; font-weight: 600; color: var(--dark); text-align: center; transition: all 0.15s; }
.nearby-card:hover { background: var(--accentBg); border-color: var(--accent); color: var(--accent); }

/* STICKY CTA */
.sticky-cta { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(80px); z-index: 9990; background: var(--dark); border: 1.5px solid rgba(255,255,255,0.12); border-radius: 50px; padding: 6px 6px 6px 20px; display: flex; align-items: center; gap: 12px; box-shadow: 0 8px 40px rgba(0,0,0,0.4); opacity: 0; transition: opacity 0.35s, transform 0.35s; white-space: nowrap; }
.sticky-cta.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.sticky-copy span { font-size: 13px; font-weight: 700; color: #fff; }
.sticky-copy small { display: block; font-size: 11px; color: rgba(255,255,255,0.5); }
.sticky-cta .btn { padding: 10px 20px; font-size: 13px; border-radius: 50px; }

/* FOOTER */
.foot { background: var(--ink); color: rgba(255,255,255,0.6); padding: 56px 0 24px; }
.foot-brand strong { font-family: var(--font-display); font-size: 20px; font-weight: 700; text-transform: uppercase; color: #fff; letter-spacing: 0.04em; }
.foot-brand strong span { color: var(--accentL); }
.foot-brand p { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.4); margin-top: 8px; max-width: 460px; }
.foot-links-row { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 12px; }
.foot-links-row a { font-size: 13px; color: rgba(255,255,255,0.45); transition: color 0.2s; }
.foot-links-row a:hover { color: #fff; }
.foot-counties { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; margin: 32px 0; }
.foot-col-head { font-family: var(--font-display); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--accentL); margin-bottom: 10px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
.foot-col-links { display: flex; flex-direction: column; gap: 5px; }
.foot-col-links a { font-size: 12px; color: rgba(255,255,255,0.4); transition: color 0.15s; }
.foot-col-links a:hover { color: rgba(255,255,255,0.85); }
.fine { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; font-size: 12px; color: rgba(255,255,255,0.25); line-height: 1.7; }
.fine a { color: rgba(255,255,255,0.38); text-decoration: underline; }

/* HONEYPOT */
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;}
.hp-field label,.hp-field input{position:absolute!important;left:-10000px!important;visibility:hidden!important;}

/* RESPONSIVE */
@media(max-width:900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-form-card { display: none; }
  .hero { height: auto; min-height: 420px; padding: 80px 0 60px; }
  .content-grid { grid-template-columns: 1fr; }
  .content-sidebar { position: static; }
  .split-grid { grid-template-columns: 1fr; gap: 32px; }
  .quote-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot-counties { grid-template-columns: repeat(3,1fr); }
}
@media(max-width:768px) {
  .hdr-nav { display: none; }
  .hamb { display: flex; }
  .hero h1 { font-size: clamp(36px,8vw,56px); }
  .section { padding: 56px 0; }
  .split-section { padding: 56px 0; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .pest-grid { grid-template-columns: repeat(2,1fr); }
  .how-grid { grid-template-columns: 1fr; }
  .county-picker-grid { grid-template-columns: 1fr; gap: 10px; }
  .form-grid { grid-template-columns: 1fr; }
  .nearby-grid { grid-template-columns: repeat(2,1fr); }
  .town-modal { padding: 12px; align-items: flex-end; }
  .town-modal-panel { max-height: calc(100vh - 24px); padding: 22px 16px 24px; border-radius: 10px 10px 0 0; }
  .town-modal-services { grid-template-columns: 1fr; }
  .content-img img { aspect-ratio: 16/7; }
  .quote-left-img { display: none; }
  .quote-grid { gap: 20px; }
  .split-img { display: none; }
  .content-grid { gap: 32px; }
}
@media(max-width:560px) {
  .svc-grid { grid-template-columns: 1fr; }
  .foot-counties { grid-template-columns: repeat(2,1fr); }
  .sticky-cta { bottom: 0; left: 0; right: 0; width: 100%; transform: translateY(100%); border-radius: 0; border: none; border-top: 1px solid rgba(255,255,255,0.1); padding: 12px 16px; gap: 0; justify-content: space-between; }
  .sticky-cta.show { transform: translateY(0); }
  .sticky-cta .btn { border-radius: var(--radius); }
  .foot { padding-bottom: 80px; }
}
@media(min-width:901px) {
  .hero.hero-with-form .hero-inner { grid-template-columns: minmax(0,1fr) 400px !important; gap: clamp(32px,5vw,64px); align-items: center; }
  .hero.hero-with-form .hero-copy { max-width: 620px !important; }
  .hero-form-card.desktop-hero-form { display: block; }
  .hero-form-wrap { display: none; }
}
@media(max-width:900px) {
  .hero.hero-with-form .hero-form-card.desktop-hero-form { display: none; }
  .hero-form-wrap { display: block; }
}
/* Consistency cleanup — forms, buttons, and mobile spacing */
.hdr-nav a.active { color: #fff; background: rgba(255,255,255,0.10); }
.hero-form-card .quick-grid { gap: 12px; }
.mobile-quick-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
.mobile-quick-full, .mobile-quick-submit { grid-column: 1 / -1; }
.btn { font-size: 15px; min-height: 46px; text-align: center; white-space: normal; }
.hero-form-card .btn, .quick-form .btn, .quote-box .btn { width: 100%; }
.commercial-town-grid { justify-content: center; }

@media(max-width:768px) {
  .btn { font-size: 14px; padding: 13px 20px; min-height: 44px; }
  .quick-form { padding: 24px 18px; }
  .hero-form-wrap { padding: 28px 16px; }
  .content-body .btn { width: 100%; margin-left: 0 !important; margin-top: 10px; }
  .content-body .btn:first-child { margin-top: 0; }
  .sidebar-cta .btn { width: 100%; margin-left: 0 !important; }
}

@media(max-width:560px) {
  .mobile-quick-grid { grid-template-columns: 1fr !important; gap: 10px; }
  .mobile-quick-full, .mobile-quick-submit { grid-column: 1 / -1 !important; }
  .hero-copy { max-width: 100%; }
  .hero-trust { gap: 8px 12px; }
  .hero-trust span { font-size: 12px; }
  .mnav-cta { margin: 16px 20px; }
}

/* Local page cleanup cards and hero wrapping */
.clean-local-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 28px;
}
.info-card {
  background: #fff;
  border: 1px solid rgba(34,49,63,.12);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}
.info-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .025em;
  margin-bottom: 7px;
  color: var(--dark);
}
.info-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--body);
}
.hero h1 .nowrap { white-space: nowrap; }
.hero h1 .local-city-name { white-space: nowrap; }
@media (max-width: 900px) {
  .clean-local-grid { grid-template-columns: 1fr; gap: 12px; }
  .info-card { padding: 14px; border-radius: 12px; }
  .hero h1.local-city-h1 { font-size: clamp(30px, 8vw, 48px); line-height: 1.02; }
  .hero h1.stinging-city-h1 .desktop-break { display: none; }
  .hero h1 .local-city-name { -webkit-text-stroke-width: 1.2px; }
}
@media (max-width: 430px) {
  .hero h1.local-city-h1 { font-size: clamp(26px, 7.7vw, 40px); }
}
