:root {
  --green-950: #0b2419;
  --green-900: #113f2a;
  --green-800: #174f35;
  --green-700: #1f6a45;
  --green-100: #e6f1ea;
  --industrial-yellow: #f4bd28;
  --hot-pink: #e83f7d;
  --ink: #17231d;
  --muted: #66716b;
  --line: #dfe7e2;
  --surface: #ffffff;
  --surface-soft: #f4f7f5;
  --shadow-soft: 0 18px 55px rgba(8, 34, 22, 0.13);
  --shadow-card: 0 12px 34px rgba(8, 34, 22, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface-soft);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--industrial-yellow);
  color: var(--green-950);
  font-weight: 800;
}
.skip-link:focus { top: 12px; }

.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.section-pad { padding: 76px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 231, 226, 0.85);
  backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(1180px, calc(100% - 28px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 10px 22px rgba(17, 63, 42, 0.22);
}
.brand strong { display: block; font-size: 1rem; color: var(--green-950); }
.brand small { display: block; margin-top: -2px; color: var(--muted); font-size: 0.76rem; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; flex-wrap: wrap; }
.nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a {
  padding: 10px 10px;
  border-radius: 999px;
  color: #314139;
  font-size: 0.9rem;
  font-weight: 700;
}
.nav-links a:hover { background: var(--green-100); color: var(--green-900); }
.system-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--green-900);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 12px 24px rgba(17, 63, 42, 0.18);
}
.system-link:hover { background: var(--green-700); }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(232, 63, 125, 0.22), transparent 32%),
    linear-gradient(132deg, var(--green-950), var(--green-900) 52%, #153222);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.55;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.94fr);
  align-items: center;
  gap: 54px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--industrial-yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 12px;
  max-width: 760px;
  font-size: clamp(2.08rem, 4.25vw, 3.55rem);
  line-height: 1;
  letter-spacing: -0.058em;
}
.hero-address {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--industrial-yellow);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 900;
}
h2 {
  margin-bottom: 16px;
  color: var(--green-950);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}
h3 { color: var(--green-950); line-height: 1.15; }
.hero-lead { max-width: 760px; margin-bottom: 16px; font-size: clamp(1.08rem, 1.7vw, 1.36rem); line-height: 1.35; color: #eaf5ee; }
.hero-text { max-width: 720px; color: rgba(255,255,255,0.78); font-size: 1.05rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--industrial-yellow); color: var(--green-950); box-shadow: 0 14px 30px rgba(244, 189, 40, 0.24); }
.btn-secondary { background: var(--green-900); color: #fff; box-shadow: 0 14px 28px rgba(17, 63, 42, 0.18); }
.btn-outline { border-color: rgba(255,255,255,0.28); color: #fff; background: rgba(255,255,255,0.08); }
.btn-contact { width: min(100%, 340px); min-height: 58px; background: var(--green-900); color: #fff; font-size: 1.05rem; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts span {
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.78);
}
.hero-facts strong { color: #fff; }

.hero-media {
  position: relative;
  min-height: 470px;
}
.photo-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 28px;
  background: linear-gradient(135deg, #dce7df, #ffffff);
  box-shadow: var(--shadow-soft);
}
.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(4, 31, 19, 0.18));
  mix-blend-mode: soft-light;
}
.photo-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.12) brightness(1.08);
}
.photo-card img:not([src]), .photo-card img[src=""] { visibility: hidden; }
.photo-card figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 36, 25, 0.78);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.photo-card-main { height: 430px; transform: rotate(-1.5deg); }
.photo-card-small {
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 52%;
  height: 245px;
  border: 8px solid #fff;
  transform: rotate(2deg);
}
.hero-photo-panel {
  display: block;
}

.hero-info-panel {
  display: grid;
  align-content: center;
  gap: 18px;
}
.info-card, .service-panel {
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.06));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}
.info-card { padding: 30px; color: #fff; }
.info-card-main { min-height: 300px; }
.info-card-small { width: min(82%, 360px); margin-left: auto; border-color: rgba(244, 189, 40, 0.45); }
.info-card span, .service-panel span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--industrial-yellow);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.info-card strong, .service-panel strong { display: block; margin-bottom: 12px; font-size: clamp(1.55rem, 3vw, 2.4rem); line-height: 1.05; }
.info-card p, .service-panel p { margin-bottom: 0; color: rgba(255,255,255,0.8); font-size: 1.05rem; }

.section-heading { max-width: 820px; margin: 0 auto 34px; text-align: center; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.section-heading-left { margin: 0; text-align: left; }
.needs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.need-card {
  min-height: 206px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-card);
}
.need-card .need-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: var(--green-100);
  color: var(--green-900);
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px rgba(17, 63, 42, 0.08);
}
.need-card h3 { margin-bottom: 10px; font-size: 1.18rem; }
.need-card p { margin-bottom: 0; color: var(--muted); font-size: 0.95rem; }
.need-card-accent { border-color: rgba(232, 63, 125, 0.34); box-shadow: 0 16px 36px rgba(232, 63, 125, 0.11); }
.need-card-accent .need-icon { background: rgba(232, 63, 125, 0.1); color: var(--hot-pink); }

.split-section { padding-top: 22px; }
.split-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  box-shadow: var(--shadow-soft);
}
.split-card h2 { color: #fff; }
.split-card p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,0.82); font-size: 1.08rem; }
.split-card .eyebrow { color: var(--industrial-yellow); }

.advice-grid, .fumigation-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: center;
}
.technical-panel {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow-card);
}
.technical-panel div {
  padding: 18px;
  border-left: 5px solid var(--industrial-yellow);
  border-radius: 16px;
  background: var(--surface-soft);
}
.technical-panel strong { display: block; color: var(--green-950); font-size: 1.03rem; }
.technical-panel span { display: block; color: var(--muted); }

.fumigation-section { background: #fff; }
.fumigation-grid { grid-template-columns: minmax(0, 1fr) minmax(310px, 0.78fr); }
.fumigation-grid p { color: var(--muted); font-size: 1.08rem; }
.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  padding: 0;
  margin: 24px 0 28px;
  list-style: none;
}
.check-list li {
  position: relative;
  padding: 12px 12px 12px 38px;
  border-radius: 15px;
  background: var(--surface-soft);
  color: #34473d;
  font-weight: 750;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hot-pink);
}
.service-photo { min-height: 390px; }
.service-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
}
.service-panel strong { color: #fff; }

.local-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: 250px;
  gap: 16px;
}
.local-gallery .photo-card:first-child { grid-row: span 2; }
.local-gallery .photo-card { border-color: #fff; box-shadow: var(--shadow-card); }
.local-gallery img { filter: saturate(1.1) contrast(1.12) brightness(1.08); }
.local-section { background: linear-gradient(180deg, #fff, var(--surface-soft)); }

.contact-section { background: linear-gradient(180deg, var(--surface-soft), #fff); }
.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}
.contact-card address { display: grid; gap: 8px; color: var(--muted); font-style: normal; font-size: 1.08rem; }
.contact-card address a { color: var(--green-900); font-weight: 900; }
.site-footer { padding: 28px 0 96px; color: rgba(255,255,255,0.78); background: var(--green-950); }
.footer-grid { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-grid p { margin: 0; }
.footer-grid strong { color: #fff; }
.footer-system-link {
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.32);
  text-underline-offset: 4px;
}
.footer-system-link:hover { color: #fff; text-decoration-color: var(--industrial-yellow); }
.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 12;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #082416;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.28);
  font-weight: 950;
}

@media (max-width: 980px) {
  .section-pad { padding: 58px 0; }
  .nav-shell { align-items: flex-start; flex-direction: column; padding: 12px 0; }
  .nav-actions, .nav-links { justify-content: flex-start; }
  .hero-grid, .advice-grid, .fumigation-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 430px; }
  .needs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 22px, 1140px); }
  .section-pad { padding: 46px 0; }
  .nav-links { display: flex; gap: 2px; }
  .nav-links a { padding: 8px 9px; font-size: 0.86rem; }
  .hero-grid { gap: 32px; }
  .hero-media { min-height: auto; }
  .info-card-main, .info-card-small { width: 100%; min-height: auto; margin-left: 0; }
  .photo-card-main, .photo-card-small { position: relative; width: 100%; height: 300px; right: auto; bottom: auto; transform: none; }
  .photo-card-small { margin-top: 14px; border-width: 0; }
  .button-row .btn { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr; }
  .needs-grid, .check-list, .local-gallery { grid-template-columns: 1fr; }
  .local-gallery { grid-auto-rows: 260px; }
  .local-gallery .photo-card:first-child { grid-row: auto; }
  .split-card, .contact-card { align-items: stretch; flex-direction: column; padding: 24px; }
  .btn-contact { width: 100%; }
  .floating-whatsapp { left: 14px; right: 14px; bottom: 12px; }
}
