@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/share/fonts/manrope/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/share/fonts/manrope/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --pc-forest-950: #0b2d21;
  --pc-forest-900: #103d2d;
  --pc-forest-800: #154e38;
  --pc-forest-700: #1d6849;
  --pc-lime-600: #66a824;
  --pc-lime-500: #79bb30;
  --pc-lime-100: #edf7df;
  --pc-orange-600: #e96e0d;
  --pc-orange-500: #f58220;
  --pc-orange-100: #fff0e2;
  --pc-ink: #17221d;
  --pc-muted: #5d6963;
  --pc-line: #dfe8e2;
  --pc-surface: #ffffff;
  --pc-canvas: #f7faf7;
  --pc-shadow-sm: 0 8px 24px rgba(16, 61, 45, .08);
  --pc-shadow-md: 0 16px 40px rgba(16, 61, 45, .12);
  --pc-shadow-lg: 0 24px 70px rgba(11, 45, 33, .16);
  --pc-radius-sm: 12px;
  --pc-radius-md: 18px;
  --pc-radius-lg: 28px;
}

html { scroll-behavior: smooth; }
body.pc-page {
  min-width: 0;
  margin: 0;
  background: var(--pc-canvas);
  color: var(--pc-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.pc-page *, body.pc-page *::before, body.pc-page *::after { box-sizing: border-box; }
body.pc-page img { display: block; max-width: 100%; }
body.pc-page a { color: inherit; text-decoration: none; }
body.pc-page button, body.pc-page input, body.pc-page textarea { font: inherit; }
body.pc-page :focus-visible { outline: 3px solid rgba(245, 130, 32, .42); outline-offset: 3px; }

.pc-skip-link { position: fixed; left: 16px; top: -80px; z-index: 2000; padding: 10px 16px; border-radius: 10px; background: #fff; color: var(--pc-forest-900); box-shadow: var(--pc-shadow-md); font-weight: 800; }
.pc-skip-link:focus { top: 16px; }
.pc-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.pc-section { padding: 88px 0; }
.pc-section--compact { padding: 56px 0; }
.pc-section--white { background: #fff; }
.pc-section--soft { background: linear-gradient(180deg, #f7faf7 0%, #f0f7f1 100%); }
.pc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.pc-section-head__copy { max-width: 710px; }
.pc-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--pc-lime-600); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pc-eyebrow::before { width: 28px; height: 2px; border-radius: 2px; background: currentColor; content: ""; }
.pc-title { margin: 0; color: var(--pc-ink); font-size: clamp(32px, 3.5vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.pc-title--small { font-size: clamp(28px, 2.6vw, 40px); }
.pc-lead { margin: 16px 0 0; color: var(--pc-muted); font-size: 17px; line-height: 1.75; }
.pc-icon { width: 24px; height: 24px; flex: 0 0 auto; }

.pc-utility { background: var(--pc-forest-950); color: #dcece4; font-size: 12px; }
.pc-utility__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pc-utility__group { display: flex; align-items: center; gap: 22px; }
.pc-utility__item { display: inline-flex; align-items: center; gap: 7px; }
.pc-utility .pc-icon { width: 15px; height: 15px; color: #9fd466; }

.pc-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(18, 70, 51, .08); background: rgba(255, 255, 255, .94); box-shadow: 0 8px 24px rgba(16, 61, 45, .04); backdrop-filter: blur(16px); }
.pc-header__inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.pc-logo { display: inline-flex; width: 232px; flex: 0 0 232px; }
.pc-logo img { width: 232px; height: auto; }
.pc-nav { margin-left: auto; }
.pc-nav__list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.pc-nav__link { display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; border-radius: 10px; color: #34423b; font-size: 13px; font-weight: 700; transition: background .24s ease, color .24s ease, transform .24s ease; }
.pc-nav__link:hover { background: var(--pc-lime-100); color: var(--pc-forest-800); text-decoration: none; transform: translateY(-1px); }

.pc-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; line-height: 1.2; box-shadow: 0 9px 22px rgba(20, 75, 54, .1); cursor: pointer; transition: transform .24s ease, box-shadow .24s ease, background .24s ease, border-color .24s ease; }
.pc-button:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(20, 75, 54, .16); }
.pc-button--orange { background: linear-gradient(135deg, var(--pc-orange-500), #ff9c3d); color: #fff; box-shadow: 0 11px 26px rgba(245, 130, 32, .28); }
.pc-button--orange:hover { background: linear-gradient(135deg, var(--pc-orange-600), var(--pc-orange-500)); box-shadow: 0 15px 34px rgba(245, 130, 32, .34); }
body.pc-page a.pc-button--outline { border-color: #b5cdbf; background: #fff; color: #123f30; box-shadow: 0 9px 22px rgba(6, 38, 27, .16); }
body.pc-page a.pc-button--outline:hover { border-color: #86ad98; background: #eff7f2; color: #0b3326; box-shadow: 0 14px 30px rgba(6, 38, 27, .22); }
body.pc-page a.pc-button--outline:focus-visible { outline: 3px solid rgba(245, 130, 32, .55); outline-offset: 3px; }
.pc-button--dark { background: var(--pc-forest-900); color: #fff; }
.pc-button--header { min-height: 44px; margin-left: 2px; padding-inline: 16px; border-color: #9dcc68; background: #fff; color: var(--pc-forest-900); box-shadow: none; white-space: nowrap; }
.pc-button .pc-icon { width: 19px; height: 19px; }

.pc-hero { position: relative; min-height: 650px; overflow: hidden; background: #fff; }
.pc-hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(247,250,247,.92)); pointer-events: none; content: ""; }
.pc-hero__media { position: absolute; inset: 0 0 0 42%; }
.pc-hero__media::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 8%, rgba(255,255,255,.34) 33%, rgba(255,255,255,0) 62%); content: ""; }
.pc-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 50%; }
.pc-hero__inner { position: relative; z-index: 2; min-height: 650px; display: flex; align-items: center; }
.pc-hero__content { width: min(630px, 57%); padding: 70px 0 130px; }
.pc-hero h1 { margin: 0; max-width: 600px; color: #121a16; font-size: clamp(52px, 5.1vw, 78px); line-height: 1.01; letter-spacing: -.058em; }
.pc-hero h1 span { display: block; color: var(--pc-forest-700); }
.pc-hero__text { max-width: 585px; margin: 24px 0 0; color: #4b5a52; font-size: 18px; line-height: 1.75; }
.pc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pc-hero__actions .pc-button { min-height: 54px; padding-inline: 23px; }
.pc-hero__micro { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 26px 0 0; padding: 0; list-style: none; color: #4c5f55; font-size: 12px; font-weight: 700; }
.pc-hero__micro li { display: inline-flex; align-items: center; gap: 7px; }
.pc-hero__micro .pc-icon { width: 18px; height: 18px; color: var(--pc-lime-600); }

.pc-trust { position: relative; z-index: 3; margin-top: -78px; }
.pc-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(25, 91, 65, .1); border-radius: var(--pc-radius-md); background: #fff; box-shadow: var(--pc-shadow-md); }
.pc-trust__item { min-height: 120px; display: flex; align-items: center; gap: 15px; padding: 24px; border-right: 1px solid var(--pc-line); }
.pc-trust__item:last-child { border-right: 0; }
.pc-trust__item .pc-trust__icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 48px; border-radius: 14px; background: var(--pc-lime-100); color: var(--pc-forest-700); line-height: 0; }
.pc-trust__icon .pc-icon { width: 25px; height: 25px; }
.pc-trust__item strong { display: block; margin-bottom: 3px; color: var(--pc-forest-950); font-size: 14px; line-height: 1.35; }
.pc-trust__item span { display: block; color: var(--pc-muted); font-size: 11px; line-height: 1.45; }

.pc-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pc-service-card { position: relative; min-height: 320px; overflow: hidden; border: 1px solid var(--pc-line); border-radius: var(--pc-radius-md); background: #fff; box-shadow: var(--pc-shadow-sm); transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease; }
.pc-service-card:hover { border-color: #b5d69b; box-shadow: var(--pc-shadow-md); transform: translateY(-6px); }
.pc-service-card__visual { height: 126px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #eef7e9, #f9fcf7); }
.pc-service-card__visual::before, .pc-service-card__visual::after { position: absolute; border-radius: 50%; background: rgba(121,187,48,.12); content: ""; }
.pc-service-card__visual::before { width: 150px; height: 150px; right: -30px; top: -60px; }
.pc-service-card__visual::after { width: 85px; height: 85px; left: 22px; bottom: -45px; }
.pc-service-card__visual .pc-icon { width: 60px; height: 60px; color: var(--pc-forest-700); }
.pc-service-card__body { padding: 24px; }
.pc-service-card h3 { margin: 0 0 9px; color: var(--pc-forest-950); font-size: 21px; letter-spacing: -.02em; }
.pc-service-card p { margin: 0; color: var(--pc-muted); font-size: 13px; line-height: 1.7; }
.pc-inline-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 17px; color: var(--pc-lime-600); font-size: 12px; font-weight: 800; }
.pc-inline-link .pc-icon { width: 16px; height: 16px; transition: transform .22s ease; }
.pc-inline-link:hover .pc-icon { transform: translateX(4px); }

.pc-pests { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.pc-pest { min-height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 16px 8px; border: 1px solid var(--pc-line); border-radius: 15px; background: #fff; box-shadow: 0 6px 18px rgba(18, 74, 52, .06); color: var(--pc-forest-900); text-align: center; transition: transform .24s ease, box-shadow .24s ease, color .24s ease, border-color .24s ease; }
.pc-pest:hover { border-color: #a9d277; box-shadow: var(--pc-shadow-sm); color: var(--pc-orange-600); transform: translateY(-4px) scale(1.015); }
.pc-pest__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--pc-orange-100), #fff8ed); color: var(--pc-orange-600); }
.pc-pest__icon .pc-icon { width: 32px; height: 32px; }
.pc-pest strong { font-size: 12px; }

.pc-audiences { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pc-audience { position: relative; min-height: 260px; overflow: hidden; padding: 38px; border-radius: var(--pc-radius-md); color: #fff; box-shadow: var(--pc-shadow-md); }
.pc-audience::after { position: absolute; width: 280px; height: 280px; right: -80px; top: -90px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; }
.pc-audience--home { background: linear-gradient(135deg, #1e6c4c, #103e2e); }
.pc-audience--business { background: linear-gradient(135deg, #233c32, #11271f); }
.pc-audience__icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 15px; background: rgba(255,255,255,.12); color: #bce889; }
.pc-audience h3 { margin: 0; font-size: 26px; letter-spacing: -.03em; }
.pc-audience p { max-width: 460px; margin: 10px 0 0; color: #d9e9e0; font-size: 14px; }
.pc-audience .pc-inline-link { color: #c8ef99; }

.pc-reasons { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.pc-reasons__panel { position: relative; min-height: 410px; padding: 44px; overflow: hidden; border-radius: var(--pc-radius-lg); background: linear-gradient(145deg, var(--pc-forest-900), var(--pc-forest-700)); box-shadow: var(--pc-shadow-lg); color: #fff; }
.pc-reasons__panel::before { position: absolute; width: 260px; height: 260px; right: -80px; bottom: -110px; border: 46px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.pc-reasons__panel small { color: #bde78a; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pc-reasons__panel strong { display: block; margin-top: 18px; font-size: 62px; line-height: 1; letter-spacing: -.06em; }
.pc-reasons__panel h3 { margin: 8px 0 14px; font-size: 25px; }
.pc-reasons__panel p { max-width: 390px; margin: 0; color: #dcece4; font-size: 14px; }
.pc-certificate { position: relative; display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: center; gap: 38px; margin-top: 40px; padding: 28px; overflow: hidden; border: 1px solid rgba(20, 76, 55, .12); border-radius: 24px; background: linear-gradient(120deg, #fff, #f2f8f3); box-shadow: var(--pc-shadow-md); }
.pc-certificate::after { position: absolute; right: -90px; bottom: -120px; width: 260px; height: 260px; border: 44px solid rgba(116, 177, 54, .07); border-radius: 50%; content: ""; pointer-events: none; }
.pc-certificate__preview { position: relative; z-index: 1; display: block; overflow: hidden; border: 1px solid #d9e3dc; border-radius: 15px; background: #fff; box-shadow: 0 14px 30px rgba(19, 63, 48, .15); transition: transform .24s ease, box-shadow .24s ease; }
.pc-certificate__preview:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 20px 38px rgba(19, 63, 48, .2); }
.pc-certificate__preview picture { display: block; aspect-ratio: 1190 / 1683; }
.pc-certificate__preview img { width: 100%; height: 100%; display: block; object-fit: contain; }
.pc-certificate__preview > span { display: block; padding: 9px 10px; color: var(--pc-forest-800); background: #f3f8f4; font-size: 10px; font-weight: 800; text-align: center; }
.pc-certificate__content { position: relative; z-index: 1; max-width: 720px; }
.pc-certificate__content h3 { margin: 8px 0 12px; color: var(--pc-forest-950); font-size: clamp(32px, 4vw, 50px); line-height: 1; letter-spacing: -.045em; }
.pc-certificate__content p { max-width: 660px; margin: 0; color: var(--pc-muted); font-size: 14px; line-height: 1.7; }
.pc-certificate__meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.pc-certificate__meta span { padding: 9px 12px; border: 1px solid #dbe7df; border-radius: 10px; color: #53685e; background: #fff; font-size: 11px; }
.pc-certificate__meta strong { margin-right: 5px; color: var(--pc-forest-800); }
.pc-certificate__document-note { margin: -8px 0 18px !important; color: #71827a !important; font-size: 11px !important; }
.pc-lightbox-open { overflow: hidden; }
.pc-lightbox[hidden] { display: none; }
.pc-lightbox { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 22px; overflow: auto; opacity: 0; background: rgba(4, 19, 13, .86); backdrop-filter: blur(8px); transition: opacity .2s ease; }
.pc-lightbox.is-open { opacity: 1; }
.pc-lightbox__dialog { position: relative; display: grid; justify-items: center; max-width: min(94vw, 960px); max-height: 94vh; padding: 14px 14px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: #f8faf8; box-shadow: 0 30px 90px rgba(0,0,0,.45); transform: translateY(8px) scale(.985); transition: transform .22s ease; }
.pc-lightbox.is-open .pc-lightbox__dialog { transform: translateY(0) scale(1); }
.pc-lightbox__picture { display: block; max-height: calc(94vh - 64px); }
.pc-lightbox__picture img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(94vh - 64px); border-radius: 9px; object-fit: contain; }
.pc-lightbox__close { position: absolute; top: -14px; right: -14px; z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; color: #fff; background: var(--pc-forest-900); box-shadow: 0 10px 26px rgba(0,0,0,.3); cursor: pointer; font-size: 30px; line-height: 1; transition: transform .2s ease, background .2s ease; }
.pc-lightbox__close:hover { transform: scale(1.06); background: var(--pc-orange-600); }
.pc-lightbox__close:focus-visible { outline: 3px solid #ffb067; outline-offset: 3px; }
.pc-lightbox__caption { margin: 8px 0 0; color: var(--pc-forest-900); font-size: 12px; font-weight: 800; text-align: center; }
.pc-reason-list { display: grid; gap: 14px; margin-top: 26px; }
.pc-reason { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; padding: 18px; border: 1px solid var(--pc-line); border-radius: 14px; background: #fff; box-shadow: var(--pc-shadow-sm); }
.pc-reason__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--pc-lime-100); color: var(--pc-forest-700); }
.pc-reason h3 { margin: 1px 0 4px; font-size: 15px; }
.pc-reason p { margin: 0; color: var(--pc-muted); font-size: 12px; }

.pc-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.pc-step { position: relative; min-height: 220px; padding: 32px 28px; border: 1px solid var(--pc-line); border-radius: var(--pc-radius-md); background: #fff; box-shadow: var(--pc-shadow-sm); counter-increment: steps; }
.pc-step::before { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--pc-lime-600), var(--pc-lime-500)); color: #fff; box-shadow: 0 10px 20px rgba(102,168,36,.25); content: counter(steps); font-weight: 800; }
.pc-step:not(:last-child)::after { position: absolute; z-index: 2; top: 51px; right: -29px; width: 40px; height: 2px; background: linear-gradient(90deg, #a9d17c, transparent); content: ""; }
.pc-step h3 { margin: 0 0 8px; font-size: 18px; }
.pc-step p { margin: 0; color: var(--pc-muted); font-size: 13px; }

.pc-faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: start; }
.pc-faq-list { display: grid; gap: 10px; }
.pc-faq-item { overflow: hidden; border: 1px solid var(--pc-line); border-radius: 14px; background: #fff; box-shadow: 0 5px 17px rgba(18,74,52,.05); }
.pc-faq-item summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; color: var(--pc-forest-950); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.pc-faq-item summary::-webkit-details-marker { display: none; }
.pc-faq-item summary::after { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 26px; border-radius: 50%; background: var(--pc-lime-100); color: var(--pc-forest-700); content: "+"; font-size: 18px; }
.pc-faq-item[open] summary::after { content: "–"; }
.pc-faq-item p { margin: 0; padding: 0 20px 20px; color: var(--pc-muted); font-size: 13px; }

.pc-cta { padding: 0 0 80px; background: #fff; }
.pc-cta__inner { position: relative; min-height: 200px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; padding: 42px 50px; border-radius: 24px; background: linear-gradient(135deg, var(--pc-forest-950), #09623e); box-shadow: var(--pc-shadow-lg); color: #fff; }
.pc-cta__inner::after { position: absolute; width: 330px; height: 330px; right: -100px; top: -170px; border: 54px solid rgba(121,187,48,.18); border-radius: 50%; content: ""; }
.pc-cta__copy { position: relative; z-index: 1; max-width: 590px; }
.pc-cta h2 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -.04em; }
.pc-cta p { margin: 12px 0 0; color: #d8e9df; font-size: 14px; }
.pc-cta__actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 12px; }

.pc-footer { padding: 58px 0 26px; background: #0b2119; color: #d9e8e0; }
.pc-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.pc-footer__logo { width: 220px; content: url("/share/images/redesign/logo-footer.svg"); filter: none; opacity: 1; }
.pc-footer__intro { max-width: 330px; margin: 20px 0 0; color: #9fb7ab; font-size: 13px; }
.pc-footer h3 { margin: 5px 0 18px; color: #fff; font-size: 14px; }
.pc-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.pc-footer li, .pc-footer a { color: #b7cbc0; font-size: 12px; }
.pc-footer a:hover { color: #cbed9c; text-decoration: none; }
.pc-footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #819b8e; font-size: 11px; }

.pc-menu-button { display: none; width: 44px; height: 44px; place-items: center; padding: 0; border: 1px solid var(--pc-line); border-radius: 11px; background: #fff; color: var(--pc-forest-900); }
.pc-menu-button .pc-icon { width: 23px; height: 23px; }
.pc-mobile-nav { display: none; }
.pc-mobile-callbar { display: none; }

.pc-reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.pc-reveal.is-visible { opacity: 1; transform: translateY(0); }

.pc-page .cookie_banner { position: fixed; left: 16px; bottom: 16px; z-index: 1200; width: 30px; height: 30px; }
.pc-page .cookie_banner a { display: block; width: 30px; height: 30px; }
.pc-server-mobile .cookie_banner { bottom: 84px; }
.pc-page .termsfeed-com---nb { font-family: "Manrope", Arial, sans-serif !important; }
.pc-page .termsfeed-com---palette-dark .cc-nb-main-container { border-radius: 18px !important; box-shadow: var(--pc-shadow-lg) !important; }
.pc-page .termsfeed-com---palette-dark .cc-nb-okagree { background: var(--pc-forest-700) !important; border-radius: 9px !important; }
.pc-page .termsfeed-com---palette-dark .cc-nb-reject { background: #9f3b31 !important; border-radius: 9px !important; }
.pc-page .termsfeed-com---palette-dark .cc-nb-changep { border-radius: 9px !important; }

@media (max-width: 1080px) {
  .pc-shell { width: min(100% - 36px, 960px); }
  .pc-header__inner { gap: 16px; }
  .pc-logo, .pc-logo img { width: 196px; }
  .pc-logo { flex-basis: 196px; }
  .pc-nav__link { padding-inline: 8px; font-size: 12px; }
  .pc-button--header { padding-inline: 11px; }
  .pc-hero h1 { font-size: 58px; }
  .pc-hero__content { width: 61%; }
  .pc-trust__item { padding: 18px; }
  .pc-pests { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .pc-utility, .pc-nav, .pc-button--header { display: none; }
  .pc-header__inner { min-height: 68px; }
  .pc-menu-button { display: grid; margin-left: auto; }
  .pc-mobile-nav { position: fixed; inset: 68px 0 auto; z-index: 999; display: block; padding: 10px 18px 20px; border-top: 1px solid var(--pc-line); background: #fff; box-shadow: var(--pc-shadow-md); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .22s ease, transform .22s ease; }
  .pc-mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .pc-mobile-nav ul { display: grid; margin: 0; padding: 0; list-style: none; }
  .pc-mobile-nav a { display: flex; align-items: center; min-height: 48px; padding: 0 10px; border-bottom: 1px solid #edf2ee; font-size: 14px; font-weight: 750; }
  .pc-mobile-nav .pc-button { margin-top: 12px; border-bottom: 0; color: #fff; }
  .pc-hero, .pc-hero__inner { min-height: 600px; }
  .pc-hero__media { left: 30%; opacity: .72; }
  .pc-hero__content { width: 70%; }
  .pc-hero h1 { font-size: 51px; }
  .pc-trust__grid { grid-template-columns: 1fr 1fr; }
  .pc-trust__item:nth-child(2) { border-right: 0; }
  .pc-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--pc-line); }
  .pc-card-grid { grid-template-columns: 1fr; }
  .pc-service-card { min-height: 0; display: grid; grid-template-columns: 200px 1fr; }
  .pc-service-card__visual { height: 100%; min-height: 230px; }
  .pc-audiences, .pc-reasons, .pc-faq { grid-template-columns: 1fr; }
  .pc-reasons { gap: 28px; }
  .pc-process { grid-template-columns: 1fr; }
  .pc-step { min-height: 0; }
  .pc-step:not(:last-child)::after { display: none; }
  .pc-footer__grid { grid-template-columns: 1fr 1fr; }
}

/* Server-rendered phone layout: separate markup is intentionally preserved. */
.pc-mobile .pc-shell { width: min(100% - 28px, 620px); }
.pc-mobile .pc-section { padding: 58px 0; }
.pc-mobile .pc-section--compact { padding: 40px 0; }
.pc-mobile .pc-section-head { display: block; margin-bottom: 24px; }
.pc-mobile .pc-eyebrow { margin-bottom: 11px; font-size: 10px; }
.pc-mobile .pc-title { font-size: 31px; }
.pc-mobile .pc-lead { margin-top: 12px; font-size: 14px; }
.pc-mobile .pc-header__inner { min-height: 66px; }
.pc-mobile .pc-logo, .pc-mobile .pc-logo img { width: 178px; }
.pc-mobile .pc-logo { flex-basis: 178px; }
.pc-mobile .pc-menu-button { display: grid; margin-left: auto; }
.pc-mobile .pc-mobile-nav { inset: 66px 0 auto; }
.pc-mobile .pc-hero { min-height: 0; padding-bottom: 32px; }
.pc-mobile .pc-hero__inner { min-height: 0; display: block; }
.pc-mobile .pc-hero__media { position: relative; inset: auto; height: 285px; margin: 0 -14px; overflow: hidden; border-radius: 0 0 26px 26px; }
.pc-mobile .pc-hero__media::before { background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(16,61,45,.06)); }
.pc-mobile .pc-hero__media img { object-position: 66% 50%; }
.pc-mobile .pc-hero__content { width: auto; padding: 28px 0 14px; }
.pc-mobile .pc-hero h1 { font-size: clamp(39px, 11.5vw, 52px); line-height: 1.03; }
.pc-mobile .pc-hero__text { margin-top: 17px; font-size: 15px; line-height: 1.65; }
.pc-mobile .pc-hero__actions { display: grid; margin-top: 22px; }
.pc-mobile .pc-hero__actions .pc-button { width: 100%; min-height: 52px; }
.pc-mobile .pc-hero__micro { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; font-size: 10px; }
.pc-mobile .pc-hero::after { display: none; }
.pc-mobile .pc-trust { margin-top: 0; }
.pc-mobile .pc-trust__grid { grid-template-columns: 1fr 1fr; }
.pc-mobile .pc-trust__item { min-height: 104px; display: block; padding: 15px; border-bottom: 1px solid var(--pc-line); }
.pc-mobile .pc-trust__item:nth-child(2n) { border-right: 0; }
.pc-mobile .pc-trust__item:nth-child(n+3) { border-bottom: 0; }
.pc-mobile .pc-trust__icon { width: 38px; height: 38px; margin-bottom: 10px; }
.pc-mobile .pc-trust__icon .pc-icon { width: 21px; height: 21px; }
.pc-mobile .pc-trust__item strong { font-size: 11px; }
.pc-mobile .pc-trust__item span { display: none; }
.pc-mobile .pc-card-grid { grid-template-columns: 1fr; }
.pc-mobile .pc-service-card { min-height: 0; display: grid; grid-template-columns: 100px 1fr; }
.pc-mobile .pc-service-card__visual { min-height: 190px; height: 100%; }
.pc-mobile .pc-service-card__visual .pc-icon { width: 48px; height: 48px; }
.pc-mobile .pc-service-card__body { padding: 20px 17px; }
.pc-mobile .pc-service-card h3 { font-size: 18px; }
.pc-mobile .pc-service-card p { font-size: 11px; }
.pc-mobile .pc-pests { grid-template-columns: 1fr 1fr; gap: 9px; }
.pc-mobile .pc-pest { min-height: 105px; gap: 8px; }
.pc-mobile .pc-pest__icon { width: 46px; height: 46px; }
.pc-mobile .pc-pest__icon .pc-icon { width: 27px; height: 27px; }
.pc-mobile .pc-audiences { grid-template-columns: 1fr; }
.pc-mobile .pc-audience { min-height: 220px; padding: 28px; }
.pc-mobile .pc-audience h3 { font-size: 23px; }
.pc-mobile .pc-reasons { grid-template-columns: 1fr; gap: 22px; }
.pc-mobile .pc-reasons__panel { min-height: 340px; padding: 30px; }
.pc-mobile .pc-reasons__panel strong { font-size: 52px; }
.pc-mobile .pc-certificate { grid-template-columns: 108px minmax(0, 1fr); gap: 16px; margin-top: 24px; padding: 16px; border-radius: 18px; }
.pc-mobile .pc-certificate__preview { border-radius: 11px; }
.pc-mobile .pc-certificate__preview > span { padding: 7px 4px; font-size: 8px; }
.pc-mobile .pc-certificate__content h3 { margin: 5px 0 8px; font-size: 24px; }
.pc-mobile .pc-certificate__content p { font-size: 11px; line-height: 1.55; }
.pc-mobile .pc-certificate__meta { display: grid; gap: 6px; margin: 12px 0; }
.pc-mobile .pc-certificate__meta span { padding: 7px 8px; font-size: 9px; }
.pc-mobile .pc-certificate__document-note { margin: -3px 0 10px !important; font-size: 9px !important; }
.pc-mobile .pc-certificate .pc-inline-link { font-size: 10px; }
.pc-mobile .pc-lightbox { padding: 12px; }
.pc-mobile .pc-lightbox__dialog { max-width: 96vw; padding: 9px 9px 8px; border-radius: 13px; }
.pc-mobile .pc-lightbox__close { top: 5px; right: 5px; width: 40px; height: 40px; border-color: rgba(255,255,255,.85); font-size: 27px; }
.pc-mobile .pc-lightbox__caption { font-size: 10px; }
.pc-mobile .pc-reason { padding: 15px; }
.pc-mobile .pc-process { grid-template-columns: 1fr; }
.pc-mobile .pc-step { min-height: 0; padding: 24px; }
.pc-mobile .pc-step:not(:last-child)::after { display: none; }
.pc-mobile .pc-faq { grid-template-columns: 1fr; gap: 24px; }
.pc-mobile .pc-faq-item summary { min-height: 58px; padding: 14px 16px; font-size: 12px; }
.pc-mobile .pc-cta { padding-bottom: 76px; }
.pc-mobile .pc-cta__inner { min-height: 0; display: block; padding: 34px 24px; border-radius: 20px; text-align: center; }
.pc-mobile .pc-cta h2 { font-size: 30px; }
.pc-mobile .pc-cta__actions { display: grid; margin-top: 24px; }
.pc-mobile .pc-footer { padding: 44px 0 88px; }
.pc-mobile .pc-footer__grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
.pc-mobile .pc-footer__brand { grid-column: 1 / -1; }
.pc-mobile .pc-footer__bottom { display: block; margin-top: 34px; }
.pc-mobile .pc-footer__bottom span { display: block; margin-top: 6px; }
.pc-mobile-callbar { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 1100; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 16px; background: linear-gradient(135deg, var(--pc-orange-500), #ff9639); box-shadow: 0 14px 36px rgba(212,91,0,.38); color: #fff; font-size: 17px; font-weight: 800; }

@media (max-width: 420px) {
  .pc-mobile .pc-shell { width: min(100% - 22px, 620px); }
  .pc-mobile .pc-logo, .pc-mobile .pc-logo img { width: 164px; }
  .pc-mobile .pc-logo { flex-basis: 164px; }
  .pc-mobile .pc-hero__media { height: 245px; }
  .pc-mobile .pc-footer__grid { grid-template-columns: 1fr; }
  .pc-mobile .pc-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .pc-reveal { opacity: 1; transform: none; }
}
