:root {
  --klomp-ink: #092318;
  --klomp-ink-2: #0d3524;
  --klomp-green: #419927;
  --klomp-green-2: #58b83a;
  --klomp-soft: #f5f8f2;
  --klomp-line: #dfe8d9;
  --klomp-muted: #5c6b62;
  --klomp-white: #ffffff;
  --klomp-shadow: 0 24px 70px rgba(8, 37, 24, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.klomp-page {
  margin: 0;
  color: var(--klomp-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

body.klomp-page a {
  color: inherit;
  text-decoration: none;
}

body.klomp-page img {
  max-width: 100%;
  display: block;
}

body.klomp-page svg {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.klomp-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.klomp-topbar {
  background: linear-gradient(90deg, #082318, #0a2c1e 56%, #0f3b26);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
}

.klomp-topbar__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.klomp-topbar__items {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.klomp-pill-icon,
.klomp-topbar svg,
.klomp-nav__phone svg {
  color: var(--klomp-green-2);
}

.klomp-topbar__item,
.klomp-nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.klomp-topbar__phone {
  margin-left: auto;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.klomp-topbar__cta {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  background: linear-gradient(135deg, #4ca62e, #2f7e1f);
  color: white;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.klomp-nav {
  background: #fff;
  border-bottom: 1px solid #edf1ec;
}

.klomp-nav__inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.klomp-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.klomp-brand__mark {
  width: 58px;
  height: 58px;
  border: 3px solid #17462b;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f9fff6, #e7f4df);
  box-shadow: 0 10px 28px rgba(40, 100, 32, 0.13);
}

.klomp-brand__mark svg {
  width: 34px;
  height: 34px;
  color: var(--klomp-green);
}

.klomp-brand__name {
  display: block;
  font-size: 36px;
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.klomp-brand__sub {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.klomp-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.klomp-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  position: relative;
}

.klomp-menu a[aria-current="page"] {
  color: var(--klomp-green);
}

.klomp-menu a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 3px;
  border-radius: 999px;
  background: var(--klomp-green);
}

.klomp-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 5% 20%, rgba(87, 184, 58, 0.08), transparent 34%),
    linear-gradient(90deg, #ffffff 0%, #f5f8f3 45%, #e5ede2 100%);
}

.klomp-hero__inner {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(430px, 0.95fr) minmax(420px, 1.05fr) minmax(330px, 0.68fr);
  align-items: stretch;
}

.klomp-hero__copy {
  padding: 56px 42px 54px 0;
  z-index: 2;
}

.klomp-eyebrow {
  margin: 0 0 18px;
  color: var(--klomp-green);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.klomp-hero h1 {
  margin: 0;
  max-width: 570px;
  color: #0d2b1e;
  font-size: clamp(42px, 3.65vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.klomp-accent {
  color: var(--klomp-green);
}

.klomp-hero__lead {
  margin: 20px 0 0;
  max-width: 560px;
  color: #263f33;
  font-size: 18px;
  line-height: 1.58;
}

.klomp-hero__proofs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 0;
}

.klomp-proof {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 13px;
}

.klomp-proof__icon,
.klomp-service__icon,
.klomp-metric__icon {
  display: grid;
  place-items: center;
  border: 2px solid var(--klomp-green);
  border-radius: 999px;
  color: var(--klomp-green);
  background: rgba(255, 255, 255, 0.78);
}

.klomp-proof__icon {
  width: 54px;
  height: 54px;
}

.klomp-proof__icon svg,
.klomp-metric__icon svg {
  width: 28px;
  height: 28px;
}

.klomp-proof strong {
  display: block;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.klomp-proof span {
  display: block;
  margin-top: 4px;
  color: #375246;
  font-size: 13px;
  line-height: 1.35;
}

.klomp-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.klomp-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.klomp-btn:hover {
  transform: translateY(-2px);
}

.klomp-btn--primary {
  color: white;
  background: linear-gradient(135deg, #55b939, #2e8420);
  box-shadow: 0 18px 40px rgba(60, 153, 39, 0.26);
}

.klomp-btn--ghost {
  color: #0b2518;
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(9, 35, 24, 0.28);
}

.klomp-hero__media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.klomp-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.48) 22%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(270deg, rgba(9, 35, 24, 0.08), transparent 42%);
}

.klomp-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.klomp-quote {
  align-self: center;
  position: relative;
  z-index: 4;
  margin-left: -18px;
}

.klomp-form {
  padding: 24px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(145deg, rgba(8, 46, 31, 0.98), rgba(3, 24, 16, 0.98));
  box-shadow: var(--klomp-shadow);
}

.klomp-form h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.1;
}

.klomp-form p {
  margin: 8px 0 22px;
  color: rgba(255, 255, 255, 0.78);
}

.klomp-lead-form {
  display: grid;
  gap: 9px;
}

.klomp-field {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(9, 35, 24, 0.22);
  border-radius: 5px;
  padding: 0 14px;
  color: #10281c;
  background: #fff;
  font: inherit;
  outline: none;
}

textarea.klomp-field {
  min-height: 66px;
  padding-top: 13px;
  resize: vertical;
}

.klomp-field:focus {
  border-color: var(--klomp-green-2);
  box-shadow: 0 0 0 3px rgba(88, 184, 58, 0.17);
}

.klomp-field-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 9px;
}

.klomp-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 6px 0 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.4;
}

.klomp-form__submit {
  width: 100%;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 6px;
  color: white;
  background: linear-gradient(135deg, #59ba38, #2f8420);
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.klomp-form__status {
  display: none;
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 14px;
}

.klomp-form__status.is-success {
  display: block;
  color: #dfffd8;
  background: rgba(77, 166, 48, 0.18);
}

.klomp-form__status.is-error {
  display: block;
  color: #ffd7d7;
  background: rgba(224, 64, 64, 0.18);
}

.klomp-pest-section {
  padding: 34px 0 58px;
  background: #fff;
}

.klomp-section-title {
  margin: 0 0 26px;
  text-align: center;
  color: #101d17;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.klomp-section-title span {
  color: var(--klomp-green);
}

.klomp-pests {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.klomp-pest {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 22px 16px;
  border: 1px solid #e2e9df;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 57, 32, 0.06);
}

.klomp-pest svg {
  width: 46px;
  height: 46px;
  color: var(--klomp-green);
}

.klomp-pest strong {
  display: block;
  font-size: 16px;
}

.klomp-pest span {
  color: var(--klomp-muted);
  font-size: 13px;
  line-height: 1.35;
}

.klomp-center-link {
  margin-top: 24px;
  text-align: center;
}

.klomp-link-arrow {
  color: #0b2c1d;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.klomp-expert {
  padding: 58px 0 22px;
  background: linear-gradient(180deg, #f7faf5, #fff);
}

.klomp-expert__grid {
  display: grid;
  grid-template-columns: 0.95fr 0.95fr 0.8fr;
  gap: 28px;
  align-items: stretch;
}

.klomp-expert__copy,
.klomp-reasons {
  padding: 38px;
  border-radius: 10px;
}

.klomp-expert__copy {
  background: #fff;
}

.klomp-expert__label {
  margin: 0 0 12px;
  color: var(--klomp-green);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.klomp-expert h2 {
  margin: 0;
  font-size: clamp(30px, 2.9vw, 45px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.klomp-expert p {
  color: #344a3e;
  font-size: 17px;
  line-height: 1.72;
}

.klomp-checks {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.klomp-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #1b3527;
  font-weight: 700;
}

.klomp-checks li::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
  border-radius: 999px;
  background: var(--klomp-green);
  box-shadow: inset 0 0 0 5px #e9f6e5;
}

.klomp-van-card {
  overflow: hidden;
  border-radius: 10px;
  background: #dfe8d9;
  box-shadow: var(--klomp-shadow);
}

.klomp-van-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.klomp-reasons {
  background: linear-gradient(145deg, #eff5eb, #f8fbf6);
}

.klomp-reasons h3 {
  margin: 0 0 20px;
  font-size: 24px;
}

.klomp-stats {
  margin-top: 34px;
  background: radial-gradient(circle at top left, rgba(83, 183, 55, 0.25), transparent 38%), linear-gradient(90deg, #06301f, #092116);
  color: white;
}

.klomp-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.klomp-metric {
  min-height: 132px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
  padding: 26px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.klomp-metric:last-child {
  border-right: 0;
}

.klomp-metric__icon {
  width: 54px;
  height: 54px;
  color: #8edb74;
  border-color: rgba(142, 219, 116, 0.72);
  background: rgba(255, 255, 255, 0.04);
}

.klomp-metric strong {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.klomp-metric span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.45;
}

.klomp-info {
  padding: 62px 0 72px;
  background: #fff;
}

.klomp-info__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.klomp-panel {
  padding: 34px;
  border: 1px solid #e3eadf;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(14, 45, 28, 0.06);
}

.klomp-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.12;
}

.klomp-panel p {
  color: #405549;
  line-height: 1.7;
}

.klomp-faq {
  display: grid;
  gap: 12px;
}

.klomp-faq details {
  border: 1px solid #dfe8d9;
  border-radius: 8px;
  background: #f9fbf7;
}

.klomp-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 850;
}

.klomp-faq p {
  margin: 0;
  padding: 0 20px 18px;
}

.klomp-final {
  padding: 44px 0;
  color: white;
  background: linear-gradient(135deg, #08301f, #0d4328 58%, #4c9928);
}

.klomp-final__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.klomp-final h2 {
  margin: 0;
  font-size: clamp(29px, 3vw, 46px);
  letter-spacing: -0.035em;
}

.klomp-final p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.klomp-footer {
  padding: 46px 0 20px;
  color: rgba(255, 255, 255, 0.78);
  background: #071911;
}

.klomp-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr);
  gap: 40px;
}

.klomp-footer h3,
.klomp-footer h4 {
  color: #fff;
  margin: 0 0 14px;
}

.klomp-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.klomp-footer__bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

@media (max-width: 1220px) {
  .klomp-hero__inner {
    grid-template-columns: minmax(360px, 1fr) minmax(360px, 0.8fr);
  }

  .klomp-hero__media {
    position: absolute;
    inset: 0 0 0 42%;
    opacity: 0.25;
  }

  .klomp-quote {
    margin-left: 0;
    padding: 72px 0;
  }

  .klomp-pests {
    grid-template-columns: repeat(3, 1fr);
  }

  .klomp-expert__grid {
    grid-template-columns: 1fr 1fr;
  }

  .klomp-reasons {
    grid-column: 1 / -1;
  }

  .klomp-stats__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .klomp-shell {
    width: min(100% - 32px, 760px);
  }

  .klomp-topbar__items {
    display: none;
  }

  .klomp-topbar__inner {
    justify-content: flex-end;
  }

  .klomp-nav__inner {
    min-height: auto;
    padding: 20px 0;
    align-items: flex-start;
  }

  .klomp-menu {
    display: none;
  }

  .klomp-brand__name {
    font-size: 30px;
  }

  .klomp-hero__inner {
    display: block;
    min-height: 0;
    padding-bottom: 34px;
  }

  .klomp-hero__copy {
    padding: 52px 0 28px;
  }

  .klomp-hero__media {
    position: relative;
    inset: auto;
    min-height: 300px;
    height: 340px;
    margin: 0 0 24px;
    border-radius: 12px;
    opacity: 1;
  }

  .klomp-hero__media img {
    min-height: 0;
    height: 100%;
  }

  .klomp-quote {
    padding: 0;
  }

  .klomp-hero__proofs,
  .klomp-info__grid,
  .klomp-final__inner,
  .klomp-footer__grid {
    grid-template-columns: 1fr;
  }

  .klomp-pests {
    grid-template-columns: repeat(2, 1fr);
  }

  .klomp-expert__grid {
    grid-template-columns: 1fr;
  }

  .klomp-van-card {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .klomp-shell {
    width: min(100% - 24px, 520px);
  }

  .klomp-topbar__phone {
    font-size: 15px;
  }

  .klomp-topbar__cta {
    padding: 0 14px;
  }

  .klomp-brand__mark {
    width: 48px;
    height: 48px;
  }

  .klomp-brand__name {
    font-size: 25px;
  }

  .klomp-brand__sub {
    font-size: 10px;
  }

  .klomp-hero h1 {
    font-size: 43px;
  }

  .klomp-hero__lead {
    font-size: 17px;
  }

  .klomp-hero__proofs,
  .klomp-pests,
  .klomp-stats__grid,
  .klomp-field-row {
    grid-template-columns: 1fr;
  }

  .klomp-form,
  .klomp-panel,
  .klomp-expert__copy,
  .klomp-reasons {
    padding: 24px;
  }

  .klomp-footer__bottom {
    flex-direction: column;
  }
}


/* Partner-first lead block, added by Codex 2026-07-13. */
.klomp-partner-cta {
  display: grid;
  gap: 13px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.08);
}
.klomp-partner-kicker {
  color: #8bd44f;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}
.klomp-partner-cta h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.klomp-partner-cta p,
.klomp-partner-note {
  margin: 0;
  color: rgba(255,255,255,.82);
}
.klomp-partner-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.9);
  font-weight: 750;
}
.klomp-partner-list li {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  align-items: center;
}
.klomp-partner-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #8bd44f;
  box-shadow: 0 0 0 4px rgba(139,212,79,.14);
}
.klomp-partner-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 6px;
  color: #06152d !important;
  background: #fff !important;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.klomp-partner-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(0,0,0,.28);
}
.klomp-partner-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #06152d !important;
}
