:root {
  --ink: #10251a;
  --ink-soft: #314438;
  --leaf: #1f6f43;
  --leaf-deep: #0b3d27;
  --leaf-bright: #77b84a;
  --cream: #f8f5ed;
  --paper: #fffdf8;
  --clay: #c96f4d;
  --gold: #e3ad4f;
  --sky: #dbeaf3;
  --line: rgba(16, 37, 26, 0.14);
  --shadow: 0 18px 50px rgba(16, 37, 26, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 50;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  clip: auto;
  color: var(--paper);
  background: var(--ink);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  color: var(--paper);
  transition: background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 12px 30px rgba(16, 37, 26, 0.12);
  backdrop-filter: blur(16px);
}

.top-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 38px;
  padding: 7px 20px;
  color: var(--paper);
  background: rgba(16, 37, 26, 0.9);
  font-size: 0.86rem;
  font-weight: 740;
}

.top-strip a,
.top-strip span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  text-decoration: none;
}

.top-strip svg {
  width: 15px;
  height: 15px;
  color: var(--gold);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max);
  min-height: 78px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand img {
  width: 210px;
  height: auto;
  border-radius: 8px;
}

.site-header:not(.is-scrolled):not(.menu-open) .brand img {
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 8px 22px rgba(16, 37, 26, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 820;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 253, 248, 0.16);
  outline: none;
}

.site-header.is-scrolled .nav-links a:hover,
.site-header.is-scrolled .nav-links a:focus-visible,
.site-header.menu-open .nav-links a:hover,
.site-header.menu-open .nav-links a:focus-visible {
  background: #e4efdc;
}

.nav-links .nav-cta {
  margin-left: 6px;
  color: var(--paper);
  background: var(--clay);
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta:focus-visible {
  background: #a9583f;
}

.nav-toggle {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  color: inherit;
  background: rgba(255, 253, 248, 0.14);
  border: 1px solid rgba(255, 253, 248, 0.34);
  border-radius: 50%;
  cursor: pointer;
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 86vh;
  padding: 172px 24px 62px;
  overflow: hidden;
  color: var(--paper);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 37, 26, 0.92) 0%, rgba(16, 37, 26, 0.72) 48%, rgba(16, 37, 26, 0.22) 100%),
    linear-gradient(0deg, rgba(16, 37, 26, 0.88) 0%, rgba(16, 37, 26, 0.08) 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd37c;
}

.hero h1 {
  width: min(760px, 100%);
  margin: 0;
  font-size: clamp(3rem, 7.5vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  width: min(640px, 100%);
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: 1.18rem;
}

.hero-actions,
.inline-actions,
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.inline-actions,
.review-actions {
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 170ms ease, background-color 170ms ease, border-color 170ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button svg {
  width: 19px;
  height: 19px;
}

.button.primary {
  color: var(--paper);
  background: var(--clay);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #a9583f;
}

.button.secondary {
  color: var(--paper);
  background: rgba(255, 253, 248, 0.13);
  border-color: rgba(255, 253, 248, 0.45);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 253, 248, 0.23);
}

.button.whatsapp {
  color: var(--paper);
  background: #1d7a44;
}

.button.whatsapp:hover,
.button.whatsapp:focus-visible {
  background: #155f35;
}

.button.outline {
  color: var(--leaf-deep);
  background: transparent;
  border-color: var(--line);
}

.button.outline:hover,
.button.outline:focus-visible {
  background: #e4efdc;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(850px, 100%);
  margin: 44px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 248, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.2);
}

.hero-points div {
  padding: 18px;
  background: rgba(16, 37, 26, 0.38);
  backdrop-filter: blur(12px);
}

.hero-points dt {
  font-weight: 900;
}

.hero-points dd {
  margin: 4px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.93rem;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: -22px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.trust-bar div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 18px;
  color: var(--paper);
  background: var(--leaf-deep);
  border-right: 1px solid rgba(255, 253, 248, 0.14);
  font-size: 0.94rem;
  font-weight: 780;
}

.trust-bar div:first-child {
  border-radius: 8px 0 0 8px;
}

.trust-bar div:last-child {
  border-right: 0;
  border-radius: 0 8px 8px 0;
}

.trust-bar svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--gold);
}

.ad-zone {
  display: grid;
  place-items: center;
  max-width: var(--max);
  min-height: 96px;
  margin: 30px auto 0;
  padding: 18px 24px;
  color: #59645d;
  background: linear-gradient(135deg, #f4f7f1, #fffdf8);
  border: 1px dashed rgba(16, 37, 26, 0.25);
  border-radius: 8px;
  text-align: center;
}

.ad-zone span {
  color: #78847d;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ad-zone p {
  max-width: 720px;
  margin: 5px 0 0;
  font-size: 0.92rem;
}

.ad-zone-mid {
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 94px 24px;
}

.muted {
  max-width: none;
  background: var(--cream);
}

.muted > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.intro-section {
  padding-top: 82px;
}

.intro-grid,
.split-section,
.process-section,
.section-heading,
.contact-panel,
.area-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.2;
}

p {
  font-size: 1rem;
}

.intro-copy p,
.section-copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.intro-copy p + p {
  margin-top: 16px;
}

.section-heading {
  align-items: end;
  margin-bottom: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 7px;
  width: fit-content;
  color: var(--leaf-deep);
  font-weight: 850;
  text-decoration: none;
}

.text-link svg {
  width: 18px;
  height: 18px;
  transition: transform 160ms ease;
}

.text-link:hover svg,
.text-link:focus-visible svg {
  transform: translateX(3px);
}

.service-grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.guide-grid article {
  display: grid;
  align-content: start;
  min-height: 282px;
  padding: 25px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 37, 26, 0.06);
}

.service-card > svg {
  width: 35px;
  height: 35px;
  margin-bottom: 28px;
  color: var(--clay);
}

.service-card p,
.guide-grid p {
  margin: 13px 0 24px;
  color: var(--ink-soft);
}

.service-card a {
  align-self: end;
  color: var(--leaf-deep);
  font-weight: 850;
  text-decoration-color: rgba(45, 106, 79, 0.35);
  text-underline-offset: 4px;
}

.image-band {
  position: relative;
  min-height: 520px;
  color: var(--paper);
  overflow: hidden;
}

.image-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 37, 26, 0.84), rgba(16, 37, 26, 0.30)),
    linear-gradient(0deg, rgba(16, 37, 26, 0.58), rgba(16, 37, 26, 0.05));
}

.image-band-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  width: min(100%, var(--max));
  min-height: 520px;
  margin: 0 auto;
  padding: 80px 24px;
}

.image-band-content h2 {
  width: min(720px, 100%);
}

.image-band-content p:last-of-type {
  width: min(570px, 100%);
  margin: 20px 0 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 1.08rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article {
  padding: 0 0 0 22px;
  border-left: 3px solid #c6ddbe;
}

.process-grid span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--clay);
  font-weight: 950;
}

.process-grid p {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.review-stack {
  display: grid;
  gap: 14px;
}

blockquote {
  margin: 0;
  padding: 25px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

blockquote p {
  margin: 14px 0 16px;
  font-size: 1.1rem;
}

cite {
  color: var(--ink-soft);
  font-style: normal;
  font-weight: 800;
}

.google-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.google-row strong {
  color: var(--gold);
}

.area-layout {
  align-items: center;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.service-map {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(219, 234, 243, 0.85), rgba(248, 245, 237, 0.95)),
    repeating-linear-gradient(0deg, rgba(16, 37, 26, 0.08) 0 1px, transparent 1px 56px),
    repeating-linear-gradient(90deg, rgba(16, 37, 26, 0.08) 0 1px, transparent 1px 56px);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-map strong {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  color: var(--paper);
  background: var(--leaf-deep);
  border: 8px solid rgba(119, 184, 74, 0.55);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.map-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid rgba(31, 111, 67, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 250px;
  height: 250px;
}

.ring-two {
  width: 430px;
  height: 430px;
  background: rgba(31, 111, 67, 0.08);
}

.map-label {
  position: absolute;
  z-index: 2;
  padding: 6px 9px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 840;
}

.map-label.north {
  left: 43%;
  top: 12%;
}

.map-label.east {
  right: 10%;
  top: 44%;
}

.map-label.south {
  left: 43%;
  bottom: 11%;
}

.map-label.west {
  left: 10%;
  top: 45%;
}

.guide-grid article {
  background: linear-gradient(180deg, var(--paper), #f7fbf4);
}

.guide-grid span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-grid a {
  align-self: end;
  color: var(--leaf-deep);
  font-weight: 850;
  text-decoration-color: rgba(45, 106, 79, 0.35);
  text-underline-offset: 4px;
}

.area-page-link {
  margin-top: 24px;
}

.contact-section {
  padding: 94px 24px;
  background: var(--leaf-deep);
}

.contact-panel {
  max-width: var(--max);
  margin: 0 auto;
  padding: 36px;
  color: var(--paper);
  background: #10251a;
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-copy p:not(.section-kicker) {
  width: min(520px, 100%);
  color: rgba(255, 253, 248, 0.82);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-methods a,
.contact-methods span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--paper);
  text-decoration: none;
}

.contact-methods svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
}

.quote-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 22px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-form textarea {
  resize: vertical;
}

.full-width {
  grid-column: 1 / -1;
}

.quote-form .button {
  width: 100%;
  border: 0;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--leaf-deep);
  font-weight: 850;
}

.form-status.is-error {
  color: #9b2f21;
}

.form-note {
  margin: -6px 0 0;
  color: #657168;
  font-size: 0.84rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.8fr;
  gap: 34px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 48px 24px 92px;
  color: var(--ink-soft);
}

.footer-brand img {
  width: 220px;
}

.site-footer p {
  width: min(440px, 100%);
  margin: 18px 0 0;
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-links a,
.footer-contact a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.footer-contact span {
  margin-top: 8px;
  font-size: 0.92rem;
}

.cookie-banner {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: none;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 14px;
  width: min(460px, calc(100vw - 36px));
  padding: 14px;
  color: var(--paper);
  background: rgba(16, 37, 26, 0.96);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cookie-banner.is-visible {
  display: grid;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
}

.cookie-banner a {
  color: #ffd37c;
  font-weight: 850;
  text-decoration: none;
}

.cookie-banner button {
  min-height: 38px;
  padding: 8px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 8px;
  font-weight: 850;
  cursor: pointer;
}

.mobile-contact-bar {
  position: fixed;
  z-index: 18;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 37, 26, 0.24);
}

.mobile-contact-bar a {
  display: grid;
  place-items: center;
  gap: 3px;
  min-height: 58px;
  color: var(--ink);
  border-right: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 850;
  text-decoration: none;
}

.mobile-contact-bar a:last-child {
  border-right: 0;
}

.mobile-contact-bar svg {
  width: 19px;
  height: 19px;
  color: var(--leaf);
}

.privacy-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 170px 24px 90px;
}

.privacy-main h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1;
}

.privacy-main h2 {
  margin-top: 34px;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.privacy-main p,
.privacy-main li {
  color: var(--ink-soft);
}

.content-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 152px 24px 90px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 760;
}

.breadcrumb a {
  color: var(--leaf-deep);
  text-decoration: none;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
  padding: 28px 0 42px;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.page-hero p {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.page-hero img,
.page-hero iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 44px rgba(16, 37, 26, 0.13);
}

.guide-hero img {
  max-height: 460px;
}

.compact-actions {
  margin-top: 24px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: start;
  padding: 58px 0;
}

.article-body {
  max-width: 780px;
}

.wide-article {
  max-width: 920px;
  padding: 40px 0 0;
}

.article-body h2 {
  margin-top: 36px;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  margin-top: 24px;
}

.article-body p,
.article-body li {
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.content-sidebar {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 13px;
  padding: 22px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.content-sidebar h2 {
  font-size: 1.55rem;
}

.content-sidebar h3 {
  margin-top: 10px;
}

.content-sidebar p {
  margin: 0;
  color: var(--ink-soft);
}

.content-sidebar .button {
  width: 100%;
}

.sidebar-link {
  color: var(--leaf-deep);
  font-weight: 850;
  text-decoration: none;
}

.article-ad {
  margin: 18px 0 10px;
}

.google-map {
  background: var(--cream);
}

iframe.service-map.google-map {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (max-width: 1020px) {
  .brand img {
    width: 185px;
  }

  .nav-links a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 920px) {
  .top-strip {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-links {
    position: fixed;
    z-index: -1;
    top: 116px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 4px;
    padding: 15px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links a {
    color: var(--ink);
    border-radius: 8px;
  }

  .nav-links .nav-cta {
    justify-content: center;
    margin-left: 0;
    color: var(--paper);
  }

  .hero {
    min-height: 780px;
    padding-top: 158px;
  }

  .trust-bar,
  .service-grid,
  .process-grid,
  .guide-grid,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .trust-bar div:first-child {
    border-radius: 8px 0 0 0;
  }

  .trust-bar div:nth-child(2) {
    border-radius: 0 8px 0 0;
    border-right: 0;
  }

  .trust-bar div:nth-child(3) {
    border-radius: 0 0 0 8px;
  }

  .trust-bar div:last-child {
    border-radius: 0 0 8px 0;
  }

  .intro-grid,
  .split-section,
  .process-section,
  .section-heading,
  .contact-panel,
  .area-layout,
  .page-hero,
  .article-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .content-sidebar {
    position: static;
  }

  .text-link {
    justify-self: start;
  }

  .contact-panel {
    padding: 26px;
  }
}

@media (max-width: 680px) {
  .top-strip {
    gap: 16px;
    font-size: 0.78rem;
  }

  .top-strip span {
    display: none;
  }

  .nav-shell {
    min-height: 72px;
    padding: 0 14px;
  }

  .brand img {
    width: 158px;
  }

  .hero {
    min-height: 780px;
    padding: 142px 18px 48px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(16, 37, 26, 0.94), rgba(16, 37, 26, 0.68)),
      linear-gradient(0deg, rgba(16, 37, 26, 0.9), rgba(16, 37, 26, 0.22) 52%);
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.1rem);
  }

  .hero-copy {
    font-size: 1.05rem;
  }

  .hero-actions,
  .inline-actions,
  .review-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-points,
  .trust-bar,
  .service-grid,
  .process-grid,
  .guide-grid,
  .quote-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .trust-bar {
    margin-top: 0;
    padding: 0;
  }

  .trust-bar div,
  .trust-bar div:first-child,
  .trust-bar div:nth-child(2),
  .trust-bar div:nth-child(3),
  .trust-bar div:last-child {
    border-radius: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.13);
  }

  .ad-zone {
    min-height: 82px;
    margin-left: 14px;
    margin-right: 14px;
    padding: 14px;
  }

  .section {
    padding: 70px 18px;
  }

  .intro-section {
    padding-top: 70px;
  }

  .service-card,
  .guide-grid article {
    min-height: auto;
  }

  .image-band,
  .image-band-content {
    min-height: 560px;
  }

  .service-map {
    min-height: 310px;
  }

  .ring-one {
    width: 210px;
    height: 210px;
  }

  .ring-two {
    width: 350px;
    height: 350px;
  }

  .service-map strong {
    width: 116px;
    height: 116px;
    font-size: 0.9rem;
  }

  .contact-section {
    padding: 72px 18px;
  }

  .content-page {
    padding: 134px 18px 82px;
  }

  .page-hero img,
  .page-hero iframe {
    min-height: 310px;
  }

  .contact-panel,
  .quote-form {
    padding: 20px;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 84px;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 10px;
    width: auto;
  }

  .cookie-banner p {
    font-size: 0.78rem;
  }

  .cookie-banner a {
    font-size: 0.78rem;
  }

  .cookie-banner button {
    grid-column: 1 / -1;
    min-height: 34px;
  }

  .mobile-contact-bar {
    display: grid;
  }
}
