:root {
  --navy: #073568;
  --navy-deep: #05284f;
  --navy-ink: #08274a;
  --green: #62c83e;
  --green-dark: #43aa26;
  --green-soft: #eaf8e5;
  --mist: #f2f7f8;
  --border: #dce7e9;
  --text: #17324a;
  --muted: #5f7180;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(4, 40, 76, .13);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.icon { display: block; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.eyebrow { display: inline-block; color: var(--green-dark); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-light { color: #92ec73; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-deep); letter-spacing: -.035em; }
h2 { font-size: clamp(36px, 4vw, 56px); line-height: 1.04; margin: 16px 0 22px; }
p { color: var(--muted); line-height: 1.75; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 820; transition: .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--navy-deep); box-shadow: 0 8px 24px rgba(98, 200, 62, .28); }
.button-primary:hover { background: #71da4d; }
.button-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-light { background: #fff; color: var(--navy-deep); }
.button-large { min-height: 56px; padding: 0 27px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 800; padding-bottom: 5px; border-bottom: 2px solid var(--green); }

.topbar { background: var(--navy-deep); color: #dbe8f1; font-size: 12px; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar-inner span { display: flex; align-items: center; gap: 7px; }
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid rgba(7, 53, 104, .1); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.logo-frame { position: relative; display: block; width: 200px; height: 66px; overflow: hidden; flex: 0 0 auto; }
.logo-frame img { position: absolute; width: 222px; max-width: none; height: auto; left: -10px; top: -27px; }
.desktop-nav { height: 100%; display: flex; align-items: center; gap: 27px; margin-left: 24px; }
.desktop-nav > a, .nav-mega > button, .nav-dropdown > button { border: 0; background: transparent; padding: 30px 0; color: var(--navy-ink); font-size: 14px; font-weight: 730; cursor: pointer; }
.desktop-nav > a:hover, .nav-mega > button:hover, .nav-dropdown > button:hover { color: var(--green-dark); }
.nav-mega, .nav-dropdown { height: 100%; display: flex; align-items: center; }
.nav-dropdown { position: relative; }
.nav-mega > button, .nav-dropdown > button { display: flex; align-items: center; gap: 4px; }
.nav-mega > button svg, .nav-dropdown > button svg { color: var(--green-dark); transition: transform .22s ease; }
.nav-mega:hover > button svg, .nav-mega:focus-within > button svg, .nav-dropdown:hover > button svg, .nav-dropdown:focus-within > button svg { transform: rotate(180deg); }
.mega-menu { position: absolute; left: 0; right: 0; top: 100%; padding: 26px 0; background: #fff; border-top: 1px solid var(--border); box-shadow: 0 24px 45px rgba(4, 36, 68, .13); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .22s ease; }
.nav-mega:hover .mega-menu, .nav-mega:focus-within .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-grid { display: grid; grid-template-columns: 1.15fr 1.1fr .82fr 1.1fr; gap: 28px; }
.mega-label { margin: 0 0 10px; color: #84929d; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mega-grid > div:not(.mega-card) > a { padding: 10px; margin-left: -10px; display: flex; gap: 11px; align-items: flex-start; border-radius: 8px; }
.mega-grid > div:not(.mega-card) > a:hover { background: var(--mist); }
.mega-grid svg { flex: 0 0 auto; color: var(--green-dark); }
.mega-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 10px; color: var(--green-dark); background: var(--green-soft); transition: .2s ease; }
.mega-grid > div:not(.mega-card) > a:hover .mega-icon { color: #fff; background: var(--navy); transform: translateY(-1px); }
.mega-grid strong, .mega-grid small { display: block; }
.mega-grid strong { color: var(--navy-deep); font-size: 14px; }
.mega-grid small { color: #73838e; font-size: 11px; margin-top: 3px; }
.mega-pest-links { display: grid; gap: 4px; }
.mega-pest-links a { color: var(--navy); font-size: 14px; font-weight: 700; }
.mega-card { border-radius: 12px; padding: 24px; background: var(--navy); color: #fff; }
.mega-card h3 { color: #fff; margin: 8px 0; font-size: 23px; }
.mega-card p { color: #c9d8e5; font-size: 12px; line-height: 1.5; margin-bottom: 14px; }
.mega-call { display: inline-flex; gap: 8px; align-items: center; color: #fff; font-weight: 800; }
.area-dropdown { position: absolute; width: 290px; top: calc(100% - 9px); left: 50%; padding: 19px; border: 1px solid var(--border); border-radius: 12px; background: #fff; box-shadow: 0 20px 45px rgba(4, 36, 68, .15); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .22s ease; }
.nav-dropdown:hover .area-dropdown, .nav-dropdown:focus-within .area-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.area-dropdown > a { padding: 9px 8px; display: flex; align-items: center; gap: 9px; border-radius: 7px; color: var(--navy); font-size: 13px; font-weight: 720; }
.area-dropdown > a:hover { color: var(--green-dark); background: var(--mist); }
.area-dropdown > a > svg { color: var(--green-dark); flex: 0 0 auto; }
.area-dropdown .all-areas { margin-top: 9px; padding-top: 13px; justify-content: space-between; border-top: 1px solid var(--border); border-radius: 0; color: var(--green-dark); font-weight: 840; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.phone-link { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 850; color: var(--navy); line-height: 1.1; }
.phone-link small { display: block; margin-bottom: 4px; color: #758591; font-size: 10px; font-weight: 700; }
.phone-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); }
.header-quote { min-height: 46px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 680px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--navy-deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(1,24,47,.98) 0%, rgba(3,33,62,.86) 37%, rgba(3,35,63,.28) 64%, rgba(3,35,63,.03) 100%); }
.hero-content { position: relative; z-index: 2; padding: 88px 0 84px; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; color: #b8d2e5; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-eyebrow span { width: 34px; height: 3px; background: var(--green); }
.hero h1 { max-width: 720px; color: #fff; font-size: clamp(48px, 5.7vw, 76px); line-height: .98; margin: 20px 0 24px; letter-spacing: -.055em; }
.hero-content > p { max-width: 650px; color: #d6e2eb; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-top: 33px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 28px; margin-top: 31px; color: #fff; font-size: 13px; font-weight: 700; flex-wrap: wrap; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { color: var(--green); }

.proof-bar { background: #fff; box-shadow: 0 15px 35px rgba(4,39,74,.09); position: relative; z-index: 3; }
.proof-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 25px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--navy); font-size: 24px; letter-spacing: -.035em; }
.proof-grid span { color: #6d7f8b; font-size: 12px; margin-top: 5px; }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; }
.intro-visual { min-height: 510px; position: relative; border-radius: 24px; background: linear-gradient(150deg, var(--navy) 0%, #0a4d87 100%); overflow: hidden; box-shadow: var(--shadow); }
.intro-visual::before, .intro-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.intro-visual::before { width: 460px; height: 460px; right: -180px; top: -120px; }
.intro-visual::after { width: 300px; height: 300px; left: -130px; bottom: -100px; }
.shield-panel { position: absolute; inset: 65px 70px 115px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.17); border-radius: 120px 120px 30px 30px; color: var(--green); background: rgba(255,255,255,.05); }
.shield-panel span { margin-top: 16px; color: #c4d9e9; font-size: 13px; text-transform: uppercase; letter-spacing: .18em; }
.shield-panel strong { color: #fff; font-size: 56px; letter-spacing: -.05em; }
.visual-note { position: absolute; left: 32px; right: 32px; bottom: 28px; padding: 17px 20px; display: flex; align-items: center; gap: 15px; background: #fff; border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.stars { color: #f1bf25; letter-spacing: 2px; }
.visual-note strong { color: var(--navy); font-size: 13px; }
.intro-copy .lead { color: var(--navy); font-size: 19px; line-height: 1.65; font-weight: 650; }
.check-list { display: grid; gap: 12px; margin: 27px 0 30px; }
.check-list span { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 730; }
.check-list svg { width: 27px; height: 27px; padding: 5px; border-radius: 50%; color: var(--green-dark); background: var(--green-soft); }

.services-section { background: var(--mist); }
.section-heading { margin-bottom: 48px; }
.section-heading.centered { max-width: 780px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading p { font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 370px; position: relative; padding: 32px 28px; display: flex; flex-direction: column; border-radius: 14px; background: #fff; border: 1px solid #e1e9eb; transition: .25s ease; }
.service-card:hover { transform: translateY(-8px); border-color: #b7d9ad; box-shadow: var(--shadow); }
.service-number { position: absolute; top: 20px; right: 22px; color: #dfe8eb; font-size: 25px; font-weight: 850; }
.icon-box { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 14px; color: var(--green-dark); background: var(--green-soft); }
.service-card h3 { margin: 25px 0 12px; font-size: 23px; }
.service-card p { font-size: 14px; }
.service-card a { margin-top: auto; display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 820; }
.service-note { max-width: 900px; margin: 30px auto 0; padding: 17px 21px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid #d8e5e7; border-radius: 10px; background: rgba(255,255,255,.74); }
.service-note svg { flex: 0 0 auto; color: var(--green-dark); }
.service-note p { margin: 0; font-size: 12px; line-height: 1.65; }

.pests-section { background: var(--navy-deep); color: #fff; }
.pests-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; align-items: center; }
.pests-copy h2 { color: #fff; }
.pests-copy p { color: #bfd0dc; font-size: 16px; }
.pest-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.pest-card { min-height: 112px; padding: 18px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(255,255,255,.06); transition: .22s; }
.pest-card:hover { background: rgba(255,255,255,.12); border-color: var(--green); transform: translateX(5px); }
.pest-card > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--navy-deep); font-size: 20px; font-weight: 900; }
.pest-card strong { color: #fff; font-size: 15px; }
.pest-card > svg { color: var(--green); }

.plans-section { background: #fff; }
.plans-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 20px; align-items: stretch; }
.plan-copy { padding: 32px 35px 32px 0; align-self: center; }
.plan-copy h2 { font-size: 43px; }
.plan-card { position: relative; padding: 34px 29px; border: 1px solid var(--border); border-radius: 16px; display: flex; flex-direction: column; box-shadow: 0 10px 35px rgba(6,50,87,.07); }
.plan-card.featured { border: 2px solid var(--green); }
.plan-tag { position: absolute; top: -12px; right: 20px; padding: 6px 11px; border-radius: 99px; background: var(--green); color: var(--navy-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan-card > svg { color: var(--green-dark); }
.plan-card h3 { margin: 20px 0 10px; font-size: 23px; }
.plan-card p { font-size: 13px; }
.price { margin: auto 0 23px; padding-top: 20px; }
.price small { display: block; color: #73828c; font-size: 10px; }
.price strong { color: var(--navy); font-size: 43px; letter-spacing: -.05em; }
.price span { color: #7a8892; font-size: 12px; }
.pricing-note { max-width: 750px; margin: 24px auto 0; text-align: center; font-size: 11px; }

.process-section { background: var(--mist); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.process-grid::before { content: ""; position: absolute; left: 16%; right: 16%; top: 42px; height: 1px; background: #bed2d6; }
.process-grid article { position: relative; z-index: 1; padding: 0 45px; text-align: center; }
.process-icon { width: 84px; height: 84px; margin: 0 auto 27px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid #cbdcdf; color: var(--green-dark); box-shadow: 0 8px 25px rgba(5,47,82,.08); }
.step { position: absolute; top: -7px; left: calc(50% + 21px); width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 11px; font-weight: 900; }
.process-grid h3 { font-size: 22px; margin-bottom: 8px; }
.process-grid p { font-size: 13px; }

.areas-section { background: #fff; }
.areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.area-map { min-height: 510px; position: relative; overflow: hidden; border-radius: 24px; background: radial-gradient(circle at center, #0d578e 0, var(--navy) 44%, var(--navy-deep) 100%); box-shadow: var(--shadow); }
.map-orbit { position: absolute; left: 50%; top: 48%; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 300px; height: 300px; }
.orbit-two { width: 470px; height: 470px; }
.map-pin { position: absolute; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--green); box-shadow: 0 0 0 13px rgba(98,200,62,.17); }
.pin-main { left: 48%; top: 34%; }
.map-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 8px rgba(255,255,255,.1); }
.dot-a { left: 28%; top: 28%; }.dot-b { right: 25%; top: 38%; }.dot-c { left: 35%; bottom: 28%; }.dot-d { right: 31%; bottom: 22%; }
.map-label { position: absolute; left: 34px; bottom: 30px; padding: 15px 19px; background: #fff; border-radius: 10px; }
.map-label small, .map-label strong { display: block; }
.map-label small { color: #72818c; font-size: 10px; }
.map-label strong { color: var(--navy); margin-top: 3px; }
.areas-copy > p { font-size: 16px; }
.area-pills { display: flex; gap: 9px; flex-wrap: wrap; margin: 25px 0; }
.area-pills span { padding: 9px 13px; border-radius: 99px; background: var(--green-soft); color: var(--navy); font-size: 12px; font-weight: 760; }
.small-copy { font-size: 12px !important; }

.reputation-section { padding: 78px 0; background: var(--green); }
.reputation-grid { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 22px; align-items: stretch; }
.reputation-grid > div:first-child { padding-right: 35px; align-self: center; }
.reputation-grid h2 { font-size: 39px; margin: 12px 0; }
.reputation-grid > div:first-child p { color: #254d35; }
.reputation-card { padding: 28px; border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 13px 35px rgba(22,80,17,.12); }
.reputation-card > strong { display: block; color: var(--navy); font-size: 20px; }
.reputation-card p { font-size: 13px; }
.reputation-card a { display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: 13px; font-weight: 850; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading h2 { font-size: 43px; }
.phone-block { margin-top: 28px; display: flex; align-items: center; gap: 13px; }
.phone-block > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); }
.phone-block small, .phone-block strong { display: block; }
.phone-block small { color: #74838d; font-size: 10px; }
.phone-block strong { color: var(--navy); font-size: 18px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button { width: 100%; padding: 23px 0; display: flex; justify-content: space-between; align-items: center; border: 0; background: transparent; color: var(--navy-deep); text-align: left; font-size: 18px; font-weight: 800; cursor: pointer; }
.faq-item button b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--green-dark); font-size: 22px; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-answer p { padding: 0 55px 23px 0; margin: 0; font-size: 14px; }
.faq-item.open .faq-answer { max-height: 220px; }

.quote-section { padding: 102px 0; background: var(--navy-deep); position: relative; overflow: hidden; }
.quote-section::before { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; left: -190px; top: -170px; }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: center; position: relative; z-index: 1; }
.quote-copy h2 { color: #fff; }
.quote-copy > p { color: #bdd0dd; }
.quote-contact { margin-top: 30px; display: flex; align-items: center; gap: 13px; color: #fff; }
.quote-contact > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--navy); }
.quote-contact small, .quote-contact strong { display: block; }
.quote-contact small { color: #9fb4c3; font-size: 10px; }
.quote-contact strong { font-size: 21px; }
.quote-email { display: block; margin: 18px 0 0 65px; color: #c9d9e3; font-size: 13px; }
.quote-form-wrap { min-height: 620px; padding: 38px; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.27); }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.form-heading span { color: var(--green-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 0; font-size: 30px; }
.form-heading > svg { color: var(--green-dark); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field-grid label > span { display: block; margin-bottom: 7px; color: var(--navy); font-size: 11px; font-weight: 780; }
.field-grid input, .field-grid select, .field-grid textarea { width: 100%; border: 1px solid #d5e0e3; border-radius: 8px; background: #f9fbfb; color: var(--text); outline: none; }
.field-grid input, .field-grid select { height: 50px; padding: 0 13px; }
.field-grid textarea { min-height: 88px; padding: 13px; resize: vertical; }
.field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(98,200,62,.13); }
.full-field { grid-column: 1 / -1; }
.form-submit { width: 100%; margin-top: 22px; min-height: 54px; }
.form-note { display: block; margin-top: 10px; color: #87949c; text-align: center; }
.form-success { min-height: 540px; padding: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.form-success > span { width: 80px; height: 80px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); }
.form-success h3 { margin: 25px 0 10px; font-size: 32px; }
.form-success p { max-width: 480px; }

footer { background: #031d39; color: #fff; }
.footer-grid { padding: 68px 0 55px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 55px; }
.footer-grid h3 { color: #fff; font-size: 14px; margin-bottom: 18px; }
.footer-grid > div:not(.footer-brand) > a { display: flex; align-items: center; gap: 6px; margin: 10px 0; color: #b9cbd8; font-size: 12px; }
.footer-grid > div:not(.footer-brand) > a:hover { color: var(--green); }
.footer-grid p { color: #9db2c1; font-size: 12px; line-height: 1.7; }
.footer-logo { opacity: 1; margin-bottom: 14px; }
.footer-brand > p { max-width: 340px; }
.license-line { max-width: 360px; display: flex; gap: 8px; align-items: flex-start; color: #91a9ba; font-size: 10px; }
.license-line svg { color: var(--green); flex: 0 0 auto; }
.footer-quote { color: var(--green) !important; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom .container { min-height: 65px; display: flex; justify-content: space-between; align-items: center; color: #7e98aa; font-size: 10px; }
.mobile-call { display: none; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 17px; }
  .desktop-nav > a, .nav-mega > button, .nav-dropdown > button { font-size: 12px; }
  .phone-link { display: none; }
  .mega-grid { grid-template-columns: 1fr 1fr .8fr 1fr; gap: 18px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 320px; }
  .plans-grid { grid-template-columns: 1fr 1fr; }
  .plan-copy { grid-column: 1 / -1; padding-right: 0; text-align: center; max-width: 720px; margin: 0 auto; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, 680px); }
  .section { padding: 78px 0; }
  .top-hours, .desktop-nav, .header-quote { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { height: 72px; }
  .logo-frame { width: 170px; height: 56px; }
  .logo-frame img { width: 190px; left: -9px; top: -23px; }
  .menu-toggle { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 0; border-radius: 7px; background: var(--mist); }
  .menu-toggle span { width: 22px; height: 2px; background: var(--navy); }
  .mobile-menu { display: block; max-height: 0; overflow: hidden; background: #fff; transition: max-height .35s ease; }
  .mobile-menu.is-open { max-height: 980px; border-top: 1px solid var(--border); }
  .mobile-menu .container { padding: 15px 0 25px; display: grid; }
  .mobile-menu a, .mobile-menu p { padding: 11px 0; margin: 0; color: var(--navy); font-size: 14px; font-weight: 750; }
  .mobile-subnav { padding: 5px 0 10px 16px; display: grid; border-left: 2px solid var(--green); }
  .mobile-subnav a { padding: 6px 0; color: #60717c; font-size: 12px; }
  .mobile-menu .button { color: var(--navy); margin-top: 10px; }
  .hero { min-height: 660px; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(1,24,47,.96), rgba(3,33,62,.74)); }
  .hero h1 { max-width: 620px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { border-bottom: 1px solid var(--border); }
  .intro-grid, .pests-layout, .areas-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-visual { min-height: 460px; }
  .pests-copy { text-align: center; }
  .process-grid::before { display: none; }
  .process-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-grid article { max-width: 480px; margin: 0 auto; }
  .reputation-grid { grid-template-columns: 1fr 1fr; }
  .reputation-grid > div:first-child { grid-column: 1 / -1; padding-right: 0; text-align: center; }
  .faq-heading { position: static; text-align: center; }
  .phone-block { justify-content: center; }
  .quote-copy { text-align: center; }
  .quote-contact { justify-content: center; }
  .quote-email { margin-left: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-call { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 12px; height: 49px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 9px; background: var(--green); color: var(--navy-deep); font-size: 14px; font-weight: 900; box-shadow: 0 10px 35px rgba(0,0,0,.28); }
  .footer-bottom { padding-bottom: 64px; }
}

@media (max-width: 560px) {
  h2 { font-size: 37px; }
  .topbar { font-size: 10px; }
  .hero { min-height: 690px; }
  .hero-content { padding: 70px 0 55px; }
  .hero h1 { font-size: 47px; }
  .hero-content > p { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 11px 18px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { padding: 20px 16px; }
  .proof-grid strong { font-size: 19px; }
  .proof-grid span { font-size: 10px; }
  .intro-grid { gap: 42px; }
  .intro-visual { min-height: 390px; }
  .shield-panel { inset: 45px 40px 100px; }
  .shield-panel strong { font-size: 46px; }
  .visual-note { left: 18px; right: 18px; bottom: 18px; flex-direction: column; gap: 4px; text-align: center; }
  .service-grid, .plans-grid, .pest-grid, .reputation-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .plan-copy { grid-column: auto; }
  .plan-copy h2, .faq-heading h2 { font-size: 36px; }
  .area-map { min-height: 400px; }
  .orbit-two { width: 370px; height: 370px; }
  .orbit-one { width: 240px; height: 240px; }
  .reputation-grid > div:first-child { grid-column: auto; }
  .reputation-grid h2 { font-size: 34px; }
  .faq-item button { font-size: 15px; }
  .field-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .quote-form-wrap { min-height: 0; padding: 25px 19px; }
  .form-heading h3 { font-size: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom .container { padding: 15px 0; flex-direction: column; gap: 8px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
