/* Midland Rodent Control — American Pest style: deep navy + red + white.
   Light utility topbar, navy chevron-textured split hero with serif display
   type, red line-art rodent icons, centered welcome, popular-solutions card
   row, alternating full-width navy/red color bands, numbered process, warning
   signs grid, accordion FAQ, navy footer. Zilla Slab serif heads + Source Sans
   body. Rodents (mice, rats, packrats). Connector-safe: no reviews, ratings,
   awards, certifications, address, or years in business. */

:root {
  --navy-900: #0d1a38;
  --navy-800: #122349;
  --navy-700: #18305f;
  --navy: #1c3567;
  --navy-100: #d6def0;
  --navy-050: #eef2f9;
  --red: #d21f28;
  --red-600: #b3141c;
  --red-700: #8f1017;
  --red-050: #fcecec;
  --ink: #14213f;
  --body: #45516a;
  --muted: #6c778c;
  --line: #e3e8f1;
  --gray-50: #f3f5fa;
  --gray-100: #e9edf4;
  --white: #ffffff;
  --shadow: 0 22px 48px rgba(13, 26, 56, 0.16);
  --shadow-sm: 0 6px 18px rgba(13, 26, 56, 0.09);
  --radius: 6px;
  --f-head: 'Zilla Slab', Georgia, 'Times New Roman', serif;
  --f-body: 'Source Sans 3', system-ui, -apple-system, sans-serif;
  --maxw: 1200px;
  --chev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='2'%3E%3Cpath d='M0 32 L32 0 L64 32 M0 64 L32 32 L64 64 M0 0 L32 -32 M32 32 L64 0'/%3E%3C/g%3E%3C/svg%3E");
}

* { 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.68; background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-600); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--f-head); color: var(--ink); line-height: 1.1; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.005em; }
h1 { font-size: clamp(2.3rem, 5vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1.1rem; }
.acc { color: var(--red); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 78px 0; }
.section--tight { padding: 50px 0; }
.section--gray { background: var(--gray-50); }
.eyebrow { display: inline-block; color: var(--red); font-family: var(--f-body); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; font-size: .82rem; margin: 0 0 .7rem; }
.eyebrow.center { display: block; text-align: center; }
.lead { font-size: 1.14rem; color: var(--body); }
.center { text-align: center; }
.measure { max-width: 760px; }
.sec-head { text-align: center; max-width: 800px; margin: 0 auto 46px; }
.sec-head h2 { position: relative; padding-bottom: 20px; }
.sec-head h2::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 58px; height: 4px; border-radius: 3px; background: var(--red); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--f-body); font-weight: 700; font-size: 1.02rem; letter-spacing: .01em; border-radius: 5px; padding: .82rem 1.7rem; border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s, color .15s, border-color .15s; text-decoration: none; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 20px rgba(210,31,40,.28); }
.btn-red:hover { background: var(--red-600); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; box-shadow: 0 8px 20px rgba(28,53,103,.26); }
.btn-navy:hover { background: var(--navy-700); color: #fff; }
.btn-white { background: #fff; color: var(--red-600); }
.btn-white:hover { background: var(--red-050); color: var(--red-600); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-outline:hover { background: rgba(255,255,255,.14); color: #fff; border-color: #fff; }
.btn-outline-red { background: transparent; color: var(--red-600); border-color: var(--red); }
.btn-outline-red:hover { background: var(--red); color: #fff; }
.btn-lg { font-size: 1.14rem; padding: .95rem 2rem; }
.btn-block { width: 100%; }

/* Utility topbar (light gray) */
.topbar { background: var(--gray-100); color: var(--body); font-size: .9rem; border-bottom: 1px solid var(--line); }
.topbar .container { display: flex; align-items: center; gap: 22px; min-height: 42px; padding-top: 5px; padding-bottom: 5px; }
.topbar .tb-msg { margin-right: auto; display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--navy-700); }
.topbar .tb-msg svg { width: 15px; height: 15px; color: var(--red); }
.topbar a { color: var(--navy-800); font-weight: 700; display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { color: var(--red); text-decoration: none; }
.topbar a svg { width: 15px; height: 15px; color: var(--red); }
.topbar .tb-quote { background: var(--red); color: #fff; padding: .34rem .9rem; border-radius: 4px; }
.topbar .tb-quote:hover { background: var(--red-600); color: #fff; }
.topbar .tb-quote svg { color: #fff; }

/* 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: 20px; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 46px; height: 48px; flex: none; }
.wordmark { font-family: var(--f-head); font-weight: 700; font-size: 1.5rem; line-height: 1; color: var(--navy-800); letter-spacing: -.01em; white-space: nowrap; }
.wordmark .wm-red { color: var(--red); }
.wordmark small { display: block; font-family: var(--f-body); font-size: .58rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 4px; white-space: normal; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { font-family: var(--f-body); font-weight: 600; font-size: .98rem; color: var(--navy-800); white-space: nowrap; }
.nav a:hover { color: var(--red); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { font-family: var(--f-head); font-weight: 700; color: var(--navy-800); font-size: 1.2rem; white-space: nowrap; display: inline-flex; align-items: center; gap: .45rem; }
.header-phone .hp-ic { width: 36px; height: 36px; border-radius: 50%; background: var(--red-050); color: var(--red); display: grid; place-items: center; flex: none; }
.menu-toggle { display: none; }

/* ---------- HERO (navy chevron split) ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--navy-800); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: var(--chev); background-size: 64px 64px; opacity: .8; pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 15% 20%, rgba(28,53,103,.2) 0%, rgba(13,26,56,.55) 100%); pointer-events: none; }
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; padding: 78px 0 82px; }
.hero .eyebrow { color: #ff6a72; }
.hero h1 { color: #fff; margin-bottom: .34em; }
.hero h1 .acc { color: #ff5a63; }
.hero-lead { color: #cdd8ec; font-size: 1.2rem; max-width: 52ch; }
.hero-points { list-style: none; margin: 20px 0 4px; padding: 0; display: grid; gap: 11px; }
.hero-points li { position: relative; padding-left: 32px; color: #e7edf8; font-weight: 500; }
.hero-points li svg { position: absolute; left: 0; top: 3px; width: 20px; height: 20px; color: #ff5a63; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 26px; }
.hero-media { position: relative; }
.hero-media img { width: 100%; height: 100%; max-height: 430px; object-fit: cover; border-radius: 8px; box-shadow: 0 26px 54px rgba(0,0,0,.4); border: 4px solid rgba(255,255,255,.9); }
.hero-media .hm-tag { position: absolute; left: -14px; bottom: 22px; background: var(--red); color: #fff; font-family: var(--f-head); font-weight: 700; font-size: 1.02rem; padding: .6rem 1.1rem; border-radius: 5px; box-shadow: var(--shadow); }

/* ---------- Quote bar (navy strip under hero) ---------- */
.quotebar { background: var(--navy-900); color: #fff; }
.quotebar .container { display: flex; align-items: center; justify-content: center; gap: 10px 26px; flex-wrap: wrap; padding: 15px 24px; text-align: center; }
.quotebar strong { font-family: var(--f-head); font-weight: 700; color: #fff; font-size: 1.14rem; }
.quotebar .qb-red { color: #ff6a72; }
.quotebar span { color: #b9c4da; font-weight: 500; }

/* ---------- Intro / welcome ---------- */
.intro { text-align: center; max-width: 860px; margin: 0 auto; }
.intro h2 { margin-bottom: .5em; }
.intro p { font-size: 1.1rem; }
.intro .intro-links a { color: var(--red-600); font-weight: 700; }

/* ---------- Value strip (compliant, no numbers) ---------- */
.valueprops { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.vprop { text-align: center; padding: 6px 10px; }
.vprop .vp-ic { width: 54px; height: 54px; margin: 0 auto 14px; color: var(--red); display: grid; place-items: center; }
.vprop .vp-ic svg { width: 46px; height: 46px; }
.vprop strong { display: block; font-family: var(--f-head); font-weight: 700; color: var(--ink); font-size: 1.14rem; margin-bottom: .25rem; }
.vprop span { color: var(--muted); font-size: .95rem; }

/* ---------- Popular solutions (red line-icon cards) ---------- */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); border-radius: var(--radius); padding: 30px 22px 26px; text-align: center; display: flex; flex-direction: column; align-items: center; box-shadow: var(--shadow-sm); transition: transform .14s ease, box-shadow .14s ease; }
.service:hover { transform: translateY(-5px); box-shadow: var(--shadow); text-decoration: none; }
.service .sv-ic { width: 62px; height: 62px; color: var(--red); display: grid; place-items: center; margin-bottom: 14px; }
.service .sv-ic svg { width: 56px; height: 56px; }
.service h3 { color: var(--navy-800); font-size: 1.24rem; margin-bottom: .45rem; }
.service p { color: var(--muted); font-size: .95rem; margin: 0 0 1.2rem; flex: 1; }
.service .sv-link { font-family: var(--f-body); font-weight: 700; font-size: .92rem; color: var(--red-600); text-transform: uppercase; letter-spacing: .06em; border: 2px solid var(--red); border-radius: 5px; padding: .5rem 1.1rem; transition: background .15s, color .15s; }
.service:hover .sv-link { background: var(--red); color: #fff; }

/* ---------- Full-width color bands (navy / red split feature) ---------- */
.band { position: relative; overflow: hidden; color: #fff; }
.band--navy { background: var(--navy-800); }
.band--navy::before { content: ""; position: absolute; inset: 0; background-image: var(--chev); background-size: 64px 64px; opacity: .7; pointer-events: none; }
.band--red { background: var(--red); }
.band--red::before { content: ""; position: absolute; inset: 0; background-image: var(--chev); background-size: 64px 64px; opacity: .5; pointer-events: none; }
.band .container { position: relative; z-index: 2; }
.band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.band-grid.flip .band-media { order: 2; }
.band-media img { width: 100%; height: 100%; max-height: 380px; object-fit: cover; border-radius: 8px; box-shadow: 0 22px 44px rgba(0,0,0,.34); border: 4px solid rgba(255,255,255,.9); }
.band-copy .eyebrow { color: #fff; opacity: .85; }
.band--navy .band-copy .eyebrow { color: #ff8a90; opacity: 1; }
.band-copy h2 { color: #fff; }
.band-copy p { color: rgba(255,255,255,.9); }
.band-copy .band-points { list-style: none; margin: 18px 0 24px; padding: 0; display: grid; gap: 12px; }
.band-copy .band-points li { position: relative; padding-left: 32px; color: #fff; font-weight: 500; }
.band-copy .band-points li svg { position: absolute; left: 0; top: 3px; width: 20px; height: 20px; color: #fff; }
.band--navy .band-copy .band-points li svg { color: #ff8a90; }

/* ---------- Numbered process ---------- */
.process { background: var(--gray-50); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 24px 26px; box-shadow: var(--shadow-sm); }
.step .step-num { width: 50px; height: 50px; border-radius: 50%; background: var(--navy-800); color: #fff; font-family: var(--f-head); font-weight: 700; font-size: 1.5rem; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.24rem; color: var(--navy-800); }
.step p { color: var(--body); font-size: .95rem; margin: 0; }

/* ---------- Why-choose feature grid (red line icons) ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.why-card .wc-ic { width: 50px; height: 50px; color: var(--red); display: grid; place-items: center; margin-bottom: 15px; }
.why-card .wc-ic svg { width: 44px; height: 44px; }
.why-card h3 { color: var(--navy-800); font-size: 1.28rem; margin-bottom: .4rem; }
.why-card p { margin: 0; color: var(--body); font-size: .97rem; }

/* ---------- Warning signs grid ---------- */
.signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sign-card { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--red); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); transition: transform .14s, box-shadow .14s; }
.sign-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.sign-card .sg-ic { width: 40px; height: 40px; color: var(--red); display: grid; place-items: center; margin-bottom: 12px; }
.sign-card .sg-ic svg { width: 38px; height: 38px; }
.sign-card h3 { font-size: 1.18rem; color: var(--navy-800); margin-bottom: .35rem; }
.sign-card p { margin: 0; font-size: .95rem; color: var(--body); }

/* ---------- Service area ---------- */
.area-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.area-list { columns: 2; column-gap: 26px; margin: 20px 0 24px; padding: 0; list-style: none; }
.area-list li { break-inside: avoid; padding: 7px 0 7px 26px; position: relative; font-weight: 700; color: var(--navy-800); font-family: var(--f-body); font-size: 1.02rem; }
.area-list li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }
.area-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); background: var(--navy-800); }

/* ---------- Contact CTA (call-only) ---------- */
.contact-cta { position: relative; color: #fff; overflow: hidden; background: var(--navy-800); }
.contact-cta::before { content: ""; position: absolute; inset: 0; background-image: var(--chev); background-size: 64px 64px; opacity: .7; pointer-events: none; }
.contact-cta .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.contact-cta h2 { color: #fff; }
.contact-cta .cc-copy p { color: #cdd8ec; }
.contact-cta .cc-points { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.contact-cta .cc-points li { position: relative; padding-left: 32px; color: #e7edf8; font-weight: 500; }
.contact-cta .cc-points li svg { position: absolute; left: 0; top: 3px; width: 20px; height: 20px; color: #ff5a63; }
.callbox { background: #fff; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); padding: 36px 34px; text-align: center; border-top: 6px solid var(--red); }
.callbox .cb-tag { display: inline-block; color: var(--red); font-family: var(--f-body); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; margin-bottom: 10px; }
.callbox h3 { color: var(--navy-800); font-size: 1.6rem; margin-bottom: .35rem; }
.callbox p { color: var(--muted); font-size: .98rem; margin: 0 0 18px; }
.callbox .cb-num { display: block; font-family: var(--f-head); font-weight: 700; font-size: 2.4rem; color: var(--red); margin-bottom: 14px; line-height: 1; }
.callbox .cb-num:hover { text-decoration: none; }
.callbox .cb-hours { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .86rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.callband { background: var(--red); color: #fff; position: relative; overflow: hidden; }
.callband::before { content: ""; position: absolute; inset: 0; background-image: var(--chev); background-size: 64px 64px; opacity: .5; pointer-events: none; }
.callband .container { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.callband h2 { color: #fff; margin: 0; }
.callband p { color: rgba(255,255,255,.92); margin: .35rem 0 0; }
.callband--navy { background: var(--navy-800); }
.callband--navy .btn-white { color: var(--navy-800); }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; background: var(--navy-800); color: #fff; padding: 62px 0 56px; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--chev); background-size: 64px 64px; opacity: .7; pointer-events: none; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 100% at 12% 20%, rgba(28,53,103,.25) 0%, rgba(13,26,56,.5) 100%); pointer-events: none; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #cdd8ec; font-size: 1.14rem; max-width: 62ch; margin-bottom: 20px; }
.breadcrumbs { font-size: .82rem; color: #9fb1cf; margin-bottom: 14px; font-weight: 600; letter-spacing: .02em; }
.breadcrumbs a { color: #cdd8ec; }
.breadcrumbs a:hover { color: #fff; }

/* ---------- Article / prose / sidebar ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.7em; color: var(--navy-800); }
.prose h3 { margin-top: 1.4em; color: var(--navy-800); }
.prose p, .prose li { font-family: var(--f-body); }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5rem; }
.prose .callout { background: var(--navy-050); border-left: 4px solid var(--red); padding: 16px 20px; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.4rem 0; }
.layout-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 46px; align-items: start; }
.sidebar { position: sticky; top: 104px; display: grid; gap: 20px; }
.sidebar .card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.sidebar .card h3 { font-size: 1.24rem; color: var(--navy-800); }
.sidebar .call-card { background: var(--navy-800); color: #fff; text-align: center; border: none; position: relative; overflow: hidden; }
.sidebar .call-card::before { content: ""; position: absolute; inset: 0; background-image: var(--chev); background-size: 64px 64px; opacity: .6; }
.sidebar .call-card > * { position: relative; z-index: 2; }
.sidebar .call-card h3 { color: #fff; }
.sidebar .call-card p { color: #cdd8ec; }
.sidebar .call-card .num { font-family: var(--f-head); font-weight: 700; font-size: 1.9rem; }
.sidebar .call-card .num a { color: #fff; }
.sidebar ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.sidebar ul a { font-weight: 600; color: var(--navy-800); font-family: var(--f-body); font-size: 1rem; }
.sidebar ul a:hover { color: var(--red); }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 20px 22px; font-family: var(--f-head); font-weight: 700; color: var(--navy-800); font-size: 1.22rem; 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-family: var(--f-body); width: 28px; height: 28px; flex: none; border-radius: 5px; background: var(--red); color: #fff; display: grid; place-items: center; font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 22px 20px; color: var(--body); font-family: var(--f-body); }
.faq details > div p:last-child { margin-bottom: 0; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--navy-900); color: #a7b6d2; padding: 58px 0 26px; font-size: .96rem; overflow: hidden; }
.site-footer::before { content: ""; position: absolute; inset: 0; background-image: var(--chev); background-size: 64px 64px; opacity: .6; pointer-events: none; }
.site-footer .container { position: relative; z-index: 2; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-family: var(--f-head); font-size: 1.16rem; margin-bottom: 15px; }
.site-footer a { color: #a7b6d2; font-family: var(--f-body); }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-brand .wordmark { color: #fff; margin-bottom: 12px; white-space: normal; }
.footer-brand .wordmark .wm-red { color: #ff5a63; }
.footer-brand .wordmark small { color: #8ba2c6; }
.footer-brand p { font-family: var(--f-body); }
.footer-phone { font-family: var(--f-head); font-weight: 700; font-size: 1.8rem; color: #fff; margin: 8px 0 4px; }
.footer-phone a { color: #fff; }
.foot-hours { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; font-family: var(--f-body); }
.foot-hours span:nth-child(even) { color: #fff; text-align: right; }
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.09); display: grid; place-items: center; }
.footer-social a:hover { background: var(--red); }
.footer-social svg { width: 17px; height: 17px; color: #fff; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; font-size: .82rem; color: #8195b5; line-height: 1.6; font-family: var(--f-body); }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; font-size: .85rem; }

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

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .header-inner { gap: 16px; }
  .nav { gap: 16px; }
  .nav a { font-size: .92rem; }
}
@media (max-width: 1040px) {
  .header-phone span { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; padding: 60px 0 66px; }
  .hero-media { max-width: 560px; }
  .valueprops { grid-template-columns: repeat(2, 1fr); gap: 30px 18px; }
  .services { grid-template-columns: repeat(2, 1fr); }
  .band-grid, .band-grid.flip { grid-template-columns: 1fr; gap: 30px; }
  .band-grid.flip .band-media { order: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .signs-grid { grid-template-columns: 1fr 1fr; }
  .area-grid, .contact-cta .container { grid-template-columns: 1fr; gap: 30px; }
  .layout-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav, .header-cta .btn-red { display: none; }
  .header-inner { min-height: 64px; gap: 12px; }
  .wordmark { font-size: 1.4rem; white-space: normal; line-height: 1.05; }
  .menu-toggle { display: inline-flex; padding: .5rem .65rem; }
  .topbar .tb-msg { display: none; }
  .topbar .container { justify-content: center; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .section { padding: 54px 0; }
  .valueprops, .services, .steps, .why-grid, .signs-grid, .sidebar { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .area-list { columns: 1; }
  .callband .container { flex-direction: column; text-align: center; }
  .hero-media .hm-tag { left: 10px; }
  main { padding-bottom: 74px; }
  .sticky-call { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--red); box-shadow: 0 -6px 18px rgba(0,0,0,.2); }
  .sticky-call a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 15px; font-family: var(--f-head); font-weight: 700; font-size: 1.2rem; color: #fff; }
  .sticky-call a:hover { text-decoration: none; }
}
@media (max-width: 420px) {
  .wordmark { font-size: 1.2rem; white-space: normal; }
  .brand .logo { width: 40px; height: 42px; }
  .container { padding: 0 18px; }
}

/* Mobile nav */
.mobile-menu { display: none; }
@media (max-width: 860px) {
  #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: 8px 0; }
  .mobile-menu a { display: block; padding: 12px 24px; font-family: var(--f-body); font-weight: 600; color: var(--navy-800); border-bottom: 1px solid var(--gray-100); }
  .mobile-menu a:hover { background: var(--gray-50); text-decoration: none; }
}
