/* Madbir4u — הדברה מקצועית */

:root {
  --navy: #0E2A52;
  --navy-800: #10305F;
  --navy-900: #091C38;
  --navy-700: #1A4480;
  --blue: #1668B8;
  --blue-600: #1257A0;
  --blue-300: #6FB2E8;
  --blue-50: #EAF3FC;
  --blue-100: #D6E8F8;
  --orange: #F5A01E;
  --orange-600: #DE8908;
  --wa: #25D366;
  --wa-600: #1DB954;
  --ink: #1B2533;
  --muted: #64748B;
  --line: #E2E9F1;
  --bg: #FFFFFF;
  --bg-soft: #F5F9FD;
  --radius: 14px;
  --radius-sm: 9px;
  --shadow: 0 1px 2px rgba(14, 42, 82, .05), 0 6px 20px rgba(14, 42, 82, .07);
  --shadow-lg: 0 2px 6px rgba(14, 42, 82, .08), 0 20px 46px rgba(14, 42, 82, .14);
  --wrap: 1180px;
  --ff: "Heebo", "Rubik", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--ff);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; }
a { color: var(--blue-600); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-weight: 800; line-height: 1.25; color: var(--navy); margin: 0 0 .6em; letter-spacing: -.015em; }
h1 { font-size: clamp(2rem, 4.4vw, 3.15rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.2rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.35rem); }
p { margin: 0 0 1.1em; }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.narrow { max-width: 840px; }

section { padding: 72px 0; }
section.soft { background: var(--bg-soft); }
section.tight { padding: 46px 0; }

.lead { font-size: 1.12rem; color: var(--muted); }

/* section heading with orange underline — mockup signature */
.sec-head { text-align: center; margin-bottom: 42px; }
.sec-head h2 { margin-bottom: 0; }
.sec-head h2::after {
  content: ""; display: block; width: 74px; height: 4px; border-radius: 3px;
  background: var(--orange); margin: 14px auto 0;
}
.sec-head p { margin: 18px auto 0; max-width: 64ch; color: var(--muted); }
.sec-head.start { text-align: start; }
.sec-head.start h2::after { margin-inline: 0; }

.eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .09em;
  color: var(--orange); background: rgba(245, 160, 30, .14);
  border: 1px solid rgba(245, 160, 30, .4);
  padding: 5px 14px; border-radius: 999px; margin-bottom: 16px;
}

.skip { position: absolute; inset-inline-start: -9999px; top: 0; z-index: 300; background: var(--navy); color: #fff; padding: 10px 18px; }
.skip:focus { inset-inline-start: 12px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 14px rgba(14, 42, 82, .09); }

.topline { background: #fff; }
.topline .wrap { display: flex; align-items: stretch; gap: 18px; min-height: 78px; }

.brand {
  display: flex; align-items: center; flex-shrink: 0;
  background: var(--navy); padding: 10px 30px 14px; border-radius: 0 0 16px 16px;
}
.brand:hover { text-decoration: none; }
.brand img { width: 176px; height: auto; display: block; }

.topline-contact { margin-inline-start: auto; display: flex; align-items: center; gap: 14px; }
.topline-phone { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.12rem; color: var(--navy); direction: ltr; white-space: nowrap; }
.topline-phone:hover { text-decoration: none; color: var(--blue); }
.topline-phone .ic { width: 30px; height: 30px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.topline-phone .ic svg { width: 16px; height: 16px; }

.navbar { background: var(--navy-800); box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .18); }
.navbar .wrap { display: flex; align-items: center; min-height: 70px; }
.nav ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.nav a {
  display: block; padding: 22px 18px; font-size: 1.05rem; font-weight: 700; color: #fff;
  border-bottom: 4px solid transparent;
}
.nav a:hover { text-decoration: none; background: rgba(255, 255, 255, .09); }
.nav a[aria-current="page"] { border-bottom-color: var(--orange); }

.burger {
  display: none; width: 44px; height: 38px; margin-inline-start: auto;
  border: 1px solid rgba(255, 255, 255, .35); border-radius: 8px; background: transparent; cursor: pointer;
  padding: 0; align-items: center; justify-content: center;
}
.burger span { display: block; width: 20px; height: 2px; background: #fff; position: relative; }
.burger span::before, .burger span::after { content: ""; position: absolute; inset-inline-start: 0; width: 20px; height: 2px; background: #fff; }
.burger span::before { top: -6px; }
.burger span::after { top: 6px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 8px; border: 2px solid transparent;
  font-family: inherit; font-size: 1rem; font-weight: 700; cursor: pointer; white-space: nowrap;
  transition: transform .12s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn-orange { background: var(--orange); color: #fff; box-shadow: 0 6px 18px rgba(245, 160, 30, .35); }
.btn-orange:hover { background: var(--orange-600); }
.btn-blue { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(22, 104, 184, .3); }
.btn-blue:hover { background: var(--blue-600); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-700); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-600); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn-outline:hover { background: rgba(255, 255, 255, .14); border-color: #fff; }
.btn-sm { padding: 9px 17px; font-size: .92rem; }
.btn-lg { padding: 16px 34px; font-size: 1.07rem; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--navy); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 32% 46%; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(270deg, rgba(9, 28, 56, .96) 0%, rgba(11, 34, 66, .90) 34%, rgba(14, 42, 82, .58) 62%, rgba(14, 42, 82, .30) 100%);
}
.hero .wrap { position: relative; padding-top: 80px; padding-bottom: 86px; }
.hero-inner { max-width: 660px; }
.hero h1 { color: #fff; margin: 0; }
.hero h1 .hl { color: var(--blue-300); }
.hero-title { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-bottom: .55em; }
.hero-roach {
  width: 112px; height: 112px; border-radius: 50%; object-fit: cover; object-position: 48% 58%;
  border: 4px solid rgba(255, 255, 255, .35); box-shadow: 0 10px 30px rgba(0, 0, 0, .4); flex-shrink: 0;
}
.hero-sub { font-size: 1.16rem; color: #CADCF0; margin-bottom: 30px; max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 0; }

/* facts strip — moved out of the hero, sits lower on the page */
.facts { background: var(--navy); color: #fff; }
.facts .wrap { display: flex; flex-wrap: wrap; gap: 14px 44px; justify-content: center; padding-top: 22px; padding-bottom: 22px; }
.facts span { display: flex; align-items: center; gap: 10px; font-size: 1.02rem; font-weight: 600; }
.facts .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }

/* license chip floating in hero */
.hero-lic {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px; padding: 7px 18px 7px 8px; backdrop-filter: blur(6px);
}
.hero-lic img { width: 34px; height: 38px; object-fit: contain; background: #fff; border-radius: 50%; padding: 4px; }
.hero-lic span { font-size: .92rem; font-weight: 700; color: #fff; }

/* ---------- trust strip ---------- */
.trust { background: var(--blue-50); border-bottom: 1px solid var(--blue-100); }
.trust .wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 26px 24px; justify-content: center; }
.trust-item + .trust-item { border-inline-start: 1px solid var(--blue-100); }
.trust-ic {
  width: 52px; height: 52px; border-radius: 50%; background: var(--blue); color: #fff;
  display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 5px 14px rgba(22, 104, 184, .32);
}
.trust-ic svg { width: 26px; height: 26px; }
.trust-item b { display: block; color: var(--navy); font-size: 1.05rem; line-height: 1.35; }
.trust-item span { font-size: .9rem; color: var(--muted); }

/* ---------- service cards with photos ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.svc-card {
  display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; }
.svc-photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--navy); }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.svc-card:hover .svc-photo img { transform: scale(1.05); }
.svc-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9, 28, 56, .55), transparent 55%); }
.svc-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { margin-bottom: .35em; }
.svc-body p { color: var(--muted); font-size: .97rem; margin-bottom: 1em; }
.svc-more {
  margin-top: auto; display: inline-flex; align-items: center; gap: 7px;
  font-weight: 700; color: var(--orange-600); font-size: .95rem;
}
.svc-more::after { content: "‹"; font-size: 1.3em; line-height: 1; }

/* ---------- wide dark feature cards ---------- */
.feat-card {
  position: relative; border-radius: var(--radius); overflow: hidden; min-height: 268px;
  display: flex; align-items: flex-end; box-shadow: var(--shadow-lg); background: var(--navy);
}
.feat-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feat-card::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(270deg, rgba(9, 28, 56, .95) 10%, rgba(9, 28, 56, .72) 60%, rgba(9, 28, 56, .35) 100%);
}
.feat-card.blue::before { background: linear-gradient(270deg, rgba(18, 87, 160, .95) 10%, rgba(14, 42, 82, .78) 60%, rgba(14, 42, 82, .4) 100%); }
.feat-body { position: relative; z-index: 2; padding: 30px; }
.feat-body h3 { color: #fff; font-size: 1.45rem; margin-bottom: .2em; }
.feat-body .kicker { color: var(--orange); font-weight: 700; font-size: 1rem; display: block; margin-bottom: 10px; }
.feat-body p { color: #CADCF0; font-size: .98rem; margin-bottom: 18px; max-width: 46ch; }

/* ---------- why-us icon row ---------- */
.why { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.why-item { text-align: center; padding: 0 12px; }
.why-ic {
  width: 74px; height: 74px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--navy); color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 20px rgba(14, 42, 82, .25);
}
.why-ic svg { width: 34px; height: 34px; }
.why-item b { display: block; color: var(--navy); font-size: 1rem; line-height: 1.4; }
.why-item span { font-size: .89rem; color: var(--muted); }

/* ---------- areas band with photo ---------- */
.areas-band { position: relative; overflow: hidden; background: var(--navy); }
.areas-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.areas-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9, 28, 56, .72), rgba(9, 28, 56, .82)); }
.areas-band .wrap { position: relative; z-index: 2; padding-top: 70px; padding-bottom: 70px; }
.areas-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 34px 38px; display: grid; grid-template-columns: 300px 1fr; gap: 34px; align-items: center;
}
.areas-card h2 { margin-bottom: .2em; }
.areas-card h2 small { display: block; font-size: .95rem; font-weight: 600; color: var(--orange); letter-spacing: .04em; }
.areas-card p { color: var(--muted); font-size: .96rem; margin-bottom: 18px; }
.areas-list { list-style: none; margin: 0; padding: 0; columns: 3; column-gap: 24px; }
.areas-list li { display: flex; gap: 9px; align-items: center; font-size: .97rem; font-weight: 600; color: var(--navy); margin-bottom: 9px; break-inside: avoid; }
.areas-list li::before {
  content: ""; width: 19px; height: 19px; flex-shrink: 0; border-radius: 50%;
  background: var(--blue-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231668B8' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
}

/* ---------- reviews ---------- */
/* flex, not grid — an incomplete last row centres instead of leaving an orphan */
.reviews-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.reviews-grid .review { flex: 1 1 320px; max-width: 372px; }

.review {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.review-top { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.avatar {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: var(--blue); color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: 1.15rem;
}
.avatar.o { background: var(--orange); }
.avatar.n { background: var(--navy); }
.review-top b { display: block; color: var(--navy); font-size: 1rem; line-height: 1.3; }
.stars { color: var(--orange); letter-spacing: 2px; font-size: .95rem; }
.review p { font-size: .99rem; margin: 0 0 12px; }
.review cite { margin-top: auto; font-style: normal; font-size: .88rem; color: var(--muted); }

/* ---------- article cards ---------- */
.post-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); text-decoration: none; }
.post-photo { aspect-ratio: 16 / 9; overflow: hidden; background: var(--navy); }
.post-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-photo img { transform: scale(1.05); }
.post-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.post-card .tag {
  align-self: flex-start; font-size: .76rem; font-weight: 700; color: var(--blue-600);
  background: var(--blue-50); border-radius: 999px; padding: 3px 11px; margin-bottom: 11px;
}
.post-card h3 { font-size: 1.1rem; margin-bottom: .35em; }
.post-card p { color: var(--muted); font-size: .95rem; margin-bottom: 1em; }
.post-card .svc-more { font-size: .92rem; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-700) 100%); color: #fff; padding: 46px 0; }
.cta-band h2 { color: #fff; margin-bottom: .25em; font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.cta-band p { color: #BCD2EA; margin: 0; max-width: 60ch; }
.cta-band .wrap { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- generic content blocks (inner pages) ---------- */
.pest-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow);
  transition: transform .16s ease, box-shadow .16s ease;
}
.pest-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); text-decoration: none; }
.pest-card .ico {
  width: 60px; height: 60px; border-radius: 14px; background: var(--blue-50);
  display: grid; place-items: center; color: var(--navy); margin-bottom: 16px; border: 1px solid var(--blue-100);
}
.pest-card .ico svg { width: 32px; height: 32px; }
.pest-card h3 { margin-bottom: .35em; }
.pest-card p { color: var(--muted); font-size: .97rem; margin-bottom: 1em; }
.pest-card .more { margin-top: auto; font-weight: 700; color: var(--orange-600); font-size: .95rem; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 18px; text-align: center; box-shadow: var(--shadow); }
.stat b { display: block; font-size: 2rem; font-weight: 800; color: var(--blue); line-height: 1.2; }
.stat span { font-size: .92rem; color: var(--muted); font-weight: 600; }

.checks, .xlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.checks li, .xlist li { display: flex; gap: 11px; align-items: flex-start; }
.checks li::before {
  content: ""; flex-shrink: 0; width: 22px; height: 22px; margin-top: 4px; border-radius: 50%;
  background: var(--blue-50) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231668B8' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat;
  border: 1px solid var(--blue-100);
}
.xlist li::before {
  content: ""; flex-shrink: 0; width: 22px; height: 22px; margin-top: 4px; border-radius: 50%;
  background: #FEF2F2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C2410C' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center/12px no-repeat;
  border: 1px solid #FBD5C8;
}

.steps { counter-reset: s; display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px 24px; box-shadow: var(--shadow); }
.step::before {
  counter-increment: s; content: counter(s);
  position: absolute; top: -17px; inset-inline-end: 22px;
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--orange); color: #fff; display: grid; place-items: center;
  font-weight: 800; box-shadow: 0 5px 14px rgba(245, 160, 30, .38);
}
.step h3 { font-size: 1.06rem; margin: 8px 0 .3em; }
.step p { margin: 0; color: var(--muted); font-size: .95rem; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; min-width: 560px; }
th, td { padding: 14px 18px; text-align: start; border-bottom: 1px solid var(--line); font-size: .97rem; }
thead th { background: var(--navy); color: #fff; font-weight: 700; font-size: .93rem; border-bottom: none; }
tbody tr:last-child td { border-bottom: none; }
tbody tr:nth-child(even) { background: var(--bg-soft); }
td strong { color: var(--navy); }

.note { background: var(--blue-50); border: 1px solid var(--blue-100); border-inline-start: 4px solid var(--blue); border-radius: var(--radius-sm); padding: 16px 20px; font-size: .96rem; color: var(--navy); }
.note p:last-child { margin-bottom: 0; }
.warnbox { background: #FFF7ED; border: 1px solid #FBD5A5; border-inline-start: 4px solid var(--orange); border-radius: var(--radius-sm); padding: 16px 20px; font-size: .97rem; }
.warnbox p:last-child { margin-bottom: 0; }
.warnbox strong { color: #C2410C; }

.chips { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; margin: 0; padding: 0; }
.chips li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; font-size: .94rem; font-weight: 600; color: var(--navy); }
.chips li.hub { background: var(--navy); color: #fff; border-color: var(--navy); }

.faq { display: grid; gap: 11px; }
details.qa { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0 20px; box-shadow: var(--shadow); }
details.qa summary { cursor: pointer; list-style: none; padding: 17px 0; font-weight: 700; color: var(--navy); display: flex; gap: 12px; align-items: center; }
details.qa summary::-webkit-details-marker { display: none; }
details.qa summary::after {
  content: ""; margin-inline-start: auto; flex-shrink: 0; width: 19px; height: 19px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E2A52' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .18s ease;
}
details.qa[open] summary::after { transform: rotate(180deg); }
details.qa .a { padding-bottom: 18px; color: var(--muted); font-size: .98rem; }
details.qa .a p:last-child { margin-bottom: 0; }

.creds { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 40px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 30px; box-shadow: var(--shadow); }
.cred { display: flex; align-items: center; gap: 13px; }
.cred img { width: 52px; height: 60px; object-fit: contain; flex-shrink: 0; }
.cred-ic { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.cred-ic svg { width: 26px; height: 26px; }
.cred div { font-size: .92rem; line-height: 1.5; }
.cred b { display: block; color: var(--navy); font-size: 1rem; }
.cred span { color: var(--muted); }

/* ---------- inner page head ---------- */
.post-head { position: relative; background: var(--navy); color: #fff; padding: 52px 0 46px; overflow: hidden; }
.post-head::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(900px 340px at 88% 0%, rgba(22, 104, 184, .55), transparent 70%);
}
.post-head .wrap { position: relative; z-index: 2; }
.post-head h1 { color: #fff; }
.post-head .lead { color: #CADCF0; }
.crumbs { font-size: .88rem; color: #9DB8D6; margin-bottom: 14px; }
.crumbs a { color: #9DB8D6; }
.crumbs a:hover { color: #fff; }
.meta { font-size: .9rem; color: #9DB8D6; }

.prose h2 { margin-top: 1.9em; }
.prose h3 { margin-top: 1.5em; }
.prose > :first-child { margin-top: 0; }
.prose ul, .prose ol { padding-inline-start: 24px; margin: 0 0 1.2em; }
.prose li { margin-bottom: .5em; }
.prose blockquote { margin: 1.6em 0; padding: 4px 20px; border-inline-start: 4px solid var(--orange); color: var(--navy); font-weight: 600; }
.tocbox { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 30px; }
.tocbox h2 { font-size: 1.05rem; margin: 0 0 .5em; }
.tocbox ol { margin: 0; padding-inline-start: 20px; }
.tocbox li { margin-bottom: 4px; }

/* ---------- form ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg); }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: .93rem; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22, 104, 184, .14); }
.field textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: .86rem; color: var(--muted); margin: 4px 0 0; }
.form-status { margin-top: 14px; font-weight: 700; font-size: .95rem; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-900); color: #A9C2DC; padding: 52px 0 0; font-size: .95rem; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: .9em; }
.site-footer a { color: #A9C2DC; }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-brand img { width: 210px; margin-bottom: 16px; }
.footer-brand p { font-size: .92rem; line-height: 1.7; }
.footer-emblems { display: flex; gap: 14px; align-items: center; margin-top: 16px; }
.footer-emblems img { height: 52px; width: auto; background: #fff; border-radius: 9px; padding: 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 42px; padding: 18px 0;
  display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: space-between; font-size: .87rem; color: #7E9AB8;
}

/* ---------- sticky mobile bar ---------- */
.mobilebar {
  display: none; position: fixed; inset-inline: 0; bottom: 0; z-index: 120;
  background: #fff; border-top: 1px solid var(--line); padding: 8px 10px; gap: 8px;
  box-shadow: 0 -4px 20px rgba(14, 42, 82, .12);
}
.mobilebar .btn { flex: 1; padding: 12px 8px; font-size: .95rem; }

/* ---------- responsive ---------- */
@media (max-width: 1140px) {
  .nav { display: none; }
  .nav.open { display: block; width: 100%; padding: 6px 0 14px; }
  .nav.open ul { flex-direction: column; gap: 0; }
  .nav.open a { padding: 12px 6px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .nav.open a[aria-current="page"] { border-bottom-color: var(--orange); }
  .navbar .wrap { flex-wrap: wrap; }
  .burger { display: flex; }
  .why { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .areas-card { grid-template-columns: 1fr; gap: 24px; }
  .areas-list { columns: 2; }
}

@media (max-width: 1040px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
  section { padding: 54px 0; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .trust .wrap { grid-template-columns: 1fr; }
  .trust-item { justify-content: flex-start; padding: 18px 4px; }
  .trust-item + .trust-item { border-inline-start: none; border-top: 1px solid var(--blue-100); }
  .hero .wrap { padding-top: 60px; padding-bottom: 66px; }
  .hero-bg::after { background: linear-gradient(270deg, rgba(9, 28, 56, .94) 0%, rgba(11, 34, 66, .82) 50%, rgba(14, 42, 82, .48) 100%); }
  .why { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  body { font-size: 16px; padding-bottom: 66px; }
  .brand { padding: 8px 18px 11px; }
  .brand img { width: 130px; }
  .hero-roach { width: 78px; height: 78px; }
  .hero-title { gap: 16px; }
  .facts .wrap { flex-direction: column; align-items: flex-start; gap: 10px; }
  .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .why { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .field-row { grid-template-columns: 1fr; }
  .areas-list { columns: 1; }
  .areas-card { padding: 26px 22px; }
  .mobilebar { display: flex; }
  .cta-band .wrap { flex-direction: column; align-items: flex-start; }
  .topline-phone span { display: none; }
  .brand img { width: 42px; height: 34px; }
  .brand-name { font-size: 1.32rem; }
  .hero-actions .btn { flex: 1; }
}

@media print {
  .site-header, .mobilebar, .cta-band, .site-footer { display: none; }
}
