/* Encinitas Pest Control - "Coast Guard" design system
   Bright grass-green + deep navy + sunny yellow, white and cream sections.
   Poppins (display) / Nunito Sans (body). Green circle icons, yellow pill CTAs,
   photo-driven hero. Design language drawn from the provided reference:
   green announcement bar, navy utility bar, yellow Call button, friendly rounded cards. */

:root {
  --green: #4FA83E;
  --green-dk: #3C8A2F;
  --green-lt: #E9F4E4;
  --navy: #16233F;
  --navy-2: #223a63;
  --navy-lt: #33456a;
  --yellow: #FFC629;
  --yellow-hi: #FFD457;
  --cream: #F7F4EA;
  --paper: #FFFFFF;
  --sand: #EFEBDD;
  --ink: #17233c;          /* headings on light */
  --body-ink: #3a4a63;     /* body text on light */
  --muted: #667892;
  --snow: #F3F6F2;         /* text on dark */
  --muted-d: #AEBBD0;      /* muted on navy */
  --muted-g: #d7eccf;      /* muted on green */
  --line: rgba(22, 35, 63, 0.12);
  --line-soft: rgba(22, 35, 63, 0.07);
  --line-d: rgba(243, 246, 242, 0.16);
  --line-d-soft: rgba(243, 246, 242, 0.10);
  --maxw: 1180px;
  --r: 18px;
  --r-lg: 26px;
  --r-sm: 12px;
  --disp: "Poppins", system-ui, sans-serif;
  --body: "Nunito Sans", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  background: var(--paper);
  color: var(--body-ink);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, h4, .disp {
  font-family: var(--disp);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
}
h1 { font-size: clamp(2.4rem, 5.6vw, 4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.24rem; }
p { color: var(--body-ink); }
p strong { color: var(--ink); font-weight: 700; }
a { color: var(--green-dk); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; }

/* Kicker */
.kicker {
  font-family: var(--body);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-dk);
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.kicker .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,198,41,.28); }
.on-dark .kicker, .band-navy .kicker, .band-green .kicker, .hero .kicker, .call-band .kicker { color: var(--yellow); }

/* Utility navy bar */
.util {
  background: var(--navy); color: var(--snow);
  font-size: 0.85rem;
}
.util .wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 22px; }
.util .u-left { display: inline-flex; align-items: center; gap: 8px; color: var(--muted-d); }
.util .u-left svg { width: 15px; height: 15px; color: var(--yellow); }
.util .u-right { display: inline-flex; align-items: center; gap: 18px; }
.util .u-hours { display: inline-flex; align-items: center; gap: 7px; }
.util .u-hours svg { width: 15px; height: 15px; color: var(--yellow); flex: none; }
.util a { color: var(--snow); font-weight: 700; display: inline-flex; align-items: center; gap: 7px; }
.util a:hover { color: var(--yellow); text-decoration: none; }
.util a svg { width: 15px; height: 15px; }

/* Announcement bar */
.announce {
  background: var(--green); color: #fff; text-align: center;
  font-weight: 700; font-size: 0.92rem; padding: 9px 16px;
}
.announce a { color: #fff; text-decoration: underline; font-weight: 800; }

/* Buttons */
.btn-call {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--yellow); color: var(--navy);
  font-family: var(--disp); font-weight: 800;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem); letter-spacing: -0.01em;
  padding: 15px 26px; border-radius: 999px;
  box-shadow: 0 10px 22px -10px rgba(22,35,63,.5);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.btn-call:hover { background: var(--yellow-hi); text-decoration: none; transform: translateY(-2px); box-shadow: 0 16px 28px -12px rgba(22,35,63,.55); }
.btn-call svg { width: 22px; height: 22px; flex: none; }
.btn-call small { display: block; font-family: var(--body); font-weight: 700; font-size: 0.64rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: .75; }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--ink); font-weight: 800; font-family: var(--disp);
  padding: 14px 22px; border-radius: 999px; border: 2px solid var(--line); background: transparent;
}
.btn-ghost:hover { color: var(--green-dk); border-color: var(--green); text-decoration: none; }
.on-dark .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.on-dark .btn-ghost:hover { color: var(--yellow); border-color: var(--yellow); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line-soft); }
.nav { display: flex; align-items: center; gap: 22px; padding: 12px 22px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand .mark { width: 46px; height: 46px; flex: none; }
.wordmark { font-family: var(--disp); font-weight: 800; font-size: 1.1rem; line-height: 1; letter-spacing: -0.01em; }
.wordmark small { display: block; font-family: var(--body); font-weight: 800; font-size: 0.58rem; letter-spacing: 0.16em; color: var(--green-dk); margin-top: 4px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.nav-links > a, .sub-toggle { color: var(--ink); font-size: 0.95rem; font-weight: 700; cursor: pointer; }
.nav-links > a:hover, .sub-toggle:hover { color: var(--green-dk); text-decoration: none; }
.has-sub { position: relative; }
.submenu { display: none; position: absolute; top: 100%; left: -12px; min-width: 250px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-sm); padding: 8px; z-index: 70; box-shadow: 0 24px 48px -20px rgba(22,35,63,.35); }
.has-sub:hover .submenu, .has-sub:focus-within .submenu { display: block; }
.submenu a { display: block; padding: 9px 12px; border-radius: 8px; color: var(--ink); font-size: 0.92rem; font-weight: 600; }
.submenu a:hover { background: var(--green-lt); color: var(--green-dk); text-decoration: none; }
.nav-call { display: inline-flex; align-items: center; gap: 9px; background: var(--yellow); color: var(--navy) !important; font-family: var(--disp); font-weight: 800; font-size: 0.98rem; padding: 11px 20px; border-radius: 999px; }
.nav-call:hover { background: var(--yellow-hi); text-decoration: none; }
.nav-call svg { width: 17px; height: 17px; }
.menu-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); padding: 8px; cursor: pointer; margin-left: auto; }
.menu-toggle svg { width: 24px; height: 24px; display: block; }

/* Hero */
.hero { padding: 26px 0 10px; }
.hero-card { position: relative; border-radius: var(--r-lg); overflow: hidden; min-height: 520px; display: flex; align-items: center; box-shadow: 0 30px 60px -30px rgba(22,35,63,.5); }
.hero-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(100deg, rgba(18,28,52,.92) 0%, rgba(18,28,52,.74) 46%, rgba(18,28,52,.28) 100%); }
.hero-inner { position: relative; z-index: 2; padding: 54px clamp(24px,5vw,66px); max-width: 720px; }
.hero h1 { color: #fff; margin: 16px 0 16px; }
.hero .lede { color: rgba(243,246,242,.92); font-size: 1.17rem; max-width: 38em; }
.hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.hero-cta .btn-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.hero-cta .btn-ghost:hover { color: var(--yellow); border-color: var(--yellow); }
.hero-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.hero-chips span { font-family: var(--body); font-size: 0.78rem; font-weight: 700; color: #eef5ea; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.22); padding: 7px 13px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; }
.hero-chips span svg { width: 14px; height: 14px; color: var(--yellow); }

/* Trust strip */
.trust-strip { padding: 22px 0 6px; }
.trust-strip .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 28px; text-align: center; }
.trust-strip .t { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.trust-strip .t svg { width: 20px; height: 20px; color: var(--green); flex: none; }
.trust-strip .sep { color: var(--line); }

/* Sections */
section { padding: 82px 0; }
.band { background: var(--cream); }
.band-sand { background: var(--sand); }
.band-green { background: var(--green); color: #fff; }
.band-green h2, .band-green h3, .band-green h4 { color: #fff; }
.band-green p { color: var(--muted-g); }
.band-green a { color: #fff; text-decoration: underline; }
.band-navy { background: var(--navy); color: var(--snow); }
.band-navy h2, .band-navy h3, .band-navy h4 { color: #fff; }
.band-navy p { color: var(--muted-d); }
.band-navy a { color: var(--yellow); }
.sec-head { max-width: 750px; margin-bottom: 44px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { margin: 13px 0 13px; }
.sec-head p { font-size: 1.07rem; }

/* Green circle icon */
.ic { width: 56px; height: 56px; border-radius: 50%; background: var(--green); color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; box-shadow: 0 8px 18px -8px rgba(60,138,47,.7); }
.ic svg { width: 28px; height: 28px; }
.ic.yellow { background: var(--yellow); color: var(--navy); box-shadow: 0 8px 18px -8px rgba(255,198,41,.7); }

/* Services grid (photo card + circle badge) */
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--paper); display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease; position: relative; }
.svc:hover { transform: translateY(-4px); box-shadow: 0 24px 44px -26px rgba(22,35,63,.4); }
.svc .thumb { position: relative; height: 165px; }
.svc .thumb img { width: 100%; height: 100%; object-fit: cover; }
.svc .badge { position: absolute; left: 20px; bottom: -26px; width: 52px; height: 52px; border-radius: 50%; background: var(--green); color: #fff; display: inline-flex; align-items: center; justify-content: center; border: 3px solid var(--paper); box-shadow: 0 8px 18px -8px rgba(60,138,47,.7); }
.svc .badge svg { width: 26px; height: 26px; }
.svc-body { padding: 34px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.svc h3 { margin-bottom: 8px; font-size: 1.15rem; }
.svc h3 a { color: var(--ink); }
.svc h3 a:hover { color: var(--green-dk); text-decoration: none; }
.svc p { font-size: 0.93rem; flex: 1; }
.svc .go { margin-top: 15px; font-family: var(--disp); font-weight: 800; font-size: 0.9rem; color: var(--green-dk); }

/* Why-choose (benefit rows + image) */
.why-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 46px; align-items: center; }
.why-list { display: grid; gap: 16px; }
.why-item { display: flex; gap: 16px; background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: var(--r); padding: 20px 22px; }
.why-item .ic { width: 44px; height: 44px; }
.why-item .ic svg { width: 22px; height: 22px; }
.why-item h3 { font-size: 1.08rem; margin-bottom: 4px; }
.why-item p { font-size: 0.94rem; }
.why-photo { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 26px 50px -30px rgba(22,35,63,.4); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 380px; }

/* Local pest cards */
.pests { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pest-card { border: 1px solid var(--line); border-radius: var(--r); padding: 30px 30px; background: var(--paper); box-shadow: 0 18px 40px -30px rgba(22,35,63,.35); }
.pest-card .ic { margin-bottom: 16px; }
.pest-card h3 { font-size: 1.35rem; margin-bottom: 4px; }
.pest-card .latin { font-family: var(--body); font-size: 0.74rem; font-weight: 800; color: var(--green-dk); letter-spacing: 0.08em; text-transform: uppercase; }
.pest-card > p { margin-top: 14px; font-size: 0.98rem; }
.pest-card ul { margin-top: 14px; }
.pest-card li { padding: 8px 0 8px 26px; position: relative; color: var(--body-ink); font-size: 0.95rem; border-top: 1px solid var(--line-soft); }
.pest-card li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); border: 1.5px solid var(--green); }

/* Process steps (green circles, dotted connector) */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative; }
.step { text-align: center; }
.step .ic { margin: 0 auto 16px; }
.step .num { font-family: var(--disp); font-weight: 800; font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-dk); }
.band-navy .step .num { color: var(--yellow); }
.step h3 { font-size: 1.05rem; margin: 8px 0 8px; }
.step p { font-size: 0.9rem; }

/* Areas */
.area-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.area-links a { border: 1px solid var(--line); border-radius: var(--r-sm); padding: 15px 18px; color: var(--ink); font-weight: 700; background: var(--paper); display: flex; align-items: center; gap: 10px; transition: border-color .15s ease, color .15s ease; }
.area-links a svg { width: 17px; height: 17px; color: var(--green); flex: none; }
.area-links a:hover { border-color: var(--green); text-decoration: none; color: var(--green-dk); }
.band-navy .area-links a { background: var(--navy-2); border-color: var(--line-d-soft); color: #fff; }
.band-navy .area-links a svg { color: var(--yellow); }
.band-navy .area-links a:hover { border-color: var(--yellow); color: var(--yellow); }

/* Factors */
.factors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.factor { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 28px; border-top: 4px solid var(--yellow); }
.factor h3 { font-size: 1.1rem; margin-bottom: 8px; }
.factor p { font-size: 0.95rem; }

/* FAQ */
.faq { max-width: 860px; }
.faq details { border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: var(--r-sm); margin-bottom: 12px; background: var(--paper); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 18px; padding: 18px 22px; font-family: var(--disp); font-weight: 700; font-size: 1.06rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--green-dk); font-size: 1.4rem; flex: none; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding: 0 22px 20px; max-width: 62em; }
.band-navy .faq details { background: var(--navy-2); border-color: var(--line-d-soft); border-left-color: var(--yellow); }
.band-navy .faq summary { color: #fff; }
.band-navy .faq summary::after { color: var(--yellow); }

/* Call band */
.call-band { background: var(--navy); color: var(--snow); text-align: center; }
.call-band h2 { color: #fff; font-size: clamp(2rem, 4.6vw, 3.2rem); margin: 14px 0 14px; }
.call-band p { color: var(--muted-d); max-width: 44em; margin: 0 auto 30px; font-size: 1.07rem; }
.call-band .kicker { color: var(--yellow); justify-content: center; }

/* CTA strip (green) */
.cta-strip { background: var(--green); }
.cta-strip .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.cta-strip h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.cta-strip p { color: var(--muted-g); margin-top: 4px; }
.cta-strip .btn-call { background: var(--yellow); }

/* Prose pages + service/area layout */
.page-hero { padding: 28px 0 0; }
.page-hero .inner { position: relative; border-radius: var(--r-lg); overflow: hidden; padding: 52px clamp(24px,4vw,54px); background: var(--navy); color: var(--snow); }
.page-hero .inner::before { content: ""; position: absolute; right: -70px; top: -70px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(79,168,62,.34), transparent 70%); }
.page-hero h1 { color: #fff; font-size: clamp(2rem,4.4vw,3.2rem); margin: 13px 0 13px; position: relative; }
.page-hero .lede { color: rgba(243,246,242,.92); font-size: 1.13rem; max-width: 42em; position: relative; }
.page-hero .kicker { color: var(--yellow); }
.page-hero .hero-cta { margin-top: 24px; }
.crumbs { font-family: var(--body); font-size: 0.8rem; font-weight: 700; color: rgba(243,246,242,.72); margin-bottom: 4px; position: relative; }
.crumbs a { color: rgba(243,246,242,.72); }
.crumbs a:hover { color: var(--yellow); }

.article { padding: 58px 0 72px; }
.article-grid { display: grid; grid-template-columns: 1fr 330px; gap: 54px; align-items: start; }
.prose > * + * { margin-top: 1.2em; }
.prose h2 { margin-top: 1.9em; font-size: clamp(1.45rem,2.6vw,2rem); }
.prose p { font-size: 1.03rem; }
.prose ul { margin-top: 1em; }
.prose li { padding: 11px 0 11px 28px; position: relative; color: var(--body-ink); border-top: 1px solid var(--line-soft); }
.prose li::before { content: ""; position: absolute; left: 2px; top: 20px; width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); border: 1.5px solid var(--green); }
.prose li strong { color: var(--ink); }
.prose img { border-radius: var(--r); border: 1px solid var(--line); }
.side { position: sticky; top: 92px; display: grid; gap: 20px; }
.side-card { border: 1px solid var(--line); border-radius: var(--r); padding: 26px 26px; background: var(--paper); }
.side-card.navy { background: var(--navy); border-color: var(--navy-2); }
.side-card.navy h3 { color: #fff; }
.side-card.navy p { color: var(--muted-d); }
.side-card h3 { margin-bottom: 12px; }
.side-card p { font-size: 0.95rem; }
.side-card .btn-call { width: 100%; justify-content: center; margin-top: 16px; font-size: 1.05rem; padding: 15px 18px; }
.side-card ul { margin-top: 6px; }
.side-card li { border-top: 1px solid var(--line-soft); padding: 9px 0; font-size: 0.94rem; }
.side-card li:first-child { border-top: none; }
.side-card li a { color: var(--ink); font-weight: 600; }
.side-card li a:hover { color: var(--green-dk); }

/* Footer */
.site-footer { background: var(--navy); color: var(--snow); padding: 0 0 0; border-top: 5px solid var(--green); }
.footer-call-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding: 52px 0 44px; border-bottom: 1px solid var(--line-d-soft); }
.footer-call-row h2 { color: #fff; font-size: clamp(1.6rem,3.2vw,2.3rem); max-width: 14em; }
.giant-phone { font-family: var(--disp); font-weight: 800; font-size: clamp(1.7rem,4.4vw,2.6rem); color: var(--yellow); letter-spacing: -0.01em; }
.giant-phone:hover { color: var(--yellow-hi); text-decoration: none; }
.giant-phone small { display: block; font-family: var(--body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.13em; color: var(--muted-d); margin-top: 4px; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 46px 0; }
.footer-grid h4 { font-family: var(--body); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: var(--yellow); margin-bottom: 16px; }
.footer-grid > div > p { color: var(--muted-d); font-size: 0.94rem; }
.footer-grid li { padding: 5px 0; }
.footer-grid li a { color: var(--muted-d); font-size: 0.94rem; }
.footer-grid li a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid var(--line-d-soft); padding: 28px 0 100px; }
.disclaimer { font-size: 0.82rem; color: #8595ad; max-width: 74em; line-height: 1.6; }
.copyright { font-family: var(--body); font-size: 0.78rem; color: #6a7a93; margin-top: 14px; }

/* Sticky mobile call bar */
.mobile-call { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; background: var(--yellow); color: var(--navy); font-family: var(--disp); font-weight: 800; font-size: 1.12rem; padding: 15px; border-radius: 999px; text-align: center; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 10px 30px -6px rgba(22,35,63,.5); }
.mobile-call svg { width: 20px; height: 20px; }
.mobile-call:hover { text-decoration: none; }

/* Responsive */
@media (max-width: 1000px) {
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .article-grid { grid-template-columns: 1fr; }
  .side { position: static; }
  .why-grid { grid-template-columns: 1fr; }
  .pests { grid-template-columns: 1fr; }
  .area-links { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .util .u-left { display: none; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  section { padding: 56px 0; }
  .hero { padding: 16px 0 4px; }
  .hero-card { min-height: 0; }
  .hero-inner { padding: 42px 24px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; padding: 14px 22px 20px; gap: 2px; max-height: calc(100dvh - 66px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .nav-links.open { display: flex; }
  .nav-links > a, .sub-toggle { padding: 11px 0; display: block; }
  .submenu { display: block; position: static; border: none; background: none; padding: 0 0 6px 14px; min-width: 0; box-shadow: none; }
  .submenu a { padding: 8px 0; }
  .nav-call { justify-content: center; margin-top: 10px; }
  .svc-grid, .steps, .factors, .area-links, .footer-grid { grid-template-columns: 1fr; }
  .mobile-call { display: flex; }
  .btn-call { width: 100%; justify-content: center; }
  .hero-cta { gap: 12px; }
  .hero-cta .btn-ghost, .page-hero .btn-ghost { width: 100%; justify-content: center; }
  .cta-strip .wrap { flex-direction: column; text-align: center; }
  .util .wrap { justify-content: center; }
}
