.pc-category-page {
  --pc-green: #123f30;
  --pc-green-2: #1b5943;
  --pc-mint: #e9f4ed;
  --pc-orange: #ee7b32;
  --pc-ink: #17352b;
  --pc-muted: #607269;
  min-height: 100vh;
  color: var(--pc-ink);
  background: #f7faf7;
}

.pc-category-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 70px;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(128deg, #0f382b 0%, #1a5a42 66%, #247354 100%);
  color: #fff;
}

.pc-category-hero::before,
.pc-category-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}

.pc-category-hero::before { width: 360px; height: 360px; right: -80px; top: -180px; }
.pc-category-hero::after { width: 220px; height: 220px; right: 170px; bottom: -150px; }

.pc-category-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .65fr);
  align-items: center;
  gap: 70px;
}

.pc-category-hero h1 {
  max-width: 760px;
  margin: 14px 0 18px;
  font-size: clamp(40px, 4.2vw, 66px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.pc-category-hero__lead {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.72;
}

.pc-category-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.pc-category-hero__panel {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 24px 55px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
}

.pc-category-hero__panel strong { display: block; margin-bottom: 16px; font-size: 18px; }
.pc-category-hero__panel ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.pc-category-hero__panel li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.86); font-size: 14px; }
.pc-category-hero__panel .pc-icon { width: 20px; height: 20px; color: #a9e2bf; }

.pc-breadcrumbs { padding: 18px 0; border-bottom: 1px solid #e3ebe5; background: #fff; }
.pc-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; color: #6d7d75; font-size: 13px; }
.pc-breadcrumbs li + li::before { content: "/"; margin-right: 9px; color: #a9b6af; }
.pc-breadcrumbs a { color: var(--pc-green-2); text-decoration: none; }

.pc-category-content { padding: 76px 0 86px; }
.pc-category-content__head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.pc-category-content__head h2 { max-width: 700px; margin: 8px 0 0; font-size: clamp(30px, 3vw, 45px); line-height: 1.1; letter-spacing: -.035em; }
.pc-category-content__head p { max-width: 560px; margin: 0; color: var(--pc-muted); line-height: 1.7; }

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

.pc-pest-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #dde8e0;
  border-radius: 24px;
  background: linear-gradient(145deg, #fff 0%, #f5faf6 100%);
  box-shadow: 0 12px 34px rgba(25,67,50,.08);
  color: var(--pc-ink);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pc-pest-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(37,123,87,.07);
  transition: transform .25s ease;
}

.pc-pest-card:hover,
.pc-pest-card:focus-visible {
  transform: translateY(-6px);
  border-color: #b7d2c0;
  box-shadow: 0 22px 46px rgba(25,67,50,.14);
}

.pc-pest-card:hover::after { transform: scale(1.16); }

.pc-pest-card__top { display: flex; justify-content: space-between; align-items: center; }
.pc-pest-card__icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: var(--pc-mint); color: var(--pc-green-2); }
.pc-pest-card__icon .pc-icon { width: 34px; height: 34px; }
.pc-pest-card__arrow { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #fff; box-shadow: 0 7px 20px rgba(25,67,50,.1); color: var(--pc-orange); }
.pc-pest-card__arrow .pc-icon { width: 18px; height: 18px; }
.pc-pest-card h3 { margin: 30px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.pc-pest-card p { position: relative; z-index: 1; margin: 0; color: var(--pc-muted); font-size: 14px; line-height: 1.65; }
.pc-pest-card__label { position: relative; z-index: 1; margin-top: auto; padding-top: 24px; color: var(--pc-green-2); font-size: 13px; font-weight: 800; }

.pc-category-article { margin-top: 42px; padding: 34px; border: 1px solid #e0e9e2; border-radius: 24px; background: #fff; box-shadow: 0 12px 35px rgba(25,67,50,.06); color: #52655b; line-height: 1.75; }
.pc-category-article img { max-width: 100%; height: auto; border-radius: 16px; }
.pc-category-article h2,
.pc-category-article h3 { color: var(--pc-ink); }

.pc-category-help { padding: 0 0 90px; }
.pc-category-help__inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 38px 42px; border-radius: 26px; background: linear-gradient(120deg, #153f31, #246a4f); color: #fff; box-shadow: 0 22px 50px rgba(19,63,48,.18); }
.pc-category-help h2 { margin: 0 0 8px; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.035em; }
.pc-category-help p { margin: 0; color: rgba(255,255,255,.78); }
.pc-category-help__actions { display: flex; flex-wrap: wrap; gap: 12px; flex: 0 0 auto; }

@media (max-width: 1024px) {
  .pc-category-hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .pc-category-hero__panel { max-width: 580px; }
  .pc-pest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .pc-category-hero { padding: 52px 0 48px; }
  .pc-category-hero h1 { font-size: 39px; }
  .pc-category-hero__lead { font-size: 16px; }
  .pc-category-hero__panel { padding: 20px; border-radius: 20px; }
  .pc-category-content { padding: 56px 0 66px; }
  .pc-category-content__head { display: block; }
  .pc-category-content__head p { margin-top: 14px; }
  .pc-pest-grid { grid-template-columns: 1fr; gap: 16px; }
  .pc-pest-card { min-height: 260px; padding: 22px; border-radius: 20px; }
  .pc-category-article { padding: 22px; border-radius: 20px; }
  .pc-category-help { padding-bottom: 70px; }
  .pc-category-help__inner { display: block; padding: 30px 24px; border-radius: 22px; }
  .pc-category-help__actions { margin-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-pest-card,
  .pc-pest-card::after { transition: none; }
  .pc-pest-card:hover,
  .pc-pest-card:focus-visible { transform: none; }
}
