/* ==========================================================================
   Albuquerque Rodent Control — light, professional Southwest local-service theme.
   Design direction: white base, deep navy + turquoise teal, warm terracotta CTA,
   photo-overlay hero, sage stat cards, image service cards, and a dark navy
   feature band. Distinct from the dark cyan Chattanooga build.
   ========================================================================== */

:root {
  --bg: #ffffff;
  --bg-soft: #f4f8f7;
  --ink: #16293a;
  --navy: #123048;
  --navy-2: #0d2438;
  --teal: #12808c;
  --teal-dark: #0d6772;
  --blue: #1f6fb2;
  --sun: #e07a33;
  --sun-dark: #c8641f;
  --sand: #edf4f0;
  --sand-line: #d6e6dd;
  --text: #22384a;
  --muted: #5c6f7e;
  --line: #e3eaef;
  --line-2: #d3dde4;

  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 16px 40px rgba(18, 48, 72, 0.12);
  --shadow-sm: 0 6px 18px rgba(18, 48, 72, 0.09);
  --maxw: 1180px;
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

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

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, h4 { font-family: var(--font-display); color: var(--navy); line-height: 1.14; margin: 0 0 .5em; font-weight: 800; letter-spacing: -0.015em; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.55rem, 3.3vw, 2.25rem); }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1.05em; }
strong { color: var(--navy); font-weight: 700; }

.eyebrow {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal); margin: 0 0 .7em;
}
.eyebrow.center { display: block; text-align: center; }
.lead { font-size: 1.16rem; color: var(--muted); }
.measure { max-width: 760px; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem;
  padding: 13px 22px; border-radius: 10px; border: 2px solid transparent;
  cursor: pointer; transition: transform .12s ease, box-shadow .2s ease, background .2s ease;
  line-height: 1; text-align: center;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-lg { font-size: 1.1rem; padding: 16px 28px; }
.btn-block { display: flex; width: 100%; }

/* primary phone CTA — warm terracotta so it pops on the light theme */
.btn-gold { background: var(--sun); color: #fff; box-shadow: 0 8px 20px rgba(224, 122, 51, 0.32); }
.btn-gold:hover { background: var(--sun-dark); color: #fff; box-shadow: 0 12px 26px rgba(224, 122, 51, 0.4); }

.btn-green { background: var(--teal); color: #fff; }
.btn-green:hover { background: var(--teal-dark); color: #fff; }

.btn-maroon { background: var(--navy); color: #fff; }
.btn-maroon:hover { background: var(--navy-2); color: #fff; }

.btn-outline { background: transparent; color: var(--navy); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--teal); color: var(--teal-dark); }
.btn-ghost { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.5); }
.btn-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }

/* ---------- Top bar ---------- */
.topbar { background: var(--teal-dark); color: #fff; font-size: .86rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 40px; }
.tb-msg { color: rgba(255,255,255,.9); }
.tb-msg strong { color: #fff; }
.tb-phone { display: inline-flex; align-items: center; gap: .4em; color: rgba(255,255,255,.85); font-weight: 600; }
.tb-phone a { color: #fff; }
.tb-phone a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-family: var(--font-display); font-weight: 800; font-size: 1.16rem; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 42px; height: 42px; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand small { font-family: var(--font-body); font-weight: 600; font-size: .68rem; letter-spacing: .04em; color: var(--teal); text-transform: uppercase; margin-top: 3px; }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a { color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: .96rem; padding: 8px 12px; border-radius: 8px; }
.nav a:hover { color: var(--teal-dark); background: var(--bg-soft); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
.header-phone small { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.header-phone a { color: var(--navy); font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; }
.menu-toggle { display: none; padding: 9px 12px; }
.header-call .call-ic { display: none; }

#navtoggle { display: none; }
.mobile-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; padding: 8px 24px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); z-index: 70; }
.mobile-menu a { color: var(--ink); padding: 13px 4px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 600; }
.mobile-menu a:last-child { border-bottom: none; }
#navtoggle:checked ~ .mobile-menu { display: flex; }

/* ---------- Hero (photo overlay) ---------- */
.hero {
  position: relative; color: #fff;
  background:
    linear-gradient(180deg, rgba(13,36,56,.55) 0%, rgba(13,36,56,.62) 55%, rgba(13,36,56,.78) 100%),
    url('/images/hero.jpg') center 30% / cover no-repeat, var(--navy);
}
.hero-inner { max-width: 720px; margin: 0 auto; text-align: center; padding: 84px 0 92px; }
.hero .eyebrow { color: #7fe3d6; }
.hero h1 { color: #fff; margin-bottom: .3em; text-shadow: 0 2px 18px rgba(0,0,0,.28); }
.hero-sub { font-size: 1.22rem; color: rgba(255,255,255,.95); max-width: 40ch; margin: 0 auto 6px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin: 26px 0 8px; }
.call-note { color: rgba(255,255,255,.9); font-size: .95rem; font-weight: 600; }
.hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; margin-top: 22px; }
.hero-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: .95rem; color: #fff; font-weight: 600; }

/* ---------- Script band (thin strip) ---------- */
.scriptband { background: var(--navy); color: #fff; }
.scriptband .container { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 22px; text-align: center; }
.scriptband .lede { font-family: var(--font-display); font-weight: 600; color: rgba(255,255,255,.88); font-size: 1.02rem; }
.scriptband .script { color: #7fe3d6; font-weight: 700; }
.rat-sil { width: 58px; height: 28px; opacity: .5; color: #7fe3d6; }

/* ---------- Sections ---------- */
.section { padding: 66px 0; }
.section--tight { padding: 40px 0; }
.section--soft { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-sub { margin-top: .3em; }

/* ---------- About / stat cards ---------- */
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card { background: var(--sand); border: 1px solid var(--sand-line); border-radius: var(--radius); padding: 22px 20px; }
.stat-card h3 { color: var(--navy); font-size: 1.1rem; margin-bottom: .25em; display: flex; align-items: center; gap: 8px; }
.stat-card h3 svg { width: 20px; height: 20px; color: var(--teal); flex: none; }
.stat-card p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Trust row ---------- */
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 20px; text-align: center; box-shadow: var(--shadow-sm); }
.trust-item .ic { width: 34px; height: 34px; color: var(--teal); margin: 0 auto 12px; }
.trust-item h3 { font-size: 1.06rem; margin-bottom: .3em; }
.trust-item p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Symptom grid (signature module) ---------- */
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.symptom-card {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--sun); border-radius: var(--radius-sm);
  padding: 22px 20px; box-shadow: var(--shadow-sm);
}
.symptom-card h3 { font-size: 1.05rem; margin-bottom: .35em; padding-right: 28px; }
.symptom-card::before {
  content: '!'; position: absolute; top: 18px; right: 18px;
  width: 24px; height: 24px; border-radius: 50%; background: rgba(224,122,51,.14);
  color: var(--sun-dark); font-family: var(--font-display); font-weight: 800;
  display: flex; align-items: center; justify-content: center; font-size: .9rem;
}
.symptom-card p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Service cards ---------- */
.services-band { background: var(--bg); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 30px; }
.service-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  color: var(--text); box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .2s ease;
}
.service-card:hover { text-decoration: none; transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card .thumb { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.sc-body { padding: 20px 20px 22px; }
.sc-body h3 { color: var(--navy); margin-bottom: .3em; }
.sc-body p { color: var(--muted); font-size: .95rem; margin-bottom: .8em; }
.more { font-family: var(--font-display); font-weight: 700; color: var(--teal-dark); font-size: .92rem; }

/* ---------- Service area ---------- */
.area-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.area-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 16px; }
.area-list li { position: relative; padding-left: 18px; color: var(--muted); font-size: .96rem; }
.area-list li::before { content: ''; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
.area-list a { color: var(--muted); }
.area-list a:hover { color: var(--teal-dark); }
.area-map { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; box-shadow: var(--shadow-sm); }
.area-map svg { width: 100%; height: auto; border-radius: 8px; }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 20px; box-shadow: var(--shadow-sm); }
.step .num {
  width: 42px; height: 42px; border-radius: 10px; background: var(--teal); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.step h3 { font-size: 1.08rem; margin-bottom: .3em; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Advantage (dark navy feature band) ---------- */
.advantage { background: var(--navy); color: #fff; }
.advantage .split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.advantage .eyebrow { color: #7fe3d6; }
.advantage h2 { color: #fff; }
.advantage p { color: rgba(255,255,255,.82); }
.advantage img { border-radius: var(--radius); box-shadow: var(--shadow); }
.adv-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; }
.adv-list li { position: relative; padding-left: 40px; color: rgba(255,255,255,.9); }
.adv-list li strong { color: #fff; display: block; margin-bottom: 2px; }
.adv-list li::before {
  content: ''; position: absolute; left: 0; top: 2px; width: 26px; height: 26px; border-radius: 8px;
  background: rgba(127,227,214,.16) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%237fe3d6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center;
}

/* ---------- Split (light) ---------- */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.split img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.checklist { list-style: none; padding: 0; margin: 18px 0 0; }
.checklist li { position: relative; padding: 8px 0 8px 32px; color: var(--muted); border-bottom: 1px solid var(--line); }
.checklist li::before {
  content: ''; position: absolute; left: 0; top: 11px; width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(18,128,140,.12) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2312808c' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") no-repeat center;
}

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }
.faq summary {
  cursor: pointer; padding: 18px 46px 18px 20px; font-family: var(--font-display);
  font-weight: 700; color: var(--navy); font-size: 1.04rem; position: relative; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 20px; top: 14px; color: var(--teal); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 20px 18px; }
.faq details p { color: var(--muted); margin: 0; }

/* ---------- Call band ---------- */
.callband { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.callband .container { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.callband h2 { margin-bottom: .2em; }
.callband p { color: var(--muted); margin: 0; max-width: 60ch; }
.callband--gold { background: linear-gradient(120deg, var(--navy), var(--teal-dark)); border-color: transparent; }
.callband--gold h2 { color: #fff; }
.callband--gold p { color: rgba(255,255,255,.9); }

/* ---------- Page hero (interior) ---------- */
.page-hero {
  color: #fff; padding: 52px 0 46px;
  background: linear-gradient(120deg, var(--navy), var(--teal-dark));
}
.page-hero h1 { color: #fff; margin-bottom: .3em; }
.page-hero > .container > p { color: rgba(255,255,255,.9); font-size: 1.15rem; max-width: 62ch; }
.breadcrumbs { font-size: .84rem; color: rgba(255,255,255,.75); margin-bottom: 18px; }
.breadcrumbs a { color: rgba(255,255,255,.9); }
.breadcrumbs span { color: rgba(255,255,255,.7); }

/* ---------- Interior layout (prose + sidebar) ---------- */
.layout-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.prose { max-width: 100%; }
.prose h2 { margin-top: 1.5em; font-size: 1.5rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--text); }
.prose ul { color: var(--text); padding-left: 1.2em; }
.prose li { margin-bottom: .5em; }
.prose a { color: var(--teal-dark); font-weight: 600; }
.callout { background: var(--sand); border: 1px solid var(--sand-line); border-radius: var(--radius-sm); padding: 16px 20px; margin: 22px 0; color: var(--text); }
.callout strong { color: var(--navy); }

.sidebar { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-sm); }
.card h3 { font-size: 1.05rem; margin-bottom: .6em; }
.card ul { list-style: none; padding: 0; margin: 0; }
.card li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.card li:last-child { border-bottom: none; }
.card a { color: var(--muted); }
.card a:hover { color: var(--teal-dark); }
.call-card { background: linear-gradient(160deg, var(--navy), var(--teal-dark)); border-color: transparent; text-align: center; color: #fff; }
.call-card h3 { color: #fff; }
.call-card p { color: rgba(255,255,255,.85); }
.call-card .num { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; margin: 6px 0; }
.call-card .num a { color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-2); color: rgba(255,255,255,.75); padding: 56px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-brand .logo { width: 46px; height: 46px; margin-bottom: 10px; }
.footer-brand h4 { font-size: 1.15rem; margin-bottom: .4em; }
.footer-brand p { color: rgba(255,255,255,.7); font-size: .95rem; }
.footer-phone { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; margin: 8px 0 4px; }
.footer-phone a { color: #7fe3d6; }
.site-footer h4 { color: #fff; font-size: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { padding: 6px 0; }
.site-footer li a { color: rgba(255,255,255,.7); font-size: .95rem; }
.site-footer li a:hover { color: #7fe3d6; }
.disclaimer { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.disclaimer p { color: rgba(255,255,255,.55); font-size: .8rem; line-height: 1.6; margin-bottom: 16px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; font-size: .85rem; }
.footer-legal span { color: rgba(255,255,255,.55); }
.footer-legal a { color: rgba(255,255,255,.75); }

/* ---------- Sticky mobile call bar ---------- */
.sticky-call { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(18,48,72,.12); }
.sticky-call a { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 15px; border-radius: 12px; background: var(--sun); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; }
.sticky-call a:hover { text-decoration: none; background: var(--sun-dark); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .about-grid, .area-grid, .split, .advantage .split { grid-template-columns: 1fr; gap: 30px; }
  .layout-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .service-cards, .symptom-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .hero-inner { padding: 62px 0 70px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .container { padding-left: 24px; padding-right: 24px; }
  .nav, .header-phone { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-call { padding: 10px 12px; }
  .header-call .call-txt { display: none; }
  .header-call .call-ic { display: inline-block; }
  .topbar .tb-msg { display: none; }
  .topbar .container { justify-content: center; }
  .service-cards, .symptom-grid, .trust-row, .steps, .stat-cards { grid-template-columns: 1fr; }
  .area-list { grid-template-columns: repeat(2, 1fr); }
  .callband .container { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .sticky-call { display: block; }
  main { padding-bottom: 76px; }
  .hero h1 { font-size: 2.05rem; }
  .adv-list li { padding-left: 38px; }
}

@media (min-width: 721px) {
  .menu-toggle { display: none; }
  .mobile-menu { display: none !important; }
}
