/* Shreveport Rat Control — design adapted from the Bulwark local-business reference:
   forest green bands, gold tap-to-call, maroon secondary, white form-card hero,
   photo service cards, script accent band, service-area module. Rat-only, connector-safe. */

:root {
  --green-900: #123c1e;
  --green-800: #17512a;
  --green-700: #1e6a37;
  --green-600: #2c854a;
  --green-500: #3aa15c;
  --gold: #f4a400;
  --gold-600: #d98f00;
  --gold-700: #b97a00;
  --maroon: #8a1c2b;
  --maroon-700: #6f1622;
  --ink: #17201b;
  --body: #38443c;
  --muted: #5f6b62;
  --line: #e0e6df;
  --gray-50: #f3f6f2;
  --gray-100: #eaefe8;
  --white: #ffffff;
  --shadow: 0 12px 34px rgba(18, 60, 30, 0.12);
  --shadow-sm: 0 4px 14px rgba(18, 60, 30, 0.08);
  --radius: 14px;
  --f-display: 'Poppins', system-ui, sans-serif;
  --f-body: 'Source Sans 3', system-ui, sans-serif;
  --f-script: 'Kaushan Script', cursive;
  --maxw: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--f-body);
  color: var(--body);
  font-size: 17px;
  line-height: 1.65;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-700); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--f-display); color: var(--ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 700; }
h1 { font-size: clamp(2rem, 5vw, 3.15rem); font-weight: 800; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.6rem, 3.6vw, 2.4rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1.1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.section { padding: 68px 0; }
.section--tight { padding: 48px 0; }
.section--gray { background: var(--gray-50); }
.eyebrow { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; color: var(--green-600); margin: 0 0 .6rem; }
.lead { font-size: 1.16rem; color: var(--body); }
.center { text-align: center; }
.measure { max-width: 720px; }
.measure.center { margin-left: auto; margin-right: auto; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-family: var(--f-display); font-weight: 700; font-size: 1.02rem; border-radius: 999px; padding: .82rem 1.5rem; border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s; text-decoration: none; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #22160a; box-shadow: 0 8px 20px rgba(244, 164, 0, .34); }
.btn-gold:hover { background: var(--gold-600); }
.btn-maroon { background: var(--maroon); color: #fff; }
.btn-maroon:hover { background: var(--maroon-700); }
.btn-green { background: var(--green-600); color: #fff; }
.btn-green:hover { background: var(--green-700); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--green-600); color: var(--green-700); }
.btn-lg { font-size: 1.14rem; padding: 1rem 1.7rem; }
.btn-block { width: 100%; justify-content: center; }
.btn .ph { font-weight: 800; }

/* Top announcement bar */
.topbar { background: var(--green-800); color: #eaf5ec; font-size: .93rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 42px; padding-top: 6px; padding-bottom: 6px; }
.topbar strong { color: #fff; }
.topbar a { color: #fff; font-weight: 700; }
.topbar .tb-msg { display: flex; align-items: center; gap: .5rem; }
.topbar .tb-phone { display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--f-display); font-weight: 800; color: var(--ink); font-size: 1.16rem; line-height: 1.05; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 44px; height: 44px; flex: none; }
.brand small { display: block; font-size: .72rem; font-weight: 600; color: var(--green-600); letter-spacing: .04em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { font-family: var(--f-display); font-weight: 600; font-size: .98rem; color: var(--ink); }
.nav a:hover { color: var(--green-700); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { font-family: var(--f-display); font-weight: 800; color: var(--maroon); font-size: 1.18rem; white-space: nowrap; }
.header-phone small { display: block; font-size: .68rem; font-weight: 600; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; }
.menu-toggle { display: none; }

/* Hero (dark photo scrim + white action card) */
.hero { position: relative; color: #fff; background: #123018; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(105deg, rgba(9, 33, 17, .93) 0%, rgba(12, 42, 22, .82) 44%, rgba(12, 42, 22, .45) 100%), url('/images/hero.jpg'); background-size: cover; background-position: center; }
.hero .container { max-width: 1240px; padding-inline: clamp(22px, 5vw, 64px); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1fr minmax(300px, 366px); gap: 50px; align-items: center; padding: 64px 0 70px; }
.hero-card { background: #fff; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 26px; border-top: 6px solid var(--gold); }
.hero-card .hc-tag { font-family: var(--f-display); font-weight: 800; font-size: 1.34rem; color: var(--ink); margin: 0 0 .2rem; }
.hero-card .hc-sub { color: var(--muted); font-size: .97rem; margin: 0 0 1rem; }
.hero-card .hc-num { display: block; font-family: var(--f-display); font-weight: 800; font-size: 1.9rem; color: var(--maroon); letter-spacing: -0.01em; margin-bottom: 12px; }
.hero-card .hc-num:hover { text-decoration: none; }
.hero-card .hc-points { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 9px; }
.hero-card .hc-points li { position: relative; padding-left: 27px; font-size: .95rem; color: var(--body); }
.hero-card .hc-points li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: rgba(44,133,74,.14); }
.hero-card .hc-points li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 6px; height: 3px; border-left: 2px solid var(--green-600); border-bottom: 2px solid var(--green-600); transform: rotate(-45deg); }
.hero-card .hc-hours { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: .86rem; color: var(--muted); text-align: center; }
.hero-copy .eyebrow { color: var(--gold); }
.hero-copy h1 { color: #fff; }
.hero-copy p { color: #e7f0e9; font-size: 1.2rem; max-width: 34ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; align-items: center; }
.hero-actions .call-note { color: #dbe8de; font-size: .95rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 26px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-badges span { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--f-display); font-weight: 600; font-size: .95rem; color: #eaf3ec; }
.hero-badges svg { flex: none; }

/* Script accent band */
.scriptband { background: var(--gray-50); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.scriptband .container { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 26px 20px; text-align: center; }
.scriptband .lede { font-family: var(--f-display); font-weight: 700; color: var(--ink); font-size: clamp(1.1rem, 2.6vw, 1.7rem); }
.scriptband .script { font-family: var(--f-script); color: var(--green-600); font-size: clamp(1.9rem, 5vw, 3rem); }
.scriptband .rat-sil { width: 62px; opacity: .8; flex: none; }

/* Trust row */
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 18px; text-align: center; box-shadow: var(--shadow-sm); }
.trust-item .ic { width: 46px; height: 46px; margin: 0 auto 12px; color: var(--green-600); }
.trust-item h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.trust-item p { font-size: .93rem; color: var(--muted); margin: 0; }

/* Symptom grid (signature module) */
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.symptom-card { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: 12px; padding: 22px 20px; box-shadow: var(--shadow-sm); }
.symptom-card h3 { font-size: 1.12rem; margin-bottom: .35rem; color: var(--ink); }
.symptom-card p { margin: 0; font-size: .97rem; color: var(--body); }

/* Services band (green, photo cards) */
.services-band { background: linear-gradient(180deg, var(--green-700), var(--green-800)); color: #fff; }
.services-band h2, .services-band .eyebrow { color: #fff; }
.services-band .eyebrow { color: #ffd27a; }
.services-band .sec-sub { color: #dcecdf; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }
.service-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); color: var(--ink); display: flex; flex-direction: column; transition: transform .14s ease; }
.service-card:hover { transform: translateY(-4px); text-decoration: none; }
.service-card .thumb { aspect-ratio: 16 / 10; width: 100%; object-fit: cover; background: var(--gray-100); }
.service-card .sc-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.service-card h3 { font-size: 1.16rem; margin: 0; }
.service-card p { font-size: .95rem; color: var(--muted); margin: 0; flex: 1; }
.service-card .more { font-family: var(--f-display); font-weight: 700; color: var(--green-700); font-size: .95rem; }

/* Service area */
.area-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.area-list { columns: 2; column-gap: 26px; margin: 18px 0 0; padding: 0; list-style: none; }
.area-list li { break-inside: avoid; padding: 7px 0 7px 26px; position: relative; font-weight: 600; color: var(--ink); font-family: var(--f-display); font-size: .98rem; }
.area-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 12px; height: 12px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px rgba(58,161,92,.18); }
.area-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 20px; box-shadow: var(--shadow-sm); position: relative; }
.step .num { width: 46px; height: 46px; border-radius: 50%; background: var(--green-600); color: #fff; font-family: var(--f-display); font-weight: 800; font-size: 1.3rem; display: grid; place-items: center; margin-bottom: 14px; }
.step h3 { font-size: 1.1rem; }
.step p { font-size: .95rem; color: var(--muted); margin: 0; }

/* Why / split content */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }
.checklist { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 34px; font-size: 1.02rem; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--green-600); }
.checklist li::after { content: ""; position: absolute; left: 7px; top: 9px; width: 8px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 18px 20px; font-family: var(--f-display); font-weight: 700; color: var(--ink); font-size: 1.06rem; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--green-600); font-weight: 700; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 20px 18px; color: var(--body); }
.faq details > div p:last-child { margin-bottom: 0; }

/* Call band */
.callband { background: linear-gradient(120deg, var(--green-700), var(--green-800)); color: #fff; }
.callband .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.callband h2 { color: #fff; margin: 0; }
.callband p { color: #dcecdf; margin: .3rem 0 0; }
.callband--gold { background: linear-gradient(120deg, var(--gold), var(--gold-600)); }
.callband--gold h2, .callband--gold p { color: #22160a; }

/* Page hero (inner pages) */
.page-hero { background: linear-gradient(120deg, var(--green-800), var(--green-700)); color: #fff; padding: 46px 0 40px; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #dcecdf; font-size: 1.16rem; max-width: 60ch; margin-bottom: 20px; }
.breadcrumbs { font-size: .88rem; color: #b7d3bd; margin-bottom: 14px; }
.breadcrumbs a { color: #d7e9db; }
.page-hero .hero-actions { margin-top: 8px; }

/* Article / prose */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.4em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5rem; }
.prose .callout { background: var(--gray-50); border-left: 4px solid var(--green-600); padding: 16px 20px; border-radius: 0 10px 10px 0; margin: 1.4rem 0; }
.layout-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 44px; align-items: start; }
.sidebar { position: sticky; top: 100px; display: grid; gap: 20px; }
.sidebar .card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.sidebar .card h3 { font-size: 1.1rem; }
.sidebar .call-card { background: var(--green-800); color: #fff; text-align: center; }
.sidebar .call-card h3 { color: #fff; }
.sidebar .call-card .num { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: #fff; }
.sidebar ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.sidebar ul a { font-weight: 600; }

/* Footer */
.site-footer { background: var(--green-900); color: #cfe0d3; padding: 54px 0 26px; font-size: .96rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; }
.site-footer h4 { color: #fff; font-size: 1.02rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 14px; }
.site-footer a { color: #cfe0d3; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-brand .logo { width: 46px; height: 46px; margin-bottom: 12px; }
.footer-phone { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: #fff; margin: 6px 0; }
.footer-phone a { color: #fff; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.14); margin-top: 34px; padding-top: 20px; font-size: .84rem; color: #9db8a3; line-height: 1.6; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; font-size: .86rem; }

/* Sticky mobile call bar */
.sticky-call { display: none; }

/* Responsive */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 24px; padding: 40px 0 46px; }
  .hero-card { order: 2; }
  .hero-copy { order: 1; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .symptom-grid, .service-cards, .steps { grid-template-columns: repeat(2, 1fr); }
  .split, .area-grid { grid-template-columns: 1fr; gap: 26px; }
  .layout-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .nav, .header-phone { display: none; }
  .header-inner { min-height: 64px; gap: 12px; }
  .brand { font-size: 1.04rem; gap: 9px; }
  .brand .logo { width: 38px; height: 38px; }
  .header-cta { gap: 10px; }
  .header-cta .btn-maroon { padding: .55rem 1rem; font-size: .95rem; }
  .menu-toggle { display: inline-flex; padding: .5rem .7rem; }
  .topbar .tb-msg { display: none; }
  .topbar .container { justify-content: center; }
}
@media (max-width: 460px) {
  .brand small { display: none; }
  .brand { font-size: 1rem; }
  .header-cta .btn-maroon { padding: .5rem .85rem; font-size: .9rem; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 46px 0; }
  .symptom-grid, .service-cards, .steps, .sidebar { grid-template-columns: 1fr; }
  .area-list { columns: 1; }
  .callband .container { flex-direction: column; text-align: center; }
  .scriptband .container { flex-direction: column; gap: 8px; }
  .scriptband .rat-sil { display: none; }
  main { padding-bottom: 76px; }
  .sticky-call {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
    background: var(--gold); box-shadow: 0 -6px 18px rgba(0,0,0,.18);
  }
  .sticky-call a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 15px; font-family: var(--f-display); font-weight: 800; font-size: 1.1rem; color: #22160a; }
  .sticky-call a:hover { text-decoration: none; }
}

/* Simple mobile nav (checkbox toggle, no JS) */
.mobile-menu { display: none; }
@media (max-width: 820px) {
  #navtoggle:checked ~ .mobile-menu { display: block; }
  .mobile-menu { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 10px 0; }
  .mobile-menu a { display: block; padding: 12px 20px; font-family: var(--f-display); font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--gray-100); }
  .mobile-menu a:hover { background: var(--gray-50); text-decoration: none; }
}

/* Promise strip (section after hero) */
.promise { background: linear-gradient(120deg, var(--green-700), var(--green-800)); color: #fff; }
.promise-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 24px 0; }
.promise-kicker { display: block; font-family: var(--f-display); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: #ffd27a; margin-bottom: 6px; }
.promise-line { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.2rem, 2.9vw, 1.85rem); color: #fff; margin: 0; line-height: 1.2; }
.promise-line em { font-family: var(--f-script); font-style: normal; color: #ffe2a6; font-size: 1.3em; padding-left: 4px; }

/* Local intro (redesigned) */
.local-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: start; }
.local-copy .lead { margin-bottom: 1rem; }
.local-copy .btn { margin-top: 6px; }
.local-cards { display: grid; gap: 16px; }
.lc { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green-600); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.lc-ic { width: 52px; height: 52px; border-radius: 12px; background: var(--gray-50); color: var(--green-600); display: grid; place-items: center; }
.lc-ic svg { width: 26px; height: 26px; }
.lc h3 { font-size: 1.12rem; margin: 2px 0 .3rem; }
.lc p { margin: 0; font-size: .96rem; color: var(--body); }

@media (max-width: 900px) {
  .local-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 640px) {
  .promise-inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .lc { grid-template-columns: 44px 1fr; gap: 13px; padding: 18px; }
  .lc-ic { width: 44px; height: 44px; }
}
