/* DigiPestControl Phase 6 — complete homepage / Cybernetic Operational Intelligence */
body.pco-page--home {
  --home-surface: #f7f9fb;
  --home-surface-low: #f2f4f6;
  --home-card: #fff;
  --home-ink: #191c1e;
  --home-muted: #3f484c;
  --home-primary: #004e5e;
  --home-primary-2: #00687c;
  --home-ice: #98e4fb;
  --home-night: #001115;
  --home-line: rgba(0, 104, 124, .18);
  --home-radius: 24px;
  background: var(--home-surface);
  color: var(--home-ink);
  font-family: var(--dpc-font-body, Inter, sans-serif);
}

body.pco-page--home .dpc-page-content {
  overflow: clip;
}

body.pco-page--home :is(.container.custom_width, .custom-width-container) {
  width: min(calc(100% - 48px), 1312px) !important;
  max-width: 1312px !important;
}

/* Hero */
body.pco-page--home .mm-subheader {
  height: auto !important;
  min-height: 720px;
  background:
    radial-gradient(circle at 75% 45%, rgba(0, 104, 124, .34), transparent 28%),
    linear-gradient(120deg, #001115, #001d23 68%, #002b33) !important;
}

body.pco-page--home .mm-subheader .custom-height-container {
  height: auto !important;
  min-height: 720px !important;
}

body.pco-page--home .mm-subheader::before {
  background-image:
    linear-gradient(rgba(152, 228, 251, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152, 228, 251, .055) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .72));
}

body.pco-page--home .mm-subheader::after { content: none; }

body.pco-page--home .mm-subheader {
  position: relative;
  overflow: hidden;
  background: #001115;
  padding: clamp(80px, 8vw, 110px) 0 clamp(36px, 4vw, 52px);
  min-height: auto;
}

body.pco-page--home .home-hero__layout {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: clamp(36px, 5vw, 68px);
  align-items: center;
  margin: 0 !important;
}

body.pco-page--home .home-hero__layout::before,
body.pco-page--home .home-hero__layout::after {
  display: none;
  content: none;
}

body.pco-page--home .home-hero__copy-column {
  float: none;
  width: auto !important;
  padding: 0;
  min-width: 0;
}

body.pco-page--home .home-hero__inner {
  width: auto;
  max-width: 620px;
  padding: 0;
}

body.pco-page--home .home-hero__eyebrow {
  display: inline-block;
  margin: 0 0 20px;
  color: #66DEFE !important;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
}

body.pco-page--home .home-hero__title {
  margin: 0 0 20px;
  color: #ffffff !important;
  font-family: Manrope, Inter, sans-serif;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

body.pco-page--home .home-hero__title-accent,
.home-hero__title-accent {
  color: #5dd5f5 !important;
  background: linear-gradient(135deg, #8ae9ff 0%, #38bdf8 50%, #2ab1d0 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  display: inline;
}

body.pco-page--home .home-hero__subtitle {
  max-width: 580px;
  font-size: 17.5px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 32px;
  font-family: Inter, sans-serif;
}

body.pco-page--home .home-hero__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0 0 12px;
}

body.pco-page--home .home-hero__cta .btn--primary-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 32px;
  border-radius: 9999px;
  background: #00687C !important;
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 104, 124, 0.45);
  transition: all 0.22s ease;
}

body.pco-page--home .home-hero__cta .btn--primary-hero:hover {
  background: #005060 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 104, 124, 0.6);
}

body.pco-page--home .home-hero__link-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #AACCD5 !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 8px 0;
}

body.pco-page--home .home-hero__link-secondary:hover {
  color: #66DEFE !important;
  transform: translateX(4px);
}

body.pco-page--home .home-hero__arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

body.pco-page--home .home-hero__link-secondary:hover .home-hero__arrow {
  transform: translateX(3px);
}

/* -------------------------------------------------------------------------
   Hero Visual Image (Right Column)
   ------------------------------------------------------------------------- */
body.pco-page--home .home-hero__visual {
  position: relative;
  min-width: 0;
}

.home-hero__image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(93, 213, 245, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 35px rgba(38, 170, 195, 0.15);
  background: #001115;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-hero__image-wrap:hover {
  transform: translateY(-4px);
  border-color: rgba(93, 213, 245, 0.38);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.65), 0 0 45px rgba(38, 170, 195, 0.25);
}

.home-hero__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 19px;
}

/* -------------------------------------------------------------------------
   Restrained Trust Bar (Bottom Horizontal Strip)
   ------------------------------------------------------------------------- */
body.pco-page--home .home-hero__trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(14px, 3vw, 36px);
  margin-top: clamp(36px, 4vw, 52px);
  padding-top: 24px;
  border-top: 1px solid rgba(93, 213, 245, 0.1);
  width: 100%;
}

body.pco-page--home .home-hero__trust-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

body.pco-page--home .home-hero__trust-num {
  font-family: Manrope, sans-serif;
  font-size: 16.5px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}

body.pco-page--home .home-hero__trust-lbl {
  font-size: 13px;
  font-weight: 500;
  color: #AACCD5;
}

body.pco-page--home .home-hero__trust-sep {
  color: rgba(93, 213, 245, 0.35);
  font-size: 18px;
  font-weight: bold;
  user-select: none;
}

.home-hero__floating-node {
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5dd5f5;
  box-shadow: 0 0 0 8px rgba(93,213,245,.08), 0 0 24px #5dd5f5;
}

.home-hero__floating-node--one { top: -30px; right: 12%; }
.home-hero__floating-node--two { bottom: -28px; left: 14%; animation: dpc-home-pulse 3s infinite; }

@keyframes dpc-home-pulse { 50% { box-shadow: 0 0 0 15px transparent, 0 0 30px #5dd5f5; } }

/* Shared section rhythm */
body.pco-page--home :is(#hemen-ulasalim, #hakkimizda, .home-grid-section--modern, .home-features--modern, .spider-teaser, .pricing-section--modern, .pricing-section--bento, .home-features-grid--modern, .home-geo--modern, .home-blog--modern, .home-blog--bento, .testimonial-section) {
  position: relative;
  padding-block: clamp(72px, 8vw, 112px) !important;
}

/* Legacy WOW starts sections as visibility:hidden; the Phase 6 layout is usable without JS animation. */
body.pco-page--home .dpc-page-content .wow {
  visibility: visible !important;
  opacity: 1 !important;
}

body.pco-page--home :is(.home-about__header, .home-features-grid__header, .home-geo__header, .home-blog__header) {
  max-width: 820px;
  margin: 0 auto 52px;
}

body.pco-page--home :is(.home-about__title, .home-features__title, .home-features-grid__title, .pricing-header__title, .home-geo__title, .home-stats__title, .home-blog__title, .home-contact__title) {
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
}

/* Quick contact — Cybernetic Night Theme */
body.pco-page--home .blok-hemen-ulasalim-2026 {
  position: relative;
  padding: clamp(72px, 8vw, 112px) 0 !important;
  background: #001115 !important;
  color: #fff;
  overflow: hidden;
  border-top: 1px solid rgba(0, 104, 124, .18);
  border-bottom: 1px solid rgba(0, 104, 124, .18);
}

body.pco-page--home .blok-hemen-ulasalim-2026__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(0, 104, 124, 0.1) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 104, 124, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  opacity: 0.4;
}

body.pco-page--home .blok-hemen-ulasalim-2026__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 104, 124, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

body.pco-page--home .blok-hemen-ulasalim-2026__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.2fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

body.pco-page--home .blok-hemen-ulasalim-2026__content {
  max-width: 520px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__badge {
  display: inline-block;
  font-family: var(--dpc-font-body, Inter, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5dd5f5;
  margin-bottom: 16px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__title {
  font-family: var(--dpc-font-display, Manrope, sans-serif);
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  color: #F3F0EF !important;
  margin: 0 0 20px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__lead {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.6;
  color: #AACCD5;
  margin: 0 0 28px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__trust {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

body.pco-page--home .blok-hemen-ulasalim-2026__trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 104, 124, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5dd5f5;
  flex-shrink: 0;
}

body.pco-page--home .blok-hemen-ulasalim-2026__form-wrap {
  background: #ffffff;
  border-radius: 32px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #191c1e;
}

body.pco-page--home .blok-hemen-ulasalim-2026__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__field {
  margin-bottom: 20px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__row .blok-hemen-ulasalim-2026__field {
  margin-bottom: 0;
}

body.pco-page--home .blok-hemen-ulasalim-2026__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3f484c;
  margin-bottom: 8px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__req {
  color: #dc2626;
}

body.pco-page--home .blok-hemen-ulasalim-2026__input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid rgba(190, 200, 204, 0.6);
  border-radius: 14px;
  font-size: 15px;
  color: #191c1e;
  outline: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

body.pco-page--home .blok-hemen-ulasalim-2026__textarea {
  height: 120px;
  padding: 14px 16px;
  resize: vertical;
  min-height: 90px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__input:focus {
  border-color: #00687C;
  box-shadow: 0 0 0 3px rgba(0, 104, 124, 0.16);
}

body.pco-page--home .blok-hemen-ulasalim-2026__footer {
  margin-top: 24px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__hint {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 16px;
}

body.pco-page--home .blok-hemen-ulasalim-2026__btn {
  width: 100%;
  height: 56px;
  background: #00687C;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 104, 124, 0.25);
}

body.pco-page--home .blok-hemen-ulasalim-2026__btn:hover {
  background: #005666;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 104, 124, 0.35);
}

body.pco-page--home .blok-hemen-ulasalim-2026__btn:active {
  transform: translateY(0);
}

/* About and narrative bento */
body.pco-page--home #hakkimizda { background: var(--home-surface-low); }
body.pco-page--home .home-about__cards { gap: 16px; margin: 0; }
body.pco-page--home .home-about__cards > [class*="col-"] { flex: 1 1 300px; width: auto; padding: 0; }
body.pco-page--home .home-about-card { border-radius: var(--home-radius); box-shadow: 0 14px 40px rgba(0,78,94,.06); }
body.pco-page--home .home-about-card__img-wrap { aspect-ratio: 4 / 3; }
body.pco-page--home .home-about-card__body { padding: 26px; }

body.pco-page--home .home-grid-section--modern { background: #fff; }
body.pco-page--home .home-grid-section--modern .section-full-width { width: min(calc(100% - 48px), 1312px); margin: auto; }
body.pco-page--home .home-grid-section--modern .row { gap: 16px; margin: 0 0 16px; }
body.pco-page--home .home-grid-section--modern [class*="col-"] { flex: 1 1 310px; width: auto; padding: 0; }
body.pco-page--home .home-grid-card { min-height: 340px; border-radius: var(--home-radius) !important; }
body.pco-page--home .home-grid-card--text.column-wrapper { border-color: var(--home-line); box-shadow: none; }

body.pco-page--home .home-features--modern {
  background: var(--home-surface, #f7f9fb) !important;
  padding: clamp(32px, 4vw, 52px) 0 !important;
  padding-block: clamp(32px, 4vw, 52px) !important;
}

body.pco-page--home .home-features--modern > .section-full-width {
  width: min(calc(100% - 48px), 1312px);
  margin: auto;
}

body.pco-page--home .home-features__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

body.pco-page--home .home-features__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00687C;
  background: rgba(0, 104, 124, 0.08);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

body.pco-page--home .home-features__title {
  font-family: var(--dpc-font-display, Manrope, sans-serif);
  font-size: clamp(30px, 3.2vw, 44px) !important;
  font-weight: 800 !important;
  color: #191c1e;
  line-height: 1.18 !important;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

body.pco-page--home .home-features__lead {
  font-size: 16px;
  line-height: 1.68;
  color: #3f484c;
  margin-bottom: 28px;
}

body.pco-page--home .home-features__cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

body.pco-page--home .home-features__bento-card {
  background: #ffffff;
  border: 1px solid rgba(0, 104, 124, 0.14);
  border-radius: 18px;
  padding: 22px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

body.pco-page--home .home-features__bento-card--full {
  grid-column: 1 / -1;
}

body.pco-page--home .home-features__bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 104, 124, 0.3);
  box-shadow: 0 14px 32px rgba(0, 104, 124, 0.09);
}

body.pco-page--home .home-features__bento-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0, 104, 124, 0.08);
  color: #00687C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}

body.pco-page--home .home-features__bento-title {
  font-family: var(--dpc-font-display, Manrope, sans-serif);
  font-size: 17px;
  font-weight: 700;
  color: #191c1e;
  margin: 0 0 6px;
}

body.pco-page--home .home-features__bento-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}

/* Video Frame */
body.pco-page--home .home-features__media-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #001115;
  border: 1px solid rgba(0, 104, 124, 0.22);
  box-shadow: 0 24px 70px rgba(0, 78, 94, 0.15);
}

body.pco-page--home .home-features__media-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(93, 213, 245, 0.25) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

body.pco-page--home .home-features__media-inner {
  position: relative;
  z-index: 2;
  aspect-ratio: 16 / 11;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #001115;
}

body.pco-page--home .home-features__device-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
  transition: transform 0.6s ease;
}

body.pco-page--home .home-features__media-frame:hover .home-features__device-img {
  transform: scale(1.03);
}

body.pco-page--home .home-features__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00687C;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  z-index: 3;
  text-decoration: none;
}

body.pco-page--home .home-features__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: #ffffff;
  color: #004e5e;
  box-shadow: 0 14px 40px rgba(0, 104, 124, 0.4);
}

body.pco-page--home .home-features__play-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(93, 213, 245, 0.6);
  animation: dpc-play-pulse 2.2s infinite;
  pointer-events: none;
}

@keyframes dpc-play-pulse {
  0% { transform: scale(0.95); opacity: 0.8; }
  70% { transform: scale(1.3); opacity: 0; }
  100% { transform: scale(1.3); opacity: 0; }
}

body.pco-page--home .home-features__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  body.pco-page--home .blok-hemen-ulasalim-2026__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  body.pco-page--home .home-features__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  body.pco-page--home .home-features__cards-grid {
    grid-template-columns: 1fr;
  }
  body.pco-page--home .home-features__bento-card--full {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  body.pco-page--home .blok-hemen-ulasalim-2026__row {
    grid-template-columns: 1fr;
  }
  body.pco-page--home .blok-hemen-ulasalim-2026__form-wrap {
    padding: 24px 18px;
    border-radius: 24px;
  }
}

body.pco-page--home .spider-teaser {
  background:
    linear-gradient(rgba(152,228,251,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(152,228,251,.04) 1px, transparent 1px),
    var(--home-night);
  background-size: 48px 48px;
}
body.pco-page--home .spider-teaser__card { overflow: hidden; border-color: rgba(152,228,251,.24); background: rgba(255,255,255,.04); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
body.pco-page--home .spider-teaser__body { background: transparent; }
body.pco-page--home :is(.spider-teaser__title, .spider-teaser__desc, .spider-teaser__bullets, .spider-teaser__link) { color: rgba(239,241,243,.86); }
body.pco-page--home .spider-teaser__kicker { color: var(--home-ice); }
body.pco-page--home .spider-teaser__btn { background: var(--home-primary-2); }

/* Pricing, feature cards, SEO platform */
body.pco-page--home .pricing-section--modern { background: var(--home-surface-low) !important; background-image: none !important; }
body.pco-page--home .pricing-section--modern :is(.pricing-card, .pricing_box, [class*="price"]) { border-color: var(--home-line); border-radius: var(--home-radius); }

body.pco-page--home .home-features-grid--modern { background: #fff; }
body.pco-page--home .home-features-grid__list { gap: 16px; }
body.pco-page--home .home-feature-card { padding: 30px; border-color: var(--home-line); border-radius: var(--home-radius); box-shadow: none; }
body.pco-page--home .home-feature-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(0,78,94,.08); }

body.pco-page--home .home-geo--modern { background: var(--home-surface-low); }
body.pco-page--home .home-geo__shortcuts { gap: 10px; }
body.pco-page--home .home-geo__shortcuts a { border-color: var(--home-line); border-radius: 999px; background: #fff; }
body.pco-page--home .home-geo__grid { gap: 16px; }
body.pco-page--home .home-geo-card { min-height: 210px; padding: 28px; border-color: var(--home-line); border-radius: var(--home-radius); box-shadow: none; }
body.pco-page--home .home-geo__links a { border-radius: 12px; background: var(--home-primary); }

/* Stats, blog, trust, final CTA */
body.pco-page--home .home-stats--modern {
  padding-block: 80px;
  background: var(--home-night) !important;
}
body.pco-page--home .home-stats__overlay { background: radial-gradient(circle at 50% 0, rgba(0,104,124,.4), transparent 55%); }
body.pco-page--home .home-stats__number { color: #5dd5f5; }
body.pco-page--home :is(.home-stats__title, .home-contact__title, .pricing-header__title) { color: #fff !important; }
body.pco-page--home :is(.home-stats__kicker, .home-contact__kicker, .pricing-header__kicker) { color: var(--home-ice) !important; }

body.pco-page--home .home-blog--modern { background: #fff; }
body.pco-page--home :is(.home-blog__featured, .home-blog__card) { overflow: hidden; border: 1px solid var(--home-line); border-radius: var(--home-radius); box-shadow: none; }
body.pco-page--home .home-blog__featured-link { border-radius: inherit; }

body.pco-page--home .testimonial-section {
  border-block: 1px solid var(--home-line);
  background: var(--home-surface-low) !important;
}
body.pco-page--home .testimonial-section .clients { padding: 0; }
body.pco-page--home .testimonial-section .row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
body.pco-page--home .testimonial-section [class*="col-"] { float: none; flex: 1 1 210px; width: auto; max-width: 260px; padding: 0; }
body.pco-page--home .testimonial-section .img-wrapper { display: grid; place-items: center; min-height: 120px; padding: 24px; border: 1px solid var(--home-line); border-radius: 18px; background: #fff; }
body.pco-page--home .testimonial-section img { max-height: 64px; width: auto; filter: grayscale(1); opacity: .65; }

body.pco-page--home .home-contact--modern { padding-block: 96px; background-position: center; }
body.pco-page--home .home-contact__overlay { background: rgba(0,17,21,.88); }
body.pco-page--home .home-contact__inner { max-width: 820px !important; }
body.pco-page--home .home-contact__cta { border-radius: 12px !important; background: var(--home-primary-2) !important; color: #fff !important; }

@media (max-width: 1023px) {
  body.pco-page--home .mm-subheader {
    padding: 100px 0 40px !important;
  }
  body.pco-page--home .home-hero__layout { grid-template-columns: 1fr 380px; gap: 32px; padding: 0 !important; }
  body.pco-page--home .home-hero__title { font-size: 46px; }
  body.pco-page--home .blok-hemen-ulasalim-2026__inner { grid-template-columns: 1fr 1.15fr; gap: 36px; }
}

@media (max-width: 900px) {
  body.pco-page--home .mm-subheader,
  body.pco-page--home .mm-subheader .custom-height-container { min-height: 0 !important; }
  body.pco-page--home .mm-subheader {
    padding: 96px 0 36px !important;
  }
  body.pco-page--home .home-hero__layout { grid-template-columns: 1fr; min-height: 0; padding: 0 !important; gap: 36px; }
  body.pco-page--home .home-hero__copy-column { order: 1; }
  body.pco-page--home .home-hero__visual { order: 2; }
  body.pco-page--home .home-hero__inner { max-width: 100%; padding: 0 !important; }
}

@media (max-width: 767px) {
  body.pco-page--home :is(.container.custom_width, .custom-width-container) { width: calc(100% - 32px) !important; }
  body.pco-page--home .mm-subheader {
    min-height: auto !important;
    padding: 92px 0 32px !important;
  }
  body.pco-page--home .mm-subheader .custom-height-container { min-height: 0 !important; }
  body.pco-page--home .home-hero__layout { grid-template-columns: 1fr; min-height: auto; padding: 0 !important; gap: 28px; }
  body.pco-page--home .home-hero__copy-column { order: 1; }
  body.pco-page--home .home-hero__visual { order: 2; }
  body.pco-page--home .home-hero__inner { width: 100%; padding: 0 !important; text-align: left; }
  body.pco-page--home .home-hero__eyebrow { font-size: 11px; margin-bottom: 12px; }
  body.pco-page--home .home-hero__title { font-size: clamp(28px, 7.5vw, 38px); line-height: 1.15; margin-bottom: 14px; }
  body.pco-page--home .home-hero__subtitle { font-size: 15px; line-height: 1.55; margin-bottom: 22px; }
  body.pco-page--home .home-hero__cta { display: flex; flex-direction: column; align-items: stretch; gap: 12px; margin-bottom: 8px; }
  body.pco-page--home .home-hero__cta .btn--primary-hero { width: 100%; height: 50px; justify-content: center; }
  body.pco-page--home .home-hero__link-secondary { justify-content: center; padding: 6px 0; font-size: 14.5px; }
  body.pco-page--home .home-hero__trust-bar { gap: 10px 14px; margin-top: 22px; padding-top: 16px; }
  body.pco-page--home .home-hero__trust-num { font-size: 14.5px; }
  body.pco-page--home .home-hero__trust-lbl { font-size: 11.5px; }
  body.pco-page--home .home-hero__trust-sep { font-size: 14px; }
  body.pco-page--home .blok-hemen-ulasalim-2026__inner,
  body.pco-page--home .home-features--modern .row { grid-template-columns: 1fr; }
  body.pco-page--home .blok-hemen-ulasalim-2026__form-wrap { min-width: 0; }
  body.pco-page--home .blok-hemen-ulasalim-2026__row { grid-template-columns: 1fr; }
  body.pco-page--home .home-grid-section--modern .section-full-width,
  body.pco-page--home .home-features--modern > .section-full-width { width: calc(100% - 32px); }
  body.pco-page--home .home-grid-section--modern .row { display: grid; grid-template-columns: 1fr; }
  body.pco-page--home .home-grid-section--modern [class*="col-"] { width: 100%; }
  body.pco-page--home .home-grid-card { min-height: 0; }
  body.pco-page--home .home-features__media { order: 1; }
  body.pco-page--home .home-features__content { order: 2; }
  body.pco-page--home .home-feature-card,
  body.pco-page--home .home-geo-card { min-height: 0; }
  body.pco-page--home .home-stats__grid { grid-template-columns: 1fr 1fr; gap: 30px 16px; }
  body.pco-page--home .home-blog__grid { grid-template-columns: 1fr; }
  body.pco-page--home .testimonial-section .title--small { padding-bottom: 36px !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.pco-page--home *,
  body.pco-page--home *::before,
  body.pco-page--home *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  body.pco-page--home .home-hero__visual,
  body.pco-page--home .home-hero__floating-node { display: none !important; }
}

/* ==========================================================================
   DigiPestControl Progressive Lazy Loading & Scroll-Driven Reveal System
   ========================================================================== */
body.pco-page--home .dpc-lazy-section {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

body.pco-page--home .dpc-lazy-section.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

/* Lazy Child Cards (Bento, Pricing, Features, Blog) */
body.pco-page--home .dpc-lazy-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

body.pco-page--home .dpc-lazy-section.is-loaded .dpc-lazy-card {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered Delay for Child Cards */
body.pco-page--home .dpc-lazy-section.is-loaded .dpc-lazy-card:nth-child(1) { transition-delay: 0.06s; }
body.pco-page--home .dpc-lazy-section.is-loaded .dpc-lazy-card:nth-child(2) { transition-delay: 0.14s; }
body.pco-page--home .dpc-lazy-section.is-loaded .dpc-lazy-card:nth-child(3) { transition-delay: 0.22s; }
body.pco-page--home .dpc-lazy-section.is-loaded .dpc-lazy-card:nth-child(4) { transition-delay: 0.30s; }
body.pco-page--home .dpc-lazy-section.is-loaded .dpc-lazy-card:nth-child(5) { transition-delay: 0.38s; }
body.pco-page--home .dpc-lazy-section.is-loaded .dpc-lazy-card:nth-child(6) { transition-delay: 0.46s; }

/* Lazy Background Image Placeholders */
body.pco-page--home .dpc-lazy-bg {
  background-color: #001115;
  transition: background-image 0.6s ease-in-out;
}

/* Mobile & Touch Screen Lazy Load Precision */
@media (max-width: 767px) {
  body.pco-page--home .dpc-lazy-section {
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  body.pco-page--home .dpc-lazy-card {
    transform: translateY(16px);
    transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  }

  body.pco-page--home .dpc-lazy-card.card-is-loaded {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   HOMEPAGE FAQ SECTION (Accessible Accordion + Cybernetic Styling)
   ========================================================================== */
.home-faq {
  padding: 90px 0;
  background: #f8fafc;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.home-faq__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px auto;
}

.home-faq__kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00c49f;
  background: rgba(0, 196, 159, 0.1);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.home-faq__title {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 12px 0;
  line-height: 1.25;
}

.home-faq__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

.home-faq__list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-faq__item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-faq__item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
}

.home-faq__item[open] {
  border-color: rgba(0, 196, 159, 0.4);
  box-shadow: 0 10px 30px rgba(0, 196, 159, 0.08);
}

.home-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  user-select: none;
  font-family: 'Manrope', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1e293b;
  list-style: none;
  outline: none;
  transition: color 0.2s ease;
}

.home-faq__question::-webkit-details-marker {
  display: none;
}

.home-faq__item[open] .home-faq__question {
  color: #00876c;
}

.home-faq__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f5f9;
  color: #64748b;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.2s ease, color 0.2s ease;
}

.home-faq__item[open] .home-faq__icon {
  transform: rotate(180deg);
  background: #00c49f;
  color: #ffffff;
}

.home-faq__answer {
  padding: 0 26px 24px 26px;
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  border-top: 1px solid #f1f5f9;
  padding-top: 18px;
}

.home-faq__answer p {
  margin: 0;
}

@media (max-width: 767px) {
  .home-faq {
    padding: 60px 0;
  }
  .home-faq__title {
    font-size: 26px;
  }
  .home-faq__question {
    padding: 18px 20px;
    font-size: 15px;
  }
  .home-faq__answer {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }
}

/* ==========================================================================
   HOMEPAGE TOOLS HUB SECTION (Free Calculators & High-Authority Links)
   ========================================================================== */
.home-tools {
  padding: 90px 0;
  background: #ffffff;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.home-tools__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 50px auto;
}

.home-tools__kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0284c7;
  background: rgba(2, 132, 199, 0.08);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 14px;
}

.home-tools__title {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin: 0 0 14px 0;
  line-height: 1.25;
}

.home-tools__desc {
  font-size: 16px;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}

.home-tools__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.home-tools__card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.home-tools__card:hover {
  transform: translateY(-4px);
  border-color: #38bdf8;
  box-shadow: 0 16px 36px rgba(2, 132, 199, 0.12);
}

.home-tools__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.15) 0%, rgba(2, 132, 199, 0.2) 100%);
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.home-tools__card-title {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px 0;
  line-height: 1.35;
}

.home-tools__card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  margin: 0 0 24px 0;
  flex-grow: 1;
}

.home-tools__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #0284c7;
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.home-tools__card-link:hover {
  color: #0369a1;
  gap: 12px;
  text-decoration: underline;
}

.home-tools__hub-cta {
  text-align: center;
}

.home-tools__hub-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #0f172a;
  color: #ffffff !important;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-tools__hub-btn:hover {
  background: #0284c7;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(2, 132, 199, 0.25);
  text-decoration: none;
}

@media (max-width: 991px) {
  .home-tools__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-tools {
    padding: 60px 0;
  }
  .home-tools__title {
    font-size: 26px;
  }
}

